﻿@charset "UTF-8";

body {
    font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
    background: linear-gradient(to right, #808080, #f7f7f7,#ffffff,#f7f7f7, #808080);
    margin-left: 3%;
    margin-right: 3%;
}

a { text-decoration: none; }

/* サイト名 */
.site h1 a {
    color: #191970;
    text-decoration: none;
}

.site h1 {
    margin: 0;
    font-size: 30px;
    font-family: 'Paytone One', sans-serif;
    font-weight: normal;
}

.title h1 {
    margin: 0;
    color:#000;
    font-size: 30px;
    font-family: 'Shadows Into Light Two', cursive;
    font-weight: normal;
}
h2 {
    color:#000;
}

/* ナビゲーション */
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

    .menu li a:hover {
        color: cyan;
    }

.menu ul:after {
    content: "";
    display: block;
    clear: both;
}

.menu li {
    float: left;
    width: auto;
}

.section h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
}

.section p {
    margin-top: 0;
    margin-bottom: 20px;
}

.section img {
    max-width: 100%;
    height: auto;
}


.section h2 {
    margin-top: 40px;
    padding-left: 10px;
    border-left: solid 10px navy;
    font-family: 'Roboto', cursive;
    font-size: medium;
    font-weight: normal;
}

.section h3 {
    margin-top: 40px;
    padding-left: 10px;
    border-left: solid 10px #94ecf6;
    font-family: 'Roboto', cursive;
    font-size: medium;
    font-weight: normal;
}


.sectioninfo {
    margin-top: -10px;
    margin-bottom: 20px;
}

    .sectioninfo i {
        margin-right: 5px;
        color:darkblue;
        font-size: 14px;
    }


.sectioncat {
    margin-bottom: 25px;
}

    .sectioncat ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sectioncat li a {
        display: block;
        margin-right: 5px;
        padding: 3px 5px;
        border-radius: 2px;
        background-color: #75dbe7;
        color: #ffffff;
        font-size: 12px;
        text-decoration: none;
    }

        .sectioncat li a:hover {
            background-color: #94ecf6;
        }

    .sectioncat ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .sectioncat li {
        float: left;
        width: auto;
    }


