﻿/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */



/*--------------------------------------
設定の上書き
--------------------------------------*/

@font-face {
    font-family: 'YuGothic M';
    src: local('Yu Gothic Medium');
}


#wrapper > .sh-page-layout-full .page-default-content {
    padding:0 !important; /* Top ページ の余白を削除*/
}

html, body {
    font-family: Quicksand, 'YuGothic M','游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    font-size: 16px;
}

    body h1, body h2, body h3, body h4, body h5, body h6 {
        font-family: Quicksand, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    }


.sh-group div.post-meta-thumb {
    max-height: 262px; /* 記事一覧の各サムネ画像の高さを制限。Lazy Loadで画像読み込みが遅延され、レイアウト計算が狂うので、あらかじめ設定しておく */
}

.blog-single .sh-overlay-style1 {
    display: none; /*記事のタイトル画像の上にある、クリック時のオーバーレイ画像用 div を非表示。Serch Console のデータハイライターでタイトル画像が選択させるため*/
}


div.tsuki h2 {
    margin-top: 6em;
    background-color: #373F51;
    padding: 3px 10px 3px 10px;
    color: white;
    font-weight: normal;
    font-size: 26px;
}

div.tsuki h3 {
    margin-top: 4em;
    border-top: 4px double #373F51;
    border-bottom: 4px double #373F51;
    padding: 3px 10px 1px 10px;
    font-weight: normal;
}

div.tsuki h4 {
    margin-top: 4em;
    border-left: 3px solid #373F51;
    padding-left: 7px;
    color: #267b26;
    background-color: #f3f3f3;
}

div.tsuki > div:first-child > h2 {
    margin-top: 2em;
}

div.tsuki h2 + h3, div.tsuki h3 + h4 {
    margin-top: 0;
}


/*サイズ調整*/
div.tsuki div.tsuki_expand h3 {
    margin-top: 6em;
}

    div.tsuki div.tsuki_expand h2 + h3, div.tsuki div.tsuki_expand h3 + h4 {
        margin-top: 0;
    }




.post-content div.tsuki p, .entry-content div.tsuki p {
    margin-bottom: 2em;
    line-height: 170%;
}

div.tsuki strong {
    background-image: linear-gradient(transparent 45%,#ffd9d7 0);
}

div.tsuki div > ul, div.tsuki div > ol {
    margin-bottom: 2em;
}

.post-content div.tsuki table {
    margin-bottom: 2em;
}


span.post-meta-author, div.sh-recent-posts-widgets-item-meta {
    display: none;
}

a.post-meta-date {
    padding-left: 0px;
}

#sidebar .widget-item {
    background-color: #f7f7f7;
    margin: 0px -10px 45px;
    padding: 10px;
}


    #sidebar .widget-item .widget-title {
        background-color: #444444;
        margin-bottom: 10px;
        padding: 3px 0;
        text-align: center;
        color: white;
    }

#sidebar .widget_categories ul {
    padding: 10px;
    background-color: white;
}

div.tsuki a {
    /*word-break: break-all;*/
    word-wrap: break-word;
}

    div.tsuki a.btn {
        border-radius: 0;
    }


div.sh-blog-single-meta {
    display: none;
}


div.tsuki .thumbnail .caption p {
    margin-bottom: 15px;
}

.sh-blog-tags {
    margin-top: 15px;
    margin-bottom: 40px;
}

    .sh-blog-tags h5 {
        display: none;
    }

.sh-blog-tag-item {
    border-radius: 0;
    font-weight: normal;
    border: 1px solid #fff;
}

.widget_tag_cloud a {
    border-radius: 0;
}


.masonry-shadow .post-title h2 {
    margin-top: 16px;
    font-size: 18px;
}


.masonry-shadow .post-content-container .post-content p {
    display: none;
}

.sh-nav-mobile a.menu-item-open-fix {
    z-index: -99; /*メニュー開閉のクリックが反応するように、文字の部分は最背面に移動*/
}


/*スマホ用*/
@media screen and (min-width: 0px) and (max-device-width: 550px) {
}




/*--------------------------------------
タイトル下の更新日付、カテゴリー
--------------------------------------*/

.tsuki_post_update {
    font-size: 13px;
}

    .tsuki_post_update .published:before {
        content: "\f073  ";
        font-family: FontAwesome;
        font-size: 16px;
    }

    .tsuki_post_update .updated {
        margin-left: 15px;
    }

        .tsuki_post_update .updated:before {
            content: "\f021  ";
            font-family: FontAwesome;
            font-size: 16px;
        }


.post-meta-comments i {
    bottom: -1px;
    margin: 0;
    padding: 0;
}

    .post-meta-comments i:before {
        font-family: FontAwesome;
        content: "\f02b";
        font-size: 16px;
        bottom: 0;
        margin: 0;
        padding: 0;
    }

.post-meta-categories a {
    font-size: 13px;
    text-transform: lowercase;
}


/*--------------------------------------
オリジナル カスタマイズ
--------------------------------------*/
div.tsuki {
    margin-bottom: 4em;
}

.tsuki_margin1 {
    margin: 2em 1em;
}

.tsuki_margin2 {
    margin: 0 0 1.5em 0; /* 画像の下余白用 */
}

.tsuki_margin3 {
    margin-bottom: 1.5em;
}

.tsuki_margin4 {
    margin-bottom: 4em;
}

.tsuki_margin5 {
    margin-bottom: 6em;
}

.tsuki_margin_top3 {
    margin-top: 1.5em;
}

.tsuki_margin_top4 {
    margin-top: 4em;
}

.tsuki_margin_top5 {
    margin-top: 6em;
}


.tsuki_margin_bottomN1 {
    margin-bottom: 1em;
}

.tsuki_margin_bottomN2 {
    margin-bottom: 2em;
}

.tsuki_margin_bottomN3 {
    margin-bottom: 3em;
}

.tsuki_margin_bottomN4 {
    margin-bottom: 4em;
}

.tsuki_margin_bottomN5 {
    margin-bottom: 5em;
}

.tsuki_margin_topN1 {
    margin-top: 1em;
}

.tsuki_margin_topN2 {
    margin-top: 2em;
}

.tsuki_margin_topN3 {
    margin-top: 3em;
}

.tsuki_margin_topN4 {
    margin-top: 4em;
}

.tsuki_margin_topN5 {
    margin-top: 5em;
}


.tsuki_border_bottom1 {
    border-bottom: 1px solid darkgray;
}

div.tsuki_note {
    margin: 2em 0;
    padding: 1em;
    font-size: smaller;
    border-radius: 0;
    color: darkgray;
    background-color: #656565;
    box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.12);
}

div.tsuki div.tsuki_note a {
    color: white;
}

    div.tsuki div.tsuki_note a:hover, div.tsuki div.tsuki_note a:focus {
        color: #9cedff;
    }


div.tsuki_note > p:first-child {
    margin-bottom: 0.5em;
}

div.tsuki_note > p:last-child {
    margin-bottom: 0;
}

