@charset "UTF-8";



/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/


/* ========================================================

　Grobal Setting

=========================================================== */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 62.5%; /* 1.0rem = 10px */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}


/* ========================================================

　body

=========================================================== */

body {
    color: rgba(0, 0, 0, 1.00);
    font: normal 400 1.6rem / 150% "Zen Kaku Gothic Antique", sans-serif;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1, "trad"1;
    letter-spacing: 0.0625rem;
    word-wrap: break-word;
    overflow-x: hidden;
}


/* ========================================================

　Default Link Color

=========================================================== */

a,
a:visited,
a img {
    color: rgba(0, 175, 240, 1.00);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: rgba(240, 100, 0, 1.00);
}

a:active {
    color: rgba(255, 0, 0, 1.00);
}

a:not(.navbar-brand):hover img {
    opacity: 0.7;
}

/* 電話番号（発信） */
article a[href*="tel:"] {
    color: rgba(51, 51, 51, 1.00);
    cursor: default;
}

@media only screen and (min-width: 751px) {

    a[href*="tel:"] {
        text-decoration: none;
        pointer-events: none;
    }

}


/* ========================================================

　h1～h6 & Other Text

=========================================================== */

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

p:nth-last-of-type(n+2),
li:not(.nav-item):nth-last-of-type(n+2),
dd:nth-last-of-type(n+2) {
    margin-bottom: 0.5rem;
}

dt,
th {
    font-weight: 500;
}


/* ========================================================

　nav

=========================================================== */

@media only screen and (max-width: 991px) {

    /* モバイルのナビゲーションの高さは ハンバーガーボタンの高さ（5.4rem） + 上下余白（1.0rem + 1.0rem） = 7.4rem */
    #mainNav {
        padding-top: 1.0rem;
        padding-bottom: 1.0rem;
        background-color: rgba(255, 255, 255, 1.00);
        -webkit-filter: drop-shadow(0 0.5rem 0.3rem rgba(0, 0, 0, 0.70));
        filter: drop-shadow(0 0.5rem 0.3rem rgba(0, 0, 0, 0.70));
        -webkit-transition: filter 0.3s ease-in-out;
        -o-transition: filter 0.3s ease-in-out;
        transition: -webkit-filter 0.3s ease-in-out;
        transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    }

    /* スクロール時 */
    #mainNav.navbar-shrink {
        -webkit-filter: drop-shadow(0 0.5rem 0.3rem rgba(0, 0, 0, 0.50));
        filter: drop-shadow(0 0.5rem 0.3rem rgba(0, 0, 0, 0.50));
    }

    /* ブランドマーク／ブランドタイプ */
    .navbar-brand img {
        width: auto;
        height: 4.5rem;
    }

    /* ハンバーガーメニューボタン */
    .navbar-toggler {
        width: 5.4rem;
        height: 5.4rem;
        border: none;
        border-radius: 50%;
        background-color: rgba(0, 35, 100, 1.00);
        color: rgba(255, 255, 255, 1.00);
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }


    .navbar-toggler[aria-expanded="true"] {
        background-color: rgba(0, 175, 240, 1.00); /* オープン時の背景色 */
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* 三 */
    .navbar-toggler-icon {
        display: block;
        margin: 0 auto;
        background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.00)' stroke-width='3' stroke-linecap='square' d='M4 4h22M4 12h22M4 20h22'/%3e%3c/svg%3e");
    }

    /* × */
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.00)' stroke-width='3' stroke-linecap='square' d='M6 4L 22 20M22 4L6 20'/%3E%3C/svg%3E");
    }

    /* メニュー領域 */
    .navbar-collapse {
        max-height: 100vh;
        padding-right: 2.0rem;
        padding-left: 2.0rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* メニュー部分 */
    .navbar-nav {
        min-height: 100vh;
        margin-top: 3.0rem;
    }

    /* 各メニュー間の余白 */
    .navbar-nav .nav-item:nth-of-type(n+2) {
        margin-top: 1.0rem;
    }

    .navbar-nav .nav-item:last-of-type {
        margin-bottom: 20.0rem; /* この余白は必須 */
    }

    /* リンク部分 */
    .navbar-nav .nav-item .nav-link {
        padding-left: 2.0rem;
        padding-right: 2.0rem;
        border-radius: 0.5rem;
        background-color: rgba(0, 175, 240, 0.25);
        color: rgba(0, 0, 0, 1.00);
        font-weight: 500;
        line-height: 4.0rem;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    /* カレント時色 */
    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link.current {
        background-color: rgba(0, 175, 240, 1.00);
        color: rgba(255, 255, 255, 1.00);
    }

    /* アイコン */
    .navbar-nav .nav-item .nav-link i {
        position: relative;
        top: 0.1rem;
        margin-right: 0.5rem;
        font-size: 1.8rem;
    }

    /* 英字部分 */
    .navbar-nav .nav-item .nav-link span {
        margin-left: 2.0rem;
        font-family: 'Montserrat', sans-serif;
        font-size: 62.5%;
        font-weight: 500;
        text-transform: uppercase;
    }

    .navbar-nav .nav-item .nav-link span::before {
        margin-right: 0.25rem;
        content: "-";
    }

}

@media only screen and (min-width: 375px) {

    .navbar-nav .nav-item .nav-link {
        padding-left: 3.0rem;
        padding-right: 3.0rem;
    }

}

@media only screen and (min-width: 992px) {

    /* ナビゲーションの高さは .navbar-nav .nav-item .nav-link で指定した 8.0rem */
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border: none;
        background-color: rgba(255, 255, 255, 1.00);
        -webkit-filter: drop-shadow(0 0.8rem 0.5rem rgba(0, 0, 0, 0.70));
        filter: drop-shadow(0 0.8rem 0.5rem rgba(0, 0, 0, 0.70));
        -webkit-transition: filter 0.3s ease-in-out;
        -o-transition: filter 0.3s ease-in-out;
        transition: -webkit-filter 0.3s ease-in-out;
        transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    }

    /* スクロール時 */
    #mainNav.navbar-shrink {
        -webkit-filter: drop-shadow(0 0.8rem 0.5rem rgba(0, 0, 0, 0.50));
        filter: drop-shadow(0 0.8rem 0.5rem rgba(0, 0, 0, 0.50));
    }

    /* ブランドマーク／ブランドタイプ */
    .navbar-brand img {
        width: auto;
        height: 6.0rem;
    }

    /* リンク部分 */
    .navbar-nav .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 8.0rem;
        padding-left: 2.0rem;
        padding-right: 2.0rem;
        border-bottom: 0.6rem solid transparent;
        color: rgba(0, 0, 0, 1.00);
        font-size: 1.4rem;
        font-weight: 500;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    /* マウスオーバー時 */
    .navbar-nav .nav-item .nav-link:hover {
        border-bottom: 0.6rem solid rgba(0, 175, 240, 1.00);
        background-color: rgba(0, 175, 240, 0.05);
    }

    /* カレント時 */
    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link.current {
        border-bottom: 0.6rem solid rgba(0, 35, 100, 1.00);
        background-color: rgba(0, 35, 100, 0.05);
    }

    /* アイコン */
    .navbar-nav .nav-item .nav-link i {
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        margin: 0 auto 0.25rem;
        border-radius: 50%;
        background-color: rgba(137, 137, 137, 1.00);
        color: rgba(255, 255, 255, 1.00);
        font-size: 1.5rem;
        -webkit-transition: background-color 0.3s ease-in-out;
        -o-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    .navbar-nav .nav-item .nav-link:hover i {
        background-color: rgba(0, 175, 240, 1.00);
    }

    .navbar-nav .nav-item .nav-link.active i {
        background-color: rgba(0, 35, 100, 1.00);
    }

    /* 英字部分 */
    .navbar-nav .nav-item .nav-link span {
        display: block;
        margin-top: 0.25rem;
        font-family: 'Montserrat', sans-serif;
        font-size: 62.5%;
        font-weight: 500;
        line-height: 100%;
        text-transform: uppercase;
    }

}

