.detail-info {
  padding: 30px 140px 30px 0;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .detail-info {
    padding: 0 8.7rem 3.8rem 1.5rem;
  }
}
.detail-info.is-login {
  padding-right: 240px;
}
@media screen and (max-width: 750px) {
  .detail-info.is-login {
    padding: 0 1.5rem 6.6rem;
  }
}
@media screen and (max-width: 750px) {
  .detail-info.is-success {
    padding: 1.5rem;
  }
}
.detail-info.is-success:not(.is-login) {
  min-height: 180px;
}
@media screen and (max-width: 750px) {
  .detail-info.is-success:not(.is-login) {
    min-height: 11rem;
  }
}
@media screen and (max-width: 750px) {
  .detail-info .category {
    font-size: 0.8rem;
    margin-top: 1.3rem;
  }
}
.logined .detail-info .category {
  padding-right: 0;
}
.detail-info .category .hided {
  display: inline-block;
  line-height: 1.2;
  background: #f00;
  color: #fff;
  padding: 3px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: normal;
}
.detail-info .type {
  display: inline-block;
}
.detail-info .type a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  background: #eaf5ff;
  padding: 0em 0.9em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 5px 10px;
}
@media screen and (max-width: 750px) {
  .detail-info .type a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 751px) {
  .detail-info .number {
    margin-top: 5px;
    margin-bottom: -8px;
  }
}
@media screen and (max-width: 750px) {
  .detail-info .number {
    line-height: 1;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
.detail-info .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  overflow-wrap: break-word;
}
@media screen and (max-width: 750px) {
  .detail-info .title {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "nato sans";
    color: #333333;
  }
}
.detail-info .cname {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .detail-info .cname {
    line-height: 1;
    font-size: 1.4rem;
  }
}
.detail-info .edit-buttons {
  position: absolute;
  right: 0;
  bottom: 40px;
}
@media screen and (max-width: 750px) {
  .detail-info .edit-buttons {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.detail-info .manga_artist {
  position: absolute;
  right: 0;
  top: 12px;
}
.detail-info .manga_artist a {
  display: block;
  color: #333;
  text-decoration: none;
}
.detail-info .manga_artist span {
  display: block;
  text-align: center;
}
.detail-info .manga_artist img {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
}
.detail-info .manga_artist figcaption {
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .detail-info .manga_artist.is-login {
    right: 1.5rem;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .detail-info .manga_artist.is-login span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .detail-info .manga_artist.is-login img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media screen and (max-width: 750px) {
  .detail-info .manga_artist.is-login figcaption {
    font-size: 1.2rem;
    color: #333333;
    font-family: "noto sans";
    line-height: 1.2;
  }
}

@media screen and (max-width: 750px) {
  #archive-detail {
    margin-bottom: 8rem;
  }
}
#archive-detail .buttons {
  margin: 30px 0 25px;
}
@media screen and (max-width: 750px) {
  #archive-detail .buttons {
    margin: 1.5rem 0;
  }
}
#archive-detail .buttons .back-button {
  float: left;
}
#archive-detail .buttons .external-link {
  float: right;
  text-align: right;
}
#archive-detail .buttons .external-link p {
  display: inline-block;
  border: 1px solid #ccc;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  padding: 9px;
  vertical-align: top;
  line-height: 20px;
}
@media screen and (max-width: 750px) {
  #archive-detail .buttons .external-link p {
    text-align: left;
    margin: 10px 0;
  }
}
#archive-detail .buttons .public-button img {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -8px;
}
#archive-detail .artist-info-box {
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  #archive-detail .artist-info-box {
    margin-bottom: 3rem;
  }
}
#archive-detail .artist-info-box .inner {
  border: 4px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #archive-detail .artist-info-box .inner {
    border: 0.3rem solid #ddd;
    padding: 1.1rem;
    font-size: 1.4rem;
    line-height: 1.45;
  }
}
#archive-detail .artist-info-box .inner .info {
  width: 800px;
  float: left;
}
@media screen and (max-width: 750px) {
  #archive-detail .artist-info-box .inner .info {
    width: auto;
    float: none;
  }
}
#archive-detail .artist-info-box .inner .achivement {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #archive-detail .artist-info-box .inner .achivement {
    margin-bottom: 1.2rem;
  }
}
#archive-detail .artist-info-box .inner .artist-info-meta .staff {
  float: left;
}
#archive-detail .artist-info-box .inner .artist-info-meta .staff span {
  display: inline-block;
}
#archive-detail .artist-info-box .inner .artist-info-meta .delver {
  float: right;
}
@media screen and (max-width: 750px) {
  #archive-detail .artist-info-box .inner .artist-info-meta .delver {
    float: left;
    display: inline-block;
  }
}
#archive-detail .artist-info-box .inner figure {
  width: 100px;
  float: right;
  position: relative;
}
@media screen and (max-width: 750px) {
  #archive-detail .artist-info-box .inner figure {
    width: 11.2rem;
    float: none;
    display: block;
    margin: 2rem auto 0;
  }
}
#archive-detail .artist-info-box .inner figure a {
  display: block;
  color: #333;
  text-decoration: none;
}
#archive-detail .artist-info-box .inner figure a:hover {
  opacity: 0.7;
}
#archive-detail .artist-info-box .inner figure a.is-disabled:hover {
  opacity: 1;
}
#archive-detail .artist-info-box .inner figure img {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  #archive-detail .artist-info-box .inner figure img {
    width: 11.2rem;
    height: 11.2rem;
  }
}
#archive-detail .artist-info-box .inner figure span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #archive-detail .artist-info-box .inner figure span {
    font-size: 0.8rem;
  }
}
#archive-detail .artist-info-box .inner figure figcaption {
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
  font-weight: bold;
}
#archive-detail .artist-info-box .inner figure .tooltip {
  display: none;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 8px 14px;
  background: #f9f9f9;
  position: absolute;
  bottom: 100%;
  left: 12%;
  line-height: 1.2;
}
#archive-detail .artist-info-box .inner figure .tooltip:after {
  content: "";
  background: url(../../../img/page/archive/img_tip.png) no-repeat left top;
  display: inline-block;
  width: 15px;
  height: 11px;
  background-size: 15px 11px;
  position: absolute;
  top: 100%;
  left: 20%;
}
#archive-detail .artist-info-box .inner figure:hover .tooltip {
  display: inline-block;
}
#archive-detail .manga-posting {
  position: relative;
  text-align: center;
}
#archive-detail .manga-posting li {
  margin: 35px 0;
}
@media screen and (max-width: 750px) {
  #archive-detail .manga-posting li {
    margin: 1.5rem 0;
  }
}
#archive-detail .manga-posting li + li {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  #archive-detail .manga-posting li + li {
    margin-top: 4rem;
  }
}
#archive-detail .manga-posting li .youtube-wrapper {
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  #archive-detail .manga-posting li .youtube-wrapper {
    padding: 0;
  }
}
#archive-detail .manga-posting li .youtube-wrapper iframe {
  width: 1060px;
  height: 596px;
}
@media screen and (max-width: 750px) {
  #archive-detail .manga-posting li .youtube-wrapper iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
}
#archive-detail .manga-posting video,
#archive-detail .manga-posting object {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #archive-detail .manga-posting video,
#archive-detail .manga-posting object {
    width: 100%;
  }
}
#archive-detail .manga-posting img {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #archive-detail .manga-posting img {
    width: 100%;
  }
}
#archive-detail .manga-posting::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: url("../../../img/common/msk.png") repeat center center;
}
#archive-detail .manga-posting__unpublish {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 3/4;
  background-color: #7f7f7f;
  max-width: 600px;
  color: #fff;
  font-weight: bold;
  font-size: 54px;
}
@media screen and (max-width: 750px) {
  #archive-detail .manga-posting__unpublish {
    font-size: 8vw;
  }
}
#archive-detail .manga-note {
  text-align: center;
  margin: 5rem 0;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #archive-detail .manga-note {
    text-align: left;
    margin: 3rem 0;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
  }
}
#archive-detail .ext-banner {
  text-align: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 750px) {
  #archive-detail .ext-banner {
    margin-top: 5rem;
  }
}
#archive-detail .ext-banner a.view-button {
  display: inline-block;
  color: #fff;
  background: #a1a1a1;
  width: 492px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #archive-detail .ext-banner a.view-button {
    width: 100%;
    height: 8.1rem;
    font-size: 2.4rem;
    line-height: 8.1rem;
  }
}
@media screen and (max-width: 750px) {
  #archive-detail .ext-banner img {
    max-width: 100%;
    height: auto;
  }
}
#archive-detail .slide-main {
  margin-top: 20px;
}
#archive-detail .slide-main .splide__track {
  margin: -10px -10px 0;
  padding: 10px 10px 30px !important;
}
#archive-detail .slide-main .splide__list {
  align-items: flex-start;
}
#archive-detail .slide-main .splide__list li {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition-duration: 0.15s;
  position: relative;
}
#archive-detail .slide-main .splide__list li:hover {
  transform: scale(1.03);
  z-index: 1;
}
#archive-detail .slide-main .splide__list li:hover figure > img {
  opacity: 0.6;
}
#archive-detail .slide-main .splide__list a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px;
}
#archive-detail .slide-main .splide__list a .border-box {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
}
.hide-border-box #archive-detail .slide-main .splide__list a .border-box {
  display: none;
}
#archive-detail .slide-main .splide__list a figure > img {
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  width: 100%;
  height: auto;
}
#archive-detail .slide-main .splide__list a figcaption {
  margin-top: 10px;
  position: relative;
  font-size: 12px;
}
#archive-detail .slide-main .splide__list a figcaption .hided {
  display: inline-block;
  line-height: 1.2;
  background: #f00;
  color: #fff;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: normal;
}
#archive-detail .slide-main .splide__list a figcaption .title {
  font-size: 14px;
  height: 1.7em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#archive-detail .slide-main .splide__list a figcaption .title-center {
  text-align: center;
}
#archive-detail .slide-main .splide__list a figcaption .category {
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#archive-detail .slide-main .splide__list a figcaption .type {
  float: right;
}
#archive-detail .slide-main .splide__list a figcaption .type span {
  font-size: 12px;
  margin-left: 1px;
  display: inline-block;
  background: #bbdeff;
  padding: 0.02em 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 750px) {
  #archive-detail .slide-main .splide__arrow {
    border: 1px solid #707070;
    background: #fff;
    opacity: 0.9;
    width: 2.9rem;
    height: 2.9rem;
  }
  #archive-detail .slide-main .splide__arrow svg {
    fill: #707070;
  }
}
@media screen and (max-width: 750px) {
  #archive-detail .slide-main .splide__arrow--prev {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  #archive-detail .slide-main .splide__arrow--next {
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #archive-detail .slide-main .splide__arrow:disabled {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  #archive-detail .slide-links {
    margin-top: 3rem;
  }
}
#archive-detail .slide-links + .slide-links {
  margin-top: 2rem;
}
#archive-detail .slide-links.is-common .slide-button {
  background-color: #d0000e;
  color: #fff;
}
#archive-detail .slide-links.is-common .splide__pagination .splide__pagination__page.is-active {
  background-color: #d0000e;
  opacity: 1;
}
#archive-detail .slide-links.is-common .splide__list li:hover {
  -webkit-box-shadow: 0 0 15px #d0000e;
  -moz-box-shadow: 0 0 15px #d0000e;
  box-shadow: 0 0 15px #d0000e;
}
#archive-detail .slide-links.is-artist .slide-button {
  background-color: #003d99;
  color: #fff;
}
#archive-detail .slide-links.is-artist .splide__pagination .splide__pagination__page.is-active {
  background-color: #003d99;
  opacity: 1;
}
#archive-detail .slide-links.is-artist .splide__list li:hover {
  -webkit-box-shadow: 0 0 15px #1457a7;
  -moz-box-shadow: 0 0 15px #1457a7;
  box-shadow: 0 0 15px #1457a7;
}
#archive-detail .slide-tab {
  display: flex;
}
#archive-detail .slide-button {
  display: inline-block;
  height: 46px;
  padding: 0;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  background-color: #f5f5f5;
  cursor: pointer;
  min-width: 200px;
}
@media screen and (max-width: 750px) {
  #archive-detail .slide-button {
    height: 4rem;
    min-width: 14rem;
    line-height: 4rem;
    padding: 0 1.6rem;
    font-size: 1.4rem;
    font-family: "noto sans";
  }
}

#shared-url .new-item {
  margin-bottom: 40px;
}
#shared-url .new-item h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
}
#shared-url .new-item input[type=text] {
  box-sizing: border-box;
  width: 100%;
}
#shared-url .new-item .new-item-row {
  display: flex;
  justify-content: flex-start;
  margin: 0 -2%;
}
#shared-url .new-item .new-item-column {
  margin: 0 2%;
}
#shared-url .new-item .new-item-column-12 {
  width: 96%;
}
#shared-url .new-item .new-item-column-11 {
  width: 88%;
}
#shared-url .new-item .new-item-column-10 {
  width: 80%;
}
#shared-url .new-item .new-item-column-9 {
  width: 72%;
}
#shared-url .new-item .new-item-column-8 {
  width: 64%;
}
#shared-url .new-item .new-item-column-7 {
  width: 56%;
}
#shared-url .new-item .new-item-column-6 {
  width: 48%;
}
#shared-url .new-item .new-item-column-5 {
  width: 40%;
}
#shared-url .new-item .new-item-column-4 {
  width: 32%;
}
#shared-url .new-item .new-item-column-3 {
  width: 24%;
}
#shared-url .new-item .new-item-column-2 {
  width: 16%;
}
#shared-url .new-item .new-item-column-1 {
  width: 8%;
}
#shared-url #new-item-result {
  display: none;
  margin-top: 20px;
}
#shared-url table {
  width: 100%;
  margin-bottom: 40px;
}
#shared-url table th,
#shared-url table td {
  padding: 10px 5px;
}
#shared-url table th {
  text-align: left;
  width: 1em;
}
#shared-url table td {
  border-top: 1px solid #aaa;
}
#shared-url .input-wrap {
  display: flex;
}
#shared-url .input-wrap .input-wrap-item {
  flex-grow: 1;
}
#shared-url .input-wrap button {
  white-space: nowrap;
}

/*# sourceMappingURL=detail.css.map */