@charset "UTF-8";
/* custom properties */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
:root {
  --color-main: #51C3F1;
  --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: #E0F2F1;
  --color-series: #EA5504;
  --color-series-bg: #F8F7EC;
  --color-series-text: #163176;
  --color-works: #A59ACA;
  --color-works-text: #fff;
  --color-cover: #54C3F1;
  --color-favorite: #E4007F;
  --color-favorite-bg: #FEF4F8;
  --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; } }

.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;
      line-height: 1.8; }
      @media screen and (max-width: 1024px) {
        #pege_top .section_info .info li .info_item_detail {
          display: block; } }
    #pege_top .section_info .info li .info_item_img {
      flex-shrink: 0;
      width: 200px;
      margin-left: 1em; }
      @media screen and (max-width: 1024px) {
        #pege_top .section_info .info li .info_item_img {
          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; } }
    #pege_top .section_info .info li #info_img_02.info_item_img {
      width: 395px; }
      @media screen and (max-width: 768px) {
        #pege_top .section_info .info li #info_img_02.info_item_img {
          width: 320px; } }

/* ----- 探して！ 東博の“ココ”が好き ----- */
#pege_top #find_out {
  margin: 70px auto 0;
  padding: 30px 50px;
  line-height: 1.8;
  background-color: #FFF6EB; }
  @media screen and (max-width: 1024px) {
    #pege_top #find_out {
      padding: 30px 25px; } }
  #pege_top #find_out .find_out_title {
    margin-bottom: 10px;
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1.6; }
    @media screen and (max-width: 1024px) {
      #pege_top #find_out .find_out_title {
        font-size: 2.6rem; } }
    #pege_top #find_out .find_out_title span {
      color: #E83828; }
    #pege_top #find_out .find_out_title br {
      display: none; }
      @media screen and (max-width: 1024px) {
        #pege_top #find_out .find_out_title br {
          display: inline; } }
  #pege_top #find_out .quiz_box {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 30px;
    margin: 30px auto 0;
    padding: 30px 40px;
    border-radius: 10px;
    background-color: var(--color-white); }
    @media screen and (max-width: 1024px) {
      #pege_top #find_out .quiz_box {
        display: block;
        padding: 30px 24px; } }
    #pege_top #find_out .quiz_box .quiz_img {
      flex-shrink: 0;
      width: 200px;
      margin: auto; }
    @media screen and (max-width: 1024px) {
      #pege_top #find_out .quiz_box .quiz_txt {
        margin: 20px 0 0; } }
    #pege_top #find_out .quiz_box .quiz_txt .quiz_question {
      margin: 20px 0 20px 1.5em;
      color: #00A29A;
      font-size: 2.4rem;
      font-weight: 600;
      text-indent: -1.3em;
      line-height: 1.6; }
      @media screen and (max-width: 1024px) {
        #pege_top #find_out .quiz_box .quiz_txt .quiz_question {
          font-size: 2.0rem; } }
      #pege_top #find_out .quiz_box .quiz_txt .quiz_question::before {
        content: "Q";
        margin-right: 0.5em; }
    #pege_top #find_out .quiz_box .quiz_txt .quiz_answer {
      font-size: 1.2rem;
      line-height: 1.5; }
      #pege_top #find_out .quiz_box .quiz_txt .quiz_answer summary {
        cursor: pointer;
        margin-bottom: 10px;
        color: var(--color-link);
        text-decoration: underline; }

