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

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {

    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;
    */
    line-height: 1.8; /*height: 100%;*/

    word-wrap: break-word;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}
#wrapper {
    margin: 0px;
    padding: 0px;
    width: 100%; /*height: 100%;*/
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-filter 0.25s 0;
    transition: -webkit-filter 0.25s 0;
    transition: filter 0.25s 0;
    transition: filter 0.25s 0, -webkit-filter 0.25s 0;
}
#wrapper.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
#main {
    margin: 0px;
    padding: 60px 0px 0px;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #FFF;
}
.hover-shit {
    pointer-events: none;
}
/******************************************************************************

LOADER

*******************************************************************************/
#loader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    text-align: center;/*
    transition: all .6s linear .4s;
    */
}
.loading_anim { /*
    transition: all .5s;
    */
}
.loading_anim::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    content: '';
}
.loading_anim::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: #F3F3F3;
    border-right-color: #F3F3F3;
    -webkit-animation: rotation 1.4s linear infinite;
    animation: rotation 1.4s linear infinite;
}
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded .loading_anim {
    opacity: 0;
}
.loaded {
    opacity: 0;
    z-index: 0;
}
/******************************************************************************

* HEADER

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

#header-common {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 100000;
    background: #FFF;
    top: 0px;
    left: 0px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#header-common.active {
    border-bottom: solid 1px #E5E5E5;/*
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
    */
}
#header-common .header-box {
    position: absolute;
    left: 60px;
    top: 0px;
    visibility: hidden;
    opacity: 0.00;
    z-index: 0;
    -webkit-transition: all 0.25s linear .0s;
    transition: all 0.25s linear .0s;
}
#header-common.active .header-box {
    position: absolute;
    left: 60px;  /* 60 →　30変更*/
    top: 0px;
    visibility: visible;
    opacity: 1.00;
    z-index: 0;
}
#header-common .header-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#header-common #header-logo {
    width: 160px;
    float: left;
    margin-right: 50px;
    margin-top: 9px;
}
#header-common #header-logo img {
    max-width: 100%;
    height: auto;
}
#header-common .bg {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0px;
    top: -60px;
    background-color: #FFF;
    z-index: 0;
}
/* gnavi */
#header-common .gnavi {
    float: left;
    position: relative;
    z-index: 1;
}
#header-common .gnavi ul {
    text-align: center;
}
#header-common .gnavi ul li.navi-menu {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    padding: 0px;
    line-height: 60px;
    margin-right: 25px;
}
#header-common .gnavi ul li.navi-menu > a {
    display: inline-block;
}
#header-common .mega-wrap {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    z-index: 0; /*
    padding-right: 30px;
    padding-left: 30px;
    */
    background: #FFF;
    visibility: hidden;
    opacity: 0.00;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,0.25);
    -webkit-transition: all .2s linear .0s;
    transition: all .2s linear .0s;
}
#header-common .mega-toggle:hover > .mega-wrap {
    visibility: visible;
    opacity: 1.00;
}
#header-common .search-mega-toggle.open > .mega-wrap {
    visibility: visible;
    opacity: 1.00;
}
#header-common .backnum-mega-toggle:hover> .mega-wrap {
    visibility: visible;
    opacity: 1.00;
}
#header-common .mega-contents { /*background: #FFF;*/
    margin-left: auto;
    margin-right: auto;
    padding: 40px 100px 50px;
}
#header-common .mega-contents:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#header-common .mega-contents .mega-menu h2 {
    font-family: "Brandon Grot W01 Bold";
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5;
    color: #222;
}
#header-common .mega-contents .mega-menu p {
    font-size: 10px;
    font-size: 1.1rem;
    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;
}
#header-common .mega-contents .mega-menu .thumb-box {
    width: 100%;
    position: relative;
}
#header-common .mega-contents .mega-menu .thumb-box img {
    width: 100%;
    height: auto;
}
#header-common .mega-contents .mega-menu .text-box {
    width: 100%;
}
#header-common .mega-contents .mega-menu .ttl {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, "游ゴシック", "游ゴシック体", YuGothic,　"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    max-height: 4.5em;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    margin-top: 12px;
    letter-spacing: 0.05em;
    text-align: left;
}
header .header-link {
    position: absolute;
    top: 20px;
    right: 30px;　  /* 60 →　30変更*/
}
/* sns */
header .header-link .sns {
    height: 20px;
    display: inline-block;
}
header .header-link .sns li {
    vertical-align: top;
    display: inline-block;
    /*margin-left: 16px;*/
    font-size: 25px;
    text-align: center;
    line-height: 1;
    padding: 0px 10px;
    transition: all 0.3s;
    border-left: 1px solid rgb(231, 231, 231);
}

header .header-link .sns li:first-child {

    border-left: none;
}


header .header-link .sns li img {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
/* backnum */
header .header-link .backnum {
    height: 40px;
    display: inline-block;
}
header .header-link .backnum img {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
header .header-link .backnum > a {
    height: 20px;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #CCC;
    cursor: pointer;
}
header .header-link .backnum .mega-contents h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 0.08em;
}
header .header-link .backnum .mega-contents span {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, "游ゴシック", "游ゴシック体", YuGothic,　"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin-left: 10px;
}
header .header-link .backnum .mega-contents .backnum-box {
    padding-left: 15px;
    padding-right: 15px;
}
header .header-link .backnum .mega-contents .backnum-box li {
    text-align: left;
}
header .header-link .backnum .mega-contents .backnumber-volume {
    padding-top: 15px;
}
header .header-link .backnum .mega-contents .backnumber-volume a {
    text-decoration: none;
}
header .header-link .backnum .mega-contents .backnumber-volume h3 {
    font-family: 'DIN Next W01 Medium';
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: -0.08em;
    position: relative;
}
header .header-link .backnum .mega-contents .backnumber-volume h3 span {
    font-family: 'DIN Next W01 Regular';
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
}
/* search */
header .header-link .search {
    height: 40px;
    display: inline-block;
}
header .header-link .search img {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
header .header-link .search span {
    height: 20px;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    cursor: pointer;
}
header .header-link .search h4 {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, "游ゴシック", "游ゴシック体", YuGothic,　"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 0.08em;
}
header .header-link .search .freeword {
    padding-left: 15px;
    padding-right: 15px;
}
header .header-link .search .freeword:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
header .header-link .search .freeword input.search-box {
    height: 40px;
    width: 90%;
    background-color: #EEE;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    line-height: 21px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #222;
    outline: 0;
    padding: 12px;
    float: left;
}
header .header-link .search .freeword input.search-submit {
    height: 40px;
    width: 9.5%;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    line-height: 40px;
    color: #FFF;
    background-color: #191919;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: 0.5%;
    text-align: center;
    outline: 0;
    float: left;
    cursor: pointer;
}
header .header-link .search .tags {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}
header .header-link .search .tags .tag-list {
    margin-left: -5px;
    margin-right: -5px;
}
header .header-link .search .tags .tag-list li {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    display: inline-block;
    margin: 0px 3px 8px;
}
header .header-link .search .tags .tag-list li a {
    text-decoration: none;
    background: #EEE;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    border-radius: 5px;
}
header .header-link .search .tags .tag-list li a:hover {
    color: #FFF;
    background: #191919;
}
/******************************************************************************

* PAGETOP

*******************************************************************************/
.pagetop a {
    width: 100%;
    height: 50px;
    display: block;
    background-color: #FFF;
    text-align: center;
    padding-top: 20px;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.pagetop a:hover {
    background-color: #D2D4D6;　　/*E7ECF1　→　D2D4D6*/
}
.pagetop a img {
    width: 16px;
    height: 9px;
}
/******************************************************************************

* FOOTER







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





#footer {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    background: #031d1e; 　/*00325E →　1a1a1a*/
}
#footer .footer-inner {
    color: #FFF;
    padding-top: 70px;
    padding-bottom: 60px;
}
#footer .footer-inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.footer-navi {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px aout 10px;
}
.footer-navi h3 {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    margin-bottom: 15px;
    color: #FFF;
    letter-spacing: 1px;

}
.footer-navi li {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Brandon Grot W01 Medium";
    font-weight: normal;
    line-height: 1.8;
    padding: 0 20px;
    color: #FFF;
    letter-spacing: 1px;
    display: inline; /* */
}
.footer-navi li a {
    color: #FFF;
    text-decoration:none;
    transition: all 0.3s;
}

