@charset "UTF-8";


/*@media screen and (max-width: 1000px) {
     #fp-contents{ width: 1000px !important;}
    .cx_smartphoneview #fp-contents{ width: auto !important;}
}*/

/* ---------------------------------------------
	トップページ
--------------------------------------------- */
#fp-wrap{ position: relative;}


/*-------------メインビジュアル-------------*/
#mainVisualWrap{
    /*background-repeat: no-repeat;
    background-position: center 50%;*/
	width:100%;
    height: 88vh;
    position: relative;
    /*background-size: cover;*/
    box-sizing: border-box;
    /*background-attachment: fixed;*/
    overflow: hidden;
    top: 0;
    z-index: 100;
}
#mainVisualWrap .bg{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
}
/*@media screen and (max-width: 1000px) {
    #mainVisualWrap{ width: 1000px;}
    .cx_smartphoneview #mainVisualWrap{
        width: 100%;
        height: 890px;
    }
}*/
.cx_smartphoneview #mainVisualWrap{
    height: 90vh;
}

#mainVisualWrap::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_basic.png) repeat 0 0;
    /*background-color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.6);*/
    /*background-color: rgba(203, 194, 172, 0.6);*/
    z-index: 150;
}
#mainVisualWrap::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(183,183,183,0.7) 0%, rgba(255,255,255,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,183,183,0.7)), color-stop(100%,rgba(255,255,255,0.6)));
    background: -webkit-linear-gradient(top,  rgba(183,183,183,0.7) 0%,rgba(255,255,255,0.6) 100%);
    background: -o-linear-gradient(top,  rgba(183,183,183,0.7) 0%,rgba(255,255,255,0.6) 100%);
    background: -ms-linear-gradient(top,  rgba(183,183,183,0.7) 0%,rgba(255,255,255,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(183,183,183,0.7) 0%,rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b7b7b7', endColorstr='#99ffffff',GradientType=0 );
    z-index: 250;
}

#mainVisualWrap h1{
    background: url("../img/logo_l.png") no-repeat center 0px;
    /*background-color: rgba(0,0,0,0.5);*/
    background-size: contain;
    width: 100%;
    height: 28vh;
    margin: 0 auto;
    position: relative;
    z-index: 600;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    top: 10%;
}
.cx_smartphoneview #mainVisualWrap h1{ top: 10%;top: 8vh;}
@media screen and (max-height: 1000px) {
    #mainVisualWrap{ height: 800px;}
    #mainVisualWrap h1{
        height: 300px;
    }
}

/*--------what'sNew--------*/
#newsWrap{
    width: 100%;
    padding: 1em 2em 1.6em;
    box-sizing: border-box;
    /*transform: skew(0deg,3deg);*/
    position: absolute;
    bottom: 3vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 900;
    box-shadow: 1px 1px 14px 1px rgba(0,0,0,0.3);
    /*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.6)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99ffffff',GradientType=0 );*/
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#99000000',GradientType=0 );
}
/*@media screen and (max-width: 1288px) {
    #newsWrap{ width: 1160px;}
}*/
#newsWrap > div{
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 1500px) {
    #newsWrap > div{ width: 1200px;}
}


#newsWrap h2{
    font-size: 135%;
    border-bottom: solid 3px #ccc;
    line-height: 1.2;
    text-align: center;
    color: #eee;
}
#newsWrap ul { display: flex;}
.cx_smartphoneview #newsWrap{ padding: 1em 0 1.6em;}
.cx_smartphoneview #newsWrap h2{ margin: 0 0.7em;}
.cx_smartphoneview #newsWrap > div{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.cx_smartphoneview #newsWrap ul {
    width: 230%;
    padding: 0 1em;
    box-sizing: border-box;
}
#newsWrap li{
    /*float: left;*/
    display: flex;
    flex-direction: column;
    background-color: #fff;
    /*width: 24.4%;
    margin: 1em 0.8% 0 0;*/
    width: 19.6%;
    margin: 1em 0.5% 0 0;
    /*padding-bottom: 1em;*/
    /*box-sizing: border-box;*/
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    position: relative;
    font-feature-settings: "palt";
    border-bottom: solid 5px #aaa;
    overflow: hidden;
}
#newsWrap li:nth-of-type(5){ margin-right: 0;}
.cx_displaydevice #newsWrap li:hover{ border-bottom: solid 5px #e2007e;}
#newsWrap li a{
    display: block;
    height: 100%;
    padding-bottom: 1em;
}
#newsWrap li dt,
#newsWrap li .sub,
#newsWrap li .update,
#newsWrap li .category{ padding: 0 0.6em; line-height: 1.4;}
#newsWrap li dt{
    font-size: 92%;
    font-weight: bold;
    margin-bottom: 0.2em;
    padding-bottom: 0.8em;
}
#newsWrap li .thum{
    /*margin-bottom: 0.7em;*/
    box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}
