@charset "UTF-8";
/*
Project Name: のこす！いかす！！マンガ・アニメ・ゲーム展
Version: 1.0
Description: 2024年11月23日（土）から2025年3月31日（月）まで、「京都国際マンガミュージアム 2階ギャラリー 1/2/3」にて開催の企画展「のこす！いかす！！マンガ・アニメ・ゲーム展」ウェブサイト用CSS
*/
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-attachment: fixed;
  overscroll-behavior: contain;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: 0.12em;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
}
p:where(:last-child, :only-child) {
  margin-bottom: 0;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: bolder;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a:where(:not([class*=btn-])) {
  background-color: transparent;
}
a:where(:not([class*=btn-])):link {
  color: #1a507a;
  text-decoration: underline;
}
@media (hover: hover) {
  a:where(:not([class*=btn-])):hover {
    color: #51318f;
    text-decoration: none;
  }
}
a:where(:not([class*=btn-])):active {
  color: #51318f;
}
a:where(:not([class*=btn-])):visited {
  color: #2f1251;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  pointer-events: none;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #d5d4df;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100dvh;
  overflow-x: hidden;
}

.container {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 12px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10em;
  transition: all 160ms 0ms ease;
}
footer .container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

main img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

del {
  color: #999;
  text-decoration-color: red;
}

ins {
  color: red;
  font-weight: bolder;
  text-decoration: none;
}

header {
  position: relative;
  z-index: 100;
  background: #ecebf0;
}
@media (width >= 800px) {
  header .container {
    width: 100%;
  }
}
header #hero {
  width: 100%;
  min-height: 400px;
  max-height: 960px;
  margin-bottom: 0;
  text-align: center;
  background: #51318f url("../img/hero_image_sp.webp") top center/cover no-repeat;
}
header #hero img {
  max-width: 100%;
  height: auto;
}
header #hero img.pc {
  display: none;
}
header #hero img.sp {
  display: initial;
}
@media (width >= 800px) {
  header #hero {
    max-height: 700px;
    background-image: url("../img/hero_image.webp");
  }
}
@media (width >= 800px) and (width >= 1940px) {
  header #hero {
    background-size: 1940px auto;
  }
}
@media (width >= 800px) {
  header #hero img.pc {
    display: initial;
  }
  header #hero img.sp {
    display: none;
  }
}
header #menuContainer {
  width: 100%;
  margin-block: 0;
  transition: all 160ms 0ms ease, border-radius 0ms 0ms ease;
}
header #menuContainer .menu-toggle {
  position: fixed;
  top: 8px;
  right: 8px;
}
@media (width >= 800px) {
  header #menuContainer {
    position: relative;
    top: calc(-0.9rem - 10px - 10px);
  }
}
header #menu[data-type=drill-down] {
  padding: 10px 18px;
  transition: all 160ms 0ms ease, border-radius 0ms 0ms ease;
}
header #menu[data-type=drill-down] > ul {
  min-width: 250px;
  letter-spacing: 0.1em;
}
@media (width >= 800px) {
  header #menu[data-type=drill-down] {
    width: fit-content;
    margin-inline: auto;
  }
}
header .btn-lang {
  position: absolute;
  top: 8px;
  left: max(8px, (100vw - 1024px - var(--sb)) / 2);
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: 0;
  text-decoration: none;
  font-weight: bolder;
  background-color: #51318f;
  border: solid 1px #ffffff;
  border-radius: 10em;
}
header .btn-lang::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url("../img/icon_global-white.svg") center center/contain no-repeat;
}
header .btn-lang:focus {
  color: #51318f;
  background-color: #ffffff;
}
header .btn-lang:focus::before {
  background-image: url("../img/icon_global.svg");
}
@media (hover: hover) {
  header .btn-lang:hover {
    color: #51318f;
    background-color: #ffffff;
  }
  header .btn-lang:hover::before {
    background-image: url("../img/icon_global.svg");
  }
}
header .totop {
  position: fixed;
  right: max(8px, (100vw - 1024px + 24px - var(--sb)) / 2);
  bottom: 16px;
  z-index: -1;
  opacity: 0;
  transition: opacity 240ms 0ms ease;
}
header .totop a {
  display: block;
  width: 48px;
  height: 48px;
  background: #2f1251 url("../img/icon_arrow_up.svg") center center/60% no-repeat;
  border: solid 1px #51318f;
  border-radius: 6px;
}
header .totop a span {
  display: none;
}
header .totop a:focus {
  background-color: #51318f;
}
@media (hover: hover) {
  header .totop a:hover {
    background-color: #51318f;
  }
}
header.sticky #menuContainer {
  position: fixed;
  top: 0;
  margin-block: 0;
  transition: all 160ms 0ms ease, border-radius 0ms 0ms ease;
  /*
  .menu-toggle {
    //top: 8px;
    //transform: translateY(0);
  } // .menu-toggle
   */
}
@media (width >= 800px) {
  header.sticky #menu[data-type=drill-down] {
    width: 100%;
    max-width: unset;
    border-radius: unset;
  }
}
header.sticky .totop {
  opacity: 1;
}