.footer-navi li a:hover {
    color: #d3cdce;
}



.footer-navi li.btn-onlinestore {
    width: 174px;
    margin-bottom: 40px;
}
.footer-navi li.btn-onlinestore img {
    max-width: 100%;
    height: auto;
}
.footer-navi .sns {
    height: 20px;
    display: inline-block;
}
.footer-navi .sns li {
    vertical-align: top;
    display: inline-block;
    margin-right: 16px;
}
.footer-navi .sns li img {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
.footer-bottom {
    width: 100%;
    color: #FFF;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #4B6F90;
}

.footer-bottom p {
    width: 100%;
    color: #FFF;
    text-align: center;
    padding-bottom: 35px;
    font-size: 1.3rem;
}

.footer-bottom h2 {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}
.footer-bottom h2 img {
    width: 100%;
    height: auto;
}
.footer-bottom .ships-navi {
    text-align: center;
    padding-bottom: 20px;
}
.footer-bottom .ships-navi li {
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
    padding: 0px 10px;
    line-height: 1;
}
.footer-bottom .ships-navi li a {
    color: #FFF;/*text-decoration:none;*/
}
.footer-bottom .copyright {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    font-family: "Brandon Grot W01 Medium";
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 40px;
}
/******************************************************************************

* NAVIGATION

*******************************************************************************/
.navi-menu {
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    letter-spacing: 0.1em;
    display: inline-block;
}
.navi-menu > a {
    color: #222;
    -webkit-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
    position: relative;
    text-decoration: none;
}
.navi-menu > a:after {
    z-index: 1;
    border-top: 4px solid #333;
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0px;
    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%;
}
.navi-menu > a.active:after, .navi-menu > a:hover:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
.navi-menu a.active, #header-common .gnavi ul li.navi-menu a:hover {
    color: #222;
}
.navi-menu.current > a:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
/******************************************************************************

* 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: #0096B6;
}
.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;
}






/* brand color */
.meta .brand, .meta .brand a {
    color: #222;
}
.meta .brand {
    margin-right: 5px;
}
.sec-ttl {
    color: #222;
    text-align: center;
    margin-bottom: 45px;
    padding-top: 20px;
}
.sec-ttl h2 {
    font-size: 34px;
    font-size: 3.4rem;
    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: 11px;
    font-size: 1.5rem;
    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;
}
.sec-ttl-recommend {
    color: #222;
    text-align: center;
    margin-bottom: 45px;
}
.sec-ttl-recommend h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.sec-ttl-recommend h2 a {
    color: #222;
}
.sec-ttl-recommend p {
    font-size: 11px;
    font-size: 1.1rem;
    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;
}
.sec-ttl-backnumber {
    color: #222;
    text-align: center;
    margin-bottom: 45px;
}
.sec-ttl-backnumber h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.sec-ttl-backnumber h2 a {
    color: #222;
}
.sec-ttl-backnumber p {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, "游ゴシック", "游ゴシック体","Yu Gothic", 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;
}
.articles .post a { 
    /*text-decoration:none;*/
}
.articles .post .inner {
    background: #FFF;
    border: 1px solid #E7E7E7;
    *  height: 250px;*/
}
.articles .post .thumb-box {
    width: 100%;
    position: relative;
}
.articles .post .thumb-box img {
    width: 100%;
    height: auto;
}
.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;
}
.articles .post .text-box .meta {
    font-size: 10px;
    font-size: 1.0rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1.2;
}
.articles .post .text-box .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 1.2em;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}
.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;
}
.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: rgba(0,150,182,0.80);
}
.cat-fashion .thumb-box .overlay {
    background-color: rgba(255,38,0,0.80);
}
.cat-things .thumb-box .overlay {
    background-color: rgba(133,159,63,0.80);
}

.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: 120px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -14px;
}
/*
.thumb-box .overlay:before, */

.thumb-box .overlay:after {
    z-index: 1;
    border-top: 1px solid #FFF;
    position: absolute;
    width: 20px;
    content: "";
    top: 50%;
    left: 50%;
    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;
}
/* .sec-recommend */
#sec-recommend {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F5F5F5;
}
/* .sec-stylebook */
#sec-stylebook {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}



/* .sec-backnumber */
#sec-backnumber {
    width: 100%;
    padding-top: 50px;
}
.stylebooks .post {
    position: relative;
    padding-bottom: 30px;
}
.stylebooks .post a { /*text-decoration:none;*/
}
.stylebooks .post .inner {
    width: 100%;
}
.stylebooks .post .thumb-box {
    width: 100%;
    position: relative;
}
.stylebooks .post .thumb-box img {
    width: 100%;
    height: auto;
}


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

* HOME

*******************************************************************************/
/* sec-opening */
#sec-hide {
    width: 1px;
    height: 100%;
    z-index: -50;
}
/* sec-opening */
#sec-opening {
    width: 100%;
    z-index: 0;
    background-position-y: 0;
    background-color: #FFF;
}
.sec-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 50px solid #FFF;
    z-index: 9000;
}
.vis-wrap {
    position: relative;
}
.vis-box {
    position: relative;
    overflow: hidden;
}
.vis-set {
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-top: 60px solid #FFF;
    border-right: 40px solid #FFF;
    border-bottom: 60px solid #FFF;
    border-left: 40px solid #FFF;
}
.vis {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.0;
    -webkit-transition: opacity 4200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
    transition : opacity 4200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
.vis-first {
    opacity: 0.0;
}
.vis span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000;
    display: block;
    z-index: 4;
}
.vis img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;/*
    animation : VIS_ANIME 8800ms cubic-bezier(0, 0, 1, 1) 0ms forwards;
    transform: scale(1.2, 1.2);
    transform-origin: 50% 50%;
    */
}
.vis-first img { /*
    animation : VIS_ANIME 8800ms cubic-bezier(0, 0, 1, 1) 0ms forwards;
    transform: scale(1.2, 1.2);
    transform-origin: 50% 50%;
    */
}
.vis .vis-ttl {
    width: 900px;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -450px;
    display: block;
    z-index: 5;
}
.vis .vis-ttl .category {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    color: #FFF!important;
    text-decoration: underline;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}
