body {
    margin: 0 auto;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.25vw;
    color: #444;
}

.headlogo {
    text-align: center;
}

/*縦長、スマホ対応*/
@media only screen and (max-aspect-ratio: 3/4) {
    .yokonaga {
        display: none;
    }

    .pcnaga {
        display: none;
    }

    .toplogo {
        width: 20vw;
        margin: 2.5vw 0;
    }
    
    .ushiotop {
        width: 100vw;
        margin: 0 auto;
    }
    
    .photographer {
        font-size: 2.5vw;
        text-align: right;
        margin: 0 2.5vw 0 0;
    }
    
    .top_next {
        width: 50vw;
        margin: 2.5vw 0;
        box-shadow: 0 0 0.25vw #444;
    }

    .top_next_ver {
        width: 50vw;
        margin: 2.5vw 0;
        box-shadow: 0 0 0.25vw #444;
    }
    
    .nextstage {
        text-align: center;
    }
    
    .topnews {
        margin: 0 5vw;
        border: 0.1vw #45A3F4 solid;
        padding: 0 2.5vw;
        box-shadow: 0px 0px 0.1vw 0.1vw #45A3F4, 0px 0px 0.1vw 0.1vw #45A3F4 inset;
    }
    
    .official_twi {
        text-align: center;
    }
    
    .twi_logo {
        width: 7.5vw;
        margin: 5vw 0;
        text-align: center;
    }
    
    .date {
        font-size: 3vw;
    }
    
    .newstitle {
        font-size: 5vw;
        border-bottom: 0.25vw dotted #45A3F4;
    }
    
    h2 {
        text-align: center;
        margin: 5vw 0;
    }
    
    h3 {
        font-size: 3vw;
    }
    
    .newsarticle {
        border-bottom: 0.25vw dotted #45A3F4;
        list-style: none;
    }
    
    .newsline {
        background-color: #fff;
        padding: 2.5vw;
    }
    
    .plusnews {
        text-align: right;
        padding: 2.5vw 2.5vw 0vw 2.5vw;
        font-size: 3vw;
        margin: 0;
    }
    
    a {
        color: #333;
    }
    
    .articlelink {
        text-decoration: none;
    }
    
    /*メニュー*/
    
    .menu-btn {
        position: fixed;
        top: 4vw;
        right: 3vw;
        display: flex;
        height: 8vw;
        width: 8vw;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #45A3F4;
        filter: blur(0.1vw);
    }
    
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content:" ";
        display: block;
        height: 0.4vw;
        width: 4vw;
        background-color: #ffffff;
        position: absolute;
        transition: all 0.5s;
    }
    
    .menu-btn span:before {
        bottom: 1.5vw;
    }
    
    .menu-btn span:after {
        top: 1.5vw;
    }
    
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    
    /*中身自体*/
    .menu-content {
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background-color: #45A3F4;
        transition: all 1s;
    }
    
    .menu-content ul {
        height: 80%;
        overflow: auto;
        padding: 10vw 5vw 0;
    }
    .menu-content ul li {
        border-bottom: solid 0.25vw #fff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        font-size: 4vw;
        box-sizing: border-box;
        color:#fff;
        text-decoration: none;
        padding: 1vw;
        letter-spacing: 0.5vw;
        margin: 0 10vw;
        text-align: center;
    }
    
    #menu-btn-check:checked ~ .menu-content {
        left: 50vw;/*メニューを画面内へ*/
        letter-spacing: 0.5vw;
    }
    
    #menu-btn-check {
        display: none;
    }
    
    
    p {
        font-size: 2.5vw;
    }
    
    .tokusho-btn {
        display: inline-block;
        font-size: 2.5vw;
        cursor: pointer;
    }
      
    .tokusho {
        margin: 0 5vw;
        font-size: 1.75vw;
        display: none;
        padding: 1.25vw 0;
    }
    
    .tp {
        text-align: center;
        width: 100vw;
    }
      
    .kisai {
        font-size: 2vw;
        text-align: left;
        margin: 2.5vw 5vw;
    }
      
    .is-active {
        display: block;
    }
}
  
