@charset "UTF-8";
/* custom properties */
@import url(https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap);
:root {
  --color-main: #6FC2E7;
  --color-link: #2869dd;
  --color-hover: #002973;
  --color-text-main: #2b2b2b;
  --color-text-body: #2b2b2b;
  --color-white: #fff;
  --color-black: #2b2b2b;
  --color-gray: #ccc;
  --color-topics: #fff;
  --color-works: #0069B2;
  --color-works-text: #fff;
  --color-recommend: #D3E6F6;
  --font-family-sans-serif: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

/* ------------------------
共通
------------------------ */
.term {
  color: #1B854D;
  font-weight: 600; }

.annotation {
  margin-top: 1em;
  line-height: 1.8; }

.note {
  margin-top: 1em;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .note {
      font-size: 1.2rem; } }

ul.note {
  margin-left: 2.0em; }
  ul.note > li {
    margin-bottom: 0.5em;
    text-indent: -2.0em;
    line-height: 1.4; }
    ul.note > li:last-of-type {
      margin-bottom: 0; }

.annotation_collection_items {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5; }
  @media screen and (max-width: 1280px) {
    .annotation_collection_items {
      font-size: 1.4rem; } }

.artwork_story {
  margin-top: 0.5em; }

.artwork_copy + .artwork_story {
  margin-top: -0.5em;
  font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    .artwork_copy + .artwork_story {
      font-size: 1.6rem; } }

.author {
  text-align: right; }

.display_pc {
  display: block; }
  @media screen and (max-width: 1024px) {
    .display_pc {
      display: none; } }

.display_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .display_sp {
      display: block; } }

.emoji {
  display: inline-block;
  scale: 1.5;
  vertical-align: text-bottom; }

/* ------------------------
トップページ
------------------------ */
/* ----- section_main_visual ----- */
#pege_top .section_main_visual .hyoshi_visual {
  width: auto;
  height: 80vh;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    #pege_top .section_main_visual .hyoshi_visual {
      width: 100%;
      height: auto; } }
  #pege_top .section_main_visual .hyoshi_visual img {
    width: auto;
    max-height: 100%; }
#pege_top .section_main_visual .hyoshi_artwork {
  max-width: 700px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 1.5; }
  #pege_top .section_main_visual .hyoshi_artwork .hyoshi_artwork_title {
    font-weight: 600; }

/* ----- section_page_list ----- */
#pege_top .section_page_list {
  padding: 50px 0;
  background-color: #E4E2CD; }
  #pege_top .section_page_list .page_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    #pege_top .section_page_list .page_list li {
      width: calc((100% - 60px) / 3);
      background-color: #fff; }
      @media screen and (max-width: 1000px) {
        #pege_top .section_page_list .page_list li {
          width: calc((100% - 30px) / 2); } }
      @media screen and (max-width: 810px) {
        #pege_top .section_page_list .page_list li {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        #pege_top .section_page_list .page_list li {
          width: 100%; } }
      #pege_top .section_page_list .page_list li:hover {
        background-color: #000; }
      #pege_top .section_page_list .page_list li a {
        height: 100%;
        display: flex;
        flex-direction: column;
        color: #2b2b2b; }
        #pege_top .section_page_list .page_list li a .txt {
          display: flex;
          align-items: center;
          justify-content: space-between;
          height: 100%;
          padding: 1.0em 0.5em 1.0em 1.0em;
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1.5; }
          #pege_top .section_page_list .page_list li a .txt::after {
            content: "";
            display: inline-block;
            width: 30px;
            height: 30px;
            flex-shrink: 0;
            -webkit-mask: url("data:image/svg+xml, %3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8,.5A7.5,7.5,0,1,0,15.5,8,7.5,7.5,0,0,0,8,.5ZM9.65,11.37l-.49-.49,2.53-2.53H3v-.7h8.72L9.16,5.12l.49-.49L13,8Z'/%3E%3C/svg%3E");
            mask: url("data:image/svg+xml, %3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8,.5A7.5,7.5,0,1,0,15.5,8,7.5,7.5,0,0,0,8,.5ZM9.65,11.37l-.49-.49,2.53-2.53H3v-.7h8.72L9.16,5.12l.49-.49L13,8Z'/%3E%3C/svg%3E");
            -webkit-mask-size: cover;
            mask-size: cover;
            background-color: #000;
            vertical-align: top; }
            @media screen and (max-width: 480px) {
              #pege_top .section_page_list .page_list li a .txt::after {
                width: 26px;
                height: 26px; } }
        #pege_top .section_page_list .page_list li a:hover .txt {
          color: #fff;
          background-color: #000; }
          #pege_top .section_page_list .page_list li a:hover .txt::after {
            background-color: #fff; }