.vis .vis-ttl .ttl {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.8;
}
.view-anim { /*
    transition: transform 8800ms cubic-bezier(0, 0, 1, 1);
    transform: scale(1, 1) !important;
    */
}
@-webkit-keyframes VIS_ANIME {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@keyframes VIS_ANIME {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
#logo {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -190px;
}
#logo .typo {
    stroke: #FFF;
    fill: transparent;
    stroke-width: 0.5;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
@-webkit-keyframes TYPO_LINE {
    0% {
        stroke-dashoffset:3000;
        fill:transparent;
        stroke-width:1;
    }
    80% {
        stroke-dashoffset:1700;
        fill:transparent;
        stroke-width:1;
    }
    100% {
        stroke-dashoffset:0;
        fill:#FFF;
        stroke-width:0;
    }
}
@keyframes TYPO_LINE {
    0% {
        stroke-dashoffset:3000;
        fill:transparent;
        stroke-width:1;
    }
    80% {
        stroke-dashoffset:1700;
        fill:transparent;
        stroke-width:1;
    }
    100% {
        stroke-dashoffset:0;
        fill:#FFF;
        stroke-width:0;
    }
}
#scroll_down {
    width: 100%;
    height: 60px;
    font-family: "Brandon Grot W01 Bold";
    color: #222;
    font-weight: normal;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: px;
    bottom: 0px;
    z-index: 500;
    background: #FFF;
}
#scroll_down a {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    line-height: 1.2;
    color: #222;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    opacity: 0.00;
}
#scroll_down.comp a {
    opacity: 1.00;
}
#scroll_down.comp.no-alpha a {
    opacity: 0;
}
/* .opening-navi */
.opening-navi {
    position: absolute;
    z-index: 9999;
    left: 10%;
    top: 50%;
    right: 10%;
    /*   margin-left: -31%;*/
    margin-top: -64px;
}

.opening-navi #opening-message {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.5rem;
    line-height: 1;
    position: absolute;
    top: -60%;
    right: 10%;
    left: 10%;
    margin-bottom: 10px;
}
.opening-navi #opening-message2 {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.1rem;
    line-height: 1.2;
    position: absolute;
    top: -30%;
    right: 10%;
    left: 10%;
    margin-bottom: 10px;
}



.opening-navi #opening-logo {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.opening-navi h1 {
    font-size:4.5rem;
    padding: 5px 0;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.opening-navi p {
    font-size:2.5rem;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}


.opening-navi #opening-logo img {
    max-width: 100%;
    height: auto;
}
.opening-navi #opening-subttl {
    font-family: "Brandon Grot W01 Medium";
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 16px;
    display: none;
}
.opening-navi .onavi {
    width: 100%;
    position: relative;
    z-index: 1;
}
.opening-navi .onavi ul {
    text-align: center;
    margin-top: 28px;
}
.opening-navi .onavi ul li.navi-menu {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    color: #FFF;
    margin: 0px;
    position: relative;
    border-left: 1px solid #FFF;
    padding: 0px 31px 0px 33px;
    line-height: 14px;
}
.opening-navi .onavi ul li.first {
    border-left: none;
}
.opening-navi .onavi ul li.navi-menu > a {
    color: #FFF;
}
.opening-navi .onavi ul li.navi-menu > a:after {
    border-top: 4px solid #FFF;
    bottom: -10px;
    left: 0;
}
.opening-navi .onavi ul li.navi-menu a.active, .opening-navi .onavi ul li.navi-menu a:hover {
    color: #FFF;
}
.opening-navi .onavi ul li.navi-menu.navi-soon {
    opacity: 0.4;
}
.phone {
    position: absolute;
    z-index: 9999;
    left: 80px;
    top: 100px;
}
.phone h2 {
    color: #FFF;
    font-family: 'DIN Next W01 Medium';
    font-weight: normal;
    font-size: 50px;
    font-size: 3.0rem;
    line-height: 30px;
    letter-spacing: -0.05em;
    position: relative;
}
.phone h2 span {
    font-family: 'DIN Next W01 Regular';
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0px;
}
.phone h2:after {
    z-index: 1;
    /*border-top: 1px solid #FFF;*/
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0px;
    left: 0px;
}
.phone h3 {
    color: #FFF;
    font-family: 'DIN Next W01 Medium';
    font-weight: normal;
    font-size: 18px;
    font-size: 2.0rem;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 2px;
}
/* .sec-top */
#sec-top {
    width: 100%; /*padding-top: 40px;*/
    padding-top: 0px;
    padding-bottom: 80px;
}
#stylebook-slider-wrap { /*max-width: 900px;*/
    height: 600px;  /* 740 → 600px;*/
    position: relative;
}
#stylebook-slider-wrap a {
    color: #FFF;
    text-decoration: none;
}
#stylebook-slider-wrap .titles {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1000;
    /* margin-top: -105px;*/
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #FFF;
}
#stylebook-slider-wrap .catch {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 8px;
    letter-spacing: 0.15em;
    line-height: 1.4;
}
#stylebook-slider-wrap .ttl {
    font-family: "Brandon Grot W01 Bold";
    font-size: 90px;
    font-size: 9.0rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 0.9;
}



#stylebook-slider-wrap .season {
    font-family: "BrandonGrotW01-Regular";
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding-top: 5px;
}
#stylebook-slider-wrap .catch2 {
    padding-bottom: 30px;
}
#stylebook-slider-wrap .catch2 img {
    width: 400px;
    height: auto;
}
#stylebook-slider-wrap .ttl2 {
    font-family: "Brandon Grot W01 Bold";
    font-size: 28px;
    font-size: 4.2rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1;
}

#stylebook-slider-wrap .ttl2:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 10px auto;
    /* margin: 18px 0 0 -5px; */
    display: block;
    background: #fff;
}