div.tsuki_quote {
    margin: 2em 1em;
    padding: 1em;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

    div.tsuki_quote blockquote {
        margin-bottom: 0;
        font-size: 14px;
    }

div.tsuki div.tsuki_quote p.tsuki_cite {
    text-align: right;
    margin-bottom: 0;
    color: darkgray;
}

div.tsuki code {
    font-style: italic;
    margin-left: 2em;
}


.tsuki_ul_margin1 > li {
    margin-bottom: 1em;
}

    .tsuki_ul_margin1 > li:last-child {
        margin-bottom: 0;
    }


div.tsuki .tsuki_bgcolor1 {
    background-color: #fff8f0 !important; /*薄いオレンジ*/
}

div.tsuki .tsuki_bgcolor2 {
    background-color: #f6f6f6 !important; /*薄いグレー*/
}

div.tsuki .tsuki_bgcolor3 {
    background-color: #efffea !important; /*薄いグリーン*/
}

div.tsuki .tsuki_bgcolor4 {
    background-color: #eaefff !important; /*薄いブルー*/
}

div.tsuki div.tsuki_point > ul, div.tsuki div.tsuki_point > ol {
    margin-bottom: 0;
}

div.tsuki div.tsuki_unknown_word p {
    font-size: smaller;
    padding: 0.5em;
    border: 1px solid darkgray;
}


img.tsuki_app_icon {
    max-width: 100%;
    border: none;
}

div.tsuki div.tsuki_note ul {
    padding-left: 20px;
}


div.tsuki div.tsuki_note a[target="_blank"]::after {
    margin-left: 5px;
    content: "(\f08e)";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: -1px;
    font-size: 10px;
    color: pink;
}





@media screen and (min-width: 801px) {

    html body div.tsuki_font_big {
        font-size: 18px;
    }

        html body div.tsuki_font_big h4 {
            font-size: 20px;
            margin-top: 4em;
        }

        html body div.tsuki_font_big h5 {
            font-size: 18px;
        }

        html body div.tsuki_font_big h3 + h4 {
            margin-top: 0;
        }
}



@font-face {
    font-family: 'lightcase';
    src: url(../fonts/lightcase.eot?55356177);
    src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"),url(../fonts/lightcase.woff?55356177) format("woff"),url(../fonts/lightcase.ttf?55356177) format("truetype"),url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
    font-weight: 400;
    font-style: normal
}

[class*='lightcase-icon-']:before {
    font-family: 'lightcase',sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.lightcase-icon-play:before {
    content: '\e800'
}

.lightcase-icon-pause:before {
    content: '\e801'
}

.lightcase-icon-close:before {
    content: '\e802'
}

.lightcase-icon-prev:before {
    content: '\e803'
}

.lightcase-icon-next:before {
    content: '\e804'
}

.lightcase-icon-spin:before {
    content: '\e805'
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0,0,0,.5)
}

@media screen and (max-width:640px) {
    html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 55px 0 70px 0;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important
    }
}

@media screen and (min-width:641px) {
    html:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.5);
        -o-box-shadow: 0 0 30px rgba(0,0,0,.5);
        box-shadow: 0 0 30px rgba(0,0,0,.5);
        -webkit-backface-visibility: hidden
    }
}

@media screen and (min-width:641px) {
    html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
        background-color: #333
    }
}

html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:640px) {
    html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:640px) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding: 15px
    }

        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
            width: 100% !important;
            max-width: none !important
        }

            html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
                height: auto !important;
                max-height: none !important
            }
}

@media screen and (max-width:640px) {
    html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width:640px) and (min-width:641px) {
    html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: .75
    }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow: hidden !important
}

@media screen and (max-width:640px) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

@media screen and (min-width:641px) {
    html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width:640px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #aaa
    }
}

@media screen and (min-width:641px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #333
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa
}

@media screen and (max-width:640px) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0
    }
}

@media screen and (min-width:641px) {
    #lightcase-case p.lightcase-error {
        padding: 0
    }
}

.lightcase-open body {
    overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%
}

#lightcase-info {
    position: absolute;
    padding-top: 15px
}

    #lightcase-info #lightcase-title, #lightcase-info #lightcase-caption {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-weight: 400;
        text-overflow: ellipsis
    }

    #lightcase-info #lightcase-title {
        font-size: 17px;
        color: #aaa
    }

@media screen and (max-width:640px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333
    }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa
}

@media screen and (max-width:640px) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px
    }

    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static
    }
}

#lightcase-loading {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin 0.5s infinite linear;
    -moz-animation: lightcase-spin 0.5s infinite linear;
    -o-animation: lightcase-spin 0.5s infinite linear;
    animation: lightcase-spin 0.5s infinite linear
}

    #lightcase-loading, #lightcase-loading:focus {
        text-decoration: none;
        color: #fff;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: color,opacity,ease-in-out 0.25s;
        -moz-transition: color,opacity,ease-in-out 0.25s;
        -o-transition: color,opacity,ease-in-out 0.25s;
        transition: color,opacity,ease-in-out 0.25s
    }

        #lightcase-loading > span {
            display: inline-block;
            text-indent: -9999px
        }

a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer
}

    a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
        text-decoration: none;
        color: rgba(255,255,255,.6);
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: color,opacity,ease-in-out 0.25s;
        -moz-transition: color,opacity,ease-in-out 0.25s;
        -o-transition: color,opacity,ease-in-out 0.25s;
        transition: color,opacity,ease-in-out 0.25s
    }

        a[class*='lightcase-icon-'] > span {
            display: inline-block;
            text-indent: -9999px
        }

        a[class*='lightcase-icon-']:hover {
            color: white;
            text-shadow: 0 0 15px white
        }

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none
}

a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px
}

a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px
}

a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -.5em
}

@media screen and (min-width:641px) {
    a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0
    }
}

@media screen and (max-width:640px) {
    a[class*='lightcase-icon-'] {
        bottom: 15px;
        font-size: 24px
    }
}

@media screen and (min-width:641px) {
    a[class*='lightcase-icon-'] {
        bottom: 50%;
        margin-bottom: -.5em
    }

        a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
            opacity: 1
        }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #333
}

@media screen and (max-width:640px) {
    #lightcase-overlay {
        opacity: 1 !important
    }
}



/*--------------------------------------
YouTubeサムネ用
--------------------------------------*/

.tsuki_youtube_thumb {
    background-color:black;
}

.tsuki_youtube_thumb img {
    width:100%;
}

.tsuki_youtube_thumb:hover img {
    opacity: 0.8;
}

.tsuki_youtube_thumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color:#f0f0f0;
}

    .tsuki_youtube_thumb a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background: url("https://ei-raku.com/wp-content/uploads/common/movie_start.png") center center no-repeat;
        background-size: 70px 70px;
        transition: 0.5s;
    }

    .tsuki_youtube_thumb:hover a:after {
        transform: scale(1.1);
        background: url("https://ei-raku.com/wp-content/uploads/common/movie_start.png") center center no-repeat;
        background-size: 70px 70px;
    }




/*--------------------------------------
Adsense用
--------------------------------------*/
div.tsuki_gas {
    margin: 3em;
    padding: 1em;
}


@media screen and (min-width: 0px) and (max-device-width: 550px) {

    div.tsuki_gas {
        margin: 2em -10px;
        padding: 0;
    }
}

/*--------------------------------------
広告用
--------------------------------------*/

div.tsuki_intro_link {
    margin-top: 1.5em;
}


    div.tsuki_intro_link > a {
        font-size: 12px;
    }

.post-content div.tsuki p.tsuki_affi_link {
    margin: 0;
}

p.tsuki_affi_link > a {
    margin: .5em 0 0 0;
    min-width: 5em;
    padding: 0.5em;
    font-size: 12px;
    width: 40%;
}

@media screen and (min-width: 0px) and (max-device-width: 800px) {

    p.tsuki_affi_link > a {
        width: 95%;
    }
}


/*--------------------------------------
4シリーズ紹介用
--------------------------------------*/

div.tsuki_series {
    /*font-size: smaller;
    background-color: #f8ebe5;
    border-radius: 5px;
    box-shadow: 5px 5px 13px 1px rgba(0,0,0,0.12);*/
    font-size: smaller;
    background-color: #fefff2;
    box-shadow: 5px 5px 13px 1px rgba(0,0,0,.12);
    border: 4px double darkgray;
    margin: 4em 0;
}

    div.tsuki_series .tsuki_image {
        padding: 1em;
    }

        div.tsuki_series .tsuki_image a > img:first-child {
            max-width: 160px;
            border: 1px solid darkgray !important;
        }



/*--------------------------------------
スマホ用
--------------------------------------*/
@media screen and (min-width: 0px) and (max-device-width: 550px) {

    .blog-style-large .post-title h1 {
        font-size: 22px;
    }
}


/*--------------------------------------
Amazon お気に入りリスト
--------------------------------------*/
.amzn_wdgt .wdgt_brdr .wdgt_tl {
    height: 100px !important; /*文字が見切れるので92px → 100pxに変更*/
}


