@charset "UTF-8";
/*--------------------
Foundation
--------------------*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

:after, :before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
  cursor: default;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  letter-spacing: 0.04px;
  font-size: 16px;
  line-height: 1.5;
}

.view_sp {
  display: none !important;
}

img {
  width: 100%;
}

/*--------------------
/Foundation
--------------------*/
/*--------------------
layout
--------------------*/
* {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  box-sizing: border-box;
  outline: none;
  word-break: break-all;
  color: #333333;
  transform-origin: center;
}

[v-cloak] {
  opacity: 0 !important;
}

[v-for], [v-if], [v-bind] {
  opacity: 0 !important;
}

body {
  transition: none;
}

a {
  transition: opacity,background .2s 0s ease-in-out;
}

a:hover {
  opacity: 0.75;
}

input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-ms-clear {
  visibility: hidden;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transform inset !important;
}

.font-noto-san-jp {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.sp-menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp-menu {
    position: fixed;
    top: calc( 100vh * -1 + 110px);
    left: 0px;
    display: block;
    z-index: 10;
    width: 100%;
    height: 100vh;
    height: calc( 100vh - 110px);
    background-color: #FF6E95;
    transition: all .25s 0s ease-in-out;
    overflow-y: scroll;
  }
}

.btn-sp-menu-openner {
  display: none;
}

@media screen and (max-width: 1024px) {
  .btn-sp-menu-openner {
    position: fixed;
    display: block;
    top: 20px;
    right: 15px;
    width: 22px;
    height: 20px;
    z-index: 25;
    transition: top .5s ease;
  }
  .btn-sp-menu-openner span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: auto;
    transform-origin: center;
    transition: all .15s 0s ease-in-out;
  }
  .btn-sp-menu-openner span:nth-of-type(1) {
    top: 0px;
  }
  .btn-sp-menu-openner span:nth-of-type(2),
  .btn-sp-menu-openner span:nth-of-type(3) {
    top: 0px;
    bottom: 0px;
  }
  .btn-sp-menu-openner span:nth-of-type(4) {
    top: auto;
    bottom: 0px;
  }
  .btn-sp-menu-openner.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .btn-sp-menu-openner.is-active span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  .btn-sp-menu-openner.is-active span:nth-of-type(3) {
    transform: rotate(-45deg);
  }
  .btn-sp-menu-openner.is-active span:nth-of-type(4) {
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  .btn-sp-menu-openner.is-active + .sp-menu {
    top: -10000px;
    top: -100vh;
    z-index: 15;
  }
  .btn-sp-menu-openner.is-active + .sp-menu.is-active {
    top: 110px;
  }
}

.header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #FF6E95;
  padding: 0px 40px;
}

@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    left: 0px;
    top: 0px;
    flex-direction: column;
    justify-content: space-evenly;
    height: 110px;
    padding: 0px 15px;
    z-index: 20;
    transition: top .5s ease;
  }
}

@media screen and (max-width: 1024px) {
  .header-left {
    width: 100%;
    text-align: center;
  }
}

.header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .header-right {
    width: 100%;
    text-align: center;
  }
}

.header-search-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-search-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .header-search-container {
    width: 100%;
  }
}

.header-logo-img {
  width: auto;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .header-logo-img {
    height: 30px;
  }
}

.search-input-wrapper {
  position: relative;
  background-color: #ffffff;
  width: 420px;
  height: 54px;
  border-radius: 4px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .search-input-wrapper {
    width: 100%;
    height: 40px;
  }
}

.search-input {
  background-color: #ffffff;
  width: calc( 100% - 70px);
  height: 100%;
  border-radius: 4px;
  color: #333333;
  padding: 0px 20px;
}

.search-input:-ms-input-placeholder {
  transform: translateY(2px);
  font-size: 16px;
  color: #AEAEAE;
  background-color: transparent;
}

.search-input::placeholder {
  /*transform: translateY(-2px);*/
  font-size: 16px;
  color: #AEAEAE;
}

@media screen and (max-width: 1024px) {
  .search-input::placeholder {
    padding-top: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .search-input {
    padding: 0px 16px;
    width: calc( 100% - 52px);
  }
  .search-input:-ms-input-placeholder {
    font-size: 13px;
  }
  .search-input::placeholder {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .search-input::placeholder {
    padding-top: 0px;
  }
}

.header-menu-list {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1024px) {
  .header-menu-list {
    display: none;
  }
}

.header-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  font-size: 16px;
  color: #ffffff;
  height: 21px;
  border-right: 2px solid #FFBBCD;
}

.header-menu-item:last-child {
  border-right: none;
  padding-right: 0px;
}

.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  margin: 0px auto;
}

.btn:hover {
  opacity: 0.75;
}

.btn:active {
  transform: translateY(1px);
}

@media all and (-ms-high-contrast: none) {
  .btn {
    padding-top: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .btn {
    width: 100%;
    /*max-width: 108px;*/
    height: 38px;
    font-size: 13px;
  }
}

.btn-search-submit {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background-color: #FF6E95;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 4px;
}

@media screen and (max-width: 1024px) {
  .btn-search-submit {
    width: 32px;
    height: 32px;
  }
}

.btn-search-submit-img {
  width: 28px;
  height: auto;
  transform: translateY(-1px);
}

@media all and (-ms-high-contrast: none) {
  .btn-search-submit-img {
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 1024px) {
  .btn-search-submit-img {
    width: 21px;
  }
}

.not-blank .btn-search-clear {
  display: block;
}

.btn-search-clear {
  display: none;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  bottom: 0;
  right: 60px;
  margin: auto;
}

.btn-search-clear::before, .btn-search-clear::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #D5D5D5;
  margin: auto;
  top: 0;
  bottom: 0;
  transform-origin: center;
  transform: rotate(45deg);
}

.btn-search-clear::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .btn-search-clear {
    width: 21px;
    height: 21px;
    right: 54px;
  }
  .btn-search-clear::before, .btn-search-clear::after {
    width: 16px;
  }
}

.btn-read-sample {
  color: #ffffff;
  background-color: #FF9E1E;
}

.btn-scroll-top {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  width: 70px;
  height: 35px;
  color: #ffffff;
  background-color: #A69B92;
  border-radius: 35px 35px 0px 0px;
  font-size: 10px;
  font-weight: bold;
  margin-left: calc( 100% - 70px - 15px);
  transform: translateY(1px);
}

.btn-scroll-top::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background-color: transparent;
  top: 11px;
  margin: auto;
  left: 0;
  right: 0;
  transform-origin: center;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .btn-scroll-top {
    border-top: 1px solid #D5D5D5;
    width: 100%;
    height: 42px;
    border-radius: 0px;
    color: #A69B92;
    background-color: transparent;
    font-size: 12px;
    margin: auto;
  }
  .btn-scroll-top::before {
    border-color: #A69B92;
  }
}

.btn-search-detail {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 40px;
}

.btn-search-detail::before, .btn-search-detail::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1.5px;
  background-color: #ffffff;
  margin: auto;
  top: 1px;
  bottom: 0;
  right: 20px;
}

@media all and (-ms-high-contrast: none) {
  .btn-search-detail::before, .btn-search-detail::after {
    bottom: 9px;
  }
}

.btn-search-detail::after {
  transform-origin: center;
  transform: rotate(90deg);
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #D5D5D5;
  border-radius: 40px;
  width: 300px;
  height: 48px;
}

@media screen and (max-width: 1024px) {
  .btn-more {
    max-width: 300px;
  }
}

.btn-more .btn-more-txt {
  position: relative;
  font-size: 14px;
  padding-right: 18px;
}

.btn-more .btn-more-txt::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 2px solid #FF6E95;
  border-right: 2px solid #FF6E95;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  transform-origin: center;
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .btn-more .btn-more-txt::before {
    top: -1px;
  }
}

@media screen and (max-width: 1024px) {
  .btn-more .btn-more-txt {
    font-size: 13px;
    padding-right: 13px;
  }
}

.flex-container {
  width: 1080px;
  margin: 0px auto;
  padding: 1px;
}

@media screen and (max-width: 1024px) {
  .flex-container {
    width: 100%;
    padding: 0px 15px;
  }
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc( 100vh - 200px - 178px - 35px - 40px);
}

@media screen and (max-width: 1024px) {
  .main-container {
    min-height: calc( 100vh - 180px - 42px - 180px - 33px);
    margin-top: 110px;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 178px;
  color: #ffffff;
  background-color: #A69B92;
}

@media screen and (max-width: 1024px) {
  .footer {
    height: auto;
  }
}

.footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 1080px;
  height: 100%;
  margin: 0px auto;
}

@media screen and (max-width: 1024px) {
  .footer-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 30px 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

.footer-inner-left {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-inner-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.footer-logo-img-wrapper {
  width: 225px;
}

@media screen and (max-width: 1024px) {
  .footer-logo-img-wrapper {
    width: auto;
    height: 40px;
    margin: 30px auto;
  }
}

.footer-logo-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .footer-logo-img {
    width: auto;
    height: 40px;
  }
}

.footer-link-list-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 12px 0px;
}

@media screen and (max-width: 1024px) {
  .footer-link-list-wrapper {
    justify-content: center;
    margin: 0px auto 15px 0px;
  }
  .footer-link-list-wrapper:last-child {
    margin-bottom: 0px;
  }
}

.footer-link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer-link-item {
  height: 18px;
  border-right: 1px solid #D5D5D5;
}

.footer-link-item:first-child .footer-link-item-link {
  padding-left: 0px;
}

.footer-link-item:last-child {
  border-right: none;
}

.footer-link-item:last-child .footer-link-item-link {
  padding-right: 0px;
}

.footer-link-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 16px;
  height: 18px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .footer-link-item-link {
    height: 14px;
    font-size: 11px;
    padding: 0px 10px;
    height: 14px;
  }
}

.tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 24px;
  background-color: transparent;
  color: #FF6E95;
  border: 1px solid #FF6E95;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.tag-item[data-tag="デジタル"] {
  color: #359AE8;
  border-color: #91C7F1;
}

.tag-item[data-tag="お試増量"] {
  color: #F13953;
  border-color: #F13953;
}

.tag-item[data-tag="紙"] {
  color: #48AC6C;
  border-color: #8CC9A2;
}

.tag-item[data-tag="紙版"] {
  color: #48AC6C;
  border-color: #8CC9A2;
}

.tag-item[data-tag="英語版"] {
  color: #000000;
  border-color: #000000;
}

@media all and (-ms-high-contrast: none) {
  .tag-item {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1024px) {
  .tag-item {
    padding-top: 2px;
  }
}

.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px 44px;
  margin-left: auto;
  margin-right: auto;
}

.list .list-item {
  width: calc( ( 100% - ( 26px * 3 ) ) / 4);
  margin-bottom: 32px;
}

.list .list-item:last-child:nth-of-type(4n-1) {
  margin-right: calc( ( ( 26px * 1 ) + ( 100% - ( 26px * 3 ) ) / 4 ) * 1);
}

@media screen and (max-width: 1024px) {
  .list .list-item:last-child:nth-of-type(4n-1) {
    margin-right: 0px;
  }
}

.list .list-item:last-child:nth-of-type(4n-2) {
  margin-right: calc( ( ( 26px * 1 ) + ( 100% - ( 26px * 3 ) ) / 4 ) *  2);
}

@media screen and (max-width: 1024px) {
  .list .list-item:last-child:nth-of-type(4n-2) {
    margin-right: 0px;
  }
}

.list .list-item:last-child:nth-of-type(4n-3) {
  margin-right: calc( ( ( 26px * 1 ) + ( 100% - ( 26px * 3 ) ) / 4 ) *  3);
}

@media screen and (max-width: 1024px) {
  .list .list-item:last-child:nth-of-type(4n-3) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .list {
    padding: 15px 0px;
  }
  .list .list-item {
    width: calc( ( 100% - ( 10px * 2 ) ) / 3);
    margin-bottom: 20px;
  }
  .list .list-item:last-child:nth-of-type(3n-1) {
    margin-right: calc( ( 10px + ( 100% - ( 10px * 2 ) ) / 3 ) * 1);
  }
}

.list.detail-relation-list {
  padding: 16px 40px;
}

.list.detail-relation-list .comic-item-btn-wrapper {
  display: none;
}

@media screen and (max-width: 1024px) {
  .list.detail-relation-list .list-item:last-child:nth-of-type(3n-1) {
    margin-right: 0px;
  }
}

.comic-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
}

.comic-item-thum-wrapper {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comic-item-thum-wrapper::after {
  position: absolute;
  content: "";
  background-color: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.comic-item-thum {
  position: absolute;
  object-fit: contain;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #DBDBDB;
  /*outline: 1px solid $color_gray9;*/
  /*border: 1px solid $color_gray9;*/
}

@media all and (-ms-high-contrast: none) {
  .comic-item-thum {
    width: auto !important;
  }
}

.comic-item-tag-wrapper {
  width: 100%;
}

.comic-item-tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.comic-item-tag-list .comic-item-tag-item {
  margin-bottom: 10px;
}

.comic-item-tag-item {
  width: calc( ( 100% - 6px ) / 2);
}

@media screen and (max-width: 1024px) {
  .comic-item-tag-item {
    font-size: 9px;
    width: calc( ( 100% - 4px ) / 2);
    height: 18px;
    margin-bottom: 5px;
  }
}

.comic-item-title-wrapper {
  width: 100%;
  margin-bottom: 0px;
}

.comic-item-title {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 38px;
  overflow: hidden;
}

.comic-item-title:last-child {
  margin-bottom: 5px;
}

@media all and (-ms-high-contrast: none) {
  .comic-item-title {
    height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .comic-item-title {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
}

.comic-item-author-list {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 5px;
  max-height: 24px;
  width: 100%;
}

.comic-item-author-item {
  display: inline-block;
  color: #A1A1A1;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .comic-item-author-item {
    font-size: 12px;
  }
}

.comic-item-btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.copyright-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #EEECEB;
}

@media screen and (max-width: 1024px) {
  .copyright-wrapper {
    height: 33px;
  }
}

.copyright {
  font-size: 11px;
  color: #A69B92;
}

@media screen and (max-width: 1024px) {
  .copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .sp-menu-sub-menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 300px;
  }
  .sp-menu-sub-menu-list-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0.22);
    width: 100%;
  }
  .btn-sub-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 146px;
    height: 40px;
    border-radius: 40px;
    margin-bottom: 10px;
  }
  .btn-sub-menu .btn-sub-menu-txt {
    position: relative;
    color: #333333;
    font-size: 14px;
    padding-right: 12px;
  }
  .btn-sub-menu .btn-sub-menu-txt::before, .btn-sub-menu .btn-sub-menu-txt::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-top: 2px solid #FF6E95;
    border-right: 2px solid #FF6E95;
    transform-origin: center;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .btn-sub-menu .btn-sub-menu-txt::after {
    content: none;
  }
  .btn-sub-menu-search-detail .btn-sub-menu-txt {
    padding-right: 18px;
  }
  .btn-sub-menu-search-detail .btn-sub-menu-txt::before {
    width: 12px;
    height: 2px;
    border: none;
    background-color: #FF6E95;
    transform: rotate(0deg);
  }
  .btn-sub-menu-search-detail .btn-sub-menu-txt::after {
    content: "";
    width: 12px;
    height: 2px;
    border: none;
    background-color: #FF6E95;
    transform: rotate(90deg);
  }
  .btn-sub-menu-search-detail {
    width: 300px;
  }
  .sub-menu-keyword-wrapper {
    width: 100%;
    padding: 20px 0px 15px 0px;
    text-align: center;
  }
  .sub-menu-keyword-heading {
    font-size: 13px;
    color: #FFD8E2;
  }
  .sub-menu-keyword-list-wrapper {
    overflow-x: scroll;
  }
  .sub-menu-keyword-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: max-content;
    padding: 5px 10px;
  }
  .sub-menu-keyword-item {
    display: inline-block;
  }
  .sub-menu-keyword {
    font-size: 12px;
    padding: 5px 10px;
    color: #ffffff;
  }
  .sub-menu-menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .sub-menu-menu-item {
    width: 50%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid #FF6E95;
  }
  .sub-menu-menu-item:nth-child(2n) {
    border-left: 1px solid #FF6E95;
  }
  .sub-menu-menu-item:last-child:nth-child(2n-1) {
    width: 100%;
  }
  .sub-menu-menu-item-link {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    font-size: 14px;
    color: #ffffff;
  }
  .sub-menu-menu-item-link::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: transparent;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    transform-origin: center;
    transform: rotate(45deg);
  }
  .sub-menu-page-link-wrapper {
    width: 100%;
    text-align: center;
  }
  .sub-menu-page-link-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0px;
  }
  .sub-menu-page-link-item {
    position: relative;
    padding: 0px 15px;
  }
  .sub-menu-page-link-item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #ffffff;
  }
  .sub-menu-page-link-item:last-child::before {
    content: none;
  }
  .sub-menu-page-link-link {
    font-size: 12px;
    color: #ffffff;
    height: 17px;
  }
  .btn-close-sp-sub-menu {
    display: flex;
    justify-content: center;
    border: 1px solid #ffffff;
    background-color: transparent;
    width: 300px;
    max-width: 300px;
    height: 40px;
    border-radius: 40px;
    margin: 20px auto;
  }
  .btn-close-sp-sub-menu-txt {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 24px;
  }
  .btn-close-sp-sub-menu-txt::before, .btn-close-sp-sub-menu-txt::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    transform-origin: center;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
  }
  .btn-close-sp-sub-menu-txt::before {
    transform: rotate(45deg);
  }
  .btn-close-sp-sub-menu-txt::after {
    transform: rotate(-45deg);
  }
  .sp-menu-inner {
    padding-bottom: 80px;
  }
}

