@keyframes pinchKeyframe {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.main video {
  display: block;
  width: 100%;
}
.main .pageHeader {
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader {
    margin: 0.4rem 0 0;
  }
}
.main .pageHeader .wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 5.5rem 1fr 0.87rem;
  gap: 0 0.69rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .wrap {
    display: block;
  }
}
.main .pageHeader .image {
  grid-row: 1/3;
  grid-column: 1/2;
  margin: 0 0 0 -1rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image {
    margin: 0 -0.2rem;
  }
}
.main .pageHeader .image figcaption {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image figcaption {
    padding-right: 0.2rem;
  }
}
.main .pageHeader .ttl {
  display: contents;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl {
    display: block;
    margin: 0.4rem 0 0;
  }
}
.main .pageHeader .ttl .en {
  grid-row: 1/3;
  grid-column: 3/4;
  border-left: 0.02rem solid currentColor;
  writing-mode: vertical-rl;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 0.72rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .en {
    writing-mode: horizontal-tb;
    border-left: none;
    font-size: 0.32rem;
    line-height: 1;
  }
}
.main .pageHeader .ttl .ja {
  grid-row: 3/4;
  grid-column: 1/4;
  display: flex;
  gap: 0.1rem;
  padding: 0.07rem 0 0;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .ja {
    display: block;
    padding: 0.05rem 0 0;
    font-size: 0.16rem;
    line-height: 1;
  }
}
.main .pageHeader .ttl .ja::after {
  flex-grow: 1;
  align-self: flex-end;
  content: "";
  display: block;
  height: 0.02rem;
  margin: 0 0 0.03rem;
  background: currentColor;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .ja::after {
    content: none;
  }
}
.main .pageHeader .catch {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 0.95rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .catch {
    margin: 0.4rem 0 0;
    font-size: 0.23rem;
    line-height: 1.5;
  }
}
.main .pageHeader p {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 0.5rem 0 0;
  font-size: 0.18rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .pageHeader p {
    padding: 0.3rem 0 0;
    font-size: 0.16rem;
  }
}

section {
  padding-top: 2rem;
}
@media screen and (max-width: 750px) {
  section {
    padding-top: 1rem;
  }
}
section .ttl {
  padding-bottom: 0.6rem;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section .ttl {
    padding-bottom: 0.4rem;
    font-size: 0.24rem;
  }
}
section .ttl .en {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
section .ttl .small {
  display: block;
  padding-top: 0.05rem;
  font-size: 0.12rem;
  line-height: 0.19rem;
}
@media screen and (max-width: 750px) {
  section .ttl .small {
    font-size: 0.1rem;
    line-height: 1;
  }
}
section .catch {
  padding-bottom: 0.4rem;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  section .catch {
    padding-bottom: 0.2rem;
    font-size: 0.24rem;
  }
}
section .catch + p {
  font-size: 0.16rem;
  line-height: 1.8;
}
section figure figcaption {
  padding-top: 0.05rem;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: right;
}

@media screen and (min-width: 751px) {
  .common_space {
    padding-top: 1rem;
  }
}
.common_space .row1 {
  position: relative;
}
.common_space .row1 figure {
  position: absolute;
  inset: 0 0 auto auto;
  width: 3.44rem;
}
@media screen and (max-width: 750px) {
  .common_space .row1 figure {
    width: 1.24rem;
  }
}
.common_space .row2 {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem 0.6rem;
}
@media screen and (max-width: 750px) {
  .common_space .row2 {
    flex-direction: column;
  }
}
.common_space .row2 .img_content {
  width: 5.8rem;
}
@media screen and (max-width: 750px) {
  .common_space .row2 .img_content {
    width: 100%;
  }
}
.common_space .row2 .img_content figcaption {
  text-align: left;
}
.common_space .row2 .txt_content {
  width: 4.2rem;
}
@media screen and (max-width: 750px) {
  .common_space .row2 .txt_content {
    width: 100%;
  }
}
.common_space .row2 .txt_content ul {
  counter-reset: num 0;
}
@media screen and (max-width: 750px) {
  .common_space .row2 .txt_content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem 0;
  }
}
.common_space .row2 .txt_content ul li {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .common_space .row2 .txt_content ul li {
    font-size: 0.16rem;
  }
}
.common_space .row2 .txt_content ul li::before {
  counter-increment: num 1;
  content: counter(num);
  background: #000;
  color: #fff;
  display: inline-block;
  margin-right: 0.05rem;
  width: 0.28rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.13rem;
  text-align: center;
  border-radius: 50%;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .common_space .row2 .txt_content ul li::before {
    width: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
  }
}
@media screen and (min-width: 751px) {
  .common_space .row2 .txt_content ul li + li {
    padding-top: 0.3rem;
  }
}
.common_space .row2 .txt_content .illust {
  margin-top: 0.4rem;
}