/*タブレット対応*/
@media only screen and (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3) {
    .tatenaga {
        display: none;
    }

    .pcnaga {
        display: none;
    }

    .toplogo {
        width: 15vw;
        margin: 2.5vw 0;
        z-index: 0;
    }
    
    .ushiotop {
        width: 60vw;
        margin: 0 auto;
    }
    
    .photographer {
        font-size: 2vw;
        text-align: center;
        margin: 0;
    }
    
    .top_next {
        width: 45vw;
        margin: 2.5vw 0;
        box-shadow: 0 0 0.25vw #444;
    }

    .top_next_ver {
        width: 40vw;
        margin: 2.5vw 2vw 2.5vw 3vw;
        box-shadow: 0 0 0.25vw #444;
    }

    td {
        width: 50vw;
    }
    
    .nextstage {
        margin: 2.5vw;
        width: 40vw;
    }
    
    .topnews {
        position: relative;
        width: 40vw;
        margin: 2.5vw;
        border: 0.1vw #45A3F4 solid;
        padding: 0 2.5vw;
        box-shadow: 0px 0px 0.1vw 0.1vw #45A3F4, 0px 0px 0.1vw 0.1vw #45A3F4 inset;
    }
    
    .official_twi {
        text-align: center;
    }
    
    .twi_logo {
        width: 5vw;
        margin: 1.25vw 0;
        text-align: center;
    }
    
    .date {
        font-size: 1.5vw;
        text-align: left;
    }
    
    .newstitle {
        font-size: 3vw;
        border-bottom: 0.25vw dotted #45A3F4;
    }
    
    h2 {
        font-size: 3vw;
        text-align: center;
        margin: 2.5vw 0;
    }
    
    h3 {
        font-size: 1.75vw;
        text-align: left;
    }
    
    .newsarticle {
        border-bottom: 0.25vw dotted #45A3F4;
        list-style: none;
    }
    
    .newsline {
        background-color: #fff;
        padding: 0vw 1.25vw;
    }
    
    .plusnews {
        text-align: right;
        padding: 2.5vw 2.5vw 0vw 2.5vw;
        font-size: 2vw;
        margin: 0;
    }

    table {
        text-align: center;
        margin: 2.5vw 0;
    }
    
    a {
        color: #333;
    }
    
    .articlelink {
        text-decoration: none;
    }
    
    /*メニュー*/

    .menu-btn {
        position: fixed;
        top: 2.5vw;
        right: 2.5vw;
        display: flex;
        height: 7.5vw;
        width: 7.5vw;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #45A3F4;
        filter: blur(0.1vw);
    }
    
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content:" ";
        display: block;
        height: 0.4vw;
        width: 3.5vw;
        background-color: #ffffff;
        position: absolute;
        transition: all 0.5s;
    }
    
    .menu-btn span:before {
        bottom: 1.5vw;
    }
    
    .menu-btn span:after {
        top: 1.5vw;
    }
    
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    
    /*中身自体*/
    .menu-content {
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background-color: #45A3F4;
        transition: all 1s;
    }
    
    .menu-content ul {
        height: 80%;
        overflow: auto;
        padding: 10vw 5vw 0;
    }
    .menu-content ul li {
        border-bottom: solid 0.125vw #fff;
        list-style: none;
    }
    .menu-content ul li a {
        display: block;
        font-size: 2.5vw;
        box-sizing: border-box;
        color:#fff;
        text-decoration: none;
        padding: 1vw;
        letter-spacing: 0.5vw;
        margin: 0 10vw;
        text-align: center;
    }
    
    #menu-btn-check:checked ~ .menu-content {
        left: 55vw;/*メニューを画面内へ*/
        letter-spacing: 0.5vw;
    }
    
    #menu-btn-check {
        display: none;
    }
    
    p {
        font-size: 2vw;
    }
    
    .tokusho-btn {
        display: inline-block;
        font-size: 2vw;
        cursor: pointer;
    }
      
    .tokusho {
        margin: 0 5vw;
        font-size: 1.75vw;
        display: none;
        padding: 1.25vw 0;
    }
    
    .tp {
        text-align: center;
        width: 100vw;
    }
      
    .kisai {
        font-size: 1.75vw;
        text-align: left;
        margin: 2.5vw 5vw;
    }
      
    .is-active {
        display: block;
    }
}