/* ----- section_info ----- */
#pege_top .section_info {
  padding: 100px 0 0; }
  @media screen and (max-width: 1024px) {
    #pege_top .section_info {
      padding: 50px 0 0; } }
  #pege_top .section_info .content_title {
    margin-bottom: 2em;
    font-size: 4.0rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5; }
    @media screen and (max-width: 1024px) {
      #pege_top .section_info .content_title {
        margin-bottom: 30px;
        padding-bottom: 0.3em;
        font-size: 3.0rem; } }
  #pege_top .section_info .info li {
    margin-top: 30px; }
    #pege_top .section_info .info li .info_item {
      margin: 0 0 0.8em;
      padding: 0 0 0.4em;
      font-size: 2.2rem;
      font-weight: 600;
      line-height: 1.5;
      border-bottom: 1px solid #2b2b2b; }
    #pege_top .section_info .info li .info_item_detail {
      display: flex;
      font-size: 1.8rem;
      line-height: 1.8; }
      @media screen and (max-width: 1024px) {
        #pege_top .section_info .info li .info_item_detail {
          display: block; } }
      @media screen and (max-width: 768px) {
        #pege_top .section_info .info li .info_item_detail {
          font-size: 1.6rem; } }
    #pege_top .section_info .info li .info_item_img {
      flex-shrink: 0;
      width: 290px;
      margin-left: 1em; }
      @media screen and (max-width: 1024px) {
        #pege_top .section_info .info li .info_item_img {
          width: 290px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 1em; } }
      #pege_top .section_info .info li .info_item_img .caption {
        margin-top: 0.5em;
        font-size: 1.6rem;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          #pege_top .section_info .info li .info_item_img .caption {
            font-size: 1.4rem; } }

/* ----- section_info ----- */
#pege_top .ad_info {
  margin: 30px 0 100px; }
  #pege_top .ad_info .ad_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.8; }
    @media screen and (max-width: 810px) {
      #pege_top .ad_info .ad_list {
        display: block; } }
    @media screen and (max-width: 768px) {
      #pege_top .ad_info .ad_list {
        font-size: 1.6rem; } }
    #pege_top .ad_info .ad_list li {
      width: 48%;
      max-width: 460px;
      margin: 30px auto 0;
      text-align: center; }
      @media screen and (max-width: 810px) {
        #pege_top .ad_info .ad_list li {
          width: 100%;
          max-width: 100%; } }
      #pege_top .ad_info .ad_list li .ad_item_text {
        margin-top: 0.5em;
        text-align: left; }

