@charset "UTF-8";
/* コミックポータル */
#comic-portal {
  background-color: var(--color-paleGray);
  overflow: hidden;
  padding: 0 0 50px;
}

.browsing-with-smartphone #comic-portal {
  font-size: var(--fontSize-default);
}

#comic-portal .pc-none {
  display: none;
}

.browsing-with-smartphone #comic-portal .pc-none {
  display: block;
}

#comic-portal .browsing-with-smartphone .sp-none {
  display: none;
}

#comic-portal a {
  color: var(--color-default);
  text-decoration: none;
}

#comic-portal a:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.browsing-with-smartphone #comic-portal a:hover {
  opacity: 1;
}

#comic-portal img {
  max-width: 100%;
  vertical-align: bottom;
}

#comic-portal ul,
#comic-portal li {
  list-style: none;
}

#comic-portal .clearfix::after {
  content: '';
  display: block;
  clear: both;
}

#comic-portal .btn a {
  text-align: center;
  display: block;
}

#comic-portal .btn--more {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  background-color: var(--color-white);
  color: var(--color-black);
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: var(--color-black) 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#comic-portal .btn--more::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 20px;
  position: absolute;
  right: 5%;
}

#comic-portal .btn--big {
  margin: 0 auto;
  max-width: 360px;
}

#comic-portal .btn--big a {
  background-color: var(--color-black);
  color: var(--color-white);
  position: relative;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
}

.browsing-with-smartphone #comic-portal .btn--big a {
  padding: 18px 40px;
  font-size: 18px;
}

#comic-portal .btn--big a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 20px;
  position: absolute;
  right: 5%;
}

#comic-portal .btn--cp {
  margin: 0 auto;
  max-width: 520px;
}

#comic-portal .btn--cp a {
  background-color: var(--color-black);
  color: var(--color-white);
  position: relative;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}

.browsing-with-smartphone #comic-portal .btn--cp a {
  padding: 18px 10px;
  font-size: 12px;
}

#comic-portal .btn--cp a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 16px;
  position: absolute;
  right: 5%;
  margin-top: -0.8em;
}

#comic-portal .btn--label-nav {
  background-color: #68c9cc;
  color: var(--color-white);
  position: relative;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
}

.browsing-with-smartphone #comic-portal .btn--label-nav {
  padding: 10px;
  font-size: 18px;
}

#comic-portal .btn--label-nav::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 20px;
  position: absolute;
  right: 5%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#comic-portal .btn--label-nav.open::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#comic-portal #header-logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: var(--color-white);
}

#comic-portal #header-logo .logo-link {
  width: 100%;
  display: block;
}

#comic-portal #header-logo .logo-img {
  max-width: 300px;
  width: 60%;
  padding: 20px 0;
}

.browsing-with-smartphone #comic-portal #header-logo .logo-img {
  padding: 12px;
}

#comic-portal .top {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

#comic-portal .taste {
  background-color: var(--color-white);
  padding: 10px 15px 15px;
}

.browsing-with-smartphone #comic-portal .taste {
  padding: 5px 10px 10px;
}

#comic-portal .taste__text {
  font-size: 20px;
  line-height: 2;
  color: var(--color-black);
  text-align: center;
}

.browsing-with-smartphone #comic-portal .taste__text {
  font-size: 12px;
}

#comic-portal .taste__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

#comic-portal .taste__item {
  line-height: 2;
}

#comic-portal .taste__item a {
  color: var(--color-white);
  padding: 3px 15px;
  font-size: 20px;
  background-color: #68c9cc;
  border-radius: 10px;
  margin: 8px;
}

.browsing-with-smartphone #comic-portal .taste__item a {
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 6px;
  margin: 2px;
}

.browsing-with-smartphone #comic-portal .taste__item a {
  font-size: 12px;
}

#comic-portal .headline {
  margin-top: 5px;
}

#comic-portal .headline--pink {
  background-color: #ff97A5;
  font-size: 20px;
  color: var(--color-white);
  padding: 5px 2%;
}

.browsing-with-smartphone #comic-portal .headline--pink {
  font-size: 11px;
}

#comic-portal .headline--pink i,
#comic-portal .headline--pink .big {
  font-size: 22px;
}

.browsing-with-smartphone #comic-portal .headline--pink i, .browsing-with-smartphone
#comic-portal .headline--pink .big {
  font-size: 16px;
}

#comic-portal .headline--pink .big {
  color: #fffee0;
}