.heading-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*height: 46px;*/
  height: 47px;
  border-bottom: 1px solid #FF6E95;
  padding: 0px;
}

.heading-wrapper.no-border {
  border: none;
}

@media screen and (max-width: 1024px) {
  .heading-wrapper {
    height: 36px;
  }
}

.heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  height: 46px;
}

@media screen and (max-width: 1024px) {
  .heading {
    font-size: 16px;
    height: 36px;
  }
}

.heading-attention .heading-left {
  padding-left: 0px;
  border-top: none;
}

@media screen and (max-width: 1024px) {
  .heading-attention .heading-icon {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .heading-result .heading {
    width: 100%;
    border-bottom: 1px solid #FF6E95;
  }
}

.heading-result .heading-left {
  width: 100%;
  /*padding-left: 0px;*/
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .heading-result .heading-left {
    border-top: none;
  }
}

.heading-result .heading-title {
  color: #FF6E95;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .heading-result .heading-title {
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-top: 1px solid #FF6E95;
    padding-right: 15px;
  }
}

.heading-result .heading-title-sub {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .heading-result .heading-title-sub {
    height: 36px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8px;
    font-size: 10px;
  }
}

.heading-result .heading-title-result-count {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-left: 6px;
  display: inline-block;
  transform: translateY(1px);
  padding-right: 3px;
}

@media screen and (max-width: 1024px) {
  .heading-result .heading-title-result-count {
    font-size: 16px;
    transform: translateY(3px);
  }
}

.heading-result .heading-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 46px;
}

.heading-result .heading-right::after {
  content: "";
  order: 2;
  width: 1px;
  height: 14px;
  background-color: #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .heading-result .heading-right {
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.heading-result .heading-sort-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #7D7D7D;
  padding: 5px 16px;
  height: 46px;
}

.heading-result .heading-sort-link.is-active {
  position: relative;
  color: #FF6E95;
  font-weight: bold;
}

.heading-result .heading-sort-link.is-active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  margin: auto;
  bottom: -1px;
  background-color: #FF6E95;
  left: 0px;
}

@media screen and (max-width: 1024px) {
  .heading-result .heading-sort-link.is-active::before {
    bottom: -1px;
  }
}

@media all and (-ms-high-contrast: none) {
  .heading-result .heading-sort-link.is-active::before {
    bottom: -1px;
  }
}

.heading-result .heading-sort-link:first-child {
  order: 1;
}

.heading-result .heading-sort-link:last-child {
  order: 3;
}

@media screen and (max-width: 1024px) {
  .heading-result .heading-sort-link {
    width: 50%;
    height: 33px;
    font-size: 13px;
    padding: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .heading-result {
    flex-direction: column;
    height: auto;
    border-color: #D5D5D5;
  }
}

.heading-result-simple .heading-left {
  border-top: none;
  padding-left: 0px;
}

.heading-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #FF6E95;
  padding: 0px 20px;
  height: 46px;
}

@media screen and (max-width: 1024px) {
  .heading-left {
    padding: 0px;
    height: 36px;
  }
}

.heading-icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .heading-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
}

.heading-title {
  font-size: 20px;
  color: #333333;
  margin-right: 8px;
}

.heading-title:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1024px) {
  .heading-title {
    font-size: 16px;
    margin-right: 6px;
  }
  .heading-title:last-child {
    margin-right: 0px;
  }
}

@media all and (-ms-high-contrast: none) {
  .heading-title {
    transform: translateY(4px);
  }
}

.heading-title-sub {
  font-size: 20px;
  color: #FF6E95;
}

@media screen and (max-width: 1024px) {
  .heading-title-sub {
    font-size: 16px;
  }
}

@media all and (-ms-high-contrast: none) {
  .heading-title-sub {
    transform: translateY(4px);
  }
}

.heading-link {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
}

.heading-link::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FF6E95;
  border-bottom: 2px solid #FF6E95;
  transform: rotate(-45deg);
  margin: auto;
  top: 0px;
  bottom: 0;
  right: 3px;
}

@media screen and (max-width: 1024px) {
  .heading-link::before {
    top: 2px;
  }
}

@media all and (-ms-high-contrast: none) {
  .heading-link::before {
    bottom: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .heading-link {
    display: none;
    font-size: 12px;
  }
}

.heading-side {
  border-top: 1px solid #FF6E95;
  border-bottom: none;
  height: 40px;
}

.heading-side .heading {
  height: 40px;
}

.heading-side .heading-left {
  padding-left: 0px;
  padding-right: 0px;
  height: 40px;
  border-width: 2px;
}

.heading-side .heading-title {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .heading-side .heading-title {
    font-size: 16px;
  }
}

.btn-slide-prev,
.btn-slide-next {
  position: absolute;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  width: 24px;
  height: 48px;
  color: #ffffff;
  background-color: #A69B92;
  border-radius: 0px 35px 35px 0px;
  font-size: 10px;
  font-weight: bold;
  margin-left: calc( 100% - 70px - 15px);
  transform: translateY(1px);
  z-index: 10;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0px;
  cursor: pointer;
}

.btn-slide-prev::before,
.btn-slide-next::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-slide-prev:hover,
.btn-slide-next:hover {
  opacity: 0.75;
}

.btn-slide-prev.slick-disabled,
.btn-slide-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.btn-slide-next {
  border-radius: 35px 0px 0px 35px;
  left: auto;
  right: 0px;
}

.btn-slide-next::before {
  transform: rotate(135deg);
}

.only-pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .only-sp {
    display: block;
  }
}

.js-comic-slide-list {
  cursor: grab;
}

.js-comic-slide-list .slick-slide {
  margin: 0px 13px;
}

.js-comic-slide-list .slick-slide > div {
  max-height: 480px;
}

.frequently-keyword-container {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.frequently-keyword-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  height: 48px;
}

@media screen and (max-width: 1024px) {
  .frequently-keyword-wrapper {
    display: none;
  }
}

.frequently-keyword-heading {
  position: relative;
  font-size: 12px;
  color: #FF6E95;
  width: 172px;
  padding-right: 18px;
}

.frequently-keyword-heading::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-top: 1px solid #FF6E95;
  border-right: 1px solid #FF6E95;
  transform-origin: center;
  transform: rotate(45deg);
}

@media all and (-ms-high-contrast: none) {
  .frequently-keyword-heading::before {
    bottom: 3px;
  }
}

.frequently-keyword-list-wrapper {
  position: absolute;
  /*width: calc( 100% - 172px );*/
  width: 100vw;
  height: 100%;
  left: 172px;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
}

.frequently-keyword-list-wrapper::-webkit-scrollbar {
  display: none;
}

.frequently-keyword-list {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.frequently-keyword-list::-webkit-scrollbar {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .frequently-keyword-list {
    top: 16px;
    width: 10000px;
  }
}

.frequently-keyword-item {
  display: flex;
  justify-content: center;
  padding: 0px 18px;
  width: auto;
  width: max-content;
}

.frequently-keyword-link {
  font-size: 14px;
  color: #FF6E95;
}

.js-scrollable {
  -webkit-overflow-scrolling: touch;
}

.tab-link-list-container {
  border-bottom: 1px solid #FF6E95;
  margin-bottom: 8px;
  padding: 0px;
}

@media screen and (max-width: 1024px) {
  .tab-link-list-container {
    margin-bottom: 6px;
  }
}

.tab-link-list-wrapper {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-link-list-wrapper::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tab-link-list-wrapper {
    overflow-x: scroll;
  }
}

.tab-link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .tab-link-list {
    width: 100%;
    flex-wrap: wrap;
  }
}

.tab-link-list-inner {
  display: flex;
}

.tab-link-list-inner:first-child .tab-link-item:last-child::after {
  content: none;
}

@media screen and (max-width: 1024px) {
  .tab-link-list-inner {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #D5D5D5;
  }
  .tab-link-list-inner.is-overflow {
    justify-content: flex-start;
  }
  .tab-link-list-inner::-webkit-scrollbar {
    display: none;
  }
  .tab-link-list-inner:last-child {
    border: none;
  }
}

.tab-link-item {
  position: relative;
}

.tab-link-item::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 1px;
  height: 14px;
  background-color: #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .tab-link-item:first-child::before {
    content: none;
  }
}

.tab-link-item:last-child::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 1px;
  height: 14px;
  background-color: #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .tab-link-item:last-child::after {
    content: none;
  }
}

.tab-link-item.is-active .tab-link-link, .tab-link-item:hover .tab-link-link {
  position: relative;
  color: #FF6E95;
  font-weight: bold;
}

.tab-link-item.is-active .tab-link-link::before, .tab-link-item:hover .tab-link-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FF6E95;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -1px;
}

@media screen and (max-width: 1024px) {
  .tab-link-item.is-active .tab-link-link::before, .tab-link-item:hover .tab-link-link::before {
    width: calc( 100% - ( 12px * 2 ));
  }
}

.tab-link-item.is-active .tab-link-link {
  font-weight: bold !important;
}

.tab-link-item:hover .tab-link-link {
  font-weight: normal;
}

.tab-link-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  /*padding: 0px 20px;*/
  /*padding: 0px 32px;*/
  /*padding: 0px 28px;*/
  /*padding: 0px 24px;*/
  padding: 0px 21px;
  /*min-width: 100px;*/
  font-size: 16px;
  color: #7D7D7D;
  white-space: nowrap;
}

@media screen and (max-width: 1120px) {
  .tab-link-link {
    /*padding: 0px 25px;*/
    padding: 0px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .tab-link-link {
    font-size: 12px;
    padding: 0px 12px;
    min-width: unset;
    height: 32px;
  }
}

.pagenation {
  padding: 32px 0px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .pagenation {
    padding: 10px 0px;
  }
}

.pagenation-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pagenation-item {
  margin: 0px 8px;
}

.pagenation-item.is-active .pagenation-item-link {
  visibility: visible;
  color: #ffffff;
  background-color: #FF9AB5;
  border-radius: 2px;
  font-weight: bold;
  pointer-events: none;
}

.pagenation-item.is-active .pagenation-item-link-prev,
.pagenation-item.is-active .pagenation-item-link-next {
  visibility: visible;
  pointer-events: auto;
}

.pagenation-item.is-hide {
  display: none;
}

.pagenation-item.is-omit {
  display: block;
  pointer-events: none;
}

.pagenation-item.is-omit .pagenation-item-link {
  position: relative;
  color: transparent;
}

.pagenation-item.is-omit .pagenation-item-link::before {
  position: absolute;
  content: "…";
  font-size: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #333333;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .pagenation-item.is-omit .pagenation-item-link::before {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .pagenation-item {
    margin: 0px 2px;
  }
}

.pagenation-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .pagenation-item-link {
    font-size: 14px;
    width: 36px;
    height: 36px;
  }
}

.pagenation-item-link-prev {
  visibility: hidden;
  position: relative;
  background-color: transparent !important;
}

.pagenation-item-link-prev::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform-origin: center;
  transform: rotate(-135deg);
}

.pagenation-item-link-next {
  visibility: hidden;
  position: relative;
  background-color: transparent !important;
}

.pagenation-item-link-next::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 2px solid #888888;
  border-right: 2px solid #888888;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform-origin: center;
  transform: rotate(45deg);
}

.filter-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 44px 0px 44px;
}

@media screen and (max-width: 1024px) {
  .filter-wrapper {
    padding: 15px 0px 0px 0px;
  }
}

.filter-wrapper + .list {
  padding-top: 0px;
  padding-bottom: 0px;
}

.filter-heading {
  font-size: 14px;
  color: #A1A1A1;
  margin-right: 2px;
}

.filter-btn-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.filter-btn-list::after {
  order: 2;
  content: "／";
  font-size: 14px;
  color: #A1A1A1;
  margin: 0px 8px;
}

.btn-filter {
  font-size: 14px;
  color: #FF6E95;
}

.btn-filter:first-child {
  order: 1;
}

.btn-filter:last-child {
  order: 3;
}

.slidebanner-wrapper {
  opacity: 0;
  width: 100%;
  height: auto;
  margin-bottom: 6px;
  padding-bottom: 26px;
  overflow: hidden;
}

.slidebanner-wrapper.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .slidebanner-wrapper {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}

.slidebanner-wrapper .slick-list {
  margin-right: -8px;
}

@media screen and (max-width: 1024px) {
  .slidebanner-wrapper .slick-list {
    margin-right: 0px;
  }
}

.slidebanner-wrapper .slick-slide {
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .slidebanner-wrapper .slick-slide {
    margin-right: 0px;
  }
}

.slidebanner-wrapper.slick-dotted {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .slidebanner-wrapper.slick-dotted {
    margin-bottom: 10px;
  }
}

.slidebanner-wrapper .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .slidebanner-wrapper .slick-dots {
    height: 20px;
    bottom: 0px;
  }
}

.slidebanner-wrapper .slick-dots li {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0px 8px;
}

@media screen and (max-width: 1024px) {
  .slidebanner-wrapper .slick-dots li {
    width: 8px;
    height: 8px;
  }
}

.slidebanner-wrapper .slick-dots li .slidebanner-dot {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D5D5D5;
  border-radius: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .slidebanner-wrapper .slick-dots li .slidebanner-dot {
    width: 8px;
    height: 8px;
  }
}

.slidebanner-wrapper .slick-dots li.slick-active .slidebanner-dot {
  background-color: #FF6E95;
}

.slidebanner-img {
  width: 780px;
  height: 240px;
  object-fit: cover;
  outline: 1px solid #C9C9C9;
}

@media screen and (max-width: 1024px) {
  .slidebanner-img {
    width: 100%;
    height: auto;
  }
}

.main-list-wrapper {
  padding-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .main-list-wrapper {
    padding-bottom: 30px;
  }
}

.result-heading {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin: 32px 0px 15px 0px;
}

@media screen and (max-width: 1024px) {
  .result-heading {
    font-size: 16px;
    margin: 14px 0px 0px 0px;
  }
}

.heading-result-simple .heading-left {
  justify-content: flex-end;
}

.breadcrumb-wrapper {
  width: 100%;
  overflow-x: hidden;
  margin: 40px 0px 15px 0px;
}

@media screen and (max-width: 1024px) {
  .breadcrumb-wrapper {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  width: max-content;
}

.breadcrumb-item {
  position: relative;
  font-size: 12px;
  color: #A1A1A1;
  padding-right: 42px;
}

.breadcrumb-item::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 14px;
  height: 1px;
  background-color: #D5D5D5;
  transform-origin: center;
  transform: rotate(-55deg);
}

