@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
#blog_index_wrap{
    font-family:'Archivo Narrow', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Malgun Gothic", "Yoon Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
    #blog_list_con-loading{
        margin: 30px 0;
    }
    .blog_list_con ul{
        visibility: hidden;
    }
    #blog_list_con-loading .animation-5{
        width: 100px;
    }
    #blog_page{
        visibility: hidden;
        text-align: center;
        font-size: 18px;
        padding: 85px 0 0;
    }
    #blog_list #blog_page li{
        display: inline-block;
        float: none;
        position: relative;
        line-height: 40px;
        padding: 0 20px;
    }
    #blog_page li a{
        color: #19223f;
        text-decoration: none;
        display: inline-block;
        padding: 8px;
    }
    #blog_page li a:hover{
        color: #aaa;
    }
    #blog_page li a.current{
        border-bottom: solid 1px #19223f;

    }
    #infscr-loading{
        position: absolute;
        bottom: -130px;
        left: 100%;
        display: block;
        margin-left: -50px;
    }
    #blog_list_l{
        position: relative;
    }
    #nonblog{
        text-align: center;
        font-size: 14px;
        margin: 20px 0 0;
    }
    #concept_head h2 {
        text-align: center;
        color: #fff;
        font-size: 55px;
        line-height: 1em;
        color: #3c3c3c;
        padding: 70px 0 50px;
    }
    #concept_head h2 span {
        display: block;
        line-height: 1em;
        font-size: 16px;
        padding: 10px 0 0;
        font-weight: normal;
    }
    #blog_list {
        margin-bottom: -13px;
    }
    #blog_list ul#blog_list_l {
        float: left;
    }
    #blog_list ul#blog_list_r {
        float: right;
    }
    #blog_list ul {
        position: relative;
    }
    #blog_list li {
        list-style: none;
        position: absolute;
        margin-bottom: 8px;
    }
    #blog_list li.blog_list_r {
    }
    #blog_list li.blog_list_l {
        width: 396px;
    }
    #blog_list li.blog_list_m {
        width: 396px;
        /* height:156px; */
    }
    #blog_list li.blog_list_m .blog_meta{
        padding-top: 0;
    }
    #blog_list li.blog_list_m .blog_content p.blog_photo {
        float: left;
        width: 188px;
    }
    #blog_list li.blog_list_m .blog_content .blog_main {
        float: left;
        width: 176px;
        padding: 0 0 0 10px;
    }
    #blog_list li.blog_list_s {
        width: 194px;
    }
    #blog_list li.blog_list_s .blog_content {
        /* height: 232px; */
        min-height: 253px;
    }
    #blog_list li.pattern_tall .blog_content{
        /* height:280px; */
        min-height: 280px;
    }
    #blog_list li.pattern_semi_tall .blog_content{
        /* height:271px; */
        min-height: 271px;
    }
    #blog_list li.pattern_little_tall .blog_content{
        /* height:251px; */
        min-height: 251px;
    }
    .blog_content {
        border: solid 1px #3c3c3c;
        padding: 9px;
        overflow: hidden;
    }
    .blog_content p.blog_photo a {
        display: block;
        padding-top: 67.5%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .blog_content p.blog_meta {
        font-size: 10px;
        line-height: 1em;
        padding: 10px 0 5px 0;
        color: #3c3c3c;
    }
    .blog_content p.blog_lead {
        font-size: 12px;
        line-height: 18px;
        color: #3c3c3c;
        padding: 10px 0 0px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .blog_content h3 {
        border-bottom: solid 1px #3c3c3c;
        padding: 0 0 5px;
        font-size: 16px;
        line-height: 1.3em;
    }
    .blog_content h3 a {
        color: #19223f;
        text-decoration: none;
    }
    #blog_side {
        margin-left: auto;
        margin-bottom: 50px;
        width: 446px;
        /* IE10以上で矢印を消す */
        /* フォーカス時 */
    }
    #blog_side ul {
        display: table;
        width: 100%;
    }
    #blog_side ul li {
        display: table-cell;
        vertical-align: middle;
    }
    #blog_side ul li:nth-child(1) {
        width: 37%;
    }
    #blog_side ul li:nth-child(2),
    #blog_side ul li:nth-child(3),
    #blog_side ul li:nth-child(4) {
        width: 21%;
    }
    #blog_side p {
        margin: 0 2px 0 0;
        font-size: 16px;
        line-height: 1em;
    }
    #blog_side p a {
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        display: block;
        background: #19223e;
        color: #fff;
        text-decoration: none;
        text-align: center;
        transition: background 0.3s ease 0s;
    }
    #blog_side p a:hover {
        background: #aaa;
    }
    #blog_side div {
        font-size: 16px;
    }
    #blog_side div a {
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        display: block;
        background: #19223e;
        color: #fff;
        text-decoration: none;
        text-align: center;
        transition: background 0.3s ease 0s;
    }
    #blog_side div a img {
        vertical-align: -5px;
    }
    #blog_side div a:hover {
        background: #aaa;
    }
    #blog_side .btn-select {
        padding: 0;
        margin: 0 2px 0 0;
        transition: background 0.3s ease 0s;
        position: relative;
        background: #19223e;
        cursor: pointer;
        /* IEでcursorがチラついたので */
    }
    #blog_side .btn-select:hover {
        background: #aaa;
    }
    #blog_side .label {
        text-align: center;
        color: #fff;
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        line-height: 30px;
        height: 30px;
    }
    #blog_side .select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        cursor: pointer;
        width: 100%;
        border: none;
        line-height: 30px;
        height: 30px;
        opacity: 0;
        position: relative;
        z-index: 2;
    }
    #blog_side .select::-ms-expand {
        display: none;
    }
    #blog_side .select:focus {
        z-index: -1;
        opacity: 1;
    }

