@Charset "utf-8";

* {
    box-sizing: border-box;
}

body {
    font-family: sofia-pro, ryo-gothic-plusn, "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
    font-weight: 400;
    font-style: normal;
}
main {
    color: #1C1C1C;
}
p {
    line-height: 150%;
    padding: 0 10px;
    margin: 12px 0;
}
a {
    cursor: not-allowed;
    color: #4c85a8;
    text-decoration: none;
    text-decoration-line: none;
    transition-duration: 0.17s;
}
a[href] {
    cursor: pointer;
}
a:visited {
    color: #a84c85;
}
a:hover {
    opacity: 0.6;
    text-decoration-line: underline;
}
a:not([href]) {
    cursor: not-allowed;
}
td, th {
    padding: 10px;
}
img {
    width: 100%;
}


/* ============ 汎用 ============ */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.common-wrap {
    max-width: 1100px;
    width: 85%;
    margin: 0 auto;
}
.common-inner {
    padding: 10px 80px;
}
.border-pale {
    border: 1px solid #BEB7B3;
}
.border-verypale {
    border: 1px solid #E6DDD8;
}
.col3-box { /* 3列 */
    float: left;
    box-sizing: border-box;
    width: 30%;
    text-align: center;
    margin-right: 5%;
}
.col3-box:last-child {
    margin-right: 0;
}
.a-area100 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.links-widebutton, .links-widebutton-dark { /* リンク(幅広) */
    display: inline-block;
    width: 100%;
    border: 1px solid #BEB7B3;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    color: #A86F4C;
    padding: 10px 0;
    margin: 20px 0;
    transition-duration: 0.3s;
}
.links-widebutton:hover {
    text-decoration-line: none;
    background-color: rgba(184, 176, 172, 0.25);
}
.links-widebutton-dark:hover {
    text-decoration-line: none;
    opacity: 0.8;
}
.links-widebutton:visited {
    color: #A86F4C;
}
.links-widebutton-dark:visited {
    color: #ffffff;
}
.links-widebutton-dark {
    color: #ffffff;
    background-color: #A86F4C;
}


/* ============ ヘッダー ============ */
header {
    position: relative;
    width: 100%;
    min-height: 117px;
    background-color: #a86f4c; /* 胡桃色 */
    z-index: 100;
}
#header-logo-wrap {
    text-align: center;
    background-color: #a86f4c; /* 胡桃色 */
    padding: 15px 0 10px 0;
    z-index: 100;
}
.header-logo {
    max-width: 350px;
    width: 100%;
    border: none;
    margin: 0 auto;
}
.header-logo img {
    display: block;
    height: 45px;
    margin: 0 auto;
}
.header-desc {
    display: inline-block;
    width: 100%;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
}

#header-navi-wrap {
    position: absolute;
    width: 100%;
    height: 27px;
    background-color: #FAF7F5;
    bottom: 0;
    z-index: 100;
}
#header-navi ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
#header-navi li {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #E6DDD8;
    padding: 6px 0;
}
#header-navi li:first-child {
    border-left: 1px solid #E6DDD8;
}
#header-navi li:hover {
    opacity: 0.3;
    background-color: #ffffff;
}
#header-navi ul li a{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #a86f4c;
}



/* ============ 記事スペース (コンテンツ) ============ */
#content-wrap {
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
    border-color: #E6DDD8 #BEB7B3;
    border-width: 1px 3px;
    border-style: solid double;
    padding-bottom: 50px;
    margin-top: 6px;
}

h1, h2, h3, h4 {
    text-align: center;
    font-weight: bold;
    color: #a87454;
    padding: 3px 0;
}
h1 {
    border-bottom: 1px dashed #BEB7B3;
    font-size: 42px;
    color: #8B593F;
    padding: 5px 0;
    margin: 10px auto;
}
h2 {
    border-bottom: 1px dashed #E6DDD8;
    font-size: 30px;
    margin: 50px auto 10px auto;
}
.article-desc + section > h2 {
    margin-top: 30px;
}
h3 {
    font-size: 24px;
    margin: 40px auto 5px auto;
}
h4 {
    font-size: 20px;
    margin: 30px auto 5px auto;
}


/* ------ ページトップ概要・目次 ------ */
/* 概要 */
.article-desc {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 380px;
    max-height: auto;
    border-radius: 10px;
    margin: 20px 0 0 0;
}
.article-desc img {
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.article-desc-inner-l, .article-desc-inner-r {
    display: block;
    float: left;
    position: absolute;
    z-index: 5;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
}
.article-desc-textarea {
    display: block;
    float: left;
    width: 25%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 15px 18px;
}
.article-desc-textarea p, .article-desc-textarea a {
    line-height: 24px;
    font-size: 14px;
    text-shadow: 
        0 0 6px #000000, 0 0 8px #000000, 0 0 10px #000000, 0 0 13px #000000;
    color: #ffffff;
    padding: 15px 0 0 0;
    margin: 0;
}
.article-desc-textarea p {
    text-indent: 1em;
}
.article-desc-textarea p:first-child {
    padding-top: 0;
}
.article-desc-textarea a {
    text-decoration: underline;
}
.article-desc-inner-r { float: right; }
.article-desc-inner-r .article-desc-textarea { float: right; }

/* 目次 */
.article-table-of-contents {
    width: auto;
    background-color: rgba(25, 25, 25, 0.75);
    padding: 15px 0;
}
.article-table-of-contents ul {
    list-style: none;
    font-size: 12px;
    margin: 0;
}
.article-table-of-contents-list {
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    padding: 5px 18px;
}
.article-desc-inner-r .article-table-of-contents-list {
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.article-table-of-contents li {
    margin: 5px 0 0 0;
}
.article-table-of-contents li:first-child {
    margin: 0;
}
.article-table-of-contents ul ul {
    padding: 0 0 0 16px;
}
.article-table-of-contents ul ul li {
    display: block;
    padding: 0;
    margin: 2px 8px 0 0;
}
.article-table-of-contents ul ul li:first-child {
    margin: 2px 8px 0 0;
}
.article-table-of-contents a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    line-height: 12px;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    padding: 3px 5px;
}
.article-table-of-contents a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}