.breadcrumb-item.is-active .breadcrumb-link {
  color: #FF6E95;
}

.breadcrumb-item:last-child {
  padding-right: 0px;
}

.breadcrumb-item:last-child::before {
  content: none;
}

.breadcrumb-link {
  font-size: 12px;
  color: #A1A1A1;
}

.info-list {
  padding: 10px 0px 10px 0px;
}

@media screen and (max-width: 1024px) {
  .info-list {
    padding: 5px 0px 5px 0px;
  }

  .info-list *:not(.information__list) .info-item-date {
    display: none;
  }

  .info-list .information__list .info-item-date {
    display: inline-block;
  }
}

.info-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0px;
  border-bottom: 1px solid #D5D5D5;
}

.info-item:first-child {
  border-top: 1px solid #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .info-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 11px 0px;
  }
}

.top-info-list-wrapper .info-item {
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px;
}

@media screen and (max-width: 1024px) {
  .top-info-list-wrapper .info-item {
    flex-direction: row;
  }
}

.info-item-left {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding-right: 8px;
}

.info-item-left::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 1px;
  height: 14px;
  background-color: #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .info-item-left {
    padding-right: 0px;
    margin-bottom: 7px;
  }
  .info-item-left::after {
    content: none;
  }
}

.top-info-list-wrapper .heading-attention {
  border: none;
}

.top-info-list-wrapper .info-list {
  padding: 0px;
}

.top-info-list-wrapper .info-item-left {
  padding-right: 0px;
  margin-bottom: 7px;
}

.top-info-list-wrapper .info-item-left::after {
  content: none;
}

@media screen and (max-width: 1024px) {
  .top-info-list-wrapper .info-item-left {
    margin-bottom: 0px;
  }
}

.info-item-right {
  padding: 0px 10px 0px 8px;
}

@media screen and (max-width: 1024px) {
  .info-item-right {
    padding: 0px;
    padding-right: 8px;
  }
}

.top-info-list-wrapper .info-item-right {
  width: 100%;
  padding: 0px;
  padding-right: 8px;
}

@media screen and (max-width: 1024px) {
  .top-info-list-wrapper .info-item-right {
    padding: 0px 8px;
  }
}

.info-item-category {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 2px;
  background-color: #FF6E95;
  margin-right: 8px;
}

.info-item-category[data-category="キャンペーン"],
.info-item-category[data-category="イベント"] {
  background-color: #FF9E48;
}

.info-item-category[data-category="お知らせ"] {
  background-color: #5AA5F1;
}

.info-item-category[data-category="採用情報"] {
  background-color: #2eb67f;
}

@media screen and (max-width: 1024px) {
  .info-item-category {
    font-size: 12px;
    min-width: 70px;
    height: 17px;
    margin-right: 10px;
  }
}

@media all and (-ms-high-contrast: none) {
  .info-item-category {
    padding-top: 3px;
  }
}

.top-info-list-wrapper .info-item-category {
  font-size: 12px;
  margin-right: 8px;
}

.info-item-date {
  font-size: 14px;
  color: #A1A1A1;
}

@media screen and (max-width: 1024px) {
  .info-item-date {
    font-size: 12px;
  }
}

.info-item-title {
  color: #333333;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 22px;
  letter-spacing: 0.04rem;
}

@media screen and (max-width: 1024px) {
  .info-item-title {
    font-size: 13px;
    height: auto;
  }
}

.top-info-list-wrapper .info-item-title {
  -webkit-line-clamp: 2;
  max-height: 42px;
}

@media screen and (max-width: 1024px) {
  .top-info-list-wrapper .info-item-title {
    -webkit-line-clamp: 1;
    height: auto;
  }
}

.top-media-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 38px;
}

.top-media-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  color: #333333;
  line-height: 1.625;
  padding: 8px 0px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 8px;
}

.top-video-wrapper {
  width: 580px;
  height: 326px;
}

.top-video-wrapper iframe {
  width: 580px;
  height: 326px;
}

.video-icon {
  width: 26px;
  height: auto;
}

.top-media-left {
  width: 54%;
}

@media screen and (max-width: 1024px) {
  .top-media-left {
    display: none;
  }
}

.top-media-right {
  width: calc( 100% - 580px - 40px);
}

@media screen and (max-width: 1024px) {
  .top-media-right {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .top-list-magazine {
    padding-bottom: 0px;
  }
  .top-list-magazine .list {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .top-list-ebook {
    padding-bottom: 30px;
  }
  .top-list-ebook .list {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .top-list-paperbook {
    padding-bottom: 30px;
  }
  .top-list-paperbook .list {
    padding-bottom: 0px;
  }
}

.account-link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .account-link-list {
    margin-bottom: 25px;
  }
}

.account-link-item {
  width: calc( ( 100% - ( 30px * 2 ) ) / 3);
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #D5D5D5;
  justify-content: flex-end;
  align-items: center;
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom: 24px;
  height: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.account-link-item:nth-of-type(3n) {
  margin-right: 0px;
}

@media all and (-ms-high-contrast: none) {
  .account-link-item {
    height: 160px;
  }
}

@media screen and (max-width: 1024px) {
  .account-link-item {
    width: calc( ( 100% - 5px ) / 2);
    height: 86px;
    min-height: unset;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    padding-top: 11px;
    padding-bottom: 10px;
  }
  .account-link-item:nth-of-type(3n) {
    margin-right: 5px;
  }
  .account-link-item:nth-of-type(2n) {
    margin-right: 0px;
  }
}

.account-logo-img {
  width: auto;
  height: 74px;
}

@media all and (-ms-high-contrast: none) {
  .account-logo-img {
    flex-shrink: 0;
    width: 45%;
  }
}

.account-link-item-comic-ch .account-link-inner {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .account-link-item-comic-ch .account-logo-img {
    margin-bottom: 8px;
  }
}

.account-link-title {
  color: #A69B92;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .account-link-title {
    font-size: 8px;
    margin-top: 0px;
  }
}

.account-link-txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  wudth: 100%;
}

@media screen and (max-width: 1024px) {
  .account-link-txt-box {
    margin-bottom: 2px;
  }
}

.account-link-txt-box-side-layout {
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  padding-left: 25px;
}

@media screen and (max-width: 1024px) {
  .account-link-txt-box-side-layout {
    padding-left: 10px;
  }
}

.account-link-txt-box-title {
  color: #333333;
  font-size: 26px;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 1024px) {
  .account-link-txt-box-title {
    font-size: 14px;
  }
}

.account-link-txt-box-title-sub {
  color: #A69B92;
  font-size: 12px;
  margin-top: 0px;
  letter-spacing: 1.25px;
}

@media screen and (max-width: 1024px) {
  .account-link-txt-box-title-sub {
    font-size: 8px;
    margin-top: 0px;
  }
}

.account-icon-img {
  width: auto;
  height: 20px;
  margin-right: 8px;
}

@media all and (-ms-high-contrast: none) {
  .account-icon-img {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1024px) {
  .account-icon-img {
    height: 10px;
    margin-right: 5px;
  }
}

.account-link-item-official-twitter .account-link-title,
.account-link-item-official-tl-twitter .account-link-title,
.account-link-item-blsengen-twitter .account-link-title {
  color: #1DA1F2;
}

@media screen and (max-width: 1024px) {
  .account-link-item-official-twitter .account-link-title,
  .account-link-item-official-tl-twitter .account-link-title,
  .account-link-item-blsengen-twitter .account-link-title {
    margin-top: 5px;
  }
}

.account-link-item-official-facebook .account-link-title {
  color: #257CE1;
}

@media screen and (max-width: 1024px) {
  .account-link-item-official-facebook .account-link-title {
    margin-top: 5px;
  }
}

.account-link-item-official-instagram .account-link-title {
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .account-link-item-official-instagram .account-link-title {
    margin-top: 5px;
  }
}

.detail-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 22px;
}

@media screen and (max-width: 1024px) {
  .detail-container {
    flex-direction: column;
  }
}

.detail-body {
  width: 74%;
}

@media screen and (max-width: 1024px) {
  .detail-body {
    width: 100%;
  }
}

.detail-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .detail-top {
    flex-direction: column;
  }
}

.detail-title {
  width: 100%;
}

.side-container {
  width: 22%;
}

@media screen and (max-width: 1024px) {
  .side-container {
    width: 100%;
  }
}

.detail-top-left {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .detail-top-left {
    width: 100%;
    padding-bottom: 20px;
  }
}

.detail-top-right {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .detail-top-right {
    width: 100%;
  }
}

.detail-thum-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.detail-thum-wrapper {
  width: 100%;
  min-height: 1px;
  text-align: center;
}

.detail-thum {
  width: 100%;
  outline: 1px solid #DBDBDB;
}

@media screen and (max-width: 1024px) {
  .detail-thum {
    width: 180px;
  }
}

.btn-read-sample-detail-wrapper {
  width: 100%;
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .btn-read-sample-detail-wrapper {
    margin-top: 12px;
  }
}

.btn-play-video-detail-wrapper {
  margin-top: 8px;
}

.detail-thum-wrapper + .btn-play-video-detail-wrapper {
  margin-top: 16px;
}

.btn-play-video-detail {
  background-color: #c4302b;
  margin-bottom: 8px;
}

.btn-play-video-detail:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .btn-play-video-detail-wrapper {
    margin-top: 6px;
  }
  .detail-thum-wrapper + .btn-play-video-detail-wrapper {
    margin-top: 12px;
  }
}

.btn-read-sample-detail {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .btn-read-sample-detail {
    width: 180px;
    max-width: 180px;
  }
}

.comic-item-tag-list-detail {
  justify-content: flex-start;
}

.comic-item-tag-list-detail .tag-item {
  margin-right: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .comic-item-tag-list-detail .tag-item {
    width: auto;
    min-width: 58px;
    height: 18px;
    font-size: 10px;
    margin-right: 4px;
    margin-bottom: 5px;
  }
}

.detail-comic-title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .detail-comic-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.deail-author-box {
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .deail-author-box {
    padding-bottom: 15px;
  }
}

.detail-meta {
  padding: 22px 0px 16px 0px;
}

@media screen and (max-width: 1024px) {
  .detail-meta {
    padding: 15px 0px;
  }
}

.detail-meta-heading {
  font-size: 14px;
  color: #A1A1A1;
  font-weight: normal;
}

.deail-author-list {
  width: 100%;
  font-size: 14px;
  color: #333333;
}

.deail-author-link-wrapper {
  line-height: 0;
}

.deail-author-link-wrapper:last-child .deail-author-link-delim {
  display: none;
}

.deail-author-link {
  font-size: 14px;
  color: #1C7EFF;
}

.deail-author-link-delim {
  font-size: 14px;
  color: #333333;
}

.deail-keyword-box {
  width: 100%;
  padding-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .deail-keyword-box {
    /*padding-bottom: 15px;*/
  }
}

.detail-keyword-link {
  font-size: 14px;
  color: #FF6E95;
  margin-right: 16px;
  margin-bottom: 2px;
}

.detail-box {
  margin-bottom: 8px;
}

.detail-box dd {
  font-size: 14px;
  color: #333333;
}

.detail-box a {
  font-size: 14px;
  color: #1C7EFF;
}

@media screen and (max-width: 1024px) {
  .detail-box {
    margin-bottom: 8px;
  }
}

dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
}

dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.detail-bookmarks {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .detail-bookmarks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.btn-favorite {
  background-color: #47A9FF;
  cursor: pointer;
  border: 1px solid #47A9FF;
  width: 100%;
  max-width: 100%;
  /*transition: .25s all;*/
}

.btn-favorite .btn-favorite-txt {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.btn-favorite .btn-favorite-txt::before {
  content: "★";
}

@media all and (-ms-high-contrast: none) {
  .btn-favorite .btn-favorite-txt {
    transform: translateY(3px);
  }
}

.btn-favorite .on {
  display: none;
  color: #47A9FF;
}

.btn-favorite .off {
  display: block;
}

.btn-favorite.is-active {
  background-color: #F5FAFF;
  /*animation: .25s okiniiri;*/
}

.btn-favorite.is-active .on {
  display: block;
}

.btn-favorite.is-active .off {
  display: none;
}

.btn-favorite.is-loading {
  opacity: 0.75;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  .btn-favorite {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .btn-favorite {
    width: 160px;
    height: 40px;
    margin: 0px;
  }
}

@keyframes okiniiri {
  from {
    transform: scale(1.1);
    opacity: 0.0;
  }
  to {
    transform: scale(1);
    opacity: 1.0;
  }
}

.detail-sns-icon-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 128px;
  margin: 16px auto 0px auto;
}

@media screen and (max-width: 1024px) {
  .detail-sns-icon-list {
    width: 160px;
    margin-top: 0px;
    margin: 0px;
  }
}

.detail-sns-icon-item {
  margin-right: 16px;
}

.detail-sns-icon-item:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1024px) {
  .detail-sns-icon-item {
    margin-right: 20px;
  }
}

.detail-sns-icon-img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 1024px) {
  .detail-sns-icon-img {
    width: 40px;
    height: 40px;
  }
}

.detail-top-right-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .detail-top-right-top {
    flex-direction: column;
  }
}

.detail-top-right-top-left {
  width: 67%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .detail-top-right-top-left {
    width: 100%;
  }
}

.detail-top-right-top-right {
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .detail-top-right-top-right {
    width: 100%;
    border-top: 1px solid #D5D5D5;
    padding: 20px 0px;
  }
}

.detail-top-right-bottom {
  display: flex;
  flex-direction: column;
}

.detail-headline {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding: 16px 0px;
  border-bottom: 1px solid #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .detail-headline {
    font-size: 14px;
  }
}

.detail-discription {
  cursor: pointer;
  position: relative;
  padding: 16px 0px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 15px;
}

.detail-discription:before {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 48px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

@media screen and (max-width: 1024px) {
  .detail-discription {
    padding: 20px 0px;
    margin-bottom: 17px;
  }
}

.detail-discription-txt {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 72px;
}

@media screen and (max-width: 1024px) {
  .detail-discription-txt {
    font-size: 14px;
  }
}

.detail-discription-wrapper {
  position: relative;
}

.detail-discription-wrapper::before {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 31px;
  height: 31px;
  background-image: url("btn_open-close.svg"), url("btn_open-close-closed.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  z-index: 10;
}

@media all and (-ms-high-contrast: none) {
  .detail-discription-wrapper::before {
    background-size: 26px 26px;
  }
}

@media screen and (max-width: 1024px) {
  .detail-discription-wrapper::before {
    width: 34px;
    height: 34px;
  }
}

.detail-oppener {
  display: none;
}

.detail-oppener:checked + .detail-discription-wrapper::before {
  background-image: url("btn_open-close-closed.svg");
}

.detail-oppener:checked + .detail-discription-wrapper .detail-discription::before {
  content: none;
}

.detail-oppener:checked + .detail-discription-wrapper .detail-discription .detail-discription-txt {
  /*
            max-height:none;
            -webkit-line-clamp:unset;
            */
  /*
            animation-name: txtopen;
            animation-duration: .25s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
            animation-fill-mode: forwards;
            */
}

.detail-oppener[disabled="disabled"] + .detail-discription-wrapper {
  cursor: default;
}

.detail-oppener[disabled="disabled"] + .detail-discription-wrapper::before {
  content: none;
}

.detail-oppener[disabled="disabled"] + .detail-discription-wrapper .detail-discription {
  cursor: default;
}

.detail-oppener[disabled="disabled"] + .detail-discription-wrapper .detail-discription:before {
  content: none;
}

@keyframes txtopen {
  0% {
    display: block;
    -webkit-line-clamp: unset;
  }
  10% {
    max-height: calc( 72px + 1em);
  }
  20% {
    max-height: calc( 72px + 2em);
  }
  30% {
    max-height: calc( 72px + 3em);
  }
  40% {
    max-height: calc( 72px + 4em);
  }
  100% {
    display: block;
    -webkit-line-clamp: unset;
    max-height: 10000px;
  }
}

.tab-wrap {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #D5D5D5;
  margin-bottom: 30px;
}

.colophon-container .tab-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .tab-wrap {
    margin-bottom: 8px;
  }
}

.tab-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #7D7D7D;
  cursor: pointer;
  flex: 1;
  font-weight: normal;
  order: -1;
  height: 46px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid #FF6E95;
  width: 50%;
}

