@charset "UTF-8";
/* destyle.css*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  line-height: 1.15;
  /* Correct the line height */
  -webkit-text-size-adjust: 100%;
  /* Prevent font size adjustment */
  -webkit-tap-highlight-color: transparent;
  /* Remove gray overlay on links */
}

/* Sections */
body {
  margin: 0;
  /* Remove margin */
}

main {
  display: block;
  /* Render `main` consistently */
}

/* Vertical rhythm */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/********** base **********/
.is-no-scroll {
  overflow: hidden;
}

/* ========================================
    初期設定
    ======================================== */
body {
  font-family: "noto sans jp", "serif";
  color: #525252;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
}

.section-ttl {
  font-size: clamp(20px, 2.5vw, 32px);
}

.section-ttl span {
  font-family: "montserrat", "serif";
  font-size: clamp(12px, 2.5vw, 16px);
}

/* ========================================
    コンテナ幅
    ======================================== */
.contents {
  padding: 80px 0 0 0;
}
@media (max-width: 600px) {
  .contents {
    padding: 120px 0 0 0;
  }
}

.container-sm {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(800px + 32px);
}

.container-md {
  width: 68vw;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 972px;
}
@media (max-width: 600px) {
  .container-md {
    width: 100%;
  }
}

.container {
  width: 75vw;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1112px;
}
@media (max-width: 600px) {
  .container {
    width: 100%;
  }
}

.container-lg {
  width: 80vw;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
@media (max-width: 600px) {
  .container-lg {
    width: 100%;
  }
}

.container-xl {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  max-width: calc(1200px + 32px);
}

/* ========================================
    共通
    ======================================== */
body {
  background: #fbfbfb;
}

.l-main {
  padding-top: 85px;
}
@media (max-width: 900px) {
  .l-main {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .l-main {
    padding-top: 20px;
  }
}

.m-page__ttl {
  font-family: "montserrat", "serif";
  font-size: clamp(70px, 11vw, 200px);
  font-weight: 400;
  line-height: 0.8;
  writing-mode: vertical-lr;
  white-space: nowrap;
  position: absolute;
  left: 0;
}

.m-page__ttl--top {
  color: #ffa6a9;
  opacity: 0.3;
  top: 85vh;
}
@media (max-width: 1080px) {
  .m-page__ttl--top {
    top: 40vh;
  }
}
@media (max-width: 600px) {
  .m-page__ttl--top {
    top: 63vh;
  }
}
@media (max-width: 420px) {
  .m-page__ttl--top {
    top: 75vh;
  }
}

.m-page__ttl--news {
  color: #fff;
  top: 100px;
}

.m-page__ttl--profile {
  color: #fff;
  top: 66px;
}

.m-page__ttl--contact {
  color: #fff;
  top: 100px;
}

.m-page__ttl--books {
  color: #fff;
  top: 100px;
}

.page-container {
  padding-top: 100px;
  position: relative;
}

.m-section-ttl {
  color: #f67b80;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .m-section-ttl {
    align-items: center;
  }
}
.m-section-ttl span {
  color: #f68084;
  font-size: 32px;
  font-family: "montserrat", "serif";
}

.m-more-btn a {
  display: block;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.m-more-btn a .m-more-btn-default,
.m-more-btn a .m-more-btn-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s;
}
.m-more-btn a .m-more-btn-default {
  position: relative;
  opacity: 1;
}
.m-more-btn a .m-more-btn-active {
  opacity: 0;
}
@media (hover: hover) {
  .m-more-btn a:hover .m-more-btn-default {
    opacity: 0;
  }
  .m-more-btn a:hover .m-more-btn-active {
    opacity: 1;
  }
}

.m-more-btn-02.is-disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
  cursor: default;
}
.m-more-btn-02 a {
  display: block;
  width: 100%;
  max-width: 220px;
  position: relative;
  margin: 0 0 0 auto;
  margin-top: 32px;
}
@media (max-width: 600px) {
  .m-more-btn-02 a {
    margin-top: 40px;
    max-width: 180px;
  }
}
.m-more-btn-02 a .m-more-btn-02-default,
.m-more-btn-02 a .m-more-btn-02-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s;
}
.m-more-btn-02 a .m-more-btn-02-default {
  position: relative;
  opacity: 1;
}
.m-more-btn-02 a .m-more-btn-02-active {
  opacity: 0;
}
@media (hover: hover) {
  .m-more-btn-02 a:hover .m-more-btn-02-default {
    opacity: 0;
  }
  .m-more-btn-02 a:hover .m-more-btn-02-active {
    opacity: 1;
  }
}

.m-books__content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  border-top: 1px solid #f67b80;
  border-bottom: 1px solid #f67b80;
  padding: 60px 0;
}
@media (max-width: 600px) {
  .m-books__content-list {
    gap: 60px;
    padding: 40px 0;
    grid-template-columns: 1fr;
  }
}

.m-books__content-image {
  width: 60%;
  margin: 0 auto;
}
.m-books__content-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.m-books__content-list--top {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.m-books__content-list--top .m-books__content-item {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1080px) {
  .m-books__content-list--top {
    width: 100%;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .m-books__content-list--top {
    flex-direction: column;
    align-items: center;
  }
  .m-books__content-list--top .m-books__content-item {
    max-width: 240px;
  }
}

.m-more-btn--mail-magazine {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .m-more-btn--mail-magazine {
    width: 90%;
  }
}

.m-more-btn--mail-magazine a span:first-child,
.m-more-btn--mail-magazine a span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s;
}
.m-more-btn--mail-magazine a span:first-child {
  position: relative;
  opacity: 1;
}
.m-more-btn--mail-magazine a span:last-child {
  opacity: 0;
}
@media (hover: hover) {
  .m-more-btn--mail-magazine a:hover span:first-child {
    opacity: 0;
  }
  .m-more-btn--mail-magazine a:hover span:last-child {
    opacity: 1;
  }
}

/* 共通パーツ: パンくず */
.c-breadcrumbs {
  font-family: "montserrat", "serif";
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #f57b80;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .c-breadcrumbs {
    margin-bottom: 20px;
  }
}
.c-breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
}