/* ------ 目次(独立/新デザイン) ------ */
.table-of-contents-wrapper {
    width: 65%;
    border-top: 3px double #E6DDD8;
    border-bottom: 3px double #E6DDD8;
    padding: 20px 80px;
    margin: 50px auto 0 auto;
}
.table-of-contents-head {
    border: none;
    font-size: 20px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
}
.table-of-contents-list {
    list-style: none;
    width: auto;
    height: 100%;
    font-size: 12px;
    padding: 5px 18px;
    margin: 0;
}
.table-of-contents-list li {
    width: auto;
    margin: 6px 0 0 0;
}
.table-of-contents-list li:first-child {
    margin: 0;
}
.table-of-contents-list ul {
    padding: 0 0 0 16px;
}
.table-of-contents-list ul li {
    display: block;
    padding: 0;
    margin: 2px 8px 0 0;
}
.table-of-contents-list ul li:first-child {
    margin: 2px 8px 0 0;
}
.table-of-contents-list a {
    display: inline-block;
    border: 1px solid #E6DDD8;
    border-radius: 2px;
    line-height: 14px;
    font-size: 14px;
    color: #8B593F;
    text-decoration: none;
    padding: 5px 10px;
}
.table-of-contents-list a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}


/* ------ パンくずリスト ------ */
.topic-path-area {
    width: 100%;
}
#topic-path {
    font-size: 14px;
    padding-left: 0;
    margin: 6px auto 0 auto;
}
#topic-path li {
    display: inline;
    list-style-type: none;
    font-size: 80%;
}
#topic-path li a {
    text-decoration-line: none;
}
#topic-path li:after {
    content: "\003E";
    padding: 0 5px 0 10px;
}
#topic-path li:last-child:after {
    content: none;
}

/* ------ 目次 ------ */
.table-of-contents {
    border: 1px solid #C8C8C8;
    padding: 10px 30px;
    margin: 20px 12.5%;
}

/* ------ 画像付きリンクリスト ------ */
.article-link-group {
    width: 100%;
}
.article-link-content {
    float: left;
    position: relative;
    overflow: hidden;
    width: calc(25% - 20px);
    height: 90px;
    border-radius: 4px;
    margin: 5px 10px;
}
.article-link-group-3 .article-link-content {
    width: calc(33% - 20px);
}
.article-link-content a {
    display: inline-block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 
        0 0 10px #000000, 0 0 10px #000000, 0 0 20px #000000;
    transition-duration: 0.5s;
    padding: 35px 0;
}
.article-link-content .article-link-inner {
    display: inline-block;
    font-size: 20px;
}
.article-link-content .article-link-subtitle {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 2px;
}
.article-link-content span { /* いずれ.article-link-subtitle に移行 */
    display: inline-block;
    font-size: 12px;
    margin: 0 4px 0 2px;
}
.article-link-content img {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    transition-duration: 0.5s;
    width: 100%;
    max-width: 300%;
    min-height: 100%;
    margin: 0;
}
.article-link-content:hover a {
    text-decoration-line: none;
    background-color: rgba(0, 0, 0, 0);
}
.article-link-content:hover img {
    width: 115%;
}

/* ------ 最終更新 ------ */
.latest-update-202407::before {
    display: inline;
    content: "NEW!";
    border: 1px solid #FF2A2A;
    border-radius: 3px;
    font-size: 11px;
    color: #FF2A2A;
    padding: 0 3px;
    margin-right: 5px;
}

/* ------ SNSシェアボタン ------ */
.share-area {
    position: absolute;
    right: -12px;
    opacity: 0.8;
}
.share-button {
    position: fixed;
    width: 32px;
    bottom: 20px;
}
.share-button a {
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
    text-align: center;
    margin-top: 4px;
}
.button-square, .button-square:visited {
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    padding: 5px 0;
    line-height: 16px;
}
.button-square i{
    font-size: 22px;
}
.button-facebook {
    background-color: #1877F2;
}
.button-twitter {
    background-color: #1B95E0;
}
.button-line {
    background-color: #00BA01;
}
.button-mastodon {
    background-color: #2B90D9;
}
.button-linkcopy, .button-pagetop {
    background-color: #333333;
}



