@charset "UTF-8";
/* ==================================================
  Color
================================================== */
/* Base
-------------------------------------------------- */
/* Custom
-------------------------------------------------- */
/*
  パーツ

  コンテンツ
*/
/* ==================================================
  パーツ
================================================== */
/* 成人認証
--------------------------------------------------------- */
.remodal-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.7);
}

.remodal-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPElEQVQ4T2P8////TAbiwBZilDGOGogvmEbDEHvoDI1k40tMDmBgYPAhRh3Iy6MG4gyp0TDEnVMGd7IBAMWoTtVcwv62AAAAAElFTkSuQmCC) rgba(255, 255, 255, 0.7);
}

.remodal-wrapper {
  display: block;
}

#adult-check {
  display: none;
}

#authentication-check {
  position: absolute;
  top: 50%;
  right: 10px;
  left: 10px;
  width: auto;
  max-width: 380px;
  min-width: 280px;
  padding: 0;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  transform: translateY(-50%);
}

.authentication-check_inner {
  padding: 20px 15px;
  text-align: center;
}

.authentication-check_ttl {
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  background: #4d6594;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.authentication-check_txt {
  margin-bottom: 15px;
  color: #4d6594;
  font-size: 1.8rem;
  font-weight: bold;
}

.authentication-check_note {
  line-height: 1.5;
  font-size: 1.2rem;
}

.authentication-check_btn {
  display: flex;
  margin: 15px auto 0;
}

.authentication-check_btn li:first-child {
  width: 35%;
  margin-right: 10px;
}

.authentication-check_btn li:last-child {
  flex-grow: 1;
}

.authentication-check_btn li a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 12px 10px;
  border-radius: 4px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.authentication-check_btn li a:hover {
  opacity: 1;
}

.authentication-check_btn #modal-check {
  color: #fff;
  background: #fa3e83;
}

.authentication-check_btn #modal-check-close {
  color: #fff;
  background: #808080;
  cursor: pointer;
}

/* 背景色
-------------------------------------------------- */
.bg-black {
  background: #000;
}

.bg-darkblue {
  background: #010919;
}

.bg-darkpurple {
  background: #0e020c;
}

.bg-darkgreen {
  background: #060d02;
}

.bg-brown {
  background: #150b01;
}

.bg-gray {
  background: #cccfd7;
}

/* 画像多言語対応
-------------------------------------------------- */
.multi_lang_img {
  display: none;
}

.multi_lang_img:lang(ja-jp):nth-of-type(1) {
  display: block;
}

.multi_lang_img:lang(en-us):nth-of-type(2) {
  display: block;
}

.multi_lang_img:lang(zh-cn):nth-of-type(3) {
  display: block;
}

.multi_lang_img:lang(zh-tw):nth-of-type(4) {
  display: block;
}

/* ==================================================
  コンテンツ
================================================== */
.mainvisal {
  padding: 0;
}

.mainvisal_hero {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #ffe262;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .mainvisal_hero {
    max-width: 1024px;
  }
}

.mainvisal_hero h1 {
  background: url(../img/main.jpg) no-repeat center 0;
  overflow: hidden;
  min-height: 64vw;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .mainvisal_hero h1 {
    min-height: 542px;
  }
}

.mainvisal_hero h1 .explanation {
  margin: 0 auto;
  padding: min(500px,50vw) 20px 20px;
  font-size: 3.2vw;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .mainvisal_hero h1 .explanation {
    font-size: 2rem;
  }
}

.mainvisal_hero .fv_banner {
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 700px;
  width: 95%;
}

.maniax {
  border-bottom: 1px solid #0090ff;
}

.maniax .tab {
  width: 100%;
  margin: 0px auto;
}