#comic-portal .headline--pink .medium {
  font-size: 20px;
}

.browsing-with-smartphone #comic-portal .headline--pink .medium {
  font-size: 16px;
}

#comic-portal .headline--green {
  background-color: #68c9cc;
  font-size: 20px;
  color: var(--color-white);
  font-weight: bold;
  letter-spacing: 0.2rem;
  padding: 16px;
  text-align: center;
}

.browsing-with-smartphone #comic-portal .headline--green {
  font-size: 13px;
  padding: 10px;
}

#comic-portal .headline--red {
  background-color: #d5414f;
  font-size: 20px;
  color: var(--color-white);
  padding: 5px 2%;
  text-align: center;
}

.browsing-with-smartphone #comic-portal .headline--red {
  font-size: 11px;
}

#comic-portal .headline--red i,
#comic-portal .headline--red .big {
  font-size: 22px;
}

.browsing-with-smartphone #comic-portal .headline--red i, .browsing-with-smartphone
#comic-portal .headline--red .big {
  font-size: 16px;
}

#comic-portal .headline--red .big {
  color: #fffee0;
}

#comic-portal .headline--red .medium {
  font-size: 20px;
}

.browsing-with-smartphone #comic-portal .headline--red .medium {
  font-size: 16px;
}

#comic-portal .content__wrap {
  max-width: 1000px;
  margin: 25px auto 0;
}

.browsing-with-smartphone #comic-portal .content__wrap {
  margin: 15px auto 0;
}

#comic-portal .module {
  height: auto;
  overflow-y: hidden;
}

#comic-portal .module__more {
  font-size: 16px;
  background-color: var(--color-white);
  max-width: 1000px;
  font-weight: normal;
  text-align: right;
  padding: 0 50px 20px;
}

#comic-portal .module__more a {
  padding: 10px;
  position: relative;
}

#comic-portal .module__more a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 16px;
  position: absolute;
  right: -10px;
}

.browsing-with-smartphone #comic-portal .module__more {
  font-size: 12px;
  padding: 5px 20px;
}

.browsing-with-smartphone #comic-portal .module__more a::after {
  font-size: 12px;
}

#comic-portal .module__list--vertical {
  display: block;
  width: 100%;
}

#comic-portal .module__list--vertical .module__item {
  position: relative;
  background-color: var(--color-white);
  border-bottom: var(--color-paleGray) 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#comic-portal .module__list--vertical .module__item:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.browsing-with-smartphone #comic-portal .module__list--vertical .module__item:hover {
  opacity: 1;
}

#comic-portal .module__list--vertical .module__item:last-child {
  border-bottom: 0;
}

#comic-portal .module__list--vertical .module__item .link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#comic-portal .module__list--vertical .module__item .detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 5%;
}

.browsing-with-smartphone #comic-portal .module__list--vertical .module__item .detail {
  padding: 13px 10% 13px 5%;
}

#comic-portal .module__list--vertical .module__item .detail::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 20px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -1em;
}

.browsing-with-smartphone #comic-portal .module__list--vertical .module__item .detail::after {
  font-size: 14px;
  right: 3%;
}

#comic-portal .module__list--vertical .module__item .detail__cover {
  width: 30%;
  max-width: 120px;
  margin-right: 16px;
}

#comic-portal .module__list--vertical .module__item .detail__cover img {
  border: var(--color-paleGray) 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#comic-portal .module__list--vertical .module__item .detail__text-area {
  width: 70%;
}

#comic-portal .module__list--vertical .module__item .detail__title {
  font-size: 20px;
  font-weight: bold;
}

.browsing-with-smartphone #comic-portal .module__list--vertical .module__item .detail__title {
  font-size: 13px;
}

#comic-portal .module__list--vertical .module__item .detail__author {
  font-size: 16px;
  color: #ff97A5;
  font-weight: normal;
}

.browsing-with-smartphone #comic-portal .module__list--vertical .module__item .detail__author {
  font-size: 10px;
}

#comic-portal .module__list--vertical .module__item .detail__caption {
  font-size: 16px;
  font-weight: normal;
  padding-top: 3px;
}

.browsing-with-smartphone #comic-portal .module__list--vertical .module__item .detail__caption {
  font-size: 10px;
}

#comic-portal .module__list--grid-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card {
  padding: 0 10px;
}

#comic-portal .module__list--grid-card .module__item {
  position: relative;
  background-color: var(--color-white);
  width: calc(100% / 4 - 16px);
  margin: 10px 8px 0;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card .module__item {
  width: calc(100% / 2 - 8px);
  margin: 10px 4px 0;
}

#comic-portal .module__list--grid-card .module__item:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card .module__item:hover {
  opacity: 1;
}

#comic-portal .module__list--grid-card .module__item .link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#comic-portal .module__list--grid-card .module__item .flag {
  position: relative;
}

#comic-portal .module__list--grid-card .module__item .flag::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 45px solid #68c9cc;
  border-right: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-top: 45px solid #68c9cc;
  z-index: 1;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card .module__item .flag::before {
  border-left: 30px solid #68c9cc;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-top: 30px solid #68c9cc;
}

#comic-portal .module__list--grid-card .module__item .flag::after {
  content: '期間\A限定';
  white-space: pre;
  line-height: 1.2;
  color: var(--color-white);
  position: absolute;
  top: 5px;
  left: 8px;
  font-size: 14px;
  z-index: 2;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card .module__item .flag::after {
  font-size: 12px;
  top: 3px;
  left: 5px;
}

#comic-portal .module__list--grid-card .module__item .detail {
  padding: 15px 10%;
}

#comic-portal .module__list--grid-card .module__item .detail__cover {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  display: block;
  border: var(--color-paleGray) 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#comic-portal .module__list--grid-card .module__item .detail__number {
  font-size: 18px;
  margin-top: 5px;
  color: #ff97A5;
  text-align: center;
  font-weight: bold;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card .module__item .detail__number {
  font-size: 13px;
}

#comic-portal .module__list--grid-card .module__item .detail__title {
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card .module__item .detail__title {
  font-size: 12px;
}

#comic-portal .module__list--grid-card .module__item .detail__caption {
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card .module__item .detail__caption {
  font-size: 10px;
}

#comic-portal .module__list--grid-card-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card-2 {
  padding: 0 10px;
}

#comic-portal .module__list--grid-card-2 .module__item {
  position: relative;
  background-color: var(--color-white);
  width: calc(100% / 3 - 16px);
  margin: 10px 8px 0;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card-2 .module__item {
  width: calc(100% - 8px);
  margin: 10px 4px 0;
}

#comic-portal .module__list--grid-card-2 .module__item .store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#comic-portal .module__list--grid-card-2 .module__item .store-item {
  margin: 12px 2px 0;
  width: calc((100%/2) - 4px);
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card-2 .module__item .store-item {
  width: calc((100%/2) - 4px);
}

#comic-portal .module__list--grid-card-2 .module__item .store-item i {
  padding-right: .4em;
  font-size: 9px;
}

#comic-portal .module__list--grid-card-2 .module__item .store-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #948a65;
}

#comic-portal .module__list--grid-card-2 .module__item .store-item a:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card-2 .module__item .store-item a:hover {
  opacity: 1;
}

#comic-portal .module__list--grid-card-2 .module__item .detail {
  padding: 15px 10%;
}

#comic-portal .module__list--grid-card-2 .module__item .detail__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#comic-portal .module__list--grid-card-2 .module__item .detail__cover {
  width: 40%;
  max-width: 120px;
  margin: 0 auto;
  display: block;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card-2 .module__item .detail__cover {
  width: 30%;
}

#comic-portal .module__list--grid-card-2 .module__item .detail__cover img {
  border: var(--color-paleGray) 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#comic-portal .module__list--grid-card-2 .module__item .detail__text-area {
  padding-left: 20px;
  width: 60%;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card-2 .module__item .detail__text-area {
  width: 70%;
}

#comic-portal .module__list--grid-card-2 .module__item .detail__number {
  font-size: 18px;
  margin-top: 5px;
  color: #ff97A5;
  text-align: center;
  font-weight: bold;
}

.browsing-with-smartphone #comic-portal .module__list--grid-card-2 .module__item .detail__number {
  font-size: 13px;
}

#comic-portal .module__list--grid-card-2 .module__item .detail__title {
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}

#comic-portal .module__list--grid-card-2 .module__item .detail__caption {
  font-size: 11px;
  margin-top: 5px;
  font-weight: normal;
}

#comic-portal .module__list--horizontal-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: var(--color-white);
  padding: 0 5% 20px;
}

.browsing-with-smartphone #comic-portal .module__list--horizontal-scroll {
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 16px 10px;
}

#comic-portal .module__list--horizontal-scroll .module__item {
  position: relative;
  width: calc(100% / 5 - 16px);
  margin: 13px 8px 0;
}

.browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item {
  display: inline-block;
  max-width: 100px;
  width: 100%;
  padding: 0;
  margin: 13px 5px 0 0;
  vertical-align: top;
}

.browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item:last-child {
  margin-right: 0;
}

#comic-portal .module__list--horizontal-scroll .module__item:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item:hover {
  opacity: 1;
}

#comic-portal .module__list--horizontal-scroll .module__item .link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#comic-portal .module__list--horizontal-scroll .module__item .detail {
  max-width: 140px;
  margin: 0 auto;
}

#comic-portal .module__list--horizontal-scroll .module__item .detail__cover {
  width: 100%;
  margin: 0 auto;
  display: block;
  line-height: 0;
}

#comic-portal .module__list--horizontal-scroll .module__item .detail__cover img {
  border: var(--color-paleGray) 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#comic-portal .module__list--horizontal-scroll .module__item .detail__title {
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

@media all and (-ms-high-contrast: none) {
  #comic-portal .module__list--horizontal-scroll .module__item .detail__title {
    position: relative;
    max-height: 42px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
  }
  #comic-portal .module__list--horizontal-scroll .module__item .detail__title::before, #comic-portal .module__list--horizontal-scroll .module__item .detail__title::after {
    position: absolute;
    background: #fff;
  }
  #comic-portal .module__list--horizontal-scroll .module__item .detail__title::before {
    content: '...';
    top: 21px;
    right: 0;
    width: 1em;
  }
  #comic-portal .module__list--horizontal-scroll .module__item .detail__title::after {
    content: '';
    width: 100%;
    height: 100%;
  }
}

@-moz-document url-prefix() {
  #comic-portal .module__list--horizontal-scroll .module__item .detail__title {
    position: relative;
    max-height: 42px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
  }
  #comic-portal .module__list--horizontal-scroll .module__item .detail__title::before, #comic-portal .module__list--horizontal-scroll .module__item .detail__title::after {
    position: absolute;
    background: #fff;
  }
  #comic-portal .module__list--horizontal-scroll .module__item .detail__title::before {
    content: '...';
    top: 21px;
    right: 0;
    width: 1em;
  }
  #comic-portal .module__list--horizontal-scroll .module__item .detail__title::after {
    content: '';
    width: 100%;
    height: 100%;
  }
}

.browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title {
  font-size: 11px;
}

@media all and (-ms-high-contrast: none) {
  .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title {
    position: relative;
    max-height: 33px;
    font-size: 11px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
  }
  .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title::before, .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title::after {
    position: absolute;
    background: #fff;
  }
  .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title::before {
    content: '...';
    top: 16.5px;
    right: 0;
    width: 1em;
  }
  .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title::after {
    content: '';
    width: 100%;
    height: 100%;
  }
}

@-moz-document url-prefix() {
  .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title {
    position: relative;
    max-height: 33px;
    font-size: 11px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
  }
  .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title::before, .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title::after {
    position: absolute;
    background: #fff;
  }
  .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title::before {
    content: '...';
    top: 16.5px;
    right: 0;
    width: 1em;
  }
  .browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__title::after {
    content: '';
    width: 100%;
    height: 100%;
  }
}

#comic-portal .module__list--horizontal-scroll .module__item .detail__caption {
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browsing-with-smartphone #comic-portal .module__list--horizontal-scroll .module__item .detail__caption {
  font-size: 10px;
}

#comic-portal .module__list--line-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: var(--color-white);
  padding: 0 3% 20px;
}

#comic-portal .module__list--line-up .module__item {
  position: relative;
  width: calc(100% / 5 - 16px);
  margin: 13px 8px 0;
}

.browsing-with-smartphone #comic-portal .module__list--line-up .module__item {
  width: calc(100% / 3 - 8px);
  margin: 10px 4px 0;
}

#comic-portal .module__list--line-up .module__item:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.browsing-with-smartphone #comic-portal .module__list--line-up .module__item:hover {
  opacity: 1;
}

#comic-portal .module__list--line-up .module__item .link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#comic-portal .module__list--line-up .module__item .detail {
  max-width: 140px;
  margin: 0 auto;
}

#comic-portal .module__list--line-up .module__item .detail__cover {
  width: 100%;
  margin: 0 auto;
  display: block;
  line-height: 0;
}

#comic-portal .module__list--line-up .module__item .detail__cover img {
  border: var(--color-paleGray) 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#comic-portal .module__list--line-up .module__item .detail__title {
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