main section + section {
  margin-top: 6rem;
}
main section section {
  margin-top: 6rem;
}
main .heading {
  margin-bottom: 2em;
}
main .heading .name {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4em;
  letter-spacing: 0.06em;
}
main .heading .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
main .heading .sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(255, 52, 125);
  background: linear-gradient(90deg, rgb(255, 52, 125) 0%, rgb(255, 127, 47) 40%, rgb(184, 199, 92) 75%, rgb(0, 201, 100) 100%);
}
@media (width >= 800px) {
  main .heading {
    margin-bottom: 2.4em;
  }
  main .heading .name {
    font-size: 3rem;
  }
  main .heading .sub {
    font-size: 1.125rem;
    letter-spacing: 0.12em;
  }
}
main .list-news {
  list-style: none;
  margin: 0;
  padding: 0 0 0.6rem;
  border-bottom: solid 1px #2a225b;
}
main .list-news li {
  display: flex;
  flex-direction: column;
  padding-block: 0.3em;
  font-size: 1rem;
}
main .list-news li .date {
  flex-shrink: 0;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media (width >= 800px) {
  main .list-news li {
    flex-direction: row;
    gap: 1rem;
  }
  main .list-news li .date {
    flex-basis: 8.5em;
  }
}

#news {
  position: relative;
  padding-top: 3rem;
}
#news::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background: #ecebf0;
}
#news .heading {
  margin-bottom: 1em;
}
#news .heading .name {
  color: #2a225b;
  font-size: 2rem;
  line-height: 1.4em;
  letter-spacing: 0.06em;
}
#news .container {
  position: relative;
}
#news .container .goToList {
  position: absolute;
  top: 0;
  right: 12px;
}

#about {
  padding-block: 3rem;
  background: #d5cde4 url("../img/bg_right.svg") top right no-repeat;
  background-size: 70% auto;
}
#about .heading .name {
  font-size: 1.5rem;
  line-height: 1.4em;
  text-shadow: 2px 2px 1px #d5cde4, -2px 2px 1px #d5cde4, 2px -2px 1px #d5cde4, -2px -2px 1px #d5cde4, 2px 0px 1px #d5cde4, 0px 2px 1px #d5cde4, -2px 0px 1px #d5cde4, 0px -2px 1px #d5cde4;
}
#about .box {
  padding: 1.8em;
  background-color: #ffffff;
  border-radius: 1.2em;
}
#about .box .btn-primary {
  margin-inline: auto;
}
@media (width >= 800px) {
  #about {
    background-size: auto 96%;
  }
  #about .heading .name {
    font-size: 2rem;
  }
  #about .box {
    padding: 2.4em;
    border-radius: 1.6em;
  }
}

#outline .list-outline dt.title {
  display: none;
}
#outline .list-outline dt.title + dd p {
  margin-bottom: 1em;
}
#outline .list-outline dt.title + dd p.name {
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: bolder;
}
#outline .list-outline dt.organizers {
  margin-top: 4em;
}
#outline .list-outline dd {
  margin-bottom: 1.6em;
}