/* ----- section_info ----- */
#pege_top .ad_info {
  margin: 30px 0 100px; }
  #pege_top .ad_info .ad_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 1.8; }
    @media screen and (max-width: 810px) {
      #pege_top .ad_info .ad_list {
        display: block; } }
    #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; }
  #pege_topics .page_header {
    position: relative;
    height: 100px;
    letter-spacing: 0.4em;
    background-image: linear-gradient(transparent 0% 58%, var(--color-topics) 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 .topics_head {
    padding: 30px 40px;
    background-color: var(--color-topics); }
    @media screen and (max-width: 768px) {
      #pege_topics .content .topics_head {
        padding: 30px 20px; } }
    #pege_topics .content .topics_head .content_title {
      padding-bottom: 30px;
      font-size: 2.8rem;
      font-weight: 600;
      line-height: 1.0em;
      border-bottom: 1px solid #009B9A; }
      @media screen and (max-width: 768px) {
        #pege_topics .content .topics_head .content_title {
          font-size: 2.0rem;
          padding-bottom: 22px; } }
    #pege_topics .content .topics_head .topics_head_inner {
      display: flex;
      column-gap: 40px;
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        #pege_topics .content .topics_head .topics_head_inner {
          display: block;
          margin-top: 20px; } }
      #pege_topics .content .topics_head .topics_head_inner .topics_head_img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        flex-shrink: 0; }
      @media screen and (max-width: 768px) {
        #pege_topics .content .topics_head .topics_head_inner .topics_head_txt {
          margin-top: 20px; } }
      #pege_topics .content .topics_head .topics_head_inner .topics_head_txt .topics_title {
        margin-bottom: 20px;
        font-size: 3.6rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          #pege_topics .content .topics_head .topics_head_inner .topics_head_txt .topics_title {
            font-size: 3.0rem; } }
        #pege_topics .content .topics_head .topics_head_inner .topics_head_txt .topics_title small {
          display: block;
          font-size: 2.4rem;
          font-weight: 400; }
          @media screen and (max-width: 768px) {
            #pege_topics .content .topics_head .topics_head_inner .topics_head_txt .topics_title small {
              font-size: 1.8rem; } }
      #pege_topics .content .topics_head .topics_head_inner .topics_head_txt .interviewee {
        margin-bottom: 20px;
        font-size: 1.6rem;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          #pege_topics .content .topics_head .topics_head_inner .topics_head_txt .interviewee {
            font-size: 1.4rem; } }
        #pege_topics .content .topics_head .topics_head_inner .topics_head_txt .interviewee span {
          display: inline-block; }
        #pege_topics .content .topics_head .topics_head_inner .topics_head_txt .interviewee .name big {
          font-size: 2.0rem; }
          @media screen and (max-width: 768px) {
            #pege_topics .content .topics_head .topics_head_inner .topics_head_txt .interviewee .name big {
              font-size: 1.8rem; } }
  #pege_topics .content .topics_content {
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      #pege_topics .content .topics_content {
        padding: 0; } }
    #pege_topics .content .topics_content > dl dt {
      margin: 30px auto 0;
      color: #009B9A;
      font-weight: 600;
      line-height: 1.8; }
    #pege_topics .content .topics_content > dl dd {
      margin: 20px auto 0; }
      #pege_topics .content .topics_content > dl dd .topics_img {
        float: right;
        width: 100%;
        max-width: 410px;
        margin: 10px 0 10px 20px; }
        @media screen and (max-width: 768px) {
          #pege_topics .content .topics_content > dl dd .topics_img {
            float: none;
            margin: 0 0 15px; } }

