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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    height: 100%;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    margin: 0;
    color: #ffffff;
    }
#wrapper {
    width: 100%;
    height: 100%;
    background-image:url(../img/main_bg_pc.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.w_sp {
	background-image:url(../img/main_bg_sp.png) !important;
}
a {
    text-decoration: none;
}
h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
     font-size: 70px;
    letter-spacing: 10px;
}
h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
.inner_bg {
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    width:  100%;
    position: absolute;
    display: block;
    z-index: 0;
    opacity: 0;
}
.justonce {
    background: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
}
.container { 
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
svg {
    width: 66px;
    height: 33px;
    fill: none;
    stroke: #fff;
    stroke-width: 4;
}
.top {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    /* コメントアウト
    background: rgba(0, 0, 0, 0.48);*/
}
/* コメントアウト
.top > div >div#topWrap h1 {
    padding: 0;
    margin: 0;
    font-size: 95px;
    text-shadow: 2px 2px 5px #4E4E4E;
    opacity: 0;
}
*/
.top > div >div#topWrap {
    width: 750px;
    position: relative;
    margin: 0 auto 80px;
}
.top > div >div#topWrap > div.homeTitle1 {
    opacity: 0;
    margin-bottom: 5px;
}
.top > div >div#topWrap > div.homeTitle2 {
    opacity: 0;
}
.top > div >div#topWrap > div.homeTitle1 img,
.top > div >div#topWrap > div.homeTitle2 img{
    width: 750px;
}
.top > div >div#topWrap h2 {
    margin-top: 40px;
    font-family: sans-serif;
    font-weight: 200;
    font-size: 35px;
    text-shadow: 1px 1px 4px #4E4E4E;
    letter-spacing: 1px;
    opacity: 0;
}
.top > div >div#topWrap > img.bg1 {
    position: absolute;
    top: -170px;
    left: -200px;
    opacity: 0;
    z-index: -1;
}
.top > div >div#topWrap > img.bg2 {
    position: absolute;
    right: -200px;
    top: -30px;
    opacity: 0;
    z-index: -1;
}
/* コメントアウト
.top > div >div#topWrap h3{
   font-size: 45px;
    margin: 0;
    opacity: 0;
}
*/
.about {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}
.about > div > #aboutTitle {
    opacity: 0;
}
.about #aboutTitle img,
.service #serviceTitle img,
.gallery #galleryTitle img,
.contact #contactTitle img {
    height: 100px;
}
.about > div > div#aboutWrap {
    width: 800px;
    margin: 0 auto;
    position: relative;
    padding:55px 0;
}
.about > div > div#aboutWrap > img.bg1 {
    position: absolute;
    z-index: -1;
    top: -170px;
    left: -10px;
    opacity: 0;
}
.about > div > div#aboutWrap > img.bg2 {
    position: absolute;
    top:170px;
    right: 0;
    z-index: -1;
    opacity: 0;
}
.about > div > div > div#aboutLeft {
    float: left;
    width: 300px;
    position: relative;
    opacity: 0;
}
.about > div > div > div#aboutLeft > img.pr {
    border-radius: 50%;
    border: 3px solid #ffffff;
	width: 200px;
	height: 205px;
}
.about > div > div > div#aboutLeft > img.ink {
    position: absolute;
    top:155px;
    left:40px;
    width: 120px;
    z-index: 1;
}
.about > div > div > div#aboutRight {
    position: relative;
    float: right;
    width: 500px;
    padding-top: 0;
    opacity: 0;
}
.about > div > div > div#aboutRight > div.lead {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}
.about > div > div > div#aboutRight > div.lead #pName {
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 7px;	
}
.about > div > div > div#aboutRight > div.lead p {
	margin-bottom: 8px;
}
.service {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}
.service > div > #serviceTitle {
    opacity: 0;
}
.service > div > div#serviceWrap {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
}
.service > div > div#serviceWrap > img.bg1 {
    position: absolute;
    top:-100px;
    left: -150px;
    z-index: -1;
    opacity: 0;
}
.service > div > div#serviceWrap > img.bg2 {
    position: absolute;
    top:100px;
    right: -120px;
    z-index: -1;
    opacity: 0;
}
.service > div > div#serviceWrap > .service-item {
    background: #ffffff;
    padding:15px 10px 40px;
    height: 250px;
    border-radius:7px;
    width: 31.3%;
    float: left;
    color: #000000;
    margin-right: 3%;
    position: relative;
    opacity: 0;
}
.service > div > div#serviceWrap > .service-item > table,
.service > div > div#serviceWrap > .service-item > h3,
.service > div > div#serviceWrap > .service-item > i {
    position: relative;
    z-index: 1;
}
.service > div > div#serviceWrap > .service-item:nth-child(5) {
    margin-right: 0;
}
.service > div > div#serviceWrap > .service-item > h3 {
    font-size: 30px;
}
.service > div > div#serviceWrap > .service-item > table {
    margin: 15px auto 0;
    text-align: left;
    line-height: 1.2
}
.service > div > div#serviceWrap > .service-item > table.web tr > td {
    width: 103px;
    padding:2px 0;
}
.service > div > div#serviceWrap > .service-item > table.ec tr > td {
    width: 120px;
    padding:2px 0;
}
.service > div > div#serviceWrap > .service-item > table.system tr > td {
    width: 125px;
    padding:2px 0;
}
.service > div > div#serviceWrap > .service-item > img.ink1 {
    position: absolute;
    top:-34px;
    left:-20px;
    z-index: -1;
}
.service > div > div#serviceWrap > .service-item > img.ink2 {
    position: absolute;
    top:-20px;
    right:-20px;
    z-index: -1;
}
.service > div > div#serviceWrap > .service-item > img.ink3 {
    position: absolute;
    bottom:-87px;
    right:-39px;
}
.service > div > div#serviceWrap > .service-item > img.ink4 {
    position: absolute;
    top:10px;
    left:-70px;
    z-index: -2;
}
.service > div > div#serviceWrap > .service-item > img.ink5 {
    position: absolute;
    bottom:-30px;
    left:-10px;
    z-index: -2;
}
.service > div > div#serviceWrap > .service-item > table tr td > .btn_service_demo{
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
    margin-top: 0px;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 3px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out; /* opera */
	-moz-transition: background-color 0.2s ease-out; /* firefox */
	-webkit-transition: background-color 0.2s ease-out; /* chrome, safari */
	-ms-transition: background-color 0.2s ease-out; /* ie */
}
.service > div > div#serviceWrap > .service-item > table tr td > .btn_service_demo:hover{
    background-color: #ff3300;
}