.sidemenu {
    margin-bottom: 30px;
}

    .sidemenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sidemenu li a {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

        .sidemenu li a:hover {
            background-color: #eeeeee;
        }

    .sidemenu h1 {
        margin-top: 0;
        margin-bottom: 10px;
        border-bottom: dotted 2px #dddddd;
        color: #666666;
        font-size: 18px;
    }

    .sidemenu i {
        margin-right: 5px;
        color: #888888;
    }


.section2 {
    margin-bottom: 30px;
}

    .section2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .section2 li a {
        display: block;
        padding: 5px;
        color: #000000;
        font-size: 14px;
        text-decoration: none;
    }

        .section2 li a:hover {
            background-color: #eeeeee;
        }

    .section2 h1 {
        margin-top: 0;
        margin-bottom: 10px;
        border-bottom: dotted 2px #dddddd;
        color: #666666;
        font-size: 18px;
    }

.section3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section3 li a {
    display: block;
    padding: 5px;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

    .section3 li a:hover {
        background-color: #eeeeee;
    }

.section3 h1 {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: dotted 2px #dddddd;
    color: #666666;
    font-size: 18px;
}

.copyright p {
    margin: 2%;
    padding:2%;
     background: linear-gradient(#1c4280,#121212);
    color: #fff;
    font-size: 12px;
}


.box2 {
    color: #fff;
    background: linear-gradient(#1c4280,#121212);
}


.box5 {
    border-top: solid 1px #dddddd;
}


.box1 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.box3 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.box4 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.box5 {
    padding-top: 15px;
    padding-bottom: 15px;
}

#seal{
    float: right;
    margin-right:4%;
    margin-top:1%;
}

/* ########### 1279px以下 ########### */
@media (max-width: 1279px) {

    /* ナビゲーション */
    .menu li a {
        padding: 10px 3px;
        font-size: 11px;
    }

    /* サイト名と記事のタイトル */
    .site h1 {
        font-size: 20px;
    }

    .section h1 {
        font-size: 26px;
    }

    /* ボックスの上下の間隔 */
    .box1 {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .box3 {
        padding-top: 25px;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li {
        margin: 5% 0;
        padding-left: 2%;
    }



    /* video tag */
    video {
        /*max-width: 550px;*/
        /*max-height: 350px;*/
        /*border: 1px solid black;*/
        max-width: 100%;
        height: auto;
    }

    .video-container {
        display: inline-block;
        text-align: center;
    }

    audio {
        height: 30px;
        width: 200px;
    }
    .youtube {
      width: 100%;
      aspect-ratio: 16 / 9;
    }
    .youtube iframe {
      width: 100%;
      height: 100%;
    }
}







/* ########### 1280px以上 ########### */
@media (min-width: 1280px) {

    /* BOX3とBOX4を横に並べる設定 */
    .boxA:after {
        content: "";
        display: block;
        clear: both;
    }

    .box3 {
        float: left;
        width: 70%;
    }

    .box4 {
        float: left;
        width: 30%;
    }

    /* BOX3とBOX4の左右の間隔 */
    .box3 {
        padding-right: 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li {
        margin: 25px 0;
        padding-left: 3%;
    }

    /* video tag */
    video {
        width: 400px;
        height: 224px;
        /*border: 1px solid black;*/
    }

    .video-container {
        display: inline-block;
        text-align: center;
    }

    audio {
        height: 30px;
        width: 400px;
    }
    #jacket {
        width: 400px;
        height: 224px;
    }
}




#footer-seal{
    float : right;
    margin-right : 5%;
}

#hi-res{
    font-size: small;
    color:#191970;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.new_release{
    font-weight : bold;
    font-size : small;
    color : #b22222;
}

.news{
    font-weight : normal;
    font-size : small;
    color : navy;
}

/* ===== GDPR Consent ===== */
iframe[data-gdpr-src] {
    display: none;
}

#gdpr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    z-index: 10000;
    overflow-y: auto;
}

#gdpr-consent-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 32px 36px;
    max-width: 520px;
    width: calc(100% - 48px);
    margin: 80px auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #222;
    box-sizing: border-box;
}

#gdpr-consent-box h2 {
    margin: 0 0 16px;
    font-size: 22px;
    color: #008080;
}

#gdpr-consent-box p {
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 12px;
    color: #444;
}

#gdpr-consent-box a {
    color: #008080;
}

#gdpr-btn-row {
    display: flex;
    gap: 12px;
    margin: 20px 0 16px;
}

.gdpr-btn {
    padding: 11px 26px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.2s;
}

.gdpr-btn:hover {
    opacity: 0.8;
}

.gdpr-btn-accept {
    background: #008080;
    color: #ffffff;
}

.gdpr-btn-decline {
    background: #888888;
    color: #ffffff;
}

.gdpr-note {
    font-size: 12px !important;
    color: #999 !important;
}

.gdpr-sc-placeholder {
    background: #f5f5f5;
    border: 2px dashed #cccccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    min-height: 166px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.gdpr-sc-inner {
    text-align: center;
    padding: 24px 16px;
}

.gdpr-sc-inner p {
    font-size: 13px;
    color: #666;
    margin: 0 0 12px;
    line-height: 1.5;
}

#gdpr-manage-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(20, 20, 20, 0.88);
    text-align: center;
    padding: 8px 0;
    z-index: 9500;
}

#gdpr-manage-link {
    color: #ff9966;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

#gdpr-manage-link:hover {
    text-decoration: underline;
    color: #ff5500;
}

#eu_ai_act_link{
   color: #333;
   font-size: 16px;
   font-weight: bold;
}
#eu_ai_act_link a {
    color: #333;
}