#highlight #configuration {
  margin-top: 3rem;
}
#highlight #configuration .heading {
  display: inline-block;
  margin-bottom: 2em;
}
#highlight #configuration .heading .name {
  display: block;
  margin-bottom: 6px;
  font-size: 1.75rem;
  line-height: 1.4em;
}
#highlight #configuration .heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(255, 52, 125);
  background: linear-gradient(90deg, rgb(255, 52, 125) 0%, rgb(255, 127, 47) 100%);
}
#highlight #configuration .list-bull {
  padding: 0;
}
#highlight #configuration .list-bull li {
  display: flex;
  gap: 4px;
  margin-bottom: 0.8em;
}
#highlight #configuration .list-bull li::before {
  content: "●";
  display: block;
  color: #51318f;
}
#highlight #configuration .grid-configuration .heading {
  display: flex;
  align-items: center;
}
#highlight #configuration .grid-configuration .heading::before {
  order: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.5;
}
#highlight #configuration .grid-configuration .heading::after {
  order: 2;
  flex-shrink: 0;
  content: "";
  display: block;
  height: 45px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}
#highlight #configuration .grid-configuration .heading .name {
  order: 0;
  flex-shrink: 0;
  padding-right: 0.5em;
}
#highlight #configuration .grid-configuration > figure {
  position: relative;
  display: flex;
  flex-direction: column;
}
#highlight #configuration .grid-configuration > figure img {
  position: relative;
  display: block;
  width: 264px;
  margin-inline: auto;
}
#highlight #configuration .grid-configuration > figure figcaption {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5em calc((100% - 264px) / 2) 2em;
  font-size: 0.875rem;
  line-height: 1.6em;
  background: #ffffff;
}
#highlight #configuration .grid-configuration > figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
#highlight #configuration .grid-configuration .outline .list-plain {
  list-style: none;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.6em;
}
#highlight #configuration .grid-configuration .outline .list-plain li {
  margin-bottom: 2em;
}
#highlight #configuration .grid-configuration .outline .list-plain .list-line {
  list-style: none;
  padding: 0;
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.6em;
}
#highlight #configuration .grid-configuration .outline .list-plain .list-line li {
  display: flex;
  gap: 6px;
  margin-bottom: 0.8em;
}
#highlight #configuration .grid-configuration .outline .list-plain .list-line li::before {
  content: "━";
  display: block;
}
#highlight #configuration .grid-configuration .outline .example {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  background-color: #f4f3f6;
}
#highlight #configuration .grid-configuration .outline .example img {
  max-width: 200px;
  height: auto;
  margin-bottom: 0;
  background-color: #ffffff;
  border: solid 1px #d5d4df;
}
#highlight #configuration .grid-configuration .outline .example figcaption {
  padding: 1em 2em;
  font-size: 1rem;
}
#highlight #configuration .grid-configuration .outline .example figcaption p {
  margin-bottom: 0.5em;
}
#highlight #configuration .grid-configuration .outline .example figcaption p:last-child {
  margin-bottom: 0;
}
#highlight #configuration .grid-configuration .outline .example figcaption .name {
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.6em;
  font-weight: bolder;
}
#highlight #configuration #mangaArea.grid-configuration .heading::before {
  background-color: #b7282d;
}
#highlight #configuration #mangaArea.grid-configuration .heading::after {
  width: 162px;
  background-image: url("../img/exhibit_manga_label.svg");
}
#highlight #configuration #mangaArea.grid-configuration > figure {
  background: url("../img/exhibit_manga_image.webp") center center/cover no-repeat;
}
#highlight #configuration #mangaArea.grid-configuration .outline .list-plain .list-line li::before {
  color: #e8383d;
}
#highlight #configuration #animeArea.grid-configuration .heading::before {
  background-color: #f08437;
}
#highlight #configuration #animeArea.grid-configuration .heading::after {
  width: 145.5px;
  background-image: url("../img/exhibit_anime_label.svg");
}
#highlight #configuration #animeArea.grid-configuration > figure {
  background: url("../img/exhibit_anime_image.webp") center center/cover no-repeat;
}
#highlight #configuration #animeArea.grid-configuration .outline .list-plain .list-line li::before {
  color: #f08437;
}
#highlight #configuration #gameArea.grid-configuration .heading::before {
  background-color: #59b75b;
}
#highlight #configuration #gameArea.grid-configuration .heading::after {
  width: 162px;
  background-image: url("../img/exhibit_game_label.svg");
}
#highlight #configuration #gameArea.grid-configuration > figure {
  background: url("../img/exhibit_game_image.webp") center center/cover no-repeat;
}
#highlight #configuration #gameArea.grid-configuration .outline .list-plain .list-line li::before {
  color: #59b75b;
}
@media (width >= 800px) {
  #highlight #configuration {
    margin-top: 6rem;
  }
  #highlight #configuration .heading .name {
    font-size: 2rem;
  }
  #highlight #configuration .grid-configuration {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 2.4rem;
    grid-row-gap: 0px;
  }
  #highlight #configuration .grid-configuration .heading {
    grid-area: 1/2/2/3;
  }
  #highlight #configuration .grid-configuration .heading::after {
    height: 60px;
  }
  #highlight #configuration .grid-configuration figure {
    grid-area: 1/1/3/2;
  }
  #highlight #configuration .grid-configuration .outline {
    grid-area: 2/2/3/3;
  }
  #highlight #configuration .grid-configuration .outline .example {
    flex-direction: row;
  }
  #highlight #configuration #mangaArea.grid-configuration::after {
    width: 216px;
  }
  #highlight #configuration #animeArea.grid-configuration::after {
    width: 194px;
  }
  #highlight #configuration #gameArea.grid-configuration::after {
    width: 216px;
  }
}