@media all and (-ms-high-contrast: none) {
  .tab-label {
    border-right: 1px solid transparent;
  }
}

.tab-label.tab-label-left::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  background-color: #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .tab-label {
    height: 40px;
    font-size: 14px;
  }
}

.tab-label:hover {
  /*background: rgba(0, 191, 255,.1);*/
}

.tab-switch:checked + .tab-label,
.tab-label:hover {
  color: #FF6E95;
  font-weight: bold;
}

.tab-label::after {
  background: #FF6E95;
  bottom: -1px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}

@-moz-document url-prefix() {
  .tab-label::after {
    bottom: 0px;
  }
}

.tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}

.tab-content {
  height: 0;
  opacity: 0;
  padding: 0px;
  pointer-events: none;
  transform: translateX(100vw);
  /*transition: transform .3s 80ms, opacity .3s 80ms;*/
  width: 100%;
}

#colophon-detail .store-link-list {
  height: 240px !important;
  overflow-y: scroll;
  scrollbar-width: none;
}

#colophon-detail .store-link-list::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  #colophon-detail .store-link-list {
    height: 246px !important;
  }
}

.tab-switch:checked ~ .tab-content {
  transform: translateX(100vw);
  padding: 0px;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.tab-wrap::after {
  /*
	content: '';
	height: 20px;
	order: -1;
	width: 100%;

    @include sp() {
        height: 0px;
    }
    */
}

.tab-switch {
  display: none;
}

.tab-switch[disabled] + .tab-label {
  pointer-events: none;
  color: #DEDEDE;
  background-color: #F8F8F8;
}

.detail-bottom {
  padding: 32px 0px;
}

@media screen and (max-width: 1024px) {
  .detail-bottom {
    padding: 14px 0px;
  }
}

.store-link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 1px;
}

.store-link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  /*width: calc( ( ( 100% - ( 9.6px * 5 ) ) / 6 ));*/
  width: calc( ( ( 100% - ( 10.33px * 5 ) ) / 6 ));
  margin-bottom: 10px;
  background-color: #ffffff;
  outline: 1px solid #DBD8D3;
  cursor: pointer;
}

.store-link-item:last-child:nth-of-type(6n-1) {
  margin-right: calc( ( ( 100% - ( 9.6px * 5 ) ) / 6 ) + 9.6px);
}

@media screen and (max-width: 1024px) {
  .store-link-item:last-child:nth-of-type(6n-1) {
    margin-right: 0px;
  }
}

.store-link-item:last-child:nth-of-type(6n-2) {
  margin-right: calc( ( ( 100% - ( 9.6px * 5 ) ) / 6 ) * 2 + 9.6px * 2);
}

@media screen and (max-width: 1024px) {
  .store-link-item:last-child:nth-of-type(6n-2) {
    margin-right: 0px;
  }
}

.store-link-item:last-child:nth-of-type(6n-3) {
  margin-right: calc( ( ( 100% - ( 9.6px * 5 ) ) / 6 ) * 3 + 9.6px * 3);
}

@media screen and (max-width: 1024px) {
  .store-link-item:last-child:nth-of-type(6n-3) {
    margin-right: 0px;
  }
}

.store-link-item:last-child:nth-of-type(6n-4) {
  margin-right: calc( ( ( 100% - ( 9.6px * 5 ) ) / 6 ) * 4 + 9.6px * 4);
}

@media screen and (max-width: 1024px) {
  .store-link-item:last-child:nth-of-type(6n-4) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .store-link-item {
    width: calc( ( ( 100% - ( 8px * 2 ) ) / 3 ));
  }
  .store-link-item:last-child:nth-of-type(3n-1) {
    margin-right: calc( ( ( 100% - ( 8px * 2 ) ) / 3 ) + 8px);
  }
}

@media screen and (max-width: 1024px) and (min-aspect-ratio: 1 / 1) {
  .store-link-item {
    width: calc( ( ( 100% - ( 8px * 5 ) ) / 6 ));
  }
  .store-link-item:last-child:nth-of-type(6n-1) {
    margin-right: calc( ( ( 100% - ( 8px * 5 ) ) / 6 ) + 8px);
  }
  .store-link-item:last-child:nth-of-type(6n-2) {
    margin-right: calc( ( ( ( 100% - ( 8px * 5 ) ) / 6 ) + 8px) * 2);
  }
  .store-link-item:last-child:nth-of-type(6n-3) {
    margin-right: calc( ( ( ( 100% - ( 8px * 5 ) ) / 6 ) + 8px) * 3);
  }
  .store-link-item:last-child:nth-of-type(6n-4) {
    margin-right: calc( ( ( ( 100% - ( 8px * 5 ) ) / 6 ) + 8px) * 4);
  }
}

.store-link-img {
  width: 100%;
}

.line-link-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 53px;
  padding: 0px 16px;
  border-bottom: 1px solid #D5D5D5;
}

.line-link-item:first-child {
  border-top: 1px solid #D5D5D5;
}

.line-link-item[target="_blank"] .line-link {
  padding-right: 20px;
}

.line-link-item[target="_blank"] .line-link::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 12px;
  height: 10px;
  background-image: url("icon_target-blank.svg");
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .line-link-item {
    height: 37px;
    padding: 0px 10px;
  }
}

.line-link {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .line-link {
    font-size: 13px;
  }
}

.detail-information-wrapper {
  margin-bottom: 48px;
}

.detail-relation-list .list-item {
  width: calc( ( 100% - ( 24px * 3 ) ) / 4);
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .detail-relation-list .list-item {
    width: 100px;
    margin-right: 10px;
  }
  .detail-relation-list .list-item:last-child {
    margin-right: 0px;
  }
}

.detail-relation-list .comic-item-thum-wrapper {
  margin-bottom: 10px;
}

.detail-relation-list .comic-item-tag-list {
  display: none;
}

@media screen and (max-width: 1024px) {
  .detail-relation-list {
    padding: 10px 0px !important;
    flex-wrap: nowrap;
    padding: 10px 0px;
    width: max-content !important;
    margin-left: 0px;
  }
}

.detail-relation-wrapper {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .detail-relation-wrapper .list-wrapper {
    overflow: scroll;
    margin-left: -15px;
    margin-right: -15px;
    width: calc( 100% + 15px * 2);
    padding-left: 15px;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 1024px) {
  .detail-relation-wrapper .list {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  .detail-relation-wrapper {
    margin-bottom: 40px;
  }
}

.list-wrapper {
  width: 100%;
}

.side-container .detail-relation-list {
  flex-direction: column;
  padding: 10px 25px;
}

.side-container .detail-relation-list .comic-item {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .side-container .detail-relation-list .comic-item {
    margin-bottom: 0px;
    width: 100px;
  }
}

@media all and (-ms-high-contrast: none) {
  .side-container .detail-relation-list .comic-item {
    height: 100%;
  }
}

.side-container .detail-relation-list .comic-item-thum-wrapper {
  margin-bottom: 6px;
}

@media screen and (max-width: 1024px) {
  .side-container .detail-relation-list .comic-item-thum-wrapper {
    margin-bottom: 9px;
  }
}

.side-container .detail-relation-list .comic-item-title {
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  .side-container .detail-relation-list .comic-item-title {
    height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .side-container .detail-relation-list {
    flex-direction: row;
  }
}

@media all and (-ms-high-contrast: none) {
  .side-twitter-wrapper {
    display: none;
  }
}

.slide-twitter-inner {
  max-height: 480px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .slide-twitter-inner {
    padding: 5px 0px;
    margin-bottom: 20px;
    max-height: 320px;
  }
}

.heading-history .heading-title {
  color: #333333;
  margin-right: 0px;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .heading-history .heading-title {
    font-size: 16px;
  }
}

.heading-history .heading-title-sub {
  font-size: 14px;
  color: #7D7D7D;
  font-weight: normal;
  transform: translateY(3px);
}

@media screen and (max-width: 1024px) {
  .heading-history .heading-title-sub {
    color: #333333;
    font-size: 12px;
    transform: translateY(2px);
  }
}

.history-list-wrapper {
  padding-top: 32px;
  padding-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .history-list-wrapper {
    padding-top: 14px;
    padding-bottom: 25px;
  }
}

.history-list-wrapper + .history-list-wrapper {
  padding-top: 0px;
}

.heading-clear-history-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #7D7D7D;
  /*width: 120px;*/
  width: auto;
  padding: 0px 14px;
  height: 32px;
  border: 1px solid #D5D5D5;
  border-radius: 40px;
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .heading-clear-history-link {
    width: 110px;
    height: 28px;
    font-size: 11px;
  }
}

.heading-clear-history-link[data-count="0"] {
  display: none;
}

.history-list .comic-item-tag-wrapper,
.history-list .comic-item-btn-wrapper {
  display: none;
}

.btn-delete-from-bookmark {
  position: absolute;
  display: none;
  width: 32px;
  height: 32px;
  background-color: #A69B92;
  border-radius: 100%;
  top: -16px;
  right: -16px;
  z-index: 14;
}

.btn-delete-from-bookmark::before, .btn-delete-from-bookmark::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transform-origin: center;
  transform: rotate(45deg);
}

.btn-delete-from-bookmark::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .btn-delete-from-bookmark {
    top: -5px;
    right: -5px;
  }
}

.bookmark-list .btn-delete-from-bookmark {
  display: block;
}

.company-heading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  /*background-color: #FFA8BF;*/
  background-image: url("head.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .company-heading-wrapper {
    height: 80px;
  }
}

.company-heading {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  height: 51px;
  text-align: center;
}

.company-heading::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #FF6E95;
  margin: auto;
  bottom: 0px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .company-heading::before {
    width: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .company-heading {
    height: 35px;
    font-size: 20px;
  }
}

.company-container {
  width: 100%;
  padding: 64px 0px 0px 0px;
}

@media screen and (max-width: 1024px) {
  .company-container {
    padding: 20px 0px 0px 0px;
  }
}

.company-txt-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .company-txt-wrapper {
    margin-bottom: 30px;
  }
}

.company-txt {
  font-size: 16px;
  line-height: 1.625;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .company-txt {
    font-size: 14px;
    line-height: 2;
  }
}

.company-about-btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 20px;
}

@media screen and (max-width: 1024px) {
  .company-about-btn-list {
    flex-direction: column;
  }
}

.company-about-btn {
  width: calc( ( 100% - ( 30px * 2 ) ) / 3);
  border: 1px solid #D5D5D5;
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.company-about-btn > div {
  transform: scale(1.005);
}

.company-about-btn:nth-of-type(3n), .company-about-btn:last-child {
  margin-right: 0px;
}

.company-about-btn.medium {
  width: 31%;
}

@media screen and (max-width: 1024px) {
  .company-about-btn.medium {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .company-about-btn {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .company-about-btn:last-child {
    margin-bottom: 0px;
  }
}

.company-about-bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

@media screen and (max-width: 1024px) {
  .company-about-bottom-btn {
    height: 47px;
  }
}

.company-about-bottom-btn-txt {
  position: relative;
  padding-right: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.company-about-bottom-btn-txt::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  transform-origin: center;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 2px solid #FF6E95;
  border-right: 2px solid #FF6E95;
}

@media screen and (max-width: 1024px) {
  .company-about-bottom-btn-txt {
    padding-right: 16px;
    font-size: 15px;
  }
}

.company-document-container {
  padding: 40px 0px 0px 0px;
}

.company-document-container a {
  font-size: 16px;
  color: #0033CC;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .company-document-container a {
    font-size: 14px;
  }
}

.company-document-container div {
  margin-bottom: 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .company-document-container div {
    margin-bottom: 20px;
  }
}

.company-document-container p {
  font-size: 14px;
  line-height: 1.57;
  color: #333333;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .company-document-container p {
    line-height: 1.42;
  }
}

.company-document-container dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .company-document-container dl {
    margin-bottom: 20px;
  }
}

.company-document-container dl dt {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333333;
  padding-left: 16px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .company-document-container dl dt {
    font-size: 14px;
    padding-left: 10px;
  }
}

.company-document-container dl dt::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 3px;
  height: 21px;
  background-color: #FF6E95;
}

@media screen and (max-width: 1024px) {
  .company-document-container dl dt::before {
    height: 18px;
  }
}

.company-document-container dl dd {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.57;
  color: #333333;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .company-document-container dl dd {
    font-size: 14px;
    padding-left: 10px;
  }
}

.company-document-container dl ol {
  padding: 16px 0px 0px 0px;
  width: 100%;
}

.company-document-container dl ol li {
  width: 100%;
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 1.25em;
}

.company-document-container dl ol li::before {
  position: absolute;
  content: "" counter(cnt) ") ";
  width: auto;
  margin-left: 0px;
  top: 0px;
  left: 0px;
}

.company-document-container dl ol li:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .company-document-container dl ol li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .company-document-container dl ol {
    padding: 10px 0px 0px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .company-document-container {
    padding: 20px 0px 0px 0px;
  }
}

.company-2col-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .company-2col-container {
    flex-direction: column;
  }
}

.company-aside {
  width: 240px;
  padding: 32px 0px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .company-aside {
    width: 100%;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .company-aside {
    order: 2;
  }
}

.company-menu-item {
  position: relative;
  padding-left: 21px;
  margin-bottom: 16px;
}

.company-menu-item::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 21px;
  background-color: #F2F2F2;
  top: 0px;
  left: 8px;
}

@media screen and (max-width: 1024px) {
  .company-menu-item::before {
    top: 2px;
  }
}

.company-menu-item:last-child {
  margin-bottom: 0px;
}

.company-menu-item:hover {
  opacity: 1;
}

.company-menu-item:hover::before {
  background-color: #FF6E95;
}

.company-menu-item:hover .company-menu-link {
  color: #FF6E95;
}

.company-menu-item.is-active::before {
  width: 11px;
  height: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2px;
  background-color: #FF6E95;
}

@media screen and (max-width: 1024px) {
  .company-menu-item.is-active::before {
    left: 4px;
  }
}

.company-menu-item.is-active .company-menu-link {
  color: #FF6E95;
}

@media screen and (max-width: 1024px) {
  .company-menu-item {
    margin-bottom: 20px;
  }
}

.company-menu-link {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .company-menu-link {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
  }
}

.company-main {
  width: 73%;
}

@media screen and (max-width: 1024px) {
  .company-main {
    order: 1;
    width: 100%;
  }
}

.company-history-container {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .company-history-container {
    padding-bottom: 40px;
  }
}

.company-history-list {
  position: relative;
  display: table;
  width: 100%;
  padding-bottom: 15px;
}

.company-history-list::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  top: 0px;
  left: 114px;
  background-color: #F2F2F2;
}

@media screen and (max-width: 1024px) {
  .company-history-list::before {
    left: 80px;
    width: 4px;
  }
}

.company-history-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
}

.company-history-item:last-child {
  margin-bottom: 0px;
}

.company-history-item:first-child .company-history-heading::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -14px;
  border: 2px solid #FFD3DF;
}

@media screen and (max-width: 1024px) {
  .company-history-item:first-child .company-history-heading::before {
    width: 20px;
    height: 20px;
    right: -13px;
  }
}

@media screen and (max-width: 1024px) {
  .company-history-item {
    margin-bottom: 20px;
  }
}

.company-history-heading {
  position: relative;
  width: 114px;
}

.company-history-heading::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #FF6E95;
  border-radius: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -10px;
}

@media screen and (max-width: 1024px) {
  .company-history-heading::after {
    width: 12px;
    height: 12px;
    right: -9px;
  }
}

@media screen and (max-width: 1024px) {
  .company-history-heading {
    width: 80px;
  }
}

.company-history-body {
  display: flex;
  width: calc( 100% - 120px);
  padding-left: 26px;
}