/* ------------------------
展覧会・イベントページ
------------------------ */
#pege_exhibitions {
  padding-bottom: 100px;
  background-image: url("../img/exhibition_bg.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 100%; }
  @media screen and (max-width: 768px) {
    #pege_exhibitions {
      padding-bottom: 80px; } }
  #pege_exhibitions .page_header {
    position: relative;
    height: 100px; }
    #pege_exhibitions .page_header .page_title {
      margin: 0;
      color: #2b2b2b;
      font-size: 3.6rem;
      font-weight: 600;
      line-height: 100px; }
      @media screen and (max-width: 768px) {
        #pege_exhibitions .page_header .page_title {
          font-size: 3.0rem; } }
  @media screen and (max-width: 768px) {
    #pege_exhibitions .section_contents .l_container {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 768px) {
    #pege_exhibitions .section_contents .l_container .annotation_collection_items {
      padding-left: 20px;
      padding-right: 20px; } }
  #pege_exhibitions .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #pege_exhibitions .content > li {
      box-sizing: border-box;
      width: 100%;
      margin-top: 50px;
      padding-bottom: 50px;
      background-color: var(--color-white);
      border: 2px solid #595959; }
      @media screen and (max-width: 768px) {
        #pege_exhibitions .content > li {
          margin: 50px 10px 0;
          padding-bottom: 30px; } }
      #pege_exhibitions .content > li:first-of-type {
        margin-top: 0; }
      #pege_exhibitions .content > li .content_title {
        height: 50px;
        color: #fff;
        font-size: 3.0rem;
        font-weight: 600;
        line-height: 50px;
        text-align: center;
        background-color: #595959; }
        @media screen and (max-width: 768px) {
          #pege_exhibitions .content > li .content_title {
            height: 38px;
            font-size: 2.2rem;
            line-height: 38px; } }
      #pege_exhibitions .content > li .exhibition_title {
        width: 100%;
        margin-bottom: 0.8em;
        font-size: 3.0rem;
        font-weight: 600;
        line-height: 1.4; }
        @media screen and (max-width: 768px) {
          #pege_exhibitions .content > li .exhibition_title {
            font-size: 2.2rem; } }
      #pege_exhibitions .content > li .exhibition_info {
        width: 100%;
        margin: 0 0 15px;
        padding: 15px 0;
        line-height: 1.5;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000; }
      #pege_exhibitions .content > li .exhibition_text {
        width: 100%;
        line-height: 1.8; }
      #pege_exhibitions .content > li .exhibition_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_exhibitions .content > li .exhibition_list > li {
            padding: 30px 20px 0; } }
        @media screen and (max-width: 768px) {
          #pege_exhibitions .content > li .exhibition_list > li + li {
            padding: 30px 20px 0; } }
        #pege_exhibitions .content > li .exhibition_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_exhibitions .content > li .exhibition_list > li .artwork_detail_list {
              display: block; }
              #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list li + li {
                margin-top: 30px; } }
          #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail {
            width: calc(50% - 13px); }
            @media screen and (max-width: 1024px) {
              #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail {
                width: 100%; } }
            #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_img {
              width: 100%; }
            #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description {
              width: 100%;
              line-height: 1.7; }
              #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .artwork_title {
                display: flex;
                flex-wrap: wrap;
                align-items: baseline;
                margin-bottom: 10px;
                margin-top: 20px;
                font-weight: 600;
                line-height: 1.4; }
                #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .artwork_title .kana {
                  margin-top: 10px;
                  font-size: 1.6rem; }
                  @media screen and (max-width: 768px) {
                    #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .artwork_title .kana {
                      font-size: 1.4rem; } }
                #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .artwork_title small {
                  font-size: 1.2rem;
                  font-weight: normal; }
              #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .artwork_info {
                font-size: 1.6rem; }
                @media screen and (max-width: 768px) {
                  #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .artwork_info {
                    font-size: 1.4rem; } }
              #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .artwork_copy {
                margin-top: 20px;
                font-size: 2.2rem;
                font-weight: 600; }
                @media screen and (max-width: 768px) {
                  #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .artwork_copy {
                    font-size: 2.0rem; } }
              #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .artwork_story {
                margin-top: 0.5em; }
              #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list .artwork_detail .artwork_description .note {
                margin-top: 0; }
        #pege_exhibitions .content > li .exhibition_list > li .artwork_detail_list:has(> .artwork_detail:last-of-type:nth-of-type(odd)) .artwork_detail:first-child {
          flex-basis: 50%; }
      #pege_exhibitions .content > li .related_info {
        width: 100%;
        max-width: 560px;
        margin: 30px auto 0;
        padding: 30px 30px;
        line-height: 1.6;
        background-color: #D6EDF5; }
        @media screen and (max-width: 768px) {
          #pege_exhibitions .content > li .related_info {
            padding: 20px 20px; } }
        #pege_exhibitions .content > li .related_info dt {
          margin-bottom: 0.8em;
          padding-bottom: 1em;
          font-weight: 600;
          text-align: center;
          border-bottom: 1px solid var(--color-black); }
          @media screen and (max-width: 768px) {
            #pege_exhibitions .content > li .related_info dt {
              text-align: left; } }
        #pege_exhibitions .content > li .related_info dd {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          margin: 0 auto;
          color: #004EA2;
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            #pege_exhibitions .content > li .related_info dd {
              font-size: 1.4rem; } }

