@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.6;
  color: #111111;
  background-color: #fff8ed;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.section {
  padding: 60px 100px;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .section {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 40px 16.5px;
  }
}

.section-inner {
  max-width: 1512px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .section-inner {
    padding: 0 20px;
  }
}
.section-inner > img {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .section-inner > img {
    margin-bottom: 40px;
  }
}

.section-label {
  max-width: 1512px;
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Marcellus", serif;
  font-size: 16px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .section-label {
    font-size: 12px;
    padding: 20px 10px 0;
    margin-bottom: 40px;
  }
}

.section-header {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 30px;
  }
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #111111;
  letter-spacing: 0.56px;
  position: relative;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
  }
}

.section-description {
  font-size: 16px;
  line-height: 32px;
  color: #111111;
  max-width: 800px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .section-description {
    font-size: 13px;
    padding-top: 30px;
  }
}

.section-header-left {
  flex-shrink: 0;
}

.section-subtitle {
  font-family: "Marcellus", serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 0.75;
  position: relative;
}
@media (max-width: 768px) {
  .section-subtitle {
    font-size: 10px;
  }
}
.section-subtitle::before {
  content: "";
  position: absolute;
  left: -17px;
  width: 13px;
  height: 13px;
  background: #238b3e;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 768px) {
  .section-subtitle::before {
    left: -20px;
    width: 8px;
    height: 7px;
  }
}

.container {
  width: 100%;
  position: relative;
  min-height: 100vh;
}

.content-wrapper {
  max-width: 1512px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

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

.header {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .header {
    top: 25px;
    padding: 0 20px;
  }
}
.header .header-contents {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .header .header-contents {
    gap: 10px;
  }
}
.header .content-wrapper {
  max-width: 1432px;
  width: 100%;
}
.header.header-dark .logo img {
  filter: invert(1);
}
.header.header-dark .language-switch {
  border-color: #333;
}
.header.header-dark .language-option.active {
  background: #333;
  color: #fff;
}
.header.header-dark .language-option:not(.active) {
  color: #333;
}
.header.header-dark .menu-line {
  background: #333;
}

.logo img {
  width: 132.81px;
  height: 26.04px;
}
@media (max-width: 768px) {
  .logo img {
    width: 100px;
    height: 19.61px;
  }
}

.language-switch {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 70px;
  overflow: hidden;
  padding: 5px;
}
@media (max-width: 768px) {
  .language-switch {
    padding: 2px;
  }
}

.language-option {
  font-family: "Aboreto", sans-serif;
  font-size: 18px;
  letter-spacing: 0.36px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .language-option {
    font-size: 10px;
  }
}
.language-option.active {
  background: #ffffff;
  color: #555555;
  border-radius: 70px;
  padding: 6px 30px;
}
@media (max-width: 768px) {
  .language-option.active {
    padding: 4px 20px;
  }
}
.language-option:not(.active) {
  color: #ffffff;
  padding: 6px 15px;
}
@media (max-width: 768px) {
  .language-option:not(.active) {
    font-size: 10px;
    padding: 4px 17px;
  }
}

.menu-button {
  width: 80px;
  height: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .menu-button {
    width: 50px;
    height: 10px;
  }
}
.menu-button:hover .menu-line {
  background: #238b3e;
}

.menu-line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
}

footer {
  background: #222222;
  color: #ffffff;
  padding: 80px 0 40px;
  position: relative;
  width: 100%;
}
footer .footer-content {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1512px;
  margin: 0 auto;
  position: relative;
  margin: 0 auto 60px;
  padding: 0 156px;
}
@media (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}
footer .footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 50px;
}
footer .footer-logo-section h3 {
  font-family: "Marcellus", serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0;
}
@media (max-width: 768px) {
  footer .footer-logo-section h3 {
    font-size: 17px;
    text-align: center;
  }
}
footer .footer-logo-section p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.26px;
  margin: 0;
}
@media (max-width: 768px) {
  footer .footer-logo-section p {
    font-size: 12px;
  }
}
footer .footer-logo-image {
  width: 255px;
  height: 50px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  footer .footer-logo-image {
    width: 205px;
    height: 40px;
    margin-top: 20px;
  }
}
footer .social-links {
  display: flex;
  gap: 25px;
}
@media (max-width: 768px) {
  footer .social-links {
    gap: 30px;
  }
}
footer .social-link {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  footer .social-link {
    width: 50px;
    height: 50px;
  }
}
footer .social-link:hover {
  background: #238b3e;
  border-color: #238b3e;
}
footer .copyright-notice {
  font-size: 14px;
  font-family: "Aboreto", sans-serif;
}
@media (max-width: 768px) {
  footer .copyright-notice {
    font-size: 10px;
  }
}

.section {
  padding: 60px 100px;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .section {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 40px 16.5px;
  }
}

.section-inner {
  max-width: 1512px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .section-inner {
    padding: 0 20px;
  }
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #111111;
  letter-spacing: 0.56px;
  position: relative;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
  }
}

.section-description {
  font-size: 16px;
  line-height: 32px;
  color: #111111;
  max-width: 800px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .section-description {
    font-size: 13px;
    padding-top: 30px;
  }
}

.btn {
  padding: 25px 60px;
  border-radius: 110px;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid rgba(85, 85, 85, 0.8);
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 768px) {
  .btn {
    padding: 15px 60px;
    font-size: 16px;
  }
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.btn-white {
  background: rgba(255, 255, 255, 0.9);
  color: #555555;
  font-weight: 600;
}

.btn-green {
  background: #238b3e;
  color: #ffffff;
  font-family: "Marcellus", serif;
}

.menu-button {
  position: relative;
  z-index: 101;
  transition: opacity 0.3s ease, visibility 0.3s ease, z-index 0s 0.3s;
}
.menu-button .menu-line {
  transition: all 0.3s ease;
  transform-origin: center;
}
.menu-button .menu-line:last-child {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .menu-button .menu-line:last-child {
    margin-top: 6px;
  }
}
.menu-button.active {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 248, 237, 0.98);
  backdrop-filter: blur(10px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.nav-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.nav-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 45px 40px 40px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .nav-content {
    padding: 25px 20px 20px;
  }
}

.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1001;
}
@media (max-width: 768px) {
  .nav-header {
    margin-bottom: 60px;
  }
}
.nav-header .logo img {
  width: 132.81px;
  height: 26.04px;
  filter: invert(1);
}
@media (max-width: 768px) {
  .nav-header .logo img {
    width: 100px;
    height: 19.61px;
  }
}