.c-breadcrumbs__item a:hover {
  text-decoration: underline;
}

.c-breadcrumbs__separator {
  margin: 0 2px;
}

/* ========================================
    ヘッダー
    ======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 500px) {
  .header {
    background-position: center bottom;
    padding-top: 100px;
    padding-bottom: 0;
    background-image: url(../img/page-V-bg-sp.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
  }
}

@media (max-width: 500px) {
  .home .header {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

@media (max-width: 500px) {
  .home .header.is-scrolled {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 500px) {
  .home .header__inner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

@media (max-width: 500px) {
  .home .header.is-scrolled .header__inner {
    opacity: 1;
    visibility: visible;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfb;
  padding: 20px 70px;
}
@media (max-width: 1080px) {
  .header__inner {
    padding: 32px 40px;
  }
}
@media (max-width: 900px) {
  .header__inner {
    padding: 20px 40px;
    height: 70px;
  }
}
@media (max-width: 500px) {
  .header__inner {
    padding: 20px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header__logo {
  width: clamp(220px, 22vw, 320px);
  color: #f57b80;
  font-family: "montserrat", "serif";
  font-weight: 400;
}
@media (max-width: 500px) {
  .header__logo {
    width: 60%;
  }
}
.header__logo a {
  color: inherit;
  text-decoration: none;
}

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

.header__logo--sp {
  display: none;
}
@media (max-width: 500px) {
  .header__logo--sp {
    display: block;
    padding-top: 20px;
  }
}

@media (max-width: 900px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 400;
  font-family: "montserrat", "serif";
  letter-spacing: 0.2em;
}

.header__nav-item {
  transition: all 0.3s;
}
.header__nav-item a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.header__nav-item.is-disabled {
  color: #b8b8b9;
  cursor: default;
  pointer-events: none;
}
.header__nav-item:hover a {
  color: #97b9ec;
}

.header__nav-item--contact {
  width: 100%;
  max-width: 196px;
}
.header__nav-item--contact a {
  position: relative;
  display: inline-block;
}
.header__nav-item--contact span {
  display: inline-block;
  transition: opacity 0.3s;
}
.header__nav-item--contact .header__nav-item--contact-btn-active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header__nav-item--contact .header__nav-item--contact-btn {
  opacity: 1;
}
@media (hover: hover) {
  .header__nav-item--contact:hover .header__nav-item--contact-btn {
    opacity: 0;
  }
  .header__nav-item--contact:hover .header__nav-item--contact-btn-active {
    opacity: 1;
  }
}

/* ========================================
    フッター
    ======================================== */
.footer {
  padding: 100px 0 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .footer {
    padding: 60px 0 30px;
  }
}

.footer__inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 600px) {
  .footer__inner {
    padding: 0 20px;
    width: 100%;
  }
}

.footer__top-button {
  position: absolute;
  right: 40px;
  top: -40px;
  text-align: center;
}
@media (max-width: 600px) {
  .footer__top-button {
    right: 20px;
    top: -30px;
  }
}
.footer__top-button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: opacity 0.3s;
}
.footer__top-button a:hover {
  opacity: 0.7;
}

.footer__top-arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #f57b80;
  border-left: 1px solid #f57b80;
  transform: rotate(45deg);
  margin-bottom: -10px;
}
@media (max-width: 600px) {
  .footer__top-arrow {
    width: 15px;
    height: 15px;
  }
}

.footer__top-text {
  font-family: "montserrat", "serif";
  font-size: 14px;
  color: #f57b80;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 600px) {
  .footer__top-text {
    font-size: 12px;
  }
}

.footer__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 600px) {
  .footer__contents {
    align-items: center;
    gap: 30px;
  }
}