#catalogue .list-catalogue {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em;
  padding: 0;
  margin: 0;
}
#catalogue .list-catalogue li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 100%;
}
#catalogue .list-catalogue li .thumbnail {
  display: block;
}
#catalogue .list-catalogue li .thumbnail img {
  border: solid 1px #ecebf0;
}
#catalogue .list-catalogue li .thumbnail::after {
  display: none;
}
#catalogue .list-catalogue li .thumbnail:focus img {
  opacity: 0.5;
}
@media (hover: hover) {
  #catalogue .list-catalogue li .thumbnail:hover img {
    opacity: 0.5;
  }
}
#catalogue .list-catalogue li .btn-primary:focus.manga, #catalogue .list-catalogue li .btn-primary:focus.anime, #catalogue .list-catalogue li .btn-primary:focus.game {
  color: #ffffff;
}
#catalogue .list-catalogue li .btn-primary:focus.manga {
  background-color: #e8383d;
}
#catalogue .list-catalogue li .btn-primary:focus.anime {
  background-color: #f08437;
}
#catalogue .list-catalogue li .btn-primary:focus.game {
  background-color: #59b75b;
}
@media (hover: hover) {
  #catalogue .list-catalogue li .btn-primary:hover.manga, #catalogue .list-catalogue li .btn-primary:hover.anime, #catalogue .list-catalogue li .btn-primary:hover.game {
    color: #ffffff;
  }
  #catalogue .list-catalogue li .btn-primary:hover.manga {
    background-color: #e8383d;
  }
  #catalogue .list-catalogue li .btn-primary:hover.anime {
    background-color: #f08437;
  }
  #catalogue .list-catalogue li .btn-primary:hover.game {
    background-color: #59b75b;
  }
}
@media (width >= 800px) {
  #catalogue .list-catalogue {
    flex-direction: row;
    gap: 2%;
  }
  #catalogue .list-catalogue li {
    width: 32%;
  }
}

