@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "メイリオ", "Inter", sans-serif;
}

header, footer#footer {
  display: none;
}

.footer-group {
  min-width: auto;
}
.footer-group .footer-contact {
  background-color: #717071;
  padding: 16px 0;
}
.footer-group .footer-contact .footer-contact-inner {
  max-width: 720px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.footer-group .footer-contact .footer-contact-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.footer-group .footer-contact .footer-contact-tel, .footer-group .footer-contact .footer-contact-mail {
  font-size: 11px;
  color: #fff;
}
.footer-group .footer-copyright {
  background-color: #fff;
  font-size: 8px;
  color: #421206;
  text-align: right;
  padding: 6px 0;
}
.footer-group .footer-copyright .footer-copyright-inner {
  max-width: 720px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

body#cp-blue-night {
  background: url("../images/bluenight-bg-texture.png") repeat center top;
  background-size: auto;
  position: relative;
}
body#cp-blue-night::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 957px;
  background: url("../images/bluenight-bg-white-blur.png") repeat-x center top;
  background-size: initial;
  z-index: 0;
  pointer-events: none;
}
body#cp-blue-night .header-group {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
body#cp-blue-night .header-group .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 957px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
body#cp-blue-night .header-group .header-star {
  display: block;
  position: static;
  margin: 48px auto 0 auto;
  width: 100%;
  max-width: 750px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
body#cp-blue-night .header-group .main-visual {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
body#cp-blue-night .header-group .main-visual .main-visual-img {
  width: 120%;
  height: auto;
  display: block;
}
body#cp-blue-night .header-group .header-texts {
  position: relative;
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 0;
  z-index: 3;
  background: url("../images/bluenight-deco-star-bottom.png") no-repeat center bottom;
  background-size: 10vw;
  background-position: center 100%;
  padding-bottom: 6vw;
}
body#cp-blue-night .header-group .header-texts .header-heading {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin-top: 6px;
}
body#cp-blue-night .header-group .header-texts .header-desc {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 375px) {
  body#cp-blue-night .header-group .header-texts .header-desc {
    font-size: 13px;
  }
}
body#cp-blue-night .comment-group {
  background: rgba(200, 209, 232, 0.9);
  max-width: 686px;
  margin: 56px auto 0 auto;
  padding: 32px 32px 42px;
  align-items: flex-start;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  position: relative;
}
body#cp-blue-night .comment-group::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 30px;
  width: 175px;
  height: 150px;
  background: url("../images/bluenight-bg-mail.png") no-repeat left top;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
body#cp-blue-night .comment-group::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: url("../images/bluenight-bg-book.png") no-repeat left bottom;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
body#cp-blue-night .comment-group > * {
  position: relative;
  z-index: 2;
}
body#cp-blue-night .comment-group .comment-writer-img {
  display: block;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: -22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
body#cp-blue-night .comment-group .comment-heading {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0px 16px;
  align-items: flex-start;
  margin-bottom: 10px;
}
body#cp-blue-night .comment-group .comment-heading .comment-author, body#cp-blue-night .comment-group .comment-heading .comment-author-name, body#cp-blue-night .comment-group .comment-heading .comment-heading-main {
  font-weight: 700;
  color: #232584;
}
body#cp-blue-night .comment-group .comment-heading .comment-author {
  font-size: 16px;
}
body#cp-blue-night .comment-group .comment-heading .comment-author-name, body#cp-blue-night .comment-group .comment-heading .comment-heading-main {
  font-size: 19px;
}
body#cp-blue-night .comment-group .comment-message {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 1.54;
  margin-bottom: 6px;
}
body#cp-blue-night .comment-group .comment-message p {
  margin: auto;
}
body#cp-blue-night .comment-group .comment-link {
  font-size: 11px;
  color: #232584;
  text-align: right;
  width: 100%;
  display: flex;
  flex-direction: column;
}
body#cp-blue-night .comment-group .comment-link a {
  color: #232584;
  text-decoration: underline;
  font-weight: 400;
}
body#cp-blue-night .youtube-group {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 720px;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#cp-blue-night .youtube-group .youtube-img {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
body#cp-blue-night .campaign-group {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 720px;
  margin: 80px auto 0 auto;
}
body#cp-blue-night .campaign-group .campaign-banners {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
}
body#cp-blue-night .campaign-group .campaign-banners a.campaign-banner {
  display: block;
  width: 48%;
  max-width: 320px;
  overflow: hidden;
  transition: transform 0.2s;
}
body#cp-blue-night .campaign-group .campaign-banners a.campaign-banner:hover {
  transform: scale(1.05);
}
body#cp-blue-night .campaign-group .campaign-banners a.campaign-banner img {
  width: 100%;
  height: auto;
  display: block;
}
body#cp-blue-night .campaign-group .campaign-banners a.campaign-banner span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-top: 8px;
}
body#cp-blue-night .shop-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin: 80px auto 0 auto;
}
body#cp-blue-night .shop-group .shop-desc {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
body#cp-blue-night .shop-group .shop-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, color 0.2s;
  border-radius: 12px;
  font-size: 22px;
  color: #2753A7;
  background: #fff;
  border-radius: 999px;
  padding: 12px 52px 12px 48px;
  box-shadow: none;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: background 0.2s, color 0.2s;
}
body#cp-blue-night .shop-group .shop-btn::after {
  content: "→";
  font-size: 2.1rem;
  margin-left: 12px;
  color: #2753A7;
  font-family: inherit;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}
