@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
  background: #dcf8f8;
  color: #333;
  overflow: hidden;
  word-break: break-all;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

li {
  list-style-type: none;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: underline;
}

.cf {
  zoom: 1;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.content {
  padding: 20px 10px;
}

main {
  margin-bottom: 40px;
}

.acms-container {
  padding-right: 2px;
  padding-left: 2px;
}

.g-footer {
  background: #52ddd8;
}

.col-md-12 {
  padding: 0;
}

.g-header {
  background: none;
}
.g-header-wrap {
  margin: auto;
  padding: 0 15px;
}
.g-header-logo {
  max-width: 800px;
  margin: 0 auto 16px;
  padding: 0 10px;
  text-align: center;
}
.g-header-logo.is-under {
  max-width: 360px;
  padding: 0 16px;
  margin: 8px auto 6px;
}
.g-header-logo.is-under a {
  display: block;
}
.g-header .top-text {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 50px;
  letter-spacing: 0.05rem;
  margin-bottom: 24px;
}
.g-header-nav {
  width: 100%;
  background: #52ddd8;
  padding: 6px 0;
}
.g-header-navbar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.g-header-navbar ul li {
  flex-basis: auto;
  flex-grow: 1;
  border-left: 1px solid #fff;
}
.g-header-navbar ul li:first-child {
  border-left: none;
  flex-basis: 100%;
}
.g-header-navbar ul li:first-child a {
  margin: 0 2px 6px;
}
.g-header-navbar ul a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  text-decoration: none;
  color: #fff;
  margin: 0 2px;
  padding: 5px 2px;
  text-align: center;
  transition: 0.2s;
}
.g-header-navbar ul a:hover {
  color: #008b97;
  transition: 0.2s;
}

.breadcrumb {
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  background-color: unset;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li::after {
  display: inline-block;
  content: ">";
  margin: 0 4px;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a {
  color: #333;
  transition: 0.3s;
}
.breadcrumb li a:hover {
  color: #333;
  opacity: 0.5;
}

.m-news {
  position: relative;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.55%2015.55%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23dcf8f8%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2215.55%2015.54%2015.54%2015.55%2015.55%2015.55%2015.55%2015.54%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%220.01%2015.55%202.81%2015.55%2015.55%202.81%2015.55%200.01%200.01%2015.55%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%222.83%200%200%200%200%202.83%202.83%200%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2215.55%200%2015.54%200%200%2015.54%200%2015.55%200.01%2015.55%2015.55%200.01%2015.55%200%22%2F%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2215.55%22%20height%3D%2215.55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: repeat;
  background-size: 15px;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.m-container {
  margin-bottom: 40px;
}
.m-container:last-child {
  margin-bottom: 0;
}

.m-inner {
  padding: 8px 8px 24px;
  background-color: #fff;
}

.m-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #52ddd8;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  letter-spacing: 30px;
  letter-spacing: 0.03rem;
  margin-bottom: 16px;
}
.m-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #52ddd8;
  margin-left: 0.5rem;
}

.m-news-lists {
  border-top: 1px solid #dcf8f8;
}
.m-news-list {
  padding: 8px 0;
  border-bottom: 1px solid #dcf8f8;
}
.m-news-list a {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.m-news-list a:hover {
  text-decoration: none;
}
.m-news-data {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #999;
}
.p-massage-box {
  margin-bottom: 12px;
}
.p-massage-box:last-child {
  margin-bottom: 0;
}
.p-massage-name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 4px;
}
.p-massage-name span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: normal;
  margin-left: 12px;
}
.product-list {
  margin-bottom: 24px;
  padding: 0 16px 24px;
  border-bottom: 1px dotted #52ddd8;
}
.product-buttons {
  margin-top: 16px;
}
.product-buttons div {
  margin-bottom: 12px;
}
.product-buttons div:last-child {
  margin-bottom: 0;
}
.product-button {
  display: block;
  background: #52ddd8;
  padding: 16px 26px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 200px;
  letter-spacing: 0.2rem;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: 0.2s;
}
.product-button.is-series {
  background: #fff;
  border: 2px solid #52ddd8;
  color: #52ddd8;
}
.product-buttons-other {
  display: flex;
  margin-top: 12px;
}
.product-buttons-other div {
  flex-basis: calc(50% - 6px);
  margin-bottom: 8px;
}
.product-buttons-other div:nth-child(odd) {
  margin-right: 6px;
}
.product-buttons-other div:nth-child(even) {
  margin-left: 6px;
}
.product-buttons-other div:last-child {
  margin-bottom: 0;
}
.product-buttons-other .product-button {
  padding: 16px 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0px;
  letter-spacing: 0rem;
}

a.product-button {
  color: #fff;
}