/* ============ howto / 作り方解説 ============ */
.article-wrap-howto .article-content {
    padding: 10px 0;
    
    & p {
        display: block;
        width: 85%;
        font-size: 18px;
        text-indent: 1em;
        line-height: 200%;
        padding: 0 10px;
        margin: 12px auto;
    }
    & img {
        display: block;
        width: 70%;
        border: 2px solid #dddddd;
        border-radius: 5px;
        margin: 10px auto 10px;
    }
    & ul {
        display: block;
        width: 85%;
        padding-left: 80px;
        margin: 15px auto;
    }
    & li {
        margin-bottom: 10px;
    }
    & table {
        display: block;
        width: 85%;
        border-collapse: collapse;
        margin: 15px auto;
        
        & td, & th {
            width: auto;
            border: 1px solid #E6DDD8;
            line-height: 28px;
            font-size: 16px;
            padding: 14px 24px;
        }
        & th {
            text-align: center;
            color: #8B593F;
        }
        & td p {
            width: 100%;
            font-size: 14px;
            padding: 0;
            margin: 0;
        }
    }
    & .article-local-content {
        border-bottom: 1px solid #BEB7B3;
        padding-bottom: 20px;
        margin: 20px auto 40px;
    }

}

/* ------ howtoトップ ------ */
.article-wrap-howto .article-content .howto-list {
    display: block;
    width: 50%;
    list-style: none;
    font-size: 20px;
    padding: 0;
    margin: auto;
}
.howto-list li {
    margin-bottom: 20px;
}
.howto-list li:last-child {
    margin-bottom: 0;
}
.howto-list a {
    height: 80px;
    padding: 28px 0;
    margin: 0;
}

/* ------ ソフト別解説 ------ */
.article-wrap-howto .article-content {
    & .howto-Photoshop, & .howto-GIMP, & .howto-Azpainter2, & .howto-ibisPaint {
        display: none;
    }
    & .howto-Azpainter2 {
        display: block;
    }
    & span.howto-Azpainter2 {
        display: inline;
    }
    
    
    & .howto-button-area{
        
        & .howto-button-wrap {
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            
            & .howto-button {
                width: calc(25% - 1px);
                float: left;
                text-align: center;
                margin-right: 1px;
                
                & a {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    color: #ffffff;
                    background-color: #a86f4c;
                    padding: 10px 0;

                }  
                & a:hover {
                    text-decoration: none;
                    cursor: pointer;
                }
            }
            
        }
        
    }
}



/* ============ gallery / ギャラリー ============ */
/* gallery/index */
.gal-undone {
    display: none;
}

