@Charset "utf-8";

body {
    width: 100%;
}

/* ------ ヘッダー/トップ(画像背景)部分 ------ */
#top-area {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-height: 1276px;
    height: 100vh;
    overflow: hidden;
}
.top-hover {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 145px;
    height: 14.2857vh;
    opacity: 0.2;
    cursor: pointer;
}
.top-hover:hover {
    opacity: 0;
    background-color: #ffffff;
    transition-property: opacity;
    transition-duration: 0.35s;
    transition-delay: 0.15s;
}
#hoverarea-sp {
    display: none;
}
.top-hover-img {
    position: absolute;
    top: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.top-hover-img-pc {
    background-color: #a86f4c;
}
.top-hover-img-sp {
    display: none;
}
.top-hover-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition-duration: 0.5s;
    margin: auto;
}
.top-hover-img #hoverimg1 {
    z-index: -15;
    opacity: 0;
}
.top-hover-img #hoverimg0 {
    z-index: -20;
    opacity: 1;
}
#top-triangle {
    display: block;
    position: absolute;
    bottom: 50px;
    z-index: -5;
    left: calc(50% - 60px);
    width: 120px;
    opacity: 0;
    animation-name: blink;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}
#top-sp-catch {
    display: none;
}
#top-area .common-wrap{
    position: absolute;
    top: 30px;
    top: 5vh;
    left: 4%;
}
.header-logo-index {
    max-width: 400px;
    width: 100%;
    margin: 0;
}
.header-logo-index img {
    height: 64px;
}
.header-desc-index {
    max-width: 400px;
    width: 100%;
    margin-top: 0;
}


/* ------------ 本文 ------------ */
/* 共通 */
.index-content-wrap {
    box-sizing: border-box;
    margin-top: 60px;
}

.index-content-head {
    text-align: center;
    font-size: 42px;
    color: #8B593F;
    border: none;
/*    border-bottom: 3px double #BEB7B3;*/
}
.index-content-head::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #BEB7B3 15%, #ffffff 30%,  #ffffff 70%, #BEB7B3 85%);
    margin-top: 10px;
}
.index-content-head2 {
    border: none;
    text-align: center;
    font-size: 24px;
    color: #967667;
    margin: 35px auto 15px auto;
}

.index-content-text {
    width: 85%;
    padding: 0 50px;
    margin: auto;
}
.index-content-text p {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    margin: 20px auto;
}

.index-about-logo {
    display: block;
    width: 400px;
    margin: 10px auto 10px;
}

/* 各種リンク */
.index-links {
    position: relative;
    overflow: hidden;
    height: 180px;
    border-radius: 5px;
}
.index-links a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-shadow: 0 0 12px #000000;
    font-weight: bold;
    font-size: 32px;
    line-height: 28px;
    color: #ffffff;
    transition-duration: 0.5s;
}
.index-links a:hover {
    text-decoration-line: none;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
    transition-duration: 0.5s;
}
.index-links img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition-duration: 0.5s;
}
.index-links:hover img {
    width: 120%;
    min-height: 120%;
}
.index-links-title {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.22);
    transition-duration: 0.5s;
    padding: 60px 12px;
    margin: auto;
}
.index-links:hover .index-links-title {
    background-color: rgba(0, 0, 0, 0);
}
.index-links-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.index-links-eng {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ffffff;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    padding-top: 5px;
}
.index-links-wrap-foot a {
    font-size: 24px;
}
.index-links-sub {
    font-size: 18px;
    line-height: 18px;
}
.index-links-sub2 {
    font-size: 50%;
    line-height: 50%;
}