#stylebook-slider-wrap .season2 {
    font-family: "BrandonGrotW01-Regular";
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding-top: 5px;
    margin-top: 20px;
}
#stylebook-slider-wrap .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    background-color: rgba(0,0,0,0.20);
    /*background-color: rgba(0,0,0,0.20);*/
}
#stylebook-slider-wrap .stylebook-slider {
    width: 100%;
    height: 600px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#stylebook-slider-wrap .stylebook-slider a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000%;
    height: 2000px;
    line-height: 2000px;
    margin: -1000px 0 0 -500%;
    text-align: center;
    z-index: 0;
}
#stylebook-slider-wrap .stylebook-slider a img {
    vertical-align: middle;
}
#instacal {
    width: 255px;
    height: 500px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 21px;
    position: relative;
    /*border-radius: 50%; */
}
#instacal a {
    text-decoration: none;
}
#instacal .instaimg {
    width: 100%;
}
#instacal .instaimg img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    padding: 5px;
}
#instacal .overlay {
    width: 255px;
    height: 255px;
    color: #FFF;
    font-family: 'DIN Next W01 Regular';
    font-weight: normal;
    background-color: rgba(0,0,0,0.10);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 50%;
    border: 5px solid #EEE;
}
#instacal .overlay .update-box {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -43px;
}
#instacal .overlay .month {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-left: 0.1em;
    font-family: 'DIN Next W01 Medium';
    margin-top: -9px;
}
#instacal .overlay .date {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-left: -0.05em;
    margin-bottom: -9px;
}
#instacal .overlay .dayofweek {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-left: 0.1em;
    font-family: 'DIN Next W01 Medium';
}
#popular {
    width: 100%;
}
#popular h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 50px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
#popular .post {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
#popular .post a { /*text-decoration:none;*/
}
#popular .post.last {
    padding-bottom: 0px;
    border-bottom: none;
}
#popular .post:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#popular .post .rank {
    font-size: 20px;
    font-size: 2.0rem;
    font-family: 'DIN Next W01 Medium';
    font-weight: normal;
    position: absolute;
    right: 0;
    line-height: 60px;/*
    border-radius: 15px;
    background-color: #222;*/
}
#popular .post .thumb-box {
    float: left;
    height: 60px;
    width: 60px;
    position: relative;
    overflow: hidden;
}
#popular .post .thumb-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000%;
    height: 2000px;
    line-height: 2000px;
    margin: -1000px 0 0 -500%;
    text-align: center;
}
#popular .post .thumb-box a img {
    height: 60px;
    width: auto;
    vertical-align: middle;
}
#popular .post .text-box {
    width: 100%;
    padding-left: 75px;
    padding-right: 30px;
}
#popular .post .text-box .meta {
    font-size: 10px;
    font-size: 1.0rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 8px;
    line-height: 1.2;
}
#popular .post .text-box .ttl {
    font-size: 11px;
    font-size: 1.1rem;
    max-height: 3em;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    letter-spacing: 0.08em;
}
#brandlist {
    margin: 30px -5px;
    border-top: 1px solid #E5E5E5;
    padding-top: 30px;
}
#brandlist:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#brandlist li {
    width: 12.5%;
    height: 60px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    position: relative;
    overflow: hidden;
}
#brandlist li .logo {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
    border: 1px solid #FFF;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
#brandlist li .logo:hover {
    opacity: 0.40;
}
#brandlist li a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000%;
    height: 2000px;
    line-height: 2000px;
    margin: -1000px 0 0 -500%;
    text-align: center;
}
#brandlist li img {
    width: 138px;
    height: auto;
    vertical-align: middle;
}
#pickup {
    width: 100%;
    margin-top: 30px;
}
#pickup:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#pickup h2 {
    text-align: center;
    font-size: 20px;
    font-size: 3.5rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    letter-spacing: 0.08em;
    margin-left: 15px;
    margin-right: 15px;
}

#pickup h3 {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    letter-spacing: 0.08em;
    /*margin-left: 15px;*/
    margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}