#newsWrap li .thum img{ width: 100%; height: auto;}
#newsWrap li .sub{
    font-size: 88%;
    padding-top: 0.2em;
    padding-bottom: 1.4em;
}
#newsWrap li .update{
    font-size: 80%;
    position: absolute;
    bottom: 0.6em;
}
#newsWrap li .category{
    background-color: #e2007e;
    font-size: 80%;
    color: #fff;
    padding-top: 0.2em;
    padding-bottom: 0.1em;
    margin-bottom: 0.4em;
}

/*-------------トップページ コンテンツ-------------*/
#contentAllWrap{
    width: 100%;
    /*後で計算*/
    /*height: 1650px;*/
    position: relative;
    /*overflow: hidden;*/
    /*padding: 200px 0 0;*/
    /*margin-top: -300px;*/
}
/*.cx_smartphoneview #contentAllWrap{
    height: auto;
}*/
.contentWrap{
    width: 100%;
    padding: 3em 0 5em;
    background-color: #fff;
    position: relative;
    /*-ms-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ;
    transition: all 0.6s ease-out;
    transform: skew(0deg,-10deg);*/
    z-index: 2000;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 1px 1px 34px 1px rgba(0,0,0,0.2);
}
.contentWrap::after{
    content: "";
    display: block;
    background: url(../img/bg_basic.png) repeat 0 0;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    /*transform: skew(0deg,10deg);*/
    z-index: 1000;
}
.cx_smartphoneview .contentWrap{ padding: 2em 0 3em;}
.contentWrap.bg_img,
.contentWrap.bg_img2{
    /*background-attachment: fixed;
    background-size: cover;*/
    /*position: relative;
    z-index: 100;*/
}
.cx_displaydevice .contentWrap.bg_img,
.cx_displaydevice .contentWrap.bg_img2{
    background-attachment: fixed;
    background-size: cover;
}
.contentWrap.bg_img .bg{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position: center 50%;
    background-size:cover;
}
.contentWrap.bg_img::after{
    /*background: none;*/
    background-color: rgba(0,0,0,0.78);
}
.contentWrap.bg_img2::after{
    background: none;
    background-color: rgba(135, 218, 255, 0.9);
}
.contentWrap.color{
    background-color: #f5f4f0;
    z-index: 1000;
}
.contentWrap > div{
    position: relative;
    z-index: 3200;
}

#contentAllWrap h2,
#graphicWrap > a{
    background: url("../img/ttlParts.png") no-repeat center 0;
    width: 100%;
    height: 74px;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 540px 1080px;
}

.linkMore{
    position: relative;
    z-index: 2300;
}

.linkMore a{
    width: 600px;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-color: #e2007e;
    color: #fff;
    font-size: 120%;
    line-height: 1.0;
    padding: 0.9em 0;
    position: relative;
    border-radius: 4em;
}
/*.linkMore a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -18px;
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 18px 18px;
	border-color: transparent transparent transparent #fff;
}*/
.linkMore a::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.4em;
    width: 2.2em;
    height: 2.2em;
    background-color: rgba(255,255,255,0.3);
    margin: -1.1em 0 0;
    border-radius: 50%;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}