/* ------------------------
トピックスページ
------------------------ */
#pege_topics {
  padding-bottom: 100px;
  background-color: var(--color-topics); }
  @media screen and (max-width: 768px) {
    #pege_topics {
      padding-bottom: 80px; } }
  #pege_topics .page_header {
    position: relative;
    height: 100px;
    letter-spacing: 0.4em;
    background-image: linear-gradient(transparent 0% 58%, #edd0d7 58% 74%, transparent 74%); }
    @media screen and (max-width: 768px) {
      #pege_topics .page_header {
        height: 80px; } }
    #pege_topics .page_header .page_title {
      margin: 0;
      font-size: 3.6rem;
      font-weight: 600;
      line-height: 100px; }
      @media screen and (max-width: 768px) {
        #pege_topics .page_header .page_title {
          font-size: 3.0rem;
          line-height: 80px; } }
  #pege_topics .content > li {
    box-sizing: border-box;
    margin-top: 50px;
    padding: 35px 40px 40px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px; }
    #pege_topics .content > li#c01 {
      color: var(--color-white);
      background-color: #C3657A;
      border: none; }
      #pege_topics .content > li#c01 .content_title {
        border-bottom: 1px solid var(--color-white); }
      #pege_topics .content > li#c01 .term {
        color: var(--color-white); }
      #pege_topics .content > li#c01 .link::before {
        background-color: var(--color-white); }
      #pege_topics .content > li#c01 .link a {
        color: var(--color-white); }
    @media screen and (max-width: 768px) {
      #pege_topics .content > li {
        padding: 24px 18px; } }
    #pege_topics .content > li:first-of-type {
      margin-top: 0; }
    #pege_topics .content > li .content_title {
      margin-bottom: 0.6em;
      padding-bottom: 0.6em;
      font-size: 3.0rem;
      font-weight: 600;
      line-height: 1.5;
      border-bottom: 1px solid #000; }
      @media screen and (max-width: 768px) {
        #pege_topics .content > li .content_title {
          font-size: 2.8rem; } }
      #pege_topics .content > li .content_title span {
        display: inline-block;
        margin-right: 0.5em; }
        #pege_topics .content > li .content_title span:last-of-type {
          margin-right: 0; }
      #pege_topics .content > li .content_title .catch_copy {
        font-size: 2.4rem;
        margin-bottom: 1em; }
        @media screen and (max-width: 768px) {
          #pege_topics .content > li .content_title .catch_copy {
            font-size: 2.2rem; } }
      #pege_topics .content > li .content_title.subtitle {
        margin-top: 30px;
        margin-bottom: 0.2em;
        padding-bottom: 0;
        border: none; }
    #pege_topics .content > li .content_text {
      margin-top: 1em;
      font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        #pege_topics .content > li .content_text {
          font-size: 1.6rem; } }
    #pege_topics .content > li .annotation {
      font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        #pege_topics .content > li .annotation {
          font-size: 1.6rem; } }
    #pege_topics .content > li .exhibition_text {
      margin-top: 12px;
      font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        #pege_topics .content > li .exhibition_text {
          font-size: 1.6rem; } }
    #pege_topics .content > li .exhibition_list {
      line-height: 1.8; }
      #pege_topics .content > li .exhibition_list > li {
        width: 100%;
        margin-top: 30px; }
        #pege_topics .content > li .exhibition_list > li .exhibition_title {
          margin: 0 0 20px;
          font-size: 3.0rem;
          font-weight: 600;
          line-height: 1.4; }
          @media screen and (max-width: 768px) {
            #pege_topics .content > li .exhibition_list > li .exhibition_title {
              font-size: 2.0rem; } }
          #pege_topics .content > li .exhibition_list > li .exhibition_title .hall_name {
            display: block;
            font-size: 2.2rem; }
            @media screen and (max-width: 768px) {
              #pege_topics .content > li .exhibition_list > li .exhibition_title .hall_name {
                font-size: 1.6rem; } }
        #pege_topics .content > li .exhibition_list > li .exhibition_detail {
          display: flex;
          column-gap: 20px; }
          @media screen and (max-width: 768px) {
            #pege_topics .content > li .exhibition_list > li .exhibition_detail {
              display: block; } }
          #pege_topics .content > li .exhibition_list > li .exhibition_detail .exhibition_img {
            width: calc(50% - 10px);
            flex-shrink: 0; }
            @media screen and (max-width: 768px) {
              #pege_topics .content > li .exhibition_list > li .exhibition_detail .exhibition_img {
                width: 100%; } }
          #pege_topics .content > li .exhibition_list > li .exhibition_detail .exhibition_txt {
            width: calc(50% - 8px); }
            @media screen and (max-width: 768px) {
              #pege_topics .content > li .exhibition_list > li .exhibition_detail .exhibition_txt {
                width: 100%;
                margin-top: 20px; } }
          #pege_topics .content > li .exhibition_list > li .exhibition_detail .artwork_title {
            margin: 0.75em 0;
            padding: 0.75em 0;
            font-size: 2.2rem;
            line-height: 1.5;
            border-top: 1px solid var(--color-white);
            border-bottom: 1px solid var(--color-white); }
            @media screen and (max-width: 768px) {
              #pege_topics .content > li .exhibition_list > li .exhibition_detail .artwork_title {
                font-size: 1.5rem; } }
            #pege_topics .content > li .exhibition_list > li .exhibition_detail .artwork_title .kana {
              font-size: 1.6rem; }
              @media screen and (max-width: 768px) {
                #pege_topics .content > li .exhibition_list > li .exhibition_detail .artwork_title .kana {
                  font-size: 1.3rem; } }
    #pege_topics .content > li .related_info {
      box-sizing: border-box;
      margin: 50px auto 20px;
      padding: 25px 40px 40px;
      line-height: 1.7;
      border: 1px solid #fff;
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        #pege_topics .content > li .related_info {
          padding: 20px 20px 30px; } }
      #pege_topics .content > li .related_info .content_title {
        margin-bottom: 0;
        padding-bottom: 0.8em;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #pege_topics .content > li .related_info .content_title {
            font-size: 2.2rem; } }
        #pege_topics .content > li .related_info .content_title span {
          margin: 0 0.25em; }
          @media screen and (max-width: 768px) {
            #pege_topics .content > li .related_info .content_title span {
              display: block; } }
      #pege_topics .content > li .related_info .content_text {
        margin: 0 0 20px;
        padding: 1.0em 0;
        text-align: center;
        border-bottom: 1px solid #fff; }
        @media screen and (max-width: 768px) {
          #pege_topics .content > li .related_info .content_text {
            text-align: left; } }
      #pege_topics .content > li .related_info .content_box {
        display: flex;
        align-items: center;
        column-gap: 20px; }
        @media screen and (max-width: 768px) {
          #pege_topics .content > li .related_info .content_box {
            display: block; } }
        #pege_topics .content > li .related_info .content_box .content_img {
          order: 1;
          flex-shrink: 0;
          width: 100%;
          max-width: 350px; }
        #pege_topics .content > li .related_info .content_box .content_img_caption {
          order: 0;
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            #pege_topics .content > li .related_info .content_box .content_img_caption {
              margin-top: 1em;
              font-size: 1.4rem; } }
        #pege_topics .content > li .related_info .content_box .note {
          font-size: 1.4rem; }
          @media screen and (max-width: 768px) {
            #pege_topics .content > li .related_info .content_box .note {
              font-size: 1.2rem; } }
    #pege_topics .content > li .another_info {
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        #pege_topics .content > li .another_info br {
          display: none; } }
    #pege_topics .content > li .note {
      font-size: 1.6rem;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        #pege_topics .content > li .note {
          font-size: 1.4rem; } }