@media screen and (min-width: 415px) and (max-width: 499px) {
  .maniax .tab {
    top: 255px;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .maniax .tab {
    top: 499px;
  }
}

@media screen and (min-width: 769px) {
  .maniax .tab {
    max-width: 1024px;
  }
}

.maniax .tab .awardTab {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.maniax .tab .awardTab .awardTab-item {
  position: relative;
  display: table-cell;
  height: 74px;
  line-height: 74px;
  text-align: center;
  box-sizing: border-box;
  border-top: 5px solid #000000;
  background-color: #110600;
}

@media screen and (max-width: 768px) {
  .maniax .tab .awardTab .awardTab-item {
    height: 30px;
    line-height: 30px;
  }
}

.maniax .tab .awardTab .awardTab-item .line {
  border-top: 1px solid #ffe262;
  border-right: 1px solid #ffe262;
}

.maniax .tab .awardTab .awardTab-item .line a {
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .maniax .tab .awardTab .awardTab-item .line a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .maniax .tab .awardTab .awardTab-item .line a {
    font-size: 2.4rem;
  }
}

.maniax .tab .awardTab .awardTab-item.type-doujin.is-active {
  height: 74px;
  line-height: 74px;
  background-color: #010919;
  border-left: 1px solid #0090ff;
  border-right: 1px solid #0090ff;
  border-top: 7px solid #0090ff;
}

@media screen and (max-width: 768px) {
  .maniax .tab .awardTab .awardTab-item.type-doujin.is-active {
    height: 30px;
    line-height: 30px;
    border-top: 3px solid #0090ff;
  }
}

.maniax .tab .awardTab .awardTab-item.type-doujin.is-active h2 {
  color: #0090ff;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .maniax .tab .awardTab .awardTab-item.type-doujin.is-active h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .maniax .tab .awardTab .awardTab-item.type-doujin.is-active h2 {
    font-size: 3rem;
  }
}

.maniax .tab .awardTab .awardTab-item.is-active ::before {
  content: "";
  position: absolute;
  background: #010919;
  height: 5px;
  width: 100%;
  z-index: 2;
  bottom: -2px;
  left: 0;
}

.maniax.type_pro {
  border-bottom: 1px solid #ff00c6;
}

.maniax.type_pro .tab {
  width: 100%;
  margin: 0px auto;
}

@media screen and (min-width: 769px) {
  .maniax.type_pro .tab {
    max-width: 1024px;
  }
}

.maniax.type_pro .tab .awardTab {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.maniax.type_pro .tab .awardTab .awardTab-item {
  display: table-cell;
  height: 74px;
  line-height: 74px;
  text-align: center;
  box-sizing: border-box;
  border-top: 5px solid #000000;
  background-color: #110600;
}

@media screen and (max-width: 768px) {
  .maniax.type_pro .tab .awardTab .awardTab-item {
    height: 30px;
    line-height: 30px;
  }
}

.maniax.type_pro .tab .awardTab .awardTab-item .line.type_left_pro {
  border-top: 1px solid #ffe262;
  border-left: 1px solid #ffe262;
  border-right: none;
}

.maniax.type_pro .tab .awardTab .awardTab-item .line.type_left_pro a {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .maniax.type_pro .tab .awardTab .awardTab-item .line.type_left_pro a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .maniax.type_pro .tab .awardTab .awardTab-item .line.type_left_pro a {
    font-size: 2.8rem;
  }
}

.maniax.type_pro .tab .awardTab .awardTab-item .line.type_right_pro {
  border-top: 1px solid #ffe262;
  border-left: none;
  border-right: 1px solid #ffe262;
}

.maniax.type_pro .tab .awardTab .awardTab-item .line.type_right_pro a {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .maniax.type_pro .tab .awardTab .awardTab-item .line.type_right_pro a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .maniax.type_pro .tab .awardTab .awardTab-item .line.type_right_pro a {
    font-size: 2.4rem;
  }
}

.maniax.type_pro .tab .awardTab .awardTab-item.type-pro.is-active {
  height: 74px;
  line-height: 74px;
  background-color: #0e020c;
  border-left: 1px solid #ff00c6;
  border-right: 1px solid #ff00c6;
  border-top: 7px solid #ff00c6;
}

@media screen and (max-width: 768px) {
  .maniax.type_pro .tab .awardTab .awardTab-item.type-pro.is-active {
    height: 30px;
    line-height: 30px;
    border-top: 3px solid #ff00c6;
  }
}

.maniax.type_pro .tab .awardTab .awardTab-item.type-pro.is-active h2 {
  color: #ff00c6;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .maniax.type_pro .tab .awardTab .awardTab-item.type-pro.is-active h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .maniax.type_pro .tab .awardTab .awardTab-item.type-pro.is-active h2 {
    font-size: 2.4rem;
  }
}

.maniax.type_pro .tab .awardTab .awardTab-item.is-active ::before {
  content: "";
  position: absolute;
  background: #0e020c;
  height: 5px;
  width: 100%;
  z-index: 2;
  bottom: -2px;
  left: 0;
}

.maniax.type_comic {
  border-bottom: 1px solid #06ff00;
}

.maniax.type_comic .tab {
  width: 100%;
  margin: 0px auto;
}

@media screen and (min-width: 769px) {
  .maniax.type_comic .tab {
    max-width: 1024px;
  }
}

.maniax.type_comic .tab .awardTab {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.maniax.type_comic .tab .awardTab .awardTab-item {
  display: table-cell;
  height: 74px;
  line-height: 74px;
  text-align: center;
  box-sizing: border-box;
  border-top: 5px solid #000000;
  background-color: #110600;
}

@media screen and (max-width: 768px) {
  .maniax.type_comic .tab .awardTab .awardTab-item {
    height: 30px;
    line-height: 30px;
  }
}

.maniax.type_comic .tab .awardTab .awardTab-item .line.type_left_comic {
  border-top: 1px solid #ffe262;
  border-left: 1px solid #ffe262;
  border-right: none;
}

.maniax.type_comic .tab .awardTab .awardTab-item .line.type_left_comic a {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .maniax.type_comic .tab .awardTab .awardTab-item .line.type_left_comic a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .maniax.type_comic .tab .awardTab .awardTab-item .line.type_left_comic a {
    font-size: 2.4rem;
  }
}

.maniax.type_comic .tab .awardTab .awardTab-item.type-comic.is-active {
  height: 74px;
  line-height: 74px;
  background-color: #060d02;
  border-left: 1px solid #06ff00;
  border-right: 1px solid #06ff00;
  border-top: 7px solid #06ff00;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .maniax.type_comic .tab .awardTab .awardTab-item.type-comic.is-active {
    height: 30px;
    line-height: 30px;
    border-top: 3px solid #06ff00;
  }
}

.maniax.type_comic .tab .awardTab .awardTab-item.type-comic.is-active h2 {
  color: #06ff00;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .maniax.type_comic .tab .awardTab .awardTab-item.type-comic.is-active h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .maniax.type_comic .tab .awardTab .awardTab-item.type-comic.is-active h2 {
    font-size: 2.5rem;
  }
}

