    html {
      width: 100%;
      height: 100%;
    }
    body {
      width: 100%;
      height: 100%;
      background-color: #FFF;
      background-repeat: repeat-y;
      background-size: 100px;
      color: #121212;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
      /*font-family: "Helvetica Neue", Helvetica, Arial, "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "MS 明朝",serif;*/
      /*font-family: "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "Meiryo", "MS 明朝", serif;*/
      text-transform: none;
      padding-top: 20px;
    }
    #report {
      /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      font-weight: 700;*/
    }
    #report p {
      font-size: 1.1em;
    }
    #report img {
      margin: 30px 0 5px 0;
    }
    #report .caption {
      font-style: italic;
      font-size: 0.8em;
      margin-bottom: 30px;
      text-align: center;
    }
    #report footer {
      font-family: "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "Meiryo", "MS 明朝", serif;
    }
    .red {
      color: red;
    }
    .themecolor {
      color: rgba(0, 0, 255, 1.00);
    }
    #report p.interviewer {
      font-size: 1.3em;
      margin-top: 80px;
    }
    h1 {
      font-size: 24px;
      margin-top: 0;
    }
    h2, h3 {
      /*color:#d65154;*/
      color: #505050;
      /*margin-bottom: 15px;*/
      font-size: 16px;
      font-weight: bold;
    }
    h3.larger {
      font-size: 20px;
      margin-bottom: 30px;
    }
    h4 {
      margin-bottom: 15px;
      font-size: 16px;
    }
    p {
      font-size: 14px;
      margin-bottom: 18px;
      letter-spacing: 1px;
    }
    p, dl, dt, dd, ul, ol, li {
      line-height: 2em;
    }
    dl, dt, dd {
      font-size: 14px;
      font-weight: normal;
    }
    /*dl*/
    dl.dl-horizontal {
      font-size: 12px;
    }
    dl.dl-horizontal dt {
      float: left;
      text-align: left;
      white-space: nowrap;
      padding: 0;
    }
    dl.dl-horizontal dd {
      padding-left: 10px;
    }
    .flex {
      display: flex;
      gap: 5px;
    }
    .half {
      width: 50%;
    }
    .half img {
      width: 100%;
    }
    .mtb80 {
      margin: 80px 0;
    }
    .mb30 {
      margin-bottom: 30px;
    }
    .mb80 {
      margin-bottom: 80px;
    }
    .mb100 {
      margin-bottom: 100px;
    }
    .mb300 {
      margin-bottom: 300px;
    }
    .larger {
      font-size: 1.3em;
    }
    .largest {
      font-size: 2em;
    }
    .right {
      float: right;
    }
    .bold {
      font-weight: bold;
    }
    a:hover {
      opacity: 0.7;
    }
    .yt-wrapper {
      position: relative;
      width: 100%;
    }
    .yt-wrapper:before {
      content: "";
      display: block;
      padding-top: 56.25%;
    }
    .yt-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .imgw {
      width: 100%;
      margin: 10px 0;
    }
    .brad20 {
      border-radius: 20px;
    }
    .minicircle {
      width: 100px;
      height: 100px;
      border-radius: 50px;
    }
    /*Intro*/
    #intro {
      margin-top: 20px;
    }
    #intro h1 {
      margin-top: -5px;
      line-height: 1.25em;
    }
    #intro .artistfile {
      font-size: 16px;
      /*line-height: 2em;*/
    }
    #intro .date {
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 0;
      line-height: 1em;
    }
    #intro .admission {
      /*font-size: 14px;*/
    }
    #intro small {
      font-size: 12px;
    }
    #intro .place {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 18px;
    }
    #intro .lead {
      font-size: 1.2em;
      /*font-weight: bold;*/
      line-height: 2em;
    }
    /* #program */
    #program dt {
      width: 9em;
    }
    #program dd {
      margin-left: 9em;
      /*margin-bottom: 15px;*/
    }
    #program small {
      font-size: 14px;
    }
    #program h2 {
      margin-bottom: 10px;
    }
    #program h3 {
      margin-top: 10px;
      padding-bottom: 20px !important;
      /*font-size:18px;*/
    }
    /* #works */
    #works {
      margin-top: 20px;
    }
    #works .thumbnail {
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 0;
      border: none;
    }
    #works .thumbnail img {
      width: 100%;
    }
    #works .thumbnail p {
      padding: 0;
    }
    #works .thumbnail .caption {
      /*border: 1px solid blue;*/
      padding: 0;
    }
    #works .thumbnail .caption h3 {
      padding: 0;
      margin-top: 10px;
      margin-bottom: 5px;
    }
    #works .thumbnail .caption p.spec {
      font-size: 11px;
      margin-top: 0;
      margin-bottom: 10px;
    }
    #works .thumbnail .caption p.summary {
      margin: 0;
    }
    #works .thumbnail .caption p:last-child {
      margin-bottom: 0;
    }
    @media(max-width:767px) {
      #works .thumbnail .caption h3, #works .sumally {
        margin-left: 5px;
      }
    }
    /* #profile */
    #profile {
      margin-top: 20px;
    }
    #profile .thumbnail {
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 0;
      border: none;
    }
    #profile .thumbnail img {
      width: 100%;
    }
    #profile .thumbnail p {
      padding: 0;
    }
    #profile .thumbnail div:first-child {
      padding: 0;
    }
    #profile .thumbnail .caption {
      /*border: 1px solid blue;*/
      margin-left: 0;
      padding-top: 0;
      padding-bottom: 20px;
    }
    #profile .thumbnail .caption h3 {
      padding: 0;
      margin-top: 0px;
      margin-bottom: 10px;
    }
    #profile .thumbnail .caption p:last-child {
      margin-bottom: 0;
    }
    #profile .thumbnail .caption h3, #profile .sumally {
      margin-left: 15px;
    }
    #profile p.sumally {
      margin-bottom: 200px;
    }
    @media(max-width:767px) {
      #profile .sumally {
        padding-top: 20px;
        margin-left: 5px;
        margin-bottom: 10px;
        display: inline-block;
        clear: both;
      }
      #profile .thumbnail .caption h3 {
        padding-top: 20px;
        margin-left: 5px;
        margin-bottom: 10px;
        display: inline-block;
        clear: both;
      }
    }
    /* #access */
    #access {
      margin-top: 20px;
    }
    #access h3 {
      margin-bottom: 5px;
    }
    #access h4 {
      font-size: 13px;
      margin-top: 15px;
      margin-bottom: 5px;
    }
    #access .museum {
      margin-top: 0;
    }
    #access dt {
      width: 9.5em;
    }
    #access dd {
      margin-left: 9.5em;
    }
    #access dl, #access dt, #access dd {
      margin-bottom: 0;
    }
    /* #inquiry */
    #inquiry {
      margin-top: 20px;
    }
    #inquiry h2 {
      margin-bottom: 20px;
      /*border-bottom: 1px solid red;*/
    }
    #inquiry h3 {
      margin-top: 0;
      margin-bottom: 10px;
      padding-top: 0;
      /*border-bottom: 1px solid red;*/
    }
    /* Flexible iFrame */
    .google-maps {
      position: relative;
      padding-bottom: 30%;
      /*padding-top: 30px;*/
      height: 0;
      overflow: hidden;
    }
    .google-maps iframe, .google-maps object, .google-maps embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    /* Flexible iFrame */
    .google-maps2 {
      position: relative;
      padding-bottom: 90%;
      /*padding-top: 30px;*/
      height: 0;
      overflow: hidden;
    }
    .google-maps2 iframe, .google-maps2 object, .google-maps2 embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    /* section global*/
    section h2 {
      margin-top: 0;
      padding-top: 10px;
      border-top: 1px solid #505050;
      padding-bottom: 30px;
    }
    section {
      /*margin-top: 20px;*/
      margin-bottom: 0;
      padding: 0;
      padding-top: 20px;
      /*border: 1px solid red;*/
    }
    #program .row:last-child, #works .row:last-child, #profile .row:last-child {
      margin-bottom: 20px;
      padding-bottom: 20px;
      /*border-bottom: 1px solid red;*/
    }
    /* footer */
    footer {
      padding: 0;
      margin: 0;
      margin-top: 100px;
      margin-bottom: 50px;
    }
    footer .container hr {
      border-top: 1px solid #505050;
      margin: 0;
    }
    #copyright {
      margin-top: 0;
    }
    footer .thumbnail {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none;
      border-radius: 0;
    }
    .credit {
      margin-top: 50px;
    }
    .pcimg {
      display: none;
    }
    .smpimg {
      display: block;
    }
    @media(max-width:767px) {
      #report .thumbnail .caption h3, #report .sumally {
        margin-left: 5px;
      }
      #logo h3, #logo p {
        text-align: center;
      }
      #report p {
        font-size: 1em;
      }
      .flex {
        display: block;
        gap: none;
      }
      .half {
        width: 100%;
      }
    }
    @media (min-width: 768px) {
      #report .row {
        position: relative;
      }
      #report .bottom-align-text {
        position: absolute;
        bottom: 0;
        right: 0;
        /*border: 1px solid red;*/
      }
      .pcimg {
        display: block;
      }
      .smpimg {
        display: none;
      }
    }
    ul.nav.nav-pills.nav-justified li a {
      color: #666;
    }
    ul.nav.nav-pills.nav-justified li a {
      -webkit-border-radius: 0;
      border-radius: 0;
    }
    ul.nav.nav-pills.nav-justified li.active a {
      color: #666;
      background-color: #FFF;
    }
    ul.nav.nav-pills.nav-justified li a {
      /*border-top: none;*/
      /*margin-top: 0  !important;*/
      -webkit-border-radius: 0;
      border-radius: 0;
    }
    /*panel*/
    .panel-default {
      border: 0px;
    }
    .panel {
      border: 0px solid transparent;
      border-radius: 0px;
      -webkit-box-shadow: 0 0 0;
      box-shadow: 0;
    }
    /*footnote*/
    ol.footnote {
      padding-left: 20px;
    }
    ol.footnote li {
      font-size: 11px;
    }
    ol.footnote li span a {
      font-size: 11px;
      /*color: red;*/
    }
    sup.footnoted {
      vertical-align: super;
    }
    sup.footnoted a {
      color: red;
      font-family: inherit;
      font-size: 80%;
      margin-left: .2em;
    }
    /* prints */
    #prints li a {
      font-size: 12px;
      margin-bottom: 15px;
      letter-spacing: 1px;
      text-decoration: none;
      color: #666;
    }
    #prints ul {
      padding-left: 20px;
    }
    .thumbnail {
      background-color: transparent;
      margin-bottom: 80px;
    }
    hr {
      border-color: #121212;
    }
    .fuwa {
      animation-name: fade;
      animation-duration: 2s;
      animation-iteration-count: 1;
    }
    @keyframes fade {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    section#works p {
      font-size: 0.8em !important;
    }
    .dot_filled {
      text-emphasis-style: dot filled;
      -webkit-text-emphasis-style: dot filled;
    }
    /*09*/
    #head-area {
      position: relative;
      height: 80vh;
      max-height: 700px;
    }
    #head-iamas {
      position: absolute;
      top: 0;
      right: 0;
      width: 5%;
      z-index: 100;
    }
    #head-title {
      position: absolute;
      top: 30%;
      right: 0;
      width: 70%;
    }
    #head-date {
      position: absolute;
      top: 0;
      left: 0;
      width: 75%;
    }
    #head-desc {
      position: absolute;
      top: 30%;
      left: 0;
      width: 25%;
    }
    #photo-p1 div:first-child {
      margin-top: 0px;
      float: left;
      mix-blend-mode: multiply;
      width: 50%;
    }
    #photo-p1 div:nth-child(2) {
      margin-top: -300px;
      float: right;
      mix-blend-mode: multiply;
      margin-bottom: 200px;
      width: 70%;
      text-align: right;
    }
    #photo-p1 div:last-child {
      margin-top: -600px;
      float: left;
      mix-blend-mode: multiply;
      margin-bottom: 80px;
      width: 50%;
    }
    @media(max-width:900px) {
      #photo-p1 div:last-child {
        margin-top: -300px;
      }
    }
    /*logo-anime*/
    #logobox {
      position: relative;
      min-height: 200px;
    }
    .bit1 { /*white*/
      animation: bitanime1 0.25s ease infinite;
      position: absolute;
      top: 3px;
      left: 4px;
    }
    @keyframes bitanime1 {
      0% {
        transform: translate(0px, 0px)
      }
      25% {
        transform: translate(-1px, 0px)
      }
      50% {
        transform: translate(0px, 1px)
      }
      100% {
        transform: translate(0px, 0px)
      }
    }
    .bit2 { /*red*/
      animation: bitanime2 0.5s ease infinite;
      position: absolute;
      top: 12px;
      left: 8px;
    }
    @keyframes bitanime2 {
      0% {
        transform: translate(0px, 0px)
      }
      25% {
        transform: translate(1px, -1px)
      }
      50% {
        transform: translate(1px, 2px)
      }
      100% {
        transform: translate(0px, 0px)
      }
    }
    .bit3 { /*green*/
      animation: bitanime3 0.3s ease infinite;
      position: absolute;
      top: 9px;
      left: 0px;
    }
    @keyframes bitanime3 {
      0% {
        transform: translate(0, 0)
      }
      25% {
        transform: translate(1px, -1px)
      }
      50% {
        transform: translate(-2px, -2px)
      }
      100% {
        transform: translate(0px, 0px)
      }
    }
    .bit4 { /*blue*/
      animation: bitanime4 0.2s ease infinite;
      position: absolute;
      top: 0px;
      left: 6px;
    }
    @keyframes bitanime4 {
      0% {
        transform: translate(0px, 0px)
      }
      25% {
        transform: translate(1px, -1px)
      }
      50% {
        transform: translate(1px, -1px)
      }
      100% {
        transform: translate(0px, 0px)
      }
    }
    @media(max-width:767px) {
      .bit1, .bit2 {
        top: 0;
        left: 0;
      }
      .bit3, .bit4 {
        top: 1px;
        left: 1px;
      }
      @keyframes bitanime1 {
        0% {
          transform: translate(0px, 0px)
        }
        25% {
          transform: translate(0px, 0px)
        }
        50% {
          transform: translate(0px, 0px)
        }
        100% {
          transform: translate(0px, 0px)
        }
      }
      @keyframes bitanime2 {
        0% {
          transform: translate(0px, 0px)
        }
        25% {
          transform: translate(1px, -1px)
        }
        50% {
          transform: translate(1px, 1px)
        }
        100% {
          transform: translate(0px, 0px)
        }
      }
      @keyframes bitanime3 {
        0% {
          transform: translate(0, 0)
        }
        25% {
          transform: translate(1px, -1px)
        }
        50% {
          transform: translate(-2px, -2px)
        }
        100% {
          transform: translate(0px, 0px)
        }
      }
      @keyframes bitanime4 {
        0% {
          transform: translate(0, 0)
        }
        25% {
          transform: translate(1px, -1px)
        }
        50% {
          transform: translate(1px, -1px)
        }
        100% {
          transform: translate(0, 0)
        }
      }
    }
    @media(max-width:900px) {
      #intro .lead {
        font-size: 1em;
      }
    }
    @media(max-width:767px) {
      #intro {
        margin-top: 0;
        padding-top: 0px;
      }
      #head-area {
        position: relative;
        max-height: none;
        width: 100vw;
        height: 100vh;
      }
      #head-iamas {
        position: absolute;
        top: 10vh;
        right: 0;
        width: 10vw;
        z-index: 100;
      }
      #head-title {
        position: absolute;
        top: none;
        bottom: 0;
        left: 0;
        width: 100vw;
      }
      #head-date {
        position: relative;
        margin-top: 0;
        width: 100vw;
      }
      #head-desc {
        display: none;
      }
      div.descsmp p {
        width: 90%;
        margin: 0 auto;
      }
      #photo-p1 div:first-child {
        display: none;
        margin-bottom: 20px;
      }
      #photo-p1 div:nth-child(2) {
        width: 100%;
        float: none;
        mix-blend-mode: none;
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: left;
        clear: both
      }
      #photo-p1 div:last-child {
        width: 90%;
        margin: 0px auto 50px auto;
        float: none;
        mix-blend-mode: none;
      }
      #intro .lead {
        font-size: 1.2em;
      }
      #logobox {
        position: relative;
        min-height: 150px;
        margin: 0 auto;
        width: 100%;
      }
    }
    @media(min-width: 2000px) {
      #photo-p1 div:first-child {
        width: 70%;
        max-width: 900px;
        margin-left: 10%;
        display: block;
        margin-bottom: 20px;
      }
      #photo-p1 div:nth-child(2) {
        width: 70%;
        max-width: 900px;
        float: right;
        mix-blend-mode: multiply;
        margin-top: 0px;
        margin-right: 10%;
        margin-bottom: 50px;
        text-align: left;
        clear: none;
      }
      #photo-p1 div:last-child {
        width: 100%;
        max-width: 800px;
        margin: 0px auto 50px auto;
        float: left;
        mix-blend-mode: multiply;
      }
    }