@charset "UTF-8";

/* ==============================================================================

  "ZAISAN" Case PC Style

============================================================================== */
section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: calc(36 / 16);
  letter-spacing: .05em;
}

/*
  Page Header
============================================================================== */
.page-header {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../../common/images/zaisan_common_img.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: grid;
  place-content: center;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-rgb), .7);
}
.page-header h2 {
  position: relative;
  z-index: 1;
  font-family: 'Antro Vectra', sans-serif;
  font-size: calc(60 / 1920 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
  display: block;
  color: var(--l-gray2);
  transform: scaleX(1.4);
  transform-origin: 50% 50%;
  white-space: nowrap;
}

/*
  Section01
============================================================================== */
.sec01 { padding: 100px 0 65px; }
.sec01 > figure {
  position: absolute;
  top: 60px;
  right: -15px;
  width: calc(843 / 1920 * 100vw);
}
.sec01 > figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sec01 h2 {
  position: relative;
  z-index: 1;
  font-family: 'Antro Vectra', sans-serif;
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  display: block;
  color: var(--l-gray2);
  transform: scaleX(1.4);
  transform-origin: 0 50%;
  white-space: nowrap;
}
.sec01 h2 span {
  position: relative;
  top: 10px;
  font-family: "Nobel Extra Light", sans-serif;
  font-size: 90px;
  font-size: 9.0rem;
  font-weight: 400;
  color: var(--l-gray2);
  transform: scaleX(.6);
  display: inline-block;
  margin: 0 0 0 18px;
}

/* Book Introduction
------------------------------------------------------------------------------ */
.book-intro {
  padding: 0 100px;
  margin: 60px 0 0;
}
.book-intro h3 {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .05em;
}
.book-intro h3 span {
  font-size: calc(16 / 20 * 1em);
  font-weight: 400;
  margin: .5em 0 0;
}
.book-intro > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 120px;
  margin: 60px 0 0;
}
.book-intro > div figure {
  width: 233px;
  flex-shrink: 0;
}

/*
  Section02
============================================================================== */
.sec02 .inner { padding: 0 100px; }
.author {
  padding: 55px 75px 75px;
  background-color: #f9f9f9;
}
.author h4 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: calc(36 / 18);
}
.author p { letter-spacing: .1em; }

/*
  Pager
============================================================================== */
.sec03 { padding: 0 0 200px; }
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 300px;
  margin: 75px 0 0;
}
.pager a {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  color: var(--black);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.pager a:last-of-type { display: none; }
.pager a span { line-height: 20px; }
.pager a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
  margin: 0 10px;
}