.footer__logo {
  width: clamp(240px, 25vw, 480px);
}
@media (max-width: 600px) {
  .footer__logo {
    width: 70%;
    max-width: 300px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__nav-list {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.footer__nav-item {
  transition: all 0.3s;
}
.footer__nav-item.is-disabled {
  color: #B8B8B9;
  cursor: default;
  pointer-events: none;
  font-family: "montserrat", "serif";
  font-size: 15px;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .footer__nav-item.is-disabled {
    font-size: 13px;
    letter-spacing: 0.15em;
  }
}
.footer__nav-item a {
  font-family: "montserrat", "serif";
  font-size: 15px;
  color: #999;
  letter-spacing: 0.2em;
  transition: color 0.3s;
}
.footer__nav-item a:hover {
  color: #97b9ec;
}
@media (max-width: 600px) {
  .footer__nav-item a {
    font-size: 13px;
    letter-spacing: 0.15em;
  }
}
.footer__nav-item--privacy-sp {
  display: none;
}
@media (max-width: 600px) {
  .footer__nav-item--privacy-sp {
    display: block;
    margin-top: 5px;
  }
  .footer__nav-item--privacy-sp a {
    text-transform: none;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 600px) {
  .footer__nav-item--home {
    display: none;
  }
}

.footer__bottom-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 600px) {
  .footer__bottom-row {
    flex-direction: column;
    gap: 20px;
  }
}

.footer__sns-list {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .footer__sns-list {
    gap: 25px;
  }
}

.footer__sns-item a {
  display: block;
  transition: opacity 0.3s;
}
.footer__sns-item a:hover {
  opacity: 0.7;
}
.footer__sns-item a img {
  display: block;
  width: 24px;
  height: auto;
}
@media (max-width: 600px) {
  .footer__sns-item a img {
    width: 22px;
  }
}
.footer__sns-item--x a img {
  width: 20px;
}
.footer__sns-item--youtube a img {
  width: 28px;
}

@media (max-width: 600px) {
  .footer__privacy-pc {
    display: none;
  }
}
.footer__privacy-pc a {
  color: #999;
  text-decoration: underline;
  font-family: "montserrat", "serif";
  font-size: 14px;
  transition: opacity 0.3s;
}
.footer__privacy-pc a:hover {
  opacity: 0.7;
}

.footer__copyright {
  text-align: center;
  color: #999;
  font-family: "noto sans jp", "serif";
  font-size: 12px;
  margin: 0;
  padding: 80px 0 0;
}
@media (max-width: 600px) {
  .footer__copyright {
    font-size: 10px;
    padding: 50px 0 0;
  }
}

.mainV {
  padding-top: 85px;
}
@media (max-width: 900px) {
  .mainV {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .mainV {
    padding-top: 0px;
  }
}

/* ========================================
    下層メインビジュアル
    ======================================== */
.m-page-mainV {
  position: relative;
  background-image: url(../img/page-V-bg.webp);
  background-size: cover;
  background-position: center bottom;
  padding-top: 80px;
  padding-bottom: 130px;
  color: #fff;
}
@media (max-width: 600px) {
  .m-page-mainV {
    display: none;
  }
}

.m-page-mainV__inner {
  max-width: 78vw;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .m-page-mainV__inner {
    padding: 0 20px;
  }
}
.m-page-mainV__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

@media (max-width: 600px) {
  .m-page-mainV__title {
    align-items: flex-start;
    text-align: left;
  }
}
.m-page-mainV__sub-title {
  display: block;
  font-family: "noto sans jp", "serif";
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media (max-width: 600px) {
  .m-page-mainV__sub-title {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
.m-page-mainV__main-title {
  font-family: "montserrat", "serif";
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 600px) {
  .m-page-mainV__main-title {
    font-size: clamp(32px, 9vw, 56px);
    opacity: 0.5;
    color: #f57b80;
  }
}
@media (max-width: 600px) {
  .m-page-mainV__main-title--contact {
    color: #c9d1dc;
  }
}
/* ========================================
    ナビゲーションドロワー
    ======================================== */
.nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/menu-bg.webp) no-repeat center center;
  z-index: 1000;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-drawer.is-open {
  visibility: visible;
}

@media (min-width: 901px) {
  .nav-drawer {
    display: none;
  }
}
.nav-drawer__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-drawer__close span {
  display: block;
  width: 30px;
  height: 1px;
  background: #525252;
  position: relative;
}

.nav-drawer__close span:first-child {
  transform: rotate(45deg);
  position: absolute;
}

.nav-drawer__close span:last-child {
  transform: rotate(-45deg);
  position: absolute;
}

.nav-drawer__inner {
  width: 100%;
  padding: 60px 20px;
  text-align: center;
}

.nav-drawer__logo {
  margin-bottom: 60px;
}

.nav-drawer__logo img {
  width: clamp(130px, 25vw, 280px);
  height: auto;
  margin: 0 auto;
}

.nav-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.nav-drawer__item.is-disabled {
  color: rgba(255, 255, 255, 0.4);
  cursor: default;
  pointer-events: none;
  font-family: "montserrat", "serif";
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 400;
}
.nav-drawer__item a {
  color: #fff;
  font-family: "montserrat", "serif";
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 400;
  transition: opacity 0.3s;
}
.nav-drawer__item a:hover {
  opacity: 0.7;
}

.nav-drawer__item--small a {
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
}

/* ハンバーガーボタンの基本スタイル（ヘッダー内） */
.header__hamburger-wrapper {
  display: none;
}
@media (max-width: 900px) {
  .header__hamburger-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #fff;
    z-index: 1001;
  }
}
@media (max-width: 500px) {
  .header__hamburger-wrapper {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 900px) {
  .home .header__hamburger-wrapper {
    display: flex;
  }
}

.header__hamburger {
  display: none;
  width: 30px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 900px) {
  .header__hamburger {
    display: block;
  }
}

.header__hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background: #525252;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}

.header__hamburger span:nth-child(1) {
  top: 0;
}

.header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header__hamburger span:nth-child(3) {
  bottom: 0;
}

.header__hamburger.is-open span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

/* ========================================
    投稿一覧ページ
    ======================================== */
.l-main--news {
  background-color: #f9f6f8;
  padding-bottom: 160px;
}
@media (max-width: 600px) {
  .l-main--news {
    padding-bottom: 50px;
  }
}

.m-news__wrap {
  padding-top: 50px;
}

.m-news__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 100px;
  min-height: 45vh;
}
@media (max-width: 1080px) {
  .m-news__inner {
    gap: 40px;
    min-height: 35vh;
  }
}
@media (max-width: 1080px) {
  .m-news__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.m-news__category {
  flex-shrink: 0;
}

.m-news__category-title {
  margin-bottom: 20px;
  font-weight: 500;
}

.m-news__category-list {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1080px) {
  .m-news__category-list {
    gap: 20px;
    flex-direction: row;
    width: 60%;
    flex-wrap: wrap;
  }
}

.m-news__category-item a {
  color: #586680;
  transition: all 0.3s;
}
.m-news__category-item a:hover {
  color: #97b9ec;
}
.m-news__category-item a.is-active {
  color: #525252;
  font-weight: bold;
}

@media (max-width: 600px) {
  .m-news__category-item:not(:first-child) a {
    padding-left: 10px;
    border-left: 1px solid #586680;
  }
}

.m-news__content {
  transition: all 0.3s;
}

.m-news__content-category {
  display: flex;
  gap: 10px;
  align-items: center;
}
.m-news__content-category::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #586680;
}
.m-news__content-category::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #586680;
}

.m-news__content-arrow {
  transition: all 0.3s;
}

.m-news__content-wrap {
  width: 100%;
}

.m-news__content-item {
  transition: all 0.3s;
}
.m-news__content-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  border-top: 1px solid #f67b80;
  transition: all 0.3s;
}
.m-news__content-item a:hover .m-news__content {
  opacity: 0.7;
}
.m-news__content-item a:hover .m-news__content-title {
  color: #97b9ec;
}
.m-news__content-item a:hover .m-news__content-arrow {
  transform: translateX(13px);
}

.m-news__content-list {
  width: 100%;
}

.m-news__content-list .m-news__content-item:last-child a {
  border-bottom: 1px solid #f67b80;
}

/* ========================================
    ページネーション
    ======================================== */
.m-pagination {
  margin-top: 130px;
  text-align: center;
}
@media (max-width: 600px) {
  .m-pagination {
    margin-top: 100px;
  }
}

.m-pagination__inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #586680;
  font-size: clamp(16px, 1.04vw, 20px);
}
@media (max-width: 600px) {
  .m-pagination__inner {
    font-size: 16px;
    gap: 8px;
  }
}

.m-pagination__prev,
.m-pagination__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #586680;
  border-radius: 50%;
  text-decoration: none;
  color: #586680;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .m-pagination__prev,
  .m-pagination__next {
    width: 30px;
    height: 30px;
  }
}
.m-pagination__prev:hover,
.m-pagination__next:hover {
  color: #97b9ec;
  border-color: #97b9ec;
}

.m-pagination__prev--disabled,
.m-pagination__next--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.m-pagination__icon {
  display: inline-block;
  font-family: "montserrat", "serif";
  font-weight: 400;
  line-height: 1;
}

.m-pagination__number {
  display: inline-block;
  color: #586680;
  text-decoration: none;
  font-family: "montserrat", "serif";
  font-weight: 400;
  padding: 0 5px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .m-pagination__number {
    padding: 0 4px;
  }
}
.m-pagination__number:hover {
  color: #97b9ec;
}

.m-pagination__number--current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #97b9ec;
  border-radius: 50%;
  color: #97b9ec;
  font-family: "montserrat", "serif";
  font-weight: 400;
}
@media (max-width: 600px) {
  .m-pagination__number--current {
    width: 30px;
    height: 30px;
  }
}