/* ------------------------
特集ページ
------------------------ */
#pege_thematic-exhibitions {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #pege_thematic-exhibitions {
      padding-bottom: 80px; } }
  #pege_thematic-exhibitions .page_header {
    position: relative;
    height: 100px;
    letter-spacing: 0.4em;
    background-image: linear-gradient(transparent 0% 20%, #EA66A1 20% 80%, transparent 80%); }
    @media screen and (max-width: 768px) {
      #pege_thematic-exhibitions .page_header {
        height: 80px; } }
    #pege_thematic-exhibitions .page_header .page_title {
      margin: 0;
      font-size: 3.6rem;
      font-weight: 600;
      line-height: 100px; }
      @media screen and (max-width: 768px) {
        #pege_thematic-exhibitions .page_header .page_title {
          font-size: 3.0rem;
          line-height: 80px; } }
  #pege_thematic-exhibitions .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #pege_thematic-exhibitions .content > li {
      box-sizing: border-box;
      width: 100%;
      margin-top: 50px;
      padding: 30px 35px 40px;
      border: 4px dotted #EA66A1;
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        #pege_thematic-exhibitions .content > li {
          padding: 24px 18px 30px; } }
      #pege_thematic-exhibitions .content > li:first-of-type {
        margin-top: 0; }
      #pege_thematic-exhibitions .content > li.single {
        width: 48%; }
        @media screen and (max-width: 1024px) {
          #pege_thematic-exhibitions .content > li.single {
            width: 100%; } }
      #pege_thematic-exhibitions .content > li .content_title {
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 0.5em;
        padding-bottom: 0.4em;
        border-bottom: 1px solid #000; }
        @media screen and (max-width: 768px) {
          #pege_thematic-exhibitions .content > li .content_title {
            font-size: 2.8rem; } }
      #pege_thematic-exhibitions .content > li .content_title span {
        display: inline-block; }
      #pege_thematic-exhibitions .content > li .exhibition_text {
        margin-top: 1em;
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          #pege_thematic-exhibitions .content > li .exhibition_text {
            font-size: 1.6rem; } }
      #pege_thematic-exhibitions .content > li .artwork_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        margin: 20px auto 0; }
        @media screen and (max-width: 768px) {
          #pege_thematic-exhibitions .content > li .artwork_list {
            gap: 30px; } }
        #pege_thematic-exhibitions .content > li .artwork_list > li {
          width: calc(50% - 10px); }
          @media screen and (max-width: 1024px) {
            #pege_thematic-exhibitions .content > li .artwork_list > li {
              width: 100%; } }
      #pege_thematic-exhibitions .content > li .artwork_copy {
        margin-bottom: 1em;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          #pege_thematic-exhibitions .content > li .artwork_copy {
            font-size: 2.0rem; } }
      #pege_thematic-exhibitions .content > li .exhibition_text + .artwork_copy {
        margin-top: 30px; }
      #pege_thematic-exhibitions .content > li .artwork_story + .artwork_img {
        margin-top: 10px; }
      #pege_thematic-exhibitions .content > li .artwork_title {
        margin: 1em 0 0.5em;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          #pege_thematic-exhibitions .content > li .artwork_title {
            font-size: 1.6rem; } }
        #pege_thematic-exhibitions .content > li .artwork_title .kana {
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            #pege_thematic-exhibitions .content > li .artwork_title .kana {
              font-size: 1.4rem; } }
        #pege_thematic-exhibitions .content > li .artwork_title small {
          font-size: 1.2rem;
          font-weight: normal; }
      #pege_thematic-exhibitions .content > li .artwork_description {
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          #pege_thematic-exhibitions .content > li .artwork_description {
            line-height: 1.8; } }
      #pege_thematic-exhibitions .content > li.single .artwork_list > li {
        width: 100%; }