.maniax.type_comic .tab .awardTab .awardTab-item.is-active ::before {
  content: "";
  position: absolute;
  background: #060d02;
  height: 5px;
  width: 100%;
  z-index: 2;
  bottom: -2px;
  left: 0;
}

.maniax.type_asmr {
  border-bottom: 1px solid #ffe84c;
}

.contents {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .contents {
    padding: 40px 0 0;
  }
}

.contents .navi {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .contents .navi {
    max-width: 1024px;
  }
}

.contents .navi span {
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .contents .navi span {
    font-size: 2rem;
  }
}

.contents .navi .navi_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 100%;
  flex-direction: row;
  gap: 8px;
}

@media screen and (min-width: 769px) {
  .contents .navi .navi_box {
    gap: 10px;
    margin: 0 auto;
    max-width: 930px;
  }
}

.contents .navi .navi_box a {
  width: 100%;
}

.contents .navi .navi_box_card {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 0 8px;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .contents .navi .navi_box_card {
    margin: 0 0 10px;
    min-height: 130px;
  }
}

.contents .navi .navi_box_card .award_title {
  position: relative;
  text-align: center;
  z-index: 5;
  letter-spacing: 1px;
  height: 70px;
  overflow-wrap: break-word;
}

@media screen and (min-width: 769px) {
  .contents .navi .navi_box_card .award_title {
    padding: 4px 30px;
  }
}