/* notice */
.notice-wrap {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
.notice-content-wrap {
    display: inline-block;
    width: calc(100% - 25%);
    text-align: left;
}
.notice-wrap h2 {
    float: left;
    width: 80px;
    font-size: 18px;
    text-align: left;
    margin: 0;
}
p.notice-list {
    display: inline-block;
    width: auto;
    font-size: 14px;
    line-height: 0;
    padding: 0;
    margin: 0 0 0 40px;
}
.notice-more {
    width: 100px;
    font-size: 12px;
    padding: 0;
    margin: 4px 0 0 10px;
}


/* update */
.update-list {
    display: block;
    box-sizing: border-box;
    width: 85%;
    padding: 20px 40px;
    margin: auto;
}
.update-contents {
    width: auto;
    vertical-align: middle;
    border-bottom: 1px solid #EBE6E4;
    font-size: 16px;
    padding: 13px 0 10px 0;
    margin: auto;
    transition-duration: 0.5s;
}
/*indexページ内に表示する場合*/
.index-content-wrap .update-contents {
    cursor: pointer;
}
.index-content-wrap .update-contents:hover {
    background-color: rgba(168, 111, 76, 0.25);
}

.update-contents:last-of-type {
    border: none;
}
.update-date, .update-desc {
    display: inline-block;
    float: left;
    padding: 0 0 5px 0;
}
.update-date {
    width: 110px;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    padding-left: 15px;
    margin: 0 15px 0 0;
}
.update-desc {
    width: calc(100% - 230px - 65px);
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.update-heading {
    display: block;
    border-bottom: 1px dashed #EBE6E4;
    padding: 0 0 5px 5px;
    margin: 0 0 5px 0;
}
.update-heading-notext {
    border: none;
    margin-bottom: 0;
}
.update-text {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    font-size: 12.5px;
    color: #767676;
    padding-left: 1em;
    margin-top: 5px;
    margin: 0;
}

.update-desc-table {
    border-collapse: collapse;
    font-size: 11px;
    color: #767676;
    margin: 10px 0;
}
.update-desc-table th {
    min-width: 100px;
    font-weight: normal;
    font-size: 12px;
}
.update-desc-table th, .update-desc-table td {
    border: 1px solid #EBE6E4;
    padding: 3px 10px;
}

.update-desc-img {
    padding: 0 12.5px;
    margin: 10px auto;
}
.update-desc-img a {
    display: inline-block;
    max-width: 85px;
    max-height: 85px;
}
.update-desc-img img {
    width: auto;
    height: auto;
    max-width: 85px;
    max-height: 85px;
    border-radius: 3px;
    padding: 0;
    margin-right: 5px;
}

/*indexページ内に表示する場合*/
.index-content-wrap .update-heading {
    border: none;
    margin-bottom: 0;
}
.index-content-wrap p.update-text {
    display: none;
    opacity: 0;
}
.index-content-wrap .update-desc-table {
    display: none;
    opacity: 0;
}
.index-content-wrap .update-desc-img {
    display: none;
    opacity: 0;
}

.update-category {
    display: inline-block;
    float: left;
    width: 90px;
    border-radius: 2px;
    background-color: #888888;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding: 3px 5px;
    margin-right: 15px;
    margin-top: 2px;
}
.update-howto {
    background-color: #93ca76; /*淡萌黄*/
}
.update-gallery {
    background-color: #e95464; /*韓紅*/
}
.update-downloads {
    background-color: #0094c8; /*薄藍*/
}
.update-links {
    background-color: #f39800; /*金茶*/
}
.update-others {
}
.update-more {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #a86f4c;
    padding: 8px 0;
    margin: 8px auto 0;
}
.update-more:visited {
    color: #a86f4c;
}
.rss-button, .rss-button:visited {
    border-color: #F08802;
    color: #ffffff;
    background-color: #F08802;
}

.update-contents-link {
    display: none;
    width: 50px;
    float: right;
    border: 1px solid #888888;
    border-radius: 3px;
    line-height: 13px;
    text-align: center;
    font-size: 13px;
    color: #888888;
    padding: 5px 0;
}
/*.index-content-wrap .update-contents-link {
    display: inline-block;
}*/
.update-contents-link:hover {
    color: #888888;
    text-decoration: none;
}
.update-contents-link:visited {
    color: #888888;
}


/* SNSシェアボタン */
.index-share-area {
    margin-top: 50px;
    text-align: center;
}
.index-share-button {
    display: inline-block;
}
.index-share-button a {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    margin-right: 50px;
}
.index-share-button a:last-child {
    margin-right: 0;
}
.button-circle, .button-circle:visited {
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    padding: 13px 0;
    line-height: 25px;
}
.button-circle i{
    font-size: 24px;
}
.index-button-facebook {
    background-color: #1877F2;
}
.index-button-twitter {
    background-color: #1B95E0;
}
.index-button-line {
    background-color: #00BA01;
}
.index-button-mastodon {
    background-color: #2B90D9;
}
.index-button-linkcopy, .index-button-pagetop {
    background-color: #333333;
}


/* footer */
footer {
    margin-top: 70px;
}




/* ======================== 画面幅別 ======================== */

/* ============== PC ============== 
@media screen and (min-width: 768px) {
    
}
*/

/* ============== タブレット ============== */
@media screen and (orientation: portrait) {
    #top-area {
        max-height: 700px;
    }
}

@media screen and (max-width: 1023px) { 

    /* ------ ヘッダー/トップ(画像背景)部分 ------ */
    .header-logo {
        position: relative;
        left: 40px;
    }
    
    #top-area {
        background-color: #a86f4c;
        height: 100%;
        min-height: 600px;
    }
    /*@media screen and (orientation: landscape) {
        #top-area {
            height: 90vh;
        }
    }*/

    .top-hover:hover {
        opacity: 1;
    }
    .top-hover {
        display: none;
    }
    #hoverarea-sp {
        display: block;
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
/*  #hoverarea-sp:active {
        opacity: 0;
        background-color: #ffffff;
        transition-property: opacity;
        transition-duration: 0.35s;
        transition-delay: 0.15s;
    } */  
    .top-hover-img-pc {
        display: none;
    }
    .top-hover-img-sp {
        cursor: pointer; /*javascript Click判定用*/
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .top-hover-img-sp img {
        position: absolute;
        top: 0;
        left: 0%;
        width: 100%;
        margin: 0 auto;
    }
    .top-hover-img #hoverimg1-sp {
        z-index: -15;
        opacity: 0;
    }
    .top-hover-img #hoverimg0-sp {
        z-index: -20;
        opacity: 1;
    }
    #top-triangle {
        bottom: 20px;
        left: calc(50% - 30px);
        width: 60px;
    }
    #top-sp-catch {
        position: absolute;
        bottom: 50px;
        display: block;
        width: 100%;
        text-align: center;
        color: #ffffff;
        line-height: 12px;
        font-size: 12px;
        padding: 0;
        margin: 0;
        opacity: 0;
        animation-name: blink;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }
    
    #top-area .header-logo-index-wrap {
        left: 0;
        top: 0;
        width: 100%;
        margin-top: 40px;
    }
    
    
    .index-content-text {
        width: 100%;
    }
    
}