.m-pagination__dots {
  color: #586680;
  padding: 0 5px;
}
@media (max-width: 600px) {
  .m-pagination__dots {
    padding: 0 4px;
  }
}

.m-news__content-date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, 1.04vw, 20px);
  color: #586680;
}
@media (max-width: 600px) {
  .m-news__content-date {
    font-size: 15px;
  }
}

.m-news__content-day {
  font-family: "montserrat", "serif";
  font-weight: 400;
}

.m-news__content-title {
  font-size: clamp(16px, 1.25vw, 24px);
  margin-top: 10px;
  color: #586680;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .m-news__content-title {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* ========================================
    投稿詳細ページ
    ======================================== */
.m-post-main {
  min-height: 45vh;
  color: #525252;
}
.m-post-main img {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.m-post-main p {
  color: #525252;
  margin-bottom: 20px;
  line-height: 2;
}
@media (max-width: 600px) {
  .m-post-main p {
    font-size: 15px;
  }
}
.m-post-main a {
  display: inline-block;
  margin-bottom: 20px;
  color: #79a3e7;
  text-decoration: underline;
}
.m-post-main h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .m-post-main h1 {
    font-size: 18px;
  }
}
.m-post-main h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .m-post-main h2 {
    font-size: 17px;
  }
}
.m-post-main h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .m-post-main h3 {
    font-size: 16px;
  }
}

.m-post-main__content {
  margin-top: 40px;
}

/* ========================================
    投稿詳細ページ ページャー
    ======================================== */
.m-post-pager {
  margin-top: 60px;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .m-post-pager {
    margin-top: 40px;
    padding: 30px 0;
  }
}

.m-post-pager__inner {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #6a7385;
  font-size: clamp(16px, 1.04vw, 22px);
}
@media (max-width: 600px) {
  .m-post-pager__inner {
    font-size: 16px;
    gap: 12px;
  }
}

.m-post-pager__prev a,
.m-post-pager__next a {
  font-family: "montserrat", "serif";
  color: #6a7385;
  text-decoration: none;
  transition: all 0.3s;
}
.m-post-pager__prev a:hover,
.m-post-pager__next a:hover {
  color: #97b9ec;
}

.m-post-pager__prev--disabled,
.m-post-pager__next--disabled {
  color: #6a7385;
  opacity: 0.5;
  font-family: "montserrat", "serif";
}

.m-post-pager__separator {
  color: #6a7385;
}

/* ========================================
    ユーティリティ
    ======================================== */