.gal-cont {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.gal-head-middle {
    margin-top: 0;
    height: 34px;
    overflow: auto;
}

/* メイン画像 */
.gal-img-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.gal-img-main {
    cursor: zoom-in;
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
    opacity: 1;
    transition-duration: 0.1s;
    transition-property: opacity;
}
.gal-icon {
    display: none; /*当分の間*/
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 正方形サムネボックス */
.gal-tmb-wrap {
    position: relative;
    left: -2px;
    text-align: left;
    width: calc(100% + 4px);
}
.gal-tmb-box {
    float: left;
    cursor: pointer;
    width: calc(16.66% - 4px);
    overflow: hidden;
    margin: 0 2px;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.gal-tmb-box:hover {
    opacity: 0.7;
}
.gal-tmb-box img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

/* テキスト */
.gal-text-area {
    border: 1px solid #A8643C;
    border-radius: 3px;
    text-align: left;
    font-size: 12px;
    padding: 7px 50px;
    margin-top: 15px;
}
.gal-text-area p {
    padding: 0;
    margin: 5px 0;
}
.gal-text-only {
    display: none;
    border-bottom: 1px dashed #B38D7C;
}
.gal-text-summary .gal-text-only:first-child {
    display: block;
}

.gal-article-bottom a {
    background-color: #B38D7C;
    margin-bottom: 0;
}



/* ============ downloads / 素材配布 ============ */
.downloads-howto a {
    display: block;
    width: 75%;
    padding: 10px 0;
    margin: 10px auto;
}

.downloads-rule-frame {
    width: 100%;
    height: auto;
    min-height: 350px;
    overflow: hidden;
    border: none;
    padding: 1px 0;
}

.downloads-rule-summary {
    height: 100%;
    overflow: hidden;
    padding: 1px 0;
}

.downloads-contents-type .article-link-content {
    width: calc(20% - 20px);
}
.downloads-contents-type .article-link-inner {
    font-size: 18px;
}
.downloads-contents-type .article-link-inner span {
    display: none;
}

/* ------ 利用条件 ------ */
.downloads-rule {
    width: 100%;
    border: 2px solid #ff0000;
    border-radius: 4px;
    background-color: rgba(255, 0, 0, 0.05);
    font-size: 13px;
    padding: 20px 12.5%;
}
.downloads-rule table {
    width: 100%;
    border-collapse: collapse;
    margin: auto;
}
.downloads-rule th {
    width: 65%;
}
.downloads-rule th, .downloads-rule td {
    border: 1px solid #C8C8C8;
    line-height: 175%;
    padding: 7px 14px;
}
.downloads-rule a {
    border: 1px solid rgba(255, 0, 0, 0.5);
    background-color: rgba(255, 0, 0, 0.05);
    color: #1C1C1C;
    padding: 8px 0;
    margin: 0;
}

/* ------ 利用条件(詳細ページ) ------ */
.downloads-rule-detail {
    background: none;
    border: none;
    font-size: 16px;
    line-height: 28px;
    padding: 20px 7.5%;
}
.downloads-rule-detail th, .downloads-rule-detail td {
    padding: 10px 20px;
}
.downloads-rule-detail th {
    width: 40%;
    font-size: 20px;
    line-height: 120%;
}
.rule-notes {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 80%;
    line-height: 120%;
    opacity: 0.9;
}
.rule-important {
    text-decoration-line: underline;
}
tr.rule-most-important {
    background-color: rgba(255, 0, 0, 0.05);
    font-weight: bold;
}
.downloads-rule-detail tr.rule-most-important {
    font-size: 18px;
}

/* ------ 形式別 個別ページ ------ */
.dl-content-area {
    padding: 0 10%;
}

.dl-desc {
    height: 120px;
}
.dl-desc-imgarea {
    float: left;
    overflow: hidden;
    position: relative;
    width: calc(40% - 10px);
    height: 100%;
    max-height: auto;
    border-radius: 5px;
    margin-right: 10px;
}
.dl-desc-imgarea img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.dl-desc-textarea {
    float: left;
    width: 60%;
}
.dl-desc-textarea p {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 8px 0;
}
.dl-desc-textarea p:last-of-type {
    margin: 0;
}

.all-dl-btn {
    /* display: block; */
    display: none; /* 表示する場合はレスポンシブ対応忘れずに */
    border-radius: 3px;
    background-color: #A86F4C;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0;
    margin: 35px auto 0 auto;
    transition: all 0.5s;
}
.all-dl-btn:hover {
    background-color: #A86F4C;
    opacity: 0.6;
}
.all-dl-btn:visited {
    color: #ffffff;
}
.all-dl-btn i {
    display: inline-block;
    margin-right: 10px;
}

.dl-head {
    margin-top: 90px;
}

.dl-list {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 20px auto 10px auto;
}
.dl-list td {
    height: auto;
    min-height: 75px;
    border-top: 1px solid #E6DDD8;
    border-bottom: 1px solid #E6DDD8;
    text-align: center;
}
.dl-list img {
    width: auto;
    max-height: 75px;
}

.dl-list-other .dl-category {
    width: 150px;
}
.dl-list-other .dl-category p {
    color: #1C1C1C;
    padding: 0;
}
.dl-list-other img {
    max-width: 165px;
}

.dl-thumbnail {
    width: 150px;
}
.dl-category {
    width: 110px;
}
.dl-category p {
    display: inline-block;
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
    padding: 3px 10px;
    margin: 0;
}
.dl-category p:nth-child(2) {
    color: #3C3C3C;
    font-size: 11.5px;
    margin-top: 6px;
    padding: 0;
}
.dl-category-photo { background-color: #8dcc29; }
.dl-category-mask { background-color: #298dcc; }
.dl-category-psd { background-color: #cc298d; }
.dl-category-other { background-color: #888888; }

.dl-list-caption {
    padding: 16px 10px;
}
.dl-list-caption p {
    text-align: left;
    font-size: 13px;
    line-height: 180%;
    padding: 0;
    margin: 0 0 5px 0;
}
.dl-list-caption p:last-child {
    margin: 0;
}

.dl-list-btn {
    width: 130px;
}
.dl-btn {
    display: block;
    width: 100px;
    background-color: #A86F4C;
    border-radius: 3px;
    line-height: 12px;
    font-size: 12px;
    color: #ffffff;
    padding: 13.5px 0;
}
.dl-btn:hover {
    text-decoration-line: none;
}
.dl-btn:visited {
    color: #ffffff;
}
.dl-btn i {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    margin-bottom: 6px;
}

.dl-example {
    display: none; /* 準備が終わり次第表示 */
}

.article-sample-group .article-link-content {
    height: 120px;
}
.article-sample-group .article-link-content a {
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    padding: 120px 0 0 0;
}

.dl-article-bottom {
    margin-top: 50px;
}
.dl-article-bottom a {
    background-color: #B38D7C;
    margin-bottom: 0;
}



/* ============ links / リンク集 ============ */
.links-uso800-bn {
    text-align: center;
}

.links-table {
    width: 90%;
    margin: 10px auto;
}
.links-table tr {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #EBE6E4;
    padding: 12px 0;
}
.links-table th {
    width: 300px;
    max-width: 100%;
    padding: 0 15px;
}
.links-title {
    border: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
.links-button {
    display: block;
    max-width: 280px;
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #ffffff;
    padding: 12px 15px;
}
.links-unusable:hover { /*リンク切れ*/
    cursor: not-allowed;
}
.links-unusable:hover .links-title, .links-unusable:hover .links-url {
    text-decoration-line: line-through;
} 
.links-url {
    opacity: 0.75;
    display: inline-block;
    height: 11px;
    font-size: 11px;
    line-height: 11px;
    text-shadow: none;
    color: #1C1C1C;
}
.links-no-banner .links-url {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.links-table th .links-no-banner span {
    opacity: 0.9;
}
.links-table th a:hover {
    text-decoration: none;
}
.links-title {
    width: 100%;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
.links-banner{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.links-table td {
    padding: 0 0 0 20px;
}
.links-summary {
    font-size: 13px;
    margin: 7px 0;
}



/* ============ circle / 同人活動 ============ */
.circle-works {
    
}

.circle-works-l {
    float: left;
    width: 300px;
    height: 300px;
}
.circle-works-r {
    float: right;
    width: calc(100% - 300px);
}

.circle-works-imgarea {
    width: 100%;
    height: 100%;
}
.circle-works-coverarea {
    width: 100%;
    height: 100%;
    text-align: center;
}
.circle-works-cover {
    width: auto;
    height: 300px;
}

.circle-works-desc {
    font-size: 13px;
    line-height: 1.75;
}
.circle-works-text {
    text-indent: 1em;
}
.circle-works-index {
    
}
.circle-works-index-head {
    margin-top: 0;
}
.circle-works-index-list {
    margin-top: 0;
    margin-bottom: 1em;
}
.circle-works-index-list li {
}
.circle-works-link {
    width: 100%;
    height: 20px;
}
.circle-works-link-box {
    float: left;
    width: calc(50% - 5px);
}
.circle-works-link-box:first-of-type {
    margin-right: 10px;
}
.circle-works-link-button {
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    
    & small {
        font-size: 10px;
    }
}
a.circle-works-link-button, 
    a.circle-works-link-button:hover, 
    a.circle-works-link-button:active, 
    a.circle-works-link-button:visited {
        color: #ffffff;
        text-decoration: none;
    }
.circle-works-link-button-booth {
    background-color: #FC4D50;
}
.circle-works-link-button-melon {
    background-color: #299B58;
}
.circle-works-link-button-unusable {
    background-color: #646464;
}




/* ============ profile / プロフィール ============ */
.profile-icon-wrap {
    width: 100%;
    text-align: center;
    margin: 2em 0;
}
.profile-icon {
    width: 200px;
    height: auto;
}
.profile-link a:not([href]) {
    cursor: pointer;
}




/* ============ エラーページ ============ */
.error-page-navi {
    width: 50%;
    list-style: none;
    text-align: left;
    margin: 0 auto;
}
.error-page-navi li {
    margin: 5px 0 0 0;
}
.error-page-navi li:first-child {
    margin: 0;
}
.error-page-navi ul {
    padding: 0 0 0 20px;
}
.error-page-navi ul li {
    display: block;
    padding: 0;
    margin: 2px 8px 0 0;
}
.error-page-navi ul li:first-child {
    margin: 2px 8px 0 0;
}
.error-page-navi a {
    display: inline-block;
    border: 1px solid #E6DDD8;
    border-radius: 2px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #8B593F;
    padding: 5px 10px;
}
.error-page-navi a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.error-page-not-created {
    text-decoration: line-through;
    background-color: #A59C98;
}




/* ============ サイドメニュー ============ */

/* スクロールバー */
#side::-webkit-scrollbar, .sidebar-more::-webkit-scrollbar {
    width: 5px;
}
#side::-webkit-scrollbar-thumb, .sidebar-more::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2.5px;
}
#side::-webkit-scrollbar-track, .sidebar-more::-webkit-scrollbar-track {
    width: 5px;
    background: none;
}

#side {
    display: none;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 110;
    width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(168, 111, 76, 0.92);
    box-shadow: rgba(102, 67, 46, 0.6) 0 0 45px;
    
    transition-duration: 0.3s;
}
.sidebar {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 5px 10px 10px;
}
.sidebar-left {
    position: relative;
    z-index: 110;
    /*width: 300px;*/
}

/* ONOFFボタン */
.sidebar-button {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    /*left: 300px;*/
    z-index: 10;
    width: 80px;
    height: 60px;
    border-bottom-right-radius: 10px;
    background-color: #a86f4c;
}

/* ロゴ */
.sidebar-logo {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}
.sidebar-logo img {
    width: 150px;
    margin: 0 auto;
}

/* ページ内目次 */
.sidebar-content-list {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 5px 10px;
}
.sidebar-content-list-head {
    border: none;
    font-size: 24px;
}

/* メインメニュー(リンク部) */
.sidebar-left-main {
    height: 270px;
    padding: 10px 0;
}
.sidebar-link-content {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 60px;
    border-radius: 4px;
    margin: 0 0 7.5px 0;
}
.sidebar-link-content-main {
    height: 80px;
    margin: 0 0 10px 0;
}
.sidebar-link-content::last-of-type {
    margin-bottom: 0;
}
.sidebar-link-content a {
    display: inline-block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 16px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 
        0 0 10px #000000, 0 0 10px #000000, 0 0 20px #000000;
    transition-duration: 0.5s;
    padding: 0;
    padding-top: 22px;
    
    cursor: pointer;
}
.sidebar-link-content-main a {
    line-height: 20px;
    font-weight: bold;
    font-size: 20px;
    padding-top: 30px;
}
/*.sidebar-link-content img {
    max-width: 300px;
}*/
.sidebar-link-inner {
    display: inline-block;
}
.sidebar-link-content .sidebar-link-subtitle {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 2px;
}
.sidebar-link-content img {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    transition-duration: 0.5s;
    width: 100%;
    max-width: 300%;
    min-height: 100%;
    margin: 0;
}
.sidebar-link-content:hover a {
    text-decoration-line: none;
    background-color: rgba(0, 0, 0, 0);
}
.sidebar-link-content:hover img {
    width: 115%;
}

.sidebar-left-sub {
}
.sidebar-left-sub-check {
    display: none;
}

.sub-link {
    padding: 0;
    margin: 0;
}
.sub-link li {
    list-style: none;
    padding: 0;
}
.sub-link a {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 2px 5px;
    margin-bottom: 7.5px;
}
.sub-link a:hover {
    text-decoration: none;
}

/*細メニュー*/
.sidebar-category-howto-more, .sidebar-category-gallery-more, .sidebar-category-downloads-more {
    display: none;
}

.sidebar-category-more-open {
    /*jQueryで動的にClass名追加*/
    display: block;
}

.sidebar-more {
    position: fixed;
    top: 0;
    left: -200px;
    z-index: 110;
    overflow-y: scroll;
    width: 200px;
    height: 100%;
    background-color: rgba(168, 111, 76, 0.75);
    padding: 10px 5px 10px 10px;
    
    /*opacity: 0;*/
    transition-duration: 0.3s;
}

.sidebar-more-open {
    opacity: 1;
    left: 300px;
    z-index: 100;
}
.sidebar-more-close {
    opacity: 0;
    left: -300px;
    z-index: 9;
}

.sidebar-more-sp-close {
    display: none;
}




/* ============ フッター ============ */
footer {
    background-color: #a86f4c;
    border-top: 2px solid #9E6A4E;
    margin-top: 45px;
}

#footer-navi {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
}
.ft-navi-box ul, .ft-profile-box h1 {
    list-style: none;
    text-align: left;
    padding: 0 0 0 15px;
    margin: 18px 0;
}
.ft-navi-box ul:first-child {
    margin-top: 0;
}
.ft-navi-box ul:last-child {
    margin-bottom: 0;
}
.ft-navi-box li {
    font-size: 14px;
    font-weight: bold;
}
.ft-navi-box ul ul {
    margin-top: 0;
}
.ft-navi-box ul ul li, .ft-profile-box ul li {
    font-size: 12px;
    font-weight: normal;
}
.ft-navi-box li:last-child {
    margin-bottom: 0;
}
.ft-navi-box a {
    display: inline-block;
    height: 100%;
    color: #ffffff;
    padding: 6px 0;
}

.ft-profile-box {
    color: #ffffff;
    padding: 0 15px;
}
.ft-profile-box h1 {
    width: auto;
    border: none;
    font-size: 14px;
    color: #ffffff;
    padding: 6px 0;
    margin-top: 0;
}
.ft-profile-name {
    display: inline-block;
    float: left;
    font-size: 24px;
    font-weight: normal;
    margin: 16.5px 0;
}
.ft-profile-box img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.ft-profile-contents {
    clear: both;
    font-size: 12px;
    margin-bottom: 15px;
}
.ft-profile-box p {
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 15px 0 0 0;
}
a.ft-profile-more-link {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-align: right; 
    padding: 0 10px;
    margin-top: 10px;
}

#footer-bottom-wrap {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.35);
}
#footer-logo {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
#footer-logo img {
    max-width: 350px;
    width: 100%;
    height: 45px;
}
#ft-contents {
}
#ft-copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    margin: 5px auto 0;
}




/* ======================== 画面幅別 ======================== */

/* ============== PC ============== 
@media screen and (min-width: 768px) {
    
}
*/

@media screen and (max-width: 1334px) {
    /* 素材配布 */
    .dl-content-area {
        padding: 0 30px;
    }
}

/* ============== タブレット ============== */
@media screen and (max-width: 1023px) { 
    .common-wrap {
        width: 90%;
    }
    .common-inner {
        padding: 10px 10px;
    }
    
    .article-desc-textarea {
        width: 33%;
    }
    
    
}


/* ============== スマホ ============== */
@media screen and (max-width: 767px) { 
    img {
        width: 100%;
    }
    p {
        font-size: 14px;
    }
    
    
    /* ====== 汎用 ====== */
    #content-wrap {
        border: none;
        padding-bottom: 0;
    }
    /*.common-inner {
        padding: 0;
    }*/
    .common-wrap, .index-article-wrap {
	    width: 90%;
        min-width: calc(280px - 20px);
    }
    
    .article-wrap {
        margin-bottom: 35px;
    }
    h1 {
        font-size: 22px;
        margin: 15px 0;
    }
    h2, .article-desc + section > h2 {
        font-size: 20px;
        border-bottom: 1px dashed #E6DDD8;
        margin: 35px 0 0 0;
    }
    h3 {
        font-size: 18px;
        border-bottom: 1px dashed #E6DDD8;
        margin: 20px 0 0 0;
    }
    
    
    /* ====== ヘッダー ====== */
    header {
        min-height: 78px;
    }
    .header-logo img {
        height: 24px;
    }
    #header-navi-wrap {
        display: none;
    }
    .header-desc {
        font-size: 10px;
    }
    
    
    /* ====== 記事スペース (コンテンツ) ====== */
    /* --- パンくずリスト --- */
    #topic-path {
        padding: 0 20px;
        margin-top: 10px;
    }
    #topic-path li {
        font-size: 10.5px;
    }
    #topic-path li::after {
        padding: 0 3px 0 8px;
    }
    
    
    /* ------ ページトップ概要・目次 ------ */
    .article-desc {
        position: static;
        height: 100%;
        border-radius: 0;
        margin: 15px 0 0 0;
    }
    .article-desc img {
        position: static;
        top: 0;
        left: 0;
        transform: none;
        float: none;
        height: 80px;
        border-radius: 5px;
    }
    .article-desc-inner-l, .article-desc-inner-r {
        position: static;
        float: none;
    }
    .article-desc-textarea {
        float: none;
        width: 100%;
        background: none;
        padding: 10px;
    }
    .article-desc-textarea p, .article-desc-textarea a {
        text-shadow: none;
        line-height: 20px;
        font-size: 13px;
        color: #1C1C1C;
        padding: 8px 0 0 0;
    }
    
    /* 目次 */
    .article-table-of-contents {
        background: none;
    }
    .article-table-of-contents ul {
        font-size: 14px;
    }
    .article-table-of-contents-list, .article-desc-inner-r .article-table-of-contents-list {
        border: 3px double #BEB7B3;
        border-radius: 6px;
        padding: 0 40px 20px 40px;
    }
    .article-table-of-contents-list::before {
        content: "目次";
        display: inline-block;
        width: 100%;
        border-bottom: 1px dashed #BEB7B3;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #8B593F;
        padding: 12px 0 7px 0;
        margin-bottom: 15px;
    }
    .article-table-of-contents li {
        margin: 8px 0 0 0;
    }
    .article-table-of-contents ul ul {
        padding: 0 0 0 20px;
    }
    .article-table-of-contents ul ul li, .article-table-of-contents ul ul li:first-child {
        margin: 6px 8px 0 0;
    }
    .article-table-of-contents a {
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        line-height: 14px;
        font-size: 14px;
        color: #994e1f;
        padding: 6px 12px;
    }
    /* ------ 目次(独立/新デザイン) ------ */
    .table-of-contents-wrapper {
        width: 100%;
        padding: 20px 10px;
    }
    
    
    /* ------ 画像付きリンクリスト ------ */
    .article-link-content {
        width: calc(33% - 12px);
        height: 80px;
        border-radius: 5px;
        margin: 10px 6px;
    }
    .article-link-group-3 .article-link-content {
        width: calc(33% - 12px);
    }
    .article-link-content a {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 18px;
        font-size: 18px;
        background-color: rgba(0, 0, 0, 0.22);
        padding: 31px 0;
    }
    .article-link-content .article-link-inner {
        width: 100%;
        font-size: 18px;
    }
    .article-link-content span {
        display: inline;
    }
    
    
    /* ------ SNSシェアボタン ------ */
    .share-area {
        position: static;
        opacity: 1;
    }
    .share-button {
        position: static;
        width: 100%;
        height: auto;
    }
    .share-button a {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-top: 0;
        margin-right: calc((100% - 200px) / 3);
    }
    .share-button a:nth-child(4) {
        margin-right: 0;
    }
    .share-button a.button-pagetop {
        display: none;
    }
    .button-square {
        padding: 12.2px 0;
        line-height: ;
    }
    .button-square i {
        font-size: 25px;
    }
    .share-area::after {
        content: "";
        display: block;
        clear: both;
    }
    
    
    
    /* ====== gallery / ギャラリー ====== */
    .gal-head-middle {
        border: none;
    }
    .gal-tmb-box {
        width: calc(20% - 4px);
    }
    .gal-text-area {
        padding: 7px 20px;
    }
    
    
    
    /* ====== howto / 作り方解説 ====== */
    .article-wrap-howto .article-content p {
        width: 100%;
        font-size: 15px;
    }
    .article-wrap-howto .article-content img {
        width: 100%;
    }
    .article-wrap-howto .article-content ul {
        width: 100%;
        padding-left: 30px;
    }
    .article-wrap-howto .article-content table.howto-call-table {
        width: 100%;
    }
    .article-wrap-howto .howto-call-table td {
        padding: 0 12px;
    }
    .article-wrap-howto .article-content table.howto-file-table {
        width: 100%;
    }
    .article-wrap-howto .howto-file-table tr {
        display: block;
        margin-bottom: 20px;
    }
    .article-wrap-howto .howto-file-table td, .article-wrap-howto .howto-file-table th {
        display: block;
        font-size: 15px;
    }
    
    /* ------ howtoトップ ------ */
    .article-wrap-howto .article-content .howto-list {
        width: 80%;
        margin-top: 20px;
    }
    .howto-list a {
        height: 60px;
        padding: 20px 0;
    }
    
    /* ====== downloads / 素材配布 ====== */
    /*.downloads-rule-frame {
        min-height: 580px;
        overflow: hidden;
        border: none;
        font-size: 12px;
        padding: 1px 0;
    }
    @media screen and (max-width: 412px) {
        .downloads-rule-frame { min-height: 600px; } }
    @media screen and (max-width: 334px) {
        .downloads-rule-frame { min-height: 620px; } }*/
    
    
    .downloads-contents-type .article-link-content {
        width: calc(33% - 12px);
    }
    .downloads-contents-type .article-link-inner span {
        display: none;
    }
    
    /* ------ 利用条件 ------ */
    .downloads-rule {
        padding: 12px 7%;
    }
    .downloads-rule th, .downloads-rule td {
        line-height: 110%;
        padding: 7px 10px;
    }
    
    /* --- 形式別 個別ページ --- */
    .dl-head {
        margin: 30px 0 10px 0;
    }
    .dl-thumbnail {
        width: auto;
    }
    .dl-list img {
        max-height: 65px;
    }
    .dl-category {
        width: 65px;
        padding: 0;
    }
    .dl-list-btn {
        width: 80px;
    }
    .dl-btn {
        width: 65px;
        margin: 0;
    }
    .dl-btn i {
        font-size: 20px;
    }
    
    
    
    /* ====== links / リンク集 ====== */
    .links-uso800 {
        max-width: 250px;
    }
    .links-table {
        width: 100%;
    }
    .links-table tr {
        padding-top: 20px;
    }
    .links-button {
        width: 100%;
        max-width: 400px;
        padding: 10px 20px;
        margin: auto;
    }
    .links-table td, .links-table th {
        display: block;
        width: 100%;
        padding: 0px 10px;
    }
    .links-url {
        height: 10px;
        line-height: 10px;
        font-size: 10px;
    }
    .links-summary {
        font-size: 12px;
        padding-left: 10px;
    }
    
    /* ============ circle / 同人活動 ============ */
    .circle-works-l, .circle-works-r {
        float: none;
        width: 100%;
        margin-top: 1em;
    }
    .circle-works-l {
        height: 150px;
    }
    .circle-works-title {
        margin-top: 2em;
    }
    .circle-works-cover {
        height: 150px;
    }
    .circle-works-index-head {
        margin-top: 0;
        font-size: 100%;
    }
    
    /* ============ profile / プロフィール ============ */
    .profile-icon {
        width: 120px;
    }
    
    /* ====== フッター ====== */
    footer {
        width: 100%;
    }
    #ft-contents {
        margin-bottom: 35px;
    }
    .ft-navi-box ul, .ft-profile-box h1 {
        padding: 0 0 0 6px;
    }
    .ft-navi-box ul ul {
        padding-left: 12px;
    }
    
    .ft-profile-box ul {
        text-align: center;
        padding: 0;
    }
    .ft-profile-box li {
        display: inline-block;
        width: auto;
    }
    .ft-profile-box li a {
        width: auto;
        border: 1px solid #ffffff;
        border-radius: 2px;
        font-size: 11px;
        padding: 6px 10px;
    }
    .ft-profile-box img {
        width: 40px;
        height: 40px;
    }
    .ft-profile-name {
        font-size: 18px;
        margin: 11px 0;
    }
    .ft-profile-contents p {
        line-height: 14px;
        font-size: 12px;
        margin: 10px 0 0 0;
    }
    
    #footer-navi .col3-box {
        width: calc(50% - 6px);
        margin-right: 12px;
    }
    #footer-navi .col3-box:nth-child(2) {
        margin-right: 0;
    }
    #footer-navi .col3-box:nth-child(3) {
        width: 100%;
        border-top: 1px dashed #ffffff;
        padding-top: 25px;
        margin-top: 15px;
    }
    
    #footer-logo img {
        height: 22px;
    }
    #ft-copyright {
        font-size: 8px;
    }
}

