@charset "utf-8";

/*  Resetting
/*-------------------------------------------*/
/** { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
* { margin: 0px; padding: 0px; word-wrap: break-word; }
ul { list-style: none; }
body, ul, ol, li, dl, dt, dd, table, form, input, label { margin:0; padding:0; font-weight:normal; }
body {transition: background-color .5s;overflow-x: hidden;max-width: 100%;     font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 20px; margin: 0; line-height:2.0; -webkit-text-size-adjust : 100%; color:#000; background-color: #fff }

h1, h2, h3, h4, h5, ul { font-size:100%; margin:0; padding:0; }
h1, h2, h3, h4, h5, p, ul, th, td { }
hr { border:none; border-top:dashed 1px #CCC; height:1px; color:#FFFFFF; width:100%; margin-top:30px; margin-bottom:30px; }
th { font-weight:lighter; }
dt { font-weight: bold; }
strong { font-weight: bold; }
a { color: #000; text-decoration:none; font-size:100%; overflow:hidden; outline:none; }
a:hover { color:rgba(0,0,0, .5); transition: .4s ; text-decoration: none; }
a.blog_a { color: #000; font-weight: bold; text-decoration:none; font-size:100%; overflow:hidden; outline:none; }
a.blog_a:hover { color: #00acae; transition: .4s ; text-decoration: none; }
img { border: no; text-decoration:none;}
img { border: none; vertical-align: top; max-width: 100%; }
a img { border:none; }
a:hover img { opacity:0.5; filter: alpha(opacity=50); -ms-filter: "alpha( opacity=50 )"; transition: .4s ;  }*/
section{overflow: hidden;}

/*-------------------------------------------*/
/*  Width
/*-------------------------------------------*/
.w100 {
    width: 100%;
}
.w30 {
    width: 30%
}
.w50 {
    width: 50%;
    margin-left: 0!important;
     margin-right: 0!important; 
}
.w70 {
    width: 70%
}
.w80 {
    width: 80%
}

/*-------------------------------------------*/
/*  Wrap
/*-------------------------------------------*/
.inner-wrap {
    width: 1090px;
    margin:auto;
    padding: 0px 60px 0px 60px;
    overflow: hidden;
}
.wrap {
    margin: auto;
    overflow: hidden;
    width: 960px;
    z-index: 1;
    position: relative;
}


/*-------------------------------------------*/
/*  Header
/*-------------------------------------------*/


.logo{float:left;}
.logo img{vertical-align: middle;}



.btn {
    background: #06afee;
    border: 2px solid #06afee;
    display: inline-block;
    margin: 1rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: .3px;
    border-radius: 5px;
    padding: .8rem 3rem .9rem;
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    margin: .8rem;
    width: 300px;
}

.btn-transparent {
    display: inline-block;
    margin: 1rem 0;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: .3px;
    border-radius: 5px;
    padding: .8rem 3rem .9rem;
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    margin: .8rem;
    width: 300px;
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid #eee;
}