.book_selection {
  background: url(../imgs/book-bg.jpg) no-repeat 50%/cover;
  position: relative;
  padding: 0 0 1.1rem;
  overflow: hidden;
  margin: 1.4rem 0 -1rem;
}
@media screen and (max-width: 750px) {
  .book_selection {
    padding: 0 0 0.2rem;
    background-image: url(../imgs/book-bg-sp.jpg);
  }
}
.book_selection .ttl {
  color: #fff;
}
@media screen and (min-width: 751px) {
  .book_selection .ttl {
    left: calc(50% - 6.2rem);
    position: absolute;
    margin: 0;
    top: 1.3rem;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .book_selection .ttl {
    margin-left: 0.2rem;
    height: 2.8rem;
    padding-top: 0.8rem;
    box-sizing: border-box;
  }
  .book_selection .ttl .en {
    font-size: 0.38rem;
  }
  .book_selection .ttl .small {
    font-size: 0.14rem;
    margin-top: 0.5em;
  }
}
.book_selection ul {
  display: flex;
  justify-content: center;
  gap: 0 0.25rem;
  width: 11.5461rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .book_selection ul {
    flex-wrap: wrap;
    width: auto;
    gap: 0.2rem 0.08rem;
  }
}
.book_selection li {
  height: 1.18rem;
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .book_selection li:nth-child(1) {
    margin-left: 0.5rem;
  }
  .book_selection li:nth-child(3) {
    margin-right: 0.5rem;
  }
}
.book_selection li a {
  display: block;
  position: relative;
  background: url(../imgs/book.png) no-repeat center bottom/contain;
  width: 1.42rem;
  height: 1.8rem;
  filter: drop-shadow(0px 4.63256px 11.5814px rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 751px) {
  .book_selection li a {
    padding-top: 0.68rem;
  }
}
@media screen and (max-width: 750px) {
  .book_selection li a {
    width: 0.82rem;
    height: 1.04rem;
  }
}
.book_selection li a:hover:before {
  opacity: 0.5;
}
.book_selection li a:before {
  content: "";
  position: absolute;
  background: url(../imgs/book-hover.png) no-repeat center top/contain;
  width: 1.68rem;
  top: 0;
  left: -0.13rem;
  height: 100%;
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .book_selection li a:before {
    width: 100%;
    top: -0.14rem;
    left: 0;
  }
}
.book_selection li small {
  display: block;
  font-size: 0.12rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
  .book_selection li small {
    font-size: 0.0912rem;
  }
}
.book_selection li p {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .book_selection li p {
    font-size: 0.22rem;
    padding-top: 0.2rem;
    font-size: 0.1071rem;
  }
}
.book_selection .row {
  height: 5.3rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 751px) {
  .book_selection .row {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .book_selection .row {
    height: 2.56rem;
  }
}
.book_selection .row:before, .book_selection .row:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.5rem;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 19.71%, rgba(0, 0, 0, 0) 80%, #000000 100%);
  opacity: 0.8;
  border: 1px solid #000000;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .book_selection .row:before, .book_selection .row:after {
    height: 1.18rem;
  }
}
@media screen and (min-width: 751px) {
  .book_selection .row:before {
    content: none;
  }
}
.book_selection .row:before {
  top: 0;
}
.book_selection .row:after {
  bottom: 0;
}
.book_selection .row .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.book_selection .line {
  height: 0.3rem;
  background: rgba(169, 148, 112, 0.3);
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.8);
  position: relative;
}
@media screen and (max-width: 750px) {
  .book_selection .line {
    height: 0.2rem;
  }
  .book_selection .line.a:before {
    content: "";
    background: url(../imgs/book01-sp.png) no-repeat center bottom/contain;
    width: 1.45rem;
    height: 2.8rem;
    position: absolute;
    top: -2.8rem;
    right: 0;
  }
  .book_selection .line.a:after {
    content: "";
    background: url(../imgs/book02-sp.png) no-repeat center bottom/contain;
    width: 0.55rem;
    height: 1.39rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .book_selection .line.a:before {
    content: "";
    background: url(../imgs/book01.png) no-repeat center top/contain;
    width: 5.19rem;
    height: 1.91rem;
    position: absolute;
    top: 2.8rem;
    translate: 0 -100%;
    right: 0;
  }
  .book_selection .line.c:before {
    content: "";
    background: url(../imgs/book02.png) no-repeat center top/contain;
    width: 1.3rem;
    height: 1.9rem;
    position: absolute;
    top: 0;
    translate: 0 -100%;
    left: 0;
  }
  .book_selection .line.c:after {
    content: "";
    background: url(../imgs/book03.png) no-repeat center top/contain;
    width: 0.78rem;
    height: 1.89rem;
    position: absolute;
    top: 0;
    translate: 0 -100%;
    right: 0;
  }
}
.book_selection .book {
  background: url(../imgs/book-page.png) no-repeat center top/contain;
  width: 13.46rem;
  height: 9.34rem;
  margin-left: calc(50% - 6.25rem);
  position: relative;
  margin-top: 0.77rem;
  padding: 0.75rem 0.35rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .book_selection .book {
    margin-top: 0.6rem;
    background-image: url(../imgs/book-page-sp.png);
    width: auto;
    margin-left: 0.05rem;
    height: 10.19rem;
    padding: 0.63rem 0.27rem 0.5rem 0.6rem;
  }
}
.book_selection .book:before {
  content: "";
  position: absolute;
  background: url(../imgs/bookmark.png) no-repeat 50%/contain;
  width: 2.37rem;
  height: 3.32rem;
  top: -0.5rem;
  left: -0.8rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .book_selection .book:before {
    width: 1.38rem;
    height: 1.93rem;
    left: -0.3rem;
    top: -0.4rem;
  }
}
@media screen and (min-width: 751px) {
  .book_selection .book {
    display: flex;
  }
}
.book_selection .ttl2 {
  font-size: 0.22rem;
  margin: 2em 0 1.2em;
}
@media screen and (max-width: 750px) {
  .book_selection .ttl2 {
    font-size: 0.2rem;
    line-height: 1.5;
    margin: 2em 0 0.8em;
  }
  .book_selection .ttl2:nth-of-type(1) {
    text-align: center;
  }
}
.book_selection .ttl2:first-child {
  margin-top: 0;
}
.book_selection .ttl2 small {
  display: block;
  font-size: 0.12rem;
  margin-bottom: 2.8em;
}
@media screen and (max-width: 750px) {
  .book_selection .ttl2 small {
    margin: 4em 0 1em;
  }
}
.book_selection .page {
  display: none;
  font-size: 0.15rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 750px) {
  .book_selection .page {
    font-size: 0.12rem;
  }
}
@media screen and (min-width: 751px) {
  .book_selection .page {
    padding: 0.6rem 0.5rem;
    width: 50%;
  }
}
.book_selection .page0 {
  padding-top: 0;
}
@media screen and (min-width: 751px) {
  .book_selection .page0 {
    display: block;
  }
}
.book_selection .page0 p {
  font-size: 0.12rem;
  margin: 2.8em 0;
}
@media screen and (max-width: 750px) {
  .book_selection .page0 p {
    margin: 2em 0;
  }
}
@media screen and (max-width: 750px) {
  .book_selection[data-pagesp="0"] .page0 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (max-width: 750px) {
  .book_selection[data-pagesp="1"] li:nth-child(1) a:before {
    opacity: 0.5;
  }
  .book_selection[data-pagesp="1"] .page1 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (max-width: 750px) {
  .book_selection[data-pagesp="2"] li:nth-child(2) a:before {
    opacity: 0.5;
  }
  .book_selection[data-pagesp="2"] .page2 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (max-width: 750px) {
  .book_selection[data-pagesp="3"] li:nth-child(3) a:before {
    opacity: 0.5;
  }
  .book_selection[data-pagesp="3"] .page3 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (max-width: 750px) {
  .book_selection[data-pagesp="4"] li:nth-child(4) a:before {
    opacity: 0.5;
  }
  .book_selection[data-pagesp="4"] .page4 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (max-width: 750px) {
  .book_selection[data-pagesp="5"] li:nth-child(5) a:before {
    opacity: 0.5;
  }
  .book_selection[data-pagesp="5"] .page5 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (max-width: 750px) {
  .book_selection[data-pagesp="6"] li:nth-child(6) a:before {
    opacity: 0.5;
  }
  .book_selection[data-pagesp="6"] .page6 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (max-width: 750px) {
  .book_selection[data-pagesp="7"] li:nth-child(7) a:before {
    opacity: 0.5;
  }
  .book_selection[data-pagesp="7"] .page7 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (min-width: 751px) {
  .book_selection[data-page="1"] li:nth-child(1) a:before {
    opacity: 0.5;
  }
  .book_selection[data-page="1"] .page1 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (min-width: 751px) {
  .book_selection[data-page="2"] li:nth-child(2) a:before {
    opacity: 0.5;
  }
  .book_selection[data-page="2"] .page2 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (min-width: 751px) {
  .book_selection[data-page="3"] li:nth-child(3) a:before {
    opacity: 0.5;
  }
  .book_selection[data-page="3"] .page3 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (min-width: 751px) {
  .book_selection[data-page="4"] li:nth-child(4) a:before {
    opacity: 0.5;
  }
  .book_selection[data-page="4"] .page4 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (min-width: 751px) {
  .book_selection[data-page="5"] li:nth-child(5) a:before {
    opacity: 0.5;
  }
  .book_selection[data-page="5"] .page5 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (min-width: 751px) {
  .book_selection[data-page="6"] li:nth-child(6) a:before {
    opacity: 0.5;
  }
  .book_selection[data-page="6"] .page6 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (min-width: 751px) {
  .book_selection[data-page="7"] li:nth-child(7) a:before {
    opacity: 0.5;
  }
  .book_selection[data-page="7"] .page7 {
    display: block;
    animation: itemFadeIn 1s;
  }
}
@media screen and (min-width: 751px) {
  .book_selection .page1 {
    left: 0.2rem;
  }
  .book_selection .page1 .ttl2 small {
    margin-bottom: 0.8em;
  }
}
.book_selection .page2 figure {
  width: 1.68rem;
  position: absolute;
  right: 0.5rem;
  margin-top: -0.9rem;
}
@media screen and (max-width: 750px) {
  .book_selection .page2 figure {
    right: 0;
    width: 1.2rem;
    margin-top: -1rem;
  }
}
.book_selection .page3 figure {
  margin-left: auto;
  margin-top: 0.3rem;
  width: 3.88rem;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .book_selection .page4 .ttl2:nth-of-type(1) {
    margin-left: -1rem;
  }
}
.book_selection .page4 figure {
  width: 1.39rem;
  position: absolute;
  right: 0.5rem;
  margin-top: -1.1rem;
}
@media screen and (max-width: 750px) {
  .book_selection .page4 figure {
    right: 0;
    width: 1.1rem;
    margin-top: -1.3rem;
  }
}
.book_selection .page5 figure {
  width: 1.95rem;
  position: absolute;
  right: 0.4rem;
  margin-top: -0.7rem;
}
@media screen and (max-width: 750px) {
  .book_selection .page5 figure {
    position: static;
    width: 1.5rem;
    margin-left: auto;
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }
}
.book_selection .page6 figure {
  width: 2.22rem;
  position: absolute;
  right: 0.5rem;
  margin-top: -0.8rem;
}
@media screen and (max-width: 750px) {
  .book_selection .page6 figure {
    position: static;
    margin-left: auto;
    margin-top: 0;
    width: 2rem;
  }
}
.book_selection .page7 figure {
  margin-left: auto;
  margin-top: 0.4rem;
  width: 3.97rem;
  max-width: 100%;
}
.book_selection .pager {
  position: absolute;
  display: flex;
  right: 0.84rem;
  top: 0.72rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .book_selection .pager {
    width: 100%;
    justify-content: center;
    right: -0.2rem;
    top: 0.28rem;
  }
  .book_selection .pager.b {
    top: auto;
    bottom: 0.5rem;
  }
}
.book_selection .pager a {
  background: url(../imgs/arrow-prev.svg) no-repeat left center/0.06rem;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 1.5em;
  position: relative;
}
.book_selection .pager .prev {
  animation: arrowPrev 1s infinite alternate;
}
.book_selection .pager .next {
  background-image: url(../imgs/arrow-next.svg);
  background-position: right center;
  animation: arrowNext 1s infinite alternate;
}
.book_selection .pager .next:before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 0.8em;
  border-left: solid 1px #000;
  left: 0;
}
@keyframes arrowPrev {
  0% {
    background-position-x: left;
  }
  100% {
    background-position-x: 0.06rem;
  }
}
@keyframes arrowNext {
  0% {
    background-position-x: right;
  }
  100% {
    background-position-x: calc(100% - 0.06rem);
  }
}
@media screen and (min-width: 751px) {
  .book_selection .pager.b {
    display: none;
  }
}
.book_selection .img {
  display: flex;
  gap: 0.2rem 0.1rem;
}
@media screen and (max-width: 750px) {
  .book_selection .img {
    flex-wrap: wrap;
  }
  .book_selection .img figure {
    width: calc(50% - 0.05rem);
  }
  .book_selection .img figure:nth-child(3) {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.1rem;
  }
  .book_selection .img figure:nth-child(3) > * {
    width: calc(50% - 0.05rem);
  }
}
.book_selection .img figcaption {
  font-size: 0.12rem;
  text-align: left;
  margin-top: 0.5em;
  font-feature-settings: "palt";
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .book_selection .img figcaption {
    font-size: 0.1rem;
  }
}
.book_selection .theme {
  position: relative;
  margin-top: 1.2rem;
}
@media screen and (min-width: 751px) {
  .book_selection .theme {
    margin-top: 0.5rem;
    padding-left: 1rem;
  }
}
.book_selection .theme figure {
  width: 1.65rem;
  position: absolute;
  left: -0.53rem;
  top: -0.2rem;
}
@media screen and (max-width: 750px) {
  .book_selection .theme figure {
    width: 1.2rem;
    top: -1.35rem;
    left: 50%;
    translate: -50% 0;
  }
}
.book_selection .theme dt {
  font-size: 0.13rem;
  background: #000;
  color: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
  text-align: center;
  padding: 0.4em 0;
}
@media screen and (max-width: 750px) {
  .book_selection .theme dt {
    font-size: 0.11rem;
  }
}
.book_selection .theme dd {
  border: solid 1px #D6D1BD;
  border-radius: 0 0 0.1rem 0.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 0.12rem;
  line-height: 1.6;
  background: #fff;
  padding: 1em 0 1em 2em;
}
@media screen and (max-width: 750px) {
  .book_selection .theme dd {
    font-size: 0.092rem;
    padding: 1em 0 1em 1em;
  }
}
.book_selection .theme dd i {
  font-style: normal;
}
.book_selection .theme dd i.b {
  text-align: center;
  padding-right: 0.3rem;
}
@media screen and (max-width: 750px) {
  .book_selection .theme dd i.b {
    padding-right: 0.1rem;
  }
}
.book_selection .theme dd p {
  display: flex;
  flex-direction: column;
  gap: 1em;
  border-left: dashed 1px #000;
  padding-left: 0.8em;
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 751px) {
  .book_selection .line.a {
    margin-top: 3rem;
  }
  .book_selection .line.a::before {
    top: 0;
  }
  .book_selection .row {
    display: none;
  }
  .book_selection .line.c {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .book_selection .line.a::after {
    display: none;
  }
  .book_selection .row {
    display: none;
  }
  .book_selection .line.c {
    display: none;
  }
}

.book_lounge .mv {
  position: relative;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 100vw;
  padding-bottom: 0.58rem;
}
@media screen and (max-width: 750px) {
  .book_lounge .mv {
    padding-bottom: 0.4rem;
  }
}
.book_lounge .mv figure figcaption {
  padding-left: 0.27rem;
  text-align: left;
}
.book_lounge .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .book_lounge .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.book_lounge .row p {
  padding-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .book_lounge .row p {
    padding-top: 0.1rem;
    font-size: 0.18rem;
  }
}

:is(.art_lounge, .work_lounge, .guest_room) figure {
  padding-bottom: 0.58rem;
}
@media screen and (max-width: 750px) {
  :is(.art_lounge, .work_lounge, .guest_room) figure {
    padding-bottom: 0.2rem;
  }
}

/*# sourceMappingURL=unique.css.map */
