@charset "utf-8";

/*============================
共通
============================*/
/* フォント */
.f_lato {
  font-family: "Lato", serif;
}

/* ボタン */
.btn_common a {
  background: #e5007f;
  color: #fff;
  font-size: 0.15rem;
  font-weight: bold;
  width: 1.6rem;
  box-sizing: border-box;
  padding: 0.12rem 0.10rem 0.15rem 0;
  border-radius: 0.3rem;
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #e5007f;
}
@media screen and (max-width: 640px) {
  .btn_common a {
    font-size: 0.13rem;
    padding: 0.08rem 0.10rem 0.10rem 0;
    width: 1.1rem;
  }
}

.btn_common a:hover {
  background: #fff;
  color: #e5007f;
}

.btn_common a::after {
  content: "";
  display: block;
  width: 0.054rem;
  height: 0.084rem;
  background: url(../img/common/btn_arrow_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}

.btn_common a:hover::after {
  background: url(../img/common/btn_arrow_pink.svg) no-repeat;
}

.sec_title {
  text-align: center;
}

.sec_title .en {
  font-size: 0.19rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  color: #e5007f;
}
@media screen and (max-width: 640px) {
  .sec_title .en {
    font-size: 0.12rem;
    margin-bottom: 0.05rem;
  }
}

.sec_title .jp {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_title .jp {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 640px) {
  main {
    padding-top: 0.50rem;
  }
  #page_top {
    display: none !important;
  }
}

/*============================
ヘッダー
============================*/
header {
  transition: transform 0.5s 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.3rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0.13rem 0.10rem;
  }
}

header .logo {
  width: 1.97rem;
}
@media screen and (max-width: 640px) {
  header .logo {
    width: 1.07rem;
  }
}

header .logo img {
  display: block;
  width: 100%;
}


header .glo_navi .list {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
}
@media screen and (max-width: 640px) {
  header .glo_navi {
    display: block;
    position: absolute;
    top: 0.50rem;
    left: 0;
    background-color: #FFF;
    width: 100%;
    display: none;
    z-index: 1;
  }
  header .glo_navi::after {
    content: "";
    width: 100%;
    height: 0.10rem;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    bottom: -0.10rem;
    z-index: 0;
  }
  header .glo_navi .list {
    display: block;
    padding: 0.20rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  header .glo_navi .list .link {
    margin-bottom: 0.3rem;
  }
}

header .glo_navi .list .link a {
  font-size: 0.15rem;
  color: #000;
}
@media screen and (max-width: 640px) {
  header .glo_navi .list .link a {
    font-size: 0.16rem;
    display: block;
    position: relative;
  }
  header .glo_navi .list .link a::after {
    content: "";
    width: 0.054rem;
    height: 0.084rem;
    background: url(../common/img/icon_right_bold_black.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.3;
  }
  header .glo_navi .list .link.contact  a::after {
    content: none;
  }
}

header .glo_navi .list .link a:hover {
  color: #e5007f;
}

header .glo_navi .list .link.contact a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .glo_navi .list .link.link.contact a span::before {
  content: "";
  width: 0.22rem;
  height: 0.17rem;
  background: url(../img/common/header_icon_mail.svg) no-repeat center;
  background-size: cover;
  /* position: absolute; */
  display: inline-block;
  margin-right: 0.1rem;
  box-sizing: border-box;
}

header .glo_navi .list .link.link.contact a:hover span::before {
  background: url(../img/common/header_icon_mail_pink.svg) no-repeat center;
}

header .glo_navi .list .link.contact a {
  color: #fff;
  background: #e5007f;
  border: 1px solid #e5007f;
  width: 2rem;
  box-sizing: border-box;
  padding: 0.12rem 0 0.15rem;
  display: inline-block;
  border-radius: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  header .glo_navi .list .link.contact a {
    width: 100%;
    padding: 0.12rem 0 0.14rem;
  }
}

header .glo_navi .list .link.contact a:hover {
  color: #e5007f;
  background: #fff;
}


/*============================
作品共通
============================*/
.item .ph_wrap {
  position: relative;
}

.item .ph_wrap img {
  display: block;
  position: relative;
  z-index: 1;
}

.item .ph_wrap .category {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  z-index: 2;
  background: #000;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .item .ph_wrap .category {
    bottom: 0.05rem;
    right: 0.05rem;
  }
}

.item .ph_wrap .category.rensai {
  background: #008de5;
  font-size: 0.12rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.04rem 0.08rem 0.06rem;
  border: 1px solid #FFF;
  color: #FFF;
  @media screen and (max-width: 640px) {
    font-size: 0.11rem;
    letter-spacing: 0;
    padding: 0.02rem 0.05rem 0.04rem;
  }
}


.item .ph_wrap .category.ansoro {
  background: #ab3add;
  font-size: 0.12rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.04rem 0.08rem 0.06rem;
  border: 1px solid #FFF;
  color: #FFF;
  @media screen and (max-width: 640px) {
    font-size: 0.11rem;
    letter-spacing: 0;
    padding: 0.02rem 0.05rem 0.04rem;
  }
}

.item .ph_wrap .category.tanwa {
  background: #15a820;
  font-size: 0.12rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.04rem 0.08rem 0.06rem;
  border: 1px solid #FFF;
  color: #FFF;
  @media screen and (max-width: 640px) {
    font-size: 0.11rem;
    letter-spacing: 0;
    padding: 0.02rem 0.05rem 0.04rem;
  }
}

/* .item .ph_wrap .category[class~="合冊版"] {
  background: #000;
  font-size: 0.12rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.04rem 0.08rem 0.06rem;
  border: 1px solid #FFF;
  color: #FFF;
  @media screen and (max-width: 640px) {
    font-size: 0.11rem;
    letter-spacing: 0;
    padding: 0.02rem 0.05rem 0.04rem;
  }
} */

.item .text_wrap {
  padding-top: 0.07rem;
}

.item .text_wrap .comic_title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*============================
募集バナー
============================*/
#boshu {
  margin-bottom: 0.85rem;
}
@media screen and (max-width: 640px) {
  #boshu {
    margin-bottom: 0.20rem;
  }
}