.cx_displaydevice .linkMore a:hover{ background-color: #fc008c;}

.cx_smartphoneview .linkMore a{
    width: 84%;
    padding: 0.8em 0;
}

/*-------------連載コラム-------------*/
#columnWrap,
.cx_smartphoneview #columnWrap{ margin-bottom: 0;}
#columnWrap{ width: 1200px;margin-left: auto; margin-right: auto;}
.cx_smartphoneview #columnWrap{ width: calc(100% - 2em);}
.contentWrap#columnWrap{ padding: 0;}
#columnWrap .detail > p,
#columnWrap .detail .mask{
    width: 1000px;
    margin-left: auto; margin-right: auto;
}
.cx_smartphoneview #columnWrap .detail > p{ width: 100%; box-sizing: border-box;}
.cx_smartphoneview #columnWrap .detail .mask{ width: 100%;}
.cx_smartphoneview #columnWrap .detail ul{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 0;
}
.cx_smartphoneview #columnWrap .detail li,
.cx_smartphoneview #columnWrap .detail li:nth-of-type(4n){
    margin-right: 0;
    width: 49%;
}
.cx_smartphoneview #columnWrap .detail ul::after{ display: none;}
#columnWrap .linkMore{ margin-bottom: 2em;}

/*-------------仕事-------------*/

/*@media screen and (max-width: 1000px) {
    #worksIndexWrap{ width: 1000px;}
    .cx_smartphoneview #worksIndexWrap{ width: 100%;}
}*/
.cx_smartphoneview #worksIndexWrap{
    height: auto;
    /*margin-bottom: 60px;*/
}

/*#worksIndexWrap h2,
#worksIndexWrap > ul,
#worksIndexWrap > div{ transform: skew(0deg,10deg);}*/
#worksIndexWrap h2{
    text-align: center;
    color: #000;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.0;
    position: relative;
    z-index: 2200;
    background-position: center 0;
}
#worksIndexWrap ul{
    width: 960px;
    margin: 40px auto 20px;
    position: relative;
    z-index: 2300;
}
.cx_smartphoneview #worksIndexWrap ul{
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
}


#worksIndexWrap li{
    width: 25%;
    height: 250px;
    float: left;
    border: solid 1px #fff;
    box-sizing: border-box;
    background-color: #eee;
    overflow: hidden;
    position: relative;
    backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
}
#worksIndexWrap li:nth-of-type(3){
    width: 50%;
    height: 500px;
    float: right;
}
.cx_smartphoneview #worksIndexWrap li{ width: 50%;}


#worksIndexWrap li img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.cx_smartphoneview #worksIndexWrap li:nth-of-type(3) img{
    width: auto;
    height: 100%;
}

#worksIndexWrap li p{
    color: #fff;
    font-size: 125%;
    font-weight: bold;
    position: absolute;
    bottom:10px;
    left: 10px;
    line-height: 1.0;
    -moz-transform: rotate3d(0,1,1,-10deg);
    -webkit-transform: rotate3d(0,1,1,-10deg);
    transform: rotate3d(0,1,1,-10deg);
    -moz-transform-origin: 0 100%;  
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-shadow: -2px 0px 7px #000, 2px 0px 7px #000, 0px -2px 7px #000, 0px 2px 7px #000;
    background-color: rgba(0,0,0,0.6);
}

/*-------------デザイナー-------------*/
/*.topPage #designersWrap h2,
.topPage #designersWrap > div{
    transform: skew(0deg,-10deg);
    position: relative;
}*/

#designersWrap h2{
    text-align: center;
    color: #000;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.0;
    position: relative;
    z-index: 3200;
    background-position: center -395px;
}
/*@media all and (-ms-high-contrast: none){
    .topPage #designersWrap h2{
        position: fixed;
        transform: skew(0deg,0deg);
    }
    .topPage #designersWrap > div{ margin-top: 70px;}
}*/
#designersWrap #icnWrap{
    width: 760px;
    margin: 0 auto;
    overflow: hidden;
}

#designersWrap #icnWrap ul{ width: 2090px;}

.cx_smartphoneview #designersWrap #icnWrap{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.cx_smartphoneview #designersWrap #icnWrap ul{
    width: 1870px;
    padding: 0 1em;
}