#pickup .post {
    position: relative;
    padding: 5px;
    margin: 5px;
    border: 1px solid #E5E5E5;
}
#pickup .post a { /*text-decoration:none;*/
}
#pickup .post .thumb-box {
    width: 100%;
    position: relative;
}
#pickup .post .thumb-box img {
    width: 100%;
    height: auto;
}
#pickup .post .text-box {
    width: 100%;
}
#pickup .post .text-box .meta {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.2;
}
#pickup .post .text-box .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 3em;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
    text-align: left;
}
#pickup .post .text-box .readmore {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "BrandonGrotW01-MediumIt";
    font-weight: normal;
}
#pickup .post .text-box .readmore a {
    text-decoration: underline;
}
/* .sec-people */
#sec-people {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; /*background: #F3F5F6;*/
    background: #F1F1F1;
    /*border-bottom: solid 1px #D9D9D9;*/
}
/* .sec-fashion */
#sec-fashion {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    /*background: #F1F1F1;
    border-bottom: solid 1px #D9D9D9;*/
}
/* .sec-things */
#sec-things {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; /*background: #F7F7F4;*/
    background: #FFFAEE;
}
/* .sec-bottom-info */
#sec-bottom-info {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #E5E5E5;
}
#sec-bottom-info .facebook-box, #sec-bottom-info .twitter-box {
    margin-bottom: 0px;
}
#sec-bottom-info .banner {
    width: 100%;
    margin-bottom: 20px;
}
#sec-bottom-info .banner.border {
    border: 1px solid #E5E5E5;
}
#sec-bottom-info .banner img {
    width: 100%;
    height: auto;
}
._2p3a, .fb-like-box, .fb-like-box span, .fb-like-box iframe[style] {
    width: 100%!important;
}
#twitter-widget-1[style] {
    width: 100% !important;
}
/******************************************************************************

* CONTENT

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

#content {
    /* width: 100%; */
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
}
.page-cat-ttl {
    color: #222;
    text-align: center;
    margin-bottom: 40px;
}
.page-cat-ttl h2 {
    font-size: 40px;
    font-size: 4.0rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.page-cat-ttl h2 a {
    color: #222;
}
.page-cat-ttl p {
    font-size: 15px;
    font-size: 1.5rem;
    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;
}

.page-cat-ttlsub h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.page-cat-ttlsub h2 spanRed{
    font-size: 20px;
    font-size: 1.8rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #dd0000;
}



.page-cat-ttlsub p {
    font-size: 16px;
    font-size: 1.6rem;
    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;
}



.content {
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0.3s;
    transition: all 0.4s ease-out 0.3s;
    opacity: 0;
}
.content-vis {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.content-vis img {
    width: 100%;
    height: auto;
}


.content-vis2 {
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
    margin:auto;
}
.content-vis2 img {
    width: 100%;
    height: auto;
}



.content-header {
    border-bottom: 1px solid #DDD;
    padding: 35px 0px 30px;
}
.content-header .content-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 28px;
}
.content-header .content-meta {
    font-family: "Brandon Grot W01 Medium";
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 28px;
}
.content-header .content-meta .sex {
    font-size: 10px;
    font-size: 1.0rem;
}
.content-header .content-meta .brand {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
}
.content-header .content-tag {
    font-size: 11px;
    font-size: 1.1rem;
}
.content-header .content-tag dt {
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    display: inline;
    margin-right: 4px;
}
.content-header .content-tag dd {
    display: inline;
    margin-right: 4px;
    margin-left: 4px;
}
.content-header .content-sns {
    width: 100%;
}
.content-header .content-sns:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.content-header .content-sns li {
    float: right;
    margin-left: 10px;
    height: 20px;
    vertical-align: top;
}
iframe.twitter-share-button {
    width: 95px!important;
}
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}
.content-body {
    padding-top: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    /*letter-spacing: 0.05em;*/
}
.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5 {
    line-height: 1.4;
}
.content-body .lead {
    font-size: 18px;
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 70px;
}
a.buy-online {
    font-size: 10px!important;
    font-size: 1.0rem!important;
    line-height: 13px;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    color: #FFF;
    display: inline-block;
    margin: 0px 6px;
    text-decoration: none;
    background: #FF3C00;
    padding-right: 7px;
    padding-left: 7px;
    border-radius: 5px;
    vertical-align: text-top;
}
a.buy-online:hover {
    background: #191919;
}
.content-body .profile {
    border-top: solid 1px #333333;
    padding-top: 40px;
}
.content-body .profile .profile-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.content-body .profile .profile-ttl span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 10px;
}
.content-body .profile .profile-txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px;
}
/******************************************************************************

* STYLE BOOK

*******************************************************************************/
.content-stylebook {
    width: 100%;
    margin-bottom: 50px;
}
.content-stylebook .page-cat-ttl {
    margin-bottom: 10px;
}
.content-stylebook .page-cat-ttl h2 {
    font-size: 46px;
    font-size: 4.6rem;
}
.content-stylebook .page-cat-ttl p.season {
    font-family: "Brandon Grot W01 Bold";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #222;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    letter-spacing: 0.05em;
    position: relative;
}
.content-stylebook .page-cat-ttl p.season span {
    padding: 0 30px;
    display: inline-block;
    background: #FFF;
    position: relative;
    z-index: 2;
}
.content-stylebook .page-cat-ttl p.season:after {
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    display: block;
    content: "";
}
.cnavi {
    width: 100%;
    padding-bottom: 40px;
}
.cnavi ul {
    text-align: center;
}
.navi-category {
    font-family: "Brandon Grot W01 Medium";
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.navi-category > a {
    width: 120px;
    color: #222;
    -webkit-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
    position: relative;
    text-decoration: none;
    display: block;
    line-height: 36px;
}
.navi-category > a:after {
    z-index: 1;
    border-top: 1px solid #333;
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0px;
    left: 0;
    -webkit-transform: scaleX(0.0);
    transform: scaleX(0.0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.navi-category > a.active:after, .navi-category > a:hover:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
.navi-category a.active, .navi-category a:hover {
    color: #222;
}
.navi-category > a.current:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
.looks {
    width: 100%;
    min-height: 800px;
}
.looks .post-stylebook {
    display: none;
}
.looks .look {
    position: relative;
    padding-bottom: 30px;
}
.looks .look .look-img {
}
.looks .look a { /*text-decoration:none;*/
}
.looks .look .inner {
    background: #FFF;
}
.looks .look .thumb-box {
    width: 100%;
    position: relative;
}
.looks .look .thumb-box img {
    width: 100%;
    height: auto;
}
.looks .look .text-box {
    height: 123px;
    padding: 15px;
    position: relative;
}
.looks .look .text-box .meta {
    font-size: 10px;
    font-size: 1.0rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1.2;
}
.looks .look .text-box .ttl {
    font-size: 12px;
    font-size: 1.2rem;
    height: 4.8em;
    line-height: 1.6;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}
.looks .look .text-box .readmore {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "BrandonGrotW01-MediumIt";
    font-weight: normal;
}
.looks .look .text-box .readmore a {
    text-decoration: underline;
}
.content-stylebook-detail {
    width: 100%; /*background: #F5F6FB;*/
    padding: 0px!important;
    position: relative;
}
.stylebook-num {
    font-family: "DINNextW01-CondensedLig";
    font-weight: normal;
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 500;
}
.stylebook-num .current-num {
    font-family: "DINNextW01-CondensedReg";
    font-weight: normal;
    font-size: 50px;
    font-size: 5.0rem;
    margin-right: 5px;
}
.stylebook-num .total-num {
    font-family: "DINNextW01-CondensedReg";
    font-weight: normal;
    font-size: 30px;
    font-size: 3.0rem;
    margin-left: 5px;
}
.back-index {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 500;
    text-align: center;
    font-size: 10px;
    font-size: 1.0rem;
}
.back-index a {
    text-decoration: none;
}
.back-index .square {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    background-color: #999;
}
.back-index .square.cross {
    width: 2px;
    left: 23px;
}
.cross::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #999;
}
.back-index .square.cross.back {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.back-index a:hover .square {
    background-color: #333;
}
.back-index a:hover .cross::before {
    background-color: #333;
}
.style-detail-img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
}
.style-detail-img > div {
    display: none;
}
style-detail-img > div.first {
    display: block;
}
.content-stylebook-detail .bx-wrapper {
    position: relative;
}
.content-stylebook-detail .bx-wrapper .bx-pager {
    text-align: center;
    margin-top: -1px;
}
.content-stylebook-detail .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.content-stylebook-detail .bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 1000;
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    content: "";
}
.content-stylebook-detail .bx-prev {
    left: 10px;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-stylebook-detail .bx-next {
    right: 10px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content-stylebook-detail .bx-wrapper .bx-controls-direction a:hover {
    border-color: #333;
}
.content-stylebook-detail .bx-pager {
    position: absolute;
    z-index: 500;
    bottom: 30px;
    right: 30px;
}
.content-stylebook-detail .bx-pager a {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #999;
}
.content-stylebook-detail .bx-pager .bx-pager-link:hover, .content-stylebook-detail .bx-pager .bx-pager-link:active, .content-stylebook-detail .bx-pager .bx-pager-link.active {
    background: #333;
    border: 1px solid #333;
}
.content-stylebook-detail .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: 0;
    width: 40px;
    height: 40px;
    z-index: 9999;
    color: #B3B3B3;
    text-decoration: none;
    font-size: 30px;
}
.content-stylebook-detail .bx-prev {
    left: 30px;
}
.content-stylebook-detail .bx-next {
    right: 30px;
}
.style-detail-txt {
    margin-top: 120px;
    margin-bottom: 60px;
    max-width: 460px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
.style-detail-txt .stylebook-meta {
    margin-bottom: 30px;
}
.style-detail-txt .stylebook-meta:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.style-detail-txt .stylebook-meta .brand {
}
.style-detail-txt .stylebook-meta .brand img {
    height: 50px;
    width: auto;
}
.style-detail-txt .stylebook-ttl {
    width: 100%; 
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: 2px solid #333;
    padding-bottom: 24px;
}
.style-detail-txt .stylebook-body {
    width: 100%; 
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    padding-top: 26px;
    padding-bottom: 40px;
}
.style-detail-txt .stylebook-iteminfo {
    width: 100%;
    font-size: 12px;
}
.style-detail-txt .content-sns {
    width: 100%;
    margin-top: 30px;
}
.style-detail-txt .content-sns:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.style-detail-txt .content-sns li {
    float: left;
    margin-left: 10px;
    height: 20px;
    vertical-align: top;
}
/******************************************************************************

* SEARCH RESULTS

*******************************************************************************/
.search-result {
    width: 100%;
}
/******************************************************************************

* BACK NUMBER

*******************************************************************************/
.backnumber {
    width: 100%;
}
.backnumber .backnumber-phone {
    width: 100%;
    text-align: center;
    padding-top: 27px;
}
.backnumber .backnumber-phone a {
    text-decoration: none;
}
.backnumber .backnumber-phone h2 {
    font-family: 'DIN Next W01 Medium';
    font-weight: normal;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 30px;
    letter-spacing: -0.08em;
    position: relative;
}
.backnumber .backnumber-phone h2 span {
    font-family: 'DIN Next W01 Regular';
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0px;
    margin-right: -2px;
}
.backnumber .backnumber-phone h3 {
    color: #BBBBBB;
    font-family: 'DIN Next W01 Regular';
    font-weight: normal;
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: 0.08em;
    text-align: center;
}
/******************************************************************************

* SP ELEMENT

*******************************************************************************/
#header-sp {
    background: #FFF;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 9999;
    display: block;
}
#header-sp.active {
}
#header-sp .header-sp-box {
    background: #FFF;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    z-index: 2000;
    display: block;
    border-bottom: solid 1px #E5E5E5;
}
#header-sp #header-logo-sp {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#header-sp #header-logo-sp img {
    width: 100%;
    height: auto;
}
.overlay-sp {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1999;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.overlay-sp .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(255,255,255,1);
}
/* navigation */
#header-sp .toggle-nav-sp {
    display: block;
    width: 24px;
    height: 18px;
    position: absolute;
    left: 20px;
    top: 21px;
}
#header-sp .toggle-nav-sp span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
}
#header-sp .toggle-nav-sp span.first {
    top: 0px;
}
#header-sp .toggle-nav-sp span.second {
    top: 8px;
}
#header-sp .toggle-nav-sp span.third {
    top: 16px;
}
.activate-nav-sp #header-sp .toggle-nav-sp span.first {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}
.activate-nav-sp #header-sp .toggle-nav-sp span.second {
    opacity: 0;
}
.activate-nav-sp #header-sp .toggle-nav-sp span.third {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}
.activate-nav-sp #header-sp, .activate-search-sp #header-sp {
    box-shadow: none;
}
.activate-nav-sp .toggle-search-sp, .activate-search-sp .toggle-nav-sp {
    visibility: hidden;
    opacity: 0;
}
.activate-nav-sp .toggle-nav-sp, .activate-search-sp .toggle-search-sp {
    visibility: visible;
    opacity: 1;
}
#nav-sp .gnavi {
    width: 100%;
    position: absolute;
    top: 70px;
    text-align: center;
    z-index: 1;
    padding-right: 30px;
    padding-left: 30px;
}
#nav-sp .gnavi ul {
    text-align: center;
}
#nav-sp .gnavi ul li.navi-logo {
}
#nav-sp .gnavi li.navi-logo img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
#nav-sp .gnavi li.navi-menu {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #e5e5e5;
}
#nav-sp .gnavi li.navi-menu.last { /*border-bottom: 1px solid #e5e5e5;*/
}
#nav-sp .gnavi li.navi-backnumber {
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: none;
    margin-top: 10px;
}
#nav-sp .gnavi li.navi-backnumber img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
}
#nav-sp .navi-menu > a {
    display: block;
    height: 60px;
    line-height: 60px;
}
#nav-sp .navi-menu > a:after {
    display: none !important;
}
#nav-sp .sns {
    margin-top: 10px;
}
#nav-sp .sns li {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
#nav-sp .sns li img {
    width: 24px;
    height: 24px;
    vertical-align: top;
}
/* search */
#header-sp .toggle-search-sp {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
#header-sp .toggle-search-sp img {
    width: 20px;
    height: 20px;
}