/* ------------------------
東博コレクション展を探求！ページ
------------------------ */
#pege_series {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #pege_series {
      padding-bottom: 80px; } }
  #pege_series .l_container {
    padding-left: 0;
    padding-right: 0; }
  #pege_series .page_header {
    position: relative;
    height: 100px; }
    #pege_series .page_header .page_title {
      display: flex;
      align-items: center;
      margin: 0;
      font-size: 3.6rem;
      font-weight: 600;
      line-height: 100px; }
      @media screen and (max-width: 768px) {
        #pege_series .page_header .page_title {
          justify-content: center;
          font-size: 2.0rem; } }
      #pege_series .page_header .page_title .label {
        flex-shrink: 0;
        margin-right: 0.5em;
        padding: 0 0.5em;
        display: inline-block;
        color: var(--color-white);
        font-size: 2.0rem;
        line-height: 40px;
        background-color: var(--color-series); }
        @media screen and (max-width: 768px) {
          #pege_series .page_header .page_title .label {
            font-size: 1.5rem;
            line-height: 32px; } }
  #pege_series .content {
    padding: 38px 75px 48px;
    background-color: var(--color-series-bg); }
    @media screen and (max-width: 768px) {
      #pege_series .content {
        padding: 25px 20px 40px; } }
    #pege_series .content .content_title {
      margin-bottom: 20px;
      padding-bottom: 26px;
      color: var(--color-series-text);
      font-size: 3.6rem;
      font-weight: 600;
      line-height: 1.3;
      border-bottom: 1px solid var(--color-series-text); }
      @media screen and (max-width: 768px) {
        #pege_series .content .content_title {
          padding-bottom: 20px;
          font-size: 2.8rem; } }
    #pege_series .content .series_lead {
      margin-bottom: 30px; }
    #pege_series .content .artwork_description {
      width: 100%;
      max-width: 674px;
      margin: 0 auto 30px; }
      #pege_series .content .artwork_description .artwork_img {
        width: 100%;
        margin-bottom: 20px; }
      #pege_series .content .artwork_description .artwork_detail_list {
        display: flex;
        column-gap: 30px; }
        @media screen and (max-width: 768px) {
          #pege_series .content .artwork_description .artwork_detail_list {
            flex-wrap: wrap;
            row-gap: 20px; } }
        #pege_series .content .artwork_description .artwork_detail_list > li {
          width: 100%;
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            #pege_series .content .artwork_description .artwork_detail_list > li {
              font-size: 1.4rem; } }
          #pege_series .content .artwork_description .artwork_detail_list > li .artwork_title {
            font-size: 1.8rem;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              #pege_series .content .artwork_description .artwork_detail_list > li .artwork_title {
                font-size: 1.6rem; } }
            #pege_series .content .artwork_description .artwork_detail_list > li .artwork_title .kana {
              font-size: 1.6rem; }
              @media screen and (max-width: 768px) {
                #pege_series .content .artwork_description .artwork_detail_list > li .artwork_title .kana {
                  font-size: 1.4rem; } }
    #pege_series .content .exhibition_info {
      margin-bottom: 30px; }
      #pege_series .content .exhibition_info > li {
        font-size: 1.6rem;
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          #pege_series .content .exhibition_info > li {
            font-size: 1.4rem; } }
    #pege_series .content .series_interview dt {
      margin: 30px auto 0;
      padding: 0.3em 0 0.3em 1.0em;
      color: var(--color-series-text);
      font-weight: 600;
      line-height: 1.6;
      border-left: 6px solid var(--color-series); }
      @media screen and (max-width: 768px) {
        #pege_series .content .series_interview dt {
          border-left: 5px solid var(--color-series); } }
    #pege_series .content .series_interview dd {
      margin: 20px auto 0; }
      #pege_series .content .series_interview dd .series_img {
        width: 100%;
        max-width: 300px;
        margin: 10px 0 10px 20px;
        float: right; }
        @media screen and (max-width: 768px) {
          #pege_series .content .series_interview dd .series_img {
            margin: 10px auto 20px;
            float: none; } }
    #pege_series .content .author_info {
      display: flex;
      align-items: center;
      column-gap: 20px;
      margin: 30px auto; }
      #pege_series .content .author_info dt {
        flex-shrink: 0;
        width: 150px;
        margin: 0; }
        @media screen and (max-width: 768px) {
          #pege_series .content .author_info dt {
            width: 100px; } }
      #pege_series .content .author_info dd {
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          #pege_series .content .author_info dd {
            line-height: 1.6; } }
        #pege_series .content .author_info dd .name {
          font-size: 1.6rem; }
    #pege_series .content .recommend {
      margin: 30px auto;
      background-color: var(--color-white);
      border: 2px solid var(--color-series-text); }
      #pege_series .content .recommend dt {
        padding: 13px 10px;
        color: var(--color-white);
        font-size: 2.0rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.2;
        background-color: var(--color-series-text); }
        @media screen and (max-width: 768px) {
          #pege_series .content .recommend dt {
            font-size: 1.6rem; } }
        #pege_series .content .recommend dt span {
          display: inline-block;
          margin: 0 0.5em; }
      #pege_series .content .recommend dd {
        display: flex;
        flex-direction: row-reverse;
        margin: 0;
        padding: 30px 40px; }
        @media screen and (max-width: 768px) {
          #pege_series .content .recommend dd {
            display: block;
            padding: 30px 20px; } }
        #pege_series .content .recommend dd .artwork_img {
          flex-shrink: 0;
          width: 100%;
          max-width: 300px; }
        @media screen and (max-width: 768px) {
          #pege_series .content .recommend dd .recommend_description {
            margin-top: 20px; } }
        #pege_series .content .recommend dd .recommend_description .artwork_title {
          margin-bottom: 0.5em;
          font-size: 2.4rem;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            #pege_series .content .recommend dd .recommend_description .artwork_title {
              font-size: 1.8rem; } }
          #pege_series .content .recommend dd .recommend_description .artwork_title .kana {
            font-size: 2.0rem; }
            @media screen and (max-width: 768px) {
              #pege_series .content .recommend dd .recommend_description .artwork_title .kana {
                font-size: 1.6rem; } }
        #pege_series .content .recommend dd .recommend_description .artwork_info {
          font-size: 1.6rem;
          line-height: 1.6; }
          @media screen and (max-width: 768px) {
            #pege_series .content .recommend dd .recommend_description .artwork_info {
              font-size: 1.4rem; } }

