@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #25313c;
  --clP: #323f4b;
  --clPW: #485663;
  --clSD: #4b647a;
  --clS: #597389;
  --clSW: #728ca3;
  --clAD: #25313c;
  --clA: #323f4b;
  --clAW: #485663;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fafafa;
  --clBGP: #edeff0;
  --clBGS: #f7f9fa;
  --clBGCV: #edeff0;
  --clBD: #d2dde7;
  --clBDW: #edf2f7;
  --clText: #323f4b;
  --clTextW: #98b0c5;
  --clTextL: #285ec6;
  --clTextLH: #739dee;
  --clTextR: #df4b0c;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #25313c;
  --clP: #323f4b;
  --clPW: #485663;
  --clSD: #4b647a;
  --clS: #597389;
  --clSW: #728ca3;
  --clAD: #25313c;
  --clA: #323f4b;
  --clAW: #485663;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fafafa;
  --clBGP: #edeff0;
  --clBGS: #f7f9fa;
  --clBGCV: #edeff0;
  --clBD: #d2dde7;
  --clBDW: #edf2f7;
  --clText: #323f4b;
  --clTextW: #98b0c5;
  --clTextL: #285ec6;
  --clTextLH: #739dee;
  --clTextR: #df4b0c;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.infomation {
  background-color: #fff;
}
.infomationInner {
  max-width: 800px;
  display: flex;
  gap: 80px;
}
@media screen and (min-width:1025px) {
  .infomationInner {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width:1024px) {
  .infomationInner {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .infomationInner {
    gap: 50px;
  }
}
.infomationLeft {
  display: flex;
}
@media screen and (min-width:1025px) {
  .infomationLeft {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:1024px) {
  .infomationLeft {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width:639px) {
  .infomationLeft {
    flex-direction: column;
  }
}
.infomationRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.infomation h2 {
  text-align: center;
}
@media screen and (min-width:640px) {
  .infomation h2 {
    font-size: clamp(20px, 2.6785714286vw, 24px);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .infomation h2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1025px) {
  .infomation h2 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width:639px) {
  .infomation h2 {
    margin-bottom: 24px;
  }
}
.infomation h2 small {
  display: block;
  font-size: clamp(20px, 2.6785714286vw, 24px);
}
.infomation .btn {
  font-family: "Bellefair", system-ui;
  white-space: nowrap;
  flex: 0;
}
@media screen and (min-width:1025px) {
  .infomation .btn {
    width: 100%;
  }
}
.infomation ul {
  width: 100%;
}
.infomation li {
  display: flex;
}
@media screen and (min-width:640px) {
  .infomation li {
    gap: clamp(26px, 3.2142857143vw, 28px);
  }
}
@media screen and (max-width:639px) {
  .infomation li {
    flex-direction: column;
  }
}
.infomation li {
  border-bottom: 1px solid var(--clBDW);
  padding-bottom: 14px;
}
.infomation li:first-child {
  border-top: 1px solid var(--clBDW);
  padding-top: 14px;
}
.infomation li:not(:last-child) {
  margin-bottom: 14px;
}
.infomation li time {
  color: var(--text-clTextW, #98B0C5);
  font-family: "Bellefair", system-ui;
  white-space: nowrap;
  font-size: clamp(13px, 1.6666666667vw, 15px);
  line-height: 1.8;
}
.infomation li a {
  display: inline;
  flex: 1;
  text-decoration: none;
  font-size: clamp(13px, 1.5476190476vw, 14px);
  line-height: 1.8;
}

h2,
ul,
p {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index .books .books-panel .books-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.index .books .books-panel .books-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width:639px) {
  .index .books .books-panel .books-item:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .books .books-panel .books-item {
    gap: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .books .books-panel .books-item {
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (min-width:1025px) {
  .index .books .books-panel .books-item > * {
    width: 440px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .books .books-panel .books-item > * {
    width: 50%;
  }
}
.index .books .books-panel .books-item:not(:last-child) {
  margin-bottom: 66px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .books .books-panel .books-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .books .books-panel .books-item:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width:639px) {
  .index .books .books-panel .books-item .books-item-img img {
    max-width: 300px;
  }
}
.index .books .books-panel .books-item .books-item-txt h3 small {
  display: block;
  color: var(--clTextW);
  font-family: "Bellefair", system-ui;
  letter-spacing: 0.13em;
  line-height: 140%;
  margin-top: 8px;
}
@media screen and (max-width:639px) {
  .index .books .books-panel .books-item .books-item-txt h3 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.index .books .books-panel .books-item .books-item-txt p {
  color: var(--clS);
  font-size: clamp(13px, 1.5476190476vw, 14px);
  line-height: 230%;
  letter-spacing: 0.1em;
}
.index .books .books-panel .books-item .books-item-txt p:not(:last-child) {
  margin-bottom: 2em;
}
.index .books .books-panel .books-item .books-item-txt p:last-child {
  margin-bottom: 1em;
}
.index .contact {
  margin-right: auto;
  margin-left: auto;
}
.index .contactInner {
  max-width: 1120px;
}
.index .contact h2 {
  background-color: var(--clText);
  display: block;
  width: 100%;
}
.index .contact h2 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  gap: 12px;
  padding-top: 56px;
  padding-bottom: 56px;
}
.index .contact h2 a small {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #25313c;
  --clP: #323f4b;
  --clPW: #485663;
  --clSD: #4b647a;
  --clS: #597389;
  --clSW: #728ca3;
  --clAD: #25313c;
  --clA: #323f4b;
  --clAW: #485663;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fafafa;
  --clBGP: #edeff0;
  --clBGS: #f7f9fa;
  --clBGCV: #edeff0;
  --clBD: #d2dde7;
  --clBDW: #edf2f7;
  --clText: #323f4b;
  --clTextW: #98b0c5;
  --clTextL: #285ec6;
  --clTextLH: #739dee;
  --clTextR: #df4b0c;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.mainImg {
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  height: 60vh;
  color: var(--clBG);
  background-color: var(--clP);
}
@media screen and (max-width:639px) {
  .mainImg {
    height: 45vh;
    margin-bottom: 88px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    margin-bottom: 110px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg {
    margin-bottom: 130px;
  }
}
@media screen and (min-width:1400px) {
  .mainImg {
    margin-bottom: 190px;
    height: 65vh;
  }
}
.mainImgInner {
  height: 100%;
  position: relative;
}
@media screen and (min-width:1400px) {
  .mainImgInner {
    max-width: 1280px;
  }
}
.mainImgInner .photo {
  position: absolute;
  right: 0;
}
@media screen and (max-width:639px) {
  .mainImgInner .photo {
    width: 120px;
    height: 120px;
    bottom: -25px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImgInner .photo {
    bottom: -50px;
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner .photo {
    right: -40px;
    bottom: -60px;
  }
}
@media screen and (min-width:1400px) {
  .mainImgInner .photo {
    bottom: -110px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #25313c;
  --clP: #323f4b;
  --clPW: #485663;
  --clSD: #4b647a;
  --clS: #597389;
  --clSW: #728ca3;
  --clAD: #25313c;
  --clA: #323f4b;
  --clAW: #485663;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fafafa;
  --clBGP: #edeff0;
  --clBGS: #f7f9fa;
  --clBGCV: #edeff0;
  --clBD: #d2dde7;
  --clBDW: #edf2f7;
  --clText: #323f4b;
  --clTextW: #98b0c5;
  --clTextL: #285ec6;
  --clTextLH: #739dee;
  --clTextR: #df4b0c;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 100px 32px;
  background: var(--clBGS);
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .pageTtl {
    padding: 80px 16px;
  }
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--clS);
  font-size: clamp(32px, 4.2857142857vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Bellefair", "Noto Serif JP", system-ui;
  font-weight: 400;
}

.lower .contents > section {
  margin-left: auto;
  margin-right: auto;
}
.lower .contents > section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: var(--clP);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #25313c;
  --clP: #323f4b;
  --clPW: #485663;
  --clSD: #4b647a;
  --clS: #597389;
  --clSW: #728ca3;
  --clAD: #25313c;
  --clA: #323f4b;
  --clAW: #485663;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fafafa;
  --clBGP: #edeff0;
  --clBGS: #f7f9fa;
  --clBGCV: #edeff0;
  --clBD: #d2dde7;
  --clBDW: #edf2f7;
  --clText: #323f4b;
  --clTextW: #98b0c5;
  --clTextL: #285ec6;
  --clTextLH: #739dee;
  --clTextR: #df4b0c;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

@media screen and (max-width:639px) {
  .profile h3 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.profile ul li {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: clamp(13px, 1.5476190476vw, 14px);
  margin-bottom: 1em;
}
.profile ul li small {
  font-size: 13px;
  margin-left: 8px;
}
@media screen and (max-width:639px) {
  .profile ul li small {
    margin-left: 4px;
    font-size: 12px;
  }
}
.profile ul li small:before {
  content: "";
  width: 12px;
}
.profile .section-profile {
  text-align: center;
}
.profile .section-profile .photo {
  margin-bottom: clamp(32px, 4.2857142857vw, 40px);
}
.profile .section-profile .photo img {
  max-width: 320px;
}
@media screen and (max-width:639px) {
  .profile .section-profile .photo img {
    max-width: 300px;
  }
}
.profile .section-profile .heading02 {
  font-size: clamp(26px, 3.3333333333vw, 32px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: clamp(32px, 4.2857142857vw, 40px);
}
.profile .section-profile .heading02 small {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  gap: 48px;
  letter-spacing: 0.1em;
  font-size: 12px;
  justify-content: center;
  position: relative;
  left: -0.6em;
}
@media screen and (max-width:639px) {
  .profile .section-profile .heading02 small {
    gap: 31px;
  }
}
.profile .section-profile p {
  line-height: 2.4;
  font-size: clamp(14px, 1.7857142857vw, 16px);
  letter-spacing: 0.1em;
}
@media screen and (max-width:639px) {
  .profile .section-profile p br {
    display: none;
  }
}
.profile .section-awards {
  margin-top: calc(clamp(48px, 6.1904761905vw, 56px) * -1);
  text-align: center;
}
@media screen and (max-width:639px) {
  .profile .section-awards {
    margin-top: -16px;
    margin-bottom: 72px;
  }
}
.profile .section-awards ul {
  display: flex;
  gap: 2em;
  justify-content: center;
}
@media screen and (max-width:639px) {
  .profile .section-awards ul {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width:639px) {
  .profile .section-awards ul {
    gap: 16px;
    flex-direction: column;
  }
  .profile .section-awards ul li {
    margin-bottom: 0;
  }
}
.profile .section-publications {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin-top: calc(clamp(26px, 3.3333333333vw, 32px) * -1);
}
.profile .section-publications .heading02 {
  font-size: clamp(26px, 3.3333333333vw, 32px);
}
.profile .section-publications ul li {
  line-height: 3.5;
  font-size: clamp(13px, 1.6666666667vw, 15px);
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .profile .section-publications ul li {
    line-height: 2.2;
    margin-bottom: 1.4em;
    font-size: 13px;
  }
}
@media screen and (max-width:639px) {
  .profile .section-publications ul li span {
    display: block;
    line-height: 1.5;
  }
}
.profile .section-works .sectionInner .bg-gray {
  background-color: #fff;
  margin-top: clamp(40px, 5.2380952381vw, 48px);
  font-size: clamp(13px, 1.5476190476vw, 14px);
}
@media screen and (min-width:640px) {
  .profile .section-works .sectionInner ul li {
    padding-left: 4em;
    text-indent: -4em;
  }
}
.profile .section-works .sectionInner ul li span {
  background-color: var(--clBG);
  font-size: 12px;
  padding: 2px 8px;
  margin-right: 8px;
  color: var(--clS);
}
@media screen and (max-width:639px) {
  .profile .section-works .sectionInner ul li small {
    display: block;
    padding-left: 3.9em;
  }
}
.profile .section-media h4 {
  margin-bottom: clamp(26px, 3.3333333333vw, 32px);
}
.profile .section-media ul {
  margin-bottom: clamp(40px, 5.2380952381vw, 48px);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #25313c;
  --clP: #323f4b;
  --clPW: #485663;
  --clSD: #4b647a;
  --clS: #597389;
  --clSW: #728ca3;
  --clAD: #25313c;
  --clA: #323f4b;
  --clAW: #485663;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fafafa;
  --clBGP: #edeff0;
  --clBGS: #f7f9fa;
  --clBGCV: #edeff0;
  --clBD: #d2dde7;
  --clBDW: #edf2f7;
  --clText: #323f4b;
  --clTextW: #98b0c5;
  --clTextL: #285ec6;
  --clTextLH: #739dee;
  --clTextR: #df4b0c;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.books .books-section {
  display: flex;
  flex-direction: column;
}
.books .books-section .books-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
  /* 偶数番目のbooks-itemの左右を反転させる */
  /* 詩集の写真を表示する部分 */
  /* 詩集の情報を表示する部分 */
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .books .books-section .books-item {
    gap: 20px;
  }
}
@media screen and (max-width:639px) {
  .books .books-section .books-item {
    flex-direction: column;
    gap: 36px;
  }
}
@media screen and (min-width:1025px) {
  .books .books-section .books-item > * {
    width: 440px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .books .books-section .books-item > * {
    width: 50%;
  }
}
.books .books-section .books-item:not(:last-child) {
  margin-bottom: 66px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .books .books-section .books-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.books .books-section .books-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width:639px) {
  .books .books-section .books-item:nth-child(even) {
    flex-direction: column;
  }
}
.books .books-section .books-item .books-item-img {
  flex: 1;
}
.books .books-section .books-item .books-item-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:639px) {
  .books .books-section .books-item .books-item-img img {
    max-width: 300px;
  }
}
.books .books-section .books-item .books-img-txt {
  flex: 1;
  /* タイトル */
  /* コメント部分 */
  /* 発売日 */
  /* 購入先リンク */
}
.books .books-section .books-item .books-img-txt h3 {
  font-size: 1.6em;
}
@media screen and (max-width:639px) {
  .books .books-section .books-item .books-img-txt h3 {
    text-align: center;
    margin-bottom: 32px;
  }
}
.books .books-section .books-item .books-img-txt p {
  margin-bottom: 12px;
  color: var(--clS);
  font-size: clamp(13px, 1.5476190476vw, 14px);
  line-height: 230%;
  letter-spacing: 0.1em;
}
.books .books-section .books-item .books-img-txt p span {
  margin-right: 0.8em;
}
.books .books-section .books-item .books-img-txt .books-comment {
  margin-bottom: clamp(20px, 2.6785714286vw, 24px);
}
@media screen and (max-width:639px) {
  .books .books-section .books-item .books-img-txt .books-comment {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:639px) {
  .books .books-section .books-item .books-img-txt p.books-date {
    text-align: right;
    line-height: 1.5;
  }
}
@media screen and (max-width:639px) {
  .books .books-section .books-item .books-img-txt p.books-link {
    text-align: right;
    line-height: 1.5;
  }
}
.books .books-section .books-item .books-img-txt p.books-link a {
  text-decoration: underline;
  cursor: pointer;
  color: var(--clTextW);
}
.books .books-section .books-item .books-img-txt p.books-link a:hover {
  cursor: pointer;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #25313c;
  --clP: #323f4b;
  --clPW: #485663;
  --clSD: #4b647a;
  --clS: #597389;
  --clSW: #728ca3;
  --clAD: #25313c;
  --clA: #323f4b;
  --clAW: #485663;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fafafa;
  --clBGP: #edeff0;
  --clBGS: #f7f9fa;
  --clBGCV: #edeff0;
  --clBD: #d2dde7;
  --clBDW: #edf2f7;
  --clText: #323f4b;
  --clTextW: #98b0c5;
  --clTextL: #285ec6;
  --clTextLH: #739dee;
  --clTextR: #df4b0c;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .privacy-policy .bg-gray {
  padding: 30px 40px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy .bg-gray {
    padding: 18px 24px;
  }
}
.lower .contact .privacy-policy .heading02 {
  text-align: center;
}
.lower .contact .privacy-policy h3 {
  font-size: clamp(16px, 2.0238095238vw, 18px);
  text-align: center;
  margin-bottom: 24px;
}
.lower .contact .privacy-policy .scroll {
  height: 280px;
  overflow-y: scroll;
}
.lower .contact .privacy-policy h4 {
  font-size: clamp(14px, 1.7857142857vw, 16px);
}
.lower .contact .privacy-policy p {
  font-size: 14px;
}
@media screen and (max-width:639px) {
  .lower .contact .privacy-policy p {
    font-size: 12px;
  }
}
.lower .contact .privacy-policy p:not(:last-child) {
  margin-bottom: 1.5em;
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #d2dde7;
  padding: 12px;
  border-radius: 3px;
  color: #323f4b;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 55%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 10px;
}
.lower .contact ::-moz-placeholder {
  color: #98b0c5;
}
.lower .contact ::placeholder {
  color: #98b0c5;
}
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #323f4b;
  border-radius: 4px;
  color: #323f4b;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.lower .contact .contact-box a .primary {
  display: block;
  font-size: clamp(20px, 2.6785714286vw, 24px);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Bellefair", system-ui;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.lower .contact .contact-form {
  margin-bottom: 4em;
}
.lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  font-size: 1.1em;
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 2.5em;
  margin-bottom: 0.5em;
  color: var(--clS);
  font-weight: 400;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.lower .contact .contact-form__required {
  background-color: #df4b0c;
}
.lower .contact .contact-form__optional {
  background-color: #323f4b;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
  cursor: pointer;
}
.lower .contact .contact-form input[type=checkbox]:hover {
  cursor: pointer;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.lower .contact .contact-form input:invalid {
  background: #ffffff;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #ffffff;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #323f4b;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  background-color: #597389;
  transition: 0.2s ease-out;
}
.lower .contact .contact-form__btn.back {
  background-color: #d2dde7;
  color: #323f4b;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-form__btn.back:hover, .lower .contact .contact-form__btn.back:active {
  background-color: #edf2f7;
}
.lower .contact .contact-form .privacy-check {
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 4em 0 4em 0;
  font-size: 1em;
}
.lower .contact .contact-form .privacy-check input {
  cursor: pointer;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check input {
    position: relative;
    top: 6.4px;
  }
}
.lower .contact .contact-form .privacy-check label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-form .privacy-check label {
    line-height: 1.8;
  }
}
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
.lower .contact .contact-error {
  color: #df4b0c;
}
.lower .contact .thanks h3 {
  text-align: center;
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #323f4b;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #323f4b;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #323f4b;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #323f4b;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-message {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}
.lower .contact .thanks .thanks-error {
  margin-top: 4em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.null > .content-txt {
  width: calc(100% - 40%);
}
.null > .content-img {
  width: 40%;
  max-width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .content-img {
    width: 100%;
    max-width: 100%;
  }
}
.null > .content-img img {
  width: 100%;
  height: auto;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #25313c;
  --clP: #323f4b;
  --clPW: #485663;
  --clSD: #4b647a;
  --clS: #597389;
  --clSW: #728ca3;
  --clAD: #25313c;
  --clA: #323f4b;
  --clAW: #485663;
  --clW: #ffffff;
  --clBG: #ffffff;
  --clBGG: #fafafa;
  --clBGP: #edeff0;
  --clBGS: #f7f9fa;
  --clBGCV: #edeff0;
  --clBD: #d2dde7;
  --clBDW: #edf2f7;
  --clText: #323f4b;
  --clTextW: #98b0c5;
  --clTextL: #285ec6;
  --clTextLH: #739dee;
  --clTextR: #df4b0c;
  --clMarker: #fff492;
  --clLink: #454545;
  --clLinkH: #b1b1b1;
  --clSelect: #CCCCCC;
}

.lower.blog {
  position: relative;
}
.lower.blog .contents .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.lower.blog .contents .wrapper .mg {
  padding: 0 24px;
}
.lower.blog .contents .wrapper .articleWrap {
  max-width: 640px;
}
.lower.blog .contents .wrapper .articleWrap .article {
  margin-bottom: 30px;
  padding: 0;
}
.lower.blog .contents .wrapper .articleWrap .article h3 {
  color: #323f4b;
  margin: 0 0 1.5em;
  letter-spacing: 0.1em;
}
.lower.blog .contents .wrapper .articleWrap .article .articleInfo {
  border-top: 1px solid #d2dde7;
  border-bottom: 1px solid #d2dde7;
  padding: 1.5em 0;
  margin-top: 2em;
}
.lower.blog .contents .wrapper .sideBox section {
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 0;
  color: #323f4b;
}
.lower.blog .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower.blog .contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}
.lower.blog .contents .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #323f4b;
  text-align: center;
  margin-bottom: 0;
  font-size: clamp(13px, 1.6666666667vw, 15px);
}
.lower.blog .contents .wrapper .sideBox section div {
  padding: 0;
}
.lower.blog .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower.blog .contents .wrapper .sideBox form {
  display: flex;
  gap: 4px;
}
.lower.blog .contents .wrapper .sideBox form .search {
  padding: 8px;
  width: 75%;
  border: 1px solid #E5DDD3;
}
.lower.blog .contents .wrapper .sideBox form .searchBtn {
  background-color: #323f4b;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
  width: 25%;
}
@media screen and (min-width:640px) {
  .lower.blog .contents .wrapper {
    display: flex;
  }
  .lower.blog .contents .wrapper .sideBox > *:first-child {
    margin-top: 0;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower.blog .contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 275px;
  }
}

#pager {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  #pager {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  #pager {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#pager a {
  text-decoration: underline;
  font-size: clamp(14px, 1.7857142857vw, 16px);
}
#pager span.current a {
  text-decoration: none;
}
#pager .pager_prev a,
#pager .pager_last a {
  text-decoration: none;
}/*# sourceMappingURL=pages.css.map */