.contents .navi .navi_box_card .award_title_floor {
  font-weight: bold;
  font-size: 1rem;
  padding: 5px 1px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 370px) {
  .contents .navi .navi_box_card .award_title_floor {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 769px) {
  .contents .navi .navi_box_card .award_title_floor {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.contents .navi .navi_box_card .award_title_name {
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 1px;
}

@media screen and (max-width: 370px) {
  .contents .navi .navi_box_card .award_title_name {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 769px) {
  .contents .navi .navi_box_card .award_title_name {
    font-size: 1.8rem;
  }
}

.contents .navi .navi_box_card .award_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid rgba(255, 255, 255, 0.1);
  border-bottom: 15px solid rgba(255, 255, 255, 0.1);
  border-left: 15px solid transparent;
}

@media screen and (min-width: 769px) {
  .contents .navi .navi_box_card .award_title::before {
    bottom: -60px;
    border-top: 30px solid transparent;
    border-right: 30px solid rgba(255, 255, 255, 0.1);
    border-bottom: 30px solid rgba(255, 255, 255, 0.1);
    border-left: 30px solid transparent;
  }
}

.contents .navi .navi_box_card .award_title::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 9px;
  height: 8px;
  width: 8px;
  box-shadow: -1px 1px 0 #fff inset;
  transform: rotate(135deg);
}

@media screen and (min-width: 769px) {
  .contents .navi .navi_box_card .award_title::after {
    right: 10px;
    bottom: -45px;
    height: 15px;
    width: 15px;
  }
}

.contents .navi.type_pro,
.contents .navi.type_asmr {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.contents .navi.type_pro span,
.contents .navi.type_asmr span {
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_pro span,
  .contents .navi.type_asmr span {
    font-size: 2rem;
  }
}

.contents .navi.type_pro .navi_box,
.contents .navi.type_asmr .navi_box {
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_pro .navi_box,
  .contents .navi.type_asmr .navi_box {
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 1024px;
  }
}

.contents .navi.type_pro .navi_box a,
.contents .navi.type_asmr .navi_box a {
  width: calc(50% - 8px);
}

.contents .navi.type_pro .navi_box_card,
.contents .navi.type_asmr .navi_box_card {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .contents .navi.type_pro .navi_box_card,
  .contents .navi.type_asmr .navi_box_card {
    min-height: 76px;
  }
}

@media screen and (max-width: 370px) {
  .contents .navi.type_pro .navi_box_card,
  .contents .navi.type_asmr .navi_box_card {
    min-height: 70px;
  }
}

@media screen and (min-width: 769px) {
  .contents .navi.type_pro .navi_box_card,
  .contents .navi.type_asmr .navi_box_card {
    min-height: 130px;
  }
}

.contents .navi.type_pro .navi_box_card .award_title,
.contents .navi.type_asmr .navi_box_card .award_title {
  position: relative;
  display: block;
  text-align: center;
  z-index: 5;
  letter-spacing: 1px;
  height: 70px;
  overflow-wrap: break-word;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_pro .navi_box_card .award_title,
  .contents .navi.type_asmr .navi_box_card .award_title {
    padding: 4px 30px;
  }
}

.contents .navi.type_pro .navi_box_card .award_title_floor,
.contents .navi.type_asmr .navi_box_card .award_title_floor {
  font-weight: bold;
  font-size: 1rem;
  padding: 5px 1px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 769px) {
  .contents .navi.type_pro .navi_box_card .award_title_floor,
  .contents .navi.type_asmr .navi_box_card .award_title_floor {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.contents .navi.type_pro .navi_box_card .award_title_name,
.contents .navi.type_asmr .navi_box_card .award_title_name {
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 1px;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_pro .navi_box_card .award_title_name,
  .contents .navi.type_asmr .navi_box_card .award_title_name {
    font-size: 1.8rem;
  }
}

.contents .navi.type_pro .navi_box_card .award_title::before,
.contents .navi.type_asmr .navi_box_card .award_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid rgba(255, 255, 255, 0.1);
  border-bottom: 25px solid rgba(255, 255, 255, 0.1);
  border-left: 25px solid transparent;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_pro .navi_box_card .award_title::before,
  .contents .navi.type_asmr .navi_box_card .award_title::before {
    bottom: -60px;
    border-top: 30px solid transparent;
    border-right: 30px solid rgba(255, 255, 255, 0.1);
    border-bottom: 30px solid rgba(255, 255, 255, 0.1);
    border-left: 30px solid transparent;
  }
}

.contents .navi.type_pro .navi_box_card .award_title::after,
.contents .navi.type_asmr .navi_box_card .award_title::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 12px;
  height: 10px;
  width: 10px;
  box-shadow: -1px 1px 0 #fff inset;
  transform: rotate(135deg);
}

@media screen and (min-width: 769px) {
  .contents .navi.type_pro .navi_box_card .award_title::after,
  .contents .navi.type_asmr .navi_box_card .award_title::after {
    right: 10px;
    bottom: -45px;
    height: 15px;
    width: 15px;
  }
}

.contents .navi.type_comic {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.contents .navi.type_comic span {
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_comic span {
    font-size: 2rem;
  }
}

.contents .navi.type_comic .navi_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_comic .navi_box {
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 1024px;
  }
}

.contents .navi.type_comic .navi_box a {
  width: calc(50% - 8px);
}

.contents .navi.type_comic .navi_box_card {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .contents .navi.type_comic .navi_box_card {
    min-height: 76px;
  }
}

@media screen and (max-width: 370px) {
  .contents .navi.type_comic .navi_box_card {
    min-height: 77px;
    margin: 0 2px 4px;
  }
}

@media screen and (min-width: 769px) {
  .contents .navi.type_comic .navi_box_card {
    margin: 0 10px 10px 0;
    min-height: 130px;
  }
}

.contents .navi.type_comic .navi_box_card .award_title {
  position: relative;
  display: block;
  text-align: center;
  z-index: 5;
  letter-spacing: 1px;
  height: 80px;
  overflow-wrap: break-word;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_comic .navi_box_card .award_title {
    padding: 4px 20px;
  }
}

.contents .navi.type_comic .navi_box_card .award_title_floor {
  font-weight: bold;
  font-size: 1rem;
  padding: 5px 1px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 769px) {
  .contents .navi.type_comic .navi_box_card .award_title_floor {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.contents .navi.type_comic .navi_box_card .award_title_name {
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 1px;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_comic .navi_box_card .award_title_name {
    font-size: 1.4rem;
  }
}

.contents .navi.type_comic .navi_box_card .award_title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid rgba(255, 255, 255, 0.1);
  border-bottom: 25px solid rgba(255, 255, 255, 0.1);
  border-left: 25px solid transparent;
}

@media screen and (min-width: 769px) {
  .contents .navi.type_comic .navi_box_card .award_title::before {
    bottom: -50px;
    border-top: 30px solid transparent;
    border-right: 30px solid rgba(255, 255, 255, 0.1);
    border-bottom: 30px solid rgba(255, 255, 255, 0.1);
    border-left: 30px solid transparent;
  }
}

.contents .navi.type_comic .navi_box_card .award_title::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 12px;
  height: 10px;
  width: 10px;
  box-shadow: -1px 1px 0 #fff inset;
  transform: rotate(135deg);
}

@media screen and (min-width: 769px) {
  .contents .navi.type_comic .navi_box_card .award_title::after {
    right: 10px;
    bottom: -35px;
    height: 15px;
    width: 15px;
  }
}

.contents .award {
  width: 95%;
  margin: 0 auto;
}

.contents .award_box {
  max-width: 930px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

@media screen and (min-width: 769px) {
  .contents .award_box {
    padding: 60px 0;
  }
  .contents .award_box:last-child {
    padding: 60px 0 0;
  }
}

.contents .award_box h3 {
  border-left: 1px solid #ffe262;
  border-right: 1px solid #ffe262;
  border-top: 1px solid #ffe262;
  background-color: #000;
}

.contents .award_box h3 img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .contents .award_box h3 img {
    width: 35%;
  }
}

.contents .award_box_work {
  border: 1px solid #ffe262;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work {
    padding: 0 20px;
  }
}

.contents .award_box_work_inner {
  padding: 30px 0;
}

.contents .award_box_work_inner h4 {
  color: #ffe262;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 10px 0;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_inner h4 {
    font-size: 4rem;
  }
}

.contents .award_box_work_inner.type_result {
  padding: 30px 0;
}

.contents .award_box_work_inner.type_result h4 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 10px 0;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_inner.type_result h4 {
    font-size: 4rem;
  }
}