/* ------------------------
今号の表紙ページ
------------------------ */
#pege_cover {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #pege_cover {
      padding-bottom: 80px; } }
  #pege_cover .page_header {
    position: relative;
    height: 100px; }
    @media screen and (max-width: 768px) {
      #pege_cover .page_header {
        height: 80px; } }
    #pege_cover .page_header .page_title {
      margin: 0;
      padding: 20px 0;
      font-size: 3.6rem;
      font-weight: 600;
      border-left: 1px solid var(--color-cover);
      border-right: 1px solid var(--color-cover); }
      @media screen and (max-width: 768px) {
        #pege_cover .page_header .page_title {
          font-size: 2.8rem;
          border: none; } }
      #pege_cover .page_header .page_title .page_title_inner {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        column-gap: 10px;
        width: 100%;
        max-width: 365px;
        height: 60px;
        padding: 0 0 0 20px;
        line-height: 60px;
        background-color: var(--color-cover); }
        @media screen and (max-width: 768px) {
          #pege_cover .page_header .page_title .page_title_inner {
            justify-content: center;
            height: 50px;
            padding: 0;
            line-height: 50px; } }
        #pege_cover .page_header .page_title .page_title_inner .issue {
          font-size: 2.4rem; }
          @media screen and (max-width: 768px) {
            #pege_cover .page_header .page_title .page_title_inner .issue {
              font-size: 2.0rem; } }
      @media screen and (max-width: 768px) {
        #pege_cover .page_header .page_title {
          font-size: 2.8rem;
          line-height: 80px; } }
  #pege_cover .content {
    padding: 10px 77px 60px;
    border: 1px solid var(--color-cover);
    border-top: none; }
    @media screen and (max-width: 768px) {
      #pege_cover .content {
        padding: 0;
        border: none; } }
    #pege_cover .content .content_title {
      margin-bottom: 40px;
      font-size: 5.0rem;
      font-weight: 600;
      line-height: 1.8;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #pege_cover .content .content_title {
          font-size: 3.6rem; } }
      #pege_cover .content .content_title .sub_title {
        font-size: 2.0rem;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #pege_cover .content .content_title .sub_title {
            font-size: 1.8rem; } }
    #pege_cover .content .artwork_img {
      margin-bottom: 2em;
      text-align: center; }
      #pege_cover .content .artwork_img img {
        width: 100%;
        max-width: 800px;
        height: auto; }
      #pege_cover .content .artwork_img .artwork_info {
        margin-top: 4rem;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          #pege_cover .content .artwork_img .artwork_info {
            font-size: 1.4rem; } }
        #pege_cover .content .artwork_img .artwork_info span {
          display: inline-block; }
        #pege_cover .content .artwork_img .artwork_info .artwork_title {
          font-weight: 600; }
    #pege_cover .content .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_cover .content .artwork_copy {
          margin: 1em auto;
          font-size: 2.2rem; } }
      @media screen and (max-width: 480px) {
        #pege_cover .content .artwork_copy {
          text-align: left; } }
      #pege_cover .content .artwork_copy span {
        /*display: inline;*/
        background-image: linear-gradient(transparent 0% 65%, #FFF666 65%); }
    #pege_cover .content .exhibition_info > li {
      text-align: center;
      line-height: 1.5; }
      @media screen and (max-width: 480px) {
        #pege_cover .content .exhibition_info > li {
          text-align: left; } }
    #pege_cover .content .artwork_text {
      margin-top: 24px;
      line-height: 2.0; }
    #pege_cover .content .point {
      margin: 20px auto 0;
      border: 2px solid var(--color-cover); }
      #pege_cover .content .point .point_title {
        color: var(--color-white);
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 45px;
        text-align: center;
        background-color: var(--color-cover); }
        @media screen and (max-width: 768px) {
          #pege_cover .content .point .point_title {
            font-size: 1.8rem; } }
      #pege_cover .content .point > dl {
        margin: 0 auto;
        padding: 20px 30px 30px; }
        @media screen and (max-width: 768px) {
          #pege_cover .content .point > dl {
            padding: 20px 25px 25px; } }
        #pege_cover .content .point > dl dt {
          font-size: 2.4rem;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            #pege_cover .content .point > dl dt {
              font-size: 2.2rem; } }
        #pege_cover .content .point > dl dd {
          margin: 0; }