@media only screen and (min-width: 1200px) {

    .navbar-brand img {
        height: 7.0rem;
    }

    .navbar-nav .nav-item .nav-link {
        height: 10.0rem;
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 1400px) {

    .navbar-brand img {
        height: 8.0rem;
    }

    .navbar-nav .nav-item .nav-link {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

}

@media only screen and (min-width: 1920px) {

    .navbar-nav .nav-item .nav-link {
        height: 12.0rem;
    }

}


/* ========================================================

　header

=========================================================== */

header {
    position: relative;
    padding-top: 7.4rem;
}

header .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    width: 100%;
    text-align: left;
    z-index: 100;
}

body:not(.home) header .inner {
    top: 55%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
}

header h1,
header h2,
header p {
    font-weight: 700;
    text-shadow: 0.1rem 0.1rem 0 rgba(255, 255, 255, 1.00), 0 0 0.5rem rgba(255, 255, 255, 0.00), 0 0 0.25rem rgba(255, 255, 255, 0.00);
}

header h1,
header h2 {
    margin: 0 4.0vw;
    font-size: 2.2rem;
    line-height: 130%;
}

body:not(.home) header h1,
body:not(.home) header h2,
body:not(.home) header p {
    font-weight: 500;
    text-shadow: none;
}

header h1 em {
    font-family: 'Montserrat', sans-serif;
    font-size: 110%;
    font-style: normal;
}

header p {
    margin: 1.0rem 11.0vw 0;
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.5rem;
    line-height: 110%;
}

body:not(.home) header p {
    text-transform: capitalize;
}

/* グラデーション */
header .grad-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.30);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 0.70) 75%, rgba(255, 255, 255, 0.25) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1.00)), color-stop(75%, rgba(255, 255, 255, 0.70)), to(rgba(255, 255, 255, 0.25)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 0.70) 75%, rgba(255, 255, 255, 0.25) 100%);
    opacity: 0.5;
    z-index: 40;
}

body.home header .grad-filter {
    background: rgb(255, 242, 0, 0.30);
    background: -o-radial-gradient(circle, rgba(255, 242, 0, 0.30) 0%, rgba(255, 250, 205, 1.00) 75%, rgba(0, 0, 0, 1.00) 100%);
    background: radial-gradient(circle, rgba(255, 242, 0, 0.30) 0%, rgba(255, 250, 205, 1.00) 75%, rgba(0, 0, 0, 1.00) 100%);
}

/* 透かしマーク */
header .watermark {
    position: absolute;
    right: 3.0vw;
    bottom: 3.0vh;
}

header .watermark img {
    width: 20.0vw;
    max-width: 10.0rem;
    height: auto;
    opacity: 0.25;
    z-index: 30
}

/* 背景画像 */
header img,
header picture {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 375px) {

    header h1 {
        margin: 0 4.75vw;
    }

}

@media only screen and (min-width: 768px) {

    header .inner {
        text-align: center;
    }

    header h1,
    header h2,
    header p {
        margin: 0 auto;
    }

    header h1,
    header h2 {
        font-size: 2.4rem;
    }

    body:not(.home) header h1,
    body:not(.home) header h2 {
        font-size: 3.0rem;
    }

    header p {
        margin-top: 1.0rem;
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 992px) {

    header {
        padding-top: 8.0rem;
    }

    body:not(.home) header .inner {
        top: 50%;
    }

    header h1,
    header h2 {
        font-size: 3.0rem;
    }

    body:not(.home) header h1,
    body:not(.home) header h2 {
        font-size: 3.6rem;
    }

    header p {
        font-size: 1.8rem;
    }

}

@media only screen and (min-width: 1200px) {

    header {
        padding-top: 10.0rem;
    }

    body:not(.home) header .inner {
        top: 55%;
    }

}

@media only screen and (min-width: 1920px) {

    header {
        padding-top: 12.0rem;
    }

    header h1,
    header h2 {
        font-size: 4.0rem;
        text-shadow: 0.15rem 0.15rem 0 rgba(255, 255, 255, 1.00), 0 0 0.5rem rgba(255, 255, 255, 0.00), 0 0 0.25rem rgba(255, 255, 255, 0.00);
    }

    body:not(.home) header h1,
    body:not(.home) header h2 {
        font-size: 4.8rem;
    }

    header p {
        font-size: 2.4rem;
    }

}


/* ========================================================

　article / heading

=========================================================== */

/* article */
.a-section {
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
}

body.home .a-section {
    min-height: 100%;
    margin-top: -7.4rem; /* navの高さだけマイナスマージン */
    padding-top: calc(7.4rem + 3.0rem); /* navの高さ + 上余白 */
}

/* タイトル */
.a-heading {
    margin-bottom: 3.0rem;
    text-align: center;
}

.a-heading h2 {
    position: relative;
    margin-bottom: 1.0rem;
    padding-bottom: 1.5rem;
    color: rgba(0, 35, 100, 1.00);
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 80%;
}

/* ボーダーライン */
.a-heading h2::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 20.0rem;
    height: 0.1rem;
    background-color: rgba(0, 35, 100, 1.00);
    content: '';
}

/* 英字表記 */
.a-heading aside {
    color: rgba(0, 35, 100, 1.00);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {

    .a-heading h2 {
        font-size: 4.0rem;
    }

    .a-heading aside {
        font-size: 1.8rem;
    }

}

@media only screen and (min-width: 992px) {

    .a-section {
        padding-top: 5.0rem;
        padding-bottom: 5.0rem;
    }

    body.home .a-section {
        margin-top: -8.0rem;
        padding-top: calc(8.0rem + 5.0rem);
    }

}

@media only screen and (min-width: 1200px) {

    .a-section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    body.home .a-section {

        margin-top: -10.0rem;
        padding-top: calc(10.0rem + 7.5rem);
    }

}

@media only screen and (min-width: 1920px) {

    body.home .a-section {
        margin-top: -12.0rem;
        padding-top: calc(12.0rem + 7.5rem);
    }

}


/* ========================================================

　#greeting

=========================================================== */

/* 背景画像の設定 */
#greeting {
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 50%, rgba(255, 255, 255, 0.70) 100%), url("../img/greeting_bg.jpg") right -115.0rem bottom / cover no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.70)), color-stop(50%, rgba(255, 255, 255, 0.70)), to(rgba(255, 255, 255, 0.70))), url("../img/greeting_bg.jpg") right -115.0rem bottom / cover no-repeat;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 50%, rgba(255, 255, 255, 0.70) 100%), url("../img/greeting_bg.jpg") right -115.0rem bottom / cover no-repeat;
}

.iphone #greeting,
.safari #greeting {
    background-attachment: initial; /* iOSでfixedを解除 */
}

/* 上下余白（他のエリアと上下の余白が違うため） */
#greeting div[class^="col-"] {
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
}

/* キャッチ */
#greeting h2 {
    margin-bottom: 1.0rem;
    font-family: 'Zen Old Mincho', serif;
    font-size: 2.0rem;
    font-weight: 900;
    text-align: justify;
    text-shadow: 0.15rem 0.15rem 0 rgba(255, 255, 255, 1.00), 0 0 0.5rem rgba(255, 255, 255, 0.00), 0 0 0.25rem rgba(255, 255, 255, 0.00);
    line-height: 130%;
}

#greeting h2:last-of-type {
    margin-bottom: 3.0rem;
}

/* テキスト */
#greeting p {
    font-weight: 500;
    text-align: justify;
    text-shadow: 0.1rem 0.1rem 0 rgba(255, 255, 255, 1.00), 0 0 0.5rem rgba(255, 255, 255, 0.00), 0 0 0.25rem rgba(255, 255, 255, 0.00);
}

/* 署名 */
#greeting .sign {
    margin-top: 3.0rem;
}

#greeting .sign p {
    margin-bottom: 0;
    text-align: right;
}

/* イメージ画像 */
#greeting figure {
    margin-top: 1.0rem;
}

#greeting figure img {
    width: 100%;
    height: auto;
    opacity: 0.7;
}

@media only screen and (min-width: 375px) {

    #greeting {
        background-position: right -105.0rem bottom;
    }

}

@media only screen and (min-width: 576px) {

    #greeting {
        background-position: right -80.0rem bottom 30.0rem;
    }

}