#event {
  padding-block: 6rem;
  background: #51318f url("../img/bg_right.svg") top right no-repeat;
  background-size: 70% auto;
}
#event .heading .sub,
#event .heading .name {
  color: #ffffff;
}
#event .box-event {
  position: relative;
  padding: 2.4em 1.8em;
  background-color: #ffffff;
  border-radius: 1.2em;
}
#event .box-event .heading {
  margin-bottom: 1.2em;
  font-size: 1.5rem;
  line-height: 1.6em;
}
#event .box-event p {
  margin-bottom: 1em;
}
#event .box-event .list-eventInfo {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
  margin-block: 1em 0;
  border-top: solid 1px gray;
}
#event .box-event .list-eventInfo dt {
  width: 3em;
}
#event .box-event .list-eventInfo dt::after {
  content: "：";
}
#event .box-event .list-eventInfo dd {
  width: calc(100% - 3em);
  margin-bottom: 0;
}
#event .box-event .btn-primary {
  position: absolute;
  right: 1rem;
  bottom: calc(-0.7rem - 14px);
}
#event .box-event + .box-event {
  margin-top: 4rem;
}
@media (width >= 800px) {
  #event {
    background-size: 45% auto;
  }
  #event .box-event {
    padding: 2.4em;
    border-radius: 1.6em;
  }
  #event .box-event .btn-primary {
    right: 3rem;
  }
}

#media,
#project {
  margin-top: 0;
  padding-block: 6rem 4rem;
  background: #ecebf0;
}
#media .heading .sub,
#media .heading .name,
#project .heading .sub,
#project .heading .name {
  color: #2f1251;
}
#media .list-news,
#project .list-news {
  border-bottom: none;
}
#media .list-news li,
#project .list-news li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #d5d4df;
}
#media .goToList .btn-primary,
#project .goToList .btn-primary {
  margin-inline: auto;
}

#access {
  padding-bottom: 6rem;
}
#access .contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
#access .contact .btn-set .btn-primary + .btn-primary {
  margin-top: 1em;
}
#access .map {
  width: 100%;
  line-height: 0;
  background: #d5cde4;
}
#access .map iframe {
  max-width: 100%;
}
@media (width >= 800px) {
  #access .contact {
    flex-direction: row;
    align-items: center;
  }
}

#banner {
  padding-block: 2rem;
  background: #f4f3f6;
}
#banner .list-banner {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin-block: 0;
}
#banner .list-banner li.bunka a img {
  width: 104px;
}
#banner .list-banner li.mm a img {
  width: 188px;
}
#banner .list-banner li.imrc a img {
  width: 212px;
}
#banner .list-banner li.rcgs_r a img {
  width: 80px;
}
#banner .list-banner li a {
  display: block;
  width: fit-content;
  padding: 0.8em 1.6em;
  margin-inline: auto;
  line-height: 0;
  background: #ffffff;
  border: solid 1px #d5cde4;
  border-radius: 3px;
}
#banner .list-banner li a::before, #banner .list-banner li a::after {
  display: none;
}
#banner .list-banner li a:focus {
  opacity: 0.5;
}
@media (hover: hover) {
  #banner .list-banner li a:hover {
    opacity: 0.5;
  }
}

footer {
  padding-block: 2rem;
  color: #ffffff;
  text-align: center;
  background: #2f1251;
}
footer #copyright {
  width: 100%;
}

/*==========================================

ボタン

==========================================*/
.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 14px 24px;
  color: #51318f;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: bolder;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 2px #51318f;
  border-radius: 10em;
}
.btn-primary .small {
  font-size: 0.875rem;
}
.btn-primary::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: url("../img/icon_arrow_line.svg") center center/contain no-repeat;
}
.btn-primary[target=_blank]::after {
  background-image: url("../img/icon_blank.svg");
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #51318f;
  border-color: #ffffff;
}
.btn-primary:focus[target=_blank]::after {
  background-image: url("../img/icon_blank-white.svg");
}
@media (hover: hover) {
  .btn-primary:hover {
    color: #ffffff;
    background-color: #51318f;
    border-color: #ffffff;
  }
  .btn-primary:hover::before {
    background-image: url("../img/icon_arrow_line-white.svg");
  }
  .btn-primary:hover[target=_blank]::after {
    background-image: url("../img/icon_blank-white.svg");
  }
}