@media screen and (max-width: 1024px) {
  .company-history-body {
    width: calc( 100% - 73px);
  }
}

.company-history-year {
  font-size: 30px;
  font-weight: bold;
  color: #FF6E95;
}

@media screen and (max-width: 1024px) {
  .company-history-year {
    font-size: 18px;
  }
}

.company-history-year-unit {
  font-size: 16px;
  margin-left: 4px;
  font-weight: bold;
  color: #FF9AB5;
  transform: translateY(-2px);
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .company-history-year-unit {
    font-size: 12px;
  }
}

.enkaku-event-list {
  padding: 6px 0px 0px 0px;
}

@media screen and (max-width: 1024px) {
  .enkaku-event-list {
    padding: 2px 0px 0px 0px;
  }
}

.enkaku-event-item {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  word-break: keep-all;
}

@media screen and (max-width: 1024px) {
  .enkaku-event-item {
    font-size: 14px;
    line-height: 1.57;
    word-break: break-word;
  }
}

.company-profile-list {
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .company-profile-list {
    padding-bottom: 40px;
  }
}

.company-profile-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 0px;
  border-bottom: 1px solid #DDDDDD;
}

.company-profile-item:first-child {
  /*border-top: 1px solid $color_gray14;*/
}

@media screen and (max-width: 1024px) {
  .company-profile-item {
    flex-direction: column;
    padding: 13px 10px 15px 10px;
  }
}

.company-profile-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #7D7D7D;
  font-weight: bold;
  width: 160px;
  padding-left: 16px;
}

@media screen and (max-width: 1024px) {
  .company-profile-heading {
    font-size: 14px;
    width: 100%;
    padding: 0px;
    margin-bottom: 8px;
  }
}

.company-profile-body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc( 100% - 160px);
  padding: 0px 16px;
}

@media screen and (max-width: 1024px) {
  .company-profile-body {
    width: 100%;
    padding: 0px;
  }
}

.company-profile-body-txt {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .company-profile-body-txt {
    font-size: 14px;
    line-height: 1.42;
  }
}

.contact-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0px 0px 0px;
}

@media screen and (max-width: 1024px) {
  .contact-container {
    max-width: 100%;
    padding: 30px 0px 0px 0px;
  }
}

.contact-container input:not(:placeholder-shown),
.contact-container textarea:not(:placeholder-shown) {
  background-color: #ffffff;
}

.contact-form-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}

.contact-form-item.is-error .contact-form-heading {
  padding-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .contact-form-item.is-error .contact-form-heading {
    padding-bottom: 0px;
  }
}

.contact-form-item.is-error .form-warning-border {
  border-color: #E92662;
}

.contact-form-item.is-error .form-warning-bg {
  background-color: #FFEFF0;
}

.contact-form-item.is-error .error-txt-wrapper {
  display: block;
}

@media screen and (max-width: 1024px) {
  .contact-form-item {
    flex-direction: column;
    margin-bottom: 25px;
  }
}

.recaptcha {
  display: flex;
  justify-content: center;
}

.recaptcha .g-recaptcha {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .recaptcha .g-recaptcha {
    margin-bottom: 25px;
  }
}

.contact-form-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .contact-form-heading {
    width: 100%;
    margin-bottom: 5px;
  }
}

.contact-form-heading-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-form-body {
  width: calc( 100% - 200px);
}

@media screen and (max-width: 1024px) {
  .contact-form-body {
    width: 100%;
  }
}

.contact-form-body:first-child {
  width: 100%;
  padding: 8px 0px;
}

@media screen and (max-width: 1024px) {
  .contact-form-body:first-child {
    padding: 5px 0px;
  }
}

.contact-form-body:first-child .contact-form-body-inner {
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .contact-form-body:first-child .contact-form-body-inner {
    justify-content: flex-start;
  }
}

.contact-form-body:first-child .form-groupe {
  height: 24px;
}

@media screen and (max-width: 1024px) {
  .contact-form-body:first-child .form-groupe {
    height: 20px;
  }
}

.contact-form-body:first-child .form-groupe-width-small {
  width: 32px;
}

@media screen and (max-width: 1024px) {
  .contact-form-body:first-child .form-groupe-width-small {
    width: 28px;
    height: 20px;
  }
}

.contact-form-body:first-child .form-groupe-width-medium {
  width: auto;
}

.contact-form-body:first-child .form-annotation {
  margin-left: 0px;
}

.contact-form-body:first-child .form-annotation .form-annotation-txt {
  font-size: 16px;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .contact-form-body:first-child .form-annotation .form-annotation-txt {
    font-size: 14px;
  }
}

.label-must {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  height: 16px;
  padding: 0px 4px;
  background-color: #E92662;
  margin-left: 8px;
}

@media all and (-ms-high-contrast: none) {
  .label-must {
    padding-top: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .label-must {
    font-size: 10px;
    height: 14px;
    padding: 0px 2px;
    margin-left: 4px;
  }
}

.contact-form-heading-txt {
  font-size: 16px;
  font-weight: bold;
  color: #A69B92;
}

@media screen and (max-width: 1024px) {
  .contact-form-heading-txt {
    font-size: 14px;
  }
}

.select-wrapper {
  position: relative;
  cursor: pointer;
}

.select-wrapper::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-right: 2px solid #FF6E95;
  border-bottom: 2px solid #FF6E95;
  margin: auto;
  top: -4px;
  bottom: 0;
  right: 16px;
  transform-origin: center;
  transform: rotate(45deg);
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .select-wrapper::before {
    right: 15px;
  }
}

.form-text {
  width: 100%;
  height: 54px;
  background-color: #FBFBFB;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  padding: 0px 16px;
  font-size: 14px;
  color: #333333;
}

.form-text::-webkit-input-placeholder {
  font-size: 14px;
  color: #AEAEAE;
}

.form-text:-moz-placeholder {
  font-size: 14px;
  color: #AEAEAE;
}

.form-text::-moz-placeholder {
  font-size: 14px;
  color: #AEAEAE;
}

.form-text:-ms-input-placeholder {
  font-size: 14px;
  color: #AEAEAE;
}

@media screen and (max-width: 1024px) {
  .form-text {
    height: 42px;
    font-size: 16px;
  }
}

.form-select {
  width: 100%;
  height: 54px;
  background-color: #FBFBFB;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  padding: 0px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #AEAEAE;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select::-ms-expand {
  display: none;
}

.form-select option {
  font-size: 14px;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .form-select option {
    font-size: 16px;
  }
}

.form-select.is-active {
  color: #333333;
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .form-select {
    height: 42px;
    font-size: 16px;
  }
}

.form-groupe {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-groupe.form-groupe-width-small {
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .form-groupe.form-groupe-width-small {
    width: 100%;
  }
}

.form-groupe.form-groupe-width-xsmall {
  width: 160px;
}

@media screen and (max-width: 1024px) {
  .form-groupe.form-groupe-width-xsmall {
    width: 120px;
  }
  .form-groupe.form-groupe-width-xsmall + .form-groupe {
    margin-left: 10px;
    height: 42px;
    justify-content: center;
  }
}

.form-groupe.form-groupe-width-medium {
  width: 280px;
}

@media screen and (max-width: 1024px) {
  .form-groupe.form-groupe-width-medium {
    width: 100%;
  }
}

.form-groupe.form-groupe-width-auto {
  width: auto;
}

.error-txt-wrapper {
  display: none;
  width: 100%;
  height: 16px;
  text-align: right;
  margin-top: 2px;
}

@media screen and (max-width: 1024px) {
  .error-txt-wrapper {
    height: 14px;
    margin-top: 4px;
  }
}

.error-txt {
  color: #E92662;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .error-txt {
    font-size: 10px;
  }
}

.form-textarea {
  width: 100%;
  min-height: 370px;
  background-color: #FBFBFB;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  padding: 18px 16px;
  font-size: 14px;
  color: #333333;
  resize: vertical;
}

@media screen and (max-width: 1024px) {
  .form-textarea {
    font-size: 16px;
    min-height: 100px;
  }
}

.contact-form-body-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.form-annotation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 54px;
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  .form-annotation {
    height: auto;
    margin-left: 0px;
  }
}

.form-annotation-txt {
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
}

.form-annotation-txt a {
  font-size: 16px;
  color: #0033CC;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .form-annotation-txt a {
    font-size: 14px;
  }
}

.btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #FF6E95;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  height: 40px;
  border: 1px solid #FF6E95;
  border-radius: 40px;
}

.btn-submit.disabled {
  background-color: #E9E9E9;
  border-color: #D5D5D5;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .btn-submit {
    max-width: 180px;
    width: 180px;
    height: 40px;
    font-size: 14px;
  }
}

.form-checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.form-checkbox-figure {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 2px solid #D5D5D5;
  border-radius: 2px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .form-checkbox-figure {
    width: 20px;
    height: 20px;
  }
}

input[type="checkbox"]:checked + .form-checkbox-figure {
  background-color: #FF6E95;
  border-color: #FFD3DF;
}

input[type="checkbox"]:checked + .form-checkbox-figure::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  background-color: transparent;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin: auto;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(40deg);
  transform-origin: center;
}

@media screen and (max-width: 1024px) {
  input[type="checkbox"]:checked + .form-checkbox-figure::before {
    width: 8px;
    height: 12px;
  }
}

.confirm-modal-submit-btn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  margin: 0px auto;
}

.btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #D5D5D5;
  border-radius: 40px;
  margin: 0px;
}

.btn-back-small {
  font-size: 10px;
  transform: translateY(2px);
}

.btn-submit-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  background-color: #FF6E95;
  border: 1px solid #FF6E95;
  border-radius: 40px;
  margin: 0px;
}

.js-modal-wrapper {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0px;
  left: 0px;
  z-index: 50;
}

.js-modal-wrapper.is-active {
  display: block;
}

.js-modal {
  display: none;
}

.js-modal.is-active {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.modal-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  max-height: 600px;
  max-width: calc( 100% - 20px * 2);
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.14));
  border-radius: 6px;
  padding: 40px 15px;
}

@media all and (-ms-high-contrast: none) {
  .modal-container {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  }
}

@media screen and (max-width: 1024px) {
  .modal-container {
    max-width: 345px;
    height: auto;
    max-height: 80vh;
  }
}

.modal-heading {
  font-size: 16px;
  font-weight: bold;
}

.modal-body {
  width: 100%;
  height: 100%;
  height: max-content;
  margin: 24px auto 50px auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-body::-webkit-scrollbar {
  display: none;
}

.modal-body-inner {
  width: 100%;
}

.modal-body-inner-confirm {
  max-width: 600px;
  margin: 0px auto;
}

.modal-body-inner-confirm dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 5px 0px 5px 15px;
  border-bottom: 1px solid #E4E4E4;
  background-color: #ffffff;
}

.modal-body-inner-confirm dl:first-child {
  border-top: 1px solid #E4E4E4;
}

.modal-body-inner-confirm dl:nth-of-type(2n) {
  background-color: #FBFBFB;
}

.modal-body-inner-confirm dt {
  width: 156px;
  font-size: 12px;
  color: #A69B92;
}

.modal-body-inner-confirm dd {
  font-size: 12px;
  color: #333333;
  width: 100%;
}

.agrre-error-txt-wrapper {
  text-align: center;
  margin-bottom: -16px;
}

@media screen and (max-width: 1024px) {
  .agrre-error-txt-wrapper {
    margin-bottom: -15px;
  }
}

.contact-container-thanks {
  max-width: calc( 800px - 20px * 2);
  padding: 40px 0px 80px 0px;
}

@media screen and (max-width: 1024px) {
  .contact-container-thanks {
    max-width: 100%;
    padding: 30px 0px 100px 0px;
  }
}

.contact-thanks-txt {
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .contact-thanks-txt {
    font-size: 14px;
  }
}

.company-access-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .company-access-container {
    padding-top: 4px;
    padding-bottom: 20px;
  }
}

.company-access-top {
  width: 100%;
}

.company-access-bottom {
  width: 100%;
}

.map-wrapper {
  border: 1px solid #D5D5D5;
  background-color: #D5D5D5;
  border-radius: 10px;
  max-width: 652px;
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .map-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.map-wrapper iframe {
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.company-access-detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 0px 40px 0px;
  max-width: 652px;
}

@media screen and (max-width: 1024px) {
  .company-access-detail {
    flex-direction: column-reverse;
    max-width: 100%;
    padding: 25px 0px 0px 0px;
  }
}

.company-access-map {
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .company-access-map {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
  }
}

.company-access-map-img {
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .company-access-map-img {
    width: 280px;
    margin: 0px auto;
  }
}

.company-access-detail-list {
  width: calc( 100% - 200px);
}

@media screen and (max-width: 1024px) {
  .company-access-detail-list {
    width: 100%;
  }
}

.company-access-detail-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 16px;
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 1024px) {
  .company-access-detail-item {
    flex-direction: column;
    padding: 8px 10px;
  }
}

.company-access-detail-heading {
  width: 100px;
  color: #7D7D7D;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .company-access-detail-heading {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.company-access-detail-body {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 1.37;
}

@media screen and (max-width: 1024px) {
  .company-access-detail-body {
    font-size: 14px;
    line-height: 1.57;
  }
}

.company-access-detail-body ul li {
  position: relative;
  font-size: 16px;
  color: #333333;
  padding-left: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .company-access-detail-body ul li {
    font-size: 14px;
  }
}

.company-access-detail-body ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0px;
  width: 8px;
  height: 2px;
  background-color: #D5D5D5;
}

.company-access-detail-body ul li span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .company-access-detail-body ul li span {
    font-size: 14px;
  }
}

.link-author-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0px 32px 0px;
}

@media screen and (max-width: 1024px) {
  .link-author-list {
    flex-direction: column;
    padding: 15px 0px 0px 0px;
  }
}

.link-author-item {
  display: flex;
  flex-direction: column;
  width: calc( 100% / 3);
  padding: 0px 42px 32px 0px;
}

@media screen and (max-width: 1024px) {
  .link-author-item {
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
}

.link-inner-item-heading {
  position: relative;
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
  margin-bottom: 8px;
}

.link-inner-item-heading::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 2px;
  height: 18px;
  background-color: #FFD3DF;
}

.link-inner-item-body {
  width: 100%;
}

.link-inner-item-body ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.link-inner-item-body ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}

.link-inner-item-body ul li a {
  position: relative;
  font-size: 14px;
  color: #1C7EFF;
  text-decoration: underline;
  font-weight: normal;
}

.link-inner-item-body ul li a[target="_blank"] {
  padding-right: 18px;
}

@media all and (-ms-high-contrast: none) {
  .link-inner-item-body ul li a[target="_blank"] {
    padding-right: 20px;
  }
}

.link-inner-item-body ul li a[target="_blank"]::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  bottom: 5px;
  right: 0px;
  background-image: url("icon_target-blank-gray.svg");
  background-size: 12px 10px;
}

@media all and (-ms-high-contrast: none) {
  .link-inner-item-body ul li a[target="_blank"]::before {
    bottom: 7px;
  }
}

.link-inner-item-body ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 7px;
  width: 8px;
  height: 2px;
  background-color: #D5D5D5;
}

.link-list-wrapper {
  padding: 40px 0px 56px 0px;
}

@media screen and (max-width: 1024px) {
  .link-list-wrapper {
    padding: 20px 15px 20px 15px;
  }
}

.notfound-container {
  padding: 40px 0px 40px 0px;
}

@media screen and (max-width: 1024px) {
  .notfound-container {
    padding: 20px 0px 20px 0px;
  }
}

.heading-notfound {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .heading-notfound {
    margin-bottom: 20px;
  }
}

.heading-notfound-line1 {
  color: #FF6E95;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .heading-notfound-line1 {
    font-size: 12px;
  }
}

.heading-notfound-line2 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

@media screen and (max-width: 1024px) {
  .heading-notfound-line2 {
    margin-top: 4px;
    font-size: 16px;
  }
}

.notfound-txt {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .notfound-txt {
    font-size: 14px;
    line-height: 1.57;
  }
}

.info-detail-container {
  max-width: calc( 800px + 20px * 2);
  padding: 40px 0px 80px 0px;
}

