@charset "UTF-8";
/*!
Skin Name: ナイト - ブラック
Skin URI: https://www.xserver.ne.jp/
Author: XSERVER Inc.
Author URI: https://www.xserver.ne.jp/
Description: 幻想的な雰囲気をもつデザインスキンです。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain: xtheme
*/
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Shippori+Mincho+B1:wght@400;700&display=swap');


:root {
    --key-color: #a8bbff; /* キーカラー */
    --txt-color: #ffffff; /* テキストカラー */
    --link-color: #dddddd; /* リンクカラー */
    --headbg-color: #000000; /* ヘッダー背景色 */
    --headnav-color: #ffffff; /* ヘッダーメニューカラー */
    --noticebg-color: #29212f; /* 通知エリア背景色 */
    --noticetxt-color: #ffffff; /* 通知エリアテキストカラー */
    --footbg-color: #000000; /* フッター背景色 */
    --foottxt-color: #ffffff; /* フッターテキストカラー */
    --background-color: #29212f; /* サイト全体の背景色 */
    --header-textcolor: #ffffff; /* ヘッダーテキストカラー（タイトル+ディスクリプション） */
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #fff;
    font-family: 'Shippori Mincho B1';
}

body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .3;
}

.contents > .container {
    margin-top: 25px;
    padding: 40px;
    background: rgba(0, 0, 0, .8);
    --background-color: #080609;
}

.block {
    margin: 0 0 0;
}

.widget-area .widget {
    background: none;
}

.widget-area .widget .articleList a {
    background: none;
    align-items: flex-start;
}

.comments-area .comment-list .comment-metadata {
    top: 45px;
    left: 80px;
}

.comments-area .reply .comment-reply-link {
    color: var(--key-color);
}

.comments-area .comment-metadata a {
    color: var(--key-color);
}

.articleList a {
    color: var(--key-color);
}

.contents {
    margin: 0;
    padding: 0;
    background: none;
}

.articleList .articleList__item .article-category .list-label {
    padding: 0;
    background: none;
    color: unset;
}

.articleList .articleList__item .article-category .list-label:before {
    position: unset;
    display: inline-block;
    width: 10px;
    font-weight: 900;
    text-align: left;
    background: none;
    font-family: "Font Awesome 5 Free";
    content: "\f07b";
}

.header {
    background-color: transparent;
}

.header .container {
    padding: 0;
}

.header .headerImage {
    min-height: 250px;
    position: relative;
    box-shadow: 0 0 32px rgba(0, 0, 0, .5);
    overflow: hidden;
    border-radius: 0;
}

.header .headerImage:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(159 101 177 / 10%);
    mix-blend-mode: screen;
}

.header .headerImage img {
    width: 100%;
    height: auto;
}

.header .headerInfo {
    display: block;
    padding: 0;
    transition: all .3s ease;
}

.header .gNavList > li {
    margin: 0;
    padding: 30px 0 10px;
    font-size: 1.4rem;
    letter-spacing: .1rem;
}

.header .gNavList a {
    text-shadow: 0 0 6px rgba(255, 255, 255, .99);
}

.header .siteInfo {
    padding: 60px;
    color: var(--headtxt-color);
    background: var(--headbg-color);
}

.header .siteInfo__logo {
    font-size: 4rem;
    line-height: 1.4;
}

.header .headerImage + .siteInfo {
    position: absolute;
    bottom: 100px;
    left: 60px;
    background: transparent;
}

.headerDesc {
    background: none;
    color: #fff;
}

.header .gnav {
    background: transparent;
    text-align: center;
}

.header .nav__drawers {
    margin: 0 auto;
}

.header .drawer__open {
    border: none;
    background: #fff !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.footer {
    padding: 0;
    background: #000;
}

.footer .siteInfo {
    color: var(--key-color);
}

.header-notice {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    max-width: calc(100% - 3vw);
    margin: 20px auto 0;
}

.side .profile {
    padding: 0;
    border: none;
}

.uqAuthor {
    background: none;
}

.mainVisual {
    display: none;
}

.breadcrumbs a {
    color: var(--key-color);
}

.articleContainer {
    padding: 10px 0;
    border: none;
    background: transparent;
}

.articleHeader__title {
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
    color: var(--txt-color);
}

.articleHeader__info {
    display: flex;
    margin: 10px 0 5px;
    justify-content: space-between;
}

.articleFooter__tag {
    margin: 5px auto 10px 0;
}

.articleFooter .tagList, .articleFooter .catList {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}

.articleFooter__author {
    margin: 20px 0;
}

.ads-label__large {
    color:#333;
}

.ads-label__small {
    color:#333;
}

.contentsHeader {
    padding: 0 0 10px;
    border-top: none;
    border-bottom: 1px solid #ccc;
    background: none;
}

.contentsHeader__caption {
    font-size: 2.4rem;
    font-weight: bold;
}

.btnComment {
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
    font-size: 1.2rem;
}

.btnComment i {
    margin: 0 5px 0 0;
}

.articlePager a:hover {
    color: var(--key-color);
}

.notfound {
    background: none;
}

.page-top-breadcrumbs + .contents .container{
	margin-top: 0;
}

.page-top-breadcrumbs.show-background, .page-bottom-breadcrumbs.show-background{
	background-color: rgb(0,0,0,0.8);
}

body:has(.page-bottom-breadcrumbs.show-background) .contents .adsArea{
	background-color: rgb(0,0,0,0.8);
}

.page-bottom-breadcrumbs:not(.show-background), .page-top-breadcrumbs:not(.show-background){
	.breadcrumbs li {
		a {
			color: #fff;
			text-shadow: 0 0 6px rgba(255, 255, 255, .99);
		}}
}