@media only screen and (min-width: 768px) {

    #greeting {
        background-position: right -100.0rem bottom 0;
    }

    #greeting h2 {
        font-size: 2.2rem;
    }

}

@media only screen and (min-width: 1200px) {

    #greeting {
        background-position: center center;
    }

    #greeting h2 {
        font-size: 2.4rem;
        text-shadow: 0.2rem 0.2rem 0 rgba(255, 255, 255, 1.00), 0 0 0.5rem rgba(255, 255, 255, 0.00), 0 0 0.25rem rgba(255, 255, 255, 0.00);
    }

    #greeting h2:last-of-type {
        margin-bottom: 4.0rem;
    }

    #greeting .sign {
        margin-top: 4.5rem;
    }

    #greeting figure {
        margin-top: 2.0rem;
    }

}


/* ========================================================

　#gallery

=========================================================== */

/* 背景画像の設定 */
#gallery .bg-wrap {
    margin-top: -3.0rem;
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
    background: rgba(230, 245, 255, 1.00) url("../img/diagonal_line.png") left top / 4.0rem 4.0rem repeat;
}

.iphone #gallery .bg-wrap,
.safari #gallery .bg-wrap {
    background-attachment: initial; /* iOSでfixedを解除 */
}

/* リスティング */
#gallery .inner {
    height: 100%;
    padding: 1.0rem;
    border: 0.1rem solid rgba(204, 204, 204, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
}

#gallery .listing div[class^="col-"]:nth-of-type(n+2) {
    margin-top: 1.5rem;
}

/* サムネイル */
#gallery figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: 100%;
    max-height: 17.1rem; /* 1920x1280を基準とする */
    margin: 0 0 1.0rem;
    overflow: hidden;
}

#gallery figure img {
    width: 100%;
    height: auto;
}

/* カテゴリー */
#gallery .cate a {
    font-weight: 500;
}

#gallery .cate i {
    position: relative;
    top: 0.1rem;
    font-size: 2.0rem;
}

#gallery .cate span {
    font-size: 80.0%;
}

/* タイトル */
#gallery h3 {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

#gallery h3 a {
    color: rgba(0, 35, 100, 1.00);
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.8rem;
    font-weight: 700;
}

#gallery h3 a:hover {
    color: rgba(240, 100, 0, 1.00);
}

/* マウスオーバー時の矢印 */
#gallery h3 a::after {
    visibility: hidden;
    position: relative;
    top: 0.2rem;
    left: -0.5rem;
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Bootstrap-icons';
    font-size: 1.2rem;
    content: "\f231";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#gallery h3 a:hover::after {
    visibility: visible;
    left: 0;
    color: rgba(240, 100, 0, 1.00);
}

#gallery h3 span {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 66.66666%;
    font-weight: 500;
}

#gallery p {
    margin-bottom: 0;
    font-size: 1.2rem;
    text-align: right;
}

/* すべて見る */
#gallery .more {
    margin-top: 3.0rem;
}

#gallery .more a {
    display: block;
    max-width: 24.0rem;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

#gallery .more a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#gallery .more i {
    position: relative;
    top: 0.1rem;
    font-size: 2.2rem;
}

@media only screen and (min-width: 576px) {

    #gallery .listing div[class^="col-"]:nth-of-type(n+2) {
        margin-top: 1.5rem;
    }

    #gallery figure {
        max-height: 27.5rem;
    }

}

@media only screen and (min-width: 768px) {

    #gallery .listing div[class^="col-"]:nth-of-type(n+2) {
        margin-top: 0;
    }

    #gallery .listing div[class^="col-"]:nth-of-type(n+4) {
        margin-top: 1.5rem;
    }

    #gallery figure {
        max-height: 13.5rem;
    }

}

@media only screen and (min-width: 992px) {

    #gallery .bg-wrap {
        margin-top: -5.0rem;
        padding-top: 5.0rem;
        padding-bottom: 5.0rem;
    }

    #gallery .inner {
        padding: 2.0rem;
    }

    #gallery figure {
        max-height: 17.5rem;
    }

    #gallery h3 {
        margin-top: 2.0rem;
    }

    #gallery h3 a {
        font-size: 2.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #gallery .bg-wrap {
        margin-top: -7.5rem;
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    #gallery figure {
        max-height: 21.5rem;
    }

}

@media only screen and (min-width: 1400px) {

    #gallery figure {
        max-height: 25.5rem;
    }

}


/* ========================================================

　#works（作家ページ）

=========================================================== */

#works img {
    width: 100%;
    height: auto;
}

/* 作家名 */
#works .heading h1 {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 0.3rem double rgba(0, 35, 100, 1.00);
    font-size: 2.4rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
}

/* 作家ジャンル */
#works .heading h1 span {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    font-size: 60%;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 400;
}

/* 更新日 */
#works .heading aside {
    margin-bottom: 1.0rem;
    font-size: 1.4rem;
    text-align: right;
}

#works .heading p {
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.4rem;
}

/* 追加書籍の２番目以降 */
#works .addition .heroimage:nth-of-type(n+2) {
    padding-top: 5.0rem;
}

/* ヒーローイメージ */
#works .heroimage figure {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 0.1rem solid rgba(180, 200, 240, 1.00);
}

#works .book,
#works .data,
#works .gallery {
    margin-top: 3.0rem;
}

/* 作品タイトル */
#works .heroimage div {
    margin-top: 1.0rem;
    font-size: 1.4rem;
    text-align: center;
}

#works .heroimage h4 {
    display: inline;
    font-size: 1.8rem;
}

#works .heroimage h4 span {
    color: rgba(51, 51, 51, 1.00);
    font-size: 70%;
}

/* 見出しタイトル */
#works h3 {
    padding: 0.75rem;
    background: rgba(230, 245, 255, 1.00) url("../img/diagonal_line.png") left top / 4.0rem 4.0rem repeat;
    font-size: 1.8rem;
}

#works .book h3 {
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
    border-radius: 0.4rem;
    background: rgba(240, 240, 240, 1.00);
    color: rgba(0, 0, 0, 1.00);
}

#works .gallery h3 {
    margin-bottom: 1.0rem;
}

/* 書籍情報／その他の情報 */
#works dl {
    margin: 0;
}

/* 項目 */
#works dt {
    padding: 0.25rem 1.0rem;
    background-color: rgba(240, 240, 240, 1.00);
}

/* 内容 */
#works dd {
    padding: 0.5rem 1.0rem 1.0rem 1.0rem;
    text-align: justify;
}

#works dd:last-of-type {
    padding-bottom: 0;
}

/* その他の作品 */
#works .gallery a.portfolio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0.5rem;
    border: 0.1rem solid rgba(180, 200, 240, 1.00);
    overflow: hidden;
}

#works .gallery.bungei a.portfolio-box {
    height: auto;
}

#works .gallery.youga a.portfolio-box,
#works .gallery.nihonga a.portfolio-box {
    height: 20.0vw;
}

#works .gallery a.portfolio-box img {
    width: 101%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

#works .gallery div[class^="col-"]:nth-of-type(n+4) {
    margin-top: 1.0rem;
}

#works .gallery .row > div div {
    font-size: 1.0rem;
    line-height: 100%;
}

#works .gallery .row > div div h4 {
    display: inline;
    font-size: 1.2rem;
}

/* 追加書籍 */
#works .addition .heroimage {
    margin: 0 auto;
}

#works .addition h3 {}

#works .addition > div > div h3 {
    margin-top: 3.0rem;
}

/* BGM */
#works .sound {
    margin-bottom: min(5.0vw, 2.0rem);
}

#works .sound button {
    display: inline-grid;
    place-content: center;
    padding: 0 1.0rem;
    border: 0.1rem solid rgba(0, 105, 185, 0.70);
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 1.00);
    outline: none;
    color: rgba(0, 105, 185, 0.70);
    font-weight: 500;
    line-height: 3.0rem;
    text-align: center;
    transition: 0.3s all ease-in-out;
}

#works .sound button:hover,
#works .sound button:active {
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(0, 105, 185, 1.00);
    border-color: rgba(0, 105, 185, 1.00);
}

#works .sound div {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

#works .sound input {
    margin-left: 0.5rem;
}

@media only screen and (min-width: 430px) {
    
    #works .sound div {
        display: inline-flex;
        margin-left: 0.5rem;
    }

}

@media only screen and (min-width: 576px) {

    /* 書籍情報の項目と内容を横並びに */
    #works .book dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    #works .book dt,
    #works .book dd {
        margin: 0;
        padding: 0.5rem 1.0rem 0.5rem 1.0rem;
        border: none;
        background: none;
    }

    #works .book dt {
        width: 30.0%;
        border-bottom: 0.1rem solid rgba(160, 160, 160, 1.00);
    }

    #works .book dd {
        width: calc(100% - 30.0% - 1.0rem);
        margin-left: 1.0rem;
        border-bottom: 0.1rem dashed rgba(210, 210, 210, 1.00);
    }

    #works .book dt:last-of-type,
    #works .book dd:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    /* その他の作品 */
    #works .gallery.youga a.portfolio-box,
    #works .gallery.nihonga a.portfolio-box {
        height: 12.0rem;
    }

}

@media only screen and (min-width: 768px) {

    /* 見出しタイトル */
    #works h3 {
        padding: 0.75rem 1.5rem;
    }

    #works .book h3 {
        border-radius: 0.6rem;
    }

    /* 項目 */
    #works dt {
        background-color: inherit;
    }

    #works .book dt {
        width: 30.0%;
    }

    #works .book dd {
        width: calc(100% - 30.0% - 1.0rem);
    }

    /* その他の情報の項目と内容を横並びに */
    #works .data dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    #works .data dt,
    #works .data dd {
        margin: 0;
        padding: 0.5rem 1.0rem 0.5rem 1.0rem;
        border: none;
        background: none;
    }

    #works .data dt {
        width: 30.0%;
        border-bottom: 0.1rem solid rgba(160, 160, 160, 1.00);
    }

    #works .data dd {
        width: calc(100% - 30.0% - 1.0rem);
        margin-left: 1.0rem;
        border-bottom: 0.1rem dashed rgba(210, 210, 210, 1.00);
    }

    #works .data dt:last-of-type,
    #works .data dd:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    /* その他の作品 */
    #works .gallery div[class^="col-"]:nth-of-type(n+4) {
        margin-top: 0;
    }

    #works .gallery div[class^="col-"]:nth-of-type(n+7) {
        margin-top: 1.0rem;
    }

    #works .gallery.youga a.portfolio-box,
    #works .gallery.nihonga a.portfolio-box {
        height: 8.0rem;
    }

    #works .gallery .row > div div {
        font-size: 1.2rem;
    }

    #works .gallery .row > div div h4 {
        font-size: 1.4rem;
    }

    /* 追加書籍 */
    #works .addition .heroimage:nth-of-type(n+2) + div {
        padding-top: 5.0rem;
    }

    #works .addition > div > div h3 {
        margin-top: 0;
    }

}

@media only screen and (min-width: 992px) {

    #works .heading h1 {
        font-size: 4.0rem;
    }

    #works .heroimage,
    #works .book,
    #works .data,
    #works .gallery {
        margin-top: 5.0rem;
    }

    #works .data dt {
        width: 20.0%;
    }

    #works .data dd {
        width: calc(100% - 20.0% - 1.0rem);
    }

    /* その他の作品 */
    #works .gallery.youga a.portfolio-box,
    #works .gallery.nihonga a.portfolio-box {
        height: 11.0rem;
    }
    
    #works .sound {
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 1200px) {

    /* その他の作品 */
    #works .gallery.youga a.portfolio-box,
    #works .gallery.nihonga a.portfolio-box {
        height: 13.0rem;
    }

}

@media only screen and (min-width: 1400px) {

    /* その他の作品 */
    #works .gallery.youga a.portfolio-box,
    #works .gallery.nihonga a.portfolio-box {
        height: 15.0rem;
    }

}


/* ========================================================

　#artist（作家一覧）

=========================================================== */

#artist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#artist a {
    display: block;
    color: rgba(0, 0, 0, 1.00);
}

#artist a:hover {
    color: rgba(240, 100, 0, 1.00);
}

/* サイドバー */
#artist #sidebar {
    margin-bottom: 2.0rem;
}

#artist #sidebar a {
    font-size: 2.0rem;
    font-weight: 500;
}

/* 索引 */
#artist #sidebar .nav-tabs {
    margin-bottom: 0;
}

#artist #sidebar .nav-link.active {
    border-bottom-color: rgba(230, 245, 255, 1.00);
    background-color: rgba(230, 245, 255, 1.00);
    color: rgba(0, 175, 240, 1.00);
    text-align: center;
}

#artist #sidebar .tab-pane.active {
    background-color: rgba(230, 245, 255, 1.00);
}

#artist #sidebar .tabs-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.5rem 0.75rem 0;
}

#artist .tabs-link li {
    display: inline-block;
    margin: 0 1.0rem 1.5rem;
}

#artist .tabs-link a {
    border-bottom: 0.1rem solid transparent;
}

#artist .tabs-link a:hover {
    border-bottom: 0.1rem solid rgba(240, 100, 0, 1.00);
}

#artist #tab2 p {
    padding: 0 1.5rem 1.5rem;
    color: rgba(255, 0, 4, 1.00);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 120%;
}

/* リスト */
#artist h4 {
    padding: 1.0rem 1.5rem;
    border-radius: 0.6rem;
    background-color: rgba(0, 35, 100, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.8rem;
    font-weight: 700;
}

#artist .tabs-content li {
    margin: 0 1.5rem;
    padding: 1.0rem 0;
    border-bottom: 0.1rem dashed rgba(160, 160, 160, 1.00);
    font-size: 1.8rem;
    font-weight: 500;
}

#artist .tabs-content li:last-child {
    border-bottom: 0;
}

#artist .tabs-content li aside {
    color: rgba(0, 35, 100, 1.00);
}

#artist .tabs-content li a {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
}

#artist .tabs-content li span {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 66.66666%;
    font-weight: 500;
}

/* マウスオーバー時の矢印 */
#artist .tabs-content li a::after {
    visibility: hidden;
    position: relative;
    top: 0.1rem;
    left: -0.5rem;
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Bootstrap-icons';
    font-size: 1.2rem;
    content: "\f231";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#artist .tabs-content li a:hover::after {
    visibility: visible;
    left: 0;
    color: rgba(240, 100, 0, 1.00);
}

#artist .tabs-content + p {
    margin-top: 3.0rem;
    font-size: 1.4rem;
    text-align: right;
}

@media only screen and (min-width: 375px) {

    #artist #tab2 p br {
        display: none;
    }

}

@media only screen and (min-width: 576px) {

    #artist .tabs-content li * {
        display: inline-block;
    }

    #artist .tabs-content li aside {
        min-width: 13.0rem;
        width: 19.0rem;
    }

}

@media only screen and (min-width: 768px) {

    #artist #sidebar {
        position: sticky;
        top: 0;
        height: 100vh;
        margin-bottom: 0;
    }

    #artist #sidebar a {
        font-size: 1.6rem;
    }

    #artist .tabs-link li {
        margin: 0 0.75rem 1.0rem;
    }

    #artist #tab2 p br {
        display: inline;
    }

    #artist .tabs-content li {
        font-size: 1.6rem;
    }

    #artist .tabs-content li aside {
        width: 16.5rem;
    }

}

@media only screen and (min-width: 992px) {

    #artist #sidebar a {
        font-size: 2.0rem;
    }

    #artist #sidebar .nav-tabs {
        line-height: 4.0rem;
    }

    #artist .tabs-link li {
        margin: 0 2.5rem 1.5rem;
    }

    #artist #tab2 .tabs-link li {
        margin: 0 1.5rem 1.5rem;
    }

    #artist #tab2 p {
        padding: 0 2.5rem 1.5rem;
    }

    #artist #tab2 p br {
        display: none;
    }

    #artist .tabs-content li {
        font-size: 1.8rem;
    }

    #artist .tabs-content li aside {
        width: 19.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #artist .tabs-link li {
        margin: 0 3.5rem 1.5rem;
    }

    #artist #tab2 .tabs-link li {
        margin: 0 2.5rem 1.5rem;
    }

    #artist #tab2 p {
        padding: 0 3.5rem 1.5rem;
    }

}

@media only screen and (min-width: 1400px) {

    #artist .tabs-link li {
        margin: 0 4.5rem 1.5rem;
    }

    #artist #tab2 .tabs-link li {
        margin: 0 3.5rem 1.5rem;
    }

    #artist #tab2 p {
        padding: 0 4.5rem 1.5rem;
    }

}


/* ========================================================

　#information

=========================================================== */

body.home #information {
    margin-top: calc(-7.4rem - 3.0rem); /* - navの高さ - 上余白 */
}

/* リスティング */
#information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#information li {
    margin-bottom: 2.0rem;
    padding-bottom: 1.0rem;
    border-bottom: 0.1rem dashed rgba(204, 204, 204, 1.00);
}

#information li:last-of-type {
    margin-bottom: 0;
}

/* 日付 */
#information li > span:nth-of-type(1) {
    display: inline-block;
    min-width: 11.0rem;
    color: rgba(0, 35, 100, 1.00);
    font-family: Georgia, 'Times New Roman', Times, 'serif';
    font-size: 1.8rem;
    font-style: italic;
}

#information li > span:nth-of-type(2) {
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.4rem;
    font-weight: 500;
}

/* カテゴリー */
#information li div > * {
    display: inline-block;
}

#information li aside > a {
    display: inline-block;
    min-width: 8.0rem;
    padding: 0 1.0rem;
    border-radius: 0.3rem;
    color: rgba(0, 0, 0, 1.00);
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

#information .cate a:hover {
    opacity: 0.7;
}

/* お知らせカテゴリー */
#information .cate.notice a {
    background-color: rgba(255, 215, 180, 1.00);
}

/* ブログカテゴリー */
#information .cate.blog a {
    background-color: rgba(200, 230, 165, 1.00);
}

/* 活動実績 */
#information .cate.activity a {
    background-color: rgba(180, 200, 240, 1.00);
}

/* その他 */
#information .cate.other a {
    background-color: rgba(220, 220, 220, 1.00);
}

/* タイトル */
#information h3 a {
    display: inline-block;
    margin-top: 1.0rem;
    color: rgba(51, 51, 51, 1.00);
    font-size: 1.6rem;
    font-weight: 400;
}

#information h3 a:hover {
    color: rgba(240, 100, 0, 1.00);
}

/* マウスオーバー時の矢印 */
#information h3 a::after {
    visibility: hidden;
    position: relative;
    top: 0.2rem;
    left: 0;
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Bootstrap-icons';
    content: "\f231";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#information h3 a:hover::after {
    visibility: visible;
    left: 0.5rem;
    color: rgba(240, 100, 0, 1.00);
}

/* すべて見る */
#information .more {
    margin-top: 2.5rem;
}

#information .more a {
    display: block;
    max-width: 26.0rem;
    height: 4.0rem;
    margin: 0 auto;
    border-radius: 2.0rem;
    background-color: rgba(0, 175, 240, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 4.0rem;
}

#information .more a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#information figure {
    margin: 0;
    margin-top: 1.0rem;
}

#information figure img {
    width: 100%;
    height: auto;
    opacity: 0.7;
}

@media only screen and (min-width: 992px) {

    body.home #information {
        margin-top: calc(-8.0rem - 5.0rem);
    }

    #information .more {
        margin-top: 5.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    body.home #information {
        margin-top: calc(-10.0rem - 7.5rem);
    }

    #information figure {
        margin-top: 2.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    body.home #information {
        margin-top: calc(-12.0rem - 7.5rem);
    }

}


/* ========================================================

　#company

=========================================================== */

/* 上マイナスマージンと余白のリセット */
body.company #greeting.a-section {
    margin-top: inherit;
    padding-top: 3.0rem;
}

#company dl {
    margin: 0;
}

/* 項目 */
#company dt {
    padding: 1.0rem;
    background-color: rgba(200, 230, 165, 1.00);
}

/* 内容 */
#company dd {
    padding: 1.0rem 0 2.0rem 0;
    text-align: justify;
}

#company dd:last-of-type {
    padding-bottom: 0;
}

/* 社名 */
#company dd h2 {
    position: relative;
    top: 0.3rem;
    font-size: 1.6rem;
}

@media only screen and (min-width: 992px) {

    body.company #greeting.a-section {
        padding-top: 5.0rem;
    }

    /* 項目と内容を横並びに */
    #company dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    #company dt,
    #company dd {
        margin: 0;
        padding: 2.5rem 1.0rem 1.0rem 2.0rem;
        border: none;
        background: none;
    }

    #company dt {
        width: 24.0%;
        border-bottom: 0.1rem solid rgba(0, 0, 0, 1.00);
    }

    #company dd {
        width: calc(100% - 24.0% - 3.0rem);
        margin: 0 0 0 3.0rem;
        border-bottom: 0.1rem solid rgba(210, 210, 210, 1.00);
    }

    #company dt:last-of-type,
    #company dd:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }


}

@media only screen and (min-width: 1200px) {

    body.company #greeting.a-section {
        padding-top: 7.5rem;
    }

    #company dt {
        width: 30.0%;
    }

    #company dd {
        width: calc(100% - 30.0% - 3.0rem);
    }

}


/* ========================================================

　#privacy-policy / #site-policy

=========================================================== */

article[id*="-policy"] h5,
article[id*="-policy"] dt,
article[id*="-policy"] dd {
    text-align: justify;
}

/* リード文 */
article[id*="-policy"] h5 {
    font-size: 1.6rem;
    line-height: 150%;
}

/* 内容 */
article[id*="-policy"] dl {
    margin-top: 6.0rem;
}

article[id*="-policy"] dd {
    margin: 1.0rem 0 5.0rem;
}

article[id*="-policy"] ul {
    margin: 1.0rem 0 1.0rem 0.4rem;
}

/* 制定日 */
article[id*="-policy"] p:last-of-type {
    text-align: right;
}

@media only screen and (min-width: 768px) {

    article[id*="-policy"] dd {
        margin: 2.0rem 0 5.0rem;
    }

    article[id*="-policy"] ul,
    article[id*="-policy"] ol {
        margin: 2.0rem 0 2.0rem 1.6rem;
    }

}

@media only screen and (min-width: 1200px) {

    article[id*="-policy"] dd {
        margin: 3.0rem 0 6.0rem;
    }


    article[id*="-policy"] ul,
    article[id*="-policy"] ol {
        margin: 3.0rem 0 3.0rem 1.6rem;
    }

}


/* ========================================================

　#contact

=========================================================== */

/* 冒頭の注意書き */
#contact h5 {
    margin-bottom: 2.0rem;
    color: rgba(255, 0, 0, 1.00);
}

/* 項目 */
#contact #mailformpro dt {
    padding-top: 2.0rem;
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
}

/* 必須 */
#contact #mailformpro dt .must {
    float: right;
    padding: 0.5rem 1.0rem;
    background-color: rgba(240, 100, 35, 1.00);
    border-radius: 0.4rem;
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.2rem;
    line-height: 1.4rem;
}

/* 入力欄 */
#contact #mailformpro dd {
    padding-bottom: 2.0rem;
    padding-left: 0;
    padding-right: 0;
}

#contact #mailformpro dd:last-of-type {
    border-bottom: 0.1rem solid rgba(210, 210, 210, 1.00);
}

/* 入力ボックス */
#contact #mailformpro input,
#contact #mailformpro textarea {
    height: 4.0rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    border-radius: 0.6rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.10);
    font-size: 1.6rem;
}

#contact #mailformpro input {
    width: 100%;
}

#contact #mailformpro textarea {
    padding: 1.0rem;
    width: 100% !important;
    height: 20.0rem !important;
}

/* 送信前チェック */
#contact #mailformpro input.check {
    position: relative;
    top: 0.4rem;
    width: 2.0rem;
    height: 2.0rem;
}

/* 通常時 */
#contact #mailformpro label.mfp_not_checked {
    border: none;
}