.contents .award_box_work_genre {
  color: #fff;
  font-size: 1.5rem;
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_genre {
    font-size: 2rem;
    padding-top: 25px;
  }
}

.contents .award_box_work_explanation {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_explanation {
    font-size: 2rem;
  }
}

.contents .award_box_work_img_box {
  display: block;
  flex: 1 100%;
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box {
    display: flex;
  }
}

.contents .award_box_work_img_box .winner {
  position: relative;
  width: 100%;
  padding: 5px 5px;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .winner {
    width: 50%;
  }
}

.contents .award_box_work_img_box .winner a {
  font-size: 13px;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .winner:hover {
    opacity: 0.7;
  }
}

.contents .award_box_work_img_box .winner.type_pro {
  position: relative;
  width: 100%;
  padding: 5px;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .winner.type_pro {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .winner.type_pro a:hover img {
    opacity: 0.7;
  }
}

.contents .award_box_work_img_box .winner.type_comic {
  position: relative;
  width: 100%;
  padding: 5px;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .winner.type_comic {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .winner.type_comic a:hover img {
    opacity: 0.7;
  }
}

.contents .award_box_work_img_box .nominations {
  display: flex;
  flex: 1 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .nominations {
    flex: 1 50%;
  }
}

.contents .award_box_work_img_box .nominations .nomination {
  width: 50%;
  padding: 5px 6px;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .nominations .nomination {
    width: 33%;
  }
}

.contents .award_box_work_img_box .nominations .nomination a {
  font-size: 13px;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .nominations .nomination:hover {
    opacity: 0.7;
  }
}

.contents .award_box_work_img_box .nominations .nomination.type_pro {
  width: 45%;
  padding: 5px 0;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .nominations .nomination.type_pro a:hover img {
    opacity: 0.7;
  }
}

.contents .award_box_work_img_box .nominations .nomination.type_comic {
  width: 47%;
  padding: 5px 0;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .nominations .nomination.type_comic a:hover img {
    opacity: 0.7;
  }
}

.contents .award_box_work_img_box .nominations .nomination.type_tate a img {
  margin: 0 auto;
  max-height: 324px;
  height: 33vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  .contents .award_box_work_img_box .nominations .nomination.type_tate a img {
    max-height: min(211px,21.53vw);
  }
}

.contents .award_box_work_result {
  position: relative;
  padding: 10px 0;
}

.contents .award_box_work_result_tit {
  color: #fff;
  font-size: 3rem;
  padding: 50px 15px 20px;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_result_tit {
    font-size: 2rem;
    padding: 20px 10px;
  }
}

.contents .award_box_work_result_graph {
  display: flex;
  width: 100%;
  margin: 10px auto;
}

.contents .award_box_work_result_graph span {
  color: #fff;
  font-size: 2rem;
  width: 16%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_result_graph span {
    font-size: 1.5rem;
    width: 50%;
    padding: 0 10px;
  }
}

.contents .award_box_work_result_graph .back {
  position: relative;
  width: 80%;
  background-color: #333;
}

.contents .award_box_work_result_graph .back .fill {
  position: absolute;
  height: 100%;
  background-color: #ffe262;
}

.contents .award_box_work_result_graph .back .fill.type_01 {
  width: 36%;
}

.contents .award_box_work_result_graph .back .fill.type_02 {
  width: 24%;
}

.contents .award_box_work_result_graph .back .fill.type_03 {
  width: 12%;
}

.contents .award_box_work_result_graph .back .fill.type_04 {
  width: 5%;
}

.contents .award_box_work_result .box_comment_lst {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.contents .award_box_work_result .box_comment_lst_item {
  padding: 15px;
}

.contents .award_box_work_result .box_comment_lst_item_txt {
  width: 100%;
  position: relative;
  background: #fff;
  border: 2px solid #ffe262;
  border-radius: 8px;
  margin: 0 auto;
  color: #333;
}

.contents .award_box_work_result .box_comment_lst_item_txt p {
  padding: 10px;
}

.contents .award_box_work_result .box_comment_lst_item_txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 50%;
  top: -10px;
  border-style: solid;
  border-width: 0 8.5px 11px 8.5px;
  border-color: transparent transparent #fff transparent;
}

.contents .award_box_work_result_download dt {
  color: #fff;
  font-size: 2rem;
}

.contents .award_box_work_result_download dd {
  color: #ffe262;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_result_download dd {
    margin: 10px;
  }
}

.contents .award_box_work_result_download dd .large_txt {
  font-size: 12rem;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_result_download dd .large_txt {
    font-size: 5rem;
  }
}

.contents .award_box_work_result_download dd .midium_txt {
  font-size: 8rem;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_result_download dd .midium_txt {
    font-size: 3rem;
  }
}

.contents .award_box_work_result_age dt {
  color: #fff;
  font-size: 2rem;
}

.contents .award_box_work_result_age dd {
  display: flex;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_result_age dd {
    display: block;
  }
}

.contents .award_box_work_result_age dd img {
  width: 100%;
}

.contents .award_box_work_result_age dd .age_detail {
  margin: 20px;
}

.contents .award_box_work_result_age dd .age_detail .age {
  display: inline-block;
  color: #ffe262;
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_result_age dd .age_detail .age {
    font-size: 1.5rem;
    margin: 10px 0;
  }
}

.contents .award_box_work_result_age dd .age_detail .age.type_01 {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_result_age dd .age_detail .age.type_01 {
    width: 30%;
  }
}

.contents .award_box_work_result_age dd .age_detail .age.type_02 {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .contents .award_box_work_result_age dd .age_detail .age.type_02 {
    width: 37%;
  }
}

@media screen and (max-width: 370px) {
  .contents .award_box_work_result_age dd .age_detail .age.type_02 {
    width: 34%;
  }
}

.contents .award_box_work_result::before {
  content: "";
  position: absolute;
  border-top: 1px dotted #fff;
  width: 100%;
}

/* ==================================================
  ヘッダー修正
================================================== */
.lp_header_link_item-twitter {
  width: auto;
}

.original-tweet-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 12px;
  width: 89px;
  height: 20px;
  color: #fff;
  background: #1d9bf0;
  border-radius: 10px;
  box-sizing: border-box;
}