/* ============== スマホ ============== */
@media screen and (max-width: 767px) {
    
    /* ------ ヘッダー/トップ(画像背景)部分 ------ */
    .header-logo {
        left: 0;
    }
    .top-hover-img-sp {
        top: 110px;
        margin: 15px 0;
    }
    
    
    .header-logo-index {
        padding: 0;
        margin: auto;
    }
    .header-logo-index img {
        width: 200px;
        height: auto;
    }
    .header-desc-index {
        width: 100%;
        font-size: 12px;
        margin-top: 5px;
    }
    
    .index-content-text {
        width: 95%;
        padding: 0;
    }
    
    
    /* ------ 共通 ------ */
    .index-content-wrap {
        margin-top: 30px;
    }
    .index-content-head {
        border: none;
        font-size: 24px;
    }
    .index-content-head::after {
        display: none;
    }
    .index-content-text p {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding: 0;
    }

    /* ------ 各種リンク ------ */
    .col3-box {
        width: 32%;
        margin-right: 1.5%;
    }
    .index-links {
        height: 120px;
    }
    .index-links a {
        font-size: 18px;
    }
    .index-links-title {
        padding: 30px 10px;
    }
    .index-links-sub {
        display: none;
    }
    
    /* --- update --- */
    .update-list {
        width: 100%;
        padding: 0;
        margin: auto 0;
    }
    .update-date {
        width: auto;
        float: left;
    }
    .update-category {
        float: right;
        margin-right: 0;
    }
    .update-desc {
        float: left;
        width: calc(100% - 65px);
    }
    .update-page .update-desc {
        width: 100%;
    }
    .update-heading {
        clear: both;
    }
    .update-desc {
        padding-left: 0;
    }
    .update-desc-table th {
        min-width: 70px;
    }
    .update-desc-table td {
        font-size: 10px;
    }
    .update-contents-link {
        margin-top: 3px;
    }
}