/*==========================================

リンク

==========================================*/
a:where(:not([class*=btn-]))[target=_blank]::after {
  margin-left: 4px;
}
a:where(:not([class*=btn-]))[href$=".pdf"]::after {
  margin-bottom: -0.3em;
  margin-left: 3px;
}
a[target=_blank]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: -2px;
  background: url("../img/icon_blank.svg") center center/contain no-repeat;
}
a[href$=".pdf"]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-bottom: -2px;
  background: url("../img/icon_pdf.svg") center center/contain no-repeat;
}

.page header #hero {
  max-height: unset;
  min-height: unset;
  background-image: url("../img/hero_image_page_sp.webp");
}
@media (width >= 800px) {
  .page header #hero {
    background-image: url("../img/hero_image_page.webp");
  }
}
.page #media,
.page #project {
  padding-top: 3rem;
  background-color: transparent;
}
.page #project .heading .sub,
.page #project .heading .name {
  color: #333333;
}
.page #project .heading .name .small {
  display: block;
  font-size: 1.5rem;
}
.page #project .list-project {
  margin-top: 3rem;
}
.page #project .list-project .heading {
  display: inline-block;
  margin-bottom: 2em;
}
.page #project .list-project .heading .name {
  display: block;
  margin-bottom: 6px;
  font-size: 1.75rem;
  line-height: 1.4em;
}
.page #project .list-project .heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(255, 52, 125);
  background: linear-gradient(90deg, rgb(255, 52, 125) 0%, rgb(255, 127, 47) 100%);
}
.page #project .list-project .list-news li {
  font-size: 1.25rem;
  line-height: 1.6em;
}
.page #project .list-project .list-news li .category {
  display: block;
  width: fit-content;
  padding: 0.5em 1em;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bolder;
  line-height: 1em;
  border-radius: 3px;
}
.page #project .list-project .list-news li .category.manga {
  background-color: #e8383d;
}
.page #project .list-project .list-news li .category.anime {
  background-color: #f08437;
}
.page #project .list-project .list-news li .category.game {
  background-color: #59b75b;
}
.page #project .list-project .list-news li .category.art {
  background-color: #354bc0;
}
.page #project .list-project .list-news li .category.tokusatsu {
  background-color: #7f2aab;
}
.page #project .list-project .list-news li .author {
  margin-top: 6px;
  font-size: 1rem;
}
@media (width >= 800px) {
  .page #project .list-project .list-news li {
    flex-direction: column;
    gap: 0;
  }
}
.page .btn-primary.back::before {
  margin-bottom: -1px;
  transform: rotateZ(180deg);
}
.page .list-link {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding: 0;
}
.page .list-link .btn-primary::before {
  margin-bottom: -1px;
  transform: rotateZ(90deg);
}

.en {
  letter-spacing: 0.06em;
}
.en #introduction {
  margin-top: 6em;
}
.en #highlight #configuration .grid-configuration .heading::before, .en #highlight #configuration .grid-configuration .heading::after {
  display: none;
}
.en #highlight #configuration #mangaArea.grid-configuration .heading b {
  color: #b7282d;
}
.en #highlight #configuration #animeArea.grid-configuration .heading b {
  color: #bd6728;
}
.en #highlight #configuration #gameArea.grid-configuration .heading b {
  color: #449248;
}
.en #event .box-event .list-eventInfo dt,
.en #event .box-event .list-eventInfo dd {
  width: 100%;
}
.en #event .box-event .list-eventInfo dd + dt {
  margin-top: 1em;
}
.en #event .box-event .btn-primary:has(.small) {
  bottom: calc(-1.2rem - 14px);
}
.en #event .box-event .btn-primary:has(.small) .small {
  display: block;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: normal;
}
@media (width >= 800px) {
  .en #event .box-event .list-eventInfo dt {
    width: 10em;
  }
  .en #event .box-event .list-eventInfo dd {
    width: calc(100% - 10em);
  }
  .en #event .box-event .list-eventInfo dd + dt {
    margin-top: 0;
  }
}
.en #banner .list-banner li.mm a img {
  width: 78px;
}