.lp_header_link li a {
  width: auto;
}

/* ==================================================
  受賞した作品をDLsiteで購入しよう
================================================== */
.conductor {
  padding: 10px 0 30px;
  width: 100%;
  font-size: 20px;
  color: #ffe262;
  text-align: center;
}

/* ==================================================
  新規追加部分
================================================== */
.aggregate {
  padding: 30px 0 60px 0;
  color: #fff;
}

.aggregate_inner {
  padding: 10px;
  margin: 0 auto;
  width: 95%;
  border: solid 1px #ffe262;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .aggregate_inner {
    padding: 20px;
    max-width: 930px;
    width: calc(100% - 70px);
  }
}

.aggregate h3 {
  position: relative;
  padding: 10px 0;
  font-size: 22px;
}

@media screen and (min-width: 769px) {
  .aggregate h3 {
    padding: 10px 0;
    font-size: 40px;
  }
}

.aggregate_box {
  position: relative;
  padding: 20px 0;
}

.aggregate_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px dotted #fff;
  width: 100%;
}

.aggregate_box h4 {
  padding-bottom: 10px;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .aggregate_box h4 {
    font-size: 30px;
  }
}

.aggregate_box_line_graph {
  display: flex;
  width: 100%;
  margin: 10px auto;
}

.aggregate_box_line_graph span {
  color: #fff;
  font-size: 1.5rem;
  width: 50%;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .aggregate_box_line_graph span {
    font-size: 2rem;
    width: 20%;
    padding: 0 20px;
  }
}