#designersWrap #icnWrap li{
    float: left;
    margin: 10px 10px;
    position: relative;
    z-index: 3500;
}
#designersWrap #icnWrap li div{
    display: block;
    background-color: #fff;
    width: 170px;
    height: 170px;
    /*padding: 20px;*/
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
#designersWrap #icnWrap li p{
     text-align: center;
    line-height: 1.2;
    -moz-transform: rotate3d(0,1,1,-10deg);
    -webkit-transform: rotate3d(0,1,1,-10deg);
    transform: rotate3d(0,1,1,-10deg);
    background-color: #fff;
    padding: 5px 0;
    margin: -5px 0 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#designersWrap #icnWrap li p #abeki{
    width: 70px;
    height: 15px;
}
.cx_smartphoneview #designersWrap #icnWrap li p #abeki{
    width: 106px;
    height: auto;
}

#designersWrap #icnWrap li a::after{
    content: "";
    display: block;
    position: absolute;
    border: none;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    -ms-transition: border ease-out 0.18s;
    -webkit-transition: border ease-out 0.18s;
    transition: border ease-out 0.18s;
}
#designersWrap #icnWrap li a:hover::after{
    border: solid 5px #fff;
    -ms-transition: border ease-out 0.18s;
    -webkit-transition: border ease-out 0.18s;
    transition: border ease-out 0.18s;
}
#designersWrap #icnWrap li a img{ width: 100%; height: auto;}

.cx_smartphoneview #designersWrap #icnWrap{ width: 100%;}
.cx_smartphoneview #designersWrap #icnWrap li{
    margin: 10px;
}
.cx_smartphoneview #designersWrap #icnWrap li div{
    width: 150px;
    height: 150px;
}
.cx_smartphoneview #designersWrap #icnWrap li a{ width: 100%;}


/*--------左右ボタン--------*/
#designersWrap #icnCntrl{
    width: 1000px;
    margin: -25px auto 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3333;
}
#designersWrap #prev,
#designersWrap #next{
    position: absolute;
    /*top: 74px;*/
    left: 0;
}
#designersWrap #next{
    left: auto;
    right: 0;
}
#designersWrap #prev a,
#designersWrap #next a{
    background-color: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -200%;
    overflow: hidden;
    white-space: nowrap;
}
#designersWrap #prev a::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 13px;
    margin-top: 7px;
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 18px 18px 0;
	border-color: transparent #fff transparent transparent;
}
#designersWrap #next a::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 13px;
    margin-top: 7px;
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 18px 18px;
	border-color: transparent transparent transparent #fff;
}

#designersWrap #prev a:hover,
#designersWrap #next a:hover{ background-color: rgba(0,0,0,0.7);}

#designersWrap #prev a.off,
#designersWrap #next a.off,
#designersWrap #prev a:hover.off,
#designersWrap #next a:hover.off{
    opacity: 0.3;
    cursor: default;
    background-color: rgba(0,0,0,0.5);
}

.cx_smartphoneview #designersWrap #icnCntrl{ display: none;}


/*-------------ビジュペディア-------------*/
#bijupediaWrap h2,
#bijupediaWrap h3,
#bijupediaWrap > div{
    /*transform: skew(0deg,10deg);*/
    width: 1100px;
    margin: 0 auto;
    position: relative;
    font-feature-settings: "palt";
}
.cx_smartphoneview #bijupediaWrap h2,
.cx_smartphoneview #bijupediaWrap h3,
.cx_smartphoneview #bijupediaWrap > div{
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
}
#bijupediaWrap h2{ background-position: center -256px;}
#bijupediaWrap h3{
    text-align: center;
    font-size: 130%;
}
#bijupediaWrap h2{
    text-align: center;
    color: #000;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.0;
    position: relative;
    z-index: 3200;
}

/*@media all and (-ms-high-contrast: none){
    .topPage #bijupediaWrap h2{
        position: fixed;
        transform: skew(0deg,0deg);
    }
    .topPage #bijupediaWrap > div{ margin-top: 70px;}
}*/
#bijupediaWrap ul{
    margin: 20px 0;
    display: flex;
}
#bijupediaWrap ul li{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.cx_smartphoneview #bijupediaWrap ul li{ width: 100%;}
#bijupediaWrap ul li > a{
    display: block;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    padding: 0.6em 1.5em 1.5em;
}
#bijupediaWrap dt{
    font-size: 170%;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