/* ------------------------
CLOSE UP!ページ
------------------------ */
#pege_closeup {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #pege_closeup {
      padding-bottom: 80px; } }
  #pege_closeup .page_header {
    position: relative;
    height: 100px;
    letter-spacing: 1em;
    background-image: linear-gradient(transparent 0% 55%, #eee 55% 76%, transparent 76%); }
    @media screen and (max-width: 768px) {
      #pege_closeup .page_header {
        height: 80px; } }
    #pege_closeup .page_header .page_title {
      margin: 0;
      color: #2b2b2b;
      font-size: 3.6rem;
      font-weight: 800;
      line-height: 100px; }
      @media screen and (max-width: 768px) {
        #pege_closeup .page_header .page_title {
          font-size: 3.0rem;
          line-height: 80px; } }
  @media screen and (max-width: 768px) {
    #pege_closeup .section_contents .l_container {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 768px) {
    #pege_closeup .section_contents .l_container .annotation_collection_items {
      padding-left: 20px;
      padding-right: 20px; } }
  #pege_closeup .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #pege_closeup .content > li {
      box-sizing: border-box;
      width: 100%;
      margin-top: 50px; }
      #pege_closeup .content > li#hall_6 {
        margin-top: 70px;
        padding-bottom: 50px;
        border: 2px solid #595959; }
        @media screen and (max-width: 768px) {
          #pege_closeup .content > li#hall_6 {
            margin: 50px 10px 0;
            padding-bottom: 30px; } }
      #pege_closeup .content > li:first-of-type {
        margin-top: 0; }
      #pege_closeup .content > li .content_title {
        height: 50px;
        font-size: 3.0rem;
        font-weight: 600;
        line-height: 50px;
        border-bottom: 3px solid #FABE00; }
        @media screen and (max-width: 768px) {
          #pege_closeup .content > li .content_title {
            height: 38px;
            font-size: 2.2rem;
            line-height: 38px; } }
        #pege_closeup .content > li .content_title span {
          display: inline-block;
          width: 8em;
          text-align: center;
          background-color: #FABE00; }
      #pege_closeup .content > li#hall_2 .content_title {
        border-bottom: 3px solid #F08300; }
        #pege_closeup .content > li#hall_2 .content_title span {
          background-color: #F08300; }
      #pege_closeup .content > li#hall_3 .content_title {
        border-bottom: 3px solid #D33177; }
        #pege_closeup .content > li#hall_3 .content_title span {
          color: #fff;
          background-color: #D33177; }
      #pege_closeup .content > li#hall_4 .content_title {
        border-bottom: 3px solid #71503D; }
        #pege_closeup .content > li#hall_4 .content_title span {
          color: #fff;
          background-color: #71503D; }
      #pege_closeup .content > li#hall_5 .content_title {
        border-bottom: 3px solid #006934; }
        #pege_closeup .content > li#hall_5 .content_title span {
          color: #fff;
          background-color: #006934; }
      #pege_closeup .content > li#hall_6 .content_title {
        border-bottom: none; }
        #pege_closeup .content > li#hall_6 .content_title span {
          width: 100%;
          color: #fff;
          background-color: #595959; }
      #pege_closeup .content > li .artwork_list > li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        padding: 30px 45px 0; }
        @media screen and (max-width: 768px) {
          #pege_closeup .content > li .artwork_list > li {
            padding: 30px 20px 0; } }
        @media screen and (max-width: 768px) {
          #pege_closeup .content > li .artwork_list > li + li {
            padding: 30px 20px 0; } }
        #pege_closeup .content > li .artwork_list > li .artwork_copy {
          width: 100%;
          margin-bottom: 0.8em;
          font-size: 3.0rem;
          font-weight: 600;
          line-height: 1.4; }
          @media screen and (max-width: 768px) {
            #pege_closeup .content > li .artwork_list > li .artwork_copy {
              font-size: 2.2rem; } }
          @media screen and (max-width: 810px) {
            #pege_closeup .content > li .artwork_list > li .artwork_copy span {
              display: block; } }
        #pege_closeup .content > li .artwork_list > li .artwork_img {
          width: 50%; }
          @media screen and (max-width: 1024px) {
            #pege_closeup .content > li .artwork_list > li .artwork_img {
              width: 100%; } }
          #pege_closeup .content > li .artwork_list > li .artwork_img .caption {
            margin-top: 0.5em;
            line-height: 1.8; }
        #pege_closeup .content > li .artwork_list > li .artwork_detail {
          width: calc(50% - 40px); }
          @media screen and (max-width: 1024px) {
            #pege_closeup .content > li .artwork_list > li .artwork_detail {
              width: 100%;
              margin-top: 20px; } }
        #pege_closeup .content > li .artwork_list > li .artwork_detail_list {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 26px;
          width: 100%;
          margin-top: 20px; }
          @media screen and (max-width: 1024px) {
            #pege_closeup .content > li .artwork_list > li .artwork_detail_list {
              display: block;
              margin-top: 0; } }
          #pege_closeup .content > li .artwork_list > li .artwork_detail_list .artwork_detail {
            width: calc(50% - 13px); }
            @media screen and (max-width: 1024px) {
              #pege_closeup .content > li .artwork_list > li .artwork_detail_list .artwork_detail {
                width: 100%; } }
            #pege_closeup .content > li .artwork_list > li .artwork_detail_list .artwork_detail .artwork_img {
              width: 100%; }
        #pege_closeup .content > li .artwork_list > li .artwork_detail_list:has(> .artwork_detail:last-of-type:nth-of-type(odd)) .artwork_detail:first-child {
          flex-basis: 50%; }
        #pege_closeup .content > li .artwork_list > li .artwork_title {
          display: flex;
          flex-wrap: wrap;
          align-items: baseline;
          margin-bottom: 10px;
          padding-top: 15px;
          font-size: 3.0rem;
          font-weight: 600;
          line-height: 1.4;
          border-top: 1px solid #000; }
          @media screen and (max-width: 768px) {
            #pege_closeup .content > li .artwork_list > li .artwork_title {
              font-size: 2.4rem; } }
          #pege_closeup .content > li .artwork_list > li .artwork_title p,
          #pege_closeup .content > li .artwork_list > li .artwork_title span {
            display: inline-block; }
          #pege_closeup .content > li .artwork_list > li .artwork_title .kana {
            font-size: 1.6rem; }
            @media screen and (max-width: 768px) {
              #pege_closeup .content > li .artwork_list > li .artwork_title .kana {
                font-size: 1.4rem; } }
          #pege_closeup .content > li .artwork_list > li .artwork_title small {
            font-size: 1.2rem;
            font-weight: normal; }
        #pege_closeup .content > li .artwork_list > li .artwork_description {
          width: 100%;
          line-height: 1.7; }
          #pege_closeup .content > li .artwork_list > li .artwork_description .note {
            margin-top: 0; }
        #pege_closeup .content > li .artwork_list > li .exhibition_info {
          width: 100%;
          margin: 15px 0;
          padding: 15px 0;
          line-height: 1.5;
          border-top: 1px solid #000;
          border-bottom: 1px solid #000; }
        #pege_closeup .content > li .artwork_list > li .artwork_copy + .exhibition_info {
          margin: 0 0 15px; }
        #pege_closeup .content > li .artwork_list > li .artwork_text {
          width: 100%;
          font-size: 1.8rem;
          line-height: 1.8; }
          @media screen and (max-width: 768px) {
            #pege_closeup .content > li .artwork_list > li .artwork_text {
              font-size: 1.6rem; } }
        #pege_closeup .content > li .artwork_list > li .artwork_text + .artwork_description {
          margin-top: 1em; }
      #pege_closeup .content > li#hall_6 .artwork_list > li .artwork_title {
        font-size: 1.8rem;
        border: none; }
        @media screen and (max-width: 1024px) {
          #pege_closeup .content > li#hall_6 .artwork_list > li .artwork_title {
            border: none; } }
      @media screen and (max-width: 1024px) {
        #pege_closeup .content > li#hall_6 .artwork_list > li .artwork_detail {
          margin-top: 0; } }
      @media screen and (max-width: 1024px) {
        #pege_closeup .content > li#hall_6 .artwork_list > li .artwork_detail .artwork_img {
          margin-top: 20px; } }
      @media screen and (max-width: 768px) {
        #pege_closeup .content > li#hall_6 .artwork_list > li + li {
          margin-top: 20px; } }