/*--------------------------------------
紹介枠 (id)
--------------------------------------*/
div#tsuki_intro {
    padding: 15px 0px;
    background-color: #fefff2;
    box-shadow: 5px 5px 13px 1px rgba(0,0,0,.12);
    border: 4px double darkgray;
}

    div#tsuki_intro h5#tsuki_intro_title {
        border-bottom: 1px solid #373F51;
    }

    div#tsuki_intro table#tsuki_intro_table {
        border: none !important;
        margin-bottom: 1em;
    }

        div#tsuki_intro table#tsuki_intro_table tbody tr td {
            padding: 0px 8px 0px 0px !important;
            border: none !important;
            font-size: 14px;
            vertical-align: top;
        }

            div#tsuki_intro table#tsuki_intro_table tbody tr td:first-child {
                font-weight: bold;
            }

    div#tsuki_intro div#tsuki_intro_description {
        font-size: small;
    }

        div#tsuki_intro div#tsuki_intro_description > p {
            margin-bottom: 12px;
            line-height: 120%;
        }

            div#tsuki_intro div#tsuki_intro_description > p:last-child {
                margin-bottom: 0;
            }


@media screen and (min-width: 0px) and (max-device-width: 320px) {

    div#tsuki_intro table#tsuki_intro_table tbody tr td {
        font-size: 13px;
    }
}

@media screen and (min-width: 0px) and (max-device-width: 991px) {

    div#tsuki_intro h5#tsuki_intro_title {
        margin-top: 1em;
    }
}


/*--------------------------------------
アフィリエイト紹介枠 (class)
--------------------------------------*/
div.tsuki_affi {
    padding: 15px 0px;
    background-color: #fefff2;
    box-shadow: 5px 5px 13px 1px rgba(0,0,0,.12);
    border: 4px double darkgray;
}

    div.tsuki_affi h5.tsuki_affi_title {
        border-bottom: 1px solid #373F51;
    }

    div.tsuki_affi table.tsuki_affi_table {
        border: none !important;
        margin-bottom: 1em;
    }

        div.tsuki_affi table.tsuki_affi_table tbody tr td {
            padding: 0px 8px 0px 0px !important;
            border: none !important;
            font-size: 14px;
            vertical-align: top;
        }

            div.tsuki_affi table.tsuki_affi_table tbody tr td:first-child {
                font-weight: bold;
            }

    div.tsuki_affi div.tsuki_affi_description {
        font-size: small;
    }

        div.tsuki_affi div.tsuki_affi_description > p {
            margin-bottom: 12px;
            line-height: 120%;
        }

            div.tsuki_affi div.tsuki_affi_description > p:last-child {
                margin-bottom: 0;
            }


@media screen and (min-width: 0px) and (max-device-width: 320px) {

    div.tsuki_affi table.tsuki_affi_table tbody tr td {
        font-size: 13px;
    }
}

@media screen and (min-width: 0px) and (max-device-width: 991px) {

    div.tsuki_affi h5.tsuki_affi_title {
        margin-top: 1em;
    }
}


div.tsuki_affi_link {
    margin-top: 2em;
}


    div.tsuki_affi_link > a {
        font-size: 12px;
    }


/*--------------------------------------
紹介枠
--------------------------------------*/

div.tsuki_svl {
    margin: 2em 1em;
    padding: 1em;
    font-size: smaller;
}

    div.tsuki_svl div:first-child {
        text-align: center;
    }


    div.tsuki_svl div > p:first-child {
        margin-bottom: 0.5em;
    }

    div.tsuki_svl div > p:last-child {
        margin-bottom: 0;
    }

    div.tsuki_svl a img {
        margin: 0;
        padding: 0;
    }


@media screen and (min-width: 0px) and (max-device-width: 767px) {

    div.tsuki_svl a img {
        margin: 0 0 1em 0;
    }
}



/*--------------------------------------
ドラマ紹介枠
--------------------------------------*/

