@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  line-height: 165%;
  font-family: var(--font-gothic);
  font-feature-settings: "palt";
}

p {
  color: #333;
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
  width: 100%;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}

img {
  display: block;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
  display: block;
}

body {
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
  body p {
    line-height: 1.4;
  }
}

section {
  padding: clamp(0px,3vw ,60px) 3%;
  max-width: 1028px;
  margin: 0 auto;
}
section img {
  display: block;
  margin: 0 auto;
}

.font_300 {
  font-weight: 300;
}

.font_400 {
  font-weight: 400;
}

.header_logo {
  width: 400px;
  max-width: 70%;
  margin: clamp(10px,3.333vw ,50px) auto;
}

.section_header {
  padding: 0 3%;
}

.navbar .hamburger {
  position: fixed;
  top: clamp(6px,1.7vw ,24px);
  right: clamp(6px,1.7vw ,24px);
  z-index: 1001;
  width: clamp(36px,5.4vw ,48px);
  height: clamp(36px,5.4vw ,48px);
  background: #d02323;
  border: none;
  border-radius: clamp(6px,1.1vw ,12px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.navbar .hamburger span {
  transition: 0.3s;
  display: block;
  width: clamp(18px,2.6vw ,22px);
  height: 3px;
  background: #fff;
  border-radius: 999px;
}
.navbar .hamburger.is-open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.navbar .hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.navbar .hamburger.is-open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.navbar .navbar-dropdown {
  position: fixed;
  top: clamp(48px,8.2vw ,84px);
  right: clamp(6px,1.7vw ,24px);
  z-index: 1000;
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #d02323;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: 0.3s;
}
.navbar .navbar-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar .navbar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .navbar-list li + li {
  margin-top: 14px;
}
.navbar .navbar-list a {
  color: #fff;
  text-decoration: none;
}

.fv img {
  display: block;
  width: 100%;
  max-width: 2200px;
  height: auto;
  margin: 0 auto;
}

h2 img {
  display: block;
  margin: 0 auto 0.5em;
  height: clamp(50px,7.667vw ,70px);
  width: auto;
  max-width: 100%;
}

.section_book .book_1 {
  width: 350px;
  max-width: 100%;
  margin: clamp(0px,1.6vw ,32px) auto clamp(0px,0.8vw ,16px);
}
.section_book .btn {
  display: inline-block;
  background-color: #d02323;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-top: 1em;
  padding: 0.3em clamp(40px,6.333vw ,60px);
  border-radius: 999px;
  font-size: clamp(14px,2.167vw ,20px);
  font-weight: bold;
  transition: 0.3s;
  border: 2px solid #d02323;
  box-sizing: border-box;
  /* ←これ追加 */
}
.section_book .btn:hover {
  background-color: #fff;
  color: #d02323;
}

.section_illustdesign .illust_1 {
  width: 500px;
  margin: clamp(0px,1.6vw ,32px) auto clamp(0px,0.8vw ,16px);
  max-width: 100%;
}
.section_illustdesign .illust_2 {
  width: 650px;
  margin: clamp(0px,1.6vw ,32px) auto clamp(0px,0.8vw ,16px);
  max-width: 100%;
}

.section_about .about_1 {
  width: clamp(150px,25vw ,250px);
  margin: 1em auto;
  max-width: 100%;
}
.section_about .name {
  font-size: 1.4em;
  line-height: 1.2;
}
.section_about .ruby {
  font-size: 0.5em;
  margin-bottom: 1em;
}

.section_contact .content {
  width: 450px;
  margin: 0 auto;
  max-width: 85%;
}
.section_contact p {
  margin-bottom: clamp(14px,2.767vw ,32px);
}
.section_contact .wpcf7 form p {
  margin: 0;
}
.section_contact .wpcf7 form br {
  display: none;
}
.section_contact .wpcf7 form .form-item {
  margin-bottom: clamp(6px,1vw ,10px);
}
.section_contact .wpcf7 form label {
  display: block;
  color: #333333;
  text-align: left;
}
.section_contact .wpcf7 form label .required {
  color: #d02323;
  font-size: 0.85em;
  margin-left: 0.2em;
}
.section_contact .wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  text-align: left;
}
.section_contact .wpcf7 form input[type=text],
.section_contact .wpcf7 form input[type=email],
.section_contact .wpcf7 form input[type=tel],
.section_contact .wpcf7 form textarea {
  width: 100%;
  background: #fff;
  border: 2px solid #c5c5c5;
  border-radius: clamp(5px,0.917vw ,10px);
  padding: clamp(10px,1.433vw ,12px) clamp(6px,1.1vw ,12px);
  font-size: clamp(14px,2.167vw ,20px);
  color: #333333;
  box-sizing: border-box;
}
.section_contact .wpcf7 form input[type=text]:focus,
.section_contact .wpcf7 form input[type=email]:focus,
.section_contact .wpcf7 form input[type=tel]:focus,
.section_contact .wpcf7 form textarea:focus {
  outline: none;
  border-color: #d02323;
}
.section_contact .wpcf7 form textarea {
  min-height: 10em;
  resize: vertical;
}
.section_contact .wpcf7 form .form-item--privacy .radio-group label {
  display: block;
  margin-bottom: 0;
}
.section_contact .wpcf7 form .form-item--privacy .radio-group .wpcf7-list-item {
  margin: 0;
}
.section_contact .wpcf7 form .form-item--privacy .radio-group .wpcf7-list-item-label {
  display: inline-block;
}
.section_contact .wpcf7 form .form-item--privacy .radio-group .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_contact .wpcf7 form .form-item--privacy .radio-group input[type=checkbox] {
  width: 1em;
  height: 1em;
  accent-color: #d02323;
}
.section_contact .wpcf7 form .wpcf7-spinner {
  display: none !important;
}
.section_contact .wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 0 auto;
  padding: 0;
}
.section_contact .wpcf7 form .form-item--submit {
  text-align: center;
}
.section_contact .wpcf7 form .submit-button {
  max-width: 100%;
  margin: 2em auto clamp(0px,0.8vw ,16px);
  display: inline-block;
  background-color: #d02323;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0.3em clamp(40px,6.333vw ,60px);
  border-radius: 999px;
  font-size: clamp(14px,2.167vw ,20px);
  font-weight: bold;
  transition: 0.3s;
  border: 2px solid #d02323;
  box-sizing: border-box;
  font-family: inherit;
  width: auto;
}
.section_contact .wpcf7 form .submit-button:hover {
  background-color: #fff;
  color: #d02323;
}

.footer {
  margin-top: clamp(20px,4.667vw ,60px);
}
.footer .footer-container {
  margin-top: clamp(8px,1.467vw ,16px);
  border-top: 1px solid #333333;
}
.footer .footer_1 {
  display: block;
  max-width: 1026px;
  margin: 0 auto 0;
  width: 90vw;
}
.footer .copyright,
.footer .privacy {
  font-size: 0.8em;
  margin: 0 0 0.5em;
}

.privacy-section {
  text-align: left;
  font-size: 0.75em;
  width: 600px;
  max-width: 100%;
  font-weight: 300;
}
.privacy-section h1,
.privacy-section h2 {
  margin: 0.5em 0 0;
  font-weight: 400;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.no-scroll {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */