.kofan-front {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  color: #555;
  font-family: "Yusei Magic", sans-serif;
  padding-bottom: 120px;
}

.kofan-front__menu {
  position: fixed;
  top: 24px;
  right: 32px;
  width: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}

.kofan-front__menu span {
  display: block;
  height: 3px;
  background: #101010;
  border-radius: 10px;
  margin-bottom: 8px;
}

.kofan-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.kofan-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kofan-menu-overlay__close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.kofan-menu-overlay__close span {
  position: absolute;
  top: 14px;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 10px;
  background: #fff;
}

.kofan-menu-overlay__close span:first-child {
  transform: rotate(45deg);
}

.kofan-menu-overlay__close span:last-child {
  transform: rotate(-45deg);
}

.kofan-menu-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.kofan-menu-overlay__list li+li {
  margin-top: 24px;
}

.kofan-menu-overlay__list a {
  color: #fff;
  text-decoration: none;
  font-family: "Beth Ellen", cursive;
  font-size: clamp(20px, 6vw, 36px);
}

.kofan-menu-overlay__list a:hover {
  opacity: 0.8;
}

.kofan-menu-overlay__sns {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
}

.kofan-menu-overlay__sns-label {
  margin: 0;
  font-size: 15px;
  font-family: "Beth Ellen", cursive;
  font-weight: 400;
  color: #fff;
}

.kofan-menu-overlay__sns-link img {
  display: block;
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

body.kofan-menu-open {
  overflow: hidden;
}

.kofan-hero {
  min-height: 720px;
  padding-top: 140px;
  text-align: center;
  position: relative;
}

.kofan-hero__logo {
  position: fixed;
  top: 21px;
  left: 36px;
  z-index: 9;
  width: 168px;
  height: auto;
  display: block;
  margin: 0;
}

.kofan-hero__dog {
  width: min(496px, 80vw);
  display: block;
  margin: 0 auto 24px;
}

.kofan-hero__copy {
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
}

.kofan-social {
  position: fixed;
  left: 36px;
  top: 240px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.kofan-social__label {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  font-family: "Beth Ellen", cursive;
  font-size: 15px;
  color: #000;
}

.kofan-social__icon img {
  display: block;
  width: 25px;
  height: 25px;
}

.kofan-section {
  max-width: 760px;
  margin: 0 auto 180px;
  padding: 0 24px;
}

.kofan-section__script {
  margin: 0 0 40px;
  font-family: "Beth Ellen", cursive;
  font-size: clamp(64px, 12vw, 100px);
  line-height: 1;
  color: #b2b2b2;
  font-weight: 400;
  transform: rotate(-4.22deg);
  transform-origin: left center;
}

.kofan-def-list div {
  margin-bottom: 34px;
}

.kofan-def-list dt {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.kofan-def-list dd {
  margin: 0;
  font-size: 18px;
}

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

.kofan-portfolio__list li {
  margin-bottom: 14px;
  font-size: 20px;
}

.kofan-portfolio__list a {
  color: inherit;
  text-decoration: none;
}

.kofan-portfolio__list a:hover {
  opacity: 0.75;
}

.kofan-portfolio__empty {
  margin: 0;
  font-size: 18px;
}

.kofan-contact__lead {
  text-align: center;
  font-size: 24px;
  margin: 0 0 40px;
}

.wpcf7-form {
  max-width: 634px;
  margin: 0 auto;
}

.wpcf7-form label {
  display: block;
  font-size: 20px;
  margin-bottom: 24px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  margin-top: 10px;
  width: 100%;
  border: 2px dashed #000;
  border-radius: 10px;
  padding: 14px;
  font-size: 18px;
  font-family: inherit;
  color: #555;
  box-sizing: border-box;
}

.wpcf7-form input.wpcf7-submit {
  font-family: "Beth Ellen", "Yusei Magic", sans-serif;
  color: #fff;
  background-color: #4D4D4D;
}

.wpcf7-form button {
  width: 297px;
  height: 63px;
  border: 0;
  border-radius: 10px;
  background: #4d4d4d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 40px auto 0;
  cursor: pointer;
}

.wpcf7-form button span:first-child {
  font-family: "Beth Ellen", cursive;
  font-size: 30px;
}

.wpcf7-form button span:last-child {
  font-size: 24px;
}

.wpcf7 form .wpcf7-response-output {
  border: unset;
}

@media (min-width: 901px) {
  .only-pc {
    display: block !important;
  }

  .only-sp {
    display: none !important;
  }
}

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

  .only-sp {
    display: block !important;
  }

  .kofan-hero {
    min-height: auto;
    margin-bottom: 120px;
  }

  .kofan-hero__logo {
    margin: 0 auto 72px;
  }

  .kofan-social {
    display: none;
  }

  .kofan-section {
    margin-bottom: 120px;
  }
}