/*PC用*/
@media screen and (min-width:761px) {

    .button04 {
        border: 1px solid yellow;
        background-color: white;
        margin-left: 3vw;
        font-size: 1vw;
        width: auto;
        height: auto;
        border-radius: 8px;
    }

    .button04 a {
        text-decoration: none;
        color: black;
    }


    .button05 {
        border: 1px solid yellow;
        background-color: black;
        margin-left: 1vw;
        color: yellow;
        font-size: 1vw;
        width: auto;
        height: auto;
        border-radius: 8px;
    }




    .button05 a {
        text-decoration: none;
        color: yellow;
    }

    #g-navi li a:hover {
        text-decoration: none;
        transform: scale(1.1);
    }


    .fresh {
        color: yellow;
        width: 20vw;
        height: auto;
        font-size: 1.7vw;
        margin-left: 1.5vw;
        display: flex;
        font-family: "Sawarabi Mincho", serif;
        align-items: center;
        text-decoration: none;
    }

    .logo {
        align-items: center;
        width: 6vw;
        height: auto;
    }

    header {
        height: 5vw;
        background-color: black;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        border-bottom: 0.1vw solid #ccc;
    }



    #g-nav {
        margin-left: 8vw;
    }





    body {
        padding-top: 130px;
        text-align: center;
        margin: 0;
        background-color: black;
        color: yellow;
    }

    #g-navi {
        list-style: none;
        text-align: center;
        display: flex;
        align-items: center;
        margin-left: 2vw;
        padding-left: 0;
    }

    h1 {
        text-align: left;
        padding-left: 10vw;
    }

    h1 a {
        padding-left: 0.2vw;
        color: black;
        text-decoration: none;
        font-size: 2.5vw;
    }

    #g-navi ul {
        display: block;
        width: 100%;
        height: auto;
    }

    #g-navi li {
        width: 100%;
        height: auto;
        padding-left: 1vw;
    }

    #g-navi li a {
        font-family: "Sawarabi Mincho", serif;
        width: 16.6666%;
        text-align: center;
        align-items: center;
        color: white;
        text-decoration: none;
        padding: 0.5vw 0.5vw;
        display: block;
        font-size: 1.7vw;
        font-weight: bold;
    }

    footer {
        color: yellow;
        margin-top: 1vw;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    footer p {
        font-size: 1vw;
        margin: 0;
        font-family: "Sawarabi Mincho", serif;
    }

    .rogo {
        margin: auto;
        width: 4vw;
        height: auto;
    }

    body {
        background-color: black;
        color: yellow;
        font-family: "Sawarabi Mincho", serif;
        padding-top: 0;
        margin: 0;
        text-align: center;
    }

    /*見出し*/
    .titlezone {
        padding-bottom: 0.25vw;
    }

    .INTERVIEWtitle {
        color: #606060;
        text-align: center;
        font-size: 1.2vw;
        font-family: "Sawarabi Mincho", serif;
        padding-top: 6vw;
    }

    h2 {
        color: yellow;
        font-size: 5vw;
        padding-bottom: 0.4vw;
        background: yellow;
        font-family: "Sawarabi Mincho", serif;
        line-height: 0.5;
        /*行の高さ調整*/
        margin: 0;
    }

    h2 span {
        display: block;
        background: black;
        padding-bottom: 1vw;
    }


    .INTERVIEWtitle p {
        color: yellow;
        font-size: 2.5vw;
    }

    /*タブデザイン*/

    .tab-1 {
        display: flex;
        flex-wrap: wrap;
        min-width: 60vw;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: auto;
    }

    .tab-1>label {
        flex: 1 1;
        order: -1;
        min-width: 70px;
        padding: .7em 1em .7em;
        border-bottom: 1px solid #f0f0f0;
        background-color: black;
        color: #fff;
        font-size: .9em;
        text-align: center;
        cursor: pointer;
        border-radius: 10px 10px 0 0;
    }

    .note {
        padding-bottom: 0;
    }

    #id1 {
        border-style: solid;
        border-width: 4px 1px 1px;
        border-color: yellow;
        font-family: "Sawarabi Mincho", serif;
    }

    #id2 {
        border-style: solid;
        border-width: 4px 1px 1px;
        border-color: yellow;
        font-family: "Sawarabi Mincho", serif;
    }

    #id3 {
        border-style: solid;
        border-width: 4px 1px 1px;
        border-color: yellow;
        font-family: "Sawarabi Mincho", serif;
    }



    .tab-1>label:hover {
        color: yellow;
    }

    .tab-1 input {
        display: none;
    }

    .tab-1>div {
        display: none;
        width: 100%;
        height: auto;
        padding: 1.5em 1em 0 1em;
        margin-bottom: 1em;
        background-color: black;
        border: solid;
        border-top: none;
    }

    .tab-1 label:has(:checked) {
        color: yellow;
        border-style: solid;
        border-width: 4px 1px 1px;
        border-radius: 10px 10px 0 0;
    }

    .tab-1 label:has(:checked)+div {
        display: block;
    }

    /*文字、罫線の設定*/
    .tab-1 li {
        font-family: "Zen Kurenaido", sans-serif;
        font-size: large;
        border-bottom: dashed 1px #ccc;
        /*罫線*/
        line-height: 1.5;
        /*行の高さ*/
        padding: 0.5em 0 0.5em 0.5em;
        /*文字の位置*/
        margin: 0;
    }

    .question {
        text-align: left;
        font-weight: 600;
        font-family: "Zen Kurenaido", sans-serif;
        font-size: large;
    }

    .answer {
        text-align: left;
        font-family: "Zen Kurenaido", sans-serif;
        font-size: large;
    }

    .answer a {
        color: #fff;

    }

    .tab-1 p:last-of-type {
        border-bottom: none;
    }

    /*ドットの設定*/
    .tab-1::before {
        content: "";
        position: absolute;
        border-right: dotted 15px;
        /*ドットの大きさ、高さ*/
        height: 70%;
        top: 20%;
        /*位置*/
        left: 0.5em;
        /*位置*/
    }

    /*レイアウトのためのCSS*/

    ul {
        list-style: none;
    }
}


/*スマホ用*/
@media screen and (max-width:760px) {

    .fresh {
        display: none;

    }

    .button04 {
        border: 2px solid #ffffff;
        background-color: white;
        font-size: 4vw;
        width: auto;
        height: auto;
        border-radius: 8px;
    }


    .button05 {
        border: 2px solid #ffffff;
        background-color: black;
        color: yellow;
        font-size: 4vw;
        width: auto;
        height: auto;
        border-radius: 8px;
    }

    .button04 a {
        text-decoration: none;
        color: black;
    }

    .button05 a {
        text-decoration: none;
        color: yellow;
    }

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 100%;
        height: 100%;
        /*ナビの高さ*/
        background: black;
        /*動き*/
        transition: all 0.6s;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        right: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        text-align: center;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-left: 0;
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
        font-size: 7vw;
    }

    #g-nav li a {
        color: yellow;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: yellow;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .logo {
        display: none;
    }

    .rogo {
        width: 10%;
        height: auto;
    }

    footer {
        margin-top: 2vw;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    footer p {
        font-size: 2vw;
        font-family: "Sawarabi Mincho", serif;
        margin: 0;
    }

    #g-nav li {
        list-style: none;
        text-align: center;
        font-size: 7vw;
    }

    body {
        background-color: black;
        color: yellow;
        font-family: "Sawarabi Mincho", serif;
        padding-top: 0;
        margin: 0;
    }

    /*見出し*/
    .titlezone {
        padding-bottom: 0.25vw;
    }

    .INTERVIEWtitle {
        color: #606060;
        text-align: center;
        font-size: 5vw;
        font-family: "Sawarabi Mincho", serif;
        padding-top: 15vw;
    }

    h2 {
        color: yellow;
        font-size: 6vw;
        padding-bottom: 1vw;
        background: yellow;
        font-family: "Sawarabi Mincho", serif;
        line-height: 1;
        /*行の高さ調整*/
        margin: 0;
    }

    h2 span {
        display: block;
        background: black;
        padding-bottom: 1vw;
    }


    .INTERVIEWtitle p {
        color: yellow;
        font-size: 4vw;
    }

    /*タブデザイン*/

    .tab-1 {
        display: flex;
        flex-wrap: wrap;
        min-width: 60vw;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: auto;
    }

    .tab-1>label {
        flex: 1 1;
        order: -1;
        min-width: 70px;
        padding: .7em 1em .7em;
        border-bottom: 1px solid #f0f0f0;
        background-color: black;
        color: #fff;
        font-size: .9em;
        text-align: center;
        cursor: pointer;
        border-radius: 10px 10px 0 0;
    }

    .note {
        padding-bottom: 0;
    }

    #id1 {
        border-style: solid;
        border-width: 4px 1px 1px;
        border-color: yellow;
        font-family: "Sawarabi Mincho", serif;
    }

    #id2 {
        border-style: solid;
        border-width: 4px 1px 1px;
        border-color: yellow;
        font-family: "Sawarabi Mincho", serif;
    }

    #id3 {
        border-style: solid;
        border-width: 4px 1px 1px;
        border-color: yellow;
        font-family: "Sawarabi Mincho", serif;
    }



    .tab-1>label:hover {
        color: yellow;
    }

    .tab-1 input {
        display: none;
    }

    .tab-1>div {
        display: none;
        width: 100%;
        height: auto;
        padding: 1.5em 1em 0 1em;
        margin-bottom: 1em;
        background-color: black;
        border: solid;
        border-top: none;
    }

    .tab-1 label:has(:checked) {
        color: yellow;
        border-style: solid;
        border-width: 4px 1px 1px;
        border-radius: 10px 10px 0 0;
    }

    .tab-1 label:has(:checked)+div {
        display: block;
    }

    /*文字、罫線の設定*/
    .tab-1 li {
        font-family: "Zen Kurenaido", sans-serif;
        font-size: large;
        border-bottom: dashed 1px #ccc;
        /*罫線*/
        line-height: 1.5;
        /*行の高さ*/
        padding: 0.5em 0 0.5em 0.5em;
        /*文字の位置*/
        margin: 0;
    }

    .question {
        text-align: left;
        font-weight: 600;
        font-family: "Zen Kurenaido", sans-serif;
        font-size: large;
    }

    .answer {
        text-align: left;
        font-family: "Zen Kurenaido", sans-serif;
        font-size: large;
    }

    .answer a {
        color: #fff;

    }

    .tab-1 p:last-of-type {
        border-bottom: none;
    }

    /*ドットの設定*/
    .tab-1::before {
        content: "";
        position: absolute;
        border-right: dotted 15px;
        /*ドットの大きさ、高さ*/
        height: 70%;
        top: 20%;
        /*位置*/
        left: 0.5em;
        /*位置*/
    }

    /*レイアウトのためのCSS*/

    ul {
        list-style: none;
    }
}