.aggregate_box_line_graph .back {
  position: relative;
  width: 80%;
  background-color: #333;
}

.aggregate_box_line_graph .back .fill {
  position: absolute;
  height: 100%;
  background-color: #ffe262;
}

.aggregate_box_line_graph .back .fill.type_01 {
  width: 35%;
}

.aggregate_box_line_graph .back .fill.type_02 {
  width: 23%;
}

.aggregate_box_line_graph .back .fill.type_03 {
  width: 7%;
}

.aggregate_box_line_graph .back .fill.type_04 {
  width: 7%;
}

.aggregate_box_line_graph .back .fill.type_05 {
  width: 9%;
}

.aggregate_box_line_graph .back .fill.type_06 {
  width: 18%;
}

.aggregate_box_comment_list {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.aggregate_box_comment_item {
  padding: 15px;
}

@media screen and (min-width: 769px) {
  .aggregate_box_comment_item {
    display: flex;
    justify-content: space-between;
  }
}

.aggregate_box_comment_item_right {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .aggregate_box_comment_item_right {
    width: calc(70% - 20px);
  }
}

.aggregate_box_comment_item_img {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

.aggregate_box_comment_item_img p {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .aggregate_box_comment_item_img {
    margin: 0;
    width: 30%;
  }
}

.aggregate_box_comment_text {
  width: 100%;
  position: relative;
  background: #fff;
  border: 2px solid #ffe262;
  border-radius: 8px;
  margin: 10px auto 0;
  color: #333;
}

@media screen and (min-width: 769px) {
  .aggregate_box_comment_text:not(.no_img) {
    margin: 10px 0 0;
  }
}

.aggregate_box_comment_text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 11px 8.5px;
  border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 769px) {
  .aggregate_box_comment_text::before {
    top: 50%;
    left: -10px;
    transform: translate3d(0, -50%, 0);
    border-width: 8.5px 11px 8.5px 0;
    border-color: transparent #fff transparent transparent;
  }
}

.aggregate_box_comment_text p {
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .aggregate_box_content {
    display: flex;
    justify-content: space-around;
  }
  .aggregate_box_content.type_line_graph {
    flex-direction: column;
  }
}

.aggregate_graph {
  margin: 0 auto;
  width: 302px;
}

@media screen and (min-width: 769px) {
  .aggregate_graph {
    max-width: 604px;
    width: 100%;
  }
}

.aggregate .aggregate_ranking h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 30px;
  text-align: center;
  line-height: 1em;
  color: #ffe262;
}