#boshu .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #boshu .list {
    display: block;
  }
}

#boshu .list .item {
  width: 49%;
}
@media screen and (max-width: 640px) {
  #boshu .list .item {
    width: 100%;
    margin-bottom: 0.20rem;
  }
}
#boshu .list .item a:hover {
  opacity: 0.7;
}


/*============================
関連リンク
============================*/
#kanren {
  margin-bottom: 0.85rem;
  padding-top: 0.60rem;
}
@media screen and (max-width: 640px) {
  #kanren {
    padding-top: 0.40rem;
    margin-bottom: 0.40rem;
  }
}

#kanren .list {
  display: flex;
  justify-content: center;
  gap: 0 0.3rem;
}
@media screen and (max-width: 640px) {
  #kanren .list {
    display: block;
  }
}

#kanren .list .item {
  width: 100%;
  max-width: 3.1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #kanren .list .item {
    max-width: 100%;
    padding-bottom: 0.30rem;
  }
}

#kanren .list .item .text {
  font-size: 0.15rem;
  font-weight: bold;
  color: #000;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  #kanren .list .item .text {
    font-size: 0.13rem;
    margin-top: 0.05rem;
  }
}

#kanren .list .item a:hover {
  opacity: 0.7;
}

#kanren .list .item a:hover .text {
  color: #e5007f;
}