#header-sp .toggle-access-sp {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

#header-sp .toggle-access-sp img {
    width: 20px;
    height: 20px;
}



#search-sp .freeword {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 80px;
}
#search-sp .freeword:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#search-sp h4 {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, "游ゴシック", "游ゴシック体", YuGothic,　"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 0.08em;
}
#search-sp .freeword input.search-box {
    height: 40px;
    width: 75%;
    background-color: #EEE;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    line-height: 21px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #222;
    outline: 0;
    padding: 12px;
    float: left;
}
#search-sp .freeword input.search-submit {
    height: 40px;
    width: 24.5%;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Brandon Grot W01 Bold";
    font-weight: normal;
    line-height: 40px;
    color: #FFF;
    background-color: #191919;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin-left: 0.5%;
    text-align: center;
    outline: 0;
    float: left;
    cursor: pointer;
}
#search-sp .tags {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 30px;
}
#search-sp .tags .tag-list {
    margin-left: -5px;
    margin-right: -5px;
}
#search-sp .tags .tag-list li {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    display: inline-block;
    margin: 0px 3px 8px;
}
#search-sp .tags .tag-list li a {
    text-decoration: none;
    background: #EEE;
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    border-radius: 5px;
}
#search-sp .tags .tag-list li a:hover {
    color: #FFF;
    background: #191919;
}



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

* RETURN TO TOP

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

/* RETURN TO TOP
----------------------------------------------------------------------------*/
.movefixed {
    position: fixed;
    z-index: 8;
    opacity: 0.3;
    right: 20px;
    width: 60px;
    width: 45px;
}
.move2top		{ bottom: 80px;	}
.move2bottom	{ bottom: 20px;	}

@media only screen and (max-width: 768px) {
    .movefixed {
        right: 10px;
        width: 50px;
        width: 40px;
    }
    .move2top		{ bottom: 105px;	}
    .move2bottom	{ bottom: 50px;	}
}



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

* MENU TABLE

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



.menuBox{
    width: 48%;
    padding: 1%;
    float:left;
}

.menuBox1{
    width: 98%;
    padding: 1%;
}


/*** レスポンシブテーブルデザイン ***/

.tblTitle{
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
}
.tblMenu{
    width:98%;
    /* border: 1px solid #DDD;*/
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    padding: 1%;
}

.tblMenu th{
    padding: 6px 8px 5px;
    border-top: solid 1px #ffffff;
    /*width: 30%;*/
    overflow: hidden;
    color: #13131e;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #ffffff;
    border-top: solid 1px #DDD;
}

.tblMenu td{
    padding: 5px 10px;
    text-align: right;
    vertical-align: top;
    color: #595960;
    background-color: #ffffff;
    border-top: solid 1px #DDD;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.tblw30{
    width: 30%;
}

.tblw40{
    width: 40%;
}

.tblw50{
    width: 50%;
}

.tblw60{
    width: 60%;
}

/* スマホサイト*/
.ifSp {
    display: none;
}

@media only screen and (max-width: 668px){
    .ifSp {
        display: block;
    }

}