div.tsuki_fd {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

    div.tsuki_fd div.row {
        border: 1px solid gray;
        padding: 15px 15px 15px 0px;
        margin-bottom: 1.5em;
    }

        div.tsuki_fd div.row div.tsuki_row_right {
            padding-right: 0;
        }

    div.tsuki_fd p.tsuki_genre {
        border-bottom: 1px solid darkgray;
        display: inline-block;
    }

    div.tsuki_fd p {
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 1.5em !important;
        font-size: 15px;
    }

        div.tsuki_fd p:last-child {
            margin: 0 !important;
        }

    div.tsuki_fd a.btn {
        margin-top: 1em;
        font-size: smaller;
        border: 1px solid darkgray;
    }

    div.tsuki_fd table.tsuki_table_fd {
        margin-bottom: 0;
    }


        div.tsuki_fd table.tsuki_table_fd td {
            font-size: 15px;
        }


    div.tsuki_fd table.tsuki_table_fd2 {
        margin: 0;
        border: none !important;
    }

        div.tsuki_fd table.tsuki_table_fd2 tbody td {
            margin: 0;
            padding: 0 !important;
            border: none !important;
            width: 33.3%;
        }

        div.tsuki_fd table.tsuki_table_fd2 a {
            width: 100%;
            height: 100%;
            margin: 0;
        }

            div.tsuki_fd table.tsuki_table_fd2 a:hover {
                color: white;
                background-color: #286090;
            }


    div.tsuki_fd .tsuki_fd_link {
    }


        div.tsuki_fd .tsuki_fd_link img {
            margin: 0;
            width: 100%;
            max-width: 178px;
        }


@media screen and (min-width: 0px) and (max-device-width: 767px) {

    div.tsuki_fd p {
        font-size: 14px;
    }

    div.tsuki_fd .tsuki_fd_link {
        display: inline-block;
        padding: 15px;
    }
}



/*--------------------------------------
絵本、児童書 紹介枠
--------------------------------------*/


div.tsuki_cb {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

    div.tsuki_cb div.row {
        border: 1px solid gray;
        padding: 15px 15px 15px 0px;
        margin-bottom: 1.5em;
    }

    div.tsuki_cb h5 {
        font-size: larger;
        margin-bottom: 20px;
    }

    div.tsuki_cb img {
        margin: 0 !important;
        max-height: 220px;
    }


    div.tsuki_cb p {
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 1.5em !important;
        font-size: 14px;
    }

        div.tsuki_cb p:last-child {
            margin: 0 !important;
        }

    div.tsuki_cb a.btn {
        margin-top: 1em;
        font-size: smaller;
        border: 1px solid darkgray;
    }

    div.tsuki_cb table.tsuki_table_cb {
        border: none !important;
        margin-bottom: 20px;
    }


        div.tsuki_cb table.tsuki_table_cb td {
            font-size: small;
            padding-left: 0 !important;
            border: none !important;
        }



    div.tsuki_cb p a.btn-primary {
        color: #2e6da4;
        background-color: white;
    }

        div.tsuki_cb p a.btn-primary:hover {
            color: white;
            background-color: #286090;
        }


p.tsuki_imp {
    border: 1px solid darkgray;
    padding: 3px 5px;
    background-color: #f5f5f5;
}

    p.tsuki_imp:hover {
        background-color: white;
    }

@media screen and (min-width: 0px) and (max-device-width: 767px) {

    div.tsuki_cb h5 {
        margin-top: 20px;
    }
}


/*--------------------------------------
表現紹介枠
--------------------------------------*/

div.tsuki_exp {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

    div.tsuki_exp div.row {
        border: 1px solid gray;
        padding: 15px 15px 15px 0px;
        margin-bottom: 1.5em;
    }

    div.tsuki_exp h5{
        text-decoration:underline;        
        margin-bottom: 0;
    }

        div.tsuki_exp div.row div.tsuki_row_right {
            padding-right: 0;
        }


    div.tsuki_exp p:last-child {
        margin: 0 !important;
    }




/*--------------------------------------
解析用グラフ
--------------------------------------*/
div.tsuki_graph {
    margin: 2em 1em;
    max-width: 800px;
}

    div.tsuki_graph div {
        max-width: 400px;
        text-align: center;
    }



/*--------------------------------------
イメージ
--------------------------------------*/

div.tsuki_image {
    text-align: center;
}


    div.tsuki_image img:first-child {
        border: 1px solid darkgray;
        margin-bottom: 0.5em;
        width: 100%;
    }


    div.tsuki_image p.tsuki_cite {
        font-size: smaller;
        font-style: italic;
        color: darkgray;
        text-align: right;
        margin-bottom: 0;
    }


    div.tsuki_image > div {
        text-align: center;
        display: inline-block;
    }



/*--------------------------------------
通常用のtable
--------------------------------------*/

table.tsuki_table {
}

    table.tsuki_table thead th, table.tsuki_table tbody td, table.tsuki_table tfoot td {
        padding: 6px !important;
        font-size: 14px;
        vertical-align: middle;
    }


    table.tsuki_table th {
        text-align: center;
        background-color: #3e3e3e;
        color: white !important;
    }

    table.tsuki_table tfoot td {
        text-align: center;
        background-color: #939393;
        color: white;
    }


table.tsuki_table_td_center td {
    text-align: center;
}

table.tsuki_table th.tsuki_table_sub, table.tsuki_table td.tsuki_table_sub {
    background-color: #575757;
    color: white;
}

table.tsuki_table_color1 tbody tr td:first-child {
    background-color: #fff8f0;
}


table.tsuki_table_noborder {
    border: none !important;
}

    table.tsuki_table_noborder tr td {
        border: none !important;
    }

table.tsuki_table_condensed tr td, table.tsuki_table_condensed tr th {
    padding: 2px 6px !important;
}

table.tsuki_table_small tr td {
    font-size: 12px;
}


table.tsuki_table tr.tsuki_table_bgcolor1 td {
    background-color: #fff8f0; /*薄いオレンジ*/
}

table.tsuki_table tr.tsuki_table_bgcolor2 td {
    background-color: #f6f6f6; /*薄いグレー*/
}

table.tsuki_table tr.tsuki_table_bgcolor3 td {
    background-color: #efffea; /*薄いグリーン*/
}

table.tsuki_table tr.tsuki_table_bgcolor4 td {
    background-color: #eaefff; /*薄いブルー*/
}

table.tsuki_table tr.tsuki_table_bgcolor5 td {
    background-color: #fff1f1; /*薄いレッド*/
}

table.tsuki_table tr.tsuki_table_bgcolor6 td {
    background-color: #d6dce4; /*ブルーグレー*/
}

table.tsuki_table tr.tsuki_table_bgcolor7 td {
    background-color: #d0cece; /*薄いグレー*/
}




/*--------------------------------------
単語レベル計算用のtable
--------------------------------------*/

table.tsuki_table_level {
    width: auto;
}

    table.tsuki_table_level tbody tr td:first-child {
        background-color: #fff8f0;
        text-align: left;
    }

    table.tsuki_table_level tr th {
        text-align: center;
        padding: 3px 6px !important;
    }

    table.tsuki_table_level tr td {
        padding: 3px 6px !important;
        text-align: right;
    }

    table.tsuki_table_level tfoot tr td:first-child {
        text-align: center;
    }

    table.tsuki_table_level tfoot tr:last-child td {
        background-color: gray;
        color: white;
    }


/*--------------------------------------
補足用 table
--------------------------------------*/

table.tsuki_table_note {
    border: none !important;
}

    table.tsuki_table_note td {
        border: none !important;
        vertical-align: top;
        padding: 2px !important;
        font-size: smaller;
    }

    table.tsuki_table_note tr td:first-child {
        width: 1em;
    }



/*--------------------------------------
頻度単語用のtable
--------------------------------------*/

table.tsuki_table_frequency {
    /*width:45%;*/
}

    table.tsuki_table_frequency thead tr th, table.tsuki_table_frequency tbody tr td {
        text-align: center;
        padding: 3px 6px !important;
        font-size: 14px;
        white-space: nowrap;
    }


    table.tsuki_table_frequency tr.tsuki_table_freqency_row1 td {
        /*background-color:#fffae2;*/
    }

        table.tsuki_table_frequency tr.tsuki_table_freqency_row1 td:first-child {
            /*background-color: white;*/
        }

    table.tsuki_table_frequency tr.tsuki_table_freqency_row2 td {
        background-color: #fff8f0;
    }


/*--------------------------------------
SVL 簡易リスト
--------------------------------------*/

table.tsuki_table_svl {
}

    table.tsuki_table_svl tr.tsuki_svl_list_page td {
        background-color: #717171;
        padding: 8px !important;
        color: white;
        text-align: left;
    }


    table.tsuki_table_svl tr td {
        text-align: center;
        vertical-align: middle;
        padding: 5px;
        width: 10%;
    }

        table.tsuki_table_svl tr td p {
            color: white;
            margin: 0 !important;
            padding: 0;
            font-size: smaller;
        }

        table.tsuki_table_svl tr td:hover p {
            color: gray;
        }


/*--------------------------------------
Table of Contents Plus
--------------------------------------*/
div.tsuki div.tsuki_phrase table tr td:last-child {
    background-color: #f9f9f9;
}

div.tsuki div.tsuki_phrase table tr.tsuki_phrase_page td {
    background-color: #717171;
    padding: 8px !important;
    color: white;
}

div.tsuki div.tsuki_phrase table span {
    background-color: rgb(164, 164, 164);
    color: rgb(164, 164, 164);
}


/*--------------------------------------
Table of Contents Plus
--------------------------------------*/
#toc_container {
    display: block !important;
    /*width: 80% !important;*/
    min-width: 270px;
    background: #626262 !important;
    border: 1px solid #ccc;
    font-size: 95%;
    box-sizing: border-box;
    line-height: 1.4;
    margin: 36px auto;
    padding: 0.5em;
}

    #toc_container p.toc_title {
        color: white !important;
    }

    #toc_container ul.toc_list {
        padding: 1em !important;
        margin-top: 0.5em !important;
        background-color: white !important;
    }

        #toc_container ul.toc_list li {
            margin-bottom: 0.25em !important;
            border-bottom: 1px solid #ddd;
        }

        #toc_container ul.toc_list > li {
            margin-bottom: 2em !important;
            padding-left: 1em;
            text-indent: -12px;
            border-bottom: none;
        }

            #toc_container ul.toc_list > li:last-child {
                margin-bottom: 0 !important;
            }

    #toc_container .toc_title a {
        color: white;
    }

    #toc_container ul ul {
        margin-left: 1em;
    }

    #toc_container ul.toc_list > li ul > li {
        padding-left: 1em;
        text-indent: -23px;
    }

    #toc_container ul.toc_list > li > a {
        font-size: 18px;
        margin-bottom: 0.5em;
        display: block;
        font-weight: bold;
    }


/* スマホ用 */
@media screen and (max-width:599px) {
    #toc_container {
        width: 95% !important;
    }

        #toc_container ul ul {
            margin-left: 0;
        }
}




/*--------------------------------------
人気記事
--------------------------------------*/
div.tsuki_ranking > div {
    border: 1px solid #d7d7d7;
    padding: 0 15px 15px;
    margin-bottom: 15px;
    max-width: 300px;
    background-color: white;
}

    div.tsuki_ranking > div:hover {
        background-color: rgba(238,238,238,0.7)
    }

    div.tsuki_ranking > div.tsuki_ranking_item1 {
    }


    div.tsuki_ranking > div.tsuki_ranking_item2 {
        padding: 15px;
    }

div.tsuki_ranking img {
    width: 270px;
    display: inline-block;
    margin: 0;
}

div.tsuki_ranking h6 {
    font-size: 13px;
    margin: 0;
    font-weight: normal;
}




/*--------------------------------------
サムネイルの調整
--------------------------------------*/
.sh-ratio-content {
    background-position: 0;
}

.post-meta-thumb {
    /*background-color: black;*/
}



