@charset "UTF-8";
header#special-header {
  margin-bottom: 5.69rem;
}
@media (max-width: 767px) {
  header#special-header {
    margin-bottom: 6.25rem;
  }
}
header#special-header p.category_title {
  color: #000;
  font-family: Zen Kaku Gothic Antique;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.125rem;
  margin-bottom: 1.87rem;
  text-align: center;
}
@media (max-width: 767px) {
  header#special-header p.category_title {
    color: #000;
    font-family: Zen Kaku Gothic Antique;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1rem;
  }
}
header#special-header p.eye-catch {
  margin-bottom: 4.44rem;
}
header#special-header p.eye-catch img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  header#special-header p.eye-catch img {
    aspect-ratio: 1.6/1;
  }
}
@media (max-width: 767px) {
  header#special-header p.eye-catch {
    margin-bottom: 3.13rem;
  }
}
header#special-header h1 {
  color: #000;
  text-align: center;
  font-family: Zen Kaku Gothic Antique;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  header#special-header h1 {
    color: #000;
    text-align: center;
    font-family: Zen Kaku Gothic Antique;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.0625rem;
  }
}

nav#special-page-nav {
  margin-bottom: 11.37rem;
}
@media (max-width: 767px) {
  nav#special-page-nav {
    margin-bottom: 6.25rem;
  }
}
nav#special-page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  nav#special-page-nav ul {
    flex-direction: column;
    align-items: center;
  }
}
nav#special-page-nav ul li a {
  color: #000;
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0625rem;
  border-bottom: 1px dotted;
}
@media (max-width: 767px) {
  nav#special-page-nav ul li a {
    color: #000;
    font-family: Zen Kaku Gothic Antique;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05rem;
  }
}
nav#special-page-nav ul li a:hover {
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  nav#special-page-nav ul span.slash {
    display: none;
  }
}

/*============================
#content-section 共通
============================*/
section.content-section {
  max-width: 52.875rem;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 9.62rem;
}
@media (max-width: 767px) {
  section.content-section {
    margin-bottom: 6rem;
  }
}
section.content-section h2 {
  color: #000;
  font-family: Zen Kaku Gothic Antique;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  section.content-section h2 {
    color: #000;
    font-family: Zen Kaku Gothic Antique;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.07813rem;
  }
}

/*============================
#read
============================*/
section#read {
  display: flex;
  align-items: center;
  flex-direction: column;
}
section#read .read-content {
  height: 15em;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  /*
        線形グラデーションをかける
        0% 透明
        50% 透明
        100% 白
        */
}
section#read .read-content.open {
  height: -moz-max-content;
  height: max-content;
}
section#read .read-content:not(.open)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, transparent 50%, white 100%);
}
section#read .read-button {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05rem;
  text-decoration-line: underline;
  display: inline-block;
  border: 1px solid;
  padding: 1em 2em;
  border-radius: 100px;
  margin-inline: auto;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 2em;
}
section#read .read-button:hover {
  background-color: black;
  color: white;
}
section#read main {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
section#read main p {
  color: #000;
  text-align: justify;
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 177.778% */
  letter-spacing: 0.05625rem;
}
@media (max-width: 767px) {
  section#read main p {
    color: #000;
    text-align: justify;
    font-family: Zen Kaku Gothic Antique;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 177.778% */
    letter-spacing: 0.05625rem;
  }
}
section#read footer {
  padding-top: 1em;
}
section#read footer p {
  color: #000;
  text-align: right;
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 177.778% */
  letter-spacing: 0.05625rem;
}
@media (max-width: 767px) {
  section#read footer p {
    color: #000;
    text-align: right;
    font-family: Zen Kaku Gothic Antique;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 177.778% */
    letter-spacing: 0.05625rem;
  }
}

/*============================
#author
============================*/
section#author p.ilustration {
  text-align: center;
  margin-bottom: 2rem;
}
section#author p.ilustration img {
  width: 11.07544rem;
  height: auto;
}
section#author main {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
section#author main p {
  color: #000;
  text-align: justify;
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 177.778% */
  letter-spacing: 0.05625rem;
}
@media (max-width: 767px) {
  section#author main p {
    color: #000;
    text-align: justify;
    font-family: Zen Kaku Gothic Antique;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 177.778% */
    letter-spacing: 0.05625rem;
  }
}
section#author footer {
  padding-top: 1em;
}
section#author footer p {
  color: #000;
  text-align: right;
  font-family: Zen Kaku Gothic Antique;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 177.778% */
  letter-spacing: 0.05625rem;
}
@media (max-width: 767px) {
  section#author footer p {
    color: #000;
    text-align: right;
    font-family: Zen Kaku Gothic Antique;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 177.778% */
    letter-spacing: 0.05625rem;
  }
}

/*============================
#form
============================*/
section#form {
  margin-bottom: unset;
  /*============================
  #google-form-iframe
  ============================*/
}
section#form iframe#google-form-iframe {
  width: 100%;
}/*# sourceMappingURL=page-special-shigatsu.min.css.map */