/*pc対応 プラスα*/
@media only screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 14/9){  
    .tatenaga {
        display: none;
    }

    .yokonaga {
      display: none;
    }

    .ushiotop {
        height: 100vh;
        width: auto;
        margin: 0;
        padding: 0;
        left: 25vw;
        position: fixed;
        z-index: -1;
    }

    .toplogo {
        width: 15vw;
        margin: 5vw 5.5vw 5vw 4.5vw;
    }

    .ushiotop {
        height: 100vh;
        margin: 0;
        padding: 0;
        left: 25vw;
        position: fixed;
        z-index: -1;
    }
    
    .photographer {
        position: absolute;
        margin: 2.5vw 1.25vw 0 55vw;
        font-size: 1.5vw;
        z-index: 1;
    }
    
    .top_next {
        width: 32.5vw;
        margin: 2.5vw 0;
        box-shadow: 0 0 0.25vw #444;
    }

    .top_next_ver {
        width: 31vw;
        margin: 2.75vw 0 2.5vw;
        box-shadow: 0 0 0.25vw #444;
    }

    .lefttd {
        width: 35vw;
    }

    .righttd {
        width: 35vw;
    }

    .karishiro {
        top: 100vh;
        position: absolute;
        width: 70vw;
        padding: 3vw 0;
        margin: 0vw 0vw 0vw 30vw;
        background-color: rgba(255, 255, 255, 0.7);
    }

    table {
        padding: 7.5vw 0 0;
    }
    
    .nextstage {
        text-align: center;
    }
    
    .topnews {
        margin: 0 1.25vw;
        border: 0.1vw #45A3F4 solid;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0 1.25vw;
        box-shadow: 0px 0px 0.05vw 0.05vw #45A3F4, 0px 0px 0.05vw 0.05vw #45A3F4 inset;
    }
    
    .official_twi {
        text-align: center;
        margin: 2.5vw 0 1.25vw;
    }
    
    .twi_logo {
        width: 4vw;
        margin: 1vw 0;
        text-align: center;
    }
    
    .date {
        font-size: 1.5vw;
    }
    
    .newstitle {
        font-size: 2.5vw;
        border-bottom: 0.25vw dotted #45A3F4;
    }
    
    h2 {
        font-size: 3vw;
        text-align: center;
        margin: 2.5vw 1.25vw 0;
    }
    
    h3 {
        font-size: 1.5vw;
    }
    
    .newsarticle {
        border-bottom: 0.25vw dotted #45A3F4;
        list-style: none;
    }
    
    .newsline {
        padding: 0 1.25vw;
    }
    
    .plusnews {
        text-align: right;
        padding: 1.25vw 2.5vw 0vw 2.5vw;
        font-size: 1.5vw;
        margin: 0;
    }
    
    a {
        color: #333;
    }
    
    .articlelink {
        text-decoration: none;
    }
    
    /*メニュー*/
    
    /*中身自体*/
    .menu-content {
        height: 100%;
        width: 30vw;
        position: fixed;
        top: 0;
        z-index: 0;
        text-align: center;
        background-color: #fff;
    }
    
    .menu-content ul {
        margin: 0;
        padding: 2.5vw;
        text-align: center;
    }
    .menu-content ul li {
        border-bottom: solid 0.125vw #444;
        list-style: none;
        text-align: center;
    }
    .menu-content ul li a {
        display: block;
        font-size: 2vw;
        box-sizing: border-box;
        text-decoration: none;
        padding: 1.5vw;
        letter-spacing: 0.5vw;
        text-align: center;
        color: #444;
    }     

    #menu-btn-check {
        display: none;
    }
    
    
    .tokusho-btn {
        display: inline-block;
        font-size: 1.5vw;
        cursor: pointer;
    }
      
    .tokusho {
        margin: 0 5vw;
        font-size: 1.75vw;
        display: none;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 0 2.5vw 0vw;
    }
    
    .tp {
        text-align: center;
        width: 70vw;
    }
      
    .kisai {
        font-size: 1vw;
        text-align: center;
        margin: 0vw 2.5vw 1.25vw;
        padding: 1.25vw;
    }
      
    .is-active {
        display: block;
    }
}