.award-number {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 100px;
  letter-spacing: 0.1rem;
  background: #008b97;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
  color: #ffffb9;
  border-radius: 6px;
  margin: 0 auto 16px;
}
.award-badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  max-width: 300px;
  padding: 0 8px;
}
.award-badge {
  display: inline-block;
  width: 112px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 300px;
  letter-spacing: 0.3rem;
  position: relative;
  height: 38px;
  /*リボンの高さ*/
  line-height: 38px;
  /*リボンの高さ*/
  margin: auto;
  padding: 0 12px;
  background: #f12533;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.award-badge::before, .award-badge::after {
  position: absolute;
  top: 0;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.award-badge::before {
  left: 0;
  border-width: 18px 0px 18px 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.award-badge::after {
  top: 0;
  right: 0;
  border-width: 18px 5px 18px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.award-badge:nth-child(n+3) {
  margin-top: 8px;
}
.award-badge.prize_01 span {
  display: inline-block;
  margin-left: 6px;
}
.award-badge.prize_01 span::before, .award-badge.prize_01 span::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/themes/character-novels@kadokawa/include/../img/crown.svg");
  background-position: 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
.award-badge.prize_01 span::before {
  left: -5px;
}
.award-badge.prize_01 span::after {
  right: 0;
}
.award-book {
  display: block;
  max-width: 198px;
  margin: 0 auto 12px;
}
.award-book img {
  -o-object-fit: contain;
  object-fit: contain;
}
.award-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 12px;
}
.award-authors {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-bottom: 12px;
}
.award-authors li {
  margin-bottom: 4px;
}
.award-authors li:last-child {
  margin-bottom: 0;
}
.award-catch {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #008b97;
  margin-bottom: 24px;
}

#entry ul {
  margin: 20px 0;
  padding: 0;
}
#entry ul li {
  list-style: none;
  margin-bottom: 24px;
}
#entry ul li h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
#entry strong.red {
  font-size: 120%;
  color: #f00;
}
#entry span.red {
  color: #f00 !important;
}
#entry span.red a {
  color: #f00 !important;
}
#entry span.bold {
  font-weight: 700;
}
#entry blockquote {
  border: 1px solid #000;
  padding: 1em;
}
#entry p.entry_list1 {
  text-indent: -0.5em;
  padding-left: 0.5rem;
}
#entry p.entry_list1::before {
  content: "•";
}
#entry p.entry_list2 {
  text-indent: -1em;
  padding-left: 1rem;
}
#entry p.entry_list2::before {
  content: "※";
}
#entry .lite-editor-toolbox {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 3px;
  padding: 5px;
}
#entry .button {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-indent: 100%;
}
#entry .button-entry_download {
  max-width: 326px;
  height: 76px;
  background: url(/themes/character-novels@kadokawa/include/../img/download.png) 0 0 no-repeat;
  background-size: contain;
}
#entry .button-entry_kakuyomu {
  max-width: 320px;
  height: 100px;
  background: url(/themes/character-novels@kadokawa/include/../img/kakuyomu.png) 0 0 no-repeat;
  background-size: contain;
  border: 1px solid #ccc;
}
.m-result-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 25px;
  letter-spacing: 0.025rem;
  font-weight: normal;
  color: #008b97;
  background: #a9efec;
  margin: 16px 0;
  padding: 4px 8px 6px;
}
.m-result-inner {
  margin: 0 auto 24px;
}
.m-result-prize {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #f12533;
  margin-bottom: 8px;
}
.m-result-subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #52ddd8;
}
.m-result-voice {
  border: 1px solid #52ddd8;
  margin-top: -17px;
  margin-bottom: 24px;
  padding: 16px 10px 10px;
}
.m-result-voice-title {
  position: relative;
  display: inline-block;
  color: #52ddd8;
  margin-left: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  background: #fff;
}
.m-result-manager {
  border: 1px solid #ccc;
  margin-top: -17px;
  margin-bottom: 24px;
  padding: 16px 10px 10px;
}
.m-result-manager-title {
  position: relative;
  display: inline-block;
  color: #666;
  margin-left: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  background: #fff;
}
.m-result-data {
  margin: 24px 0;
  text-align: right;
}
.m-result .text {
  margin-bottom: 24px;
}
.m-result .text:last-child {
  margin-bottom: 0;
}
.m-result .text a.link {
  text-decoration: underline;
  color: #333;
}
.m-result .text a.boldlink {
  text-decoration: underline;
  font-weight: 700;
  color: #333;
}
.m-result .text strong {
  font-size: 120%;
}
.m-result .text strong.strong {
  font-size: 120%;
  font-weight: 700;
}
.m-result .text strong.red {
  font-size: 120%;
  color: #f00;
}
.m-result .text span.red {
  color: #f00 !important;
}
.m-result .text span.bold {
  font-weight: 700;
}
.m-result .text blockquote {
  border: 1px solid #000;
  padding: 1em;
}
.m-result .lists li {
  border-bottom: 1px dotted #52ddd8;
}
.m-result .lists li:first-child {
  border-top: 1px dotted #52ddd8;
}
.m-result .lists dl {
  margin: 0;
  padding: 8px 0;
}
.m-result .lists dl dt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}
.m-result .lists dl dd {
  margin: 0;
}