.u-pc-only {
  display: block;
}
@media (max-width: 600px) {
  .u-pc-only {
    display: none !important;
  }
}

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

/* ========================================
    トップページ
    ======================================== 
*/
.top-message {
  padding-bottom: 54px;
}
@media (max-width: 600px) {
  .top-message {
    padding-bottom: 0px;
  }
}

.top-message__content {
  position: relative;
}

.top-message__wrap {
  display: flex;
  justify-content: space-around;
  padding-top: 80px;
}
@media (max-width: 1080px) {
  .top-message__wrap {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
}

.top-message__accent-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .top-message__accent-left {
    display: none;
  }
}

.top-message__accent-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1080px) {
  .top-message__accent-right {
    display: block;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .top-message__accent-right {
    padding-bottom: 40px;
  }
}

.top-message__text-wrap {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .top-message__text-wrap {
    padding-bottom: 40px;
  }
}

.top-message__accent--01 {
  width: clamp(160px, 11vw, 220px);
  top: 0;
  right: 0;
}

.top-message__accent--02 {
  width: clamp(120px, 11vw, 190px);
  top: 0;
  left: 0;
}

.top-message__accent--03 {
  width: clamp(120px, 11vw, 220px);
  bottom: 0;
  left: 0;
}

.top-message__accent--04 {
  width: clamp(120px, 11vw, 220px);
  bottom: 0;
  right: 0;
  transform: translateX(50%);
}
@media (max-width: 1080px) {
  .top-message__accent--04 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: none;
  }
}

.top-message__accent--sp {
  width: 80%;
  margin: 0 0 0 auto;
}

.top-message__accent--05 {
  position: absolute;
  width: clamp(40px, 4vw, 80px);
  top: 0;
  right: 0%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1080px) {
  .top-message__accent--05 {
    top: 20px;
    right: 5%;
  }
}

.top-message__text {
  font-size: clamp(15px, 1.04vw, 20px);
  line-height: 2.2;
  text-align: center;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .top-message__text {
    text-align: left;
    padding-left: calc(10vw + 20px);
  }
}

.top-message__text--large {
  font-size: clamp(16px, 1.5vw, 24px);
  color: #586681;
  letter-spacing: 0.2em;
}
@media (max-width: 600px) {
  .top-message__text--large {
    font-weight: 500;
  }
}

.top-profile__inner {
  padding: 200px 0;
  padding-bottom: 160px;
  background: url(../img/page-bg-center.webp) no-repeat center center/cover;
}
@media (max-width: 1080px) {
  .top-profile__inner {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .top-profile__inner {
    padding: 40px 0;
  }
}

.top-profile__content-wrap {
  width: fit-content;
  margin: 0 auto;
}
.top-profile__content-wrap .m-section-ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #f67b80;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .top-profile__content-wrap .m-section-ttl {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: none;
    text-align: center;
  }
}