/* ------------------------
コラムページ
------------------------ */
#pege_column {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #pege_column {
      padding-bottom: 80px; } }
  #pege_column .page_header {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    letter-spacing: 1em; }
    @media screen and (max-width: 768px) {
      #pege_column .page_header {
        height: 80px;
        margin-top: 10px; } }
    #pege_column .page_header::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 4px;
      background-color: #000;
      z-index: -1; }
    #pege_column .page_header .l_container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    #pege_column .page_header .page_title {
      display: inline-block;
      margin: 0;
      padding: 0 1em;
      font-size: 3.0rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      line-height: 58px;
      text-align: center;
      background-color: #fff;
      border: 3px solid #000;
      border-radius: 34px; }
      @media screen and (max-width: 768px) {
        #pege_column .page_header .page_title {
          font-size: 2.2rem;
          line-height: 46px;
          border-radius: 28px; } }
      #pege_column .page_header .page_title .num {
        display: inline-block;
        width: 38px;
        height: 38px;
        margin: 0 0 0 0.2em;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 38px;
        text-align: center;
        background-color: #E60012;
        border-radius: 100%; }
        @media screen and (max-width: 768px) {
          #pege_column .page_header .page_title .num {
            width: 28px;
            height: 28px;
            line-height: 28px; } }
  #pege_column .section_contents .l_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #pege_column .section_contents .l_container .column_title {
      width: 100%;
      margin: 15px 0 25px;
      font-size: 3.0rem;
      font-weight: 600;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        #pege_column .section_contents .l_container .column_title {
          margin-bottom: 0.5em;
          font-size: 2.8rem; } }
      #pege_column .section_contents .l_container .column_title .kana {
        font-size: 1.6rem;
        font-weight: normal; }
    #pege_column .section_contents .l_container .column_txt {
      width: calc(50% - 20px); }
      @media screen and (max-width: 1024px) {
        #pege_column .section_contents .l_container .column_txt {
          width: 100%; } }
      #pege_column .section_contents .l_container .column_txt .column_txt_list {
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          #pege_column .section_contents .l_container .column_txt .column_txt_list {
            font-size: 1.6rem; } }
        #pege_column .section_contents .l_container .column_txt .column_txt_list li {
          margin-top: 1em; }
          #pege_column .section_contents .l_container .column_txt .column_txt_list li:first-of-type {
            margin-top: 0; }
    #pege_column .section_contents .l_container .column_img {
      width: calc(50% - 10px);
      margin-top: 0.5em; }
      @media screen and (max-width: 1024px) {
        #pege_column .section_contents .l_container .column_img {
          width: 100%;
          margin-top: 2em; } }
      #pege_column .section_contents .l_container .column_img .column_img_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%; }
        #pege_column .section_contents .l_container .column_img .column_img_list li {
          margin-bottom: 1.5em;
          line-height: 1.6; }
          #pege_column .section_contents .l_container .column_img .column_img_list li:last-of-type {
            margin-bottom: 0; }
          #pege_column .section_contents .l_container .column_img .column_img_list li .caption {
            margin-top: 0.8em; }