@media screen and (max-width: 640px) {
    
    /* ------ 各種リンク ------ */
    .index-links {
        height: 65px;
    }
    .index-links-wrap .col3-box {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .index-links a {
        font-size: 20px;
        line-height: 17px;
        padding: 10px;
    }
    .index-links-title {
        padding: 15px 10px;
    }
    .index-links-eng {
        font-size: 10px;
        line-height: 10px;
        margin-top: 3px;
        padding-top: 3px;
        border: none;    
    }
    .index-links-wrap-foot a {
        font-size: 18px;
    }
    .index-links-sub {
        display: inline;
        font-size: 12px;
    }

    .index-about-logo {
        width: 60%;
        margin: 10px auto;
    }
    
    
    .index-content-text p {
        font-size: 16px;
        line-height: 26px;
    }
    
}

    
@media screen and (max-width: 428px) { 
    .index-content-wrap {
        padding: 0 10px;
    }

    /* update */
    .update-list {
        width: 100%;
        padding: 20px 0;
    }
    .update-contents {
        padding: 18px 0;
    }
    .update-contents .update-date, .update-contents .update-desc {
        font-size: 14px;
        line-height: 18px;
    }
    .update-contents .update-date {
        text-align: left;
        padding: 2px 0;
    }
    .update-contents .update-desc {
        clear: both;
        margin-top: 5px;
    }
    .update-contents span::after {
        float: right;
        font-size: 14px;
        padding: 3px 15px;
        margin-right: 0;
    }

    /* ------ SNSシェアボタン ------ */
    .index-share-button {
        width: 100%;
        height: auto;
    }
    .index-share-button a {
        float: left;
        width: 50px;
        height: 50px;
        margin-top: 0;
        margin-right: calc((100% - 200px) / 3);
    }
    .button-circle i {
        font-size: 25px;
    }
    .index-share-area::after {
        content: "";
        display: block;
        clear: both;
    }
}


/* @media (orientation: portrait) {
    @media screen and (max-width: 1367px) { 

        .common-wrap {
            /*padding: 0 15px;
        }

        /* ------ 本文 ------ 
        /* 共通  
        .index-content-wrap {
            margin-top: 30px;
        }
        .index-content-head {
            border: none;
            font-size: 24px;
        }
        .index-content-head::after {
            display: none;
        }
        .index-content-text p {
            width: 100%;
            font-size: 14px;
            line-height: 24px;
            padding: 0;
        }

        /* 各種リンク 
        .index-links {
            height: 65px;
        }
        .index-links-wrap .col3-box {
            float: none;
            width: 100%;
            margin-right: 0;
            margin-top: 10px;
        }
        .index-links a {
            font-size: 20px;
            line-height: 17px;
            padding: 10px;
        }
        .index-links-title {
            padding: 15px 10px;
        }
        .index-links-eng {
            font-size: 10px;
            line-height: 10px;
            margin-top: 3px;
            padding-top: 3px;
        }
        .index-links-wrap-foot a {
            font-size: 18px;
        }
        .index-links-sub {
            font-size: 12px;
        }

        .index-about-logo {
            width: 60%;
            margin: 10px auto;
        }

        /* notice 
        .notice-content-wrap {
            width: 100%;
            padding: 0 25px;
        }
        .notice-wrap h2 {
            width: 100%;
            border: none;
            text-align: center;
        }
        p.notice-list {
            margin: 4px 0 0 0;
        }
        .notice-more {
            display: block;
            width: auto;
            text-align: right;
            margin: 4px 0 0 0;
        }

        /* update 
        .update-list {
            width: 100%;
            padding: 20px 0;
        }
        .update-contents {
            padding: 18px 0;
        }
        .update-contents .update-date, .update-contents .update-desc {
            font-size: 14px;
            line-height: 18px;
        }
        .update-contents .update-date {
            text-align: left;
            padding: 2px 0;
        }
        .update-contents .update-desc {
            clear: both;
            /*width: 100%;
            margin-top: 5px;
        }
        .update-contents span::after {
            float: right;
            font-size: 14px;
            padding: 3px 15px;
            margin-right: 0;
        }


        /* ------ SNSシェアボタン ------ 
        .index-share-button {
            width: 100%;
            height: auto;
        }
        .index-share-button a {
            float: left;
            width: 50px;
            height: 50px;
            margin-top: 0;
            margin-right: calc((100% - 200px) / 3);
        }
        .button-circle i {
            font-size: 25px;
        }
        .index-share-area::after {
            content: "";
            display: block;
            clear: both;
        }

    }*/

    @media screen and (max-width: 769px) {
        #top-area {
            min-height: 720px;
        }
    }
    @media screen and (max-width: 569px) {
        #top-area {
            min-height: 540px;
        }
    }
    @media screen and (max-width: 429px) {
        #top-area {
            min-height: 480px;
        }
    }
    @media screen and (max-width: 376px) {
        #top-area {
            min-height: 450px;
        }
    }
    @media screen and (max-width: 321px) {
        #top-area {
            min-height: 420px;
        }
    }

}