@media screen and (max-width: 640px) {
    /* ====== downloads / 素材配布 ====== */
    .dl-content-area {
        padding: 0;
    }
    
    
    .article-link-content .article-link-inner {
    }
    .article-link-content span {
        display: inline-block;
    }
    
}

@media screen and (max-width: 428px) {
    
    .article-link-content {
        width: calc(50% - 12px);
    }
    .article-link-group-3 .article-link-content {
        width: calc(50% - 12px);
    }
    
    /* ====== downloads / 素材配布 ====== */
    /* --- 形式別 個別ページ --- */
    .dl-content-area {
        padding: 0;
    }
    .dl-desc-imgarea {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .dl-desc-textarea {
        width: 100%;
        margin-bottom: 10px;
    }
    .dl-desc-textarea p {
        padding: 0 5px;
        margin-bottom: 5px;
    }
    .dl-head {
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .dl-category p {
        width: auto;
        margin: 0 3px;
    }
    .dl-list {
        width: 100%;
        border-collapse: separate;
    }
    .dl-list tr {
        display: block;
        border: 1px solid #BEB7B3;
        border-radius: 6px;
        margin-bottom: 10px;
    }
    .dl-list td {
        display: block;
        width: 100%;
        height: auto;
        min-height: auto;
        border-top: none;
        border-bottom: none;
        padding-bottom: 0;
        margin: 0;
    }
    .dl-list .dl-list-btn {
        padding-bottom: 10px;
    }
    .dl-list img {
        height: 75px;
    }
    .dl-list p {
        font-size: 12px;
    }
    .dl-list-caption {
        padding-top: 7px;
    }
    .dl-btn {
        width: 100%;
        height: auto;
        line-height: 14px;
        padding: 5px 0;
    }
    .dl-btn i {
        width: auto;
        line-height: 12px;
        font-size: 14px;
        margin-right: 5px;
    }
    
    
    /* ====== gallery / ギャラリー ====== */
    .gal-tmb-box {
        width: calc(25% - 4px);
    }
    
}


/* ======================== 印刷 ======================== */
@media print {
    body {
        padding: 10mm;
    }
    
    header {
        min-height: 60px;
    }
    #header-navi-wrap {
        display: none;
    }
    
    .common-inner {
        padding: 10px 5mm;
        border: none;
    }
    .common-wrap {
        width: 100%;
        border: none;
    }
    
    
    .article-desc {
        position: static;
        height: 100%;
        border-radius: 0;
        margin: 15px 0 0 0;
    }
    .article-desc img {
        display: none;
    }
    .article-desc-inner-l, .article-desc-inner-r {
        position: static;
        float: none;
    }
    .article-desc-textarea {
        float: none;
        width: 100%;
        background: none;
        padding: 10px;
    }
    .article-desc-textarea p, .article-desc-textarea a {
        text-shadow: none;
        line-height: 20px;
        font-size: 13px;
        color: #1C1C1C;
        padding: 8px 0 0 0;
    }
    .article-table-of-contents {
        display: none;
    }
    
    h1 {
        font-size: 32px;
    }
    
    
    .share-area {
        display: none;
    }
    
    footer {
        display: none;
    }
    
    
    
    .article-wrap-howto .article-content {
    & p {
        width: 100%;
        }
    }
        
    
}