.gallery {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}
.gallery > div > div.galleryTitleWrap > #galleryTitle {
    opacity: 0;
}
.gallery > div > div.galleryTitleWrap {
    margin: 0 auto;
    position: relative;
    width: 700px;
}

.gallery > div > div.galleryTitleWrap > img.bg1 {
    position: absolute;
    top: 0px;
    left: -80px;
    z-index: -1;
    opacity: 0;
}
.gallery > div > div.galleryTitleWrap > img.bg2 {
    position: absolute;
    top: 200px;
    right: -170px;
    z-index: -1;
    opacity: 0;
}
.gallery > div > div.swiper-container {
    position: relative;
    width: 100%;
    padding: 80px 0;
    margin-bottom: 50px !important;
    opacity: 0;
}
.gallery > div > div.swiper-container > div > div.swiper-slide > div {
        background-position: center;
        background-size: cover;
        width:200px;
        height:200px;
        position: absolute;
}
.gallery > div > div.swiper-container > div > div.swiper-slide > div > div.site-name {
    margin-top: 208px;
    font-size: 0.8em;
}
.contact {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}
.contact > div > #contactTitle {
    opacity: 0;
}
.contact > div > div.contactTextWrap {
    position: relative;
    width: 550px;
    margin: 0 auto;
    display: table;
}
.contact > div > div.contactTextWrap > img.bg1  {
    position: absolute;
    top: -90px;
    right: -181px;
    z-index: -1;
    opacity: 0;
}
.contact > div > div.contactTextWrap > img.bg2  {
    position: absolute;
	bottom: -78px;
    left: -188px;
    z-index: -1;
    opacity: 0;
}
.contact > div > div.contactTextWrap > div.contactText h3,
.contact > div > div.contactTextWrap > a div.contactText h3{
    font-size: 30px;
    color: #000000;
}
.contact > div > div.contactTextWrap p {
    font-size: 15px;
    letter-spacing: 1px;
    clear: both;
    color: #000000;
    margin: 12px 0 20px;
    line-height: 250%;
}
.contact > div > div.contactTextWrap > div.contactText{
    margin: 50px auto;
    text-align: left;
    width: 590px;
    height: 390px;
    background: #ffffff;
    border-radius: 7px;
    position: relative;
	padding: 30px;
	z-index: 1;
opacity: 0;
}
.contact > div > div.contactTextWrap > div.contactText > img.ink1 {
    position: absolute;
    top: 81px;
    right: -42px;
    z-index: -1;
}
.fa-3x {
    font-size:3em;
    color: #000000;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-down {
    opacity: 0;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
footer > div.inner {
    height: 100%;
    width:  100%;
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#121214+0,000000+100 */
    background: #121214; /* Old browsers */
    background: -moz-linear-gradient(top,  #121214 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #121214 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #121214 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121214', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.8;
}
footer > p {
    position: relative;
	color: #ffffff;
	margin: 20px 0;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 1px;
}
#topNav {
    margin-bottom: 0px;
    position:fixed;
    top:0px;
    width:100%;
    z-index: 10;
}
#topNav > nav.navbar {
    background-color:
    rgba(255, 255, 255, 0.2);
    background:#ffffff url(../img/bg_border.png);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
    border: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
    overflow: hidden;
}
#topNav > nav.navbar > div.overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26) 65%, rgba(38,38,38,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(65%,rgba(0,0,0,0.26)), color-stop(100%,rgba(38,38,38,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 65%,rgba(38,38,38,0.4) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 65%,rgba(38,38,38,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 65%,rgba(38,38,38,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.26) 65%,rgba(38,38,38,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66262626',GradientType=0 );
}
#topNav > nav.navbar > div.overlay > div.inner {
    width:70%;
    min-width: 700px;
    height: 60px;
    margin:0 auto;
}
#topNav > nav.navbar > div.overlay > div.inner > div.navbar-brand {
    float: left;
    padding-top: 18px;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    line-height: 0.2;
    text-align: center;
    cursor: pointer;
}
#topNav > nav.navbar > div.overlay > div.inner > div.navbar-brand img {
    position: absolute;
    top:-29px;
    left:-53px;
    opacity: .6;
    width: 150px;
}
#topNav > nav.navbar > div.overlay > div.inner > div.navbar-brand .logo {
    width: 29px;
    height: 35px;
    top: -4px;
    background: url(../img/logo.png);
    float: left;
    background-size: 29px 35px;
    background-repeat: no-repeat;
}
#topNav > nav.navbar > div.overlay > div.inner > div.navbar-brand span {
    position: relative;
    display: block;
}
#topNav > nav.navbar > div.overlay > div.inner > div.navbar-brand span.n1 {
    font-size: 11px;
    height: 16px;
    margin-top: 2px;
}
#topNav > nav.navbar > div.overlay > div.inner > ul.navbar-nav {
   float: right;
    margin: 0;
    position: relative;
}
#topNav > nav.navbar > div.overlay > div.inner > ul.navbar-nav > li {
    float: left;
    display: block;
    letter-spacing: 2px;
    font-weight: 200;
}
#topNav > nav.navbar > div.overlay > div.inner > ul.navbar-nav > li > a {
    position: relative;
    z-index: 30;
    display: block;
    padding: 20px 15px;
    line-height: 20px;
    overflow: hidden;
}
#topNav > nav.navbar .navbar-brand { color: #745f22;}
#topNav > nav.navbar .navbar-text { color: #745f22;}
#topNav > nav.navbar .navbar-nav > li > a { color: #745f22;}
/* コメントアウト
#topNav > nav.navbar .navbar-nav > li > a:hover,
#topNav > nav.navbar .navbar-nav > li > a:focus {
	background: rgba(0,0,0,.05);
	transition-property: all;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
}
*/
#sideNav {
    bottom: 61px;
    right: 8px;
    width: 15px;
    text-align: center;
    position: fixed;
    z-index: 10;
    opacity: 0;
}
#sideNav > nav > ul {
    width: 15px;
    display: block;
}
#sideNav > nav > ul > li {
	padding-bottom: 5px;
	width: 15px;
	height: 15px;
	overflow: hidden;
}
#sideNav > nav > ul > li > a {
	width: 8px;
   	height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #dddddd;
    opacity: 0.2;
}
#sideNav > nav > ul > li > a.activeStage {
	width: 8px;
   	height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #ff3300;
    box-shadow: 0px 0px 1px 1px #ff3300;
    opacity: 1;
}
.parallax {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	text-align: center;
    backface-visibility: hidden;
}
.lock {
    overflow:hidden;
}
[id^="conPopUp"] > .conContainer > .conWrap {
    width: 1110px;
    margin:0 auto;
    background: #ffffff url(../img/studio_bg.png)no-repeat -326px 206px;
    text-align: left;
    color: #000000;
    padding:20px; 
    border-radius: 7px;
    position: relative;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance{
    width: 363px;
    float: left;
    color: #ffffff;
    font-size: 12px;
    color: #000000;
    padding:18px;
    margin-right: 7px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteDetail{
    background-image:url(../img/pc.png);
	background-repeat: no-repeat;
    overflow: hidden;
    width:700px;
    height: 583px;
    padding: 26px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteDetail > .siteDetailInline{ 
    height: 389px; 
    overflow-y: auto;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteTitle{
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteTitle a{
    font-size: 17px;
    color: #adadad;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteTitle a:hover{
    font-size: 17px;
    color: #ff3300;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteIcon{
    display: inline-block;
    font-size: 15px;
    padding: 7px;
    color: #ffffff;
    margin-right: 5px;
    background-color:#272727;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteAim{
    border: solid 1px #d6d6d6;
    background-color: rgba(255, 255, 255, 0.62);
    padding: 10px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteAim > .siteSub{
    color: #ff3300; 
    font-size: 17px; 
    margin-bottom: 4px;
    line-height: 1.4;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteAim > .siteCom{ 
    font-size: 13px; 
    line-height: 1.6; 
    color:#636363;
    padding: 4px;}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteAim > .siteCom > p {
    margin-bottom: 6px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteDetail > .siteDetailInline > ul.siteMain li{
    display: none;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteDetail > .siteDetailInline > ul.siteMain li img{
    vertical-align: bottom;
	display: block;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > ul.siteList{
    font-size: 15px;
    padding: 23px 4px 13px;
    overflow: hidden;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > ul.siteList li{
    float: left;
    list-style: none;
    padding: 3px 5px;
    cursor: pointer;
    margin-bottom: 7px;
    width: 33%;
    border-right: 1px dotted #909090;
    line-height: 1.3;
	transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out; /* opera */
	-moz-transition: background-color 0.2s ease-out; /* firefox */
	-webkit-transition: background-color 0.2s ease-out; /* chrome, safari */
	-ms-transition: background-color 0.2s ease-out; /* ie */
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > ul.siteList li:nth-child(3n) { 
   border-right: 0px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > ul.siteList li:hover{
    background-color: #ff3300;
	background-color: rgba(0,0,0,0.1);
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > ul.siteList li.activeSite:hover,.activeSite{
    background-color: #ff3300;
    color: #ffffff;
}
.modalOverlay {
    z-index:35;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modalWrap {
    z-index: 40;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.map, [id^="conPopUp"] {
    display: table;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    text-align: center;
    backface-visibility: hidden;
}
.map > .mapContainer,[id^="conPopUp"] > .conContainer {
    display: table-cell;
    vertical-align: middle;
    position: relative;  
}
.map > .mapContainer > #mapWrap {
    width: 980px;
    margin:0 auto;
    background: #ffffff url(../img/studio_bg.png)no-repeat 700px -500px;
    text-align: left;
    color: #000000;
    padding:15px; 
    border-radius: 7px;
    position: relative;
}
.map > .mapContainer > #mapWrap > .inner > #mapTitle{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.01em
}
.map > .mapContainer > #mapWrap > .inner > #mapSub{
    line-height: 1.4;
    padding: 10px;
}
.map > .mapContainer > #mapWrap > .inner > #mapCanvas {
    margin: 0 auto;
    overflow: hidden;
    width: 39%;
    margin-right: 1%;
    height: 400px;
    float: left;
    box-sizing: border-box;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap{
    overflow-x: hidden;
    box-sizing: border-box;
    width: 60%;
    height: 400px;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList {
    padding:0;
    margin: 0;
    width: 100%;
    height: 500px;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li {
    list-style: none;
    border: 1px solid #000000;
    cursor: pointer;
    background-color: #ffffff;
    padding: 10px;
    margin-right: 1%;
    width: 49%;
    height: 145px;
    margin-bottom: 10px;
    box-sizing: border-box;
    float: left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    transition: border 0.2s ease-out;
	-o-transition: border 0.2s ease-out; /* opera */
	-moz-transition: border 0.2s ease-out; /* firefox */
	-webkit-transition: border 0.2s ease-out; /* chrome, safari */
	-ms-transition: border 0.2s ease-out; /* ie */
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li:last-child{
	margin-bottom: 0px;
}
.markerListHover{
	border: 1px solid #ff3300 !important;
}
.nameHover{
	background: #ff3300 !important;
}
.iconHover{
	color:#ff3300 !important;
}
.linkHover{
	text-decoration: none !important;
    color: #ff3300 !important;
}
.hchange170 {
	height: 170px !important;
}
.hchange185 {
	height: 185px !important;
}
.hchangeAuto {
	height: auto !important;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li:nth-child(even) {
    margin-left: 1%;
    margin-right: 0;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li a{
    display: block;
    text-decoration: none;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_photo {
    float: left;
    width: 35%;
    margin-right: 10px;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_photo img {
    width: 100%;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_name {
    background: #000000;
    color: #ffffff;
    font-size: 19px;
    padding: 7px;
    margin-bottom: 5px;
    line-height: 1.2;
    overflow: hidden;
    	transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out; /* opera */
	-moz-transition: background-color 0.2s ease-out; /* firefox */
	-webkit-transition: background-color 0.2s ease-out; /* chrome, safari */
	-ms-transition: background-color 0.2s ease-out; /* ie */
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_name.business {
    background: #2681fd;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_tel {
    font-size: 13px;
    color: #000000;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_add {
    font-size: 13px;
    color: #000000;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_link {
    color: #000000;
    text-decoration: underline;
    transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out; /* opera */
	-moz-transition: color 0.2s ease-out; /* firefox */
	-webkit-transition: color 0.2s ease-out; /* chrome, safari */
	-ms-transition: color 0.2s ease-out; /* ie */
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_box {
    line-height: 1.5;
    overflow: hidden;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .icon {
    background-color: #ffffff;
    color: #000000;
     border-radius: 10px;     /* CSS3草案 */ 
    -webkit-border-radius: 10px;     /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;     /* Firefox用 */
    display: inline-block;
    height: 19px;
    width: auto;
    font-size: 15px;
    padding: 1px 7px 0px;
    text-align: center;
    margin-left: 3px;
    shape-margin: -2px;
    font-weight: bold;
    transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out; /* opera */
	-moz-transition: color 0.2s ease-out; /* firefox */
	-webkit-transition: color 0.2s ease-out; /* chrome, safari */
	-ms-transition: color 0.2s ease-out; /* ie */
}
.naviWindow{
    width:auto;
    height:auto;
}
.naviWindow > .naviWindow_title{
    font-size: 16px;
    color: #000000;
}
.naviWindow > .naviWindow_title > .icon {
    background-color: #000000;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: inline-block;
    height: 19px;
    width: auto;
    position: relative;
    font-size: 11px;
    padding: 1px 8px 4px;
    text-align: center;
    margin-left: 5px;
    top: -3px;
}
.naviWindow > .naviWindow_add{
    text-align: left;
    color: #8c8c8c;
}
.naviWindow a{
    color: #000000;
    text-decoration: underline;
}
.naviWindow a:hover{
    text-decoration:none;
    color: #ff3300;
}
.modalClose{
    position: absolute;
    top: 0;
    right:3px;
	font-size: 16px;
	z-index: 1;
    cursor: pointer;
    transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out; /* opera */
	-moz-transition: color 0.2s ease-out; /* firefox */
	-webkit-transition: color 0.2s ease-out; /* chrome, safari */
	-ms-transition: color 0.2s ease-out; /* ie */
}
.modalClose:hover {
    cursor:pointer;
    color:#ff3300;
}
.text-input {
    position: relative;
    margin-top: 20px;
}
.text-input input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 10px 10px 10px 100px;
	background: #000000;
color: #ffffff;
}
.text-input input[type="text"] + label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 40px;
	width: 85px;
	text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 3px 0 0 3px;
    padding: 0 20px;
    background: #E03616;
}
.text-input textarea{
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	border-radius: 3px;
	padding: 10px;
	outline: none;
   	width: 100%;
	height: 160px;
}
input, textarea {
font-family : inherit;
font-size : 100%;
}
.btn{
padding: .5rem 2rem !important;
    font-size: 1rem !important;
    line-height: 1.333333 !important;
    border-radius: .3rem !important;
    color: #fff !important;
    background-color: #E03616 !important;
outline: none;
width: 130px;
}
.btn:nth-child(2){
margin-left:30px;
}
.send{
width: 290px;
    margin: 0 auto;
margin-top:10px;
}
@media screen and (max-width: 1024px){
    img.bg {
    left: 50%;
    margin-left: -512px; }
}
@media screen and (max-width: 480px){
h2, h3 {
    margin-top: 0px;
	margin-bottom: 3px;
    font-size: 11px;
}
.service > div > div#serviceWrap > .service-item > h3 {
    font-size: 25px;
}
#topNav > nav.navbar {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
}
#topNav > nav.navbar > div.overlay > div.inner > ul.navbar-nav {
    float: none;
}
#topNav > nav.navbar > div.overlay > div.inner > div.navbar-brand {	
	display: none;
}
#sideNav {
    bottom: 36px;
    right: 5px;
}
.top > div >div#topWrap > div.homeTitle1 img,
.top > div >div#topWrap > div.homeTitle2 img {
    width: 100%;
}
.service > div > #serviceTitle {
}
.top > div >div#topWrap {
    width: 100%;
}
.top > div >div#topWrap h2 {
    font-size: 15px;
}
.top > div >div#topWrap > div.homeTitle1 img{
	margin-bottom: 15px;
}
.top > div >div#topWrap > div.homeTitle1 img,
.top > div >div#topWrap > div.homeTitle2 img {
    width: 80%;
}
.top > div >div#topWrap {
    margin: 0 auto 40px;
}
.top > div >div#topWrap h2 {
	margin-top: 30px;
}
.top > div >div#topWrap > img.bg1 {
	top: -149px;
    left: -221px;
}
.top > div >div#topWrap > img.bg2 {
    right: -233px;
    top: 74px;
}
.about > div > div#aboutWrap{
    width: 100%;
	padding: 8px 0;
}
.gallery > div > div.galleryTitleWrap,
.service > div > div#serviceWrap {
    width: 100%;
	padding: 15px 0;
}
.about > div > div > div#aboutLeft > #pName {
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 7px;
	display: table-cell;
    vertical-align: middle;
    position: relative;
	height: 92px;
	text-align: left;
}
.about > div > div > div#aboutLeft > #pName:before,
.about > div > div > div#aboutLeft > #pName:after {
    content: " ";
    display: table;
}
.about > div > div > div#aboutRight > div.lead p {
    margin-bottom: 5px;
}
.about > div > div > div#aboutRight > div.lead {
    font-size: 12px;
	line-height: 1.4;
}
.about > div > div > div#aboutLeft > img.pr {
    border-radius: 50%;
    border: 2px solid #ffffff;
	width: 90px;
	height: 92px;
	float: left;
	margin-right: 15px;
}
.about > div > div > div#aboutLeft {
    float: none;
    width: inherit;
	overflow: hidden;
	width: 80%;
    margin: 0 auto 10px;
}
.about > div > div > div#aboutLeft img {
}
.about > div > div > div#aboutRight {
    width: 90%;
	float: none;
	margin: 0 auto;
}
.about > div > div#aboutWrap > img.bg1 {
    top: -213px;
    left: -110px;
}
.about > div > div#aboutWrap > img.bg2 {
    top: 170px;
    right: -112px;
}
.service > div > div#serviceWrap > .service-item {
    width: 80%;
	float: none;
	margin: 0 auto 10px;
	padding: 10px 18px 11px;
	height:auto;
}
.service > div > div#serviceWrap > .service-item:nth-child(5) {
    margin: 0 auto;
}
.service > div > div#serviceWrap > .service-item > table {
    margin:0;
    line-height: 1;
}
.service > div > div#serviceWrap > .service-item > table tr > td {
    font-size: 13px;
}
.service > div > div#serviceWrap > img.bg1 {
    top: -151px;
    left: -170px;
}
.service > div > div#serviceWrap > img.bg2 {
    top: 130px;
    right: -155px;
}
.service > div > div#serviceWrap > .service-item > img.ink1 {
    top: -30px;
    left: -17px;
}
.service > div > div#serviceWrap > .service-item > img.ink3 {
    bottom: -82px;
    right: -34px;
}
.gallery > div > div.swiper-container {
    padding: 15px 0 65px;
    margin-bottom: 15px !important;
}
.gallery > div > div.galleryTitleWrap > img.bg1 {
    top: -60px;
    left: -152px;
}
.gallery > div > div.galleryTitleWrap > img.bg2 {
    top: 160px;
    right: -228px;
}
.fa-3x {
    font-size: 1em;
}
.about #aboutTitle img,
.service #serviceTitle img,
.gallery #galleryTitle img,
.contact #contactTitle img {
    height: 55px;
}
.contact > div > div.contactTextWrap {
	width: 100%;	
}	
.contact > div > div.contactTextWrap > div.contactText {
	margin: 15px auto auto;
	width: 80%;
	height: initial;
	border-radius: 7px;
	padding: 9px 9px 11px
	}