#contact #mailformpro label.mfp_not_checked em {
    font-size: 1.3rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
}

#contact #mailformpro .lastCheck label.mfp_not_checked em {
    color: rgba(75, 75, 70, 1.00);
}

/* チェック時 */
#contact #mailformpro label.mfp_checked {
    border: none;
    background: none;
}

#contact #mailformpro label.mfp_checked em {
    font-size: 1.3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
}

#contact #mailformpro .lastCheck label.mfp_checked em {
    color: rgba(240, 100, 0, 1.00);
}

/* エラー表示 */
div.mfp_err {
    background: none;
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.4rem;
}

div.mfp_err:before {
    position: relative;
    top: 0.3rem;
    margin-right: 0.5rem;
    font-family: 'Bootstrap-icons';
    font-size: 1.6rem;
    font-weight: 700;
    content: "\f33b";
}

/* ボタン */
div.mfp_buttons {
    clear: both;
    margin-top: 3.0rem;
    text-align: center;
}

#contact .mfp_buttons button {
    width: 22.0rem;
    height: 6.0rem;
    padding: 0;
    border: none;
    border-radius: 0.6rem;
    font-size: 2.4rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#contact .mfp_buttons button:first-of-type {
    margin-bottom: 2.0rem;
    background-color: rgba(240, 240, 240, 1.00);
}

#contact .mfp_buttons button:first-of-type:hover {
    background-color: rgba(210, 210, 210, 1.00);
}

#contact .mfp_buttons button:last-of-type {
    background-color: rgba(200, 230, 165, 1.00) !important;
}

#contact .mfp_buttons button:last-of-type:hover {
    background-color: rgba(90, 135, 40, 1.00) !important;
    color: rgba(255, 255, 255, 1.00);
}

/* ボタン（確認画面） */
div.mfp_buttons button {
    width: 22.0rem !important;
    height: 6.0rem !important;
    padding: 0;
    border: none;
    border-radius: 0.6rem;
    font-size: 2.0rem !important;
    cursor: pointer;
}

div.mfp_buttons button:first-of-type {
    background-color: rgba(240, 240, 240, 1.00);
    color: rgba(0, 0, 0, 1.00);
}

div.mfp_buttons button:first-of-type:hover {
    background-color: rgba(210, 210, 210, 1.00);
}

div.mfp_buttons button:last-of-type {
    background-color: rgba(200, 230, 165, 1.00) !important;
}

div.mfp_buttons button:last-of-type:hover {
    background-color: rgba(90, 135, 40, 1.00) !important;
    color: rgba(255, 255, 255, 1.00);
}

@media only screen and (min-width: 576px) {

    #contact #mailformpro dd.name input,
    #contact #mailformpro dd.kana input,
    #contact #mailformpro dd.company input,
    #contact #mailformpro dd.address input,
    #contact #mailformpro dd.mail input,
    #contact #mailformpro dd.mailconf input,
    #contact #mailformpro dd.tele input,
    #contact #mailformpro textarea {
        width: 48.0rem !important;
    }

    #contact #mailformpro label.mfp_not_checked em,
    #contact #mailformpro label.mfp_checked em {
        font-size: 1.5rem;
    }

    #contact .mfp_buttons button:first-child {
        margin-right: 2.0rem;
        margin-bottom: 0;
    }

    /* 種別ラジオボタンを横並びに */
    #contact #mailformpro .type label {
        display: inline-block;
    }

    #contact #mailformpro .type label:nth-of-type(n+2) {
        margin-left: 2.0rem;
    }

    #contact #mailformpro .type > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

}

@media only screen and (min-width: 768px) {

    #contact #mailformpro dt {
        padding: 2.0rem 1.0rem;
        width: 24.0rem;
        border: none;
        background-color: transparent;
    }

    #contact #mailformpro dd {
        padding: 2.0rem 1.0rem 2.0rem 26.0rem;
    }

    #contact #mailformpro dd.name input,
    #contact #mailformpro dd.kana input,
    #contact #mailformpro dd.company input,
    #contact #mailformpro dd.address input,
    #contact #mailformpro dd.mail input,
    #contact #mailformpro dd.mailconf input,
    #contact #mailformpro dd.tele input,
    #contact #mailformpro textarea {
        width: 100% !important;
    }

}

@media only screen and (min-width: 992px) {

    #contact #mailformpro dt {
        width: 30.0rem;
    }

    #contact #mailformpro dd {
        padding: 2.0rem 1.0rem 2.0rem 34.0rem;
    }

    #contact #mailformpro label.mfp_not_checked em,
    #contact #mailformpro label.mfp_checked em {
        font-size: 1.6rem;
    }

}

@media only screen and (min-width: 1400px) {

    #contact #mailformpro dt {
        width: 34.0rem;
    }

    #contact #mailformpro dd {
        padding-left: 38.0rem;
    }

}

/*　送信完了
/*-------------------------------------------*/
#mfp_thanks {
    padding-bottom: 1.0rem;
    border-bottom: 0.3rem double rgba(240, 100, 35, 1.00);
    font-size: 2.0rem;
    text-align: center;
}

#mfp_thanks strong {
    display: block;
    margin: 1.0rem 0;
    color: rgba(0, 175, 240, 1.00);
    font-size: 3.0rem;
}

/* お礼文 */
.thanksMessage h3 {
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
    color: rgba(0, 35, 100, 1.00);
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 3.0rem;
}

/* メールが届かない場合 */
.thanksMessage ul {
    margin: 3.0rem 0;
    color: rgba(255, 0, 0, 1.00);
    font-weight: 500;
}

/* うまくいかない場合 */
.thanksMessage p:last-of-type {
    margin-top: 2.0rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.thanksMessage p:last-of-type i {
    position: relative;
    top: 0.2rem;
    font-size: 2.0rem;
}

@media only screen and (min-width: 768px) {

    #mfp_thanks strong {
        display: inline;
        position: relative;
        top: 0.3rem;
    }

    .thanksMessage ul {
        margin: 3.0rem 0 3.0rem 2.4rem;
    }

    .thanksMessage p:last-of-type {
        font-size: 2.0rem;
    }

    .thanksMessage p:last-of-type i {
        position: relative;
        top: 0.3rem;
        font-size: 2.4rem;
    }

}

@media only screen and (min-width: 992px) {

    .thanksMessage h3 br {
        display: none;
    }

}


/* ========================================================

　Sitemap

=========================================================== */

/* プラグインをアップデートしたときは　wp-sitemap-page.php　の　Category: を消去 */

#sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sitemap ul ul {
    margin-left: 1.6rem;
}

/* 各ブロックの上余白 */
#sitemap .information {
    margin-top: 5.0rem;
    margin-bottom: 5.0rem;
}

#sitemap .gallery {
    margin-top: 5.0rem;
}

/* プラグインデフォルトのタイトルを非表示 */
#sitemap h2 {
    display: none;
}

/* 新たに各ブロックのタイトルを付与 */
#sitemap h3 {
    margin-bottom: 2.0rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem dotted rgba(204, 204, 204, 1.00);
    color: rgba(0, 35, 100, 1.00);
    font-size: 2.4rem;
}

/* お知らせの２つ目以降のカテゴリーの上余白 */
#sitemap .information h2 + ul.wsp-posts-list > li:nth-of-type(n+2) {
    margin-top: 2.0rem;
}

/* お知らせのカテゴリー内リストの上余白 */
#sitemap .information ul.wsp-posts-list ul.wsp-posts-list {
    margin-top: 1.0rem;
}

/* お知らせのカテゴリーリンク */
#sitemap .information .wsp-category-title a {
    color: rgba(0, 175, 240, 1.00);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8rem;
}

/* ギャラリーの小見出し */
#sitemap .gallery h4 {
    font-size: 1.8rem;
}

#sitemap .gallery h4::before {
    position: relative;
    top: 0.4rem;
    font-family: 'Bootstrap-icons';
    font-size: 2.0rem;
    font-weight: 500;
    content: "\f5b0";
}

/* ギャラリーの２つ目以降の小見出しの上余白 */
#sitemap .gallery h4:nth-of-type(n+2) {
    margin-top: 1.9rem;
}