.tblCal {
    width: 100%;
    /*font-size: 90%;*/
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin-bottom:30px;
    padding: 0 3%;
    color: #1f0d00;
}

.tblCal img{
    margin:0;
}

.tblCal th {
    font-weight: 500;
    padding: 1%;
    vertical-align: middle;
    text-align: center;
    border-bottom: #999 1px solid;

}

.tblCal td {
    padding: 1%;
    text-align: center;
    border-bottom: #999 1px solid;

}
.tblCal td.r1 {
    width: 14%;
    text-align: center;
    /* border-right: #999 1px solid;
    background: #447791;*/
}

.calRed{
    color: #CA0000;

}

.calBack{
    background-color: #F5D1D1;
}

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

* RESPONSIVE

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


#header-sp {
    display: none;
}

@media (max-width: 1279px) {
    #header-common .mega-contents {
        padding-left: 50px;
        padding-right: 50px;
    }
    #instacal {
        width: 218px;
        height: 218px;
    }
    #instacal .overlay {
        width: 218px;
        height: 218px;
    }
}


@media (max-width: 1024px) {

    #header-common.active .header-box {
        left: 20px;
    }

    #header-common #header-logo {
        margin-right: 30px;
    }

    #header-common .gnavi ul li.navi-menu {
        font-size: 1.4rem;
    }
}