.close-button {
  position: fixed !important;
  top: 45px;
  right: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 768px) {
  .close-button {
    top: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.close-button:focus {
  outline: none;
}
.close-button .close-line {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #111111;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .close-button .close-line {
    width: 20px;
  }
}
.close-button .close-line:first-child {
  transform: rotate(45deg);
}
.close-button .close-line:last-child {
  transform: rotate(-45deg);
}
.close-button:hover .close-line {
  background: #238b3e;
}

.nav-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.nav-item {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
@media (max-width: 768px) {
  .nav-item {
    margin-bottom: 30px;
  }
}
.nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.nav-item:nth-child(6) {
  animation-delay: 0.6s;
}

.nav-link {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.nav-link .nav-text-en {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 32px;
  letter-spacing: 2px;
  color: #111111;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .nav-link .nav-text-en {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.nav-link .nav-text-jp {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  color: #555555;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .nav-link .nav-text-jp {
    font-size: 12px;
  }
}
.nav-link:hover {
  transform: scale(1.05);
}
.nav-link:hover .nav-text-en {
  color: #238b3e;
}
.nav-link:hover .nav-text-jp {
  color: #238b3e;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: #238b3e;
  transition: transform 0.3s ease;
}
.nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.nav-footer {
  margin-top: auto;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .nav-footer {
    padding-top: 30px;
  }
}
.nav-footer .social-links {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .nav-footer .social-links {
    gap: 20px;
  }
}
.nav-footer .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #555555;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .nav-footer .social-link {
    width: 35px;
    height: 35px;
  }
}
.nav-footer .social-link img {
  width: 20px;
  height: 20px;
  filter: invert(1);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .nav-footer .social-link img {
    width: 18px;
    height: 18px;
  }
}
.nav-footer .social-link:hover {
  background: #238b3e;
  border-color: #238b3e;
  transform: scale(1.1);
}
.nav-footer .social-link:hover img {
  filter: invert(0);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.hero {
  position: relative;
  width: 100%;
  height: 985px;
  background-image: url("../images/hero-shoe-black.png");
  background-color: #111111;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero {
    height: 658px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.3);
}
.hero .hero-content {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 10;
}
@media (max-width: 1024px) {
  .hero .hero-content {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .hero .hero-content {
    padding-top: 80px;
  }
}
.hero .hero-title-en {
  font-family: "Marcellus", serif;
  font-size: 70px;
  line-height: 86px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero .hero-title-en {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.hero .hero-title-jp {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 65px;
  text-shadow: 0px 0px 34px rgba(0, 0, 0, 0.6);
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .hero .hero-title-jp {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.hero .hero-title-jp .word-space {
  margin: 0 25px;
}
@media (max-width: 768px) {
  .hero .hero-title-jp .word-space {
    margin: 0 16px;
  }
}
.hero .hero-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero .hero-buttons {
    flex-direction: column;
    font-size: 16px;
    padding: 0 20px;
  }
}

.top-wave1 {
  background-image: url("../images/top-wave1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.top-wave2 {
  background-image: url("../images/top-wave2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.top-wave3 {
  background-image: url("../images/top-wave3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.science-section {
  width: 100%;
  padding-top: 140px;
}
@media (max-width: 768px) {
  .science-section {
    padding-top: 40px;
  }
}
.science-section .section-header {
  display: flex;
  align-items: flex-start;
  gap: 150px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .science-section .section-header {
    flex-direction: column;
    gap: 0;
  }
}
.science-section .science-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  font-weight: 700;
  color: #111111;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
.science-section .science-description {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  color: #111111;
  line-height: 2;
  padding-top: 40px;
}
.science-section .science-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .science-section .science-stats {
    gap: 20px;
  }
}
@media (max-width: 425px) {
  .science-section .science-stats {
    gap: 10px;
  }
}
.science-section .stat-card {
  position: relative;
  width: 348px;
  height: 348px;
}
@media (max-width: 1024px) {
  .science-section .stat-card {
    width: 36vw;
    height: 36vw;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card {
    width: 40vw;
    height: 40vw;
  }
}
.science-section .stat-circle-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 50px solid #4A9D58;
}
.science-section .stat-circle-bg.partial {
  border-color: transparent;
  background: conic-gradient(#4A9D58 0deg, #4A9D58 var(--percentage), #fff var(--percentage), #fff 360deg);
  border: none;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 50px), #000 calc(100% - 50px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 50px), #000 calc(100% - 50px));
}
@media (max-width: 768px) {
  .science-section .stat-circle-bg.partial {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 40px), #000 calc(100% - 40px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 40px), #000 calc(100% - 40px));
  }
}
@media (max-width: 550px) {
  .science-section .stat-circle-bg.partial {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #000 calc(100% - 30px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #000 calc(100% - 30px));
  }
}
@media (max-width: 520px) {
  .science-section .stat-circle-bg.partial {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 20px), #000 calc(100% - 30px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 20px), #000 calc(100% - 30px));
  }
}
@media (max-width: 425px) {
  .science-section .stat-circle-bg.partial {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #000 calc(100% - 30px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #000 calc(100% - 30px));
  }
}
@media (max-width: 375px) {
  .science-section .stat-circle-bg.partial {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 20px), #000 calc(100% - 20px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 20px), #000 calc(100% - 20px));
  }
}
.science-section .stat-circle-bg.partial.multi {
  background: conic-gradient(#4A9D58 0% 80%, #98C19E 80% 95%, #fff 95% 100%);
  mask: radial-gradient(farthest-side, transparent calc(100% - 50px), #000 calc(100% - 50px));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 50px), #000 calc(100% - 50px));
}
@media (max-width: 768px) {
  .science-section .stat-circle-bg.partial.multi {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 40px), #000 calc(100% - 40px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 40px), #000 calc(100% - 40px));
  }
}
@media (max-width: 550px) {
  .science-section .stat-circle-bg.partial.multi {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #000 calc(100% - 30px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #000 calc(100% - 30px));
  }
}
@media (max-width: 520px) {
  .science-section .stat-circle-bg.partial.multi {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 20px), #000 calc(100% - 30px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 20px), #000 calc(100% - 30px));
  }
}
@media (max-width: 425px) {
  .science-section .stat-circle-bg.partial.multi {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #000 calc(100% - 30px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 30px), #000 calc(100% - 30px));
  }
}
@media (max-width: 375px) {
  .science-section .stat-circle-bg.partial.multi {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 20px), #000 calc(100% - 20px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 20px), #000 calc(100% - 20px));
  }
}
.science-section .stat-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgb(246, 241, 232);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1024px) {
  .science-section .stat-content {
    width: 23vw;
    height: 23vw;
  }
}
.science-section .stat-label {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: 0.36px;
}
@media (max-width: 1024px) {
  .science-section .stat-label {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .science-section .stat-label {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-label {
    font-size: 9px;
    margin-bottom: 5px;
  }
}
.science-section .stat-badge {
  background: #ffffff;
  border-radius: 25px;
  padding: 10px 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .science-section .stat-badge {
    margin-bottom: 0;
    padding: 0 16px 2px;
    line-height: 1;
    align-items: center;
    margin-bottom: 5px;
  }
}
.science-section .stat-badge-text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 600;
  color: #238b3e;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .science-section .stat-badge-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .science-section .stat-badge-text {
    font-size: 13px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-badge-text {
    font-size: 9px;
  }
}
.science-section .stat-badge-text.percentage {
  font-family: "Marcellus", serif;
  letter-spacing: 2.3px;
}
.science-section .stat-percentage {
  font-family: "Marcellus", serif;
  font-size: 70px;
  color: #000000;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media (max-width: 1024px) {
  .science-section .stat-percentage {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .science-section .stat-percentage {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-percentage {
    font-size: 21px;
  }
}
.science-section .stat-percentage-sign {
  font-size: 30px;
  letter-spacing: 0.6px;
}
@media (max-width: 768px) {
  .science-section .stat-percentage-sign {
    font-size: 12px;
  }
}
.science-section .stat-card.third .stat-content {
  padding: 20px;
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-content {
    padding: 0;
  }
}
.science-section .stat-card.third .stat-badge {
  padding: 8px 20px;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .science-section .stat-card.third .stat-badge {
    padding: 8px 7px;
  }
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-badge {
    padding: 2px 6px 6px;
    line-height: 0.8;
    margin-bottom: 3px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-badge {
    padding: 0 4px 3px;
    line-height: 0.8;
    margin-bottom: 3px;
  }
}
.science-section .stat-card.third .stat-badge-text {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .science-section .stat-card.third .stat-badge-text {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-badge-text {
    font-size: 8px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-badge-text {
    font-size: 6px;
  }
}
.science-section .stat-card.third .stat-primary {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-primary {
    margin-bottom: 3px;
  }
}
.science-section .stat-card.third .stat-percentage {
  font-size: 25px;
  color: #238b3e;
  letter-spacing: 0.54px;
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-percentage {
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-percentage {
    font-size: 6px;
  }
}
.science-section .stat-card.third .stat-percentage-sign {
  font-size: 15px;
  color: #238b3e;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-percentage-sign {
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-percentage-sign {
    font-size: 6px;
  }
}
.science-section .stat-card.third .stat-sublabel {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .science-section .stat-card.third .stat-sublabel {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-sublabel {
    font-size: 8px;
    margin-bottom: 3px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-sublabel {
    font-size: 6px;
    margin-bottom: 3px;
  }
}
.science-section .stat-card.third .stat-secondary {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-secondary {
    margin-bottom: 3px;
  }
}
.science-section .stat-card.third .stat-secondary .stat-percentage {
  font-size: 23px;
  color: #000000;
  letter-spacing: 2.3px;
}
@media (max-width: 1024px) {
  .science-section .stat-card.third .stat-secondary .stat-percentage {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-secondary .stat-percentage {
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-secondary .stat-percentage {
    font-size: 6px;
  }
}
.science-section .stat-card.third .stat-secondary .stat-percentage-sign {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-secondary .stat-percentage-sign {
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-secondary .stat-percentage-sign {
    font-size: 6px;
  }
}
.science-section .stat-card.third .stat-tertiary {
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  color: #000000;
  letter-spacing: -0.6px;
  line-height: 1.67;
}
@media (max-width: 1024px) {
  .science-section .stat-card.third .stat-tertiary {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-tertiary {
    font-size: 8px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-tertiary {
    font-size: 6px;
  }
}
.science-section .stat-card.third .stat-tertiary-value {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-tertiary-value {
    margin-top: 0;
  }
}
.science-section .stat-card.third .stat-tertiary-value .stat-percentage {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.4px;
}
@media (max-width: 1024px) {
  .science-section .stat-card.third .stat-tertiary-value .stat-percentage {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-tertiary-value .stat-percentage {
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-tertiary-value .stat-percentage {
    font-size: 6px;
  }
}
.science-section .stat-card.third .stat-tertiary-value .stat-percentage-sign {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-tertiary-value .stat-percentage-sign {
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  .science-section .stat-card.third .stat-tertiary-value .stat-percentage-sign {
    font-size: 6px;
  }
}
.science-section .stat-card.third .stat-flex {
  display: flex;
  align-items: center;
}
.science-section .stat-card.third .stat-flex p {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .science-section .stat-card.third .stat-flex p {
    margin-right: 5px;
  }
}

.science-recommend-section .science-recommend {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .science-recommend-section .science-recommend {
    margin-top: 0;
  }
}
.science-recommend-section .science-recommend .science-recommend-text-wrap {
  margin: 0 0 40px;
  text-align: center;
}
.science-recommend-section .science-recommend .science-recommend-text-wrap .science-recommend-text {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .science-recommend-section .science-recommend .science-recommend-text-wrap .science-recommend-text {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .science-recommend-section .science-recommend .science-recommend-text-wrap .science-recommend-text {
    font-size: 19px;
  }
}
.science-recommend-section .science-recommend .science-recommend-text-wrap .science-recommend-subtext {
  font-size: 19px;
}
@media (max-width: 768px) {
  .science-recommend-section .science-recommend .science-recommend-text-wrap .science-recommend-subtext {
    font-size: 13px;
  }
}
.science-recommend-section .science-recommend .science-img-wrap {
  text-align: center;
}
.science-recommend-section .science-recommend .science-img-wrap img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .science-recommend-section .science-recommend .science-img-wrap img {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .science-recommend-section .science-recommend .science-img-wrap img {
    max-width: 400px;
  }
}
.science-recommend-section .science-recommend .science-img-wrap.sp-only p {
  font-size: 14px;
  text-align: left;
  padding-bottom: 14px;
}
.science-recommend-section .science-recommend .science-img-wrap.sp-only .science-img-parts {
  padding-top: 20px;
}
.science-recommend-section .science-recommend .science-img-wrap.sp-only .science-img-parts p {
  position: relative;
  padding-left: 28px;
}
.science-recommend-section .science-recommend .science-img-wrap.sp-only .science-img-parts p.num01::before, .science-recommend-section .science-recommend .science-img-wrap.sp-only .science-img-parts p.num02::before, .science-recommend-section .science-recommend .science-img-wrap.sp-only .science-img-parts p.num03::before {
  position: absolute;
  left: 0;
  font-family: "Marcellus", serif;
  color: #238b3e;
}
.science-recommend-section .science-recommend .science-img-wrap.sp-only .science-img-parts p.num01::before {
  content: "01";
}
.science-recommend-section .science-recommend .science-img-wrap.sp-only .science-img-parts p.num02::before {
  content: "02";
}
.science-recommend-section .science-recommend .science-img-wrap.sp-only .science-img-parts p.num03::before {
  content: "03";
}
.science-recommend-section .science-recommend .science-img-wrap.sp-only .science-img-parts img {
  width: 100%;
  padding: 0 25px;
}

.what-racbaki .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 200px;
}
@media (max-width: 1024px) {
  .what-racbaki .section-inner {
    flex-direction: column;
    align-items: normal;
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .what-racbaki .section-inner {
    gap: 20px;
  }
}
.what-racbaki .section-inner .section-header {
  display: block;
}
.what-racbaki .section-inner .section-header .section-title {
  padding-left: 0;
}
.what-racbaki .section-inner .what-racbaki-img-wrap img {
  width: 100%;
  height: auto;
}

.method-section {
  width: 100%;
}
.method-section .section-inner .sction-main-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .method-section .section-inner .sction-main-content {
    flex-direction: column;
  }
}
.method-section .section-inner .sction-main-content .section-header {
  display: block;
  margin-right: 90px;
}
@media (max-width: 768px) {
  .method-section .section-inner .sction-main-content .section-header {
    margin-right: 0;
  }
}

.method-woman-wrap img {
  width: 100%;
  height: auto;
}

.method-diagram {
  margin: 100px 0;
  padding: 0 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .method-diagram {
    padding: 0;
  }
}
.method-diagram .method-diagram-content-wrap {
  align-items: stretch;
}
.method-diagram .method-diagram-content-wrap .method-diagram-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content {
    justify-content: center;
  }
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .foot-img {
  width: 100%;
  max-width: 50px;
  height: auto;
  margin: 20px 0;
}
@media (max-width: 425px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content .foot-img {
    margin: 12px 0;
  }
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .foot-img._1 {
  max-width: 55px;
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .foot-img._5 {
  max-width: 48px;
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .foot-img._7 {
  max-width: 55px;
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .foot-img._8 {
  max-width: 55px;
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text {
  font-size: 14px;
}
@media (max-width: 768px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text {
    font-size: 12px;
    padding-bottom: 10px;
  }
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 350px;
  height: 195px;
  align-items: center;
}
@media (max-width: 1024px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap {
    width: 230px;
    height: 185px;
    flex-shrink: 1;
  }
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap.foot-sole {
  height: 180px;
}
@media (max-width: 768px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap.foot-sole {
    height: 160px;
  }
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap.dotted {
  border-right: 2px dotted #D9D9D9;
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap.polygon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(50% + 1px), -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #238b3e;
  z-index: 1;
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap::before {
  content: "";
  position: absolute;
  bottom: -5.8em;
  width: max-content;
  max-width: 280px;
  text-align: center;
  font-size: 14px;
  color: #333;
  white-space: pre-line;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap::before {
    font-size: 10px;
  }
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap.under-text {
  text-align: center;
  height: 50px;
}
@media (max-width: 1024px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap.under-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap.under-text {
    font-size: 10px;
  }
}
.method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap .sp-br {
  display: none;
}
@media (max-width: 1024px) {
  .method-diagram .method-diagram-content-wrap .method-diagram-content .method-diagram-text-wrap .sp-br {
    display: block;
  }
}

.natural-walking-wrap .natural-walking-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .natural-walking-wrap .natural-walking-content {
    flex-direction: column;
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .natural-walking-wrap .natural-walking-content {
    gap: 0;
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .natural-walking-wrap .natural-walking-content .natural-walking-img-wrap {
    order: 2;
  }
}
.natural-walking-wrap .natural-walking-content .natural-walking-img-wrap.pc-only img {
  width: 317px;
  height: 405px;
}
.natural-walking-wrap .natural-walking-content .section-header {
  display: block;
}
@media (max-width: 1024px) {
  .natural-walking-wrap .natural-walking-content .section-header {
    order: 1;
  }
}

.page-template-front-page .article-section,
.home .article-section {
  margin: 100px auto 100px;
}

.evidence-section {
  width: 100%;
  padding-bottom: 100px;
}
.evidence-section .section-header {
  display: flex;
  align-items: flex-start;
  gap: 150px;
}
@media (max-width: 1024px) {
  .evidence-section .section-header {
    flex-direction: column;
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .evidence-section .section-header {
    gap: 0;
  }
}
.evidence-section .section-header-left {
  flex-shrink: 0;
}

.evidence-carousel {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1145px) {
  .evidence-carousel {
    width: 800px;
  }
}
@media (max-width: 1024px) {
  .evidence-carousel {
    width: 600px;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .evidence-carousel {
    width: 90%;
  }
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.evidence-card {
  background: #fff;
  min-width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .evidence-card {
    max-width: 100%;
    margin: 60px 0 0;
  }
}
.evidence-card .evidence-content {
  display: flex;
}
@media (max-width: 1024px) {
  .evidence-card .evidence-content {
    flex-direction: column;
  }
}
.evidence-card .evidence-images-wrap {
  margin-bottom: 5px;
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .evidence-card .evidence-images-wrap {
    width: 100%;
  }
}
.evidence-card .evidence-images-wrap .evidence-images {
  display: flex;
  background: #ffffff;
  margin-bottom: 5px;
}
.evidence-card .evidence-images-wrap .evidence-image {
  width: 100%;
  position: relative;
  height: auto;
  padding: 0 10px 10px;
  text-align: center;
  background: #ffffff;
}
.evidence-card .evidence-images-wrap .evidence-image .before-evidence-ttl {
  background: #D9D9D9;
  padding: 1px 20px;
  border-radius: 40px;
  font-size: 14px;
  margin: 9px 9px 6px;
}
.evidence-card .evidence-images-wrap .evidence-image .after-evidence-ttl {
  background: #238b3e;
  padding: 0px 20px;
  border-radius: 40px;
  font-size: 14px;
  color: #ffffff;
  margin: 9px 9px 6px;
}
.evidence-card .evidence-images-wrap .evidence-image .card6-img {
  width: 115px;
  height: 140px;
  object-fit: contain;
}
.evidence-card .evidence-images-wrap .evidence-image.dotted {
  border-right: 2px dotted #D9D9D9;
}
.evidence-card .evidence-images-wrap .evidence-image.polygon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(50% + 1px), -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #238b3e;
  z-index: 1;
}
.evidence-card .evidence-images-wrap .evidence-image.evidence-graph-image {
  padding: 25px 30px;
  border-top: 3px solid #fffcf7;
}
.evidence-card .evidence-images-wrap .evidence-image img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
}
.evidence-card .evidence-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fffcf7;
}
@media (max-width: 1024px) {
  .evidence-card .evidence-text {
    width: 100%;
    margin: 0;
  }
}
.evidence-card .evidence-text .chart-wrap {
  text-align: center;
  padding: 50px 50px 0;
}
@media (max-width: 768px) {
  .evidence-card .evidence-text .chart-wrap {
    padding: 30px 30px 0;
  }
}
@media (max-width: 425px) {
  .evidence-card .evidence-text .chart-wrap {
    padding: 10px 10px 0;
  }
}
.evidence-card .evidence-text .chart-wrap img {
  max-height: 123px;
  width: auto;
}
@media (max-width: 1024px) {
  .evidence-card .evidence-text .chart-wrap img {
    max-height: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .evidence-card .evidence-text .pie-chart-wrap img {
    max-width: 168px;
  }
}
@media (max-width: 768px) {
  .evidence-card .evidence-text .pie-chart-wrap img {
    max-width: 114px;
  }
}
.evidence-card .evidence-testimonial-wrap {
  padding: 50px 90px 50px 50px;
  position: relative;
}
@media (max-width: 768px) {
  .evidence-card .evidence-testimonial-wrap {
    padding: 30px 25px 45px 27px;
  }
}
.evidence-card .evidence-testimonial-wrap::before {
  position: absolute;
  content: '"';
  display: block;
  font-size: 100px;
  top: 0;
  left: 0;
  color: #d9d9d9;
}
@media (max-width: 1024px) {
  .evidence-card .evidence-testimonial-wrap::before {
    font-size: 70px;
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 768px) {
  .evidence-card .evidence-testimonial-wrap::before {
    font-size: 50px;
    top: 10px;
    left: 8px;
  }
}
.evidence-card .evidence-testimonial {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .evidence-card .evidence-testimonial {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .evidence-card .evidence-testimonial {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.evidence-card .evidence-user {
  background: rgba(241, 233, 219, 0.99);
  padding: 3px 20px;
  border-radius: 40px;
  font-size: 14px;
  display: block;
  margin-left: auto;
  width: fit-content;
}
@media (max-width: 768px) {
  .evidence-card .evidence-user {
    padding: 3px 17px;
    font-size: 12px;
  }
}
.evidence-card .evidence-content-explanation {
  position: relative;
  padding: 50px;
  line-height: 30px;
  border-top: 1px solid #ccc;
  background-color: #fff;
  min-height: 190px;
}
@media (max-width: 768px) {
  .evidence-card .evidence-content-explanation {
    padding: 40px 22px 22px;
    line-height: 28px;
  }
}
.evidence-card .evidence-content-explanation .explanation-label {
  display: flex;
  align-items: center;
  background-color: #2e7d32;
  color: white;
  padding: 2px 35px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  gap: 8px;
}
@media (max-width: 1024px) {
  .evidence-card .evidence-content-explanation .explanation-label {
    padding: 3px 24px;
    font-size: 16px;
  }
}
.evidence-card .evidence-content-explanation .explanation-text {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .evidence-card .evidence-content-explanation .explanation-text {
    font-size: 13px;
    margin-top: auto;
  }
}
.evidence-card .evidence-content-explanation .explanation-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.evidence-card-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  gap: 1em;
}
.evidence-card-button button {
  background-color: #fff;
  color: #333;
  border-radius: 9999px;
  padding: 8px;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  border: none;
}
.evidence-card-button button:hover {
  background-color: #f7f7f7;
  border-color: #999;
}
.evidence-card-button .evidence-pagination-prev,
.evidence-card-button .evidence-pagination-next {
  outline: none;
}
.evidence-card-button .evidence-pagination-prev:focus,
.evidence-card-button .evidence-pagination-next:focus {
  background-color: #fff;
}

.product-section {
  background: #ffffff;
  width: 100%;
}
@media (max-width: 768px) {
  .product-section {
    padding-top: 80px;
  }
}
.product-section .section-header {
  display: flex;
  align-items: flex-start;
  gap: 150px;
}
@media (max-width: 1024px) {
  .product-section .section-header {
    flex-direction: column;
    gap: 0;
  }
}
.product-section .sectioon-header-left {
  flex-shrink: 0;
}
.product-section .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .product-section .product-grid {
    grid-template-columns: 1fr;
    gap: 80px;
    margin-top: 0;
    justify-items: center;
  }
}
@media (max-width: 768px) {
  .product-section .product-grid {
    gap: 20px;
  }
}
.product-section a.product-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-section a.product-card:hover .product-image {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.product-section .product-card {
  position: relative;
  padding: 5px;
}
.product-section .product-card.featured {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.12);
}
.product-section .product-card.featured .product-name,
.product-section .product-card.featured .product-name-en,
.product-section .product-card.featured .product-link {
  color: #238b3e;
}
.product-section .product-card:hover {
  color: #238b3e;
}
.product-section .product-card:hover .product-image {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.product-section .product-image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 1024px) {
  .product-section .product-image {
    height: auto;
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .product-section .product-image {
    height: 260px;
  }
}
.product-section .product-info {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .product-section .product-info {
    padding: 10px 0 10px;
  }
}
.product-section .product-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: inherit;
}
@media (max-width: 768px) {
  .product-section .product-name {
    font-size: 16px;
  }
}
.product-section .product-name-en {
  font-family: "Marcellus", serif;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0.65px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .product-section .product-name-en {
    font-size: 10px;
  }
}
.product-section .product-description {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 20px;
  color: inherit;
}
@media (max-width: 768px) {
  .product-section .product-description {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.product-section .product-link {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.product-section .product-link::after {
  content: "↗";
}
.product-section .product-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #238b3e;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
}

.cta-section {
  text-align: center;
  padding: 40px 0 50px;
}

.product-cta {
  background: #ffffff;
}

.cta-button {
  background: #ffffff;
  border: 2px solid #969188;
  border-radius: 70px;
  padding: 20px 80px;
  font-family: "Marcellus", serif;
  font-size: 20px;
  color: #555555;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cta-button {
    font-size: 16px;
    padding: 15px 90px;
  }
}
@media (max-width: 320px) {
  .cta-button {
    padding: 15px 65px;
  }
}
.cta-button:hover {
  background: #238b3e;
  border-color: #238b3e;
  color: #ffffff;
}

.beach-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.beach-image {
  width: 100%;
  height: 460px;
  background-image: url("../images/beach-pc.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 375px) {
  .beach-image {
    height: 320px;
    background-image: url("../images/beach-sp.png");
  }
}

.beach-content {
  padding: 80px 0;
  text-align: center;
}

.beach-content-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px;
}
.beach-content-inner h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  font-weight: 600;
  color: #555555;
  letter-spacing: 0.56px;
  line-height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .beach-content-inner h3 {
    font-size: 20px;
  }
}
.beach-content-inner .subtitle {
  font-family: "Marcellus", serif;
  font-size: 12px;
  color: #888888;
  letter-spacing: -0.12px;
  line-height: 21px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .beach-content-inner .subtitle {
    font-size: 10px;
  }
}
.beach-content-inner p {
  font-size: 16px;
  line-height: 32px;
  color: #555555;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .beach-content-inner p {
    font-size: 13px;
  }
}

footer .pc-only {
  background: #222222;
  color: #ffffff;
  padding: 80px 0 40px;
  position: relative;
  width: 100%;
}
footer .pc-only .footer-content {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1512px;
  margin: 0 auto;
  position: relative;
  margin: 0 auto 60px;
  padding: 0 156px;
}
footer .pc-only .footer-content .copyright-notice {
  position: absolute;
  right: 156px;
  bottom: 0;
  font-size: 14px;
  font-family: "Aboreto", sans-serif;
}
footer .pc-only .footer-left {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
footer .pc-only .footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 50px;
}
footer .pc-only .footer-logo-section h3 {
  font-family: "Marcellus", serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0;
}
@media (max-width: 768px) {
  footer .pc-only .footer-logo-section h3 {
    font-size: 17px;
  }
}
footer .pc-only .footer-logo-section p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.26px;
  margin: 0;
}
@media (max-width: 768px) {
  footer .pc-only .footer-logo-section p {
    font-size: 12px;
  }
}
footer .pc-only .footer-logo-image {
  width: 255px;
  height: 50px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  footer .pc-only .footer-logo-image {
    width: 205px;
    height: 40px;
  }
}
footer .pc-only .footer-addresses {
  display: flex;
  gap: 100px;
}
footer .pc-only .footer-address {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
footer .pc-only .footer-address-en {
  font-family: "Marcellus", serif, "Noto Sans JP", sans-serif;
}
footer .pc-only .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .pc-only .footer-contact-header {
  display: flex;
  flex-direction: column;
  position: relative;
}
footer .pc-only .footer-contact-header::before, footer .pc-only .footer-contact-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
footer .pc-only .footer-contact-header::before {
  top: -20px;
}
footer .pc-only .footer-contact-header::after {
  bottom: -20px;
}
footer .pc-only .footer-contact-title {
  font-family: "Aboreto", sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .pc-only .footer-contact-title::after {
  content: "→";
  display: inline-block;
  width: 18px;
  height: 9px;
  margin-left: auto;
}
footer .pc-only .footer-contact-subtitle {
  font-size: 12px;
  letter-spacing: 0.24px;
  margin: 0;
}
footer .pc-only .social-links {
  display: flex;
  gap: 25px;
}
footer .pc-only .social-link {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
footer .pc-only .social-link:hover {
  background: #238b3e;
  border-color: #238b3e;
}
footer .sp-only {
  background: #222222;
  color: #ffffff;
  padding: 80px 0 40px;
  position: relative;
  width: 100%;
}
footer .sp-only .footer-content {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1512px;
  margin: 0 auto;
  position: relative;
  margin: 0 auto 30px;
  padding: 0 20px;
  flex-direction: column;
}
footer .sp-only .footer-left {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
footer .sp-only .footer-logo-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  align-items: center;
}
footer .sp-only .footer-logo-section h3 {
  font-family: "Marcellus", serif;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
footer .sp-only .footer-logo-section p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.26px;
  margin: 0;
}
@media (max-width: 768px) {
  footer .sp-only .footer-logo-section p {
    font-size: 12px;
  }
}
footer .sp-only .footer-logo-image {
  width: 255px;
  height: 50px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer .sp-only .footer-logo-image {
    width: 205px;
    height: 40px;
  }
}
footer .sp-only .footer-address {
  font-size: 12px;
  line-height: 24px;
  color: #888888;
  padding-bottom: 20px;
}
footer .sp-only .footer-address-en {
  font-family: "Marcellus", serif, "Noto Sans JP", sans-serif;
  padding-bottom: 40px;
}
footer .sp-only .copyright-notice {
  font-size: 10px;
  font-family: "Aboreto", sans-serif;
}
footer .sp-only .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .sp-only .footer-contact-header {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 20px;
}
footer .sp-only .footer-contact-header::before, footer .sp-only .footer-contact-header::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
footer .sp-only .footer-contact-header::before {
  top: -20px;
}
footer .sp-only .footer-contact-header::after {
  bottom: -20px;
}
footer .sp-only .footer-contact-title {
  font-family: "Aboreto", sans-serif;
  font-size: 18px;
  letter-spacing: 0.4px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .sp-only .footer-contact-title::after {
  content: "→";
  display: inline-block;
  width: 18px;
  height: 9px;
  margin-left: auto;
}
footer .sp-only .footer-contact-subtitle {
  font-size: 10px;
  letter-spacing: 0.24px;
  margin: 0;
}
footer .sp-only .social-links {
  display: flex;
  gap: 30px;
}
footer .sp-only .social-link {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
footer .sp-only .social-link:hover {
  background: #238b3e;
  border-color: #238b3e;
}

.hero-list {
  position: relative;
  height: 886px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-list {
    height: 580px;
  }
}
.hero-list__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/list/hero-feet-grass-pc.png") center/cover no-repeat;
}
@media (max-width: 768px) {
  .hero-list__image {
    background: url("../images/list/hero-feet-grass-sp.png") center/cover no-repeat;
  }
}
.hero-list__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.hero-list__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 1512px;
  padding: 0 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-list__content {
    padding: 0 26px;
  }
}
.hero-list__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 3.22px;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .hero-list__title {
    font-size: 32px;
  }
}
.hero-list__description {
  font-family: "Marcellus", serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .hero-list__description {
    font-size: 16px;
  }
}

.page-template-page-articles .main-content {
  position: relative;
  padding-top: 140px;
}
@media (max-width: 768px) {
  .page-template-page-articles .main-content {
    padding-top: 60px;
  }
}
.page-template-page-articles .main-content__inner {
  margin: 0 auto;
}

.introduction-section {
  max-width: 1512px;
  margin: 0 auto 114px;
  padding: 0 110px;
  position: relative;
  display: flex;
  gap: 150px;
}
@media (max-width: 1024px) {
  .introduction-section {
    flex-direction: column;
    margin: 0 auto 60px;
    padding: 0 65px;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .introduction-section {
    margin: 0 auto 60px;
    padding: 0 20px;
    gap: 0;
  }
}
.introduction-section .section-description {
  padding-top: 40px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 60px;
}
@media (max-width: 1024px) {
  .section-header {
    flex-direction: column;
    gap: 30px;
  }
}

.section-header-left {
  flex-shrink: 0;
}

.section-header-right {
  flex: 1;
  padding-top: 10px;
}

.section-subtitle {
  font-family: "Marcellus", serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-subtitle {
    font-size: 10px;
  }
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.96px;
  color: #333333;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
  }
}

.section-description {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .section-description {
    font-size: 13px;
    padding-top: 20px;
  }
}

.featured-articles {
  display: flex;
  gap: 32px;
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .featured-articles {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 100px;
  }
}

.featured-article {
  flex: 1;
  position: relative;
}
.featured-article__link {
  display: block;
  transition: opacity 0.3s ease;
}
.featured-article__link:hover {
  opacity: 0.8;
}
.featured-article__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.featured-article__image img {
  width: 100%;
  height: auto;
  display: block;
}
.featured-article__content {
  position: relative;
}
.featured-article__date {
  font-family: "Marcellus", serif;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #666666;
  display: block;
  text-align: right;
  margin-bottom: 16px;
}
.featured-article__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  line-height: 1.64;
  margin-bottom: 20px;
  color: #333333;
}
@media (max-width: 768px) {
  .featured-article__title {
    font-size: 18px;
  }
}
.featured-article__description {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  margin-bottom: 20px;
}
.featured-article__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 24px;
  color: #666666;
}
.featured-article__arrow::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #666666;
  margin-top: 5px;
}
.featured-article--left .featured-article__image {
  padding-right: 40px;
}
.featured-article--center .featured-article__image {
  padding: 0 20px;
}
.featured-article--right .featured-article__image {
  padding-left: 40px;
}

.articles {
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .articles {
    padding-bottom: 80px;
  }
}
.articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .articles__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.article-card {
  position: relative;
}
.article-card__link {
  display: block;
  transition: opacity 0.3s ease;
}
.article-card__link:hover {
  opacity: 0.8;
}
.article-card__image {
  position: relative;
  padding-top: 66.67%;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f5f5f5;
}
.article-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card__content {
  position: relative;
  padding-bottom: 30px;
}
.article-card__date {
  font-family: "Marcellus", serif;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #666666;
  display: block;
  text-align: right;
  margin-bottom: 12px;
}
.article-card__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  line-height: 1.78;
  margin-bottom: 20px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card__description {
  font-size: 14px;
  line-height: 1.79;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-card__arrow {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 18px;
  color: #666666;
}
.article-card__arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #666666;
  margin-top: 5px;
}

.article-section {
  max-width: 1512px;
  margin: 0 auto 100px;
  padding: 0 97px;
  position: relative;
}
@media (max-width: 1024px) {
  .article-section {
    padding: 0 65px;
  }
}
@media (max-width: 768px) {
  .article-section {
    margin: 0 auto 60px;
    padding: 0 20px;
  }
}
.article-section--alt {
  background-attachment: fixed;
  margin-top: 150px;
  max-width: none;
  padding: 0;
}
@media (max-width: 768px) {
  .article-section--alt {
    margin-top: 60px;
  }
}
.article-section--alt-inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 97px;
}
@media (max-width: 1024px) {
  .article-section--alt-inner {
    padding: 0 65px;
  }
}
@media (max-width: 768px) {
  .article-section--alt-inner {
    padding: 0 20px;
  }
}

.article-large {
  display: flex;
  gap: 0;
  margin-bottom: 90px;
  height: 387px;
  align-items: center;
}
@media (max-width: 768px) {
  .article-large {
    flex-direction: column;
    height: auto;
    margin-bottom: 60px;
  }
}
.article-large__link {
  display: flex;
  width: 100%;
  gap: 0;
  transition: opacity 0.3s ease;
}
.article-large__link:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .article-large__link {
    flex-direction: column;
  }
}
.article-large__image {
  flex: 1;
}
.article-large__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-large__content {
  flex: 1;
  padding: 40px;
}
@media (max-width: 1024px) {
  .article-large__content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .article-large__content {
    padding: 20px 0;
  }
}
.article-large__date {
  font-family: "Marcellus", serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #666666;
  padding-top: 30px;
  display: block;
  text-align: right;
}
@media (max-width: 1024px) {
  .article-large__date {
    font-size: 12px;
    padding-top: 20px;
  }
}
.article-large__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  margin-bottom: 30px;
  line-height: 1.75;
  color: #333333;
  max-width: 480px;
}
@media (max-width: 1024px) {
  .article-large__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.article-large__text {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  max-width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .article-large__text {
    font-size: 12px;
  }
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 60px;
}
@media (max-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.article-small {
  position: relative;
  border-bottom: 1px solid #333333;
}
@media (max-width: 768px) {
  .article-small {
    display: flex;
    gap: 15px;
    border-bottom: none;
  }
}
.article-small__link-wrapper {
  display: block;
  transition: opacity 0.3s ease;
}
.article-small__link-wrapper:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .article-small__link-wrapper {
    display: flex;
    gap: 15px;
    width: 100%;
  }
}
.article-small__image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-small__image {
    width: 25%;
    height: 147px;
    margin-bottom: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
  }
}
@media (max-width: 600px) {
  .article-small__image {
    width: 35%;
  }
}
@media (max-width: 425px) {
  .article-small__image {
    width: 40%;
  }
}
@media (max-width: 320px) {
  .article-small__image {
    width: 50%;
  }
}
.article-small__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .article-small__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.article-small__content {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .article-small__content {
    width: 75%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .article-small__content {
    width: 65%;
  }
}
@media (max-width: 425px) {
  .article-small__content {
    width: 60%;
  }
}
@media (max-width: 320px) {
  .article-small__content {
    width: 50%;
  }
}
.article-small__date {
  font-family: "Marcellus", serif;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #666666;
  text-align: right;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 768px) {
  .article-small__date {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.article-small__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
  line-height: 1.78;
  color: #333333;
}
@media (max-width: 768px) {
  .article-small__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.article-small__text {
  font-size: 14px;
  line-height: 1.79;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-small__text {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.article-small__link {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 18px;
  color: #666666;
  padding: 5px;
}

.middle-banner {
  position: relative;
  height: 530px;
  width: 100%;
  margin: 140px 0;
}
@media (max-width: 768px) {
  .middle-banner {
    height: 378px;
    margin: 60px 0;
  }
}
.middle-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/list/middle-sandal-pc.png") center/cover no-repeat;
}
@media (max-width: 768px) {
  .middle-banner__image {
    background: url("../images/list/middle-sandal-sp.png") center/cover no-repeat;
  }
}
.middle-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.middle-banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  max-width: 1512px;
  padding: 0 90px;
  z-index: 1;
}
@media (max-width: 768px) {
  .middle-banner__content {
    padding: 0 20px;
  }
}
.middle-banner__subtitle {
  font-family: "Marcellus", serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .middle-banner__subtitle {
    font-size: 10px;
  }
}
.middle-banner__title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.96px;
  margin-bottom: 60px;
  line-height: 1.43;
}
@media (max-width: 768px) {
  .middle-banner__title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.middle-banner__text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .middle-banner__text {
    font-size: 13px;
  }
}

.no-articles {
  text-align: center;
  padding: 60px 20px;
  font-size: 16px;
  color: #666666;
}

.pagination {
  text-align: center;
  padding-top: 40px;
}
.pagination ul {
  display: inline-flex;
  gap: 12px;
  list-style: none;
  align-items: center;
}
.pagination li {
  display: inline-block;
}
.pagination a, .pagination span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  color: #666666;
  transition: all 0.3s ease;
}
.pagination a:hover, .pagination span:hover {
  background: #9DB7B1;
  color: white;
  border-color: #9DB7B1;
}
.pagination .current span {
  background: #9DB7B1;
  color: white;
  border-color: #9DB7B1;
}
.pagination .prev a, .pagination .next a {
  font-weight: bold;
}
.pagination .dots span {
  border: none;
  width: auto;
}

.hero-detail {
  position: relative;
  height: 886px;
  overflow: visible;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hero-detail {
    height: 580px;
  }
}
.hero-detail__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-detail__image:empty {
  background-image: url("../images/detail/hero-feet-pc.png");
}
@media (max-width: 768px) {
  .hero-detail__image:empty {
    background-image: url("../images/detail/hero-feet-sp.png");
  }
}
.hero-detail__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(51, 51, 51, 0.4) 55%, rgba(102, 102, 102, 0) 95%);
  transform: scaleY(-1);
}
.hero-detail__content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 1512px;
  padding: 0 156px;
}
@media (max-width: 768px) {
  .hero-detail__content {
    top: 55%;
    padding: 0 30px;
  }
}
.hero-detail__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2.52px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .hero-detail__title {
    font-size: 24px;
    margin-bottom: 55px;
  }
}
.hero-detail__subtitle {
  font-family: "Marcellus", serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.6;
  color: #d9d9d9;
  max-width: 400px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .hero-detail__subtitle {
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  .hero-detail__subtitle {
    text-align: right;
  }
}

.hero-detail-transition {
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
.hero-detail-transition::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(240, 232, 220, 0) 0%, rgba(240, 232, 220, 0.04) 4%, rgba(240, 232, 220, 0.1) 8%, rgba(240, 232, 220, 0.16) 12%, rgba(240, 232, 220, 0.22) 16%, rgba(240, 232, 220, 0.28) 20%, rgba(240, 232, 220, 0.34) 24%, rgba(240, 232, 220, 0.4) 28%, rgba(240, 232, 220, 0.46) 32%, rgba(240, 232, 220, 0.52) 36%, rgba(240, 232, 220, 0.58) 40%, rgba(240, 232, 220, 0.64) 44%, rgba(240, 232, 220, 0.7) 48%, rgba(240, 232, 220, 0.76) 52%, rgba(240, 232, 220, 0.82) 56%, rgba(240, 232, 220, 0.88) 60%, rgba(240, 232, 220, 0.94) 64%, rgb(240, 234, 220) 70%, rgb(242, 235, 224) 100%);
}

.single .main-content,
.page-template-default .main-content {
  position: relative;
  background: #FFF8EE;
  padding-top: 0;
}

.detail-wave1 {
  background-image: url("../images/detail/detail_wave1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.detail-wave2 {
  background-image: url("../images/detail/detail_wave2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.content-section {
  position: relative;
  padding: 180px 0 0;
}
@media (max-width: 768px) {
  .content-section {
    padding: 120px 0 0;
  }
}
.content-section.first-content-section {
  padding: 120px 0 0;
}
@media (max-width: 768px) {
  .content-section.first-content-section {
    padding: 60px 0 0;
  }
}
.content-section.last-content-section {
  padding-bottom: 100px;
}
.content-section__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 156px;
  display: flex;
  align-items: flex-start;
  gap: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .content-section__inner {
    padding: 0 20px;
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
}
.content-section__text {
  flex: 1;
  max-width: 600px;
  position: relative;
}
.content-section__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.56px;
  margin-bottom: 10px;
  color: #333333;
}
@media (max-width: 768px) {
  .content-section__title {
    font-size: 20px;
  }
}
.content-section__subtitle {
  font-family: "Marcellus", serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .content-section__subtitle {
    font-size: 10px;
  }
}
.content-section__body {
  font-size: 16px;
  line-height: 2;
  color: #666666;
}
@media (max-width: 768px) {
  .content-section__body {
    font-size: 13px;
  }
}
.content-section__body p {
  margin-bottom: 1.5em;
}
.content-section__body p:last-child {
  margin-bottom: 0;
}
.content-section__body .emphasis {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.content-section__image {
  width: 377px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .content-section__image {
    width: 280px;
    margin: 0 auto;
  }
}
.content-section__image img {
  width: 100%;
  height: auto;
  display: block;
}
.content-section--left .content-section__inner {
  flex-direction: row;
}
@media (max-width: 768px) {
  .content-section--left .content-section__inner {
    flex-direction: column;
  }
}
.content-section--right .content-section__inner {
  flex-direction: row;
}
@media (max-width: 768px) {
  .content-section--right .content-section__inner {
    flex-direction: column-reverse;
  }
}
.content-section--center .content-section__inner {
  justify-content: center;
}
.content-section--center .content-section__text {
  max-width: 800px;
  text-align: left;
}
.content-section .position-top {
  padding-top: 0;
}
.content-section .position-middle {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .content-section .position-middle {
    padding-top: 0;
  }
}
.content-section .position-bottom {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .content-section .position-bottom {
    padding-top: 0;
  }
}
.content-section .shadow-top-left {
  box-shadow: -30px -30px 30px rgba(0, 0, 0, 0.4);
}
.content-section .shadow-top-right {
  box-shadow: 30px -30px 30px rgba(0, 0, 0, 0.4);
}
.content-section .shadow-bottom-left {
  box-shadow: -30px 30px 30px rgba(0, 0, 0, 0.4);
}
.content-section .shadow-bottom-right {
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.4);
}

.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.full-width-section__image {
  position: relative !important;
  width: 100%;
  height: 400px !important;
  padding-top: 0 !important;
}
@media (min-width: 769px) {
  .full-width-section__image {
    height: 500px !important;
  }
}
@media (min-width: 1200px) {
  .full-width-section__image {
    height: 600px !important;
  }
}
.full-width-section__image img {
  position: static !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.full-width-section__image.aspect-ratio-3-2, .full-width-section__image[class*=aspect-ratio] {
  padding-top: 0 !important;
  height: 400px !important;
}
@media (min-width: 769px) {
  .full-width-section__image.aspect-ratio-3-2, .full-width-section__image[class*=aspect-ratio] {
    height: 500px !important;
  }
}
@media (min-width: 1200px) {
  .full-width-section__image.aspect-ratio-3-2, .full-width-section__image[class*=aspect-ratio] {
    height: 600px !important;
  }
}
.full-width-section__image.aspect-ratio-3-2 img, .full-width-section__image[class*=aspect-ratio] img {
  position: static !important;
}

.summary-section {
  padding: 120px 0;
  position: relative;
}
.summary-section__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .summary-section__inner {
    padding: 0 20px;
  }
}
.summary-section__label {
  font-family: "Marcellus", serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .summary-section__label {
    font-size: 16px;
  }
}
.summary-section__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.56px;
  margin-bottom: 10px;
  color: #333333;
}
@media (max-width: 768px) {
  .summary-section__title {
    font-size: 20px;
  }
}
.summary-section__subtitle {
  font-family: "Marcellus", serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .summary-section__subtitle {
    font-size: 10px;
  }
}
.summary-section__text {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  text-align: left;
}
@media (max-width: 768px) {
  .summary-section__text {
    font-size: 13px;
  }
}
.summary-section__text p {
  margin-bottom: 1.5em;
}
.summary-section__text p:last-child {
  margin-bottom: 0;
}
.summary-section__text .emphasis {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.related-articles {
  padding: 100px 0 140px;
  background: #f2eee5;
}
@media (max-width: 768px) {
  .related-articles {
    padding: 80px 0 140px;
  }
}
.related-articles__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 156px;
}
@media (max-width: 1024px) {
  .related-articles__inner {
    padding: 0 20px;
  }
}
.related-articles__label {
  font-family: "Marcellus", serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #666666;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .related-articles__label {
    font-size: 16px;
  }
}
.related-articles__cta {
  text-align: center;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .related-articles__cta {
    padding-top: 40px;
  }
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }
}

a.article-small,
.article-small {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  border-bottom: 1px solid #333333;
}
@media (max-width: 768px) {
  a.article-small,
  .article-small {
    display: flex;
    gap: 15px;
    border-bottom: none;
  }
}
a.article-small:hover,
.article-small:hover {
  opacity: 0.8;
}
a.article-small__image,
.article-small__image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  a.article-small__image,
  .article-small__image {
    width: 25%;
    height: 147px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
  }
}
@media (max-width: 600px) {
  a.article-small__image,
  .article-small__image {
    width: 35%;
  }
}
@media (max-width: 425px) {
  a.article-small__image,
  .article-small__image {
    width: 40%;
  }
}
@media (max-width: 320px) {
  a.article-small__image,
  .article-small__image {
    width: 50%;
  }
}
a.article-small__image img,
.article-small__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  a.article-small__image img,
  .article-small__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
a.article-small__content,
.article-small__content {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  a.article-small__content,
  .article-small__content {
    width: 75%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 600px) {
  a.article-small__content,
  .article-small__content {
    width: 65%;
  }
}
@media (max-width: 425px) {
  a.article-small__content,
  .article-small__content {
    width: 60%;
  }
}
@media (max-width: 320px) {
  a.article-small__content,
  .article-small__content {
    width: 50%;
  }
}
a.article-small__date,
.article-small__date {
  font-family: "Marcellus", serif;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #666666;
  text-align: right;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 768px) {
  a.article-small__date,
  .article-small__date {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
a.article-small__title,
.article-small__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
  line-height: 1.78;
  color: #333333;
}
@media (max-width: 1024px) {
  a.article-small__title,
  .article-small__title {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  a.article-small__title,
  .article-small__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 715px) {
  a.article-small__title,
  .article-small__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 425px) {
  a.article-small__title,
  .article-small__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  a.article-small__title,
  .article-small__title {
    font-size: 10px;
  }
}
a.article-small__text,
.article-small__text {
  font-size: 14px;
  line-height: 1.79;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  a.article-small__text,
  .article-small__text {
    font-size: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 320px) {
  a.article-small__text,
  .article-small__text {
    font-size: 9px;
  }
}
a.article-small__link,
.article-small__link {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 18px;
  color: #666666;
  padding: 5px;
}
@media (max-width: 768px) {
  a.article-small__link,
  .article-small__link {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  a.article-small__link,
  .article-small__link {
    font-size: 14px;
    padding: 3px;
  }
}

.btn-secondary {
  display: inline-block;
  padding: 25px 80px;
  background: #ffffff;
  border: 2px solid rgba(150, 145, 136, 0.5);
  border-radius: 70px;
  font-family: "Aboreto", serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #111111;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .btn-secondary {
    padding: 20px 100px;
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .btn-secondary {
    padding: 20px 80px;
  }
}
.btn-secondary:hover {
  background: rgba(150, 145, 136, 0.1);
  border-color: rgba(150, 145, 136, 0.8);
  color: #111111;
}

.contact-page {
  background: #F5F2ED;
  padding: 100px 0;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .contact-page {
    padding: 80px 0;
  }
}

.contact-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .contact-container {
    padding: 0 20px;
  }
}

.contact-header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contact-header {
    margin-bottom: 60px;
  }
}

.contact-subtitle {
  font-family: "Marcellus", serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .contact-subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.contact-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.contact-description {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
@media (max-width: 768px) {
  .contact-description {
    font-size: 14px;
  }
}

.contact-form-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 60px;
  margin-bottom: 60px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .contact-form-wrapper {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}

.contact-form .wpcf7-form p {
  margin-bottom: 0;
}
.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .contact-form label {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
  padding: 16px 20px;
  margin-top: 8px;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form textarea {
    padding: 14px 16px;
    font-size: 14px;
  }
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: #969188;
  box-shadow: 0 0 0 3px rgba(150, 145, 136, 0.1);
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form textarea::placeholder {
  color: #999;
  font-size: 14px;
}
.contact-form textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contact-form textarea {
    min-height: 150px;
  }
}
.contact-form input[type=submit],
.contact-form .wpcf7-submit {
  display: inline-block;
  width: 100%;
  padding: 18px 40px;
  margin-top: 20px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: "Marcellus", serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact-form input[type=submit],
  .contact-form .wpcf7-submit {
    padding: 16px 30px;
    font-size: 14px;
  }
}
.contact-form input[type=submit]:hover,
.contact-form .wpcf7-submit:hover {
  background: #555;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.contact-form input[type=submit]:active,
.contact-form .wpcf7-submit:active {
  transform: translateY(0);
}
.contact-form .wpcf7-not-valid-tip {
  display: block;
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
}
.contact-form .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 20px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
.contact-form .wpcf7-response-output.wpcf7-validation-errors {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}
.contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.contact-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.contact-form .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #333;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  margin-left: 24px;
  vertical-align: middle;
}
.contact-form .wpcf7-spinner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
  border-top-color: transparent;
}

.contact-form-placeholder {
  color: #666;
  text-align: center;
}
.contact-form-placeholder p {
  margin-bottom: 20px;
}
.contact-form-placeholder pre {
  max-width: 100%;
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.8;
  white-space: pre-wrap;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .contact-info {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.contact-info-item {
  text-align: center;
}

.contact-info-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .contact-info-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.contact-info-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .contact-info-text {
    font-size: 14px;
  }
}

.contact-info-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #999;
}
@media (max-width: 768px) {
  .contact-info-note {
    font-size: 12px;
  }
}

.contact-complete-page {
  background: #F5F2ED;
  padding: 100px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contact-complete-page {
    padding: 80px 20px;
  }
}

.contact-complete-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.contact-complete-content {
  background: #fff;
  border-radius: 8px;
  padding: 80px 60px;
  text-align: center;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .contact-complete-content {
    padding: 60px 30px;
  }
}

.complete-icon {
  margin-bottom: 40px;
  animation: checkmark 0.6s ease-in-out;
}
@media (max-width: 768px) {
  .complete-icon {
    margin-bottom: 30px;
  }
  .complete-icon svg {
    width: 60px;
    height: 60px;
  }
}

@keyframes checkmark {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.complete-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .complete-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.complete-message {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .complete-message {
    margin-bottom: 40px;
  }
}
.complete-message p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .complete-message p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.complete-message p:last-child {
  margin-bottom: 0;
}
.complete-message .complete-note {
  font-size: 14px;
  color: #999;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E0E0E0;
}
@media (max-width: 768px) {
  .complete-message .complete-note {
    font-size: 12px;
    margin-top: 20px;
    padding-top: 20px;
  }
}

.complete-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .complete-actions {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
  }
}
.complete-actions a {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 50px;
  font-family: "Marcellus", serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .complete-actions a {
    width: 100%;
    padding: 14px 30px;
    font-size: 14px;
  }
}
.complete-actions .btn-home {
  background: #333;
  color: #fff;
}
.complete-actions .btn-home:hover {
  background: #555;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.complete-actions .btn-shop {
  background: transparent;
  color: #333;
  border: 2px solid #333;
}
.complete-actions .btn-shop:hover {
  background: #333;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.complete-info {
  padding-top: 40px;
  border-top: 1px solid #E0E0E0;
}
@media (max-width: 768px) {
  .complete-info {
    padding-top: 30px;
  }
}
.complete-info .info-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .complete-info .info-title {
    font-size: 16px;
  }
}
.complete-info .info-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .complete-info .info-text {
    font-size: 13px;
  }
}
.complete-info .social-links {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.complete-info .social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.complete-info .social-links .social-link:hover {
  background: #333;
  border-color: #333;
  transform: translateY(-2px);
}
.complete-info .social-links .social-link:hover img {
  filter: brightness(0) invert(1);
}
.complete-info .social-links .social-link img {
  transition: filter 0.3s ease;
}

.error-404 {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.error-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.error-content {
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.error-code {
  font-size: 120px;
  font-family: "Aboreto", cursive;
  font-weight: 400;
  line-height: 1;
  color: #E6D5AA;
  margin: 0 0 20px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .error-code {
    font-size: 80px;
  }
}

.error-message {
  margin-bottom: 40px;
}

.error-title {
  font-size: 32px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: #333;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .error-title {
    font-size: 24px;
  }
}

.error-description {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 768px) {
  .error-description {
    font-size: 14px;
  }
}

.error-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .error-actions {
    gap: 12px;
    margin-bottom: 40px;
  }
}

.btn-home,
.btn-articles {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
  min-width: 160px;
}
@media (max-width: 768px) {
  .btn-home,
  .btn-articles {
    padding: 12px 24px;
    font-size: 13px;
    min-width: 140px;
  }
}

.btn-home {
  background: #333;
  color: #fff;
}
.btn-home:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-articles {
  background: #fff;
  color: #333;
  border: 2px solid #E6D5AA;
}
.btn-articles:hover {
  background: #E6D5AA;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230, 213, 170, 0.3);
}

.error-suggestions {
  padding-top: 40px;
  border-top: 1px solid #E6D5AA;
}
@media (max-width: 768px) {
  .error-suggestions {
    padding-top: 30px;
  }
}

.suggestions-title {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .suggestions-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.suggestions-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .suggestions-links {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.suggestion-link {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #FAFAFA;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: left;
}
.suggestion-link:hover {
  background: #F5F5F5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .suggestion-link {
    padding: 16px;
  }
}

.link-label {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: #E6D5AA;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .link-label {
    font-size: 13px;
  }
}

.link-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .link-description {
    font-size: 12px;
  }
}

.error-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  background: linear-gradient(135deg, #E6D5AA 0%, #F5E6D3 100%);
  animation: float 20s infinite ease-in-out;
}

.decoration-circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.decoration-circle-2 {
  width: 400px;
  height: 400px;
  top: 50%;
  right: -150px;
  animation-delay: 7s;
}

.decoration-circle-3 {
  width: 250px;
  height: 250px;
  bottom: -80px;
  left: 10%;
  animation-delay: 14s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}
.header-dark + main .error-404 .error-content {
  background: rgba(255, 255, 255, 0.98);
}

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

.content-section__image {
  position: relative;
  overflow: hidden;
}
.content-section__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .content-section__image:hover img {
    transform: scale(1.05);
  }
}
.content-section__image.shadow-top-left {
  box-shadow: -30px -30px 30px rgba(0, 0, 0, 0.4);
}
.content-section__image.shadow-top-right {
  box-shadow: 30px -30px 30px rgba(0, 0, 0, 0.4);
}
.content-section__image.shadow-bottom-left {
  box-shadow: -30px 30px 30px rgba(0, 0, 0, 0.4);
}
.content-section__image.shadow-bottom-right {
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.4);
}
.content-section--left .content-section__inner {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media (max-width: 768px) {
  .content-section--left .content-section__inner {
    flex-direction: column;
    gap: 60px;
  }
}
.content-section--left .content-section__text {
  flex: 1;
}
.content-section--left .content-section__image {
  flex: 0 0 377px;
  width: 377px;
}
@media (max-width: 768px) {
  .content-section--left .content-section__image {
    flex: 1;
    width: 280px;
    max-width: 280px;
    margin: 0 auto;
  }
}
.content-section--right .content-section__inner {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media (max-width: 768px) {
  .content-section--right .content-section__inner {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
.content-section--right .content-section__text {
  flex: 1;
}
.content-section--right .content-section__image {
  flex: 0 0 377px;
  width: 377px;
}
@media (max-width: 768px) {
  .content-section--right .content-section__image {
    flex: 1;
    width: 280px;
    max-width: 280px;
    margin: 0 auto;
  }
}

.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.full-width-section__image {
  position: relative;
  width: 100%;
  height: 400px;
}
@media (min-width: 769px) {
  .full-width-section__image {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .full-width-section__image {
    height: 600px;
  }
}
.full-width-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.summary-section {
  position: relative;
}
.summary-section.has-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}
.summary-section.has-background .summary-section__inner {
  position: relative;
  z-index: 2;
}

.article-small__image {
  position: relative;
  padding-top: 66.67%;
  overflow: hidden;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .article-small__image {
    padding-top: 0;
    height: 147px;
    position: static;
  }
}
.article-small__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .article-small__image img {
    position: static;
    width: 100%;
    height: 147px;
    object-fit: cover;
    object-position: center;
  }
}
@media (hover: hover) {
  .article-small__image:hover img {
    transform: scale(1.05);
  }
}

.image-loading {
  position: relative;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}
.image-loading img {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-loading img.loaded {
  opacity: 1;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.aspect-ratio-16-9 {
  position: relative;
  padding-top: 56.25%;
}
.aspect-ratio-4-3 {
  position: relative;
  padding-top: 75%;
}
.aspect-ratio-3-2 {
  position: relative;
  padding-top: 66.67%;
}
.aspect-ratio-1-1 {
  position: relative;
  padding-top: 0;
  width: 100%;
  aspect-ratio: 1/1;
}
.aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-ratio-1-1 img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.full-width-section__image.aspect-ratio-3-2, .full-width-section__image.aspect-ratio-16-9, .full-width-section__image.aspect-ratio-4-3, .full-width-section__image.aspect-ratio-1-1, .full-width-section__image[class*=aspect-ratio] {
  position: relative !important;
  padding-top: 0 !important;
  height: 400px !important;
}
@media (min-width: 769px) {
  .full-width-section__image.aspect-ratio-3-2, .full-width-section__image.aspect-ratio-16-9, .full-width-section__image.aspect-ratio-4-3, .full-width-section__image.aspect-ratio-1-1, .full-width-section__image[class*=aspect-ratio] {
    height: 500px !important;
  }
}
@media (min-width: 1200px) {
  .full-width-section__image.aspect-ratio-3-2, .full-width-section__image.aspect-ratio-16-9, .full-width-section__image.aspect-ratio-4-3, .full-width-section__image.aspect-ratio-1-1, .full-width-section__image[class*=aspect-ratio] {
    height: 600px !important;
  }
}
.full-width-section__image.aspect-ratio-3-2 img, .full-width-section__image.aspect-ratio-16-9 img, .full-width-section__image.aspect-ratio-4-3 img, .full-width-section__image.aspect-ratio-1-1 img, .full-width-section__image[class*=aspect-ratio] img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 768px) {
  .alignleft {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .alignright {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.alignnone {
  margin: 0 0 20px;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto;
}
.wp-caption-text {
  margin: 8px 0 0;
  padding: 0 8px;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
  }
}
.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .gallery-item:hover img {
    transform: scale(1.05);
  }
}
.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}

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