.top-profile__content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 768px) {
  .top-profile__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.top-profile__content-name {
  color: #586681;
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .top-profile__content-name {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .top-profile__content-name {
    font-size: 16px;
    font-weight: 500;
  }
}
.top-profile__content-name span {
  color: #586681;
  font-family: "montserrat", "serif";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 600px) {
  .top-profile__content-name span {
    font-size: 14px;
  }
}

.top-profile__content-desc {
  margin-top: 28px;
  color: #586681;
}
@media (max-width: 768px) {
  .top-profile__content-desc {
    text-align: center;
  }
}

.top-profile__content-body {
  margin-top: 46px;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top-profile__content-body {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.top-profile__content-left {
  max-width: 500px;
  width: 50%;
}
@media (max-width: 768px) {
  .top-profile__content-left {
    width: 100%;
  }
}

.top-profile__content-img {
  display: none;
}
@media (max-width: 768px) {
  .top-profile__content-img {
    display: block;
    margin-top: 30px;
  }
}

.top-profile__content-right {
  width: 50%;
  max-width: 500px;
}
@media (max-width: 768px) {
  .top-profile__content-right {
    display: none;
  }
}

.top-news {
  position: relative;
  min-height: 100vh;
  background: url(../img/top-news-bg.webp) no-repeat center center/cover;
}
@media (max-width: 1080px) {
  .top-news {
    background: url(../img/top-news-bg-sp.webp) no-repeat center center/cover;
    min-height: 80vh;
  }
}
@media (max-width: 600px) {
  .top-news {
    min-height: 65vh;
  }
}

.top-news__inner {
  padding-top: 200px;
  padding-bottom: 30vh;
}
@media (max-width: 1080px) {
  .top-news__inner {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .top-news__inner {
    padding-top: 40px;
    padding-bottom: 10vh;
  }
}

.top-news__bg-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top-news__content {
  display: flex;
  gap: 100px;
}
@media (max-width: 768px) {
  .top-news__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .top-news .m-section-ttl {
    text-align: center;
  }
}

.top-news__content-wrap {
  width: 100%;
}

.m-news__content-arrow {
  width: 50px;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .m-news__content-arrow {
    display: none;
  }
}

.top-books {
  background: #f9f6f8;
  padding: 80px 0;
}

.top-books__content {
  display: flex;
  gap: 40px;
  padding: 80px 0;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .top-books__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
  }
}

.top-books__content-ttl {
  flex-shrink: 0;
}
.top-books__content-ttl .m-section-ttl {
  text-align: left;
}
.top-books__content-ttl .m-section-ttl span {
  margin-top: 8px;
}

.top-books__content-wrap {
  flex-grow: 1;
  width: 100%;
}

.m-books__content-title {
  margin-top: 28px;
  font-size: clamp(17px, 1.25vw, 24px);
  text-align: center;
  color: #4a5978;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .m-books__content-title {
    margin-top: 16px;
    font-size: 16px;
  }
}

.m-books__content-link a {
  transition: all 0.3s;
}
.m-books__content-link a:hover {
  opacity: 0.8;
}
.m-books__content-link a:hover .m-books__content-title {
  color: #97b9ec;
}

.m-books__buy-link {
  display: block;
  text-decoration: underline;
  width: fit-content;
  margin: 0 auto;
  margin-top: 28px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .m-books__buy-link {
    margin-top: 16px;
    font-size: 14px;
  }
}
.m-books__buy-link:hover {
  color: #97b9ec;
}

.top-contact {
  background: rgba(151, 185, 236, 0.13);
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  margin-top: 160px;
  margin-bottom: 200px;
}
@media (max-width: 1080px) {
  .top-contact {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .top-contact {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 80%;
  }
}

.top-contact__content-ttl .m-section-ttl,
.top-contact__content-ttl .m-section-ttl span {
  text-align: center;
  color: #4a5978;
}

.top-contact__inner {
  padding-bottom: 72px;
}
@media (max-width: 600px) {
  .top-contact__inner {
    padding-bottom: 40px;
  }
}

.top-contact__content-ttl {
  padding: 80px 40px;
}
@media (max-width: 600px) {
  .top-contact__content-ttl {
    padding: 40px 20px;
    padding-bottom: 20px;
  }
}

.top-contact__accent {
  position: absolute;
  width: 25%;
  top: 40px;
}
@media (max-width: 600px) {
  .top-contact__accent {
    width: 20%;
    top: 20px;
  }
}

.top-contact__accent--right {
  left: 5px;
}

.top-contact__accent--left {
  right: 5px;
}

.top-contact-btn {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .top-contact-btn {
    width: 75%;
  }
}

.top-contact-btn a {
  display: block;
  position: relative;
}
.top-contact-btn a span:first-child,
.top-contact-btn a span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s;
}
.top-contact-btn a span:first-child {
  position: relative;
  opacity: 1;
}
.top-contact-btn a span:last-child {
  opacity: 0;
}
@media (hover: hover) {
  .top-contact-btn a:hover span:first-child {
    opacity: 0;
  }
  .top-contact-btn a:hover span:last-child {
    opacity: 1;
  }
}

.top-sns {
  background: #f8f2ed;
  padding-top: 140px;
}
@media (max-width: 600px) {
  .top-sns {
    padding-top: 80px;
  }
}

.top-sns__content-wrap {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 1080px) {
  .top-sns__content-wrap {
    padding-bottom: 0px;
  }
}

.top-sns__content-inner {
  position: relative;
  padding-top: 60px;
}

.top-sns__content-follow {
  width: fit-content;
  max-width: 220px;
  position: absolute;
}
@media (max-width: 1300px) {
  .top-sns__content-follow {
    max-width: 180px;
  }
}
@media (max-width: 1080px) {
  .top-sns__content-follow {
    position: absolute;
    margin: 0 auto;
    max-width: 150px;
    margin-bottom: 20px;
    bottom: 0;
    left: 25%;
    transform: translateY(-50%);
  }
}
@media (max-width: 600px) {
  .top-sns__content-follow {
    left: 0;
  }
}

.top-sns__content-ttl .m-section-ttl {
  text-align: center;
}

.top-sns__content-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 48px;
}

.top-sns__content-item {
  width: 90px;
  height: 90px;
}
@media (max-width: 600px) {
  .top-sns__content-item {
    width: 60px;
    height: 60px;
  }
}

.top-sns__content-link {
  display: block;
  position: relative;
}
.top-sns__content-link span:first-child,
.top-sns__content-link span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s;
}
.top-sns__content-link span:first-child {
  position: relative;
  opacity: 1;
}
.top-sns__content-link span:last-child {
  opacity: 0;
}
@media (hover: hover) {
  .top-sns__content-link:hover span:first-child {
    opacity: 0;
  }
  .top-sns__content-link:hover span:last-child {
    opacity: 1;
  }
}

.top-sns__content-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translateX(105%);
  max-width: 360px;
}
@media (max-width: 1300px) {
  .top-sns__content-img {
    max-width: 230px;
  }
}
@media (max-width: 1080px) {
  .top-sns__content-img {
    max-width: 180px;
  }
}
@media (max-width: 1080px) {
  .top-sns__content-img {
    position: relative;
    width: 50%;
    transform: none;
    margin: 0 auto;
    margin: 0 0 0 auto;
    margin-top: 40px;
  }
}

.l-main--profile {
  background-color: #f9f6f8;
}