/* ------------------------
東博のお仕事ページ
------------------------ */
#pege_works {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #pege_works {
      padding-bottom: 80px; } }
  #pege_works .page_header {
    position: relative;
    height: 100px;
    color: var(--color-works-text); }
    @media screen and (max-width: 960px) {
      #pege_works .page_header {
        height: 80px; } }
    #pege_works .page_header .page_title {
      display: inline-block;
      width: 484px;
      height: 80px;
      margin: 20px 0 0;
      padding: 0;
      font-size: 3.0rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 1.0;
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 484 80"><path fill="%230069B2" d="M10078,20h390c11.045,0,16,7,16,7l58,73h-484V40A20,20,0,0,1,10078,20Z" transform="translate(-10058 -20)" /></svg>');
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: auto; }
      @media screen and (max-width: 960px) {
        #pege_works .page_header .page_title {
          width: 322px;
          height: 60px;
          margin: 20px 0 0;
          font-size: 2.6rem;
          background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 322 60"><path fill="%230069B2" d="M11186,96h251.5c8.284,0,12,5.25,12,5.25L11493,156h-322V111A15,15,0,0,1,11186,96Z" transform="translate(-11171 -96)" /></svg>'); } }
    #pege_works .page_header .page_title span {
      display: block;
      margin: 25px 60px 0 40px;
      padding: 0 0 0.5em;
      background-color: var(--color-works);
      border-bottom: 2px dotted var(--color-works-text); }
      @media screen and (max-width: 960px) {
        #pege_works .page_header .page_title span {
          margin: 20px 40px 0 20px; } }
  @media screen and (max-width: 768px) {
    #pege_works .page_header .l_container,
    #pege_works .section_contents .l_container {
      padding-left: 0;
      padding-right: 0; } }
  #pege_works .section_contents .content {
    padding: 20px 40px 50px;
    background-color: var(--color-works);
    border-radius: 0 20px 20px 20px; }
    @media screen and (max-width: 768px) {
      #pege_works .section_contents .content {
        padding: 20px 20px 50px;
        border-radius: 0; } }
  #pege_works .content_title {
    margin-bottom: 15px;
    color: var(--color-works-text);
    font-size: 2.2rem;
    font-weight: 600; }
    #pege_works .content_title .num {
      display: inline-block;
      width: 1.2em;
      height: 1.2em;
      margin: 0 0.3em 0 0;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1.2;
      text-align: center;
      background-color: var(--color-black);
      border-radius: 100%; }
  #pege_works .works_explain {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    color: var(--color-works-text); }
    #pege_works .works_explain .lead {
      width: 60%;
      font-size: 1.8rem;
      line-height: 1.8; }
      @media screen and (max-width: 960px) {
        #pege_works .works_explain .lead {
          width: 100%;
          font-size: 1.6rem; } }
    #pege_works .works_explain .author_info {
      display: flex;
      width: calc(40% - 20px);
      margin: 0 0 0 20px;
      font-size: 1.4rem;
      line-height: 1.5; }
      @media screen and (max-width: 960px) {
        #pege_works .works_explain .author_info {
          width: 100%;
          margin: 2em 0 0; } }
      #pege_works .works_explain .author_info dt {
        flex-shrink: 0;
        width: 88px;
        margin-top: 4px; }
      #pege_works .works_explain .author_info dd {
        margin: 0 0 0 20px; }
        #pege_works .works_explain .author_info dd p {
          margin-bottom: 0.5em; }
  #pege_works .works_content {
    padding: 30px 40px 40px;
    background-color: var(--color-white);
    border-radius: 20px; }
    @media screen and (max-width: 1024px) {
      #pege_works .works_content {
        padding: 25px 20px; } }
    #pege_works .works_content .works_title {
      margin-bottom: 0.7em;
      font-size: 3.0rem;
      font-weight: 600;
      line-height: 1.5; }
      @media screen and (max-width: 1024px) {
        #pege_works .works_content .works_title {
          font-size: 2.0rem; } }
    #pege_works .works_content .works_txt {
      font-size: 1.8rem;
      line-height: 2.0; }
      @media screen and (max-width: 768px) {
        #pege_works .works_content .works_txt {
          font-size: 1.6rem;
          line-height: 1.6; } }
    #pege_works .works_content .works_img {
      width: 100%;
      max-width: 600px;
      margin: 20px auto; }
      #pege_works .works_content .works_img .work_img_title {
        font-size: 1.8rem;
        line-height: 1.6; }
        #pege_works .works_content .works_img .work_img_title .note {
          margin-top: 0.5em; }
      #pege_works .works_content .works_img .works_img_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin: 20px auto 0; }
        #pege_works .works_content .works_img .works_img_list li {
          width: 290px;
          line-height: 1.4; }
          #pege_works .works_content .works_img .works_img_list li .caption {
            margin-top: 0.8em;
            line-height: 1.5; }
          #pege_works .works_content .works_img .works_img_list li .kana {
            font-size: 1.4rem; }
    #pege_works .works_content .note {
      margin-top: 0;
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        #pege_works .works_content .note {
          font-size: 1.2rem; } }
    #pege_works .works_content .annotation {
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        #pege_works .works_content .annotation {
          font-size: 1.4rem; } }
    #pege_works .works_content .related_info {
      box-sizing: border-box;
      width: 100%;
      max-width: 600px;
      margin: 40px auto 0;
      padding: 30px 40px 40px;
      background-color: #F2D7D0;
      border-radius: 20px; }
      @media screen and (max-width: 768px) {
        #pege_works .works_content .related_info {
          padding: 30px 20px 40px; } }
      #pege_works .works_content .related_info .exhibition_title {
        width: 100%;
        margin-bottom: 1em;
        padding-bottom: 0.6em;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #000; }
        @media screen and (max-width: 768px) {
          #pege_works .works_content .related_info .exhibition_title {
            font-size: 1.6rem; } }