@media screen and (max-width: 1024px) {
  .info-detail-container {
    max-width: 100%;
    padding: 20px 15px 0px 15px;
  }
}

.info-detail-title-heading-wrapper {
  padding: 0px 0px 25px 0px;
  border-bottom: 1px solid #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .info-detail-title-heading-wrapper {
    padding: 0px 0px 15px 0px;
  }
}

.info-detail-title-heading {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .info-detail-title-heading {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.info-detail-title-meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.info-detail-title-meta .info-item-category {
  font-size: 10px;
  margin-right: 10px;
  height: 17px;
}

.info-detail-title-meta .info-item-date {
  font-size: 12px;
}

.info-detail-body-left {
  width: 100%;
  padding: 0px 0px 24px 0px;
}

@media screen and (max-width: 1024px) {
  .info-detail-body-left {
    padding-bottom: 15px;
  }
}

.info-detail-body-left:first-child:last-child {
  padding-top: 24px;
}

@media screen and (max-width: 1024px) {
  .info-detail-body-left:first-child:last-child {
    padding-bottom: 15px;
  }
}

.info-detail-body-right {
  width: 100%;
  padding: 24px 0px 24px 0px;
}

@media screen and (max-width: 1024px) {
  .info-detail-body-right {
    padding: 15px 0px 15px 0px;
  }
}

.info-detail-catch-image-wrapper {
  width: 600px;
  margin: 0px auto;
}

@media screen and (max-width: 1024px) {
  .info-detail-catch-image-wrapper {
    width: 100%;
  }
}

.info-detail-catch-image {
  width: 100%;
}

.info-detail-body,
.special-detail-body {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  overflow-x: hidden;
  padding: 0px;
}

.info-detail-body p,
.special-detail-body p {
  font-size: 16px;
  color: #333333;
  line-height: 1.57;
}

.info-detail-body p:empty {
  height: 1em;
}

.info-detail-body a, .info-detail-body a[target="_blank"],
.special-detail-body a,
.special-detail-body a[target="_blank"] {
  font-size: 16px;
  color: #1C7EFF;
  text-decoration: underline;
}

.info-detail-body a:hover, .info-detail-body a[target="_blank"]:hover,
.special-detail-body a:hover,
.special-detail-body a[target="_blank"]:hover {
  opacity: 0.75;
}

@media screen and (max-width: 1024px) {
  .info-detail-body a, .info-detail-body a[target="_blank"],
  .special-detail-body a,
  .special-detail-body a[target="_blank"] {
    font-size: 14px;
  }
}

.info-detail-body .info-detail-body-left img,
.special-detail-body .info-detail-body-left img {
  max-width: 100% !important;
  height: auto !important;
}

.info-detail-body .table-wrapper,
.special-detail-body .table-wrapper {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.info-detail-body .table-wrapper::-webkit-scrollbar,
.special-detail-body .table-wrapper::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.info-detail-body table,
.special-detail-body table {
  max-width: 100%;
}

.info-detail-body blockquote,
.special-detail-body blockquote {
  position: relative;
  background-color: #FFFBFB;
  padding: 25px;
  border-left: 2px solid #FFD3DF;
  margin: 32px 0px;
  background-image: url("icon_quote.svg"), url("icon_quote_close.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 8px 8px, right 8px bottom 8px;
}

.info-detail-body blockquote p,
.special-detail-body blockquote p {
  font-size: 14px;
}

.info-detail-body blockquote h1, .info-detail-body blockquote h2, .info-detail-body blockquote h3, .info-detail-body blockquote h4, .info-detail-body blockquote h5,
.special-detail-body blockquote h1,
.special-detail-body blockquote h2,
.special-detail-body blockquote h3,
.special-detail-body blockquote h4,
.special-detail-body blockquote h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .info-detail-body blockquote,
  .special-detail-body blockquote {
    background-size: 15px auto;
    background-position: 5px 5px, right 5px bottom 5px;
    padding: 15px;
  }
}

.info-detail-body hr,
.special-detail-body hr {
  border-color: #FF7197;
}

.info-detail-body .marker,
.special-detail-body .marker {
  background-color: #ff0;
}

.info-detail-body big,
.special-detail-body big {
  font-size: 1.5em;
}

.info-detail-body tt,
.special-detail-body tt {
  font-family: monospace;
}

.info-detail-body small,
.special-detail-body small {
  font-size: .5em;
}

.info-detail-body ol,
.special-detail-body ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.info-detail-body ul,
.special-detail-body ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.info-detail-body h1, .info-detail-body h1 *,
.special-detail-body h1,
.special-detail-body h1 * {
  font-size: 28px;
  font-weight: bold;
}

.info-detail-body h2, .info-detail-body h2 *,
.special-detail-body h2,
.special-detail-body h2 * {
  font-size: 20px;
  font-weight: bold;
}

.info-detail-body h3, .info-detail-body h3 *,
.special-detail-body h3,
.special-detail-body h3 * {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .info-detail-body p {
    font-size: 14px;
  }
}

.info-detail-body h2,
.info-detail-body h2 * {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .info-detail-body h2,
  .info-detail-body h2 * {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .info-detail-body h3, .info-detail-body center {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .info-detail-body p {
    font-size: 14px;
  }
}

.special-detail-body {
  flex-direction: row;
  padding-top: 24px;
}

@media screen and (max-width: 1024px) {
  .special-detail-body {
    flex-direction: column;
    padding-top: 15px;
  }
}

.special-detail-body a, .special-detail-body a[target="_blank"] {
  font-size: 16px;
  color: #1C7EFF;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .special-detail-body a, .special-detail-body a[target="_blank"] {
    font-size: 14px;
  }
}

.special-detail-body .info-detail-body-left {
  width: 260px;
}

@media screen and (max-width: 1024px) {
  .special-detail-body .info-detail-body-left {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }
}

.special-detail-body .info-detail-body-right {
  width: calc( 100% - 260px);
  padding-top: 0px;
  padding-left: 32px;
}

@media screen and (max-width: 1024px) {
  .special-detail-body .info-detail-body-right {
    width: 100%;
    padding: 15px 0px;
  }
}

.modal-container-medium {
  width: 420px;
  height: max-content;
}

@media all and (-ms-high-contrast: none) {
  .modal-container-medium {
    height: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .modal-container-medium {
    height: 340px;
    height: max-content;
  }
}

.age-icon-img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .age-icon-img {
    width: 48px;
    height: 48px;
  }
}

#age-verification-modal .modal-heading {
  font-size: 26px;
}

@media screen and (max-width: 1024px) {
  #age-verification-modal .modal-heading {
    font-size: 20px;
  }
}

_::-webkit-full-page-media, _:future, :root #age-verification-modal .modal-container {
  height: 390px;
}

@media all and (-ms-high-contrast: none) {
  #age-verification-modal .modal-container {
    height: 440px;
  }
}

#age-verification-modal .modal-body {
  margin: 0px auto;
}

@media all and (-ms-high-contrast: none) {
  #age-verification-modal .modal-body {
    height: auto;
  }
}

.age-verification-txt {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .age-verification-txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 16px;
  }
}

.age-verification-anottation {
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .age-verification-anottation {
    margin-bottom: 14px;
    margin-bottom: 20px;
  }
}

#confirm-modal .modal-container {
  height: max-content;
}

#too-many-bookmarks-modal .modal-body,
#delete-bookmarks-modal .modal-body,
#clear-history-modal .modal-body {
  margin: 0px auto;
}

_::-webkit-full-page-media, _:future, :root #too-many-bookmarks-modal .modal-container {
  height: 250px;
}

@media screen and (max-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root #too-many-bookmarks-modal .modal-container {
    height: 240px;
  }
}

@media all and (-ms-high-contrast: none) {
  #too-many-bookmarks-modal .modal-container {
    height: 250px;
  }
}

_::-webkit-full-page-media, _:future, :root #clear-history-modal .modal-container {
  height: 200px;
}

@media screen and (max-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root #clear-history-modal .modal-container {
    height: 185px;
  }
}

_::-webkit-full-page-media, _:future, :root #delete-bookmarks-modal .modal-container {
  height: 200px;
}

@media screen and (max-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root #delete-bookmarks-modal .modal-container {
    height: 185px;
  }
}

.modal-body-inner-txt {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1.625;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .modal-body-inner-txt {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.57;
  }
}

.void-list-txt-wrapper {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  margin-bottom: 32px;
}

.void-list-txt-wrapper {
  color: #333333;
  font-size: 14px;
  text-align: center;
}

.list[data-count="0"] + .empty-state {
  display: flex;
}

.comic-item-link {
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .comic-item-link {
    min-height: 0%;
  }
}

@media all and (-ms-high-contrast: none) {
  .slick-track {
    display: flex;
  }
}

.result-message-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
}

@media screen and (max-width: 1024px) {
  .result-message-wrapper {
    padding: 64px 0px;
  }
}

.result-message {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .result-message {
    font-size: 14px;
  }
}

.search-box {
  width: 100%;
  background-color: #F9F9F9;
  padding: 10px;
  border: 1px solid #D5D5D5;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .search-box {
    padding: 5px;
    margin-bottom: 15px;
  }
}

.search-box:last-child {
  margin-bottom: 0px;
}

.search-box .contact-container {
  padding: 0px;
}

.search-box .contact-form-item {
  width: 564px;
  margin: 0px auto 32px auto;
}

@media screen and (max-width: 1024px) {
  .search-box .contact-form-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.search-box .contact-form-heading {
  width: 164px;
  padding-right: 32px;
}

@media screen and (max-width: 1024px) {
  .search-box .contact-form-heading {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 4px;
  }
}

.search-box .contact-form-heading-wrapper {
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .search-box .contact-form-heading-wrapper {
    justify-content: flex-start;
  }
}

.search-box .contact-form-body {
  width: 400px;
}

@media screen and (max-width: 1024px) {
  .search-box .contact-form-body {
    width: 100%;
  }
}

.search-box .form-checkbox-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
}

.search-box .form-checkbox-label:last-child {
  margin-right: 0px;
}

.search-box-inner {
  width: 100%;
  background-color: #ffffff;
  padding: 48px 20px;
  border: 1px dashed #DBDBDB;
}

@media screen and (max-width: 1024px) {
  .search-box-inner {
    padding: 20px 25px;
  }
}

.btn-search-box-txt {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding-left: 30px;
}

@media all and (-ms-high-contrast: none) {
  .btn-search-box-txt {
    transform: translateY(3px);
  }
}

@media screen and (max-width: 1024px) {
  .btn-search-box-txt {
    font-size: 14px;
    padding-left: 20px;
  }
}

.btn-search-box-txt::before {
  position: absolute;
  content: "";
  margin: auto;
  top: -3px;
  bottom: 0;
  left: 0px;
  background-image: url("icon_search.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .btn-search-box-txt::before {
    top: -2px;
    width: 15px;
    height: 15px;
  }
}

.form-checkbox-txt {
  font-size: 16px;
  color: #333333;
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .form-checkbox-txt {
    font-size: 14px;
    margin-left: 6px;
  }
}

.form-groupe-row {
  flex-direction: row;
}

.search-heading {
  margin: 40px 0px 24px 0px;
}

@media screen and (max-width: 1024px) {
  .search-heading {
    margin: 20px 0px 15px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .result-list-wrapper {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .bookmark-list-wrapper {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .bookmark-list-wrapper .list {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .bookmark-list-wrapper .comic-item:nth-last-of-type(3), .bookmark-list-wrapper .comic-item:nth-last-of-type(2), .bookmark-list-wrapper .comic-item:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
}

.account-link-txt-box-left .account-logo-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}

.account-link-txt-box-left .account-logo-img.has-border {
  border: 1px solid #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .account-link-txt-box-left .account-logo-img {
    width: 40px;
    height: 40px;
    margin-right: 4px;
  }
}

.account-link-txt-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.company-message-container p {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .company-message-container p {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.57;
  }
}

.company-message-container .name {
  text-align: right;
  margin-bottom: 0px;
}

.company-normal-container {
  max-width: 800px;
  padding: 40px 0px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .company-normal-container {
    max-width: 100%;
    padding: 20px 0px 0px 0px;
  }
}

.company-normal-container p {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .company-normal-container p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.57;
  }
}

.company-normal-container p:last-child {
  margin-bottom: 0px;
}

.ordersheet-btn-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 24px 20px;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .ordersheet-btn-list {
    flex-direction: column;
    padding: 10px 15px;
  }
}

.btn-ordersheet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 370px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 24px 0px;
  margin: 0px;
}

@media screen and (max-width: 1024px) {
  .btn-ordersheet {
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 10px;
  }
  .btn-ordersheet:last-child {
    margin-bottom: 0px;
  }
}

.btn-ordersheet .btn-ordersheet-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 52px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .btn-ordersheet .btn-ordersheet-inner {
    min-height: 43px;
  }
}

.btn-ordersheet h1, .btn-ordersheet h2, .btn-ordersheet h3, .btn-ordersheet h4, .btn-ordersheet h5, .btn-ordersheet h6 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .btn-ordersheet h1, .btn-ordersheet h2, .btn-ordersheet h3, .btn-ordersheet h4, .btn-ordersheet h5, .btn-ordersheet h6 {
    font-size: 18px;
  }
}

.btn-ordersheet button span {
  position: relative;
  display: inline-block;
  color: #FF7197;
  font-size: 14px;
  font-weight: normal;
  margin: 0px auto;
  padding-right: 18px;
}

@media screen and (max-width: 1024px) {
  .btn-ordersheet button span {
    font-size: 12px;
    padding-right: 14px;
  }
}

.btn-ordersheet button span::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 12px;
  height: 10px;
  background-image: url("icon_target-blank.svg");
  background-size: cover;
}

.normal-heading {
  min-height: 21px;
  border-left: 3px solid #FF9AB5;
  padding-left: 13px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .normal-heading {
    min-height: 18px;
    font-size: 14px;
    padding-left: 8px;
  }
}

.normal-box {
  padding: 16px 15px;
}

@media screen and (max-width: 1024px) {
  .normal-box {
    padding: 10px;
  }
}

.normal-text {
  font-size: 14px;
  color: #333333;
  line-height: 1.57;
}

.normal-item {
  padding: 0px 0px 24px 0px;
}

@media screen and (max-width: 1024px) {
  .normal-item {
    padding-bottom: 10px;
  }
}

.normal-item:last-child {
  padding-bottom: 0px;
}

.normal-link {
  font-size: 16px;
  color: #1C7EFF;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .normal-link {
    font-size: 14px;
  }
}

.normal-list {
  list-style: disc;
  padding-left: 16px;
}

@media screen and (max-width: 1024px) {
  .normal-list {
    padding-left: 15px;
  }
}

.normal-list-item {
  font-size: 14px;
  color: #333333;
  line-height: 1.57;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .normal-list-item {
    margin-bottom: 10px;
  }
}

.normal-list-item:last-child {
  margin-bottom: 0px;
}

.btn-entry-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 370px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 24px;
  margin: 0px;
}

@media screen and (max-width: 1024px) {
  .btn-entry-detail {
    width: 100%;
    padding: 16px 16px;
    margin-bottom: 10px;
  }
  .btn-entry-detail:last-child {
    margin-bottom: 0px;
  }
}

.btn-entry-detail .btn-entry-detail-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .btn-entry-detail .btn-entry-detail-inner {
    min-height: 43px;
  }
}

.btn-entry-detail h1, .btn-entry-detail h2, .btn-entry-detail h3, .btn-entry-detail h4, .btn-entry-detail h5, .btn-entry-detail h6 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .btn-entry-detail h1, .btn-entry-detail h2, .btn-entry-detail h3, .btn-entry-detail h4, .btn-entry-detail h5, .btn-entry-detail h6 {
    font-size: 16px;
  }
}

.btn-entry-detail p {
  margin-top: 16px;
  padding: 16px 0px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #D5D5D5;
  letter-spacing: 0.06em;
  line-height: 1.57;
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .btn-entry-detail p {
    margin-top: 8px;
    padding: 8px 0px;
    font-size: 12px;
    line-height: 1.66;
  }
}