body#cp-blue-night .shop-group .shop-btn:hover {
  background: #f2f4f8;
  color: #2753A7;
}
body#cp-blue-night .newbook-group {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 750px;
  margin: 56px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: none;
}
body#cp-blue-night .newbook-group .newbook-cloud {
  position: absolute;
  top: -40px;
  left: 0;
  width: 180px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
body#cp-blue-night .newbook-group .newbook-cat {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
body#cp-blue-night .newbook-group .newbook-title {
  background: url("../images/bluenight-bg-cloud.png") no-repeat left top;
  background-size: 100%;
  padding: 40px 40px 0px 70px;
  letter-spacing: 1px;
  font-size: clamp(13px, 4vw, 19px);
  font-weight: 700;
  color: #6A3ACE;
  text-align: center;
}
@media (max-width: 375px) {
  body#cp-blue-night .newbook-group .newbook-title {
    padding-top: 6vh;
  }
}
body#cp-blue-night .newbook-group .newbook-banner {
  width: 100%;
  max-width: 480px;
  height: auto;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
body#cp-blue-night .seller-group {
  padding-left: 15px;
  padding-right: 15px;
  background: url("../images/bluenight-bg-seller-title.png") no-repeat center top;
  background-size: 95%;
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 750px;
  margin: 48px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
body#cp-blue-night .seller-group .seller-title {
  padding-top: 50px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
body#cp-blue-night .seller-group .seller-title.seller-title-nikkei, body#cp-blue-night .seller-group .seller-title.seller-title-crayon {
  color: #FFF366;
  font-size: 17px;
  margin-top: 40px;
  padding-top: 0;
}
body#cp-blue-night .seller-group .seller-title.seller-title-crayon {
  position: relative;
  width: calc(100% - 30px);
}
body#cp-blue-night .seller-group .seller-title.seller-title-crayon::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dashed #fff;
  margin: 0 auto 32px auto;
}
body#cp-blue-night .seller-group .seller-award {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 44px;
}
body#cp-blue-night .seller-group .seller-award img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
body#cp-blue-night .seller-group .seller-award .seller-award-text {
  font-size: 17px;
  font-weight: 700;
  color: #FFF366;
  text-align: center;
}
body#cp-blue-night .seller-group .seller-comment {
  width: calc(100% - 30px);
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.54;
  margin-top: 24px;
  position: relative;
}
body#cp-blue-night .seller-group .seller-comment::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dashed #fff;
  margin: 32px auto 0 auto;
}
body#cp-blue-night .seller-group .seller-comment:last-of-type::after {
  display: none !important;
}
body#cp-blue-night .seller-group .seller-date {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  z-index: 3;
}
body#cp-blue-night .seller-group .seller-3rd-img {
  display: block;
  margin: 18px auto 0 auto;
  padding-left: 4vw;
  max-width: 320px;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