.m-archives-result-lists {
  margin: 16px 0 0;
}
.m-archives-result-list {
  margin-bottom: 16px;
}
.m-archives-result-list:last-child {
  margin-bottom: 0;
}
.m-archives-result-list a {
  display: block;
  width: 100%;
  background: #52ddd8;
  padding: 8px 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  color: #fff !important;
  transition: 0.2s;
}
.m-archives-result-list a:hover {
  opacity: 0.8;
  transition: 0.2s;
  color: #fff;
  background: #52ddd8 !important;
}

.product-pager-lists {
  max-width: 640px;
  margin: auto;
  text-align: center;
  font-size: 0;
}
.product-pager-lists li {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 700;
  margin-left: 8px;
}
.product-pager-lists li:first-child {
  margin-left: 0;
}
.product-pager-lists li.product-leader {
  margin: 0;
}
.product-pager-lists li.product-leader + li {
  margin-left: 0;
}
.product-pager-lists::after {
  content: "";
  display: block;
  clear: both;
}
.product-pager-lists .pager-link {
  display: block;
  width: 32px;
  height: 32px;
  background: #52ddd8;
  color: #fff;
  text-decoration: none;
}
.product-prev img {
  position: relative;
  top: 3px;
  vertical-align: baseline;
}
.product-fowrd img {
  position: relative;
  top: 3px;
  vertical-align: baseline;
}
.novels-button {
  margin-top: 48px;
}
.novels-button a {
  display: block;
  background: #52ddd8;
  padding: 16px 26px;
  text-align: center;
}
.novels-button a img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .acms-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .g-header-logo {
    margin: 0 auto 32px;
  }
  .g-header-logo.is-under {
    margin: 16px auto;
    max-width: 460px;
  }
  .g-header .top-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 auto 40px;
    text-align: left;
    max-width: 780px;
    width: 100%;
  }
  .g-header-nav {
    padding: 16px 0;
  }
  .g-header-navbar ul {
    max-width: 800px;
    margin: auto;
  }
  .g-header-navbar ul li:first-child {
    flex-basis: auto;
  }
  .g-header-navbar ul li:first-child a {
    margin: 0 2px;
  }
  .g-header-navbar ul a {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 8px;
    padding: 5px 8px;
    font-weight: 700;
  }
  .m-inner {
    padding: 16px 20px 32px;
  }
  .m-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.125;
    letter-spacing: 50px;
    letter-spacing: 0.05rem;
    margin-bottom: 24px;
  }
  .m-title::after {
    margin-left: 0.5rem;
  }
  .m-news-list a {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .m-news-data {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .p-massage {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-massage-box {
    flex-basis: calc(50% - 16px);
    margin-bottom: 16px;
  }
  .p-massage-box:nth-child(odd) {
    margin-right: 16px;
  }
  .p-massage-box:nth-child(even) {
    margin-left: 16px;
  }
  .p-massage-name {
    flex-basis: 220px;
  }
  .p-massage-name span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .product-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: -34px;
    margin-left: -34px;
  }
  .product-list {
    margin-top: 34px;
    margin-left: 34px;
    flex-basis: calc(100% / 3 - 34px);
    padding: 0;
    border-bottom: none;
  }
  .product-buttons {
    margin-top: 24px;
  }
  .product-button:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
  .product-buttons-other .product-button {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
  }
  .award-badges {
    margin: 0 auto 24px;
  }
  .award-badge {
    margin-top: 8px;
  }
  .award-book {
    max-width: 260px;
  }
  .award-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .award-authors li {
    margin-bottom: 8px;
  }
  .award-authors li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125;
  }
  .award-catch {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
  #entry ul {
    margin: 20px 0;
    padding: 0;
    border-bottom: 1px dotted #52ddd8;
  }
  #entry ul li {
    display: flex;
    margin: 20px 0;
    border-top: 1px dotted #52ddd8;
  }
  #entry ul li h3 {
    width: 30%;
    padding: 20px;
  }
  #entry ul li div {
    width: 70%;
    padding: 20px;
  }
  .m-result-wire {
    padding: 0 50px;
  }
  .m-result-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin: 24px -50px;
  }
  .m-result-inner {
    max-width: 1080px;
    margin: 0 auto 32px;
  }
  .m-result-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .m-result-voice {
    margin-bottom: 32px;
    padding: 24px 16px 16px;
  }
  .m-result-voice-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
  .m-result-manager {
    margin-bottom: 32px;
    padding: 24px 16px 16px;
  }
  .m-result-manager-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
  .m-result .lists dl {
    display: flex;
    padding: 0;
  }
  .m-result .lists dl dt {
    width: 30%;
    padding: 10px;
  }
  .m-result .lists dl dd {
    width: 70%;
    padding: 10px;
  }
  .m-archives-result-lists {
    margin-top: 24px;
  }
  .product-pager-lists li {
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.625;
  }
  .product-pager-lists .pager-link {
    width: 40px;
    height: 40px;
  }
  .novels-button {
    margin-top: 56px;
  }
  .novels-button a {
    max-width: 680px;
    margin: auto;
  }
}
@media screen and (max-width: 320px) {
  .g-header-navbar ul a {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4545454545;
  }
  .m-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}