/*pc対応 プラスα*/
@media only screen and (min-aspect-ratio: 14/9) and (max-aspect-ratio: 2/1){  
    .tatenaga {
        display: none;
    }

    .yokonaga {
      display: none;
    }

    .headlogo {
        text-align: center;
        z-index: 1;
    }

    .toplogo {
        width: 15vw;
        margin: 2.5vw 5.5vw 2.5vw 4.5vw;
    }
    
    .ushiotop {
        height: 100vh;
        margin: 0;
        padding: 0;
        left: 25vw;
        position: fixed;
        z-index: -1;
    }
    
    .photographer {
        position: absolute;
        margin: 2.5vw 1.25vw 0 55vw;
        font-size: 1.5vw;
        z-index: 1;
    }
    
    .top_next {
        width: 32.5vw;
        margin: 2.5vw 0;
        box-shadow: 0 0 0.25vw #444;
    }

    .top_next_ver {
        width: 30.75vw;
        margin: 2.75vw 0 2.5vw;
        box-shadow: 0 0 0.25vw #444;
    }

    .lefttd {
        width: 35vw;
    }

    .righttd {
        width: 35vw;
    }

    .karishiro {
        top: 100vh;
        position: absolute;
        width: 70vw;
        padding: 0;
        margin: 0vw 0vw 0vw 30vw;
        background-color: rgba(255, 255, 255, 0.7);
    }

    table {
        padding: 7.5vw 0 0;
    }
    
    .nextstage {
        text-align: center;
    }
    
    .topnews {
        margin: 0 1.25vw;
        border: 0.1vw #45A3F4 solid;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0 1.25vw;
        box-shadow: 0px 0px 0.05vw 0.05vw #45A3F4, 0px 0px 0.05vw 0.05vw #45A3F4 inset;
    }
    
    .official_twi {
        text-align: center;
        margin: 2.5vw 0 1.25vw;
    }
    
    .twi_logo {
        width: 4vw;
        margin: 1vw 0;
        text-align: center;
    }
    
    .date {
        font-size: 1.5vw;
    }
    
    .newstitle {
        font-size: 2.5vw;
        border-bottom: 0.25vw dotted #45A3F4;
    }
    
    h2 {
        font-size: 3vw;
        text-align: center;
        margin: 2.5vw 1.25vw 0;
    }
    
    h3 {
        font-size: 1.5vw;
    }
    
    .newsarticle {
        border-bottom: 0.25vw dotted #45A3F4;
        list-style: none;
    }
    
    .newsline {
        padding: 0 1.25vw;
    }
    
    .plusnews {
        text-align: right;
        padding: 1.25vw 2.5vw 0vw 2.5vw;
        font-size: 1.5vw;
        margin: 0;
    }
    
    a {
        color: #333;
    }
    
    .articlelink {
        text-decoration: none;
    }
    
    /*中身自体*/
    .menu-content {
        height: 100%;
        width: 30vw;
        position: fixed;
        top: 0;
        z-index: 0;
        text-align: center;
        background-color: #fff;
    }
    
    .menu-content ul {
        margin: 0;
        padding: 2.5vw;
        text-align: center;
    }
    .menu-content ul li {
        border-bottom: solid 0.125vw #444;
        list-style: none;
        text-align: center;
    }
    .menu-content ul li a {
        display: block;
        font-size: 2vw;
        box-sizing: border-box;
        text-decoration: none;
        padding: 1.5vw;
        letter-spacing: 0.5vw;
        text-align: center;
        color: #444;
    }     

    #menu-btn-check {
        display: none;
    }
    
    
    .tokusho-btn {
        display: inline-block;
        font-size: 1.5vw;
        cursor: pointer;
    }
      
    .tokusho {
        margin: 0 5vw;
        font-size: 1.75vw;
        display: none;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 0 2.5vw 0vw;
    }
    
    .tp {
        text-align: center;
        width: 70vw;
    }
      
    .kisai {
        font-size: 1vw;
        text-align: center;
        margin: 0vw 2.5vw 1.25vw;
        padding: 1.25vw;
    }
      
    .is-active {
        display: block;
    }
}

/*pc対応 プラスα*/
@media only screen and (min-aspect-ratio: 2/1){  
    .tatenaga {
        display: none;
    }

    .yokonaga {
      display: none;
    }

    .headlogo {
        text-align: center;
        z-index: 1;
    }

    .toplogo {
        width: 10vw;
        margin: 2.5vw;
    }
    
    .ushiotop {
        width: 75vw;
        margin: 0;
        padding: 0;
        left: 25vw;
        position: fixed;
        z-index: -1;
    }
    
    .photographer {
        position: absolute;
        margin: 2.5vw 1.25vw 0 55vw;
        font-size: 1.5vw;
        z-index: 1;
    }
    
    .top_next {
        width: 32.5vw;
        margin: 2.5vw 0;
        box-shadow: 0 0 0.25vw #444;
    }

    .top_next_ver {
        width: 30.5vw;
        margin: 2.8vw 0 2.5vw;
        box-shadow: 0 0 0.25vw #444;
    }

    .lefttd {
        width: 35vw;
    }

    .righttd {
        width: 35vw;
    }

    .karishiro {
        top: 100vh;
        position: absolute;
        width: 70vw;
        padding: 0;
        margin: 0vw 0vw 0vw 30vw;
        background-color: rgba(255, 255, 255, 0.7);
    }

    table {
        padding: 7.5vw 0 0;
    }
    
    .nextstage {
        text-align: center;
    }
    
    .topnews {
        margin: 0 1.25vw;
        border: 0.1vw #45A3F4 solid;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0 1.25vw;
        box-shadow: 0px 0px 0.05vw 0.05vw #45A3F4, 0px 0px 0.05vw 0.05vw #45A3F4 inset;
    }
    
    .official_twi {
        text-align: center;
        margin: 2.5vw 0 1.25vw;
    }
    
    .twi_logo {
        width: 4vw;
        margin: 1vw 0;
        text-align: center;
    }
    
    .date {
        font-size: 1.5vw;
    }
    
    .newstitle {
        font-size: 2.5vw;
        border-bottom: 0.25vw dotted #45A3F4;
    }
    
    h2 {
        font-size: 3vw;
        text-align: center;
        margin: 2.5vw 1.25vw 0;
    }
    
    h3 {
        font-size: 1.5vw;
    }
    
    .newsarticle {
        border-bottom: 0.25vw dotted #45A3F4;
        list-style: none;
    }
    
    .newsline {
        padding: 0 1.25vw;
    }
    
    .plusnews {
        text-align: right;
        padding: 1.25vw 2.5vw 0vw 2.5vw;
        font-size: 1.5vw;
        margin: 0;
    }
    
    a {
        color: #333;
    }
    
    .articlelink {
        text-decoration: none;
    }
    
    /*メニュー*/
    
    /*中身自体*/
    .menu-content {
        height: 100%;
        width: 30vw;
        position: fixed;
        top: 0;
        z-index: 0;
        text-align: center;
        background-color: #fff;
    }
    
    .menu-content ul {
        margin: 0;
        padding: 2.5vw 5vw;
        text-align: center;
    }
    .menu-content ul li {
        border-bottom: solid 0.125vw #444;
        list-style: none;
        text-align: center;
    }
    .menu-content ul li a {
        display: block;
        font-size: 1.75vw;
        box-sizing: border-box;
        text-decoration: none;
        padding: 1vw;
        letter-spacing: 0.5vw;
        text-align: center;
    }    

    #menu-btn-check {
        display: none;
    }
    
    
    .tokusho-btn {
        display: inline-block;
        font-size: 1.5vw;
        cursor: pointer;
    }
      
    .tokusho {
        margin: 0 5vw;
        font-size: 1.75vw;
        display: none;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 0 2.5vw 0vw;
    }
    
    .tp {
        text-align: center;
        width: 70vw;
    }
      
    .kisai {
        font-size: 1vw;
        text-align: center;
        margin: 0vw 2.5vw 1.25vw;
        padding: 1.25vw;
    }
      
    .is-active {
        display: block;
    }
}