/* ------------------------
今号のイチ推しページ
------------------------ */
#pege_recommend {
  padding-bottom: 100px;
  background-color: var(--color-recommend); }
  @media screen and (max-width: 768px) {
    #pege_recommend {
      padding-bottom: 80px; } }
  #pege_recommend .page_header {
    position: relative;
    height: 100px; }
    @media screen and (max-width: 768px) {
      #pege_recommend .page_header {
        height: 80px; } }
    #pege_recommend .page_header .page_title {
      margin: 0;
      font-size: 3.6rem;
      font-weight: 600;
      line-height: 100px; }
      @media screen and (max-width: 768px) {
        #pege_recommend .page_header .page_title {
          font-size: 2.8rem;
          line-height: 80px; } }
  #pege_recommend .content {
    padding: 50px 78px 50px;
    background-color: #fff;
    border-radius: 30px; }
    @media screen and (max-width: 1024px) {
      #pege_recommend .content {
        padding: 30px 20px 40px; } }
    @media screen and (max-width: 768px) {
      #pege_recommend .content {
        border-radius: 20px; } }
  #pege_recommend .artwork_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 5.0rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      #pege_recommend .artwork_title {
        display: block; } }
    @media screen and (max-width: 768px) {
      #pege_recommend .artwork_title {
        font-size: 3.6rem; } }
    #pege_recommend .artwork_title small {
      margin-right: 1em;
      font-size: 3.0rem; }
      @media screen and (max-width: 1024px) {
        #pege_recommend .artwork_title small {
          display: block;
          margin-right: 0; } }
      @media screen and (max-width: 768px) {
        #pege_recommend .artwork_title small {
          font-size: 2.8rem; } }
  #pege_recommend .artwork_img {
    margin-bottom: 2em;
    line-height: 1.4;
    text-align: center; }
    #pege_recommend .artwork_img img {
      width: 100%;
      max-width: 640px;
      height: auto; }
    #pege_recommend .artwork_img .caption {
      margin-top: 1em; }
      #pege_recommend .artwork_img .caption span {
        display: inline-block; }
      @media screen and (max-width: 768px) {
        #pege_recommend .artwork_img .caption strong {
          display: block; } }
  #pege_recommend .artwork_subcopy {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5; }
    #pege_recommend .artwork_subcopy span {
      display: inline-block; }
    @media screen and (max-width: 768px) {
      #pege_recommend .artwork_subcopy {
        font-size: 20px; } }
  #pege_recommend .artwork_copy {
    margin: 1em auto;
    font-size: 3.0rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      #pege_recommend .artwork_copy {
        margin: 1em auto;
        font-size: 2.2rem; } }
    @media screen and (max-width: 480px) {
      #pege_recommend .artwork_copy {
        text-align: left; } }
    #pege_recommend .artwork_copy span {
      /*display: inline;*/
      background-image: linear-gradient(transparent 0% 65%, #F19A86 65%); }
  #pege_recommend .exhibition_info > li {
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 480px) {
      #pege_recommend .exhibition_info > li {
        text-align: left; } }
  #pege_recommend .artwork_text {
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 2.0; }
    @media screen and (max-width: 768px) {
      #pege_recommend .artwork_text {
        font-size: 1.6rem; } }