#blog_index_wrap .lay{
    width:auto;
    overflow:visible;
}

/* .pattern1 #blog_li_1-0 {
    top: 0px; left: 0px;
}

.pattern1 #blog_li_1-1 {
    top: 0px; left: 404px;
}

.pattern1 #blog_li_1-2 {
    top: 156px;
    left: 404px;
}

.pattern1 #blog_li_1-3 {
    top: 156px;
    left:606px;
}

.pattern1 #blog_li_1-4 {
    top: 380px; left: 0px;
}

.pattern1 #blog_li_1-5 {
    top: 380px; left: 202px;
}

.pattern1 #blog_li_1-6 {
    top: 417px;
    left: 404px;
}

.pattern1 #blog_li_1-7 {
    top: 573px;
    left: 404px;
}

.pattern1 #blog_li_1-8 {
    top: 642px;
    left: 0px;
}

.pattern1 #blog_li_1-9 {
    top: 642px;
    left: 202px;
}

.pattern1 #blog_li_1-10 {
    top: 730px;
    left: 404px;
}

.pattern1 #blog_li_1-11 {
    top: 730px;
    left: 606px;
}

.pattern1 #blog_li_1-12 {
    top: 904px;
    left: 0px;
}

.pattern1 #blog_li_1-13 {
    top: 993px;
    left: 404px;
}

.pattern1 #blog_li_1-14 {
    top: 1061px;
    left: 0;
}

.pattern1 #blog_li_1-15 {
    top: 1149px;
    left: 404px;
}

.pattern1 #blog_li_1-16 {
    top: 1149px;
    left: 606px;
}

.pattern1 #blog_li_1-17 {
    top: 1218px;
    left: 0px;
}

.pattern1 #blog_li_1-18 {
    top: 1375px;
    left: 0px;
}

.pattern1 #blog_li_1-19 {
    top: 1375px;
    left: 202px;
}

.pattern1 #blog_li_1-20 {
    top: 1411px;
    left: 404px;
}

.pattern1 #blog_li_1-21 {
    top: 1411px;
    left: 606px;
}

.pattern1 #blog_li_1-22 {
    top: 1636px;
    left: 0px;
} */

#blog_wrapper #blog_pager {
  padding-top: 80px;
}

#blog_list ul {
  transition: opacity 0.5s ease-out;
}

#blog_list_con-loading{
    margin: 100px 0 30px;
}
.blog_list_con ul{
    visibility: hidden;
}
#blog_list_con-loading .animation-5{
  width: 120px;
  padding-left: 17px;
}
#infscr-loading{
    position: absolute;
    bottom: -130px;
    left: 100%;
    display: block;
    margin-left: -50px;
}
.animation-5
{
    width:117px;
    height: 50px;
    margin:  10px auto;
}
.animation-5 div
{
    height:30px;
    width:10px;
    background-color: #3c3c3c;
    display:inline-block;
    margin-right:10px;
    -webkit-animation: animation5-bar 1s infinite;
    animation: animation5-bar 1s infinite;
}
.animation-5 .bar1
{
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.animation-5 .bar2
{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.animation-5 .bar3
{
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.animation-5 .bar4
{
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.animation-5 .bar5
{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@keyframes animation5-bar
{
    30%
    {
        transform: scaleY(2);
    }
}