#bijupediaWrap dd.kana{
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 0.2em;
    border-bottom: solid 3px #000;
    margin-bottom: 0.6em;
}
#bijupediaWrap dd.def{
    line-height: 2.0;
    text-align: justify;
    height: 12em;
    overflow: hidden;
    position: relative;
}
#bijupediaWrap dd.def::after{
    content: "";
    display: block;
    width: 100%;
    height: 4em;
    position: absolute;
    background: rgba(0,0,0,0.3);
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}


/*-------------グラフィック-------------*/
/*#graphicWrap h2,
#graphicWrap > div{
    transform: skew(0deg,-10deg);
    position: relative;
}*/
#graphicWrap h2{
    text-align: center;
    color: #000;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.0;
    position: relative;
    z-index: 3200;
    background-position: center -330px;
}
#graphicWrap > div{
    width: 900px; margin: 0 auto;
}
#graphicWrap #graphicThumWrap{
    margin: 0 auto 20px;
}
#graphicWrap #graphicThumWrap li{
    float: left;
    width: 33%;
    margin: 0 0.5% 0 0;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
#graphicWrap #graphicThumWrap li:nth-of-type(3){ margin: 0;}
#graphicWrap #graphicThumWrap li img{
    width: 100%;
    height: auto;
}

.cx_smartphoneview #graphicWrap > div{
    width: 100%;;
    padding: 0 1em;
    box-sizing: border-box;
}
.cx_smartphoneview #graphicWrap #graphicThumWrap li{
    width: 49%;
    margin: 0 2% 5px 0;
}
.cx_smartphoneview #graphicWrap #graphicThumWrap li:nth-of-type(2n){ margin: 0;}

/*-------------フジテレビジュツのスタッフ-------------*/

#staffWrap h2,
#staffWrap > div{
    /*transform: skew(0deg,10deg);*/
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#staffWrap h2{
    background: url("../staff/img/staffParts.png") no-repeat center 0;
    width: 100%;
}


#staffWrap ul{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
#staffWrap li{
    flex-shrink: 0;
    width: 98px;
    margin: 0 9.75px 20px 0;
}
#staffWrap li:nth-of-type(9n){ margin: 0 0 20px 0;}
/*#staffWrap li:nth-of-type(10n){ margin: 0 9.75px 20px 53px;}*/
#staffWrap li.comingsoon{ opacity: 0.3;}
#staffWrap li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 82%;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1.4;
}
#staffWrap li a::before{
    content: "";
    display: block;
    background: url(../staff/img/jobIcn.png) no-repeat center 0px;
    background-size: 98px 2100px;
    width: 98px;
    height: 98px;
}
#staffWrap li.job02 a::before{ background-position: 0 -98px;}
#staffWrap li.job03 a::before{ background-position: 0 -195px;}
#staffWrap li.job04 a::before{ background-position: 0 -294px;}
#staffWrap li.job05 a::before{ background-position: 0 -392px;}
#staffWrap li.job06 a::before{ background-position: 0 -490px;}
#staffWrap li.job07 a::before{ background-position: 0 -588px;}
#staffWrap li.job08 a::before{ background-position: 0 -686px;}
#staffWrap li.job09 a::before{ background-position: 0 -784px;}
#staffWrap li.job10 a::before{ background-position: 0 -882px;}
#staffWrap li.job11 a::before{ background-position: 0 -980px;}
#staffWrap li.job12 a::before{ background-position: 0 -1078px;}
#staffWrap li.job13 a::before{ background-position: 0 -1176px;}
#staffWrap li.job14 a::before{ background-position: 0 -1274px;}
#staffWrap li.job15 a::before{ background-position: 0 -1372px;}
#staffWrap li.job16 a::before{ background-position: 0 -1764px;}
#staffWrap li.job17 a::before{ background-position: 0 -1469px;}
#staffWrap li.job18 a::before{
    background: url("../staff/img/jobIcn_18.svg");
    background-size: contain;
}
#staffWrap li a:hover{ text-decoration: underline;}
#staffWrap li.comingsoon a:hover{ text-decoration: none;}

#staffWrap li a.narrow{ letter-spacing: -0.32em; font-size: 75%;}
#staffWrap li a.narrow02{ letter-spacing: -0.2em; font-size: 75%;}
.cx_smartphoneview #staffWrap > div{ width: 96%;}
.cx_smartphoneview #staffWrap li:nth-of-type(8){ margin-left: 6px;}
.cx_smartphoneview #staffWrap li{
    width: 23.5%;
    margin: 0 2% 20px 0;
}
.cx_smartphoneview #staffWrap li:nth-of-type(4n){ margin: 0 0 20px 0;}
.cx_smartphoneview #staffWrap li a::before{
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.cx_smartphoneview #staffWrap li a.narrow{ font-size: 71%;}
.cx_smartphoneview #staffWrap li a.narrow02{ font-size: 78%;}

.cx_smartphoneview #staffWrap li.job02 a::before{ background-position: 0 -152px;}
.cx_smartphoneview #staffWrap li.job03 a::before{ background-position: 0 -304px;}
.cx_smartphoneview #staffWrap li.job04 a::before{ background-position: 0 -456px;}
.cx_smartphoneview #staffWrap li.job05 a::before{ background-position: 0 -608px;}
.cx_smartphoneview #staffWrap li.job06 a::before{ background-position: 0 -760px;}
.cx_smartphoneview #staffWrap li.job07 a::before{ background-position: 0 -912px;}
.cx_smartphoneview #staffWrap li.job08 a::before{ background-position: 0 -1064px;}
.cx_smartphoneview #staffWrap li.job09 a::before{ background-position: 0 -1216px;}
.cx_smartphoneview #staffWrap li.job10 a::before{ background-position: 0 -1376px;}
.cx_smartphoneview #staffWrap li.job11 a::before{ background-position: 0 -1516px;}
.cx_smartphoneview #staffWrap li.job12 a::before{ background-position: 0 -1671px;}
.cx_smartphoneview #staffWrap li.job13 a::before{ background-position: 0 -1819px;}
.cx_smartphoneview #staffWrap li.job14 a::before{ background-position: 0 -1986px;}
.cx_smartphoneview #staffWrap li.job15 a::before{ background-position: 0 -2124px;}
.cx_smartphoneview #staffWrap li.job16 a::before{ background-position: 0 -2728px;}
.cx_smartphoneview #staffWrap li.job17 a::before{ background-position: 0 -2274px;}


/*-------------動画コレクション-------------*/
/*#movieWrap{
    position: relative;
    z-index: 6000;
    text-align: center;
    background-color: #333;
    padding: 2em 1em;
    border-bottom: solid 1px #fff;
}*/
#movieWrap{
    text-align: center;
}
#movieWrap h3{
    background: url("../img/ttl_movie.svg") no-repeat center 0;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    background-size: contain;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 1em;
    position: relative;
    z-index: 6000;
}
#movieWrap ul{
    width: auto;
    /*display: inline-block;*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 6000;
    justify-content: center;
}
#movieWrap ul.len6,
#movieWrap ul.len8{
    width: 960px;
    margin: 0 auto;
}
#movieWrap ul.len8{
    width: 1200px;
    margin: 0 auto;
}
#movieWrap li{
    /*float: left;*/
    flex-shrink: 0;
    width: 300px;
    margin: 1em 10px 0;
}
#movieWrap ul.len6 li:nth-of-type(1),
#movieWrap ul.len6 li:nth-of-type(2),
#movieWrap ul.len6 li:nth-of-type(3){
    margin-top: 0;
}
#movieWrap ul.len8 li{
    width: 24%;
    margin: 0 0.5% 1em;
}
#movieWrap ul.len8 li:nth-last-of-type(1),
#movieWrap ul.len8 li:nth-last-of-type(2),
#movieWrap ul.len8 li:nth-last-of-type(3),
#movieWrap ul.len8 li:nth-last-of-type(4){ margin-top: 0;}
@media screen and (max-width:1330px) {
    #movieWrap .len8 li{
        width: 24%;
        margin: 0 0.5%;
    }
}
@media screen and (max-width:1600px) {
    #movieWrap .len5 li{
        width: 19%;
        margin: 0 0.5%;
    }
}