/*--------------------------------------
Shufflehound Recent Posts Widget のコメント数アイコンを非表示
--------------------------------------*/
.sh-nav-mobile li.menu-item-has-icon > a.menu-item-open-fix {
    padding-left: 22px;
    line-height: 1;
}

.sh-recent-posts-widgets-count {
    display: none;
}


/*--------------------------------------
サイドバーの検索窓
--------------------------------------*/


#sidebar .widget_search .search-field {
    border-width: 0;
    box-shadow: 5px 5px 13px 1px rgba(0,0,0,0.12);
    padding: 16px 74px 16px 26px;
    transition: .3s all ease-in-out;
    border-radius: 5px !important;
}


#sidebar .widget_search .sh-sidebar-search-active .search-field {
    background-color: white !important;
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: none;
}



/*--------------------------------------
サイドバーの著者
--------------------------------------*/

.tsuki_author {
    padding: 0.5em;
    background-color: white;
}

    .tsuki_author .tsuki_name {
    }

    .tsuki_author h4 {
        display: inline-block;
    }

        .tsuki_author h4 span {
            font-size: small;
            font-weight: normal;
        }

    .tsuki_author img {
        width: 100px;
        height: 100px;
    }

    .tsuki_author .tsuki_author_body {
        /*font-size: smaller;*/
    }

    .tsuki_author strong {
        color: #fc6363;
    }

    .tsuki_author .tsuki_author_body p {
        line-height: 1.6;
        font-size: 13px;
        color: #454545;
    }


/*--------------------------------------
フォローボタン (本文)
--------------------------------------*/
.content-inner-follow-buttons {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    letter-spacing: -.40em;
}

    .content-inner-follow-buttons .follow-title {
        letter-spacing: normal;
        width: 100%;
        color: #666;
    }

    .content-inner-follow-buttons a {
        display: inline-block;
        letter-spacing: normal;
        position: relative;
        width: 30%;
        min-width: 120px;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
        margin: 3px;
        overflow: hidden;
        z-index: 2;
    }

        .content-inner-follow-buttons a:hover {
            color: #fff;
        }

        .content-inner-follow-buttons a:before, .content-inner-follow-buttons a:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 50%;
            left: 0;
            z-index: -1;
            transition: 0.3s;
        }

        .content-inner-follow-buttons a:before {
            top: 0;
        }

        .content-inner-follow-buttons a:after {
            bottom: 0;
        }

    .content-inner-follow-buttons .inner-text {
        font-size: 16px;
        padding-left: 5px;
    }

    .content-inner-follow-buttons .hatena {
        color: #ffffff;
        border: 1px solid #38393C;
        background: #38393C;
    }

        .content-inner-follow-buttons .hatena:hover {
            color: #38393C;
            background: #ffffff;
            transition: all .3s;
        }

            .content-inner-follow-buttons .hatena:hover:before, .content-inner-follow-buttons .hatena:hover:after {
                height: 0;
                background: #38393C;
            }

    .content-inner-follow-buttons .facebook {
        color: #ffffff;
        border: 1px solid #305097;
        background: #305097;
    }

        .content-inner-follow-buttons .facebook:hover {
            color: #305097;
            background: #ffffff;
            transition: all .3s;
        }

            .content-inner-follow-buttons .facebook:hover:before, .content-inner-follow-buttons .facebook:hover:after {
                height: 0;
                background: #305097;
            }

    .content-inner-follow-buttons .twitter {
        color: #ffffff;
        border: 1px solid #55acee;
        background: #55acee;
    }

        .content-inner-follow-buttons .twitter:hover {
            color: #55acee;
            background: #ffffff;
            transition: all .3s;
        }

            .content-inner-follow-buttons .twitter:hover:before, .content-inner-follow-buttons .twitter:hover:after {
                height: 0;
                background: #55acee;
            }

    .content-inner-follow-buttons .instagram {
        color: #ffffff;
        border: 1px solid #3f729b;
        background: #3f729b;
    }

        .content-inner-follow-buttons .instagram:hover {
            color: #3f729b;
            background: #ffffff;
            transition: all .3s;
        }

            .content-inner-follow-buttons .instagram:hover:before, .content-inner-follow-buttons .instagram:hover:after {
                height: 0;
                background: #3f729b;
            }

    .content-inner-follow-buttons .feedly {
        color: #ffffff;
        border: 1px solid #6cc655;
        background: #6cc655;
    }

        .content-inner-follow-buttons .feedly:hover {
            color: #6cc655;
            background: #ffffff;
            transition: all .3s;
        }

            .content-inner-follow-buttons .feedly:hover:before, .content-inner-follow-buttons .feedly:hover:after {
                height: 0;
                background: #6cc655;
            }

    .content-inner-follow-buttons .googleplus {
        color: #ffffff;
        border: 1px solid #db4a39;
        background: #db4a39;
    }

        .content-inner-follow-buttons .googleplus:hover {
            color: #db4a39;
            background: #ffffff;
            transition: all .3s;
        }

            .content-inner-follow-buttons .googleplus:hover:before, .content-inner-follow-buttons .googleplus:hover:after {
                height: 0;
                background: #db4a39;
            }

/*--------------------------------------
フォローボタン (サイドバー)
--------------------------------------*/

#sidebar a {
    /* color: white!important; */
}

.sidebar-follow-buttons {
    width: 100%;
    text-align: center;
    letter-spacing: -.40em;
    background-color: white;
    padding-top: 7px;
}

    .sidebar-follow-buttons a {
        display: inline-block;
        letter-spacing: normal;
        position: relative;
        width: 30%;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        padding: 6px 0;
        margin: 5px 1% 3px;
        overflow: hidden;
        z-index: 2;
    }

        .sidebar-follow-buttons a:hover {
            color: #fff;
        }

        .sidebar-follow-buttons a:before, .sidebar-follow-buttons a:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 50%;
            left: 0;
            z-index: -1;
            transition: 0.3s;
        }

        .sidebar-follow-buttons a:before {
            top: 0;
        }

        .sidebar-follow-buttons a:after {
            bottom: 0;
        }

    .sidebar-follow-buttons .inner-text {
        font-size: 12px;
        padding-left: 5px;
    }

    .sidebar-follow-buttons .hatena {
        color: #ffffff;
        border: 1px solid #38393C;
        background: #38393C;
    }

        .sidebar-follow-buttons .hatena:hover {
            color: #38393C;
            background: #ffffff;
            transition: all .3s;
        }

            .sidebar-follow-buttons .hatena:hover:before, .sidebar-follow-buttons .hatena:hover:after {
                height: 0;
                background: #38393C;
            }

    .sidebar-follow-buttons .facebook {
        color: #ffffff;
        border: 1px solid #305097;
        /*background: #305097;*/
    }

        .sidebar-follow-buttons .facebook:hover {
            color: #305097;
            background: #ffffff;
            transition: all .3s;
        }

            .sidebar-follow-buttons .facebook:hover:before, .sidebar-follow-buttons .facebook:hover:after {
                height: 0;
                background: #305097;
            }

    .sidebar-follow-buttons .twitter {
        color: #ffffff;
        border: 1px solid #55acee;
        /*background: #55acee;*/
    }

        .sidebar-follow-buttons .twitter:hover {
            color: #55acee;
            background: #ffffff;
            transition: all .3s;
        }

            .sidebar-follow-buttons .twitter:hover:before, .sidebar-follow-buttons .twitter:hover:after {
                height: 0;
                background: #55acee;
            }

    .sidebar-follow-buttons .instagram {
        color: #ffffff;
        border: 1px solid #3f729b;
        background: #3f729b;
    }

        .sidebar-follow-buttons .instagram:hover {
            color: #3f729b;
            background: #ffffff;
            transition: all .3s;
        }

            .sidebar-follow-buttons .instagram:hover:before, .sidebar-follow-buttons .instagram:hover:after {
                height: 0;
                background: #3f729b;
            }

    .sidebar-follow-buttons .feedly {
        color: #ffffff;
        border: 1px solid #6cc655;
        /*background: #6cc655;*/
    }

        .sidebar-follow-buttons .feedly:hover {
            color: #6cc655;
            background: #ffffff;
            transition: all .3s;
        }

            .sidebar-follow-buttons .feedly:hover:before, .sidebar-follow-buttons .feedly:hover:after {
                height: 0;
                background: #6cc655;
            }

    .sidebar-follow-buttons .googleplus {
        color: #ffffff;
        border: 1px solid #db4a39;
        background: #db4a39;
    }

        .sidebar-follow-buttons .googleplus:hover {
            color: #db4a39;
            background: #ffffff;
            transition: all .3s;
        }

            .sidebar-follow-buttons .googleplus:hover:before, .sidebar-follow-buttons .googleplus:hover:after {
                height: 0;
                background: #db4a39;
            }


