@charset "utf-8";
/* CSS Document */


/******************************************************************************

* COMMON ELEMENT

*******************************************************************************/

.sec:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.alphaImg {
    text-decoration: none;
}
/* category color */
.cat-people .category, .cat-people .category a {
    color: #f39800;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    font-weight: 600;
}
.cat-fashion .category, .cat-fashion .category a {
    color: #FF2600;
}
.cat-things .category, .cat-things .category a {
    color: #859F3F;
}
.cat-stylebook .category, .cat-stylebook .category a {
    color: #DF5E06;
}

.cat-brown .category, .cat-brown .category a {
    color: #220204;
}

.sec-ttl {
    color: #222;
    text-align: center;
    margin-bottom: 45px;
    padding-top: 20px;
}
.sec-ttl h2 {
    font-size: 18px;
    font-size: 1.8rem;
    /* font-family: "Brandon Grot W01 Bold";*/
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.sec-ttl h2 a {
    color: #222;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.sec-ttl h2 > a:after {
    z-index: 1;
    border-top: 1px solid #333;
    position: absolute;
    width: 100%;
    content: "";
    bottom: 7px;
    left: 0;
    -webkit-transform: scaleX(0.0);
    transform: scaleX(0.0);
    -webkit-transition: 0.50s cubic-bezier(0.74, 0, 0.32, 1);
    transition: 0.50s cubic-bezier(0.74, 0, 0.32, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.sec-ttl h2 > a.active:after, .sec-ttl h2 > a:hover:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
.sec-ttl p {
    font-size: 8px;
    font-size: 1.0rem;
    /*  font-family: 'Helvetica Neue', Helvetica, Arial, "游ゴシック", "游ゴシック体", YuGothic,　"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.articles .post {
    position: relative;
    padding-bottom: 30px;
    padding: 15px 1%;
}
.articles .post a { 
    /*text-decoration:none;*/
}
.articles .rnkArea{
    position: relative;
}

.articles .post .inner {
    background: #FFF;
    border: 1px solid #E7E7E7;
    width: 100%;  /*  300px*/
    /*  height: 250px;*/
}
.articles .post .thumb-box {
    width: 100%;
    position: relative;
}
.articles .post .thumb-box img {
    width: 98%;
    height: auto;
    margin: 1%;
}
.thumb-box a {
    width: 100%;
    overflow: hidden;
    display: block;
}
.thumb-box a img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: 0.50s ease;
    transition: 0.50s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 0;
}
.thumb-box a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.articles .post .text-box {
    /*padding: 20px 0;*/
    padding: 25px;
    position: relative;
    display: none; 
}

.articles .post .text-box1 {
    /*padding: 20px 0;*/
    padding: 25px;
    position: relative;
    /* display: none; */
}

.articles .post .text-box1 img {
    width: 29%;
    padding:2%;
}


.articles .post .text-box .meta {
    font-size: 10px;
    font-size: 16px;
    /*   font-family: "Brandon Grot W01 Bold";*/
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1.2;
}
.articles .post .text-box .ttl {
    font-size: 20px;
    font-size: 16px;
    min-height: 1.2em;
    line-height: 1.8;
    overflow: hidden;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #343434;
}
.articles .post .text-box .tag:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.articles .post .text-box .tag li {
    font-size:10px;
    font-size:1.0rem;
    line-height:1.2;
    letter-spacing:-0.1em;;
    display: inline-block;
    padding-right:2px;
    padding-bottom:2px;
}
.articles .post .text-box .tag li a {
    display:block;
    padding:3px;
    border: solid 1px #CCC;
}
.articles .post .text-box .tag li a:hover {
    text-decoration: none;
    border: solid 1px #333;
}
.articles .post .text-box .readmore {
    font-size: 12px;
    font-size: 1.2rem;
    /*font-family: "BrandonGrotW01-MediumIt"; */
    font-weight: normal;
}
.articles .post .text-box .readmore a {
    text-decoration: underline;
}

.rnkArea {
    text-align: center;
}

.rnkArea a.btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 2em;
    text-decoration: none;
    color: #DE5D50;
    background: #f5f3f3;
    transition: .4s;
    font-size: 1.4rem;
    border: solid 2px #DE5D50;
    border-radius: 6px;
}

.rnkArea a.btn:hover {
    background: #DE5D50;
    color: white;
}

.articles .post .text-box1 .meta {
    font-size: 10px;
    font-size: 1.6rem;
    /*   font-family: "Brandon Grot W01 Bold";*/
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1.2;
}
.articles .post .text-box1 .ttl {
    font-size: 20px;
    font-size: 16px;
    min-height: 1.2em;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}
.articles .post .text-box1 .tag:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.articles .post .text-box1 .tag li {
    font-size:10px;
    font-size:1.0rem;
    line-height:1.2;
    letter-spacing:-0.1em;;
    display: inline-block;
    padding-right:2px;
    padding-bottom:2px;
}
.articles .post .text-box1 .tag li a {
    display:block;
    padding:3px;
    border: solid 1px #CCC;
}
.articles .post .text-box1 .tag li a:hover {
    text-decoration: none;
    border: solid 1px #333;
}
.articles .post .text-box1 .readmore {
    font-size: 12px;
    font-size: 1.2rem;
    /*font-family: "BrandonGrotW01-MediumIt"; */
    font-weight: normal;
}
.articles .post .text-box1 .readmore a {
    text-decoration: underline;
}




.post {
    position: relative;
    top: 10px;
    -webkit-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    opacity: 0;
}

.thumb-box .overlay {
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-size: 1.1rem;
    /* font-family: "Brandon Grot W01 Bold";*/
    font-weight: normal;
    color: #FFF;
    letter-spacing: 0.08em;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    opacity: 0.0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cat-people .thumb-box .overlay {
    background-color: #f398007d;
}
.cat-fashion .thumb-box .overlay {
    background-color: rgba(255,38,0,0.80);
}
.cat-things .thumb-box .overlay {
    background-color: rgba(254, 110, 11, 0.502);
}

.cat-brown .thumb-box .overlay {
    background-color: rgba(34,2,4,0.70);
}



.thumb-box a:hover .overlay {
    opacity: 1.0;
}
.thumb-box .overlay span {
    width: 300px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 45%;
    left: 25%;
    margin-left: -60px;
    margin-top: -14px;
    font-size: 18px;
    /* text-align: center; */
    /* padding: 0 10px; */
}
/*
.thumb-box .overlay:before, */

.thumb-box .overlay:after {
    z-index: 1;
    border-top: 1px solid #FFF;
    position: absolute;
    width: 80%;
    content: "";
    top: 45%;
    left: 8%;
    /* margin-left: -10px; */
    margin-top: -18px;
    -webkit-transform: scaleX(0.0);
    transform: scaleX(0.0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.thumb-box .overlay:before {
    margin-top: -18px;
}
.thumb-box .overlay:after {
    margin-top: 18px;
}
.thumb-box a:hover .overlay:before, .thumb-box a:hover .overlay:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    transform: scaleX(1.0);
}


.thumb-box .overlay span:after {
    /* 
    arrow　表示

    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    margin-top: -3px;
    margin-right: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.0;
    -webkit-transition: all 0.2s ease-out 0.25s;
    transition: all 0.2s ease-out 0.25s;*/
}


.thumb-box a:hover .overlay span:after {
    margin-right: 0px;
    opacity: 1.0;
}
.viewmore {
    font-size: 13px;
    font-size: 1.3rem;
    /* font-family: "Brandon Grot W01 Bold";*/
    font-weight: normal;
    text-align: center; /*margin-top: 20px;*/
    margin-top: 0px;
    letter-spacing: 0.08em;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    line-height: 50px;
}
.viewmore a {
    width: 100%;
    background: transparent;
    display: block;
    text-decoration: none;
    border: solid 1px #CCC;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.viewmore a:hover {
    color: #FFF;
    background: #191919;
}


/******************************************************************************

* HOME

*******************************************************************************/
/* .sec-things */
#sec-things {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; /*background: #F7F7F4;
    background: #FFFAEE;*/
    background: #fff;
}

/* .sec-thingsa */
#sec-thingsa {
    width: 48%;
    padding-top: 50px;
    padding-bottom: 50px; /*background: #F7F7F4;
    background: #FFFAEE;*/
    background: #fff;
    float:left;
}

/* ライン設定
-----------------------------------------------------------------*/
.line-l{
    border-left: solid 1px #eee;
}

.line-r{
    border-right: solid 1px #eee;
}

.line-b{
    border-bottom: solid 1px #eee;	
}

.line-t{
    border-top: solid 1px #eee;	
}


/* テキスト配置
-----------------------------------------------------------------*/

.txt-l{
    text-align: left;
}
.txt-c{
    text-align: center;
}
.txt-r{
    text-align: right;
}

/* 背景色設定
-----------------------------------------------------------------*/
.bg-colorGray{
    background: #cccccc;
}

.bg-colorBeige{
    background: #fcf6ed;
}



@media (max-width: 1024px) {

    .articles .post .text-box {
        display:block;
    }

}

@media (max-width: 1019px) {
    #sec-things {
        /* padding-top: 40px; */
        /* padding-bottom: 40px; */
    }
    #sec-stylebook {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec-ttl {
        margin-bottom: 35px;
    }
    .viewmore {
        margin-top: 0px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    #sec-things {
        /* padding-top: 30px; */
        /* padding-bottom: 30px; */
    }
    .sec-ttl {
        margin-bottom: 30px;
    }
    .sec-ttl h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .articles .post .text-box {
        height: auto!important;
        padding: 15px ;
        position: relative;
    }
}


@media (max-width: 568px) {
    #sec-things {
        padding-top: 0;
    }
}