@media (min-width: 1260px) {
	.page-top-breadcrumbs {
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px 40px;
		&.show-background{
			margin-top: 15px;
		}
	}

	.page-bottom-breadcrumbs{
		max-width: 1200px;
		padding: 20px 40px;
		margin: 0 auto;
	}

}

@media (min-width: 992px) {
    .widgetSearch input {
        font-size: 1.2rem;
    }

    .header {
        font-size: 1.2rem;
    }

    .header .gnav {
        color: #fff;
    }

    .header .gNavList > li + li {
        margin-left: 40px;
    }

    .articleContainer {
        padding: 0;
    }

	.page-top-breadcrumbs {
		padding: 20px 40px;
		margin: 0 auto;
		&.show-background{
			margin-top: 25px;
			padding-bottom: 0;
		}
	}

	.page-bottom-breadcrumbs {
		padding: 20px 40px;
		margin: 0 auto;

	}
}

@media ( 992px < width < 1260px ) {
	.page-top-breadcrumbs, .page-bottom-breadcrumbs {
		max-width: calc( 100% - 3vw );
	}
}

.pagetop {
    border: none;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.adsArea .container {
    background: transparent;
}

.container + .adsArea .container {
    padding: 20px 0 15px;
}

.articleContainer .adsArea .container {
    background: transparent;
}

.articleBody img {
    max-width: 100%;
    height: auto;
}

.articleBody img.alignleft {
    margin-right: 20px;
    margin-top: 20px;
    float: left;
}

.articleBody img.alignright {
    margin-left: 20px;
    margin-top: 20px;
    float: right;
}

.articleBody img.aligncenter {
    display: block;
    margin: 20px auto;
}

@media (max-width: 991.98px) {
    .header-notice {
        max-width: calc(100% - 5vw);
    }

    .header .drawer__open, .header .drawer__close {
        background: none;
    }

    .profile__avatar img {
        width: inherit;
    }

    .header .headerImage {
        min-height: 100px;
    }

    .header .headerInfo {
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: flex-start;
    }

    .header .siteInfo {
        padding: 20px;
    }

    .header .siteInfo {
        bottom: auto;
    }

    .header .siteInfo__logo {
        font-size: 2.4rem;
    }

    .header .siteInfo__desc {
        display: none;
    }

    .header .headerImage + .siteInfo {
        top: 15px;
        left: 15px;
    }

    .headerDesc {
        display: none;
    }

    .articleHeader__info {
        display: block;
    }

    .contentsHeader__caption {
        font-size: 1.8rem;
    }

    .widget-area .widget {
        padding: 0;
    }

	.page-top-breadcrumbs{
		max-width: calc(100% - 5vw);
		margin: 0 auto;
		padding: 20px 40px;
		&.show-background{
			margin-top: 30px;
			padding-bottom: 0;
		}
	}

	.page-bottom-breadcrumbs{
		max-width: calc(100% - 5vw);
		margin: 0 auto;
		padding: 20px 40px;
	}
}

@media (max-width: 575.98px) {
    .contents > .container {
        margin-top: 0;
        padding: 20px;
    }

    .header-notice {
        margin: 20px auto;
    }

    .articleHeader__title {
        font-size: 2.2rem;
    }

    .footer .siteNavList {
        margin: 20px 5px 0;
    }

	.page-top-breadcrumbs {
		padding: 20px 20px;
		margin-top: 0;
		&.show-background{
			margin-top: 0;
		}
	}
	.page-bottom-breadcrumbs{
		padding: 0 20px 20px;
	}
}

@media (min-width: 1200px) {
    .header-notice {
        max-width: 1200px;
    }
}

.footTitle,
.widget.widget_block h2,
.widget-title, .widgettitle {
    font-weight: bold;
    padding-bottom: 0;
    border-bottom: none;
    padding-left: 30px;
    position: relative;
}

.blockTitle {
    font-weight: bold;
}

.blockTitle.center::before {
    position: relative;
    font-family: "Font Awesome 5 Free";
    color: var(--key-color);
    font-weight: 900;
    content: "\f69a";
    background: none;
    height: unset;
    bottom: 0;
    margin-right: 10px;
    display: inline;
}

.blockTitle.left {
    border-bottom: none;
}

.blockTitle.left span {
    margin-left: 1.5rem;
}

.blockTitle.left::before,
.footTitle:before,
.widget.widget_block h2:before,
.widget-title:before, .widgettitle:before {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    color: var(--key-color);
    font-weight: 900;
    content: "\f69a";
}

.breadcrumbs_wrapper .container {
    background: #080609;
}

.footTitle:before {
    color: var(--foottxt-color);
}

.footer .widget.widget_block h2,
.footer .widget.widget_block h2:before {
    border-bottom: none;
    padding-bottom: 20px;
    color: var(--foottxt-color);
}

.btn {
    color: #fff;
}

.toc_block {
    background: transparent;
}

/*引用ブロック*/
blockquote.wp-block-quote.is-style-marks,
blockquote.wp-block-quote.is-style-brackets {
    background-color: #666;
}

blockquote.wp-block-quote.is-style-marks cite,
blockquote.wp-block-quote.is-style-brackets cite {
    color: #ccc;
}

/*テーブルブロック*/
.wp-block-table.is-style-stripes {
    color: #080609;
}

/*ふきだしブロック*/
.chat_speech {
    color: #080609;
}

.is-style-heading11 {
    color: #080609;
}

/*ステップブロック*/
.xw-block-step__title {
    color: var(--text-color, #fff);
}

/*タイトル付きボックス*/
.title_box > .content {
    color: #080609;
}

/*アコーディオンブロック*/
.xw-block-accordion__body {
    color: #080609;
}