/* ------------------------
東博のお仕事ページ
------------------------ */
#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="%23A59ACA" 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="%23A59ACA" 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 .content {
    padding: 20px 40px 50px;
    background-color: var(--color-works);
    border-radius: 0 20px 20px 20px; }
    @media screen and (max-width: 768px) {
      #pege_works .content {
        padding: 20px 20px 50px;
        border-radius: 0; } }
    #pege_works .content .content_title {
      margin-bottom: 15px;
      color: var(--color-works-text);
      font-size: 2.2rem;
      font-weight: 600;
      line-height: 1.5; }
      #pege_works .content .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 .content .content_title small {
        display: inline-block; }
    #pege_works .content .works_explain {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 20px;
      color: var(--color-works-text); }
      #pege_works .content .works_explain .lead {
        width: 50%;
        line-height: 1.8; }
        @media screen and (max-width: 960px) {
          #pege_works .content .works_explain .lead {
            width: 100%; } }
      #pege_works .content .works_explain .author_info {
        display: flex;
        width: calc(50% - 20px);
        margin: 0 0 0 20px;
        font-size: 1.4rem;
        line-height: 1.5; }
        @media screen and (max-width: 960px) {
          #pege_works .content .works_explain .author_info {
            width: 100%;
            margin: 2em 0 0; } }
        #pege_works .content .works_explain .author_info dt {
          flex-shrink: 0;
          width: 88px;
          margin-top: 4px; }
        #pege_works .content .works_explain .author_info dd {
          margin: 0 0 0 20px; }
          #pege_works .content .works_explain .author_info dd p {
            margin-bottom: 0.5em; }
    #pege_works .content .works_content {
      padding: 30px 40px 40px;
      background-color: var(--color-white);
      border-radius: 20px; }
      @media screen and (max-width: 1024px) {
        #pege_works .content .works_content {
          padding: 25px 20px; } }
      #pege_works .content .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 .content .works_content .works_title {
            font-size: 2.0rem; } }
      #pege_works .content .works_content .works_txt {
        line-height: 2.0; }
        @media screen and (max-width: 768px) {
          #pege_works .content .works_content .works_txt {
            line-height: 1.6; } }
      #pege_works .content .works_content .works_img {
        width: 100%;
        max-width: 600px;
        margin: 20px auto; }
        #pege_works .content .works_content .works_img .works_img_list {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 20px;
          margin: 20px auto 0; }
          #pege_works .content .works_content .works_img .works_img_list li {
            width: 100%;
            max-width: 360px;
            line-height: 1.4; }
            #pege_works .content .works_content .works_img .works_img_list li .caption {
              margin-top: 0.8em;
              font-size: 1.6rem;
              line-height: 1.5; }
              @media screen and (max-width: 768px) {
                #pege_works .content .works_content .works_img .works_img_list li .caption {
                  font-size: 1.4rem; } }