@media screen and (min-width: 769px) {
  .aggregate .aggregate_ranking h4 {
    font-size: 40px;
  }
}

.aggregate .aggregate_ranking h4::before, .aggregate .aggregate_ranking h4::after {
  content: '';
  display: block;
  top: 0;
  width: 25px;
  height: 56px;
  background: url(../img/aggregate_ranking_deco.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) {
  .aggregate .aggregate_ranking h4::before, .aggregate .aggregate_ranking h4::after {
    width: 34px;
    height: 75px;
  }
}

.aggregate .aggregate_ranking h4::after {
  transform: scale(-1, 1);
}

.aggregate .aggregate_ranking_num_list {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding-top: min(77px,8.37vw);
}

@media screen and (min-width: 769px) {
  .aggregate .aggregate_ranking_num_list {
    display: flex;
  }
}

.aggregate .aggregate_ranking_num_item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  height: 100%;
}

.aggregate .aggregate_ranking_num_item:first-child {
  margin-top: 20px;
}

.aggregate .aggregate_ranking_num_item:last-child {
  margin-bottom: 20px;
}

.aggregate .aggregate_ranking_box {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .aggregate .aggregate_ranking_box {
    margin-bottom: 0;
  }
}

.aggregate .aggregate_ranking_title {
  margin: 20px auto 0;
  width: 234px;
}

@media screen and (min-width: 769px) {
  .aggregate .aggregate_ranking_title {
    max-width: 234px;
    width: 100%;
  }
}

.aggregate .aggregate_ranking_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

@media screen and (min-width: 769px) {
  .aggregate .aggregate_ranking_item {
    max-width: 218px;
  }
}

@media screen and (min-width: 769px) {
  .aggregate .aggregate_ranking_item .ranking_num {
    display: none;
  }
}

.aggregate_note {
  font-size: 15px;
  line-height: 1.33em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .aggregate_note br {
    display: none;
  }
}

.aggregate .ranking_num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  margin-right: 20px;
  min-width: 50px;
  height: 50px;
  font-size: 30px;
  color: #010818;
  background: #ffe262;
  border-radius: 100%;
  box-sizing: border-box;
}

.aggregate .ranking_pic_box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aggregate .ranking_pic_box .ranking_title {
  font-size: 13px;
  color: #fff;
}

.aggregate .ranking_pic {
  display: block;
  margin: 0 auto;
  border: solid 1px #353535;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .aggregate .ranking_pic {
    width: min(220px,23.65vw);
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .aggregate .ranking_pic {
    width: 220px;
  }
}

.banner_allage {
  padding: 30px 0 75px;
}

.banner_allage_inner {
  margin: 0 auto;
  max-width: 700px;
  width: 95%;
}
/*# sourceMappingURL=lp.css.map */