@media (width >= 800px) {
  body:has(#menu.open) {
    overflow: hidden;
  }
  html:has(#menu.open) {
    scrollbar-gutter: stable;
  }
  header .menu-toggle {
    display: none;
  }
  #menu[data-type=drill-down] {
    box-shadow: 0 0 8px 0 rgba(47, 18, 81, 0.5);
  }
  #menu[data-type=drill-down] ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
  }
  #menu[data-type=drill-down] ul .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    min-width: 250px;
    padding-left: 0;
    background-color: #2f1251;
  }
  #menu[data-type=drill-down] ul .sub-menu li a {
    display: block;
    padding: 10px 20px;
    margin-right: 0;
    color: #ffffff;
    text-decoration: none;
    background-color: #2f1251;
  }
  #menu[data-type=drill-down] ul .sub-menu li a:focus {
    background-color: #51318f;
  }
}
@media (width >= 800px) and (hover: hover) {
  #menu[data-type=drill-down] ul .sub-menu li a:hover {
    background-color: #51318f;
  }
}
@media (width >= 800px) {
  #menu[data-type=drill-down] ul .sub-menu.open {
    display: block;
  }
  #menu[data-type=drill-down] ul .sub-menu.open .sub-menu {
    position: relative;
    display: block;
    padding-left: 1em;
  }
  #menu[data-type=drill-down] ul .sub-menu button {
    display: none;
  }
  #menu[data-type=drill-down] ul li {
    /*
    &:has(.sub-menu) {
      > a {
        background-color: red;
      } // > a
    } // &:has(.sub-menu)
    */
  }
  #menu[data-type=drill-down] ul li:nth-last-child(-n+2) .sub-menu {
    right: 0;
    left: auto;
  }
  #menu[data-type=drill-down] ul li button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1em;
    border: none;
  }
  #menu[data-type=drill-down] ul li button .msg-close {
    display: none;
  }
  #menu[data-type=drill-down] ul li button:has(+ .open) .msg-open {
    display: none;
  }
  #menu[data-type=drill-down] ul li button:has(+ .open) .msg-close {
    display: inline;
  }
  #menu[data-type=drill-down] > ul > li {
    position: relative;
  }
  #menu[data-type=drill-down] > ul > li:has(.sub-menu) > a {
    margin-right: 44px;
  }
  #menu[data-type=drill-down] > ul > li:focus-within > .sub-menu {
    display: block;
  }
  #menu[data-type=drill-down] > ul > li > a {
    display: block;
    padding: 10px 20px;
    color: #51318f;
    text-decoration: none;
    font-weight: bolder;
    background-color: #ffffff;
    border-radius: 10em;
  }
  #menu[data-type=drill-down] > ul > li > a:focus {
    color: #ffffff;
    background-color: #51318f;
  }
}
@media (width >= 800px) and (hover: hover) {
  #menu[data-type=drill-down] > ul > li > a:hover {
    color: #ffffff;
    background-color: #51318f;
  }
}
@media (width >= 800px) {
  #overlay {
    display: none;
  }
}
body:has(#menu.open) {
  overflow: hidden;
}

html:has(#menu.open) {
  scrollbar-gutter: stable;
}

header .menu-toggle {
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 14px 18px;
  color: #51318f;
  font-weight: bolder;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: 0;
  background: #ffffff;
  border: none;
  border-radius: 10em;
}
header .menu-toggle::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -1px;
  background: url("../img/icon_menu.svg") center center/contain no-repeat;
}
header .menu-toggle:focus {
  color: #ffffff;
  font-weight: bolder;
  background-color: #51318f;
}
@media (hover: hover) {
  header .menu-toggle:hover {
    color: #ffffff;
    font-weight: bolder;
    background-color: #51318f;
  }
  header .menu-toggle:hover::before {
    background-image: url("../img/icon_menu-white.svg");
  }
}