/*--------------------------------------
前後記事
--------------------------------------*/
#prev_next {
    width: 100%;
    margin: 0 0 5em 0;
    display: table;
    padding: 0 1em 1em;
    box-shadow: 5px 5px 13px 1px rgba(0,0,0,0.12);
    background-color: #414141;
}

    #prev_next #prev, #prev_next #next {
        width: 50%;
        max-width: 400px;
        padding: 30px 10px 10px;
        display: table-cell;
        position: relative;
        text-decoration: none;
    }

        #prev_next #prev p, #prev_next #next p {
            line-height: 1.5;
            margin: 10px;
            color: white;
        }

        #prev_next #prev:hover, #prev_next #next:hover {
            background-color: rgba(238,238,238,0.7);
            color: #262626;
        }

            #prev_next #prev:hover p, #prev_next #next:hover p {
                color: #262626;
            }

    #prev_next #prev {
        border-right: #ccc 1px solid;
    }

    #prev_next #prev_title, #prev_next #next_title {
        top: -1em;
        position: absolute;
        border: 1px #414141 solid;
        background: #fff;
        text-align: center;
        padding: 3px;
        color: #3f3f3f;
    }

    #prev_next #next_title {
        right: 10px;
    }

    #prev_next #prev img, #prev_next #next img {
        margin: 0 auto;
        /*margin-bottom:1em;*/
    }

    #prev_next #prev_no, #prev_next #next_no {
        width: 50%;
        height: 120px;
        padding: 0 10px;
        display: table-cell;
        vertical-align: middle;
    }

    #prev_next #prev_no {
        border-right: #ccc 1px solid;
    }

#prev_next_home {
    margin: 0 auto;
    background-color: #39f;
    border: solid 9px #fff;
    width: 70px;
    height: 70px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 0 0 3px #39f;
    -webkit-box-shadow: 0 0 0 3px #39f;
    -moz-box-shadow: 0 0 0 3px #39f;
    text-align: center;
}

    #prev_next_home:hover {
        background-color: rgba(0,0,255,0.7);
    }

    #prev_next_home i {
        color: #FFF;
        margin: 10px auto;
        font-size: 35px;
    }
/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
    /*-- ここから --*/
    /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
    #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
    #prev_next #next, #prev_next #next::before, #prev_next #next::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    #prev_next #prev_title, #prev_next #next_title {
        padding: 3px 10px;
    }

    #prev_next #next_title {
        right: 10px;
    }

    #prev_next #prev img {
        float: left;
        margin-right: 10px;
        padding-right: 1em;
        /*width: 100px;
        height: 70px;*/
    }

    #prev_next #next img {
        float: right;
        margin-left: 10px;
        padding-left: 1em;
        /*width: 100px;
        height: 70px;*/
    }
    /*-- ここまで --*/
}





/*--------------------------------------
関連記事
--------------------------------------*/

div.relatedposts h4 {
    margin-bottom: 5px;
    color: white;
}

.relatedposts {
    margin-top: -40px;
    padding: 1.5em 1.5em 0.5em;
    box-shadow: 5px 5px 13px 1px rgba(0,0,0,0.12);
    background-color: #414141;
}

    .relatedposts .inner {
        max-width: 300px;
    }

        .relatedposts .inner:hover {
            background-color: rgba(238,238,238,0.7)
        }

    .relatedposts div.row {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .relatedposts .inner a.link {
        height: 0
    }

    .relatedposts .inner .thumbnail {
        margin-bottom: 0px;
        border: none;
        padding: 0;
        background-color: transparent;
    }

        .relatedposts .inner .thumbnail img {
            height: auto;
            width: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            margin: 0;
        }

    .relatedposts .inner h5 {
        text-align: left;
        color: #4DAED4;
        letter-spacing: 0px;
        line-height: 25px;
        font-size: 12px;
        font-weight: normal;
        padding: 0 1em;
        margin: 0;
    }

        .relatedposts .inner h5 a {
            text-decoration: none;
            color: white;
        }

    .relatedposts .inner:hover h5 a {
        color: #262626;
    }


.sh-blog-tags-list .tsuki_footer_cat {
    background-color: rgb(21, 67, 228) !important;
}




/*--------------------------------------
4つボタン
--------------------------------------*/

.tsuki_btn_four {
}

    .tsuki_btn_four ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .tsuki_btn_four li a {
        display: block;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        text-align: center;
    }

        .tsuki_btn_four li a:hover {
            opacity: 0.8;
            color: #fff;
        }

        .tsuki_btn_four li a:visited {
            color: #fff;
        }

    .tsuki_btn_four ul:after {
        content: "";
        display: block;
        clear: both;
    }

.tsuki_btn1 a {
    background-color: #dd4b39;
}

.tsuki_btn2 a {
    background-color: #57ae41;
}

.tsuki_btn3 a {
    background-color: #387fff;
}

.tsuki_btn4 a {
    background-color: #ee9200;
}

.tsuki_btn_four li {
    float: left;
    width: 25%;
    margin: 0;
}

/* スマホ用 */
@media screen and (max-width:700px) {
    .tsuki_btn_four li {
        float: left;
        width: 50%;
        border: 1px solid white;
    }

        .tsuki_btn_four li a {
            border-radius: 6px;
        }
}



/*--------------------------------------
SNSボタン
--------------------------------------*/

div.share h4 {
    border-bottom: 1px solid darkgray;
    margin-bottom: 5px;
    color: white;
}

.share {
    margin-bottom: 80px;
    margin-top: -80px;
}

    .share ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .share li a {
        display: block;
        padding: 2px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        text-align: center;
    }

        .share li a:hover {
            opacity: 0.8;
            color: #fff;
        }

        .share li a:visited {
            color: #fff;
        }

    .share ul:after {
        content: "";
        display: block;
        clear: both;
    }

.tweet a {
    background-color: #55acee;
}

.facebook a {
    background-color: #315096;
}

.googleplus a {
    background-color: #dd4b39;
}

.hatena a {
    background-color: #008fde;
}

.line a {
    background-color: #00c300;
}

.pocket a {
    background-color: #f03e51;
}

.rss a {
    background-color: #ff8c00;
}

.feedly a {
    background-color: #6cc655;
}

.share li {
    float: left;
    width: 36px;
    margin: 0;
    margin-top: 15px;
    margin-right: 5px;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
}

/* スマホ用 */
/*@media screen and (max-width:599px) {
    .share li {
        float: left;
        width: 47%;
        margin: 0 2% 3% 0;
    }

        .share li a {
            border-radius: 6px;
        }
}*/



/*--------------------------------------
SNSボタン (Top)
--------------------------------------*/

.tsuki_share_top {
}

    .tsuki_share_top ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .tsuki_share_top li a {
        display: block;
        padding: 2px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        text-align: center;
    }

        .tsuki_share_top li a:hover {
            opacity: 0.8;
            color: #fff;
        }

        .tsuki_share_top li a:visited {
            color: #fff;
        }

    .tsuki_share_top ul:after {
        content: "";
        display: block;
        clear: both;
    }

.tweet a {
    background-color: #55acee;
}

.facebook a {
    background-color: #315096;
}

.googleplus a {
    background-color: #dd4b39;
}

.hatena a {
    background-color: #008fde;
}

.pocket a {
    background-color: #f03e51;
}

.tsuki_share_top li {
    float: left;
    width: 40px;
    margin: 2px 2px 2px 0;
}


/* スマホ用 */
@media screen and (max-width:599px) {
    .tsuki_share_top {
        margin-top: 0.5em;
    }
}


/*--------------------------------------
商品紹介サムネイル
--------------------------------------*/

.tsuki_thumbnail {
    border: 1px solid gray;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0 0 30px;
}

    .tsuki_thumbnail .tsuki_thumbnail_image {
    }

        .tsuki_thumbnail .tsuki_thumbnail_image img {
            margin-bottom: 0;
        }

    .tsuki_thumbnail .tsuki_thumbnail_body {
    }

        .tsuki_thumbnail .tsuki_thumbnail_body h5 {
            text-decoration: underline;
        }

            .tsuki_thumbnail .tsuki_thumbnail_body h5 a {
                font-weight: normal;
                font-size: small;
            }

                .tsuki_thumbnail .tsuki_thumbnail_body h5 a:before {
                    content: " ";
                }


        .tsuki_thumbnail .tsuki_thumbnail_body span.tsuki_thumbnail_title {
            display: block;
            font-size: smaller;
        }

            .tsuki_thumbnail .tsuki_thumbnail_body span.tsuki_thumbnail_title:before {
                content: "[";
            }

            .tsuki_thumbnail .tsuki_thumbnail_body span.tsuki_thumbnail_title:after {
                content: "]";
            }

.entry-content div.tsuki .tsuki_thumbnail .tsuki_thumbnail_body p {
    margin-bottom: 1em;
}

    .entry-content div.tsuki .tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link {
        margin-bottom: 0;
    }

.tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link a {
    width: auto;
    padding: 6px 3px;
    min-width: 6em;
    font-size: 11px;
    height: 30px;
}

    .tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link a.btn-primary {
        color: #2e6da4;
        background-color: white;
    }

        .tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link a.btn-primary:hover {
            color: white;
            background-color: #286090;
        }

    .tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link a.btn-danger {
        color: #d43f3a;
        background-color: white;
    }

        .tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link a.btn-danger:hover {
            color: white;
            background-color: #c9302c;
        }


    .tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link a.btn-success {
        color: #4cae4c;
        background-color: white;
    }

        .tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link a.btn-success:hover {
            color: white;
            background-color: #449d44;
        }

    .tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link a.btn-black {
        border: 1px solid #262626;
        color: #262626;
        background-color: white;
    }

        .tsuki_thumbnail .tsuki_thumbnail_body p.tsuki_affi_link a.btn-black:hover {
            color: white;
            background-color: #262626;
        }


@media screen and (min-width: 0px) and (max-device-width: 767px) {

    .tsuki_thumbnail .tsuki_thumbnail_image {
        min-height: 300px;
    }
}



/*--------------------------------------
SNSアイコン自作
--------------------------------------*/

/* Font Awesome hatena bookmark */
.fa-hatebu:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}



/*--------------------------------------
SNSアイコン上書き
(テーマの設定で上手く表示されないので)
--------------------------------------*/

/* ヘッダーメニューのプルダウン矢印 */
.sh-nav li.menu-item-has-children > a::after,
.sh-header-left-side .sh-header-left-navigation ul.sh-nav > li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: FontAwesome !important;
    font-style: normal;
}

/* ヘッダーの検索 */
.icon-magnifier:before {
    content: "\f002";
    font-size: 18px;
    font-family: FontAwesome !important;
    font-style: normal;
}

/* ヘッダーのSNSアイコン */
.sh-nav-social,
.sh-header-left-2 .header-social-media i {
    font-size: 18px;
    font-family: FontAwesome !important;
    font-style: normal;
}

    .sh-nav-social .icon-social-twitter::after,
    .sh-header-left-2 .header-social-media .social-media-twitter i::after {
        content: "\f099";
    }

    .sh-nav-social .icon-social-facebook:after,
    .sh-header-left-2 .header-social-media .social-media-facebook i::after {
        content: "\f09a";
    }

    .sh-nav-social .icon-social-youtube:after,
    .sh-header-left-2 .header-social-media .social-media-youtube i::after {
        content: "\f167";
    }

    .sh-nav-social .icon-feed:after,
    .sh-header-left-2 .header-social-media .social-media-wordpress i::after {
        content: "\f09e";
    }



/* ヘッダーのSNSアイコン (Mobile) */
.header-mobile-social-media {
    font-family: FontAwesome !important;
    font-style: normal;
}

    .header-mobile-social-media .social-media-twitter:after {
        content: "\f099";
        color: #aaaaaa !important;
    }

    .header-mobile-social-media .social-media-facebook:after {
        content: "\f09a";
        color: #aaaaaa !important;
    }

    .header-mobile-social-media .social-media-youtube:after {
        content: "\f167";
        color: #aaaaaa !important;
    }

    .header-mobile-social-media .social-media-wordpress:after {
        content: "\f09e";
        color: #aaaaaa !important;
    }


/* フッターのSNSアイコン */
.sh-copyrights-social {
    font-family: FontAwesome !important;
    font-style: normal;
}

    .sh-copyrights-social .icon-social-twitter::after {
        content: "\f099";
    }

    .sh-copyrights-social .icon-social-facebook:after {
        content: "\f09a";
    }

    .sh-copyrights-social .icon-social-youtube:after {
        content: "\f167";
    }

    .sh-copyrights-social .icon-feed:after {
        content: "\f09e";
    }



/* ページ先頭に戻る矢印 */
.icon-arrow-up:before {
    content: "\f062";
    font-family: FontAwesome !important;
    font-style: normal;
}

/* ページの階層を示す矢印 */
.sh-titlebar .title-level .separator::after {
    content: "\f105";
    font-family: FontAwesome !important;
    font-size: 14px;
    font-style: normal;
    color: #8d8d8d;
}

/* ページ内リンクのアイコン */
.icon-link:before {
    content: "\f0c1";
    font-family: FontAwesome !important;
    font-style: normal;
}



/*--------------------------------------
lightbox用の設定を移植
--------------------------------------*/


@font-face {
    font-family: 'lightcase';
    src: url(../fonts/lightcase.eot?55356177);
    src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"),url(../fonts/lightcase.woff?55356177) format("woff"),url(../fonts/lightcase.ttf?55356177) format("truetype"),url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
    font-weight: 400;
    font-style: normal
}

[class*='lightcase-icon-']:before {
    font-family: 'lightcase',sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.lightcase-icon-play:before {
    content: '\e800'
}

.lightcase-icon-pause:before {
    content: '\e801'
}

.lightcase-icon-close:before {
    content: '\e802'
}

.lightcase-icon-prev:before {
    content: '\e803'
}

.lightcase-icon-next:before {
    content: '\e804'
}

.lightcase-icon-spin:before {
    content: '\e805'
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0,0,0,.5)
}

@media screen and (max-width:640px) {
    html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 55px 0 70px 0;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important
    }
}

@media screen and (min-width:641px) {
    html:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.5);
        -o-box-shadow: 0 0 30px rgba(0,0,0,.5);
        box-shadow: 0 0 30px rgba(0,0,0,.5);
        -webkit-backface-visibility: hidden
    }
}

@media screen and (min-width:641px) {
    html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
        background-color: #333
    }
}

html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:640px) {
    html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:640px) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding: 15px
    }

        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
            width: 100% !important;
            max-width: none !important
        }

            html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
                height: auto !important;
                max-height: none !important
            }
}

@media screen and (max-width:640px) {
    html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width:640px) and (min-width:641px) {
    html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: .75
    }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow: hidden !important
}

@media screen and (max-width:640px) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

@media screen and (min-width:641px) {
    html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width:640px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #aaa
    }
}

@media screen and (min-width:641px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #333
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa
}

@media screen and (max-width:640px) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0
    }
}

@media screen and (min-width:641px) {
    #lightcase-case p.lightcase-error {
        padding: 0
    }
}

.lightcase-open body {
    overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%
}