.btn-b {color:#fff;
    /*border: 1px solid #917f60;*/
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.btn-b:hover {opacity: .8;transition: .4s;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.btn-w {color:#333;background-color: #fff;border: 1px solid #333;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.btn-w:hover {color:#fff;background-color: #917f60;border: 1px solid #917f60;transition: .4s;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.btn-y {color:#fff;background-color: #d90000;border: 1px solid #d90000;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.btn-y:hover {color:#d90000;background-color: #fff;border: 1px solid #d90000;transition: .4s;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.btn-p {color:#fff;background-color: #9c031b;border: 1px solid #9c031b;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.btn-p:hover {color:#9c031b;background-color: #f3f3f3;border: 1px solid #9c031b;transition: .4s;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.btn-r:hover{background-color: #9c031b}
.btn-r{background-color: #2d2d2d;border-radius: 100px}

.btn:hover {
    background: #000;
    color: #06afee;
    border: 2px solid #000;
}

.btn-transparent:hover {
    background-color: #fff;
    color: #000;
}

/*-------------------------------------------*/
/*  Font-style
/*-------------------------------------------*/

.pull-top {
    position: relative;
    z-index: 2
}

/*-------------------------------------------*/
/*  Footer
/*-------------------------------------------*/
footer a { color: #fff }
footer a:hover { color:rgba(255,255,255, .5); transition: .4s ; text-decoration: none; }

/*-------------------------------------------*/
/*  Page-top
/*-------------------------------------------*/
#page-top a {
    background: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    font-weight: normal;
    letter-spacing: 2px;
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    z-index: 9;
}



button {
    width: 100%;
    margin: auto;
    background-color: #f1f1f1!important;
    border-color: #fff;
    padding: 0!important;
    border-style: none;
}

/*-------------------------------------------------------------------------------------*/
/*Flex*/
/*-------------------------------------------------------------------------------------*/
.f_flex { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: start; flex-wrap: wrap;}
.f_flex_m0 { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; }
.f_between { -webkit-justify-content: space-between; justify-content: space-between; }/*ジャスティファイ配置*/
.f_between_space { justify-content: space-around; -webkit-justify-content: space-around; /* Safari */ }
.f_left { -webkit-justify-content: flex-start; justify-content: flex-start; }/*横左寄り*/
.f_right { -webkit-justify-content: flex-end; justify-content: flex-end; }/*横右寄り*/
.f_center { -webkit-justify-content:  -webkit-justify-content: center; justify-content: center; }/*横中央寄り*/
.f_top { -webkit-align-items: center; align-items: flex-start; }/*縦真ん上揃え*/
.f_middle { -webkit-align-items: center; align-items: center; }/*縦真ん中揃え*/
.f_bottom { -webkit-align-items: flex-end; align-items: flex-end; }/*縦下揃え*/
.f_stretch { -webkit-align-items: stretch; /* Safari */ align-items: stretch; }
.f_column { flex-flow: column nowrap;} /*縦並び*/
.f_r1>div:last-child { margin-left: auto; }/*一つだけ右寄せ*/
.f_l1>div:first-child {margin-right: auto;}/*一つだけ左寄せ*/
.f_w1 { -webkit-flex: 1; flex: 1; overflow:hidden;}
.f_w2 { -webkit-flex: 2; flex: 2; overflow:hidden;}
.f_w3 { -webkit-flex: 3; flex: 3; overflow:hidden;}
.f_w4 { -webkit-flex: 4; flex: 4; overflow:hidden;}
.f_w5 { -webkit-flex: 5; flex: 5; overflow:hidden;}

.f_normal>div, .f_normal>li { margin-left:1.2%; margin-right:1.2%; }
.f_flex_m0>div, .f_flex_m0>li { margin-left:0; margin-right:0; }
.f_normal>div:first-child, .f_normal>li:first-child { margin-left:0; }
.f_flex>div:last-child, .f_flex>li:last-child { margin-right:0; }
.col { overflow:hidden; }
.col { display: -webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.col>div, .col>li { margin-left:2.2%; margin-right:2.2%; }
.col>div:first-child, .col>li:first-child { margin-left:0; }
.col>div:last-child, .col>li:last-child { margin-right:0; }

.c2>li {width: 49%; margin-right: 2%; margin-top: 10px;}
.c2>li:nth-child(2n) {margin-right :0;}
.c2>div {width: 49%; margin-right: 2%; margin-top: 10px; margin-bottom: 10px;}
.c2>div:nth-child(2n) {margin-right :0;}

.c3>li { width: 31.3%; margin-right: 3%; }
.c3>li:nth-child(3n) {margin-right :0;}
.c3>div {  width: 32.3%; margin-right: 1.5%; margin-bottom: 20px;}
.c3>div:nth-child(3n) {margin-right :0; }

.c4>li { width: 21.7%; }
.c4>div {width: 23.7%; margin-right: 1.6%; margin-bottom: 20px; }
.c4>div:nth-child(4n) {margin-right :0; margin-bottom: 20px;}

.c5>li { width:16.48%; }
.c5>div:nth-child(5n), .c5>li:nth-child(5n) {
margin-right:0;
}
.c5>div {      width: 19.5%;
    margin-right: .5%;}
.c5>div:nth-child(5n+1), .c5>li:nth-child(5n+1) {
margin-left:0;
}
.c6>li { width:13%; }
.c6>div:nth-child(6n), .c6>li:nth-child(6n) {
margin-right:0;
}
.c6>div:nth-child(6n+1), .c6>li:nth-child(6n+1) {
margin-left:0;
}

.visible-xs {
    display: none;
}
/*-------------------------------------------*/
/*  Additional css
/*-------------------------------------------*/

.fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.social-icons {
    display: -webkit-inline-box;
    display: inline-flex;
}
ul.social-icons li a{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    margin: 5px;
    line-height: 1em;
}
li.social-icons {
    display: flex;
}
.main-header {
    background: url(../images/header_bg.jpg) no-repeat;
    width: 100%;
    height: 826px;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
}

.border-s1d{
    border: solid 1px #9c031b;
    background-color: #fff;
}
.social-icons {
    display: -webkit-inline-box;
}

#toggleDown, #toggleClick {
    display: none;
}

.bg_profile{
    background: url(../images/profile.png) no-repeat;
    width: 100%;
    background-size: cover;
    background-position-x: 40%;
}
.p-side {
    width: 60%;
}
.oswald{
    font-family: 'Oswald', sans-serif;
}
.pagewidth {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

/*#gnav{background-color: #fff!important}*/
.slick-slide span.cat-name {background-color: #9c031b!important}
.sect__4 span.cat-name {background-color: #9c031b!important}
.sect__5 span.cat-name {background-color: #000!important}
.works .cat-name, .blog .cat-name{top: 0px!important;padding: 5px 14px;font-size: 11px;top:inherit;}

/*.blog .cat-name{background-color: #b09d7ccc}*/
.works .cat-name{background: rgba(207,200,6,.8)}

.f-banner{display: table;width: 100%;table-layout: fixed}

.f-banner li{display: table-cell;position: relative;padding:1%;}
.f-banner a{display: block;position: relative;font-size: 14px;text-align: center;    
/*    border-width: 5px;
    border-style: double;
    border-color: #b8a789;*/
}
.f-banner img:hover{opacity: .8;transition: .4s}
.eye-catch img{    display: table-cell;
    width: 280px;
    height: 212px;
    text-align: center;
    vertical-align: middle;background: center center no-repeat;background-size: contain;}

.nav-previous img, .nav-next img, .related-thumbnail-square img, .related-thumbnail-square a {width: 150px!important;object-fit: cover;}


/*-------------------------------------
記事下部　SNSボタン
-------------------------------------*/
/*上部*/
.article_social__title{
    text-align: center;
    border-bottom: none!important;
    font-size: 16px;
    padding: 0;
}
.article_social__title_sp{
    display: none;
}
.article_social_share{
    overflow: hidden;
    margin-bottom: 20px;
}
.article_social_share li{
    width: 49%;
    float: left;
}
.article_social_share li:first-child{
    margin-right: 2%;
}
.article_social_share li a{
    display: block;
    color: #FFF;
    font-weight: bold;
    height: 66px;
    overflow: hidden;
}
.article_social_share li a:hover{
    opacity: 0.8;
}
.article_social_share li a:hover span,
.article_social_share li a:hover i{
    color: #FFF;
    text-decoration: none;
}
.article_social_share .facebook a{
    background-color: #3b5998;
}
.article_social_share .twitter a{
    background-color: #1b95e0;
}
.article_social_share li a i{
    display: block;
    background-color: rgba(0,0,0,.1);
    float: left;
    width: 20%;
    height: 66px;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 22px;
}
.article_social_share li a span{
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0 0 0;
    display: block;
    float: left;
    width: 80%;
    text-align: center;
}

/*ロゴ付近*/
.articleSocial__logo a span{
    margin-left: 8px;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}
.articleSocial__logo a img{
    width: auto;
    height: auto;
    max-height: 30px;
    vertical-align: middle;
}

/*いいねボード*/
.article_social_board{
    display: table;
    width: 100%;
}
.article_social_board .image{
    display: table-cell;
    width: 50%;
    overflow: hidden;
    line-height: 0;
    vertical-align: middle;
    padding-right: 2%;
    
}
.article_social_board .image img{
    width: 100%;
    height: auto;
    background: #FFF;
}
.article_social_board .likebox{
    width: 48%;
    color: #fff;
    background: #333;
    text-align: center;
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
}
.article_social_board .massage{
    margin: 0 0 16px;
    font-weight: bold;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
.article_social_board .caption{
    font-size: 12px;
    margin: 0;
    color: #999;
}
.article_social_board .likeBtn{
    margin-bottom: 16px;
    min-height: 24px;
}

/*フォローエリア*/
.article_social_follow{
    margin-top: 20px;
    padding: 12px;
    background-color: #f7f7f7;
    overflow: hidden;
}
.article_social_follow .article_social_followbtnlist{
    display: block;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.article_social_follow li{
    float: left;
    width: 49%;
    background-color: #fff;
    text-align: center;
    height: 100px;
}
.article_social_follow li:last-child{
    float: right;
}
.article_social_follow li .text{
    display: block;
    padding: 16px 0 10px 0;
    font-size: 14px;
}

@font-face {
    font-family: 'icomoon';
    src:url('../../fonts/icomoon.eot?j2snvn');
    src:url('../../fonts/icomoon.eot?j2snvn#iefix') format('embedded-opentype'),
        url('../../fonts/icomoon.ttf?j2snvn') format('truetype'),
        url('../../fonts/icomoon.woff?j2snvn') format('woff'),
        url('../../fonts/icomoon.svg?j2snvn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
.icon-facebook2:before{
    content: "\e907";
}
.icon-hatebu:before{
    content: "\e900";
}
.icon-twitter:before{
    content: "\e908";
}
/*
900px以下ではシェアボタンのテキスト改行するため、１列に。
------------------------*/
@media screen and (max-width: 900px) {
    .article_social_share li{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .article_social_share li a,
    .article_social_share li a i{
        height: 50px;
    }
    .article_social_share li a i,
    .article_social_share li a span{
        padding-top: 14px;
    }
}

/*
840px以下ではフォローボタンのテキスト改行するため、１列に。
------------------------*/
@media screen and (max-width: 840px) {
    .article_social_follow li{
        float: none;
        width: 100%;
    }
    .article_social_follow li:first-child{
        margin-bottom: 12px;
    }
}



#gnav .global-nav li a{
    /*color: #fff!important;*/
}
.footer {
    background-color: #000!important;
    color: #fff!important;
    /*border: solid 1px #b8a789;*/
    /*margin: 10px 10px 10px 10px;*/
    /*margin-bottom: 10px!important;*/
}
.p-side h3 {
    color: #a57a43!important;
}
.title-content {
    /*background-color: #fff6f6!important;*/
}
/*hr*/
.strike { display: block; text-align: center;  overflow: hidden; white-space: nowrap; }
.strike > span { position: relative;  display: inline-block; padding-left: 2px;}
.strike > span:before,.strike > span:after {  content: "";  position: absolute;  top: 50%;  width: 1000%; height: 3px; margin-top: -2px;  border-bottom: 1px solid #d6d1c6 ;}
.strike > span:before { right: 100%;margin-right: 15px;}
.strike > span:after { left: 100%; margin-left: 15px;}

.strike2 { display: block; text-align: center;  overflow: hidden; white-space: nowrap; }
.strike2 > span { position: relative;  display: inline-block; padding-left: 2px;}
.strike2 > span:before,.strike2 > span:after {  content: "";  position: absolute;  top: 50%;  width: 1000%; height: 3px; margin-top: -2px;  border-bottom: 1px solid #b09d7c ;}
.strike2 > span:before { right: 100%;margin-right: 15px;}
.strike2 > span:after { left: 100%; margin-left: 15px;}

.categories{
     -moz-column-count: 2;
      -moz-column-gap: 20px;
      -moz-column-rule: none;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      -webkit-column-rule: none;
    column-count: 2;
    column-gap: 20px;
    column-rule: none;
    margin-bottom: 50px;
}


.categories li{
    border-bottom: 1px dotted rgba(125, 125, 125, 0.2);
    margin: 0;
    padding: 0;
}
.categories li a{
    display: block;
    padding: 1em 1.2em 1em 0.3em;
    margin: 0;
    position: relative;
    color: #666666;
}

.categories a:after{
    font-family: "fontawesome";
    content: '\f054';
    position: absolute;
    right: 0.2em;
    font-size: 1em;
    top: 50%;
    margin-top: -0.5em;
    color: #9c031b;
}

.widgettitle{
    background-color: #9c031b;
    color: #ffffff;
        font-size: 1em;
    padding: 0;
    border-radius: 3px;
    margin-top: 0;
        overflow: hidden;
}

.widgettitle span{
        display: block;
    width: 100%;
    height: 100%;
    padding: 0.75em 0.8em;
}
#gnav .global-nav .current-menu-item > a:first-child, li#menu-item-19 a {
    color: #9c031b!important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2487 a {
    color: #9c031b!important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2488 a {
    color: #9c031b!important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2489 a {
    color: #9c031b!important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3135 a {
    color: #9c031b!important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2495 a {
    color: #9c031b!important;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2491.contact a {
    color: #9c031b!important;
}



footer .sidebar-footer-col4 {
    width: 100%!important;
    margin-left: 0!important;
}
div.footer-widget-box {
    text-align: center;
}
footer ul.menu {
    display: -webkit-inline-box;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-19,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2487,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2488,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2489,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3135,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2495,
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2491.contact{
    padding: 0 10px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-19 a {
    color: #eb8605!important;
    font-weight: bold;
    font-family: 'Crimson Text', serif;
}

.post-desc_{height: 3.3em;}

.btn-footer{
    position: fixed;
    bottom: 0px;
    z-index: 9;
}

.btn-footer span.close {
    cursor: pointer;
    position: absolute!important;
    top: 0%!important;
    background-color: rgba(255,255,255,.4);
    right: 0%!important;
    padding: 2px 5px;
}

img.btn--footer {
    margin-bottom: -10px!important;
}

.slick-list{height: 220px;}

article header{position: relative;}
.article-header{position: relative;}
.viral__bg {
    position: absolute;
    height: 270px;
    z-index: -10;
    width: 100%;
}
.viral__bg img {
    height: 100%;
}
.viral__bg img {
    width: 100%;
}
.viral__bg img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.mask-blackmesh::after {
    background-color: rgba(0,0,0,.40);
    background-image: linear-gradient(90deg,rgba(0,0,0,.5) 50%,transparent 50%),linear-gradient(rgba(0,0,0,.40) 50%,transparent 50%);
    background-size: 2px 2px;
}
.mask::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bx-viewport{overflow: inherit!important;}