@media (max-width: 1019px) {
    #header-common {
        display: none;
    }
    #header-sp {
        display: block;
    }
    #sec-opening {
        padding-top: 60px;
    }
    .vis-box {
        height: 600px;
    }
    .vis-set {
        border: none;
        height: 600px!important;
        top: 0px!important;
    }
    .vis {
        height: 600px;
    }
    .vis span {
        height: 600px;
    }

    /*
    .opening-navi {
    display: none;
}*/
    #sec-top {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .phone {
        right: 40px;
        top: 40px;
    }
    #scroll_down {
        display: none;
    }
    #stylebook-slider-wrap {
        height: auto;
        margin-bottom: 40px;
    }
    #stylebook-slider-wrap .titles {
        width: 100%;
        position: absolute;
        top: 50%;
        z-index: 1000;
        /*margin-top: -72px;*/
        text-align: center;
        color: #FFF;
    }
    #stylebook-slider-wrap .stylebook-slider {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    #stylebook-slider-wrap .stylebook-slider a {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: auto;
        line-height: normal;
        margin: 0;
    }
    #stylebook-slider-wrap .stylebook-slider a img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }
    #instacal {
        width: 218px;
        height: 218px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    #instacal .overlay {
        width: 218px;
        height: 218px;
    }
    #popular h2 {
        line-height: 70px;
        /* border-top: 1px solid #222; */
    }
    #popular .post {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #popular .post.last {
        padding-bottom: 20px;
        border-bottom: none;
        border-bottom: 1px solid #E5E5E5;
    }
    #popular .post .thumb-box {
        float: left;
        width: 25%;
        height: auto;
        padding-right: 15px;
        overflow: visible;
    }
    #popular .post .thumb-box a {
        position: static;
        width: 100%;
        height: auto;
        line-height: normal;
        margin: 0;
    }
    #popular .post .thumb-box a img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }
    #popular .post .text-box {
        width: 75%;
        padding-left: 15px;
        padding-right: 30px;
        float: left;
    }
    #popular .post .text-box .meta {
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.2;
    }
    #popular .post .text-box .ttl {
        font-size: 13px;
        font-size: 1.3rem;
        height: auto;
        max-height: auto;
        letter-spacing: 0.08em;
    }
    #brandlist li {
        width: 25%;
    }
    #pickup .post {
        margin-bottom: 30px;
    }
    #pickup h2 {
        line-height: 70px;
        margin-bottom: 20px;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        padding: 0;
    }
    #sec-people {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sec-fashion {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sec-things {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sec-stylebook {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #sec-recommend {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec-ttl {
        margin-bottom: 35px;
    }
    .sec-ttl-recommend {
        margin-bottom: 35px;
    }
    .sec-ttl-backnumber {
        margin-bottom: 35px;
    }
    .viewmore {
        margin-top: 0px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #content {
        padding-top: 30px;
    }
    .page-cat-ttl {
        margin-bottom: 20px;
    }
    .content-vis {
        padding-left: 0px;
        padding-right: 0px;
    }
    .looks {
        min-height: 100%;
    }
    .cnavi {
        width: 100%;
        height: 61px;
        z-index: 1000;
        position: relative;
    }
    .cnavi ul {
        text-align: center;
        width: 100%;
        z-index: 1000;
        position: absolute;
    }
    .navi-category {
        font-size: 14px;
        font-size: 1.4rem;
        display: block;
        cursor: pointer;
        text-align: left;
        margin: 0;
        position: relative;
        width: 100%;
    }
    .navi-category.first > a {
        border: 1px solid #E5E5E5;
        display: block;
    }
    .navi-category > a {
        text-decoration: none;
        width: 100%;
        line-height: 60px;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #FFF;
        border-right: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        display: none;
    }
    .cnavi ul:hover a {
        display: block;
    }
    .navi-category a:after {
        display: block !important;
        position: absolute!important;
        top: 50%;
        right: 20px!important;
        left: auto;
        width: 5px;
        height: 5px;
        margin-top: -2px;
        border-top: 2px solid #999;
        border-right: 2px solid #999;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navi-category > a.active:after, .navi-category > a:hover:after {
        display: none !important;
    }
    .navi-category a.active, .navi-category a:hover {
        color: #222;
        background-color: #F8F8F8;
    }
    .navi-category > a.current:after {
        display: none !important;
    }
    .content-stylebook-detail .bx-pager {
        width: 100%;
        left: 0px;
        bottom: -40px;
    }
    .style-detail-txt {
        margin-top: 50px;
        margin-bottom: 60px;
        max-width: 560px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .style-detail-txt .stylebook-meta {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .opening-navi {
        left: 5%;
        top: 50%;
        right: 5%;
        margin-left: 0%;
    }

    @media (max-width: 767px) {


        footer .footer-inner {
            padding-top: 40px!important;
            padding-bottom: 0px!important;
        }
        .footer-navi {
            margin-bottom: 30px;
            text-align: center;
        }
        .footer-navi li.btn-onlinestore {
            width: 160px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 30px;
        }
        .footer-navi li.btn-onlinestore img {
        }
        .vis-box {
            height: 300px;
        }
        .vis-set {
            border: none;
            height: 300px!important;
            top: 60px;
        }
        .vis {
            height: 300px;
        }
        .vis span {
            height: 300px;
        }
        .vis .vis-ttl {
            width: 100%;
            left: 0px;
            bottom: 20px;
            margin-left: 0px;
            padding-left: 30px;
            padding-right: 30px;
        }
        .vis .vis-ttl .category {
            font-size: 11px;
            font-size: 1.1rem;
            margin-bottom: 6px;
        }
        .vis .vis-ttl .ttl {
            font-size: 12px;
            font-size: 1.2rem;
        }
        .phone {
            top: 20px;
            right: 20px;
        }
        .phone h2 {
            font-size: 40px;
            font-size: 4.0rem;
            line-height: 24px;
        }
        .phone h2 span {
            font-size: 16px;
            font-size: 1.6rem;
            margin: 0px;
        }
        .phone h2:after {
            bottom: -2px;
        }
        .phone h3 {
            font-size: 8px;
            font-size: 0.8rem;
            margin-top: 5px;
        }
        #stylebook-slider-wrap .titles {
            /*margin-top: -66px;*/
        }
        #stylebook-slider-wrap .catch {
            font-size: 1rem;
            font-weight: bold;
            padding-bottom: 6px;
            letter-spacing: 0.15em;
            line-height: 1.4;
        }
        #stylebook-slider-wrap .ttl {
            font-family: "Brandon Grot W01 Bold";
            font-size: 4.6rem;
            font-weight: normal;
            letter-spacing: 0.1em;
            line-height: 0.9;
        }
        #stylebook-slider-wrap .season {
            font-family: "BrandonGrotW01-Regular";
            font-size: 1.8rem;
            font-weight: normal;
            letter-spacing: 0.1em;
            line-height: 1.2;
        }
        #stylebook-slider-wrap .catch2 {
            padding-bottom: 20px;
        }
        #stylebook-slider-wrap .catch2 img {
            width: 200px;
            height: auto;
        }
        #stylebook-slider-wrap .ttl2 {
            font-size: 1.5rem;
        }
        #stylebook-slider-wrap .season2 {
            font-size: 1.0rem;
            padding-top: 3px;
        }
        #popular .post .thumb-box {
            padding-right: 0px;
        }
        #brandlist {
            border-top: none;
            padding-top: 0px;
        }
        #brandlist li {
            width: 50%;
        }
        #sec-people {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        #sec-fashion {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        #sec-things {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        #sec-stylebook {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        #sec-recommend {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        #sec-bottom-info {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        #sec-bottom-info .facebook-box, #sec-bottom-info .twitter-box {
            margin-bottom: 30px;
        }
        #sec-bottom-info .banner {
            max-width: 280px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
        }
        .sec-ttl {
            margin-bottom: 30px;
        }
        .sec-ttl h2 {
            font-size: 24px;
            font-size: 2.4rem;
        }
        .sec-ttl-recommend {
            margin-bottom: 30px;
        }
        .sec-ttl-recommend h2 {
            font-size: 20px;
            font-size: 2.0rem;
        }
        .sec-ttl-backnumber {
            margin-bottom: 30px;
        }
        .sec-ttl-backnumber h2 {
            font-size: 20px;
            font-size: 2.0rem;
        }
        .articles .post .text-box {
            height: auto!important;
            padding: 15px ;
            position: relative;
        }
        #content {
            padding-top: 20px;
            padding-bottom: 40px;
        }
        .page-cat-ttl {
            margin-bottom: 10px;
        }
        .page-cat-ttl h2 {
            font-size: 24px!important;
            font-size: 2.4rem!important;
        }
        .content-header {
            border-bottom: 3px solid #333;
            padding: 25px 0px 20px;
        }
        .content-header .content-ttl {
            font-size: 20px;
            font-size: 2.0rem;
            margin-bottom: 18px;
        }
        .content-header .content-meta {
            margin-bottom: 18px;
        }
        .content-header .content-meta .brand {
            font-size: 14px;
            font-size: 1.4rem;
        }
        .content-header .content-tag {
            margin-bottom: 20px;
        }
        .content-header .content-sns li {
            float: left;
            margin-right: 10px;
        }
        .content-body {
            padding-top: 25px;
            font-size: 13px;
            font-size: 1.3rem;
        }
        .content-body .lead {
            font-size: 14px;
            font-size: 1.8rem;
            line-height: 1.8;
            margin-bottom: 40px;
        }
        .stylebook-num {
            font-size: 30px;
            font-size: 3.0rem;
            top: 20px;
            left: 20px;
        }
        .stylebook-num .current-num {
            font-size: 40px;
            font-size: 4.0rem;
        }
        .stylebook-num .total-num {
            font-size: 24px;
            font-size: 2.4rem;
        }
        .back-index {
            position: absolute;
            top: 15px;
            right: 10px;
            font-size: 9px;
        }
        .back-index .square {
            width: 40px;
            height: 40px;
        }
        .back-index .square.cross {
            left: 25px;
        }
        .back-index .modoru {
            visibility: hidden;
        }
        .content-stylebook-detail .bx-prev {
            left: 0px;
        }
        .content-stylebook-detail .bx-next {
            right: 0px;
        }
        .style-detail-txt .stylebook-meta {
            margin-bottom: 8px;
        }
        .style-detail-txt .stylebook-ttl {
            font-size: 18px;
            font-size: 1.8rem;
            padding-bottom: 14px;
        }
        .style-detail-txt .stylebook-body {
            padding-bottom: 30px;
        }

        .content-vis2 {
            width: 90%;
            padding-left: 30px;
            padding-right: 30px;
            margin:auto;
        }    
    }

    @media (max-width: 667px) {

        .phone h2 {
            font-size: 20px;
            font-size: 2.0rem;
            line-height: 12px;
        }

        .phone h2 span{
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 12px;
        }

        #pickup h2 {
            text-align: center;
            font-size: 18px;
            font-size: 2.5rem;
            font-family: "Brandon Grot W01 Bold";
            font-weight: normal;
            letter-spacing: 0.08em;
            margin-left: 15px;
            margin-right: 15px;
        }

    }

    @media (max-width: 400px) {

        .opening-navi #opening-message2 {
            width: 90%;
            margin-right: auto;
            margin-left: auto;
            font-size: 1.5rem;
            line-height: 1.2;
            position: absolute;
            top: 120%;
            right: 10%;
            left: 10%;
            margin-bottom: 10px;
        }



        .opening-navi #opening-message{
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            font-size: 2.5rem;
            line-height: 1;
            position: absolute;
            top: -20%;
            /* right: 10%; */
            left: 5%;
            text-align: center;
            margin-bottom: 10px;
        }

        .opening-navi #opening-message p{

        }


        .opening-navi #opening-logo {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
        }

        .opening-navi p {
            font-size: 1.8rem;
        }


        .opening-navi h1 {
            font-size: 3rem;
        }

        .opening-navi .onavi {
            display: none;
        }	

        #pickup h2 {
            font-size: 16px;
            font-size: 1.9rem;
        }


        #pickup h3 {
            font-size: 15px;
            font-size: 1.5rem;
        }

        .tblMenu th{
            width:100%;
            display:block;
            margin: 0 auto;
            /*	  border:none;*/
            border-radius: 3px;
        }
        .tblMenu td{
            display: list-item;
            width: 100%;
            text-align: right;
            padding-left: 30px;
            border-top: none !important;
        }



        .footer-navi {
            display: none;
        }

        .menuBox{
            width: 98%;
            padding: 1%;
        }



    }