#menuContainer .menu-top,
#menuContainer .menu-close {
  display: none;
}
#menuContainer:has(#menu[data-type=drawer]) .menu-toggle {
  display: flex;
  box-shadow: 0 0 8px 0 rgba(47, 18, 81, 0.5);
}
#menuContainer:has(#menu[data-type=drawer]) .menu-top,
#menuContainer:has(#menu[data-type=drawer]) .menu-close {
  display: block;
}
#menuContainer:has(#menu[data-type=drawer]) li:not(.menu-top) + .menu-top {
  margin-top: 3rem;
  border-top: 1px solid #51318f;
}
#menuContainer:has(#menu[data-type=drawer]) li + .menu-top {
  font-size: 0.875rem;
  line-height: 1.4em;
  letter-spacing: 0.06em;
}
#menuContainer:has(#menu[data-type=drawer]) li + .menu-top a::before {
  display: none;
}
#menuContainer:has(#menu[data-type=drawer]) .menu-close {
  margin-top: auto;
}
#menuContainer:has(#menu[data-type=drawer]) .menu-close button {
  width: 100%;
  padding: 16px;
  color: #ecebf0;
  font-size: 1rem;
  background: transparent;
  border: solid 1px #ecebf0;
}
#menuContainer:has(#menu[data-type=drawer]) .menu-close button:focus {
  color: #51318f;
  background-color: #ecebf0;
}
@media (hover: hover) {
  #menuContainer:has(#menu[data-type=drawer]) .menu-close button:hover {
    color: #51318f;
    background-color: #ecebf0;
  }
}

#menu[data-type=drawer] {
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 100;
  align-items: flex-start;
  width: 250px;
  height: 100%;
  color: #ffffff;
  background-color: #2f1251;
  border-radius: unset;
  transition: right 0.3s ease;
}
#menu[data-type=drawer].open {
  right: 0;
  overflow: auto;
}
#menu[data-type=drawer] > ul {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#menu[data-type=drawer] ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#menu[data-type=drawer] ul li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #51318f;
}
#menu[data-type=drawer] ul li a {
  display: block;
  width: 100%;
  padding: 1em;
  color: #ffffff;
  text-decoration: none;
}
#menu[data-type=drawer] ul li a::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-top: -4px;
  margin-right: 4px;
  vertical-align: middle;
  background: url("../img/icon_arrow_line-white.svg") center center/contain no-repeat;
}
#menu[data-type=drawer] ul li a:has(+ button) {
  width: calc(100% - 44px);
}
#menu[data-type=drawer] ul li a:focus {
  color: #51318f;
  font-weight: bolder;
  background-color: #ecebf0;
}
#menu[data-type=drawer] ul li a:focus::before {
  background-image: url("../img/icon_arrow_line.svg");
}
@media (hover: hover) {
  #menu[data-type=drawer] ul li a:hover {
    color: #51318f;
    font-weight: bolder;
    background-color: #ecebf0;
  }
  #menu[data-type=drawer] ul li a:hover::before {
    background-image: url("../img/icon_arrow_line.svg");
  }
}
#menu[data-type=drawer] ul li button {
  width: 44px;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1em;
  border: none;
}
#menu[data-type=drawer] ul li button .msg-close {
  display: none;
}
#menu[data-type=drawer] ul li button:has(+ .open) {
  background-color: yellow;
}
#menu[data-type=drawer] ul li button:has(+ .open) .msg-open {
  display: none;
}
#menu[data-type=drawer] ul li button:has(+ .open) .msg-close {
  display: inline;
}
#menu[data-type=drawer] ul li.current > a:has(+ button) {
  width: 100%;
}
#menu[data-type=drawer] ul li.current > button {
  display: none;
}
#menu[data-type=drawer] ul ul {
  width: 100%;
  padding-left: 1em;
  border-top: 1px solid #444;
}
#menu[data-type=drawer] ul ul li:last-child {
  border-bottom: none;
}
#menu[data-type=drawer] .sub-menu {
  display: none;
}
#menu[data-type=drawer] .sub-menu.open {
  display: block;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#overlay.active {
  display: block;
}

@media (width >= 800px) {
  #menu[data-type=drawer] {
    position: static;
    right: 0;
    width: 250px;
    height: auto;
    transition: none;
  }
  #overlay {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */