@charset "utf-8";

@font-face { 
    font-family: "hansSansNormal";
    src:local('SourceHanSansJP-Normal'),
        url('../fonts/SourceHanSansJP-Normal.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    /*line-height: 1;*/
    /*overflow-x: hidden;*/
	font-family: 'Montserrat', "hansSansNormal", sans-serif;
    letter-spacing: 1.2pt;
}

*:focus {
    outline: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}
        
.font-montserrat-light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.font-montserrat-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.clear {
    clear: both;
}

.space10 {
    height: 10px;
}
.space20 {
    height: 20px;
}
.space30 {
    height: 30px;
}
.space40 {
    height: 40px;
}
.space50 {
    height: 50px;
}
.space60 {
    height: 60px;
}
.space70 {
    height: 70px;
}

.img-responsive { 
}
.header-img {
    display: block;
    width: 100%;
    height: auto;
}
.hm-left-size{
    margin-left: 3%;
    width: 82.4%;
}
.hm-right-size{
    margin-right: 3%;
    width: 11.6%;
}

.font-normal-cat{
    /*font-size: 1rem;*/
}

.font-normal{
    font-size: 16px;
}
.thumb-content{
    z-index: 2;
    margin-top: -6%;
}
.font-small{
    font-size: 24px;
}
.main-p{
    padding-left: 1%;
    padding-right: 1%;;
}

.blog-head {
    max-width: 1000px;
    margin: 2% auto 3%;
}
    .blog-head a {
        text-decoration: none;
    }
.list-cate-pc{
    text-align: center;
}
.list-cate-pc ul{
    margin:auto;
    /*background-color: pink;*/
}
.list-cate-pc li{
    margin: 3% 1.2% 2% 1.2%;
}
.list-cate-sm{
    width: 89%;
    margin: 10% auto 10% auto;
}
.cust-pagi{
    color: black;
    margin: 4% 9% 6%;
    text-align: center; 
}
.cust-pagi .prevpostslink{
    float: left;
    color: #000000;
    font-weight: bold;
    font-size: 140%;
}
.cust-pagi .nextpostslink{
    position: absolute;
    float: right;
    color: #000000;
    font-weight: bold;
    font-size: 100%;
    right: 5%;
}

.cust-pagi .previouspostslink{
    position: absolute;
    /*margin-right:  10%;*/
    float: left;
    widows: 100%;;
    left: 5%;
}
.cust-pagi .page{
    text-align: center;
}
.f-pc{
    position: absolute;
    bottom: -10%;
    width: 50%;
    left: 25%;
}
.f-main-text{
    /*position: absolute;*/
    margin-top: 8%;
    text-align: center;
}

.view-detail{
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 25%;
    width: 50%;
}
.f-facebook{
    background-image: url('../img/black-bg.jpg');

}
.f-f-img{
    width: 100%;
    margin: auto;
}
.f-f-icon{
    position: absolute;
    width: 30%;
    margin-left: 35%;
    margin-top: 5%;
}
.font-lag-small{
    font-size: 20px;
	letter-spacing: 6px;
}
.header-first{
    background-color: white;
}


.bgfont {
    color: #e6e6e6;
    position: relative;
    text-align: center;
    margin: 0 auto 0;
    width: 530px;
    height: 530px;
    float: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bgfont .shin-text {
        color: #e6e6e6;
        font-size: 180px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

.bgfont2 {
    color: #e6e6e6;
    position: absolute;
    text-align: center;
    margin: 19% auto 0;
    width: 100%;
}
    .bgfont2 .shin-text2 {
        color: #e6e6e6;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 15vw;
        margin-top: -2vw;
    }
    
.sliderArea {
    min-height: 650px;
    margin: 0 0 30px 0;
}
    .sliderArea .myslider {
        width: 78%;
        overflow: hidden;
        opacity: 0;
        transition: 1s;
        margin: 8vw auto 0;
    }
    .sliderArea .myslider .slick-dots {
        margin: 0 auto;
        width: 30%;
        display: flex;
        justify-content: center;
        padding: 0;
        clear: both;
    }

.slick-slider{
	margin: 8% auto;
	width: 90%;
	height: 45vw;
}

.slick-prev, .slick-next {
    z-index: 1000;
    width: 62px;
    height: 10px;
}

.slick-next, .slick-next:hover {
    background-image: url("../img/btn_next.png");
    background-repeat:no-repeat;
    background-size: 100% auto;
    right: 31%;
}

.slick-prev, .slick-prev:hover {
    background-image: url("../img/btn_prev.png");
    background-repeat:no-repeat;
    background-size: 100% auto;
    left: 31%;
}

.slick-next:hover,  .slick-prev:hover {
    opacity: 0.6;
    transition: 0.6s;
}

.slick-next:before, .slick-prev:before {
    content: initial;
}

.slick-prev, .slick-next {
    top: initial;
    bottom: -7.5%;
}

.blog-header-link {
    margin: -110px 0 110px;
}
.freeArea .rotate-left-2, .freeArea .rotate-left-2 {

}

.slick-dots li.slick-active button:before {
    color: #cc1a5b;
}

.slick-dots li button:before {
    color: #666;
}

.nextArea {
    background-image: url("../img/top_business_pc.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 50vw;
    position: relative;
    margin: 8vw 0 2vw 0;
}
.trend-cateimage {
    background-image: url("../img/top_trend_pc.png");
}
.design-cateimage {
    background-image: url("../img/top_design_pc.png");
}
.service-cateimage {
    background-image: url("../img/top_service_pc.png");
}
.uxui-cateimage {
    background-image: url("../img/top_uxui_pc.png");
}
.tool-cateimage {
    background-image: url("../img/top_tool_pc.png");
}

.creative-en-next{
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
    position: absolute;
    margin-top: 29%;
    color: #000;
}
.creative-content-next{
    width: 100%;
    font-size: 1.4rem;
    position: absolute;
    margin-top: 33%;
    color: #000;
    text-align: center;
}

/*20170329*/
.smartphone-menu{
    font-size: 3.0rem;
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    background-image: url("../img/bg-menu.png");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s;
    color: white;
}
.smartphone-menu .nav-item{
    padding: 5.3333% 0;
}
.smartphone-menu .nav-list {

    padding-left: 0;
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px;
}
.smartphone-menu ul{
    list-style: none;
}

.smartphone-menu .close-nav-btn{
    text-align: center;
    margin: auto;
    padding-top: 10%;
}
.smartphone-menu .menu-label{
    text-align: center;
}
.smartphone-menu .close-icon{
    display: block;
    transform: scale(1);
    animation: pop-in .3s;
    animation-fill-mode: forwards;
    font-size: 2.0rem;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: #000;
    margin: auto;
    transform-origin: center center;
    margin-top: 3%;
}
.smartphone-menu .close-icon:after {
    opacity: 0;
    animation: rotation .3s ease-out .25s;
    animation-fill-mode: forwards;
    content: ' ';
    background-image: url(../img/icon_cancel.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    height: 50%;
    margin: 25% auto;
    display: inline-block;
    opacity: 1;
    transform-origin: center center;
}
.smartphone-menu a{
    text-decoration: none;
    color: white;
}


.smartphone-menu a:hover, .smartphone-menu a:focus {
    /*color: #f1f1f1;*/
    color: #428bca;
}

.shadow-circle{
    /*position: absolute;*/
    z-index: 1;
    margin-top:  -15%;
    margin-left: 37%;
    border-radius: 50%;
    width: 30%;
    text-align: center;
}

.title-new{
    z-index: 2;
    font-size: 0.8em;
    position: absolute;
    margin-top: -18%;
    /*margin-left: 44%;*/
    text-align: center;
    padding-left: 7%;
}
.time-new{
    z-index: 2;
    color: #AAA;
    font-size: 0.8em;
    position: absolute;
    margin-top: -22%;
    padding-left: 7%;
    /*margin-left: 46%;*/
    text-align: center;
}
.faceb-img-icon{
    position: absolute;
    z-index: 2;
    margin-top: 5%;
    margin-left: 33%;
    width: 7%;
    /*float: left;*/
}
.pint-img-icon{
    position: absolute;
    z-index: 2;
    margin-top: 5%;
    margin-left: 43%;
    width: 7%;
    /*float: left;*/
}
.twitter-img-icon{
    position: absolute;
    z-index: 2;
    margin-top: 5%;
    margin-left: 53%;
    width: 7%;
    /*float: left;*/
}
.instagram-img-icon{
    position: absolute;
    z-index: 2;
    margin-top: 5%;
    margin-left: 63%;
    width: 7%;
    /*float: left;*/
}

.category-overlay {
    display: none;
}

.mobile-time{
    color: #AAA;
    z-index: 2;
    position: absolute;
    margin-top: 5%;
    margin-bottom: 2%;
    left: 0%;
}

.mobile-title{
    color: black;
    z-index: 2;
    position: absolute;
    margin-top: 5%;
    margin-bottom: 2%;
    right: 0%;
}


.list-cate-pc li a{
    color: black;
}
.lastest{
    color: black;
    font-size: 2.5em;
    font-weight: bold;
}


.rotate-left{
    margin: auto;
    position: absolute;
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20%;

    /*Safari*/ 
    -webkit-transform: rotate(90deg);
    /*Firefox*/ 
    -moz-transform: rotate(90deg);
    /*IE*/ 
    -ms-transform: rotate(90deg);
    /*Opera*/ 
    -o-transform: rotate(90deg);
    /*Internet Explorer*/ 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.rotate-left-2{
    margin: auto;
    position: absolute;
    color: white;
 font-size: 16px;
	letter-spacing: 3px;
    font-weight: bold;
    margin-top: 21%;

    /*Safari*/ 
    -webkit-transform: rotate(90deg);
    /*Firefox*/ 
    -moz-transform: rotate(90deg);
    /*IE*/ 
    -ms-transform: rotate(90deg);
    /*Opera*/ 
    -o-transform: rotate(90deg);
    /*Internet Explorer*/ 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.rotate-right{
    font-weight: bold;
    margin: auto;
    position: absolute;
    color: black;
    font-size: 1.5em;
    margin-top: 20%;
    right: 0%;

    /*Safari*/ 
    -webkit-transform: rotate(-90deg);
    /*Firefox*/ 
    -moz-transform: rotate(-90deg);
    /*IE*/ 
    -ms-transform: rotate(-90deg);
    /*Opera*/ 
    -o-transform: rotate(-90deg);
    /*Internet Explorer*/ 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.rotate-right-2{
    font-weight: bold;
    margin: auto;
    position: absolute;
    color: white;
     font-size: 16px;
	letter-spacing: 3px;
    margin-top: 21%;
    right: 0%;

    /*Safari*/ 
    -webkit-transform: rotate(-90deg);
    /*Firefox*/ 
    -moz-transform: rotate(-90deg);
    /*IE*/ 
    -ms-transform: rotate(-90deg);
    /*Opera*/ 
    -o-transform: rotate(-90deg);
    /*Internet Explorer*/ 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.wp-pagenavi a {
    color: #999999;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 2px;
}

.prevpostslink a, .nextpostslink a {
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
    color: #000000;
}
.wp-pagenavi .page, .wp-pagenavi span {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
}
.wp-pagenavi li.active a{
    color: black;
}
.creative-en{
    font-size: 2em;
	font-weight:100;
	letter-spacing: 2px;
    color: white;
	margin-top: 2rem;
	text-align: center;
}

.creative-content{
	padding-top: 1rem;
    font-size: 1.1em;
    color: white;
    text-align: center;
	letter-spacing: 2px;
}

.what-moglid{
    position: absolute;
    margin-top: -35%;
    color: white;
    font-size: 3rem;
    margin-left: 20%;
}

.what-moglid-content{
    position: absolute;
    margin-top: -30%;
    color: white;
    font-size: 1.5rem;
    margin-left: 20%;
}
.kiji-title{
    position: absolute;
    font-size: 2.0em;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20%;
    color: white;
    font-weight: bold;
    display: inline-block;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;

}


.no-padding .mask{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;

    opacity: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

/*
.kiji .mask{
    opacity: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}*/

.kiji .mask:hover {
    opacity: 0.6;
}
.kiji:hover .kiji-title{
    margin: 25%;
    width: 50%;
    color: white;

    -webkit-transform: scale(1.8,1.8);
    -moz-transform: scale(1.8,1.8);
    -o-transform: scale(1.8,1.8);
    -ms-transform: scale(1.8,1.8);
    transform: scale(1.8,1.8);
}
.black-color{
    color: black;   
}

/*header start20170421*/
._header {
    width: 100%;
    z-index: 12;
    background: white;
    font-weight: 700;
    letter-spacing: 1.6pt;
    font-size: 18px;
}

._header-second {
    width: 100%;
    z-index: 1;
    background: white;
    font-weight: 700;
    letter-spacing: 1.6pt;
    font-size: 18px;
}
    #detail ._header-second {
        margin: 0 1.2vw;
        width: 96.3vw;
        border-top: none;
        border-bottom: none;
    }
    ._header .arrow1 {
        font-size: 20px;
        position: absolute;
        right: 16px;
        top:10px;
    }

    ._header .arrow2 {
        font-size: 20px;
        padding-left: 2rem;
    }

    .first-logo{
        height: 40px;
        float: left;
        margin: 45px 0px 25px 50px;
        position: relative;
    }
        .first-logo a {
            height: 40px;
            color: #000;
            background-image: url('../img/logo_black.png');
            background-repeat: no-repeat;
            background-size: 40px;
            background-position: center left;
            margin: 0;
            padding: 0 0 0 60px;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
        }

    .second-logo{
    	width: 160px;
        height: 40px;
        float: right;
        line-height: 40px;
        margin: 40px 50px 0 0;
        background: black;
    }
        .second-logo a {
        	display: block;
        	position: relative;
        	width: 100%;
            height: 40px;
            line-height: 40px;
            color: white;
            margin: 0;
            padding: 0;
            text-decoration: none;
        	text-align: center;
            font-weight: 400;
        }

    .third-logo{
        top: 40px;
        height: 40px;
        line-height: 40px;
        float: right;
        position: relative;
    }
        .third-logo a {
        	display: block;
        	width: 100%;
            height: 40px;
            line-height: 40px;
            color: black;
            margin: 0;
            padding: 0;
            padding-right: 39px;
            text-decoration: none;
        }

.change-postion{
    position: absolute;
    background-color: transparent;
}

.footer {
    margin: 400px auto 0;
    background-color: #f5f5f5;
}

footer{
    background: url(../img/pc/pc_footer.png) no-repeat center 0;
    background-size: cover;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8pt;
    padding: 8% 0 8%;
}
    footer .container{
    }
        footer .container p{
            text-align: center;
            color: white;
            padding-bottom: 0rem;
        }
        footer .container p:last-of-type{
            line-height: 4rem;
            padding-top: 1rem;
        }
        footer .container p:last-of-type small{
            color:#C4C4C4;
        }

        footer img.facebook{
            width: 400px;
        	height: auto;
        }

#pp-nav{
	display: none;
}

.clearboth{
    clear: both;
}


/*20170418 マージ*/
img{
    vertical-align: bottom;
}
.topSlider .slick-list{
    height: 500px;
}
.topSlider .slick-list .slick-track{
    margin-top: 22%;
    height: 500px;
}
.topSlider .slick-slide {
    max-width: 10%;
    position: relative;
    height: 300px;
    border-radius: 150px;
    background-color: transparent;
    opacity: 0.6;
    box-sizing: border-box;
    border: 1px solid  #333;
    transform: scale(0.5);
}

.topSlider .slick-slide img {
    display: none;
    transition: 1s;
}

.topSlider .slick-list .slick-active img {
    display: block;
}

.topSlider .slick-slide a {
    color: #333;
}

.topSlider .slick-list .slick-active {
    box-shadow: 0 10px 30px #999;
    color: #fff;
}
.topSlider .slick-list .slick-active a {
    color: #fff;
}
.topSlider .slick-list .slick-active .sliderNew {
    color: #d4135a;
    font-size: 30px;
}
.sliderBG{			
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.sliderBG img{
    border-radius: 50%;
    width: 101%;
    height: auto;
}
div.slick-slide .sliderBG{
    opacity: 0.3;
    transition: opacity 0.4s;
}
.topSlider div.slick-slide.slick-center .sliderBG{
    opacity: 1;
}
.topSlider .slick-slide .curvesText{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    font-size: 0.8rem;
    font-size: -webkit-calc(7px + 0.2vw);
    font-size: calc(7px + 0.2vw);
    transition: 1s;
}
.topSlider div.slick-slide.slick-center{
    opacity: 1;
    transform: scale(1.38);
	/*width: 230%;
	height: 230%;*/
    z-index: 1000;
    border: none;

}
.topSlider h3{
    margin: 0;
    padding-bottom: 2rem;
    position: absolute;
    top: 34%;
    left: 5%;
    width: 90%;
    line-height: 40px;
    transition: 1s;
    text-align: center;

}
.sliderNew{
    position: absolute;
    top: 75%;
    font-weight: bold;
    letter-spacing: 0.2em;
    transition: 1s;
    left: 0;
    width: 100%;
    text-align: center;
}
.slick-prev, .slick-next{
    z-index: 1000;
    width: 40px;
    height: 40px;
}
.slick-prev:before,.slick-next:before{
    font-size: 30px;
    color:black;
}
/* .slick-prev{
    left: 10px;
}
.slick-next{
    right: 10px;
} */
 .myslider .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.snsArea {
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: 0px;
}

.snsArea ul {
    list-style: none;
    margin: 0 auto;
    width: 35%;
    height: 40%;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
    .snsArea li {
        margin: 0 18px 0;
        width: 20px;
        cursor: pointer;
    }
        .snsArea li:hover {
            opacity: 0.5;
        }
        .snsArea li img {
            width: 100%;
        }


path{
    stroke-dashoffset: 384;
    stroke-dasharray: 384;
}
.numberList{
    position: relative;
    overflow: visible;
}
.svg-line-container{
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 10;
    height: 0;
    width: 350px;
}


/*.latestNo{
        position: relative;
}
.latestNo:before{
        content: "";
        position: absolute;
        display: block;
        top: -20px;
        left: -20px;
        width: 495px;
        height: 330px;
        border: 2px solid #333;
}*/
.lastest {
    padding-bottom: 20px;
}
.thumb-content{
    padding-bottom: 30px;
}

/* 記事 */
.postWrap {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    /* overflow: hidden; */
    box-sizing: border-box;
    background-color: transparent;
}
    .postWrap .postArea {
        width: 100%;
        /* box-sizing: border-box; */
    }
    .postWrap .postArea:first-of-type {
        /* float: left; */
        /* padding-left: 20px; */

    }
    .postWrap .postArea:last-of-type {
        /* float: right; */

    }
    
    .postWrap .postArea .titleArea {
        padding: 0 0 5% 0;
        width: 47.5%;
        float: left;
    }
    
    .postWrap .postArea .titleArea h2 {
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        letter-spacing: 5px;
        font-size: 48px;
        color: #000;
    }

    .postWrap .postArea .singlePost {
        width: 47.5%;
    }
    .postWrap .postArea .singlePost:nth-child(odd){
        float: left;
    }
    .postWrap .postArea .singlePost:nth-child(even){
        float: right;
    }

    .postWrap .postPhotoData {
        position: relative;
    }
        .postWrap .postPhotoData .mask {
            background-size: cover;
            width: 100%;
            height: 320px;
            position: absolute;
            background-color: #000;
            opacity: 0.2;
            transition: 0.5s;
            z-index: 10;
        }
        .postWrap .postPhotoData .thumb {
            background-size: cover;
            height: 320px;
            position: relative;
            transition: 0.5s;
        }

        .postWrap .postPhotoData img {
            width: 100%;
            height: auto;
            opacity: 0.8;
        }

        .postWrap .postPhotoData p, .postPhotoData .metaData {
            position: absolute;
        }
        .postWrap .postPhotoData .postHeader {
            top:40%;
            left: 0;
            width: 90%;
            margin: 0 5%;
        	text-align: center;
            color: white;
            font-size: 1.6rem;
            font-size: -webkit-calc(1.6rem + 0.3vw);
            font-size: calc(1.6rem + 0.3vw);
            z-index: 11;
        }
        
        .postWrap .postPhotoData .metaData{
            bottom: 0;
            width: 29%;
            height: 40%;
            left: 36%;
            background: url(../img/postBG.png) no-repeat center bottom;
            background-size: contain;
            color:black;
            font-size: 1rem;
            font-size: -webkit-calc(0.7rem + 0.5vw);
            font-size: calc(0.7rem + 0.5vw);
            z-index: 12;
        }
        .postWrap .postPhotoData .metaData .date{
            position: absolute;
            color:#d0d0d0;
            left: 0;
            bottom: 23px;
            width: 100%;
            margin-bottom: 0;
            text-align: center;
            font-size: 90%;
        }
        .postWrap .postPhotoData .metaData .category{
            position: absolute;			
            left: 0;
            bottom: 0;
            width: 100%;
            margin-bottom: 0;
            text-align: center;
        }

    .postWrap .postTextData{
        font-family: "hansSansNormal";
        padding: 45px 0 30px;
        line-height: 24px;
        letter-spacing: 0.8pt;
        position: relative;
    }
        .postWrap .postTextData p {
            color: #333;
            background-color: #fff;
        }
    .postWrap .postArea .singlePost .postBefore {
        content: "";
        position: absolute;
        display: block;
        top: 0px;
        left: 0px;
        transition: 0.5s;
        border: 1px solid #000;    
        width: 100%;
        height: 320px;
    }
    /* .postWrap .postArea .singlePost + .postWrap .postArea .singlePost .postBefore {
            top: -20px;
            left: -20px;
        } */

.blPCAuther{
	font-size: 1.3rem;
	letter-spacing: 1.4px;
}
.blPCName{
	font-size: 1.8rem;
	letter-spacing: 4px;
}

.blockquote p{
	margin-top: 3rem;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 2px;
	border-bottom: 1px solid #333;
	padding-bottom: 4rem;
}

.bltitle{
	letter-spacing: 6px;
	padding-bottom: 2rem;
}
.blh1{
	font-size: 2rem;
	letter-spacing: 2px;
}
.blh2{
	font-size: 3rem;
	letter-spacing: 5px;
}


.blflaot{
	overflow: hidden;
	padding-bottom: 11rem;
}
.blflaot .blh2 {
	float: left;
}
    .blflaot a {
    	display: block;
    	float: right;
    	width: 246px;
    	background: url(../img/arrow1.png) no-repeat left bottom;
    	height: 30px;
    }
        .blflaot a:hover{
            opacity: 0.8;
            text-decoration: none;
        }

.freeArea{
	position: relative;
	
}
.freeAreaText{
	position: absolute;
	left: 0;
	bottom: 8%;
	width:100%;
}
    .freeAreaText .creative-en {
        margin: 0 0 20px 0;
    }

.topBtnArea{
	margin: 6rem auto 10rem;
	width: 250px;
	/* box-shadow: 0 10px 60px #666; */
    transition: 1s;
}
.topBtn2{
	width: 250px;
    height: 60px;
    color: #fff;
	background: black;
	/* box-shadow: 0 10px 60px #666; */
    display: block;
    text-align: center;
    line-height: 60px;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-decoration: none;
    cursor: pointer;
}
.topBtn{
	margin: 6rem auto 10rem;
	width: 250px;
    height: 60px;
    color: #fff;
	background: black;
	/* box-shadow: 0 10px 60px #666; */
    transition: 1s;
}
.topBtn a, .topBtn span {
	display: block;
	text-align: center;
	line-height: 60px;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 2.5rem;
	letter-spacing: 3px;
    text-decoration: none;
    cursor: pointer;
}
    .topBtn:hover {
        opacity: 0.8;
    }

.blog-text-content{
	margin: 14rem auto 0;
	width: 70%;
	text-align: left;
	column-count: 2; /* ２カラムの場合 */
  /* column-width: 30%; カラムの幅を指定 */
  column-gap: 3rem; /* カラム間の余白を指定 */
}

.blog-text-content h2{
	margin-top: 0;
	font-size: 2.4rem;
	letter-spacing: 4px;
	color: black;
	font-weight: bold;
	line-height: 1.5;
}
.blog-text-content p{
	letter-spacing: 2px;
	color: black;
	line-height: 1.5;
}
.blogDetailLink{
	width: 70%;
	overflow: hidden;
	margin: 10px auto;
}
    .blogDetailLink a{
    	display: block;
    	float: right;
        width: 246px;
        background: url(../img/arrow1.png) no-repeat left bottom;
        height: 30px;
    }
        .blogDetailLink a:hover {
            text-decoration: none;
            opacity: 0.8;
        }


.gmenu {
    padding-left: -15px !important;
}

.gmenu li {
    min-width: 50px;
    height: 50px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	color: black;
    line-height: 4.8rem;
    background-size: 20px 20px;
    background-position: center center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
    .gmenu .selected {
        background-image: url(../img/pc_icon_select.png);
        background-repeat: no-repeat;
        background-size: 50px 50px;
        background-position: center 0px;
    }

#next .gmenu {
    background: linear-gradient(gainsboro, white);
}
.plist{
	font-size: 1.4rem;
}

.copyright {
    width: 100%;
    text-align: center;
}

    .copyright small {
        margin: -50px 0;
        color: #666666;
    }

.f-main {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
}


.whats-area {
    margin: -430px auto 50px;
}


@media (max-width: 1024px) {
    .topSlider .slick-slide .curvesText{ 
        display: none;
    }
	.freeAreaText{
		bottom: 60px;
	}
    .creative-en{
        font-size: 2.2em;
    }

    .what-moglid{
        font-size: 1.8em;
    }
    .what-moglid-content{
        font-size: 1em;
    }
}

@media (max-width: 992px) {
    .thumb-content{
        margin-top: 12%;
    }
    .what-moglid{
        margin-top: -50%;
        margin-left: 26%;
    }
    .what-moglid-content{
        font-size: 1em;
        margin-top: -44%;
        margin-left: 26%;
    }
    .f-pc{
        width: 72%;
        left: 16%;
    }
    .thumb-content{
        margin-top: 12%;
    }
    .slick-prev, .slick-next {
        bottom: -10%;
    }
}


@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    .topSlider .slick-list {
        height: 400px;
    }
    .snsArea {
        display: block;
        z-index: 1;
        width: 100%;
        margin: -35px 0 0 0;
    }
    .snsArea ul {
        width: 100%;
    }
    .f-main-text {
        margin-top: 17%;
    }

    .nextArea {
        background-image: url("../img/smart-phone/mob_top_business.png");
        background-size: 90% auto;
        background-repeat: no-repeat;
        position: relative;
        min-height: 84vw;
        margin: 10vw 0 8vw 0;
        background-position: center;
    }
    .trend-cateimage {
        background-image: url("../img/smart-phone/mob_top_trend.png");
    }
    .design-cateimage {
        background-image: url("../img/smart-phone/mob_top_design.png");
    }
    .service-cateimage {
        background-image: url("../img/smart-phone/mob_top_service.png");
    }
    .uxui-cateimage {
        background-image: url("../img/smart-phone/mob_top_uxui.png");
    }
    .tool-cateimage {
        background-image: url("../img/smart-phone/mob_top_tool.png");
    }
    .creative-en-next {
        font-size: 1.6rem;
        margin-top: 73vw;
    }
    .creative-content-next {
        margin-top: 81vw;
    }
.sliderArea {
    min-height: 200px;
    margin: 80px 0 50px 0;
    overflow: hidden;
}
.myslider {
    height: 60vw !important;
}
.myslider .slick-dots {
    clear: both;
}
    .sliderArea .myslider {
        width: 100%;
        opacity: 0;
        transition: 1s;
        margin: 12vw auto 0;
    }
    .sliderArea .myslider .slick-dots {
        width: 100%;
    }
    .topSlider .slick-list .slick-active .sliderNew {
        color: #d4135a;
        font-size: 14px;
    }
    .topSlider h3 {
        margin: 0;
        padding-bottom: 2rem;
        position: absolute;
        top: 25%;
        left: 5%;
        width: 90%;
        line-height: 21px;
        transition: 1s;
        text-align: center;
        font-size: 14px;
    }
    .curvesText {
        display: none;
    }
    .font-lag-small{
        font-size: 20px;
    }
    .font-normal{
        font-size: 10px;
    }
    .font-small{
        font-size: 16px;
    }
    .mobile-time{
        font-size: 12px;
    }
    .mobile-title{
        font-size: 12px;
    }
    .cust-pagi .previouspostslink{
        /*margin-right:  10%;*/
        float: left;
        widows: 100%;;
    }
    .cust-pagi .nextpostslink{
        /*margin-left:  10%;*/
        font-size: 100%;
    }
    .lastest{
        font-size: 1.3em;
    }
    .rotate-left,.rotate-right
    ,.rotate-left-2,.rotate-right-2 {
        font-size: 1.2em;
    }
    .creative-en{
        font-size: 2em;
    }
    .what-moglid{
        font-size: 1.8em;
    }
    .what-moglid-content{
        font-size: 1em;
        margin-right: 10%;
    }
    .f-main-text{
        margin-top: 10%;
    }
    .kiji-title{
        font-size: 1.5em;
    }

    /*header start20170421*/
    ._header {
        height: 61px;
        line-height: 61px;
    }
        ._header .arrow1 {
            top: 2px;
            right: 8px;
        }
    ._header-second{
        height: 61px;
        line-height: 61px;
    }

    .detail-h {
        top: 0;
        border: none;
        padding: 0;
        width: 100%;
        margin: 0 0 0 -15px;
    }
        ._header .first-logo{
            height: 25px;
            line-height: 25px;
            margin: 20px 0px 0px 15px;
        }
        ._header .first-logo a {
            height: 25px;
            line-height: 25px;
            background-size: 30px;

            font-size: 14px;
            padding-left: 45px;
            word-spacing: 5px;
        }

        ._header .second-logo{
            width: 100px;
            top: 15px;
            height: 25px;
            line-height: 25px;
            margin: 20px 15px 0px 0px;
        }
        ._header .second-logo a {
            width: 100px;
            text-align: center;
            height: 25px;
            line-height: 25px;
            background-size: 11px;
            font-size: 14px;
            padding-right: 0px;
        }
        ._header .third-logo{
            top: 15px;
            height: 30px;
            line-height: 30px;
        }
        ._header .third-logo a {
            height: 30px;
            line-height: 30px;
            background-size: 11px;
            font-size: 14px;
            padding-right: 26px;
        }

    .footer {
        margin: 200px auto 0;
        padding: 0;
    }
        footer .container p:last-of-type {
            line-height: 22px;
            font-weight: normal;
        }
    

    .moglid-main1 {
        margin-left: -6%;
    }

    .moglid-main2 {
        right: -11%;
    }

    .moglid-main3 {
    }

    .moglid-main4 {
    }

    .slick-prev, .slick-next {
        bottom: -15%;
    }
    .slick-next, .slick-next:hover {
        right: 23%;
    }
    .slick-prev, .slick-prev:hover {
        left: 22%;
    }
}


@media (max-width: 767px){
    .slick-prev, .slick-next {
        bottom: -2%;
    }
    .slick-next, .slick-next:hover {
        right: 23%;
    }
    .slick-prev, .slick-prev:hover {
        left: 22%;
    }
    .header-img-sp {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto;
    }
    .slick-list {
        overflow: initial;
    }
    .slick-slider {
    }
    .bgfont .shin-text {
        color: #e6e6e6;
        font-size: 400%;
    }
    .bgfont2 .shin-text2 {
        margin-top: 6vw;
    }
    .freeAreaText {
        position: absolute;
        left: 13%;
        bottom: 5%;
        width: 74%;
        margin: 0 auto;
    }
    .list-cate-sm, .list-cate-sm:hover {
        border: none;
        box-shadow: none;
        background:-webkit-linear-gradient(left, #dcddff, #ffe6fd);
        background:-moz-linear-gradient(left, #dcddff, #ffe6fd);
        background:-o-linear-gradient(left, #dcddff, #ffe6fd);
        background:linear-gradient(to right, #dcddff, #ffe6fd);
        width: 100%;
        border-radius: 0;
    }
    .list-cate-sm-icon img {
        width: 20px;
        margin: 0 -35px 0px 10px;
    }
    .snsArea ul {
        display: flex;
    }
    .snsArea li {
        margin: 0 20px 0;
        float: none;
    }
    .category-overlay {
        display: none;
        z-index: 30;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 1s;
        background:-webkit-linear-gradient(left, #dcddff, #ffe6fd);
        background:-moz-linear-gradient(left, #dcddff, #ffe6fd);
        background:-o-linear-gradient(left, #dcddff, #ffe6fd);
        background:linear-gradient(to right, #dcddff, #ffe6fd);    
    }
        .category-overlay .btn-close {
            position: fixed;
            top: 30px;
            right: 30px;
            width: 40px;
            height: 40px;
            z-index: 40;
            cursor: pointer;
        }
            .category-overlay .btn-close img {
                width: 40px;
            }
        .category-overlay ul {
            list-style: none;
            margin: 50% auto 0;
            text-align: center;
            font-size: 28px;
            letter-spacing: 15px;
        }
            .category-overlay li {
                margin: 0% auto 5%;
            }
            .category-overlay li a {
                color: #000;
            }
        
    .postWrap .postPhotoData .postHeader {
        top: 20%;
    }
    .postWrap .postPhotoData .metaDataSp {
        left: 35%;
    }
    .postWrap .metaDataSp .date {
        left: -8px;
        bottom: 30px;
        color: #999999;
    }
    .postWrap .metaDataSp .category {
        font-weight: bold;
        font-size: 16px;
    }
    .postWrap{
        width: 90%;
        overflow: initial;
    }
        .postWrap .postArea:first-of-type {
            padding-left: 0;
        }

    .cust-pagi {
        margin: 8% auto;
    }

        .prevpostslink a, .nextpostslink a {
            font-family: 'Montserrat';
            font-weight: 700;
            letter-spacing: 2px;
            font-size: 12px;
            color: #000000;
        }

    .postWrap .postArea {
       width: 100%;
    }
    
    .postArea:first-of-type{
        

    }
    .postArea:last-of-type{
    }
        .postWrap .postArea .titleArea h2 {
            font-size: 30px;
        }
        .postWrap .postArea .singlePost .postBefore {
            height: 150px;
        }
        .postWrap .postPhotoData .thumb {
            height: 150px;
        }
        .postWrap .postPhotoData .mask {
            height: 150px;
        }
    .postPhotoData .metaData{
        font-size: 1rem;

    }
    .postPhotoData .metaData .date{
        bottom: 2rem;
    }

    .f-main {
        margin: 0 auto;
        width: 90%;
        float: none;
        padding: 0;
    }

    .footer .f-main {
        margin: -180px auto 0;
        width: 90%;
        float: none;
        padding: 0;
    }

    .f-main-text {
        margin-top: 19%;
        width: 90%;
        margin: 19% auto 0;
        float: none;
    }

    .topBtn {
        width: 60%;
        height: 50px;
    }

        .topBtn a, .topBtn span {
            line-height: initial;
            font-size: 2rem;
            padding: 6% 4%;
        }


    footer .container {
        width: 60%;
    }

    footer .container img {
        width: 100%;
    }
    .what-moglid-content {
        font-size: 0.7em;
        margin-top: -44%;
    }
    .what-moglid {
        margin-top: -53%;
        margin-left: 26%;
    }


}

@media (max-width: 736px) {
    .rotate-left,.rotate-right
    ,.rotate-left-2,.rotate-right-2{
        font-size: 1.1em;
    }

}

@media (max-width: 732px) {
    .slick-prev, .slick-next {
        bottom: -5%;
    }
    .slick-next, .slick-next:hover {
        right: 23%;
    }
    .slick-prev, .slick-prev:hover {
        left: 22%;
    }
}

@media (max-width: 600px) {
    .creative-en{
        font-size: 1.6em;
    }
    .creative-content{
        font-size: 1em;
    }
    .what-moglid-content {
        font-size: 0.8em;
        margin-top: -44%;
    }
    .f-pc{
        bottom: -21%;
    }
    .f-main-text {
        margin-top: 19%;
    }
    .kiji-title{
        font-size: 1.2em;
    }

    .slick-prev, .slick-next {
        bottom: -7%;
    }
    .slick-next, .slick-next:hover {
        right: 20%;
    }
    .slick-prev, .slick-prev:hover {
        left: 19%;
    }
}

@media (max-width: 500px) {
    .slick-prev, .slick-next {
        bottom: -11%;
    }
    .slick-next, .slick-next:hover {
        right: 20%;
    }
    .slick-prev, .slick-prev:hover {
        left: 19%;
    }
}

@media (max-width: 420px) {
    .slick-prev, .slick-next {
        bottom: -16.5%;
    }
    .slick-next, .slick-next:hover {
        right: 13%;
    }
    .slick-prev, .slick-prev:hover {
        left: 12%;
    }
    .rotate-left-2, .rotate-right-2 {
        margin-top: 40%;
    }
    .rotate-left,.rotate-right
    ,.rotate-left-2,.rotate-right-2{
        font-size: 0.7em;
    }
    .creative-en{
        font-size: 1em;
        margin-left: 36%
    }
    .creative-content{
        font-size: 0.8em;
      line-height: 20px;
  }
    }
    .thumb-content{
        margin-top: 18%;
    }
    .what-moglid{
        font-size: 1.2em;
    }

    .f-pc{
        bottom: -10%;
    }
    .f-main-text {
        margin-top: 19%;
    }
    .kiji-title{
        font-size: 1em;
    }
}


@media (max-width: 375px) {
    .slick-prev, .slick-next {
        bottom: -15.5%;
    }
    .slick-next, .slick-next:hover {
        right: 20%;
    }
    .slick-prev, .slick-prev:hover {
        left: 19%;
    }
    .font-normal{
        font-size: 8px;
    }
    .mobile-time{
        font-size: 10px;
    }
    .mobile-title{
        font-size: 10px;
    }
    .rotate-left,.rotate-right
    ,.rotate-left-2,.rotate-right-2 {
        font-size: 0.7em;
    }

    .creative-content{
        margin-left: 20%;
        margin-right: 15%;
    }

}

@media (max-width: 320px) {
    .rotate-left,.rotate-right
    ,.rotate-left-2,.rotate-right-2 {
        font-size: 0.6em;
    }
}