.profile {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .profile {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.profile__inner {
  position: relative;
}

.profile__content {
  position: relative;
  margin-top: 160px;
}

@media (max-width: 768px) {
  .profile__content {
    margin-top: 40px;
  }
}
.profile__layout {
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .profile__layout {
    max-width: 100%;
  }
}
.profile__header {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  min-height: 500px;
}

@media (max-width: 768px) {
  .profile__header {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 40px;
    min-height: auto;
  }
}
.profile__vertical-text {
  writing-mode: vertical-rl;
  font-family: "noto sans jp", "serif";
  font-size: 24px;
  letter-spacing: 0.3em;
  line-height: 2;
  z-index: 1;
  color: #586680;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transform: translate(75%, -30%);
  font-weight: 300;
}
@media (max-width: 600px) {
  .profile__vertical-text {
    font-weight: 400;
  }
}

.profile__vertical-text p {
  display: flex;
}

@media (max-width: 768px) {
  .profile__vertical-text {
    writing-mode: vertical-rl;
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    font-size: 18px;
    padding-top: 0;
    z-index: 2;
    transform: none;
  }
}
.profile__vertical-text span {
  display: block;
}

.profile__vertical-text--pink {
  color: #f57b80;
}

.profile__image {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .profile__image {
    width: 70%;
    max-width: 340px;
  }
}
.profile__image img {
  width: 100%;
  height: auto;
  display: block;
}

.profile__logo {
  position: absolute;
  right: 20px;
  top: 30%;
  transform: translate(70%, -50%);
  width: 45vw;
  max-width: 640px;
  z-index: 10;
}

@media (max-width: 768px) {
  .profile__logo {
    top: 100%;
    right: -20px;
    width: 50vw;
    transform: translate(0%);
  }
}
.profile__logo img {
  width: 100%;
  height: auto;
}

.profile__info {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  color: #586681;
}

@media (max-width: 768px) {
  .profile__info {
    margin-bottom: 0px;
    text-align: left;
  }
}
.profile__name {
  font-family: "noto sans jp", "serif";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .profile__name {
    font-size: 20px;
  }
}
.profile__name span {
  display: block;
  font-family: "montserrat", "serif";
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .profile__name span {
    font-size: 14px;
  }
}
.profile__title {
  font-family: "noto sans jp", "serif";
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .profile__title {
    font-size: 14px;
  }
}
.profile__body {
  border-top: 1px solid #586681;
  font-family: "noto sans jp", "serif";
  font-size: 15px;
  color: #525252;
  margin-bottom: 80px;
  padding-top: 60px;
}
@media (max-width: 600px) {
  .profile__body {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .profile__body {
    font-size: 14px;
    margin-bottom: 60px;
    border-top: none;
  }
}
.profile__body p {
  line-height: 2.5;
}

.profile__body p:last-child {
  margin-bottom: 0;
}

.profile__section {
  border-top: 1px solid #586681;
  padding-top: 80px;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .profile__section {
    padding-top: 0px;
    margin-bottom: 80px;
    border-top: none;
  }
  .profile__section::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #586680;
    margin-bottom: 30px;
  }
}
.profile__section-title {
  display: none;
}

.profile__qualifications,
.profile__company {
  display: flex;
  gap: 80px;
  font-family: "noto sans jp", "serif";
  font-size: 15px;
  color: #525252;
}

@media (max-width: 1080px) {
  .profile__qualifications,
  .profile__company {
    flex-direction: column;
    gap: 30px;
  }
}
.profile__qualifications-label,
.profile__company-label {
  width: 200px;
  font-size: 16px;
  color: #586681;
  font-weight: 400;
}

@media (max-width: 768px) {
  .profile__qualifications-label,
  .profile__company-label {
    width: 100%;
    font-size: 15px;
  }
}
.profile__qualifications-content,
.profile__company-content {
  flex: 1;
}

.profile__list {
  font-family: "noto sans jp", "serif";
  font-size: 14px;
  line-height: 2.2;
  color: #525252;
}

.profile__list li {
  position: relative;
  padding-left: 1.5em;
}

.profile__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.profile__company-sub-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .profile__company-sub-row {
    margin-bottom: 20px;
  }
}
.profile__company-sub-row:last-child {
  margin-bottom: 0;
}

.profile__company-sub-label {
  width: 140px;
  color: #525252;
  font-weight: 400;
}

@media (max-width: 768px) {
  .profile__company-sub-label {
    margin-bottom: 8px;
    width: 8em;
  }
}
.profile__company-sub-text {
  flex: 1;
  line-height: 1.8;
  color: #525252;
}

/* ========================================
    著書詳細ページ
    ======================================== */
.m-books-single__wrap {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .m-books-single__wrap {
    margin-top: 10px;
  }
}

.m-books-single__content {
  display: flex;
  gap: 100px;
  border-top: 1px solid #f67b80;
  border-bottom: 1px solid #f67b80;
  padding: 100px 0;
  align-items: stretch;
}
@media (max-width: 1080px) {
  .m-books-single__content {
    gap: 40px;
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .m-books-single__content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
  }
}

.m-books-single__image {
  width: 35%;
  max-width: 320px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .m-books-single__image {
    width: 100%;
    max-width: 240px;
  }
}
.m-books-single__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.m-books-single__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.m-books-single__title {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #586680;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .m-books-single__title {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.m-books-single__text {
  font-size: 16px;
  line-height: 2;
  color: #525252;
  margin-bottom: auto;
}
@media (max-width: 600px) {
  .m-books-single__text {
    font-size: 15px;
    margin-bottom: 24px;
    text-align: left;
  }
}

.m-books-single__buy {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .m-books-single__buy {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
}
.m-books-single__buy .m-books__buy-link {
  margin: 0;
  color: #586681;
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s;
}
.m-books-single__buy .m-books__buy-link:hover {
  color: #97b9ec;
}

/* 著書一覧ページの調整 */
.l-main--books {
  background-color: #f9f6f8;
  padding-bottom: 160px;
}
@media (max-width: 600px) {
  .l-main--books {
    padding-bottom: 50px;
  }
}
.l-main--books .m-pagination__number,
.l-main--books .m-pagination__prev,
.l-main--books .m-pagination__next {
  transition: all 0.3s;
}
.l-main--books .m-pagination__number:hover,
.l-main--books .m-pagination__prev:hover,
.l-main--books .m-pagination__next:hover {
  color: #97b9ec;
  border-color: #97b9ec;
}
.l-main--books .m-pagination__number--current {
  border-color: #97b9ec;
  color: #97b9ec;
}
.l-main--books .m-books__content-title {
  transition: all 0.3s;
}
.l-main--books .m-books__content-link a {
  transition: all 0.3s;
}
.l-main--books .m-books__content-link a:hover {
  opacity: 0.8;
}
.l-main--books .m-books__content-link a:hover .m-books__content-title {
  color: #97b9ec;
}
.l-main--books .m-books__buy-link {
  transition: all 0.3s;
}
.l-main--books .m-books__buy-link:hover {
  color: #97b9ec;
  opacity: 1;
}

/* 著書詳細ページの調整 */
.l-main--books-single {
  background-color: #f9f6f8;
  padding-bottom: 160px;
}
@media (max-width: 600px) {
  .l-main--books-single {
    padding-bottom: 50px;
  }
}
.l-main--books-single .m-books-single__title:hover {
  color: #97b9ec;
}

/* ページャーの調整 */
.m-books-single__wrap .m-post-pager {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .m-books-single__wrap .m-post-pager {
    margin-top: 40px;
  }
}

.m-books-single__wrap .m-post-pager__inner {
  color: #4a5978;
  font-family: "montserrat", "serif";
  font-weight: 400;
  gap: 32px;
  font-size: 20px;
}

.m-books-single__wrap .m-post-pager__prev a,
.m-books-single__wrap .m-post-pager__next a {
  color: #4a5978;
}
.m-books-single__wrap .m-post-pager__prev a:hover,
.m-books-single__wrap .m-post-pager__next a:hover {
  color: #97b9ec;
}

.m-books-single__wrap .m-post-pager__separator {
  color: #4a5978;
  opacity: 0.5;
}

/* ========================================
    プライバシーポリシー
    ======================================== */
.l-main--policy {
  background: #f9f6f8;
}

.policy {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.policy__title {
  font-weight: 500;
  margin-top: 60px;
}
@media (max-width: 600px) {
  .policy__title {
    margin-top: 30px;
  }
}

.policy__content {
  line-height: 1.75;
}
.policy__content .wp-block-heading {
  font-size: 20px;
  margin-top: 30px;
}
.policy__content .wp-block-spacer {
  height: 40px !important;
}
.policy__content .wp-block-list {
  padding: 20px 0;
  list-style: disc;
  margin-left: 1em;
}
.policy__content p,
.policy__content a,
.policy__content li {
  margin-top: 1em;
}
.policy__content strong {
  font-weight: 500;
}

/* ========================================
    お問い合わせ
    ======================================== */
.l-main--contact {
  background: #eff2f7;
}

.contact {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 600px) {
  .contact {
    padding: 80px 0;
    padding-bottom: 20px;
  }
}

.contact__info {
  font-size: 16px;
  text-align: left;
  line-height: 2;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .contact__info {
    font-size: 13px;
  }
}

.contact__info span {
  color: #f57b80;
}

.contact__form {
  margin-top: 64px;
  width: 100%;
}

.form-unit {
  width: 100%;
  margin-bottom: 2em;
}

.form-unit__head {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.m-required::after {
  content: "※";
  color: #f57b80;
  font-size: 16px;
  margin-left: 2px;
  border-radius: 4px;
  padding: 0 5px;
}

.form-unit__input,
.form-unit__input-wrap {
  width: 100%;
  height: auto;
  padding: 8px;
  border: 1px solid #c9d1dc;
  background: #fff;
  font-size: 16px;
  min-height: 50px;
}

.form-unit__textarea,
.form-unit__textarea-wrap {
  width: 100%;
  padding: 8px;
  height: 210px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
}

.form-unit__radio {
  margin-top: 20px;
}

.form-unit__date {
  width: 40%;
  height: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form-unit__date {
    width: 50%;
    height: 54px;
  }
}
.wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-right: 20px;
}

.wpcf7-submit {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 40px auto 0;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: 0.3s;
  background-image: url("../img/submit.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
@media (hover: hover) {
  .wpcf7-submit:hover {
    background-image: url("../img/submit-active.webp");
  }
}

.wpcf7-radio {
  -webkit-appearance: button !important;
  appearance: button !important;
  display: flex;
}

.wpcf7-radio input:hover,
.wpcf7-radio label:hover {
  cursor: pointer;
}

.wpcf7-response-output {
  border-color: transparent !important;
  text-align: center !important;
}

input[type=radio] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #555;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #555;
  transform: translate(-50%, -50%);
}

.form-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #555;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

.form-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 5px;
  height: 10px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(45deg) translate(-50%, -50%);
}

.form-unit__policy-link {
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .form-unit__policy-link {
    font-size: 15px;
  }
}
.form-consent {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

input.wpcf7-form-control.wpcf7-previous {
  display: block;
  margin: 0 auto;
}

.contact__policy-link {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .contact__policy-link {
    margin-top: 20px;
  }
}

.contact__policy-link a {
  text-decoration: underline;
}

.contact__thanks {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .contact__thanks {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.contact__thanks-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .contact__thanks-text {
    font-size: 15px;
    margin-bottom: 40px;
    text-align: left;
  }
}

.contact__thanks-btn {
  margin: 0 auto;
  width: fit-content;
}
.contact__thanks-btn a {
  display: block;
  padding: 15px 60px;
  background-color: #f57b80;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s;
  text-decoration: none;
}
.contact__thanks-btn a:hover {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .contact__thanks-btn a {
    padding: 12px 40px;
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */