@charset "utf-8";

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

header {
  border-bottom: 10px solid #f58466;
  box-shadow: 0 1px 2px rgb(95 95 95 / 50%);
  z-index: 100;
}

.header_inner {
  height: 70px;
  display: flex;
  align-items: center;
}

.header_inner img {
  width: 233px;
  height: 48px;
  flex: none;
}

.header_inner p {
  margin-bottom: 0;
}

.breadcrumb {
  background-color: #efefef;
  box-shadow: 0px 1px #ccc;
  z-index: 50;
}

.breadcrumb ul {
  display: flex;
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  font-size: .75rem;
  overflow-x: scroll;
  scrollbar-width: 0;
}

.breadcrumb ul::-webkit-scrollbar {
  display: none;
}

.breadcrumb li {
  display: flex;
  color: #333;
  white-space: nowrap;
}

.breadcrumb li:not(:first-child)::before {
  content: "≫";
  display: block;
  margin-left: .5rem;
  margin-right: .5rem;
}

.breadcrumb a {
  color: #333;
  text-decoration: underline;
}

main {
  margin: 0 0 1rem 0;
}

main h1 {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 3px 0;
  font-weight: normal;
  font-size: 1.3rem;
  border-bottom: 2px solid #333;
}

main h1::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #ff4500;
}

main h2 {
  position: relative;
  margin: .5em 0 1rem 0;
  padding: 3px 0;
  font-weight: normal;
  font-size: 1.3rem;
  border-bottom: 1px solid #ff4500;
}

main h2.summary_icon {
  display: flex;
  align-items: center;
}

main h2.summary_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../image/icon/summary.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h2.access_icon {
  display: flex;
  align-items: center;
}

main h2.access_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../image/icon/access.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h2.pdf_icon {
  display: flex;
  align-items: center;
}

main h2.pdf_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../image/icon/pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h2.book_icon {
  display: flex;
  align-items: center;
}

main h2.book_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../image/icon/book.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h2.comic_icon {
  display: flex;
  align-items: center;
}

main h2.comic_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../image/icon/comic.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h2.calendar_icon {
  display: flex;
  align-items: center;
}

main h2.calendar_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../image/icon/calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h3 {
  display: flex;
  align-items: center;
  margin-top: .5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #d4453c;
}

.key_visual img {
  max-width: 100%;
  margin-bottom: .5rem;
}

.key_visual img.pc {
  display: none;
}

.introduction {
  border: 1px solid #f2c7c4;
  border-radius: 0.625rem;
  padding: 5px 10px;
  margin-bottom: 1rem;
}

.introduction p {
  text-indent: 1rem;
  margin-bottom: 0;
}

.explain {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.access a {
  text-decoration: underline;
}

.flyer img {
  flex: none;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
}

.event_inner {
  display: flex;
  flex-direction: column;
}

.event_inner img {
  flex: none;
  max-width: 100%;
}

.event_box:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.event_box:first-child h3 {
  margin-top: 0;
}

/* dl -start */
.event_dl {
  margin: 0.5rem 0;
}
.event_dl dt {
  padding: 12px 10px;
  margin: 0;
  border: 1px solid #f2c7c4;
  border-bottom-width: 0;
  background-color: #d4453c;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.event_dl dt:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}
.event_dl dd {
  padding: 12px 10px;
  margin: 0;
  border: 1px solid #f2c7c4;
  border-bottom-width: 0;
}
.event_dl dd.w-100 {
  width: 100%;
}
.event_dl dd:last-child {
  border-bottom-width: 1px;
  border-radius: 0 0 0.625rem 0.625rem;
}
.event_dl dd p {
  margin: 0 0 0 1rem;
  text-indent: -1rem;
}
.event_dl img {
  max-width: 100%;
}
.event_dl ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.flyer_dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.flyer_dl dt {
  margin: 0;
  padding: 0.625rem;
  border: 1px solid #f2c7c4;
  border-bottom-width: 0;
  width: 30%;
  border-right-width: 0;
  background-color: #d4453c;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.flyer_dl dt:first-child {
  border-radius: 0.625rem 0 0 0;
}
.flyer_dl dt:nth-last-child(2) {
  border-bottom-width: 1px;
  border-radius: 0 0 0 0.625rem;
}
.flyer_dl dd {
  margin: 0;
  padding: 0.625rem;
  border: 1px solid #f2c7c4;
  border-bottom-width: 0;
  width: 70%;
}
.flyer_dl dd:nth-child(2) {
  border-radius: 0 0.625rem 0 0;
}
.flyer_dl dd:last-child {
  border-bottom-width: 1px;
  border-radius: 0 0 0.625rem 0;
}
/* dl -end */

.nostyle_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.asterisk {
  list-style-type: "※";
  margin-left: 1rem;
}

footer {
  margin-top: auto;
  border-top: 1px solid #ccc;
}

.footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 5px;
}

.footer_inner p {
  margin-bottom: 0;
}

.footer_inner .copy_rights {
  padding-top: .5rem;
  font-size: .5rem;
  color: #333;
}

.footer_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_logo span:first-child {
  width: 100%;
  margin-bottom: .5rem;
}

.footer_logo img {
  flex: none;
}

.footer_logo .logo_o {
  height: 32px;
}

@media(min-width: 576px) {

  .container {
    max-width:540px;
  }

  .footer_inner {
    padding-top: 10px;
  }

  .footer_inner .copy_rights {
    font-size: .75rem;
  }
}

@media(min-width: 768px) {

  .container {
    max-width:720px;
  }

  .breadcrumb ul {
    overflow: hidden;
  }

  .key_visual {
    min-height: 320px;
  }

  .key_visual img.sp {
    display: none;
  }

  .key_visual img.pc {
    display: block;
  }

  main h3 {
    margin-top: 0;
  }

  .pc_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pc_row > * {
    width: calc(50% - .5rem);
  }

  .event_dl.pc2column {
    display: flex;
    flex-wrap: wrap;
  }

  .event_dl.pc2column dt {
    width: 25%;
    border-right-width:0;
  }

  .event_dl.pc2column dt:first-child {
    border-top-right-radius: 0;
  }

  .event_dl.pc2column dt:nth-last-child(2) {
    border-bottom-left-radius: 0.625rem;
  }

  .event_dl.pc2column dd {
    width: 75%;
  }

  .event_dl.pc2column dd:nth-child(2) {
    border-top-right-radius: 0.625rem;
  }

  .event_dl.pc2column dd:last-child {
    border-bottom-left-radius: 0;
  }

  .flyer_dl {
    margin-top: 1.5rem;
  }

  .footer_logo span:first-child {
    width: auto;
  }
}

@media(min-width: 992px) {
  .container {
    max-width:960px;
  }

  main h1 {
    margin-top: .5rem;
    font-size: 1.4rem;
  }

  .key_visual {
    margin-top: 1rem;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

  .explain {
    flex-direction: row;
    justify-content: space-between;
  }

  .explain > div {
    width: calc(50% - .5rem);
  }

  .footer_logo {
    flex-grow: 1;
    margin-right: 1rem;
  }

}

@media (hover: hover) {
  .access a:hover {
    text-decoration: none;
  }
}


/* util */
.d-none {
  display: none;
}

.mb-0 {
  margin-bottom: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.ms-1 {
  margin-left: 1rem;
}

.indent {
  text-indent: 1rem;
}

.mx-100 {
  max-width: 100%;
}

.text-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left !important;
}

@media(min-width: 768px) {
  .text-flex-center {
    display: block;
    text-align: center !important;
  }
  .text-center {
    justify-content: center;
  }
}

.event_dl.anytime_row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.event_dl.anytime_row dt {
  width: 30%;
  border-right-width: 0;
}
.event_dl.anytime_row dt:nth-last-child(2) {
  border-bottom-width: 1px;
}
.event_dl.anytime_row dd {
  width: 70%;
}
.event_dl.anytime_row dd:last-child {
  border-bottom-width: 1px;
}
.event_dl.anytime_row.rounded dt:first-child {
  border-radius: 0.625rem 0 0 0;
}
.event_dl.anytime_row.rounded dt:nth-last-child(2) {
  border-radius: 0 0 0 0.625rem;
}
.event_dl.anytime_row.rounded dd:nth-child(2) {
  border-radius: 0 0.625rem 0 0;
}
.event_dl.anytime_row.rounded dd:last-child:not(.w-100) {
  border-radius: 0 0 0.625rem 0;
}
.event_dl.anytime_row.rounded .radius0 {
  border-radius: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.manga_link {
  display: inline-block;
  align-items: center;
  padding: 0.1875rem 0.3125rem;
  text-decoration: none;
  background-color: #d4453c;
  border: 1px solid #d4453c;
  border-radius: 0.375rem;
  color: #fff;
}
.manga_link .manga_text {
  display: flex;
  align-items: center;
}
.manga_link .manga_text::before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.manga_link .manga_text.web::before {
  content: "";
  background-image: url(icon/globe_white.svg);
}

@media (hover: hover) {
  .manga_link:hover {
    background-color: #fff;
    border: 1px solid #d4453c;
    text-decoration: none;
    color: #d4453c;
  }
  .manga_link:hover .manga_text.web::before {
    background-image: url(icon/globe_main.svg);
  }
}

@media (min-width: 768px) {
  .manga_link {
    padding: 0.25rem 1rem;
  }
}

.center-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.radius-bl {
  border-radius: 0 0 0 0.625rem !important;
}

.radius-br {
  border-radius: 0 0 0.625rem 0 !important;
}

.radius-none {
  border-radius: 0 !important;
}

.nostyle_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nostyle_list .type_aster {
  list-style-type: "※";
  margin-left: 1rem;
}