/* ------------------------
コラムページ
------------------------ */
#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 small {
        display: block;
        margin-top: 0.5em;
        font-size: 2.0rem;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          #pege_column .section_contents .l_container .column_title small {
            font-size: 1.8rem; } }
    #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 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_column .section_contents .l_container .related_info > dl {
      margin: 2.5rem auto 0;
      padding: 3rem;
      border: 2px solid #00A0E9;
      border-radius: 2rem; }
      @media screen and (max-width: 768px) {
        #pege_column .section_contents .l_container .related_info > dl {
          padding: 2.5rem; } }
      #pege_column .section_contents .l_container .related_info > dl dt {
        color: var(--color-white);
        font-size: 1.9rem;
        font-weight: 600;
        text-align: center;
        background-color: #00A0E9; }
        @media screen and (max-width: 768px) {
          #pege_column .section_contents .l_container .related_info > dl dt {
            font-size: 1.6rem; } }
      #pege_column .section_contents .l_container .related_info > dl dd {
        margin: 2rem auto 0; }

/* ------------------------
読者が選んだ「私のお気に入り」ページ
------------------------ */
#pege_favorite {
  padding-bottom: 100px;
  background-color: var(--color-favorite-bg); }
  @media screen and (max-width: 768px) {
    #pege_favorite {
      padding-bottom: 80px; } }
  #pege_favorite .page_header {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px; }
    #pege_favorite .page_header .l_container {
      width: 100%; }
    #pege_favorite .page_header .page_title {
      display: inline-block;
      margin: 0;
      padding: 0 1em;
      font-size: 3.0rem;
      font-weight: 600;
      line-height: 56px;
      text-align: center;
      background-color: var(--color-white);
      border: 4px solid var(--color-favorite);
      border-radius: 999px; }
      @media screen and (max-width: 768px) {
        #pege_favorite .page_header .page_title {
          display: block;
          font-size: 1.6rem;
          line-height: 44px;
          border: 3px solid var(--color-favorite); } }
      #pege_favorite .page_header .page_title .num {
        display: inline-block;
        width: 38px;
        height: 38px;
        margin: 0 0 0 0.2em;
        color: var(--color-white);
        font-weight: 600;
        letter-spacing: 0;
        line-height: 38px;
        text-align: center;
        background-color: var(--color-black);
        border-radius: 100%; }
        @media screen and (max-width: 768px) {
          #pege_favorite .page_header .page_title .num {
            width: 28px;
            height: 28px;
            line-height: 28px; } }
  #pege_favorite .favorite_head {
    display: grid;
    grid-template-columns: 1fr 300px;
    column-gap: 30px; }
    @media screen and (max-width: 768px) {
      #pege_favorite .favorite_head {
        display: flex;
        flex-wrap: wrap; } }
    #pege_favorite .favorite_head .favorite_title {
      grid-column: 1 / 2;
      display: flex;
      align-items: center;
      margin-bottom: 30px;
      font-size: 5.0rem;
      font-weight: 600;
      line-height: 1.0; }
      @media screen and (max-width: 768px) {
        #pege_favorite .favorite_head .favorite_title {
          order: 1;
          display: block;
          width: 100%;
          margin-bottom: 10px;
          font-size: 4.0rem;
          line-height: 1.6; } }
      #pege_favorite .favorite_head .favorite_title small {
        margin-right: 1em;
        font-size: 2.0rem; }
        @media screen and (max-width: 768px) {
          #pege_favorite .favorite_head .favorite_title small {
            display: block;
            margin: 0;
            font-size: 1.8rem; } }
    #pege_favorite .favorite_head .favorite_artwork {
      grid-column: 2 / 3;
      grid-row: 1 / 4; }
      @media screen and (max-width: 768px) {
        #pege_favorite .favorite_head .favorite_artwork {
          order: 2;
          width: 100%;
          margin: 0 auto 20px; } }
      #pege_favorite .favorite_head .favorite_artwork .favorite_artwork_img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px; }
      #pege_favorite .favorite_head .favorite_artwork .artwork_detail li {
        font-size: 1.6rem;
        line-height: 1.6; }
    #pege_favorite .favorite_head .lead {
      grid-column: 1 / 2;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        #pege_favorite .favorite_head .lead {
          width: 100%;
          margin-bottom: 10px;
          order: 3; } }
    #pege_favorite .favorite_head .favorite_txt {
      grid-column: 1 / 2; }
      @media screen and (max-width: 768px) {
        #pege_favorite .favorite_head .favorite_txt {
          width: 100%;
          order: 4; } }
  #pege_favorite .content {
    display: flex;
    column-gap: 30px;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #pege_favorite .content {
        display: block; } }
    #pege_favorite .content .content_main .author_info {
      display: grid;
      grid-template-columns: 150px 1fr;
      column-gap: 20px;
      margin-bottom: 30px;
      font-size: 1.4rem;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        #pege_favorite .content .content_main .author_info {
          gap: 10px; } }
      #pege_favorite .content .content_main .author_info .author_img {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        width: 150px; }
        @media screen and (max-width: 768px) {
          #pege_favorite .content .content_main .author_info .author_img {
            grid-row: 1 / 2; } }
      @media screen and (max-width: 768px) {
        #pege_favorite .content .content_main .author_info .author_profile {
          grid-column: 2 / 3;
          /*grid-row: 1 / 2;*/
          align-self: center; } }
      @media screen and (max-width: 768px) {
        #pege_favorite .content .content_main .author_info .author_txt {
          grid-column: 1 / 3; } }
    #pege_favorite .content .content_sub {
      flex-shrink: 0;
      width: 300px; }
      @media screen and (max-width: 768px) {
        #pege_favorite .content .content_sub {
          width: 100%;
          margin-top: 30px; } }
      #pege_favorite .content .content_sub .related_info > li {
        margin: 0;
        padding: 20px;
        line-height: 1.8;
        border: 2px solid var(--color-black);
        background-color: var(--color-white); }
        #pege_favorite .content .content_sub .related_info > li > dl dt {
          margin: 0 0 20px;
          font-weight: 600;
          text-align: center;
          line-height: 36px;
          background-color: #EBF5EC;
          border: 3px solid #009944;
          border-radius: 999px; }
          @media screen and (max-width: 768px) {
            #pege_favorite .content .content_sub .related_info > li > dl dt {
              border: 2px solid #009944; } }
        #pege_favorite .content .content_sub .related_info > li > dl dd {
          margin: 0;
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            #pege_favorite .content .content_sub .related_info > li > dl dd {
              font-size: 1.4rem; } }
          #pege_favorite .content .content_sub .related_info > li > dl dd .product_img {
            width: 100%;
            max-width: 260px;
            margin: 0 auto 10px; }
          #pege_favorite .content .content_sub .related_info > li > dl dd .product_into .product_name {
            font-size: 1.8rem;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              #pege_favorite .content .content_sub .related_info > li > dl dd .product_into .product_name {
                font-size: 1.6rem; } }
          #pege_favorite .content .content_sub .related_info > li > dl dd .link {
            margin-top: 10px; }
        #pege_favorite .content .content_sub .related_info > li#related_info_02 dl dt {
          background-color: var(--color-favorite-bg);
          border: 3px solid var(--color-favorite); }
          @media screen and (max-width: 768px) {
            #pege_favorite .content .content_sub .related_info > li#related_info_02 dl dt {
              border: 2px solid var(--color-favorite); } }
        #pege_favorite .content .content_sub .related_info > li + li {
          border-top: none; }