/* ギャラリーのリストの余白 */
#sitemap .gallery ul[class*="-list"] {
    margin-top: 0.9rem;
    margin-left: 1.6rem;
}

/* リンク部分 */
#sitemap a {
    color: rgba(51, 51, 51, 1.00);
}

#sitemap a:hover {
    color: rgba(240, 100, 0, 1.00);
}

/* マウスオーバー時の矢印 */
#sitemap a::after {
    visibility: hidden;
    position: relative;
    top: 0.2rem;
    left: 0;
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Bootstrap-icons';
    content: "\f231";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#sitemap a:hover::after {
    visibility: visible;
    left: 0.5rem;
    color: rgba(240, 100, 0, 1.00);
}

#sitemap a::before {
    position: relative;
    top: 0.5rem;
    font-family: 'Bootstrap-icons';
    font-size: 2.2rem;
    font-weight: 500;
    content: "\f470";
}

@media only screen and (min-width: 768px) {

    #sitemap .gallery {
        margin-top: 0;
    }

}


/* ========================================================

　post

=========================================================== */

/* h1～h6 */
#single h1,
#single h2,
#single h3,
#single h4,
#single h5 {
    margin-top: 6.0rem;
    margin-bottom: 3.0rem;
    line-height: 130%;
}

#single h1 {
    position: relative;
    margin-top: 0;
    margin-bottom: 1.0rem;
    padding-bottom: 1.0rem;
    border-bottom: 0.3rem solid rgba(0, 35, 100, 1.00);
    font-size: 2.6rem;
}

#single h1::after {
    display: block;
    position: absolute;

    bottom: -0.3rem;
    width: 30%;
    border-bottom: 0.3rem solid rgba(0, 175, 240, 1.00);
    content: " ";
}

article:not(#post) #single h2:first-of-type {
    margin-top: 0;
}

#single h2 {
    padding: 1.0rem 0.75rem 1.0rem;
    border-top: 0.5rem double rgba(0, 35, 100, 1.00);
    border-bottom: 0.5rem double rgba(0, 35, 100, 1.00);
    color: rgba(0, 35, 100, 1.00);
    font-size: 2.4rem;
}

#single h3 {
    padding: 1.0rem;
    background-color: rgba(0, 35, 100, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 2.2rem;
}

#single h4 {
    padding: 0 0 0.5rem 0.5rem;
    border-bottom: 0.3rem double rgba(90, 135, 40, 1.00);
    color: rgba(90, 135, 40, 1.00);
    font-size: 2.0rem;
}

#single h5 {
    padding: 0 0 0.5rem 0.5rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 1.00);
    font-size: 1.8rem;
}

/* ul, ol, dl */
#single ul {
    margin: 1.5rem 0 1.5rem 3.2rem;
    padding: 0;
    list-style: disc;
}

#single ol {
    margin: 1.5rem 0 1.5rem 2.8rem;
    padding: 0;
    list-style: decimal;
}

#single li {
    line-height: 200%;
}

#single dl {
    margin: 1.5rem 0;
}

#single dt {
    font-weight: 500;
}

#single dd {
    margin: 0 0 1.0rem 1.6rem;
}

/*　画像配置
----------------------------------------------------------- */
#single img[class*="wp-image"] {
    max-width: 100%;
    height: auto;
    margin: 1.0rem auto;
}

#single img.alignleft,
#single img.aligncenter,
#single img.alignright {
    float: inherit;
    margin-left: 0;
}

/*　表組み
----------------------------------------------------------- */
/* table */
#single table {
    width: 100%;
    margin: 0;
    margin: 1.0rem 0 2.0rem;
    border: 0.2rem solid rgba(51, 51, 51, 1.00);
}

#single th {
    padding: 0.5rem 1.0rem;
    background-color: rgba(76, 74, 71, 0.05);
    border: 0.1rem solid rgba(51, 51, 51, 1.00);

    vertical-align: top;
}

#single td {
    padding: 0.5rem 1.0rem;
    border: 0.1rem solid rgba(51, 51, 51, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
    vertical-align: top;
}

#single .table-responsive {
    clear: both;
    border: none;
    text-align: center;
}

#single .table-responsive table {
    white-space: nowrap;
}

#single caption {
    padding: 0.3rem 0.5rem;
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.4rem;
}

/* other */
aside.upd {
    margin-bottom: 3.0rem;
    font-size: 1.4rem;
    text-align: right;
}

#single hr {
    margin: 3.0rem 0;
}

#single p,
#works p {
    text-align: justify;
}

#single blockquote {
    position: relative;
    margin: 2.0rem;
    padding: 1.0rem 2.0rem;
    background-color: rgba(40, 140, 45, 0.10);
    color: rgba(40, 140, 45, 1.00);
    font-style: italic;
}

#single blockquote::before,
#single blockquote::after {
    display: inline-block;
    position: absolute;
    font-family: 'Bootstrap-icons';
    font-size: 2.4rem;
    font-weight: 700;
}

#single blockquote::before {
    top: -1.0rem;
    left: -1.0rem;
    content: "\F190";
}

#single blockquote::after {
    right: -1.0rem;
    bottom: -1.0rem;
    content: "\F191";
}

#single blockquote p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {

    .table-responsive::-webkit-scrollbar {
        height: 0.5rem;
    }

    .table-responsive::-webkit-scrollbar-track {
        border-radius: 0.5rem;
        background-color: rgba(240, 240, 240, 1.00);
    }

    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 0.5rem;
        background-color: rgba(100, 100, 100, 1.00);
    }

}

@media only screen and (min-width: 768px) {

    #works h1 {
        margin-top: 0;
    }

    #single hr {
        margin-bottom: 5.0rem;
    }

    #single .box,
    #single .dotsbox {
        padding: 2.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #single hr {
        margin-bottom: 7.5rem;
    }

    #single .box,
    #single .dotsbox {
        padding: 2.5rem;
    }

}

/*　SNS
/*----------------------------------------------------------*/
article #sns {
    margin-top: 3.0rem;
    padding-top: 3.0rem;
    border-top: 0.1rem solid rgba(0, 175, 240, 1.00);
    text-align: center;
}

article #sns ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

article #sns li {
    width: 70.0vw;
    margin: 0 auto;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

article #sns li:nth-of-type(n+2) {
    margin-top: 2.0rem;
}

article #sns li:hover {
    opacity: 0.7;
}

article #sns a {
    display: block;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    line-height: 6.0rem;
}

article #sns i {
    margin-right: 0.75rem;
    font-size: 2.0rem;
}

article #sns .fb {
    background-color: rgba(59, 89, 152, 1.00);
}

article #sns .tw {
    background-color: rgba(1, 172, 238, 1.00);
}

article #sns .ln {
    background-color: rgba(37, 175, 0, 1.00);
}

@media only screen and (min-width: 768px) {

    article #sns li:nth-of-type(n+2) {
        margin-top: 0;
    }

    article #sns li {
        display: inline-block;
        width: 32.5%;
    }

    article #sns a {
        font-size: 1.3rem;
    }

    article #sns i {
        margin-right: 0.5rem;
        font-size: 1.5rem;
    }

}

@media only screen and (min-width: 992px) {

    article #sns {
        margin-top: 5.0rem;
        padding-top: 5.0rem;
    }

    article #sns li:nth-of-type(n+2) {
        margin-left: 1.0rem;
    }

    article #sns li {
        width: 22.0rem;
    }

    article #sns a {
        font-size: 1.6rem;
    }

    article #sns i {
        margin-right: 0.75rem;
        font-size: 2.0rem;
    }

}


/* ========================================================

　#err404

=========================================================== */

h3.err404 {
    margin-top: 0;
    margin-bottom: 2.0rem;
    padding: 2.0rem;
    background-color: rgba(255, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
}

hr.err404 {
    margin: 2.0rem 0;
}


/* ========================================================

　footer

=========================================================== */

footer {
    width: 100%;
    padding-top: 2.0rem;
    padding-bottom: 6.0rem;
    background-color: rgba(0, 35, 100, 1.00);
    color: rgba(240, 240, 240, 1.00);
    text-align: center;
}

footer div[class^="col-"]:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* ブランドマーク */
footer img {
    width: 100%;
    max-width: 30.0rem;
    height: auto;
    margin: 0 auto;
}

/* 社名＆住所 */
footer p {
    max-width: 24.0rem;
    margin: -0.25rem 0 0 5.0rem;
    font-size: 1.4rem;
    text-align: left;
    line-height: 130%;
}

/* サブメニュー */
footer ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.0rem auto;
    list-style: none;
}