.btn-entry-detail button span {
  position: relative;
  display: inline-block;
  color: #FF7197;
  font-size: 14px;
  font-weight: normal;
  margin: 0px auto;
  padding-right: 18px;
}

@media screen and (max-width: 1024px) {
  .btn-entry-detail button span {
    font-size: 12px;
    padding-right: 14px;
  }
}

.btn-entry-detail button span::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #FF7197;
  border-top: none;
  border-left: none;
  transform-origin: center;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .btn-entry-detail button span::before {
    width: 6px;
    height: 6px;
  }
}

.special-detail-container {
  padding: 30px 0px 80px 0px;
}

@media screen and (max-width: 1024px) {
  .special-detail-container {
    max-width: 100%;
    padding: 15px 15px 0px 15px;
  }
}

.entry-detail-container {
  max-width: calc( 800px + 20px * 2);
  padding: 40px 0px 80px 0px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-container {
    max-width: 100%;
    padding: 20px 15px 0px 15px;
  }
}

.entry-detail-body {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0px;
}

.entry-detail-body p {
  font-size: 14px;
  color: #333333;
  line-height: 1.57;
  margin-bottom: 16px;
}

.entry-detail-body p:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body p {
    margin-bottom: 10px;
  }
}

.entry-detail-body a[target="_blank"] {
  color: #0033CC;
  text-decoration: underline;
}

.entry-detail-body a[target="_blank"]:hover {
  opacity: 0.75;
}

.entry-detail-body .font-large {
  font-size: 16px;
  line-height: 1.5;
}

.entry-detail-body .midashi {
  padding: 24px 0px 40px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.entry-detail-body .font-bold {
  font-weight: bold;
}

.entry-detail-body .indent {
  padding-left: 1em;
}

.entry-detail-body .color-main {
  color: #FF6E95;
}

.entry-detail-body .table-wrapper {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.entry-detail-body .table-wrapper::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.entry-detail-body table {
  max-width: 100%;
}

.entry-detail-body blockquote {
  position: relative;
  background-color: #FBFBFB;
  padding: 25px;
  border-left: 4px solid #D5D5D5;
  margin: 15px 0px;
}

.entry-detail-body blockquote::before {
  position: absolute;
  content: "“";
  color: #333333;
  font-size: 24px;
  left: 10px;
  top: 8px;
}

.entry-detail-body hr {
  border-color: #FF7197;
}

.entry-detail-body .marker {
  background-color: #ff0;
}

.entry-detail-body big {
  font-size: 1.5em;
}

.entry-detail-body tt {
  font-family: monospace;
}

.entry-detail-body small {
  font-size: .5em;
}

.entry-detail-body ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.entry-detail-body ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.entry-detail-body h3, .entry-detail-body h3 * {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body p {
    font-size: 14px;
  }
}

.heading-longtext-wrapper {
  height: auto;
}

.heading-longtext-wrapper .heading {
  height: auto;
}

.heading-longtext-wrapper .heading-left {
  height: auto;
  padding: 10px 20px;
}

@media screen and (max-width: 1024px) {
  .heading-longtext-wrapper .heading-left {
    padding: 8px 0px;
    max-width: 254px;
    line-height: 1.625;
  }
}

@media screen and (max-width: 1024px) {
  .heading-longtext-wrapper.sp-full .heading {
    width: 100%;
  }
  .heading-longtext-wrapper.sp-full .heading .heading-left {
    max-width: 100%;
    width: 100%;
  }
}

.entry-detail-body .prize-detail {
  width: 100%;
  max-width: 810px;
  border: 8px solid #F9F9F9;
  background-color: #ffffff;
  padding: 28px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail {
    max-width: 100%;
    border-width: 4px;
    padding: 15px;
  }
}

.entry-detail-body .prize-detail .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .inner {
    min-height: auto;
  }
}

.entry-detail-body .prize-detail .box-a {
  width: calc( 100% - 214px);
  order: 1;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .box-a {
    width: 100%;
  }
}

.entry-detail-body .prize-detail .box-b {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 214px;
  order: 4;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .box-b {
    width: 100%;
    order: 2;
    position: static;
    padding-bottom: 15px;
    text-align: center;
  }
}

.entry-detail-body .prize-detail .box-c {
  width: calc( 100% - 214px);
  order: 2;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .box-c {
    width: 100%;
    order: 3;
  }
}

.entry-detail-body .prize-detail .box-d {
  width: calc( 100% - 214px);
  order: 3;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .box-d {
    width: 100%;
    order: 4;
  }
}

.entry-detail-body .prize-detail .img {
  width: 214px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .img {
    width: 106px;
  }
}

.entry-detail-body .prize-detail .banner-img {
  width: 320px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .banner-img {
    width: 100%;
  }
}

.entry-detail-body .prize-detail .prize-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .prize-heading {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.entry-detail-body .prize-detail p {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.colophon-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 784px;
  height: max-content;
  height: fit-content;
  padding: 62px 40px;
  background-color: #ffffff;
  border-radius: 6px;
}

_::-webkit-full-page-media, _:future, :root .colophon-container {
  height: 538px;
}

@media screen and (max-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root .colophon-container {
    height: 520px;
  }
}

@media all and (-ms-high-contrast: none) {
  .colophon-container {
    height: 520px;
  }
}

@media screen and (max-width: 1024px) {
  .colophon-container {
    width: calc( 100% - 8px * 2);
    min-height: 479px;
    height: 520px;
    height: 100%;
    padding: 22px 12px 6px 12px;
  }
}

.colophon-container .tab-wrap {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .colophon-container .tab-wrap {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) and (max-aspect-ratio: 1 / 1) {
  .colophon-container .store-link-item {
    width: calc( ( ( 100% - ( 5px * 3 ) ) / 4 ));
    margin-bottom: 5px;
  }
  .colophon-container .store-link-item:last-child:nth-of-type(4n-1) {
    margin-right: calc( ( ( 100% - ( 5px * 3 ) ) / 4 ) + 5px);
  }
  .colophon-container .store-link-item:last-child:nth-of-type(4n-2) {
    margin-right: calc( ( ( ( 100% - ( 5px * 3 ) ) / 4 ) + 5px ) * 2);
  }
}

.colophon-heading {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .colophon-heading {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.btn-colophon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .btn-colophon-wrapper {
    flex-direction: column;
    width: 300px;
    margin: 0px auto;
  }
}

.btn-colophon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #ffffff;
  border: 1px solid #D5D5D5;
  width: 300px;
  height: 48px;
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .btn-colophon {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .btn-colophon::last-child {
    margin-bottom: 0px;
  }
}

.btn-colophon::last-child {
  margin-right: 0px;
}

.btn-colophon span {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-right: 22px;
}

.btn-colophon span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #FF7197;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2px;
  transform-origin: center;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}

.business-txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 24px 0px;
}

@media screen and (max-width: 1024px) {
  .business-txt {
    font-size: 14px;
    line-height: 1.57;
    margin: 10px 0px;
  }
}

.list-row6 {
  border: 8px solid #F9F9F9;
  background-color: #ffffff;
  padding: 8px 8px 2px 8px;
}

@media screen and (max-width: 1024px) {
  .list-row6 {
    border-width: 4px;
    padding: 5px 5px 0px 5px;
  }
}

.list-row6 .list-item {
  width: calc( ( 100% - 6px * 5) / 6);
  margin-bottom: 0px;
}

.list-row6 .list-item:last-child, .list-row6 .list-item.list-row4 {
  margin-right: 0px !important;
}

@media screen and (max-width: 1024px) {
  .list-row6 .list-item {
    width: calc( ( 100% - 8px * 2 ) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .list-row6 .comic-item-thum-wrapper {
    margin-bottom: 6px;
  }
}

.business-box-outer {
  width: 100%;
  margin-bottom: 40px;
}

.business-box-outer:last-child {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .business-box-outer {
    margin-bottom: 20px;
  }
}

.business-box-top-outer {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .business-box-top-outer {
    margin-bottom: 20px;
  }
}

.business-box-top-txt {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .business-box-top-txt {
    font-size: 14px;
    line-height: 1.57;
  }
}

.heading-center {
  width: 100%;
  text-align: center;
}

.heading-center .heading-left {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.heading-center .heading-title {
  color: #FF6E95;
}

.business-box-inner {
  padding: 0px 10px;
}

.entry-detail-body .prize-detail {
  width: 100%;
  max-width: 810px;
  border: 8px solid #F9F9F9;
  background-color: #ffffff;
  padding: 28px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail {
    max-width: 100%;
    border-width: 4px;
    padding: 15px;
  }
}

.entry-detail-body .prize-detail .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .inner {
    min-height: auto;
  }
}

.entry-detail-body .prize-detail .box-a {
  width: calc( 100% - 214px);
  order: 1;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .box-a {
    width: 100%;
  }
}

.entry-detail-body .prize-detail .box-b {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 214px;
  order: 4;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .box-b {
    width: 100%;
    order: 2;
    position: static;
    padding-bottom: 15px;
    text-align: center;
  }
}

.entry-detail-body .prize-detail .box-c {
  width: calc( 100% - 214px);
  order: 2;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .box-c {
    width: 100%;
    order: 3;
  }
}

.entry-detail-body .prize-detail .box-d {
  width: calc( 100% - 214px);
  order: 3;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .box-d {
    width: 100%;
    order: 4;
  }
}

.entry-detail-body .prize-detail .img {
  width: 214px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .img {
    width: 106px;
  }
}

.entry-detail-body .prize-detail .banner-img {
  width: 320px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .banner-img {
    width: 100%;
  }
}

.entry-detail-body .prize-detail .prize-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail .prize-heading {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.entry-detail-body .prize-detail p {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .entry-detail-body .prize-detail p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.top-list-magazine list {
  width: 100%;
}

.special-heading-wrapper {
  width: 100%;
  height: 240px;
  display: block;
  text-align: center;
  background-color: #FFDBDC;
}

@media screen and (max-width: 1024px) {
  .special-heading-wrapper {
    height: auto;
  }
}

.special-heading-img {
  width: auto;
  height: 240px;
}

@media screen and (max-width: 1024px) {
  .special-heading-img {
    width: 100%;
    height: auto;
  }
}

.special-detail-thum {
  width: 260px;
  margin-bottom: 17px;
}

@media screen and (max-width: 1024px) {
  .special-detail-thum {
    width: 180px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .special-detail-meta-wrapper {
    padding: 15px 0px;
    border: 1px solid #D5D5D5;
    border-right: none;
    border-left: none;
  }
}

.special-detail-meta {
  margin-bottom: 5px;
}

.special-detail-meta:last-child {
  margin-bottom: 0px;
}

.special-detail-meta dt, .special-detail-meta dd {
  color: #A1A1A1;
  font-size: 14px;
  font-weight: normal;
}

.special-detail-meta dt a, .special-detail-meta dd a {
  font-size: 14px;
}

.special-detail-subheading {
  display: flex;
  color: #FF7197;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #FF9AB5;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 8px 0px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .special-detail-subheading {
    font-size: 16px;
  }
}

.special-detail-p-top-txt {
  margin: 24px auto 32px auto;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .special-detail-p-top-txt {
    font-size: 14px;
    margin: 10px auto 22px auto;
  }
}

.top-video-wrapper iframe {
  /*border: 1px solid $color_gray7;*/
  outline: 1px solid #D5D5D5;
}

.first-hidden {
  opacity: 0;
}

.is-tablet .colophon-container {
  width: calc( 100% - 40px * 2);
  height: 520px;
  padding: 40px 62px;
  min-height: unset;
}

.is-tablet .colophon-container .store-link-item {
  width: calc( ( ( 100% - ( 9.6px * 5 ) ) / 6 ));
}

.is-tablet .colophon-heading {
  font-size: 18px;
  margin-bottom: 24px;
}

.is-tablet .btn-colophon-wrapper {
  flex-direction: row;
  width: 100%;
}

.is-tablet .btn-colophon {
  width: 300px;
  margin-right: 16px;
  margin-bottom: 0px;
}

.is-tablet .btn-colophon:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1024px) {
  .account-link-item-comic-ch .account-logo-img {
    width: 93px;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .account-link-item-rennaisengen .account-logo-img {
    width: 85px;
    height: auto;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .account-link-item-blsengen .account-logo-img {
    width: 85px;
    height: auto;
    margin-bottom: 8px;
  }
}

.account-link-item-official-twitter .account-link-txt-box-title {
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .account-link-item-official-twitter .account-link-txt-box-title {
    margin-bottom: 0px;
  }
}

.account-link-item-official-tl-twitter .account-link-txt-box-title {
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .account-link-item-official-tl-twitter .account-link-txt-box-title {
    font-size: 12px;
    line-height: 1.16;
    margin-bottom: 1px;
  }
}

.account-link-item-blsengen-twitter .account-link-txt-box-title {
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .account-link-item-blsengen-twitter .account-link-txt-box-title {
    font-size: 12px;
    line-height: 1.16;
    margin-bottom: 1px;
  }
}

.account-link-item-official-facebook .account-link-txt-box-title {
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .account-link-item-official-facebook .account-link-txt-box-title {
    margin-bottom: 0px;
  }
}

.account-link-item-official-instagram .account-link-txt-box-title {
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .account-link-item-official-instagram .account-link-txt-box-title {
    margin-bottom: 0px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

#form-postalcode + .error-txt-wrapper {
  width: calc( 100% + 3em);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #form-postalcode + .error-txt-wrapper {
    width: 100%;
    text-align: right;
  }
}

.account-link-inner {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 0px;
}

@media screen and (max-width: 1024px) {
  .account-link-inner {
    /*background-color: transparent;*/
    min-height: 60px;
  }
}

.detail-keyword-list {
  margin-bottom: 6px;
}

.product-list + #pagenation .pagenation {
  padding-top: 24px;
  padding-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .product-list + #pagenation .pagenation {
    padding-top: 20px;
  }
}

.product-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 146px;
  border: 1px solid #D5D5D5;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #ffffff;
  padding: 16px;
}

@media screen and (max-width: 1024px) {
  .product-item {
    padding: 10px;
    height: auto;
  }
}

.heading-result-product {
  border: 1px solid #D5D5D5;
  border-right: none;
  border-left: none;
}

.heading-result-product .heading {
  border-color: #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .heading-result-product .heading {
    height: auto;
    padding: 10px 0px;
  }
}

.heading-result-product .heading-left {
  border: none;
}

.heading-result-product .heading-left .heading-title {
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .heading-result-product .heading-left .heading-title {
    border-color: #D5D5D5;
    height: auto;
    border-top: none;
  }
}

@media screen and (max-width: 1024px) {
  .heading-result-product .heading-left {
    height: auto;
  }
}

.product-item-thum-wrapper {
  width: 80px;
  height: 114px;
}

@media screen and (max-width: 1024px) {
  .product-item-thum-wrapper {
    width: 60px;
    height: 86px;
  }
}

.product-item-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc( 100% - 80px);
  padding-left: 16px;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .product-item-detail {
    padding-left: 10px;
    width: calc( 100% - 60px);
  }
}

.product-item-detail-heading {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
  margin-bottom: 8px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .product-item-detail-heading {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.product-item-detail-discription {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
  line-height: 1.285;
  margin-bottom: 16px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .product-item-detail-discription {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1024px) {
  #product-list .heading-result-product .heading {
    transform: translateY(1px);
  }
}

.product-item-detail-meta-list {
  display: flex;
  flex-direction: row;
}

.product-item-detail-meta-item {
  color: #A1A1A1;
  font-size: 14px;
  margin-right: 16px;
}

.product-item-detail-meta-item:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1024px) {
  .product-item-detail-meta-item {
    font-size: 12px;
    margin-right: 10px;
  }
}

.product-wraapper {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .product-wraapper {
    margin-bottom: 40px;
  }
}

.product-wraapper + .container > .pagenation {
  margin-top: -24px;
  padding: 0px;
  padding-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .product-wraapper + .container > .pagenation {
    margin-top: -20px;
    padding-bottom: 40px;
  }
}

/*--------------------
/layout
--------------------*/
/*---------------
add 20240517
---------------*/
.link-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 4px;
  width: calc( 100% - 40px - 40px);
  height: 66px;
  padding: 0px 24px;
  margin: auto;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .link-bar {
    width: 100%;
    margin-top: 15px;
    padding: 12px;
    height: auto;
  }
}

.link-bar-text {
  position: relative;
  font-size: 16px;
  color: #F13953;
  font-weight: 700;
  padding-left: calc( 22px + 8px);
  padding-right: calc( 36px + 17px);
  line-height: 1.5;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .link-bar-text {
    font-size: 14px;
    padding-left: calc( 18px + 8px);
    padding-right: calc( 28px + 8px);
  }
}

.link-bar-text::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj4NCiAgPGcgaWQ9IuOCsOODq+ODvOODl182NSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjMgLTI3MzMuNDg3KSI+DQogICAgPGcgaWQ9IualleWGhuW9ol8xMiIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MyAyNzMzLjQ4NykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmNzE5NyIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICAgIDxjaXJjbGUgY3g9IjExIiBjeT0iMTEiIHI9IjExIiBzdHJva2U9Im5vbmUiLz4NCiAgICAgIDxjaXJjbGUgY3g9IjExIiBjeT0iMTEiIHI9IjEwIiBmaWxsPSJub25lIi8+DQogICAgPC9nPg0KICAgIDxwYXRoIGlkPSLjg5HjgrlfMzMiIGRhdGEtbmFtZT0i44OR44K5IDMzIiBkPSJNMy4xNTYtNS44MjZINC40MzdsLjY3NS03LjczM2MuMDM0LS4zNzMuMDUxLS41NDMuMDUxLS43MTJBMS4zMzEsMS4zMzEsMCwwLDAsMy43OC0xNS41NmExLjMzLDEuMzMsMCwwLDAtMS40LDEuMjU1LDUuOTgzLDUuOTgzLDAsMCwwLC4wNTEuNzQ2Wm0uNjU4LDEuMkExLjQsMS40LDAsMCwwLDIuNC0zLjIzMSwxLjQsMS40LDAsMCwwLDMuOC0xLjgyMywxLjQsMS40LDAsMCwwLDUuMTc5LTMuMjMxLDEuNCwxLjQsMCwwLDAsMy44MTMtNC42MjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzAuMjIgMjc1My4yNjMpIiBmaWxsPSIjZmY3MTk3Ii8+DQogIDwvZz4NCjwvc3ZnPg0K);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .link-bar-text::before {
    width: 18px;
    height: 18px;
  }
}