#lightcase-info {
    position: absolute;
    padding-top: 15px
}

    #lightcase-info #lightcase-title, #lightcase-info #lightcase-caption {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-weight: 400;
        text-overflow: ellipsis
    }

    #lightcase-info #lightcase-title {
        font-size: 17px;
        color: #aaa
    }

@media screen and (max-width:640px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333
    }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa
}

@media screen and (max-width:640px) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px
    }

    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static
    }
}

#lightcase-loading {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin 0.5s infinite linear;
    -moz-animation: lightcase-spin 0.5s infinite linear;
    -o-animation: lightcase-spin 0.5s infinite linear;
    animation: lightcase-spin 0.5s infinite linear
}

    #lightcase-loading, #lightcase-loading:focus {
        text-decoration: none;
        color: #fff;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: color,opacity,ease-in-out 0.25s;
        -moz-transition: color,opacity,ease-in-out 0.25s;
        -o-transition: color,opacity,ease-in-out 0.25s;
        transition: color,opacity,ease-in-out 0.25s
    }

        #lightcase-loading > span {
            display: inline-block;
            text-indent: -9999px
        }

a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer
}

    a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
        text-decoration: none;
        color: rgba(255,255,255,.6);
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: color,opacity,ease-in-out 0.25s;
        -moz-transition: color,opacity,ease-in-out 0.25s;
        -o-transition: color,opacity,ease-in-out 0.25s;
        transition: color,opacity,ease-in-out 0.25s
    }

        a[class*='lightcase-icon-'] > span {
            display: inline-block;
            text-indent: -9999px
        }

        a[class*='lightcase-icon-']:hover {
            color: white;
            text-shadow: 0 0 15px white
        }

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none
}

a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px
}

a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px
}

a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -.5em
}

@media screen and (min-width:641px) {
    a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0
    }
}

@media screen and (max-width:640px) {
    a[class*='lightcase-icon-'] {
        bottom: 15px;
        font-size: 24px
    }
}

@media screen and (min-width:641px) {
    a[class*='lightcase-icon-'] {
        bottom: 50%;
        margin-bottom: -.5em
    }

        a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
            opacity: 1
        }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #333
}

@media screen and (max-width:640px) {
    #lightcase-overlay {
        opacity: 1 !important
    }
}




/*--------------------------------------
ホーム用
--------------------------------------*/

.tsuki2 .tsuki_top {
    overflow: hidden;
    width: 100%;
    height: 650px;
    max-height: none;
    left: 0px;
    background-repeat: no-repeat;
    background-image: url(https://ei-raku.com/wp-content/uploads/home/home-bg-image1.jpg);
    background-size: cover;
    background-position: center center;
}

    .tsuki2 .tsuki_top .tsuki_top_sub {
        height: 100%;
    }


.tsuki2 .tsuki_bottom {
    background-color: #303030;
    color: white;
}

    .tsuki2 .tsuki_bottom p {
        line-height: 170%;
        margin-bottom: 1.5em;
    }

.tsuki2 .tsuki_bottom_sub {
    margin-bottom: 15px;
}



.tsuki2 .tsuki_phrase {
    font-weight: bold;
    color: white;
    font-family: Raleway;
    font-style: italic;
    position: absolute;
    top: 35%;
    left: 15%;
}

    .tsuki2 .tsuki_phrase .tsuki_line {
        margin: 0;
        font-size: 60px;
        line-height: 1.2;
    }

    .tsuki2 .tsuki_phrase .tsuki_line_small {
        margin: 0;
        font-size: 30px;
        line-height: 1.2;
    }

.tsuki2 .tsuki_color1 {
    color: rgb(81, 204, 226);
}

.tsuki2 .tsuki_bg1 {
    background-color: #6b6b6b;
}

.tsuki2 .tsuki_block1 {
    padding: 0 15px;
}

.tsuki2 .tsuki_block2 {
    background-color: #ececec;
    padding: 15px 15px 0;
}

.tsuki2 .tsuki_thumb {
    text-align: center;
    margin-bottom: 15px;
}



.tsuki2 h1 {
    text-align: left;
    color: #47c9e5;
    font-weight: bold;
    display: inline-block;
}

.tsuki2 h2 {
    margin-bottom: 15px;
}

.tsuki2 h3 {
    border-bottom: 1px solid gray;
    margin-bottom: 15px;
    font-size: 18px;
}

.tsuki2 .tsuki_block2 p {
    margin-bottom: 1.5em;
    line-height: 170%;
}

.tsuki2 .tsuki_article {
    background-color: white;
    border: 1px solid #d7d7d7;
    max-width: 400px;
    padding: 0 15px 15px;
    margin-bottom: 15px;
}

.tsuki2 .tsuki_hover:hover {
    background-color: rgba(238,238,238,0.7);
}



.tsuki2 .tsuki_article h4 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    min-height: 3em;
}


.tsuki2 .tsuki_article .tsuki_article_item2 {
    font-size: 13px;
    border-top: 1px dotted lightgray;
    padding-top: 10px;
    color: #353535;
}

.tsuki2 .tsuki_article .tsuki_date:before {
    content: "\f073  ";
    font-family: FontAwesome;
    font-size: 13px;
}

.tsuki2 .tsuki_article .tsuki_tag {
    margin-left: 13px;
}

    .tsuki2 .tsuki_article .tsuki_tag:before {
        font-family: FontAwesome;
        content: "\f02b  ";
        font-size: 13px;
    }

.tsuki2 .tsuki_cat {
    margin-bottom: 15px;
}

.tsuki2 .tsuki_cat_item {
    background-color: white;
    border: 1px solid #6fade1;
    color: black;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    min-width: 8em;
    padding: 5px 6px;
    margin: 2px 1px;
}

.tsuki2 .tsuki_relative_item {
    background-color: white;
    border: 1px solid #e48a32;
    margin-bottom: 15px;
    max-width: 450px;
}

    .tsuki2 .tsuki_relative_item a {
        display: block;
        padding: 15px;
    }

    .tsuki2 .tsuki_relative_item h4 {
        font-size: 13px;
        margin: 0;
        font-weight: normal;
    }


.tsuki_margin_top_mobile {
    margin-top: 0px;
}


@media screen and (min-width: 0px) and (max-width: 320px) {
    .tsuki_margin_top_mobile {
        margin-top: 15px;
    }
}

@media screen and (min-width: 0px) and (max-width:599px) {
    .tsuki_margin_top_mobile {
        margin-top: 15px;
    }


    .tsuki2 .tsuki_top {
        height: 300px;
    }

    .tsuki2 .tsuki_phrase {
        left: 10px;
        top: 40%;
    }

        .tsuki2 .tsuki_phrase .tsuki_line {
            font-size: 20px;
        }

        .tsuki2 .tsuki_phrase .tsuki_line_small {
            font-size: 15px;
        }
}

@media screen and (min-width:600px) and (max-width:800px) {

    .tsuki2 .tsuki_phrase .tsuki_line {
        font-size: 40px;
    }

    .tsuki2 .tsuki_phrase .tsuki_line_small {
        font-size: 20px;
    }
}

@media screen and (min-width:801px) and (max-width:1100px) {

    .tsuki2 .tsuki_phrase {
        left: 10%;
    }

        .tsuki2 .tsuki_phrase .tsuki_line {
            font-size: 50px;
        }

        .tsuki2 .tsuki_phrase .tsuki_line_small {
            font-size: 25px;
        }
}

@media screen and (min-width:1101px) and (max-width:1200px) {

    .tsuki2 .tsuki_phrase .tsuki_line {
        font-size: 40px;
    }

    .tsuki2 .tsuki_phrase .tsuki_line_small {
        font-size: 20px;
    }
}

@media screen and (min-width:1201px) and (max-width:1600px) {
    .tsuki2 .tsuki_phrase {
        left: 10%;
    }

        .tsuki2 .tsuki_phrase .tsuki_line {
            font-size: 50px;
        }

        .tsuki2 .tsuki_phrase .tsuki_line_small {
            font-size: 25px;
        }
}