body#cp-blue-night .seller-group .seller-link {
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  margin-top: 24px;
}
body#cp-blue-night .seller-group .seller-banner {
  width: 115px;
  max-width: 480px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-top: 32px;
  z-index: 3;
}
body#cp-blue-night .review-group {
  width: 100%;
  max-width: 750px;
  margin: 80px auto 0 auto;
  background: url("../images/bluenight-bg-review1.png") no-repeat right top #C8D1E8;
  background-size: 238px 134px;
  padding: 48px 32px 50px 32px;
  box-sizing: border-box;
}
body#cp-blue-night .review-group .review-title {
  font-size: 19px;
  font-weight: 700;
  color: #232584;
  text-align: left;
  padding-bottom: 36px;
}
body#cp-blue-night .review-group .review-list {
  background: url("../images/bluenight-bg-review2.png") no-repeat right 35%;
  background-size: 52px 47px;
}
body#cp-blue-night .review-group .review-list .review-item {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  margin-bottom: 34px;
}
body#cp-blue-night .review-group .review-list .review-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dashed #fff;
  margin: 0 auto 24px auto;
  margin-bottom: 34px;
  border-bottom-color: #6A7BA2;
}
body#cp-blue-night .review-group .review-list .review-item:first-of-type::before {
  display: none !important;
}
body#cp-blue-night .review-group .review-item:last-of-type {
  margin-bottom: 0;
}
body#cp-blue-night .review-group .review-link {
  background: url("../images/bluenight-bg-review3.png") no-repeat left center;
  background-size: 35px 38px;
  font-size: 13px;
  color: #232584;
  text-align: right;
  text-decoration: underline;
  display: block;
  padding-top: 40px;
}
body#cp-blue-night .download-group {
  position: relative;
  background: url("../images/bluenight-bg-aoi.png") no-repeat center bottom;
  background-size: contain;
  max-width: 750px;
  margin: 24px auto 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  padding-bottom: 120px;
  box-sizing: border-box;
}
body#cp-blue-night .download-group::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 80px;
  height: 70px;
  background: url("../images/bluenight-bg-star.png") no-repeat right top;
  background-size: contain;
}
body#cp-blue-night .download-group .download-title {
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
body#cp-blue-night .download-group .download-title span {
  display: block;
}
body#cp-blue-night .download-group .download-content {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  z-index: 3;
}
body#cp-blue-night .download-group .download-content .download-section {
  display: flex;
  flex-direction: column;
  width: 50%;
}
body#cp-blue-night .download-group .download-content .download-section .download-section-img {
  display: block;
  width: 100%;
  border: 1px solid #fff;
}
body#cp-blue-night .download-group .download-content .download-section .download-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, color 0.2s;
  border-radius: 12px;
  font-size: 19px;
  font-weight: 700;
  color: #2753A7;
  background: #fff;
  margin-top: 12px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
body#cp-blue-night .download-group .download-content .download-section .download-btn:hover {
  background: #142a54;
  color: #fff;
}
body#cp-blue-night .download-group .download-content .download-section .download-section-title {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin-top: 12px;
}
body#cp-blue-night .download-group .download-content .download-section .download-section-desc {
  font-size: 13px;
  color: #fff;
  margin-top: 8px;
}