.contact > div > div.sns > ul.list-inline {
        width: 90%;
	padding: 20px 0px;
}
.contact > div > div.contactTextWrap > div.contactText > img.ink1 {
	top: 25px;
}
.contact > div > div.contactTextWrap > div.contactText h3, .contact > div > div.contactTextWrap > a div.contactText h3 {
        font-size: 25px;
}
.contact > div > div.contactTextWrap p {
	margin:0;
        line-height: 1;
}
.contact > div > div.contactTextWrap > div.contactText h3, .contact > div > div.contactTextWrap > a div.contactText h3 {
	margin-top: 0px;
        margin-bottom: 3px;
}
.contact > div > div.contactTextWrap > img.bg1 {
	top: -139px;
	right: -137px;
}
.contact > div > div.contactTextWrap > img.bg2 {
	bottom: -117px;
	left: -135px;
}
svg {
    width: 40px;
}
.map > .mapContainer > #mapWrap {
    width: 100%;
    height: 100%;
	border-radius: 0;
	padding: 0;
	display: table;
	background: #ffffff url(../img/studio_bg.png)no-repeat 162px -408px;
}
.map > .mapContainer > #mapWrap > .inner{
	display: table-cell;
    vertical-align: top;
    position: relative;	
}		
.map > .mapContainer > #mapWrap > .inner > #mapTitle {
    font-size: 7vw;
	margin: 0px;
	padding: 1vw;
    border-bottom: 1px solid #d4d4d4;
    background-color: #ffffff;
	position: fixed;
    top: 65vw;
    left: 0;
    width: 100%;
	height: 8.5vw;
	z-index: 1;
}
.map > .mapContainer > #mapWrap > .inner > #mapCanvas {
	width: 100%;
    margin: 0;
    height: 65vw;
    float: none;
	position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap {
    width: 100%;
	/* jqueryで設定
    height: 100%;*/
	padding: 0 5px;
	padding-top: 75vw;
	overflow-x: hidden;
	overflow-y: scroll;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > #mapSub {
    line-height: 1.4;
    margin: 0px;
    font-size: 12px;
	padding: 0 5px 5px;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList {
    margin: 0 auto 5px;
    width: 100%;
	height: auto;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li {
		padding: 5px;
		height: auto;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li,
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li:nth-child(even)
	{
	width: 100%;
	margin: 0;
	float: none;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li + li{
	margin-top: 5px !important;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_name {
    font-size: 16px;
	padding: 4px;
	padding-left: 8px;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_photo {
    width: 25%;
    margin-right: 10px;
}
.map > .mapContainer > #mapWrap > .inner > #inlineMap > ul#markerList li .studio_link {
		font-size: 14px;
}
[id^="conPopUp"] > .conContainer > .conWrap {
    width: 100%;
	height: 100%;
    border-radius:0px;
	padding: 5px;
	display: table;
	background: #ffffff url(../img/studio_bg.png)no-repeat 122px -401px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner{
	display: table-cell;
    vertical-align: top;
    position: relative;
}	
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance {
    float: none;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > ul.siteList {
    font-size: 13px;
    padding: 8px 6px 3px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteAim {
    padding: 5px;
	overflow-y: auto;
	border: solid 1px #d6d6d6;
    background-color: rgba(255, 255, 255, 0.62);
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteAim > .siteCom { 
    color: #636363;
    padding: 2px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteAim > .siteCom > p {
    margin-bottom: 6px;
    font-size: 12px;
	line-height: 1.4;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteAim > .siteSub{
    color: #ff3300; 
    font-size: 16px;
	line-height: 1.4;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteDetail {
    width: 100%;
	height: 82vw;
	background-size: contain;
	padding: 3.5%;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteDetail > .siteDetailInline {
    width: 100%;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteDetail > .siteDetailInline > ul.siteMain li {
    overflow-y: auto;
	position: relative;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteDetail > .siteDetailInline > ul.siteMain li:before {
    content:"";
    display: block;
    padding-top: 61%; /* 高さを幅の75%に固定 */
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .siteDetail > .siteDetailInline > ul.siteMain li > img {
    width: 100%;
	height: auto;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteTitle {
    font-size: 22px;
	margin-bottom: 5px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteTitle a {
    font-size: 15px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > .siteIcon {
    font-size: 13px;
}
[id^="conPopUp"] > .conContainer > .conWrap > .inner > .sitePerformance > ul.siteList li {
    padding: 2px 5px;
    margin-bottom: 5px;
}
.modalClose i {
	font-size: 7vw;
	}
#topNav > nav.navbar > div.overlay > div.inner {
	height: 36px;
}
#topNav > nav.navbar > div.overlay > div.inner > ul.navbar-nav > li > a {
	padding: 12px 0;
    line-height: 1;
	font-size: 12px;
    font-weight: bold;
}
#topNav > nav.navbar > div.overlay > div.inner > ul.navbar-nav > li {
    width: 20%;
	text-align: center;
}
#topNav > nav.navbar > div.overlay > div.inner {
    width: 100%;
	min-width: inherit;
}
footer > p {
    margin: 10px 0;
	font-weight: bold;
}
a {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.text-input {
    margin-top: 10px;
}
.text-input input[type="text"] {
   padding-left: 67px;
    font-size: 13px;
}
.text-input input[type="text"] + label {
	width: 57px;
	font-size: 16px;
font-size: 15px;
padding:0;
}
.text-input textarea{
	font-size: 13px;
}
input, textarea {
font-family : inherit;
font-size : 100%;
}
.btn{
width: 45%;
padding: .5rem 1rem !important;
font-size: .8rem !important;
}
.btn:nth-child(2){
margin-left:15px;
}
.send{
width: 66%;
margin-top: 5px;
}
}