/*============================
フッター
============================*/
footer {
  background: url(../img/common/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  footer {
    padding-bottom: 0.70rem;
  }
}

footer .wrap {
  box-sizing: border-box;
  padding: 1.1rem 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  footer .wrap {
    padding: 0.25rem 0;
    display: block;
  }
}

footer .wrap .left {
  width: 60%;
}
@media screen and (max-width: 640px) {
  footer .wrap .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

footer .wrap .left .logo {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  footer .wrap .left .logo {
    width: 1.63rem;
    margin: auto;
    margin-bottom: 0;
  }
}

footer .abj {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  footer .abj.pc_only {
    display: none;
  }
  footer .abj.sp_only {
    justify-content: space-between;
    padding-top: 0.20rem;
  }
}

footer .abj .ph_wrap {
  width: 0.72rem;
}

footer .abj .text {
  font-size: 0.12rem;
  color: #fff;
  line-height: 1.4;
  padding-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  footer .abj .text {
    padding-left: 0;
    width: calc(100% - 0.90rem);
    text-align: justify;
  }
}


footer .right nav {
  display: flex;
  gap: 0 0.8rem;
}
@media screen and (max-width: 640px) {
  footer .right nav {
    gap: 0 0.20rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

footer .right nav .list {
  width: 1.65rem;
}
@media screen and (max-width: 640px) {
  footer .right nav .list {
    width: 47%;
  }
}

footer .right nav .list .item {
  margin-bottom: 0.25rem;
}

footer .right nav .list .item a {
  color: #fff;
  text-shadow: 3px 3px 30px rgba(0, 0, 0, 0.3);
  font-size: 0.15rem;
  font-weight: bold;
  display: block;
  position: relative;
}

footer .right nav .list .item a:hover {
  opacity: 0.7;
}

footer .right nav .list .item a::after {
  content: "";
  width: 0.046rem;
  height: 0.07rem;
  background: url(../img/common/btn_arrow_wh.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

footer .right nav .list .item a:hover:after {
  right: -0.05rem;
}

/* コピーライト */
footer .bottom_wrap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 0.2rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  footer .bottom_wrap {
    border-top: 0;
    border-bottom: 1px solid #fff;
    padding-top: 0;
  }
}

footer .copy {
  color: #fff;
  font-size: 0.12rem;
}
@media screen and (max-width: 640px) {
  footer .copy {
    text-align: center;
    padding: 0.20rem 0;
  }
}

footer .bottom_wrap .list {
  display: flex;
  margin-right: 0.15rem;
}
@media screen and (max-width: 640px) {
  footer .bottom_wrap .list {
    margin-right: 0;
    display: block;
  }
}

footer .bottom_wrap .list .item {
  padding-left: 0.3rem;
}
@media screen and (max-width: 640px) {
  footer .bottom_wrap .list .item {
    padding-left: 0;
    margin-bottom: 0.2rem;
  }
}

footer .bottom_wrap .list a {
  color: #fff;
  font-size: 0.12rem;
  position: relative;
}

footer .bottom_wrap .list a:hover {
  opacity: 0.7;
}

footer .bottom_wrap .list a::after {
  content: "";
  width: 0.046rem;
  height: 0.07rem;
  background: url(../img/common/btn_arrow_wh.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

footer .bottom_wrap .list .item.blank a::after {
  content: "";
  width: 0.1rem;
  height: 0.08rem;
  background: url(../img/common/icon_blank_wh.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

/*============================
ページャー
============================*/
/* ページネーション */
.list_navi_wrap {
  text-align: center;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  padding: 0.3rem 0 0.5rem;
	margin-bottom: 0.8rem;
}

.list_navi_wrap .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.list_navi_wrap .wp-pagenavi .previouspostslink {
  display: block;
  font-size: 0.16rem;
  color: #666;
  line-height: 0;
  padding: 0.24rem 0.2rem 0.26rem 0.3rem;
  background-color: #fff;
  text-decoration: none;
  margin: 0 0.08rem;
  position: relative;
  border: none;
}
@media screen and (max-width: 640px) {
  .list_navi_wrap .wp-pagenavi .previouspostslink {
    font-size: 0.14rem;
    padding: 0.12rem 0.1rem;
    top: 0.08rem;
  }
}
.list_navi_wrap .wp-pagenavi .previouspostslink:hover {
  color: #E5007F;
}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
  content: "";
  width: 0.1rem;
  height: 0.16rem;
  background-image: url(../img/common/pager_prev_arrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .list_navi_wrap .wp-pagenavi .previouspostslink::before {
    width: 0.08rem;
    height: 0.12rem;
    left: -7px;
    top: 34%;
  }
}

.list_navi_wrap .wp-pagenavi .nextpostslink {
  display: block;
  font-size: 0.16rem;
  color: #666;
  line-height: 0;
  padding: 0.24rem 0.3rem 0.26rem 0.2rem;
  background-color: #fff;
  text-decoration: none;
  margin: 0 0.08rem;
  position: relative;
  border: none;
}
@media screen and (max-width: 640px) {
  .list_navi_wrap .wp-pagenavi .nextpostslink {
    font-size: 0.14rem;
    padding: 0.12rem 0.1rem;
    top: 0.08rem;
  }
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover {
  color: #E5007F;
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
  content: "";
  width: 0.1rem;
  height: 0.16rem;
  background-image: url(../img/common/pager_next_arrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 49%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .list_navi_wrap .wp-pagenavi .nextpostslink::after {
    width: 0.08rem;
    height: 0.12rem;
    right: -7px;
    top: 34%;
  }
}

.list_navi_wrap .wp-pagenavi .page {
  display: block;
  font-size: 0.16rem;
  color: #E5007F;
  width: 0.5rem;
  line-height: 0;
  padding: 0.24rem 0 0.26rem;
  background-color: #fef2f8;
  border: 1px solid #E5007F;
  text-decoration: none;
  margin: 0 0.08rem;
	border-radius: 0.6rem;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
  .list_navi_wrap .wp-pagenavi .page {
    font-size: 0.14rem;
    padding: 0.17rem 0 0.19rem;
  }
}

.list_navi_wrap .wp-pagenavi .page:hover {
  background-color: #E5007F;
  color: #fff;
}

.list_navi_wrap .wp-pagenavi .current {
  display: block;
  font-size: 0.16rem;
	font-weight: bold;
  color: #fff;
  width: 0.5rem;
  line-height: 0;
  padding: 0.24rem 0 0.26rem;
  background-color: #E5007F;
  border: 1px solid #E5007F;
  margin: 0 0.08rem;
	border-radius: 0.6rem;
}
@media screen and (max-width: 640px) {
  .list_navi_wrap .wp-pagenavi .current {
    padding: 0.17rem 0 0.19rem;
    font-size: 0.14rem;
  }
}


/*============================
フローティングボタン（SPのみ）
============================*/
.sp_floating_btn_wrap {
  position: fixed;
  bottom: 0.20rem;
  left: 0.10rem;
  width: calc(100% - 0.20rem);
  z-index: 10;
}

.sp_floating_btn_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sp_floating_btn_wrap .list .btn {
  width: 48%;
  background-color: #E5007F;
  padding: 0.15rem 0 0.17rem;
  border-radius: 0.30rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #FFF;
  box-shadow: 0 0 0.10rem rgba(0,0,0,0.16);
}

.sp_floating_btn_wrap .list .btn span {
  position: relative;
  display: inline-block;
}

.sp_floating_btn_wrap .list #search_author span {
  padding-left: 0.36rem;
}

.sp_floating_btn_wrap .list #search_author span::before {
  content: "";
  width: 0.30rem;
  height: 0.30rem;
  background-image: url(../img/common/icon_artist.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.sp_floating_btn_wrap .list #search_tag span {
  padding-left: 0.26rem;
}

.sp_floating_btn_wrap .list #search_tag span::before {
  content: "";
  width: 0.30rem;
  height: 0.22rem;
  background-image: url(../img/common/icon_tag.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

/*============================
モーダル
============================*/
body.modal_active {
  overflow: hidden;
}

#search_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  display: none;
}

#search_modal .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 0;
}

#search_modal .wrap {
  background-color: #FFF;
  width: calc(100% - 0.30rem);
  height: calc(100% - 0.30rem);
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  z-index: 1;
  border-radius: 0.10rem;
}

#search_modal .wrap .in {
  padding: 0.20rem;
}

#search_modal .wrap .in .tab_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.20rem;
  border-bottom: 2px solid #E5007F;
}

#search_modal .wrap .in .tab_list .tab {
  width: 49.5%;
  text-align: center;
  font-size: 0.15rem;
  font-weight: bold;
  padding: 0.15rem 0 0.17rem;
  background-color: #FDE5F2;
  border-radius: 0.06rem 0.06rem 0 0;
}

#search_modal .wrap .in .tab_list .tab.-active {
  background-color: #E5007F;
  color: #FFF;
}

#search_modal .wrap .in .tab_cont {
  padding-top: 0.10rem;
  overflow: scroll;
  display: none;
  height: calc(100svh - 1.30rem);
}

#search_modal .wrap .in .tab_cont.-active {
  display: block;
}

#search_modal .wrap .in .tab_cont .side_bar_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.10rem 0;
  padding-bottom: 0.80rem;
}

#search_modal .wrap .in .tab_cont .side_bar_list .item {
  min-width: 50%;
}

#search_modal .wrap .in .tab_cont .side_bar_list .item a {
  font-size: 0.15rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}

#search_modal .wrap .in .tab_cont .side_bar_list .item a::before {
  content: "";
  width: 0.12rem;
  height: 0.07rem;
  background: url(../img/common/link_arrow_pink.svg) no-repeat center left;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: -0.01rem;
}

#search_modal .wrap .in .tab_cont .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.30rem 0.15rem;
}

#search_modal .wrap .in .tab_cont .tag_list .item a {
  color: #000;
  background: #fde5f2;
  padding: 0.04rem 0.15rem 0.06rem;
  border-radius: 0.2rem;
  font-size: 0.15rem;
}

#search_modal .modal_close {
  position: fixed;
  bottom: 0.40rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 2.20rem;
  display: none;
}

#search_modal .modal_close span {
  display: block;
  background-color: #000;
  padding: 0.15rem 0 0.17rem;
  text-align: center;
  border-radius: 0.30rem;
  color: #FFF;
  font-size: 0.15rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}