body#cbn_interview .interview-header-group {
  background: url("../images/bluenight-bg-interview-header.png") repeat-x center top #B8C3E0;
  background-size: 100% 434px;
  width: 100%;
  margin: 0 auto;
}
body#cbn_interview .interview-header-inner {
  width: 100%;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
}
body#cbn_interview .interview-header-mainvisual {
  width: 100%;
  max-width: 750px;
  margin-top: 20px;
}
body#cbn_interview .interviewee-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 28px auto 0 auto;
}
body#cbn_interview .interview-content-group {
  background: #B8C3E0;
  margin: 0 auto;
  padding: 36px 28px 36px 28px;
}
body#cbn_interview .interview-content-group .interview-section {
  max-width: 750px;
  position: relative;
  z-index: 1;
  margin: 0 auto 32px;
}
body#cbn_interview .interview-content-group .interview-section:last-child {
  margin-bottom: 0;
}
body#cbn_interview .interview-content-group .interview-section::before, body#cbn_interview .interview-content-group .interview-section::after {
  content: "";
  position: absolute;
  background: url("../images/bluenight-bg-star-interview.png") no-repeat;
  background-size: 65px 86px;
  width: 65px;
  height: 86px;
  opacity: 0.25;
}
body#cbn_interview .interview-content-group .interview-section::before {
  top: -30px;
  right: -20px;
}
body#cbn_interview .interview-content-group .interview-section::after {
  left: -10px;
  bottom: 155px;
}
body#cbn_interview .interview-content-group .interview-section:nth-child(2)::before {
  top: 20px;
  right: -15px;
}
body#cbn_interview .interview-content-group .interview-section:nth-child(2)::after {
  left: -10px;
  bottom: 30px;
}
body#cbn_interview .interview-content-group .interview-section h2 {
  font-size: 13px;
  color: #232584;
  margin-top: 0;
  background: none;
}
body#cbn_interview .interview-content-group .interview-section p {
  font-size: 13px;
  line-height: 2.1;
  text-indent: 1em;
}
body#cbn_interview .interview-episode-group {
  background: #475A99;
  color: #fff;
}
body#cbn_interview .interview-episode-group .interview-episode-inner {
  max-width: 750px;
  padding: 48px 28px 36px 28px;
  margin: 0 auto;
  background: url("../images/bluenight-bg-episode.png") no-repeat left 25px;
  background-size: 362px 216px;
}
body#cbn_interview .interview-episode-group .interview-episode-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}
body#cbn_interview .interview-episode-group .interview-episode-heading {
  font-size: 17px;
  font-weight: 700;
  color: #FFF366;
}
body#cbn_interview .interview-episode-group .interview-episode-desc {
  font-size: 13px;
  line-height: 2.1;
  margin-bottom: 32px;
}
body#cbn_interview .interview-episode-group .interview-episode-images {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
}
body#cbn_interview .interview-episode-group .interview-episode-img {
  width: 50%;
  max-width: 350px;
}
body#cbn_interview .interview-profile-group {
  background: #475A99;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -1px;
}
body#cbn_interview .interview-profile-group .interview-profile-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 32px 24px 24px 24px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
}
body#cbn_interview .interview-profile-group .interview-profile-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
body#cbn_interview .interview-profile-group .interview-profile-author {
  font-size: 13px;
  font-weight: 700;
}
body#cbn_interview .interview-profile-group .interview-profile-desc {
  font-size: 13px;
  line-height: 2.1;
  margin-bottom: 0;
}
body#cbn_interview .interview-profile-group .interview-profile-link {
  max-width: 750px;
  text-align: right;
  margin: 0 auto;
}
body#cbn_interview .interview-profile-group .interview-profile-link .interview-profile-back {
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
  color: #00a2e4;
  font-size: 13px;
  text-decoration: underline;
  transition: color 0.2s;
}
body#cbn_interview .interview-profile-group .interview-profile-link .interview-profile-back:hover {
  color: #fff;
  text-decoration: none;
}

body#cbn_comment {
  background: url("../images/bluenight-bg-comment.png") repeat center top;
}
body#cbn_comment .title-group {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 34px 24px 0px 24px;
  text-align: center;
}
body#cbn_comment .title-group::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 78px;
  height: 65px;
  background: url("../images/bluenight-bg-star.png") no-repeat right top;
  background-size: contain;
  z-index: 3;
}
body#cbn_comment .title-group .title-main {
  font-weight: 700;
  font-size: 22px;
  color: #FFF366;
  margin-bottom: 0;
}
body#cbn_comment .title-group .title-message {
  font-weight: 700;
  font-size: 19px;
  color: #FFF366;
}
body#cbn_comment .comment-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 12px 16px 12px;
}
body#cbn_comment .comment-group .comment-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px 5px white;
  padding: 8px 12px;
  font-size: 13px;
  font-family: "メイリオ", "Inter", sans-serif;
  margin: 0 auto;
  max-width: 726px;
}
body#cbn_comment .comment-group .comment-item:nth-child(even) {
  color: #2753A7;
}
body#cbn_comment .comment-group .comment-item:nth-child(odd) {
  color: #3B190E;
}
body#cbn_comment .comment-link {
  max-width: 720px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  margin: 0 auto;
}
body#cbn_comment .comment-link .comment-back {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  color: #00a2e4;
  font-size: 13px;
  text-decoration: underline;
  transition: color 0.2s;
}
body#cbn_comment .comment-link .comment-back:hover {
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */