@charset "UTF-8";
.yokatoto-brand-page .environment__wave-bottom, .yokatoto-brand-page .environment__wave-top, .yokatoto-brand-page .sustainability__wave-top, .yokatoto-brand-page .quality__wave-bottom, .yokatoto-brand-page .quality__wave-top, .yokatoto-brand-page .hero__wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3;
  line-height: 0;
}
.yokatoto-brand-page .environment__wave-bottom svg, .yokatoto-brand-page .environment__wave-top svg, .yokatoto-brand-page .sustainability__wave-top svg, .yokatoto-brand-page .quality__wave-bottom svg, .yokatoto-brand-page .quality__wave-top svg, .yokatoto-brand-page .hero__wave-bottom svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .environment__wave-bottom, .yokatoto-brand-page .environment__wave-top, .yokatoto-brand-page .sustainability__wave-top, .yokatoto-brand-page .quality__wave-bottom, .yokatoto-brand-page .quality__wave-top, .yokatoto-brand-page .hero__wave-bottom {
    height: 40px;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

.yokatoto-brand-page .hero {
  position: relative;
  margin-top: 64px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .hero {
    margin-top: 56px;
    min-height: 220px;
  }
}
.yokatoto-brand-page .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.yokatoto-brand-page .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yokatoto-brand-page .hero__overlay {
  display: none;
}
.yokatoto-brand-page .hero__content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.yokatoto-brand-page .hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .hero__content {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
.yokatoto-brand-page .hero__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .hero__title {
    font-size: 28px;
  }
}
.yokatoto-brand-page .hero__subtitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.04em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .hero__subtitle {
    font-size: 16px;
  }
}
.yokatoto-brand-page .hero__wave-bottom {
  bottom: 0;
}
.yokatoto-brand-page .brand-intro {
  padding: 80px 0 60px;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .brand-intro {
    padding: 50px 0 40px;
  }
}
.yokatoto-brand-page .brand-intro__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .brand-intro__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.yokatoto-brand-page .brand-intro__logo {
  max-width: 60%;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .brand-intro__logo {
    width: 200px;
    margin-bottom: 28px;
  }
}
.yokatoto-brand-page .brand-intro__logo img {
  width: 100%;
  height: auto;
}
.yokatoto-brand-page .brand-intro__tagline {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 700;
  color: #004A77;
  line-height: 1.7;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .brand-intro__tagline {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.yokatoto-brand-page .brand-intro__text {
  font-size: 16px;
  line-height: 2.2;
  color: #000000;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .brand-intro__text {
    font-size: 16px;
    line-height: 2;
  }
}
.yokatoto-brand-page .quality {
  position: relative;
  background: linear-gradient(180deg, #BEE6FF 0%, #e0f2ff 100%);
  padding: 120px 0 120px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .quality {
    padding: 80px 0 80px;
  }
}
.yokatoto-brand-page .quality__wave-top {
  top: -1px;
}
.yokatoto-brand-page .quality__wave-bottom {
  bottom: 0;
}
.yokatoto-brand-page .quality__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .quality__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.yokatoto-brand-page .quality__inner {
  position: relative;
  z-index: 2;
}
.yokatoto-brand-page .quality__section-title {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .quality__section-title {
    font-size: 26px;
  }
}
.yokatoto-brand-page .quality__section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #004A77;
  margin: 16px auto 0;
  opacity: 0.3;
}
.yokatoto-brand-page .quality__section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 48px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .quality__section-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.yokatoto-brand-page .quality__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .quality__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.yokatoto-brand-page .quality__image {
  border-radius: 12px;
  overflow: hidden;
}
.yokatoto-brand-page .quality__image img {
  width: 100%;
  height: auto;
  display: block;
}
.yokatoto-brand-page .quality__heading {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .quality__heading {
    font-size: 20px;
  }
}
.yokatoto-brand-page .quality__text p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .quality__text p {
    font-size: 16px;
  }
}
.yokatoto-brand-page .quality__features {
  margin-top: 20px;
}
.yokatoto-brand-page .quality__features li {
  position: relative;
  padding: 10px 0 10px 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .quality__features li {
    font-size: 16px;
  }
}
.yokatoto-brand-page .quality__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #004A77;
  opacity: 0.15;
}
.yokatoto-brand-page .quality__features li::after {
  content: "✓";
  position: absolute;
  left: 3px;
  top: 14px;
  color: #004A77;
  font-weight: 700;
  font-size: 16px;
}
.yokatoto-brand-page .sales {
  background: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sales {
    padding: 50px 0;
  }
}
.yokatoto-brand-page .sales__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sales__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.yokatoto-brand-page .sales__section-title {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sales__section-title {
    font-size: 26px;
  }
}
.yokatoto-brand-page .sales__section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #004A77;
  margin: 16px auto 0;
  opacity: 0.3;
}
.yokatoto-brand-page .sales__section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 48px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sales__section-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.yokatoto-brand-page .sales__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sales__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.yokatoto-brand-page .sales__heading {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sales__heading {
    font-size: 20px;
  }
}
.yokatoto-brand-page .sales__text p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sales__text p {
    font-size: 16px;
  }
}
.yokatoto-brand-page .sales__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.yokatoto-brand-page .sales__tag {
  display: inline-block;
  background: #004A77;
  color: #ffffff;
  padding: 8px 22px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.yokatoto-brand-page .sales__image {
  border-radius: 12px;
  overflow: hidden;
}
.yokatoto-brand-page .sales__image img {
  width: 100%;
  height: auto;
  display: block;
}
.yokatoto-brand-page .sustainability {
  position: relative;
  background: #2477A8;
  color: #ffffff;
  padding: 120px 0 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sustainability {
    padding: 80px 0 50px;
  }
}
.yokatoto-brand-page .sustainability__wave-top {
  top: -1px;
}
.yokatoto-brand-page .sustainability__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sustainability__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.yokatoto-brand-page .sustainability__inner {
  text-align: center;
  position: relative;
  z-index: 2;
}
.yokatoto-brand-page .sustainability__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sustainability__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.yokatoto-brand-page .sustainability__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  margin: 16px auto 0;
}
.yokatoto-brand-page .sustainability__text {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 40px;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .sustainability__text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 28px;
  }
}
.yokatoto-brand-page .sustainability__image {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
.yokatoto-brand-page .sustainability__image img {
  width: 100%;
  height: auto;
  display: block;
}
.yokatoto-brand-page .market-share {
  background: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .market-share {
    padding: 50px 0;
  }
}
.yokatoto-brand-page .market-share__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .market-share__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.yokatoto-brand-page .market-share__section-title {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .market-share__section-title {
    font-size: 26px;
  }
}
.yokatoto-brand-page .market-share__section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #004A77;
  margin: 16px auto 0;
  opacity: 0.3;
}
.yokatoto-brand-page .market-share__section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 48px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .market-share__section-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.yokatoto-brand-page .market-share__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .market-share__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.yokatoto-brand-page .market-share__note {
  text-align: center;
  font-size: 16px;
  color: #888;
  margin-top: 20px;
}
.yokatoto-brand-page .share-card {
  background: #f5f9fc;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.yokatoto-brand-page .share-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.yokatoto-brand-page .share-card__header {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dotted rgba(0, 74, 119, 0.3);
}
.yokatoto-brand-page .share-card__number {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 48px;
  font-weight: 700;
  color: #004A77;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .share-card__number {
    font-size: 40px;
  }
}
.yokatoto-brand-page .share-card__unit {
  font-size: 20px;
  font-weight: 500;
}
.yokatoto-brand-page .share-card__bar {
  width: 100%;
  height: 8px;
  background: rgba(0, 74, 119, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
.yokatoto-brand-page .share-card__bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #004A77, #3DA0D0);
  border-radius: 4px;
  min-width: 8px;
}
.yokatoto-brand-page .share-card__detail {
  font-size: 16px;
  color: #000000;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .share-card__detail {
    font-size: 16px;
  }
}
.yokatoto-brand-page .share-card__note {
  font-size: 16px;
  color: #888;
}
.yokatoto-brand-page .environment {
  position: relative;
  background: linear-gradient(180deg, #BEE6FF 0%, #e0f2ff 100%);
  padding: 120px 0 120px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .environment {
    padding: 80px 0 80px;
  }
}
.yokatoto-brand-page .environment__wave-top {
  top: -1px;
}
.yokatoto-brand-page .environment__wave-bottom {
  bottom: 0;
}
.yokatoto-brand-page .environment__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .environment__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.yokatoto-brand-page .environment__inner {
  position: relative;
  z-index: 2;
}
.yokatoto-brand-page .environment__title {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .environment__title {
    font-size: 26px;
  }
}
.yokatoto-brand-page .environment__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #004A77;
  margin: 16px auto 0;
  opacity: 0.3;
}
.yokatoto-brand-page .environment__subtitle {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 48px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .environment__subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.yokatoto-brand-page .environment__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .environment__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.yokatoto-brand-page .env-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.yokatoto-brand-page .env-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
}
.yokatoto-brand-page .env-card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, #dceef8 0%, #c4e0f2 100%);
}
@media (max-width: 768px) {
  .yokatoto-brand-page .env-card__image {
    height: 160px;
  }
}
.yokatoto-brand-page .env-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.yokatoto-brand-page .env-card:hover .env-card__image img {
  transform: scale(1.05);
}
.yokatoto-brand-page .env-card__body {
  padding: 24px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .env-card__body {
    padding: 20px;
  }
}
.yokatoto-brand-page .env-card__label {
  display: inline-block;
  background: #004A77;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.yokatoto-brand-page .env-card__title {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .env-card__title {
    font-size: 18px;
  }
}
.yokatoto-brand-page .env-card__text {
  font-size: 16px;
  line-height: 1.9;
  color: #000000;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .env-card__text {
    font-size: 16px;
  }
}
.yokatoto-brand-page .env-card__pdf-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.yokatoto-brand-page .env-card__pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1e3a5f;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.yokatoto-brand-page .env-card__pdf-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.yokatoto-brand-page .env-card__pdf-link svg {
  flex-shrink: 0;
}
.yokatoto-brand-page .product-nav {
  background: #ffffff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .product-nav {
    padding: 50px 0;
  }
}
.yokatoto-brand-page .product-nav__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .product-nav__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.yokatoto-brand-page .product-nav__title {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 40px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .product-nav__title {
    font-size: 26px;
  }
}
.yokatoto-brand-page .product-nav__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #004A77;
  margin: 16px auto 0;
  opacity: 0.3;
}
.yokatoto-brand-page .product-nav__subtitle {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 48px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .product-nav__subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.yokatoto-brand-page .product-nav__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .product-nav__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.yokatoto-brand-page .product-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  text-decoration: none;
  color: inherit;
}
.yokatoto-brand-page .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
}
.yokatoto-brand-page .product-card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, #dceef8 0%, #c4e0f2 100%);
}
.yokatoto-brand-page .product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.yokatoto-brand-page .product-card:hover .product-card__image img {
  transform: scale(1.05);
}
.yokatoto-brand-page .product-card__body {
  padding: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .product-card__body {
    padding: 20px;
  }
}
.yokatoto-brand-page .product-card__name {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 700;
  color: #004A77;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .product-card__name {
    font-size: 20px;
  }
}
.yokatoto-brand-page .product-card__desc {
  font-size: 16px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .yokatoto-brand-page .product-card__desc {
    font-size: 16px;
  }
}
.yokatoto-brand-page .btn-circle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #2c5f8a;
  transition: color 0.3s ease;
}
.yokatoto-brand-page .btn-circle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #2c5f8a;
  border-radius: 50%;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.yokatoto-brand-page .btn-circle__icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #2c5f8a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s ease;
}
.product-card:hover .yokatoto-brand-page .btn-circle {
  color: #3DA0D0;
}
.product-card:hover .yokatoto-brand-page .btn-circle .btn-circle__icon {
  background: #2c5f8a;
  border-color: #2c5f8a;
}
.product-card:hover .yokatoto-brand-page .btn-circle .btn-circle__icon svg {
  stroke: #ffffff;
}
.yokatoto-brand-page .fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.yokatoto-brand-page .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.yokatoto-brand-page .fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.yokatoto-brand-page .fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.yokatoto-brand-page .delay-1 {
  transition-delay: 0.1s;
}
.yokatoto-brand-page .delay-2 {
  transition-delay: 0.2s;
}
.yokatoto-brand-page .delay-3 {
  transition-delay: 0.3s;
}
.yokatoto-brand-page .footer {
  background: #004A77;
}
.yokatoto-brand-page .footer__copyright {
  font-size: 16px;
  color: #ffffff;
}/*# sourceMappingURL=yokatoto-brand.css.map */