.link-bar-text::after {
  position: absolute;
  content: '';
  width: 36px;
  height: 13px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Kw44Or44O844OXXzE4OTAiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDE4OTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzNiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDM2IDEzIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IumVt+aWueW9ol8xNDg5IiBkYXRhLW5hbWU9IumVt+aWueW9oiAxNDg5IiB3aWR0aD0iMzYiIGhlaWdodD0iMTMiIGZpbGw9IiNhNjliOTIiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSLjg5HjgrlfMjk1MCIgZGF0YS1uYW1lPSLjg5HjgrkgMjk1MCIgZD0iTTE5MS4xOSwwVjEzbDkuMzMyLTYuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjQuNTIyIDApIiBmaWxsPSIjYTY5YjkyIi8+CiAgPGcgaWQ9IuOCsOODq+ODvOODl18xODg5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxODg5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4KICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfMTg4OCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTg4OCIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgICA8cGF0aCBpZD0i44OR44K5XzI5NTEiIGRhdGEtbmFtZT0i44OR44K5IDI5NTEiIGQ9Ik0yLjEyNiwzMS4yNDRoMGEyLjA5NSwyLjA5NSwwLDEsMCwwLDQuMTg5LDIuMDk1LDIuMDk1LDAsMSwwLDAtNC4xODkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTI2LjgzOSkiIGZpbGw9IiNhNjliOTIiLz4KICAgICAgPHBhdGggaWQ9IuODkeOCuV8yOTUyIiBkYXRhLW5hbWU9IuODkeOCuSAyOTUyIiBkPSJNNDguNjU1LDMxLjI0NGgwYTIuMDk1LDIuMDk1LDAsMSwwLDIuMTI2LDIuMDk1LDIuMTExLDIuMTExLDAsMCwwLTIuMTI2LTIuMDk1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDAuMDA4IC0yNi44MzkpIiBmaWxsPSIjYTY5YjkyIi8+CiAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMjk1MyIgZGF0YS1uYW1lPSLjg5HjgrkgMjk1MyIgZD0iTTk1LjE4MywzMS4yNDRoMGEyLjA5NSwyLjA5NSwwLDEsMCwyLjEyNiwyLjA5NSwyLjExMSwyLjExMSwwLDAsMC0yLjEyNi0yLjA5NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgwLjAxNSAtMjYuODM5KSIgZmlsbD0iI2E2OWI5MiIvPgogICAgICA8cGF0aCBpZD0i44OR44K5XzI5NTQiIGRhdGEtbmFtZT0i44OR44K5IDI5NTQiIGQ9Ik0xNDEuNzEyLDMxLjI0NGgwYTIuMDk1LDIuMDk1LDAsMSwwLDIuMTI2LDIuMDk1LDIuMTExLDIuMTExLDAsMCwwLTIuMTI2LTIuMDk1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIwLjAyNCAtMjYuODM5KSIgZmlsbD0iI2E2OWI5MiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .link-bar-text::after {
    width: 28px;
    height: 28px;
  }
}

.link-bar-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF6E95;
  border-radius: 4px;
  width: 150px;
  height: 38px;
  margin-left: 16px;
}

@media screen and (max-width: 1024px) {
  .link-bar-link {
    width: 108px;
    height: 36px;
  }
}

.link-bar-link > .text {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .link-bar-link > .text {
    font-size: 13px;
  }
}

.js-comic-slide-list.list.slick-slider {
  padding: 24px calc( 40px - 13px);
}

@media screen and (max-width: 1024px) {
  .product-item {
    flex-wrap: wrap;
  }
}

.product-item-btn-wrapper {
  width: calc( 16px + 126px);
  flex-shrink: 0;
  padding-left: 16px;
}

@media screen and (max-width: 1024px) {
  .product-item-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    padding-top: 10px;
  }
}

.product-item-btn-wrapper .btn-read-sample-detail {
  width: 100%;
  height: 38px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .product-item-btn-wrapper .btn-read-sample-detail {
    width: 100%;
    max-width: calc( 100% - 60px  - 10px);
    margin-right: 0;
  }
}

/*---------------
/add 20240517
---------------*/
/*--------------------
sp-layout
--------------------*/
/* for-sp */
@media screen and (max-width: 1024px) {
  /* 768px->414 */
}

@media screen and (min-width: 1024px) and (max-width: 1120px) {
  .flex-container {
    width: calc( 100% - 20px * 2);
    margin-left: auto;
    margin-right: auto;
  }
  .header {
    padding: 0px 20px;
  }
}

/* for-tablet */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  /* 768px->414 */
}

.inquiry-select-container {
  max-width: calc( 800px + ( 15px * 2 ));
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .inquiry-select-container {
    max-width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}

.inquiry-select-text {
  font-size: 16px;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .inquiry-select-text {
    font-size: 14px;
  }
}

.inquiry-select-btn-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 32px 0px;
}

@media screen and (max-width: 1024px) {
  .inquiry-select-btn-list {
    padding: 20px 0px;
  }
}

.inquiry-select-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc( ( 100% - 24px ) / 2);
  height: 87px;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .inquiry-select-btn {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }
  .inquiry-select-btn:last-child {
    margin-bottom: 0;
  }
}

.inquiry-select-btn::before {
  position: absolute;
  content: '';
  right: 24px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 3px solid #FF7197;
  border-top: none;
  border-left: none;
  transform-origin: center;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .inquiry-select-btn::before {
    right: 16px;
    width: 10px;
    height: 10px;
  }
}

.inquiry-select-btn .inquiry-select-btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .inquiry-select-btn .inquiry-select-btn-text {
    font-size: 18px;
  }
}

.inquiry-select-btn .inquiry-select-btn-text-sub {
  display: flex;
  font-size: 14px;
  color: #FF7197;
  font-weight: 400;
  margin-top: 2px;
}

@media screen and (max-width: 1024px) {
  .inquiry-select-btn .inquiry-select-btn-text-sub {
    font-size: 12px;
    margin-top: 3px;
  }
}

.inquiry-select-btn.large {
  width: 100%;
  height: 112px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .inquiry-select-btn.large {
    height: 86px;
  }
}

.inquiry-select-btn-full-wrapper {
  padding: 66px 0px 32px 0px;
  border-bottom: 1px solid #FF9AB5;
}

@media screen and (max-width: 1024px) {
  .inquiry-select-btn-full-wrapper {
    padding: 31px 0px 20px 0px;
  }
}

/*-----*/
.sns-banner-book-list {
  padding: 10px 0px 20px 0;
}

.sns-banner-book {
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .sns-banner-book {
    margin-left: 20px;
    margin-right: 20px;
    width: calc( 100% - 20px - 20px);
  }
}

.sns-banner-book.nekotomo .title-main, .sns-banner-book.tl .title-main, .sns-banner-book.bl .title-main {
  font-size: 15px !important;
}

@media screen and (max-width: 1024px) {
  .sns-banner-book.nekotomo .title-main, .sns-banner-book.tl .title-main, .sns-banner-book.bl .title-main {
    font-size: 16px !important;
  }
}

.sns-banner-book-inner-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.sns-banner-book-inner-top .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sns-banner-book-inner-top .title .title-main {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 1024px) {
  .sns-banner-book-inner-top .title .title-main {
    font-size: 16px;
  }
}

.sns-banner-book-inner-top .title .title-sub {
  color: #A69B92;
  font-size: 12px;
  margin-top: 0px;
  letter-spacing: 1.25px;
}

.sns-icon-large {
  width: 50px;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #D5D5D5;
}

@media screen and (max-width: 1024px) {
  .sns-icon-large {
    width: 48px;
    margin-right: 12px;
  }
}

.sns-icon-small {
  width: 14px;
  margin-right: 4px;
}

.sns-banner-book-inner-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 62px;
}

@media screen and (max-width: 1024px) {
  .sns-banner-book-inner-bottom {
    margin-left: 60px;
  }
}

.sns-banner-book-inner-bottom .text {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}

.account-link-item-official-tl-twitter .account-link-title,
.account-link-item-blsengen-twitter .account-link-title,
.account-link-item-blsengen-twitter .account-link-title,
.account-link-item-official-twitter .account-link-title {
  color: #000000;
}

/*-----*/
/*--------------------
/sp-layout
--------------------*/
/*--------------------
Object
--------------------*/
.c-page_ttl {
  font-size: 48px;
}

.c-cont {
  margin-top: 50px;
}

.c-list .c-list_item {
  margin-top: 20px;
}

.c-list .c-list_item:first-child {
  margin-top: 0;
}

.c-list_define .c-list_define_item {
  margin-top: 20px;
  display: flex;
}

.c-list_define .c-list_define_item:first-child {
  margin-top: 0;
}

.c-list_define .c-list_define_item_define {
  margin-left: 20px;
}

/*--------------------
/Object
--------------------*/
/*--------------------
Project
--------------------*/
/*--------------------
/Project
--------------------*/
/*--------------------
Utility
--------------------*/
.u-hidden {
  display: none;
}

.title-label {
  font-size: 12px;
  font-weight: inherit;
  color: #fff;
  background-color: #f44545;
  padding: 0px 4px;
  margin-right: 3px;
  transform: translateY(-1px);
  display: inline-flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
}

.main-list-wrapper .slick-track {
  margin-left: 0;
}

.js-comic-slide-list.list {
  display: block;
  width: 100%;
}

.comic-item-rank-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.comic-item-rank-wrapper[data-rank="1"] svg rect,
.comic-item-rank-wrapper[data-rank="1"] svg path {
  fill: #F8B229;
}

.comic-item-rank-wrapper[data-rank="2"] svg rect,
.comic-item-rank-wrapper[data-rank="2"] svg path {
  fill: #B6B9B8;
}

.comic-item-rank-wrapper[data-rank="3"] svg rect,
.comic-item-rank-wrapper[data-rank="3"] svg path {
  fill: #B89C92;
}

.comic-item-rank-wrapper svg {
  transform: translateY(-2px);
  width: 20px;
  margin-right: 4px;
}

.comic-item-rank {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  margin-right: 3px;
}

.comic-item-rank-unit {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  transform: translateY(-7px);
}

.js-comic-slide-list.ranking-list .slick-slide > div {
  max-height: none;
}

.heading-ranking {
  border: none;
  margin-top: 24px;
  padding-left: 24px;
}

.heading-ranking .heading {
  border: none;
}

.heading-ranking .heading-left {
  padding: 0;
  align-items: flex-end;
  display: inline-block;
  border-bottom: 1px solid #FF9AB5;
  padding-bottom: 4px;
  width: auto;
  height: auto;
  border-top: none;
}

.heading-ranking .heading-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-right: 4px;
}

.heading-ranking .heading-title-sub {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .title-label {
    font-size: 10px;
  }
  .js-comic-slide-list.list {
    display: flex;
  }
  .comic-item-rank-wrapper svg {
    width: 16px;
    margin-right: 3px;
    transform: translateY(1px);
  }
  .comic-item-rank {
    font-size: 20px;
    margin-right: 3px;
  }
  .comic-item-rank-unit {
    font-size: 12px;
    transform: translateY(-4px);
  }
  .heading-ranking {
    margin-top: 15px;
    padding-left: 0;
  }
  .heading-ranking .heading {
    margin: auto;
  }
  .heading-ranking .heading-left {
    padding-bottom: 4px;
  }
  .heading-ranking .heading-title {
    font-size: 15px;
    margin-right: 0px;
  }
  .heading-ranking .heading-title-sub {
    font-size: 12px;
  }
}

.info-detail-body p:empty {
  height: 1em;
}

.slick-slide {
  height: auto;
}

@media screen and (max-width: 1024px) {
  .product-item {
    flex-wrap: wrap;
  }
}

.product-item-btn-wrapper {
  width: calc( 16px + 126px);
  flex-shrink: 0;
  padding-left: 16px;
}

@media screen and (max-width: 1024px) {
  .product-item-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    padding-top: 10px;
  }
}

.product-item-btn-wrapper .btn-read-sample-detail {
  width: 100%;
  height: 38px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .product-item-btn-wrapper .btn-read-sample-detail {
    width: 100%;
    max-width: calc( 100% - 60px  - 10px);
    margin-right: 0;
  }
}

.product-item-thum-wrapper {
  flex-shrink: 0;
}

/*--------------------
/Utility
--------------------*/
.dummy-text {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.detail-body [v-cloak],
.detail-body [v-for], .detail-body [v-if], .detail-body [v-bind] {
  opacity: 1 !important;
}

.detail-body [v-cloak] .dummy-text,
.detail-body [v-for] .dummy-text, .detail-body [v-if] .dummy-text, .detail-body [v-bind] .dummy-text {
  color: transparent;
  background: #DBDBDB;
  opacity: .25;
}

.detail-body .detail-thum-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 156%;
  height: 0;
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .detail-body .detail-thum-wrapper {
    width: 180px;
    padding-top: calc( 180px * 1.56);
  }
}

.detail-body .detail-thum-wrapper .detail-thum {
  position: absolute;
  width: calc( 100% - 2px);
  height: calc( 100% - 2px);
  outline: none;
  object-fit: contain;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-position: top center;
}

.comic-item-thum-wrapper > img:not(.comic-item-thum) {
  opacity: 0;
}

.btn-read-sample-detail-wrapper {
  text-align: center;
}

.btn-read-sample-detail-wrapper a {
  margin: auto;
}

[v-if="book.topics_6.length > 0"] a {
  background: rgba(219, 219, 219, 0.25) !important;
}

/*--------------------
/layout
--------------------*/

/*# sourceMappingURL=@file("style.css.css") */