@media all and (-ms-high-contrast: none) {
  #comic-portal .module__list--line-up .module__item .detail__title {
    position: relative;
    max-height: 42px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
  }
  #comic-portal .module__list--line-up .module__item .detail__title::before, #comic-portal .module__list--line-up .module__item .detail__title::after {
    position: absolute;
    background: #fff;
  }
  #comic-portal .module__list--line-up .module__item .detail__title::before {
    content: '...';
    top: 21px;
    right: 0;
    width: 1em;
  }
  #comic-portal .module__list--line-up .module__item .detail__title::after {
    content: '';
    width: 100%;
    height: 100%;
  }
}

@-moz-document url-prefix() {
  #comic-portal .module__list--line-up .module__item .detail__title {
    position: relative;
    max-height: 42px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
  }
  #comic-portal .module__list--line-up .module__item .detail__title::before, #comic-portal .module__list--line-up .module__item .detail__title::after {
    position: absolute;
    background: #fff;
  }
  #comic-portal .module__list--line-up .module__item .detail__title::before {
    content: '...';
    top: 21px;
    right: 0;
    width: 1em;
  }
  #comic-portal .module__list--line-up .module__item .detail__title::after {
    content: '';
    width: 100%;
    height: 100%;
  }
}

.browsing-with-smartphone #comic-portal .module__list--line-up .module__item .detail__title {
  font-size: 11px;
}

#comic-portal .module__list--line-up .module__item .detail__caption {
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browsing-with-smartphone #comic-portal .module__list--line-up .module__item .detail__caption {
  font-size: 10px;
}

#comic-portal .module__list--feature-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: var(--color-white);
  padding: 0 10% 20px;
}

.browsing-with-smartphone #comic-portal .module__list--feature-banner {
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 30px 20px;
  line-height: 0;
}

#comic-portal .module__list--feature-banner .module__item {
  position: relative;
  width: calc(100% / 2 - 8px);
  margin: 13px 0 0;
}

.browsing-with-smartphone #comic-portal .module__list--feature-banner .module__item {
  display: inline-block;
  width: 100%;
  margin: 16px 2px 0;
}

.browsing-with-smartphone #comic-portal .module__list--feature-banner .module__item:last-child {
  margin-right: 0;
}

#comic-portal .module__list--feature-banner .module__item:hover {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.browsing-with-smartphone #comic-portal .module__list--feature-banner .module__item:hover {
  opacity: 1;
}

#comic-portal .module__list--feature-banner .module__item .link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#comic-portal .module__list--feature-banner .module__item .detail {
  margin: 0 auto;
}

#comic-portal .module__list--feature-banner .module__item .detail__feature {
  width: 100%;
  margin: 0 auto;
  display: block;
  line-height: 0;
}

#comic-portal .module__list--feature-banner .module__item .detail__feature img {
  border: var(--color-paleGray) 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#comic-portal #moduleList {
  list-style: none;
}

#comic-portal #moduleList .moduleItem {
  display: none;
}

#comic-portal .more {
  margin: 20px 15px 0;
}

#comic-portal #readMoreBtn {
  display: none;
}

#comic-portal .comic-list {
  background-color: var(--color-white);
  padding: 20px;
  margin: 40px 0 0;
}

.browsing-with-smartphone #comic-portal .comic-list {
  margin: 20px 0 0;
}

#comic-portal .footer-banner {
  text-align: center;
  margin: 20px 0 0;
  padding: 0 16px;
}

#comic-portal .footer-banner__item {
  max-width: 400px;
  margin: 0 auto;
}

#comic-portal .label-nav {
  margin: 0 auto;
  max-width: 1000px;
}

#comic-portal .label-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  background-color: #68c9cc;
  padding: 0 14px 10px;
}

#comic-portal .label-nav__item {
  width: calc(100% / 8 - 8px);
  margin: 4px;
}

.browsing-with-smartphone #comic-portal .label-nav__item {
  width: calc(100% / 4 - 4px);
  margin: 2px;
}

#comic-portal .label-nav__item:hover {
  opacity: 0.7;
}

.browsing-with-smartphone #comic-portal .label-nav.is-fixed {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 999;
  width: 100%;
}

#comic-portal .label-nav .active {
  display: none;
}

#comic-portal .backToTop {
  text-align: right;
  max-width: 1000px;
  margin: 0 auto;
}

#comic-portal .backToTop a {
  padding: 10px;
  display: inline-block;
}

#comic-portal .info {
  text-align: center;
  margin: 20px 20px 30px;
}