#movieWrap .thum{ margin-bottom: 0.3em;}
#movieWrap dt{
    color: #eee;
    font-size: 94%;
    line-height: 1.4;
    font-feature-settings: "palt";
}
#movieWrap li:hover dt{ text-decoration: underline;}
.cx_smartphoneview #movieWrap{
    padding: 1.5em 0em 0.5em;
}
.cx_smartphoneview #movieWrap h3{ width: 90%;}
.cx_smartphoneview #movieWrap ul{ width: auto; padding: 0 1em;}
.cx_smartphoneview #movieWrap li,
.cx_smartphoneview #movieWrap ul.len8 li{
    width: 49%;
    margin: 0 2% 1em 0;
}
.cx_smartphoneview #movieWrap li:nth-of-type(2n),
.cx_smartphoneview #movieWrap ul.len8 li:nth-of-type(2n){ margin-right: 0;}


/*-------------ビジュマニア-------------*/
#bijumaniaWrap{
    background: rgb(86,210,255);
    background: -moz-linear-gradient(top,  rgba(86,210,255,1) 0%, rgba(198,240,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,210,255,1)), color-stop(100%,rgba(198,240,255,1)));
    background: -webkit-linear-gradient(top,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(86,210,255,1) 0%,rgba(198,240,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d2ff', endColorstr='#c6f0ff',GradientType=0 );
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
#bijumaniaWrap::before{
    content: "";
    display: block;
    background: url("../bijumania/img/cloud.svg") repeat-x center 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 222;
    background-size: 320px 329px;
    opacity: 0.8;
}
#bijumaniaWrap::after{
    content: "";
    display: block;
    background: url("../bijumania/img/deco.svg") repeat center 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 333;
    background-size: 240px 324px;
    opacity: 0.7;
    background-attachment: fixed;
}
#bijumaniaWrap h2{
    background: url("../bijumania/img/ttl_bijumania.svg") no-repeat center 0;
    height: 220px;
    background-size: contain;
    margin: 0;
    position: relative;
    z-index: 6666;
}
#bijumaniaWrap h2::before{
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    background: url("../bijumania/img/balloon.svg") no-repeat 0 0;
    background-size: contain;
    width: 150px;
    height: 230px;
    margin: 0 0 0 -500px;
}
#bijumaniaWrap h2::after{
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 50%;
    background: url("../bijumania/img/balloon.svg") no-repeat 0 0;
    background-size: contain;
    width: 150px;
    height: 230px;
    margin: 0 -500px 0 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.cx_smartphoneview #bijumaniaWrap h2::before{ margin: -20px 0 0 -370px;}
.cx_smartphoneview #bijumaniaWrap h2::after{ margin: -20px -370px 0 0;}
#bijumaniaWrap p{ text-align: center;}
#bijumaniaWrap p:nth-of-type(1){
    font-size: 130%;
    line-height: 1.2;
    padding: 0 0 0.5em;
    color: #009f93;
    font-weight: bold;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff, 1px 1px 20px #fff, -1px 1px 20px #fff, 1px -1px 20px #fff, -1px -1px 20px #fff;  
}
#bijumaniaWrap p:nth-of-type(2){
    line-height: 1.6;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff, 1px 1px 20px #fff, -1px 1px 20px #fff, 1px -1px 20px #fff, -1px -1px 20px #fff;
    padding-bottom: 1em;
}

/*-------------グローバルフッター-------------*/
 #btmLinkWrap{
    background-color: #000;
    text-align: center;
    position: relative;
    z-index: 5000;
}
 #btmLinkWrap li{ border-bottom: solid 1px #fff;}
 #btmLinkWrap a{
    color: #fff;
    display: block;
    padding: 0.4em 0.8em;
    line-height: 1.4;
    font-feature-settings: "palt";
}
 #btmLinkWrap a:hover{ text-decoration: underline;}

.cx_smartphoneview #btmLinkWrap{ text-align: left;}


/*-------------オーバーレイ-------------*/
/*------------------オーバーレイ------------------*/
#ovrlyBase{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.65);
    z-index: 777777;
    display: none;
}
#ovrlyBase #DetailWrap{
    background-color: #fff;
    /* width: 640px; */
    width: calc( 75vh * 0.7737 * 0.925);
    /* height: 75vh; */
    /* padding: 25px 25px 20px; */
    position: absolute;
    top: 60px;
    top: 10vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
    /*display: none;*/
    /*border-radius: 5px;*/
    background: url("../event/img/ovly_bg.png") repeat 0 0;
}
#ovrlyBase #DetailWrap #detail_inner{
    width: 100%;
    height: 75vh;
    /* max-height: 75%;
    max-height: 75vh; */
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style:none;
}
#ovrlyBase #DetailWrap #detail_inner img{
    width: 100%;
    height: auto;
}
/* @media screen and (max-height: 1195px) {
    #ovrlyBase #DetailWrap{
        width: auto; height: 75vh;
    }
    #ovrlyBase #DetailWrap #detail_inner{
        width: calc;
    }
} */


#ovrlyBase #DetailWrap.trans{
    -ms-transform: translate3d(0, -700px, 0);
    -webkit-transform: translate3d(0, -700px, 0);
    -moz-transform: translate3d(0, -700px, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
#ovrlyBase #DetailWrap.fix{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.2s;
} 
/*.cx_smartphoneview #ovrlyBase #DetailWrap > div > div{
    width: 100%;
}
.cx_smartphoneview #ovrlyBase .matsuriDetail{
    width: 100%;
    float: none;
}*/
/* .cx_smartphoneview #ovrlyBase #DetailWrap{
    width: 86%;
    width: calc( 70vh * 0.7737 * 0.845);
    top: 70px;
}
.cx_smartphoneview #ovrlyBase #DetailWrap #detail_inner{
    max-height: 70%;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
} */
@media screen and (max-width: 650px) {
    #ovrlyBase #DetailWrap{
        width: calc( 70vh * 0.7737 * 0.845);
        top: 70px;
    }
    #ovrlyBase #DetailWrap #detail_inner{
        max-height: 70%;
        max-height: 70vh;
        -webkit-overflow-scrolling: touch;
    }
}
#detail_inner a{ display: block;}
.detail_inner__btn{
    display: flex;
    justify-content: center;
    padding-bottom: 2em;
}
.detail_inner__btn p{
    width: 84%;
    background-color: #e2007e;
    color: #fff;
    font-weight: bold;
    padding: 1em;
    border-radius: 5em;
    text-align: center;
    position: relative;
}
.cx_displaydevice a:hover .detail_inner__btn p{ background-color: #f41a92;}
.detail_inner__btn p::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.4em;
    width: 2.2em;
    height: 2.2em;
    background-color: rgba(255,255,255,0.3);
    margin: -1.1em 0 0;
    border-radius: 50%;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

/*--------オーバーレイCLOSE--------*/
#ovrlyBase #DetailWrap .closeBtn{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 3px #000;
    cursor: pointer;
}
#ovrlyBase #DetailWrap .closeBtn span:nth-of-type(1){
    width: 3px;
    height: 30px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 3px;
    left: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#ovrlyBase #DetailWrap .closeBtn span:nth-of-type(2){
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 17px;
    left: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.cx_smartphoneview #ovrlyBase #DetailWrap .closeBtn{
    zoom: 1.6;
}

/* #ovrlyBase #closeSp{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 888888;
}
.cx_smartphoneview #ovrlyBase #closeSp{ display: block;}
.cx_smartphoneview #ovrlyBase #closeSp a{
    color: #fff;
    font-weight: bold;
} */
#ovrlyClose{
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,0.7);*/
    z-index: 888880;
    /*display: none;*/
}


.sp_display .cx_anchor_link::before, .sp_display *:target::before{
    height: 1px !important;
    display: none !important;
}
#gbheader,
#gbfooter{
    position: relative !important;
    z-index: 99999 !important;
}