footer li {
    text-align: left;
}

footer a,
footer a:visited {

    display: block;
    color: rgba(240, 240, 240, 1.00);
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

footer a:hover {
    color: rgba(255, 245, 150, 1.00);
}

footer a.current {
    color: rgba(255, 240, 0, 1.00);
}

/* アイコン */
footer i {
    position: relative;
    top: 0.1rem;
    margin-right: 0.5rem;
    font-size: 1.8rem;
}

/* コピーライト */
footer div[class^="col-"]:nth-of-type(1) aside {
    display: none;
}

@media only screen and (min-width: 768px) {

    footer div[class^="col-"]:nth-of-type(-n+2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    footer ul {
        margin: 0;
    }

    footer li:nth-last-of-type(n+2) a {
        margin-bottom: 1.5rem;
    }

    /* コピーライト */
    footer div[class^="col-"]:nth-of-type(1) aside {
        display: block;
    }

    footer div[class^="col-"]:nth-of-type(3) {
        display: none;
    }

    footer aside {
        margin-top: 0.5rem;
        margin-left: 0.75rem;
    }

}

@media only screen and (min-width: 992px) {

    footer {
        padding-top: 4.0rem;
        padding-bottom: 4.0rem;
    }

}


/* ========================================================

　#fixed-bottom

=========================================================== */

#fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1024;
}

#fixed-bottom .inner {
    max-width: 57.6rem;
    margin: 0 auto;
}

#fixed-bottom .inner div {
    float: left; /* 横並びに */
}

#fixed-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.0rem;
    color: rgba(255, 255, 255, 1.00);
}

/* お問い合わせ */
#fixed-bottom .inner div:nth-of-type(1) {
    width: 45%;
    background-color: rgba(0, 175, 240, 1.00);
}

/* お知らせ */
#fixed-bottom .inner div:nth-of-type(2) {
    width: 35%;
    background-color: rgba(240, 100, 35, 1.00);
}

/* ページトップ */
#fixed-bottom div:nth-of-type(3) {
    width: 20%;
    background-color: rgba(0, 0, 0, 1.00);
}

/* アイコン */
#fixed-bottom a i {
    font-size: 2.4rem;
}

#fixed-bottom a:nth-of-type(-n+2) i {
    margin-right: 0.5rem;
    font-size: 1.8rem;
}

#fixed-bottom a[href="#page-top"] i {
    font-size: 2.4rem;
}

@media only screen and (min-width: 992px) {

    /* PC時は非表示 */
    #fixed-bottom {
        display: none;
    }

}


/* ========================================================

　Scroll to Pagetop

=========================================================== */

/* モバイル時は非表示 */
.scroll-to-top img {
    display: none;
}

@media only screen and (min-width: 992px) {

    .scroll-to-top {
        display: none;
        position: fixed;
        right: 1.5rem;
        bottom: 0;
        width: 7.0rem;
        height: auto;
        padding-bottom: 1.5rem;
        -webkit-animation: slideInBottom 1.0s;
        animation: slideInBottom 1.0s;
    }

    .scroll-to-top a {
        display: block;
        border: 0.1rem solid rgba(65, 75, 105, 0.50);
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.50);
    }

    .scroll-to-top a:hover {
        border: 0.1rem solid rgba(65, 75, 105, 1.00);
        background-color: rgba(255, 255, 255, 1.00);
    }

    .scroll-to-top img {
        display: block;
        width: 100%;
        height: auto;
    }

    .scroll-to-top a img {
        opacity: 0.7;
    }

    .scroll-to-top a:hover img {
        opacity: 1.0;
    }

}

@media only screen and (min-width: 1200px) {

    .scroll-to-top {
        right: 2.0rem;
        width: 8.0rem;
        padding-bottom: 2.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    .scroll-to-top {
        width: 10.0rem;
    }

}


/* ========================================================

　#breadCrumb

=========================================================== */

#breadCrumb {
    padding: 1.0rem 0;
    background-color: rgba(245, 245, 245, 1.00);
}

#breadCrumb p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    word-wrap: normal;
}


/* ========================================================

　その他

=========================================================== */

/* ページャー */
.postNav {
    padding-top: 3.0rem;
    text-align: center;
}

.postNav .current,
.postNav .page {
    display: inline-block;
    width: 4.0rem;
    height: 4.0rem;
    margin: 0 0.5rem;
    background-color: rgba(240, 240, 240, 1.00);
    color: rgba(51, 51, 51, 1.00);
    font-size: 2.0rem;
    line-height: 4.0rem;
}

.postNav .page:hover {
    background-color: rgba(220, 220, 220, 1.00);
}

.postNav .current {
    background-color: rgba(240, 100, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

.postNav .first,
.postNav .last,
.postNav .previouspostslink,
.postNav .nextpostslink {
    color: rgba(51, 51, 51, 1.00);
    font-size: 2.0rem;
}

.postNav .first,
.postNav .previouspostslink {
    margin-right: 0.5rem;
}

.postNav .nextpostslink,
.postNav .last {
    margin-left: 0.5rem;
}

.postNav .extend {
    margin: 0 0.5rem;
}

@media only screen and (min-width: 992px) {

    .postNav {
        padding-top: 5.0rem;
    }

}

/*　Animation
----------------------------------------------------------- */
@-webkit-keyframes fadeIn {

    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

@keyframes fadeIn {

    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

@-webkit-keyframes slideInLeft {

    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

}

@keyframes slideInLeft {

    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

}

@-webkit-keyframes slideInBottom {

    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@keyframes slideInBottom {

    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

/*　iOS以外は背景画像をフィクス
----------------------------------------------------------- */
/* Chrome / Firefox / Opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0),
screen and (-webkit-min-device-pixel-ratio: 0) and (-o-min-device-pixel-ratio: 0),
screen and (-webkit-min-device-pixel-ratio: 0) and (-o-min-device-pixel-ratio: 0/1),
screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {

    #greeting,
    #gallery .bg-wrap {
        background-attachment: fixed;
    }

}

/* Edge 1 */
@supports (-ms-ime-align: auto) {

    #greeting,
    #gallery .bg-wrap {
        background-attachment: fixed;
    }

}

/* Edge 2 */
_:-ms-lang(x)::backdrop,
#greeting,
_:-ms-lang(x)::backdrop,
#gallery .bg-wrap {
    background-attachment: fixed;
}

/*　Placeholder color
----------------------------------------------------------- */
*::-webkit-input-placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*::-moz-placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*::-ms-input-placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*:-ms-input-placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

*::placeholder {
    font-weight: 400;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*　Pseudo-hide placeholders when in focus
----------------------------------------------------------- */
*:focus::-webkit-input-placeholder {
    color: transparent;
}

*:focus::-moz-placeholder {
    color: transparent;
}

*:focus::-ms-input-placeholder {
    color: transparent;
}


*:focus:-ms-input-placeholder {
    color: transparent;
}

*:focus::placeholder {
    color: transparent;
}


/* break point --------------------------------------------
	<576px(None), >=576px(540px) , =>768px(720px) , =>992px(960px) , =>1200px(1140px) , =>1400px(1320px)
	iPhone5 320x568
	iPhone6-8 375x667 *
	iPhone6-8Plus 414x736
	iPhoneX 375x812
	iPad（iPad Mini）768x1024 *
	iPadPro 1024x1366
	Pixel2 411x731
	Pixel2 XL 411x823
	PC lg 992 *
	PC xl 1200 *
	PC xxl 1400 *
----------------------------------------------------------- */

/* branc --------------------------------------------------
	1-0.25rem
	2-0.5rem
	3-1.0rem
	4-1.5rem
	5-3.0rem
----------------------------------------------------------- */


/* ---- End of file --------------------------------------- */