@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, a, input, label, small {
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  list-style: none;
  color: #000000;
  letter-spacing: .04em;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
img {
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
body {
  position: relative;
  background-color: #fff;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #B1B1B1;
}
::-webkit-selection {
  color: #fff;
  background: #B1B1B1;
}
::-moz-selection {
  color: #fff;
  background: #B1B1B1;
}
::selection {
  color: #fff;
  background: #B1B1B1;
  text-shadow: none;
}
.l-container--1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.u-py80 {
  padding: 60px 0;
}
.u-py-page {
  padding: 80px 0 46px;
}
.pc_none {
  display: none
}
.section-block {
  position: relative;
  overflow: hidden;
  background-repeat: repeat, no-repeat;
  background-position: center, center;
  background-size: 250px, cover;
  background-blend-mode: overlay, normal;
}
.section-block--gray {
  background-image: url(../img/nowisee-bgi.png), radial-gradient(circle at center, #F0F0F0 0%, #F0F0F0 90%);
}
.section-block--red {
  background-image: url(../img/nowisee-bgi.png), radial-gradient(circle at center, #E26B44 0%, #E26B44 90%);
}
.section-block--orange {
  background-image: url(../img/nowisee-bgi.png), radial-gradient(circle at center, #E48060 0%, #E48060 90%);
}
.section-block--camel {
  background-image: url(../img/nowisee-bgi.png), radial-gradient(circle at center, #E58E71 0%, #E58E71 90%);
}
.section-block--green {
  background-image: url(../img/nowisee-bgi.png), radial-gradient(circle at center, #4EB491 0%, #4EB491 90%);
}
.section-block--tea {
  background-image: url(../img/nowisee-bgi.png), radial-gradient(circle at center, #7AC4AB 0%, #7AC4AB 90%);
}
.section-block--navy {
  background-image: url(../img/nowisee-bgi.png), radial-gradient(circle at center, #152F7A 0%, #152F7A 90%);
}
.section_line::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1px;
  display: block;
  content: "";
  height: 6px;
  background-image: url("../img/line-x.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 6px;
  z-index: 1;
}
.section_line--top::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: -3px;
  display: block;
  content: "";
  height: 6px;
  background-image: url("../img/line-x.svg");
  background-repeat: repeat-x;
  background-position: left -5px bottom;
  background-size: auto 6px;
  z-index: 1;
}
.section_line--top::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: -3px;
  display: block;
  content: "";
  height: 6px;
  background-image: url("../img/line-x.svg");
  background-repeat: repeat-x;
  background-position: left -5px bottom;
  background-size: auto 6px;
  z-index: 1;
}
.section_line--bottom::after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -3px;
  display: block;
  content: "";
  height: 6px;
  background-image: url("../img/line-x.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 6px;
  z-index: 1;
}
.common__btn {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  width: 100%
}
.common__btn a::before {
  position: absolute;
  width: 100%;
  left: 0;
  top: -2px;
  display: block;
  content: "";
  height: 5px;
  background-image: url("../img/line-x.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 5px;
}
.common__btn a::after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  display: block;
  content: "";
  height: 5px;
  background-image: url("../img/line-x.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 5px;
}
.common__btn .common__btn--link {
  background-color: #F3D822;
  padding: 23px 10px;
  box-sizing: border-box;
}
.common__btn .common__btn--link span {
  font-weight: 500;
  font-size: 18px;
  display: block;
  text-align: center;
}
.common__btn .common__btn--link span::before {
  position: absolute;
  width: 5px;
  height: 100%;
  left: -2px;
  top: 0;
  display: block;
  content: "";
  background-image: url("../img/line-y.svg");
  background-repeat: repeat-y;
  background-position: center bottom;
  background-size: 5px auto;
}
.common__btn .common__btn--link span::after {
  position: absolute;
  width: 5px;
  height: 100%;
  right: -2px;
  top: 0;
  display: block;
  content: "";
  background-image: url("../img/line-y.svg");
  background-repeat: repeat-y;
  background-position: center bottom;
  background-size: 5px auto;
}
.common__btn .common__btn--link:hover {
  background-color: #122767;
  opacity: 1;
}
.common__btn .common__btn--link:hover span {
  color: #fff;
}
.common__title {
  margin-bottom: 32px;
  font-size: 35px;
  letter-spacing: 0;
  font-weight: 500;
}
.common__title._center {
  text-align: center;
}
@media screen and (max-width: 769px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, a, input, label, small {
    font-size: 13px;
  }
  .pc_none {
    display: block
  }
  .u-py80 {
    padding: 46px 0;
  }
  .u-py-page {
    padding: 46px 0 32px;
  }
  .section_line::before {
    top: 0px;
    height: 4px;
    background-size: auto 4px;
  }
  .section_line--top::before {
    top: -2px;
    height: 4px;
    background-size: auto 4px;
  }
  .section_line--bottom::after {
    bottom: -2px;
    height: 4px;
    background-size: auto 4px;
  }
  .common__btn {
    max-width: 310px;
  }
  .common__btn a::before {
    top: -1px;
    height: 4px;
    background-size: auto 4px;
  }
  .common__btn a::after {
    bottom: -1px;
    height: 4px;
    background-size: auto 4px;
  }
  .common__btn .common__btn--link {
    padding: 23px 10px;
  }
  .common__btn .common__btn--link span {
    font-size: 15px;
  }
  .common__btn .common__btn--link span::before {
    width: 4px;
    left: -1px;
    background-size: 4px auto;
  }
  .common__btn .common__btn--link span::after {
    width: 4px;
    right: -1px;
    background-size: 4px auto;
  }
  .common__title {
    margin-bottom: 32px;
    font-size: 24px;
    text-align: center;
  }
  .section-block {
    background-size: 130px, cover;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual--section {
  height: 100svh;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.keyvisual__content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  transform: translateX(-30px);
}
.keyvisual__wrap {
  width: 100%;
  max-width: 650px;
  height: 100svh;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.keyvisual__images {
  width: min(38.5svh, 59%, 410px);
  margin-right: 1vw;
  position: relative;
  padding-left: min(11.5vh, 120px);
}
.keyvisual__image {
  opacity: 0;
  will-change: clip-path, opacity, transform;
  clip-path: inset(clamp(90px, 28vw, 400px) clamp(90px, 28vw, 400px) round 50%);
}
.keyvisual__image img {
  display: block;
  width: 100%;
  height: auto;
}
.keyvisual__image--top {
  margin-bottom: clamp(10px, 2.2svh, 24px);
}
.keyvisual__text {
  width: min(57px, 7svh, 8.5%);
  height: 100%;
  max-height: 100%;
  opacity: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.keyvisual__text-inner {
  height: 100%;
  max-height: 78svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.keyvisual__text-inner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.keyvisual__text-inner::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: #fff;
  transform: translateY(0);
  will-change: transform;
  pointer-events: none;
}
.keyvisual__detail {
  position: absolute;
  bottom: max(-9svh, -72px);
  left: 0;
  width: min(19svh, 180px);
  height: min(19svh, 180px);
  border-radius: 1000px;
  background-color: #FFE100;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  will-change: transform, opacity;
}
.keyvisual__detail-inner span {
  line-height: 1.2;
  color: #1E377F;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
}
.keyvisual__detail-inner .circle__year {
  text-align: center;
  font-size: clamp(16px, 2.6svh, 27px);
}
.keyvisual__detail-inner .circle__day {
  font-size: clamp(28px, 4.51svh, 47px);
  font-weight: 600;
  display: flex;
  align-items: baseline;
}
.keyvisual__detail-inner .circle__week {
  font-size: clamp(16px, 2.6svh, 27px);
}
.keyvisual__detail-inner .circle__text {
  text-align: center;
  font-size: clamp(16px, 2.6svh, 27px);
  margin-top: 4px;
}
@media screen and (max-width: 769px) {
  .keyvisual__images {
    width: clamp(225px, 24svh, 320px);
    margin-right: clamp(8px, 3vw, 16px);
    padding-left: min(6.5vh, 65px);
  }
  .keyvisual__text {
    width: clamp(26px, 4.25svh, 38px);
  }
  .keyvisual__detail {
    left: clamp(-20px, -4vw, -6px);
    bottom: clamp(-58px, -10svh, -34px);
    width: clamp(96px, 15svh, 130px);
    height: clamp(96px, 15svh, 130px);
  }
  .keyvisual__detail-inner .circle__year {
    font-size: clamp(14px, 2svh, 19px);
  }
  .keyvisual__detail-inner .circle__day {
    font-size: clamp(26px, 3.7svh, 35px);
  }
  .keyvisual__detail-inner .circle__week {
    font-size: clamp(14px, 2svh, 19px);
  }
  .keyvisual__detail-inner .circle__text {
    font-size: clamp(14px, 2svh, 19px);
    margin-top: 4px;
  }
  .keyvisual__image--top {
    margin-bottom: 10px;
  }
  .keyvisual__image {
    clip-path: inset(clamp(50px, 18vw, 120px) clamp(50px, 18vw, 120px) round 50%);
  }
  .keyvisual__content {
    transform: translateX(-9px);
  }
}
@keyframes kvImageClip {
  0% {
    opacity: 0;
    clip-path: inset(clamp(50px, 18vw, 120px) clamp(50px, 18vw, 120px) round 50%);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 round 0);
  }
}
@media screen and (max-width: 426px) {
  .keyvisual--section {
    padding: 0 16px;
  }
  .keyvisual__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    transform: translateX(28px);
    box-sizing: border-box;
  }
  .keyvisual__images {
    width: min(290px, 30svh, 69vw);
    padding-left: 0;
    margin-right: 0;
  }
  .keyvisual__text {
    width: min(39px, 5.25svh, 10vw);
    flex: 0 0 auto;
    height: auto;
    max-height: none;
    display: block;
  }
  .keyvisual__text-inner {
    height: auto;
    max-height: none;
    display: block;
    overflow: visible;
  }
  .keyvisual__text-inner img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .keyvisual__detail {
    width: clamp(100px, 17svh, 130px);
    height: clamp(100px, 17svh, 130px);
    bottom: clamp(-70px, -13svh, -42px);
    left: clamp(-60px, -16vw, -20px);
  }
  .keyvisual__detail-inner .circle__year {
    font-size: clamp(14px, 2.4svh, 19px);
  }
  .keyvisual__detail-inner .circle__text {
    font-size: clamp(14px, 2.4svh, 19px);
  }
  .keyvisual__detail-inner .circle__week {
    font-size: clamp(14px, 2.4svh, 19px);
  }
  .keyvisual__detail-inner .circle__day {
    font-size: clamp(28px, 4.1svh, 32px);
  }
}
@media screen and (max-width: 321px) {
  .keyvisual__content {
    gap: 10px;
    transform: translateX(24px);
  }
}
/* リード文
* --------------------------------------- */
.overview__items {}
.overview__items--inner {
  position: relative;
  padding: 0 70px;
}
.overview__items--inner::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 41px;
  vertical-align: middle;
  background-image: url("../img/quote_top-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.overview__items--inner::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 41px;
  vertical-align: middle;
  background-image: url("../img/quote_bottom-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.overview__items--title {
  font-size: 23px;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 500;
}
.overview__items--text {
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .overview__items--inner {
    padding: 0;
  }
  .overview__items--inner::after {
    opacity: .6
  }
  .overview__items--inner::before {
    opacity: .6
  }
  .overview__items--text {
    position: relative;
    z-index: 10;
  }
  .overview__items--title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .overview__items--inner::after {
    top: -20px;
  }
  .overview__items--inner::before {
    bottom: -20px;
  }
}
@media screen and (max-width: 426px) {
  .overview__items--title {
    font-size: 16px;
    line-height: 1.8;
  }
}
/* 発売情報
* --------------------------------------- */
.books__items--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
}
.books__items--image {
  width: 42%;
}
.books__items--details {
  width: 50%;
}
.books__items--details .details__label {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
  display: block;
}
.books__items--details .details__title {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 500;
  text-align: center;
}
.books__items--details .details__audit {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  text-align: center;
  justify-content: center;
  margin-bottom: 24px;
}
.details__audit--item {
  font-size: 16px;
}
.details__audit--line::after {
  content: "／"
}
.details__audit--item:nth-child(1), .details__list--item:nth-child(4) {
  width: 100%;
}
.details__list {
  margin-bottom: 46px;
}
.details__list--item {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 941px) {
  .books__items--details {
    width: 60%;
  }
  .books__items--image {
    width: 38%;
  }
}
@media screen and (max-width: 769px) {
  .books__items--details {
    width: 100%;
  }
  .books__items--image {
    width: 70%;
    margin: 0 auto;
  }
  .books__items--details .details__label {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .books__items--details .details__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .details__audit--item, .details__list--item {
    font-size: 13px;
  }
  .details__audit--line::after {
    display: none;
  }
  .details__audit--item {
    width: 100%;
  }
  .details__list {
    margin-bottom: 24px;
  }
}
/* メディア情報・コメント動画
* --------------------------------------- */
.content--section {
  position: relative;
}
.content__section--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content__section--items {
  width: 50%;
  min-height: 334px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content__section--text {
  text-align: center;
}
.content__section--text p {
  max-width: 373px;
  margin: 0 auto 24px;
}
.content__section--text .common__title {
  margin-bottom: 24px;
}
.content__section--items {
  position: relative;
}
.content__section--items:nth-child(1)::after {
  position: absolute;
  width: 6px;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-image: url(../img/line-y.svg);
  background-repeat: repeat-y;
  background-position: center bottom;
  background-size: 6px auto;
}
.content__section--items:only-child {
  width: 100%;
}
.content__section--items:only-child::after {
  display: none;
}
@media screen and (max-width: 769px) {
  .content__section--items {
    width: 100%;
    min-height: auto;
    display: block;
    padding: 46px 20px;
    box-sizing: border-box;
  }
  .content__section--items:nth-child(1)::after {
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 4px;
    background-size: auto 4px;
    display: block;
    background-image: url(../img/line-x.svg);
    background-repeat: repeat-x;
  }
  .content__section--text {
    text-align: center;
  }
  .content__section--text p {
    margin: 0 auto 24px;
  }
  .content__section--items:only-child::after {
    display: none;
  }
}
/* お知らせ
* --------------------------------------- */
.list--information li {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: dashed 1px #000;
}
.list--information li:nth-last-child(1) {
  margin-bottom: 0;
}
.list--information li a {
  display: flex;
  gap: 0 24px;
  position: relative;
}
.list--information li.new a .tit::after {
  content: "NEW";
  display: inline-block;
  color: #2ea97e;
  margin-left: 10px;
  font-weight: 400;
}
.list--information li a .date {
  width: 100px;
  border: solid 1px #000;
  padding: 0px 4px;
  text-align: center;
  box-sizing: border-box;
  height: fit-content;
  white-space: nowrap;
}
.list--information {
  max-height: 354px;
  overflow-y: auto;
}
.list--information li a svg {
  display: none
}
@media screen and (max-width: 769px) {
  .list--information li {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .list--information li a {
    gap: 10px 24px;
    flex-direction: column;
  }
  .list--information li a .date {
    width: 80px;
    font-size: 12px;
  }
  .list--information {
    max-height: 402px;
  }
  .list--information li.new a .tit::after {
    margin-left: 8px;
  }
}
@media screen and (max-width: 769px) {
  .list--information {
    max-height: 465px;
  }
}
/* イベント情報
* --------------------------------------- */
.event__wrap {
  margin-bottom: 32px;
}
.event__wrap--title {
  background-color: #000;
  color: #fff;
  font-size: 21px;
  margin-bottom: 16px;
  display: inline-block;
  padding: 2px 10px;
}
.event__wrap--text {
  line-height: 2;
}
.event__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}
.event__table--label {
  vertical-align: top;
  text-align: left;
  padding: 2px 9px;
  background-color: #000;
  color: #fff;
  width: fit-content;
  font-weight: 400;
  white-space: nowrap;
  height: fit-content;
}
.event__table--row {
  display: flex;
  margin-bottom: 16px;
  gap: 0 16px;
}
.event__table--row:nth-last-child(1) {
  margin-bottom: 0;
}
.event__table--value {
  vertical-align: top;
}
.event__table--value span {
  display: inline-block;
}
.event__table--value span::before {
  content: "（"
}
.event__table--value span::after {
  content: "）"
}
@media screen and (max-width: 941px) {
  .event__wrap--title {
    font-size: 18px;
    padding: 2px 10px;
  }
  .event__table--row {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 8px 0;
  }
  .event__table--value span::before {
    content: ""
  }
  .event__table--value span::after {
    content: ""
  }
  .event__table--value span {
    display: block;
  }
  .event__wrap {
    margin-bottom: 24px;
  }
}
/* 著者プロフィール
* --------------------------------------- */
.profile__wrap {
  padding-left: 70px;
  position: relative;
}
.profile__wrap::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 41px;
  vertical-align: middle;
  background-image: url("../img/quote_top-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.profile__wrap--name {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
.profile__wrap--text {
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .profile__wrap {
    padding-left: 0;
    z-index: 100
  }
  .profile__wrap::after {
    opacity: .6;
    z-index: -1;
    top: -15px;
  }
  .profile__wrap--name {
    font-size: 16px;
  }
}
/* フッター
* --------------------------------------- */
.footer__wrap {
  padding: 150px 0;
}
.footer__wrap--logo {
  max-width: 180px;
  margin: 0 auto 24px;
}
.footer__wrap--copy {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 769px) {
  .footer__wrap--logo {
    max-width: 150px;
  }
  .footer__wrap--copy {
    font-size: 9px;
  }
}
/* アニメーション
* --------------------------------------- */
body.kv-animation-start .keyvisual__image--top, body.kv-animation-start .keyvisual__image--bottom {
  animation: kvImageClip 1s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
body.kv-animation-start .keyvisual__image--top {
  animation-delay: 0.1s;
}
body.kv-animation-start .keyvisual__image--bottom {
  animation-delay: 0.55s;
}
body.kv-animation-start .keyvisual__text-inner::after {
  animation: kvTextMask 0.85s cubic-bezier(0.76, 0, 0.24, 1) 1s forwards;
}
body.kv-animation-start .keyvisual__detail {
  animation: kvDetailIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards;
}
body.kv-animation-start .keyvisual__text {
  opacity: 1;
}
.fade-up, .list--information li {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.is-active, .list--information li.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* キーフレーム
* --------------------------------------- */
@keyframes kvImageClip {
  0% {
    opacity: 0;
    clip-path: inset(clamp(120px, 28vw, 400px) clamp(120px, 28vw, 400px) round 50%);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 round 0);
  }
}
@keyframes kvDetailIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes kvTextMask {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}