#fullScreenHeader.init ,   #fullScreenFooter.init {
  opacity:0;
  visibility: hidden;
}

a{word-break: break-all;}
.footer-links a{
  text-decoration: none;
  color:#666;
}
.logo_mini {
  height: 30px;
  padding: 2px;
}
#fullScreenHeader a{
  text-decoration: none;
  color:#666;
  font-weight: 600;
  color: #555;
  }

  #footerSwitch{
    display: none;
  }

  img{
    display: block;
    max-width: 100%;
  }
  .information + .information{
    border-top:solid 1px #999;
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
  .information__title{
    margin-bottom: 0;
  }
  .information__media{
    margin-top: 0.3rem;
  }
  .information__media .__main-text{
    border-bottom:dotted 1px #ccc;
    padding-bottom:1rem;
    margin-top: 0;
  }
  .information__media .__params{
    font-size:0.9rem;
    margin-top: 1rem;;
  }
  .information__media .__params th,.information__media .__params td{
    vertical-align: top;
    padding:0.3rem 0;
  }
  .information__media .__params th{
    white-space: nowrap;
    text-align: right;
    font-weight:normal
  }
  .information__media .__params th::after{
    content: ":";
  }
  .information__media .__params td{
    word-break: break-all;
  }
  .nakagawa_textBox{
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding:2rem;
  }

  .disabled{
    display: none;
  }
/* @media screen and (min-width:641px){
  
  #fullScreenHeader {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20000;
    line-height: 1;
    background: #fff;
    width: 100%;
  }
  #fullScreenFooter {

    align-items: center;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20000;
    line-height: 1;
    background: #fff;
    width: 100%;
  }
  #toggleIcon{
    display: none;}

  .footer-links{
    display: flex;
    gap:1rem}

    .history {
      border-collapse: collapse;
      width: 100%;
      max-width: 960px;
      margin: 1rem auto;
    }
  
    .history td,
    .history th {
      border: solid 1px #999;
      min-height: 1rem;
      padding: 3px 5px;
      vertical-align: top;
    }
  
    .history td:nth-child(1),
    .history td:nth-child(2),
    .history td:nth-child(3),
    .history th:nth-child(3) {
      white-space: nowrap;
    }
    .body_inner{
      padding:1rem 2rem;
      max-width: 960px;
      margin-inline: auto;
    }
    .information__media{
      display: grid;
      grid-template-columns: min(380px , 50%) 1fr;
      gap: 1rem;
      max-width:100%;
    }
    .sp-only{display: none;}
} */




  body{
    font-size:14px;
    height:100vh;
    width:100vw;
    margin:0;
    padding:0;
    overflow: hidden;
  }
  h1{
    font-size:1.3rem;}

  #fullScreenHeader{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    background: #fff;
    z-index: 20000;
    padding-bottom:3px;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .logo_mini {
    height: 30px;
    padding: 2px;
  }
  .exhibition_title{
    overflow-x: hidden;
    white-space: nowrap;

  }
  #fullScreenFooter {
    position:absolute;
    align-items: center;
    bottom: 0;
    left: 0;
    z-index: 20000;
    line-height: 1;
    
    width: 100%;
    height:0;
    
  }
  .footer-links li+li{
    margin-top: 0.5rem;
  }

  #toggleIcon{
    position: absolute;
    bottom:15px;
    right:6px;
    z-index:20010;
  }
  .footer-links{
    position: absolute;
    top:100%;
    left:0;
    box-sizing: border-box;
    width:100%;
    transition: 0.4s;
    background: #fff;
    list-style: none;
    margin:0 ;padding: 10px;
    
  }
  .footer-links li{
    margin-top: 10px;
    margin-left: 10px;;
  }
  #footerSwitch:checked ~ .footer-links{
    
    transform: translateY(-100%);
    
  }
  .history tr{display: block;border-bottom:solid 1px #ccc;padding-top:0.3rem;}
  .history td{font-size:12px;}
  .history th{display: none;}


  .history td:nth-child(1),.history td:nth-child(2),.history td:nth-child(3){
    display:inline-block;
    white-space: nowrap;
  }
  .history td:nth-child(3){text-align:right;}
  .history td:nth-child(2)::before{
    content: "(";
  }
  .history td:nth-child(2)::after{
    content: ")年/";
  }
  .history td:nth-child(3)::after{
    content: "歳";
  }
  .history td:nth-child(4),.history td:nth-child(5){
    display: block;
    padding-left:1rem;
  }
  .information__media .__main-text{
  margin-top: 1rem;}


  @media screen and (max-width:640px){
    .pc_only{display: none;}
    #fullScreenHeader{
      font-size:11px;
      padding-bottom: 0;
    }
    .logo_mini {
      height: 24px;
      padding: 2px;
    }
  }