/* #Body
================================================== */
    body{
        overflow-x: hidden;
        width: 100%;
        font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
    }
    /* Fixed Navi styles
-------------------------------------------------- */
    body {
        padding-top: 56px;
    }
    
	body {
	color: #ffffff;
	font-size: 14px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1.7;
	background:#ffffff;
	}
    body.home{
        background:#eeeeee;
    }

	/*フォントサイズ [base=13px]*/
	/*
	62% =  8px
	70% =  9px
	77% = 10px
	85% = 11px          162% = 21px        239% = 31px
	93% = 12px          170% = 22px        247% = 32px
	100% = 13px        177% = 23px        254% = 33px
	108% = 14px        185% = 24px        262% = 34px
	116% = 15px        193% = 25px        270% = 35px
	124% = 16px        200% = 26px        277% = 36px
	131% = 17px        208% = 27px        285% = 37px
	139% = 18px        216% = 28px        293% = 38px
	147% = 19px        224% = 29px        300% = 39px
	154% = 20px        231% = 30px        308% = 40px
	*/

/* Common Sets
================================================== */

	::-moz-selection {
		background:rgba(52, 152, 219, 1);
		color:#FFFFFF;
	}
	::selection {
		background:rgba(52, 152, 219, 1);
		color:#FFFFFF;
	}

	img {
		border: 0px;
		vertical-align:middle;
		max-width: 100%;
		height: auto; 
	}

	img.roll,
	.hover img{
		background-color:rgba(0, 0, 0, 0.1);
	}
	.hover img{
		 cursor:pointer;
	}

	.round{
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		overflow: hidden;
	}
	
	.fullwidth{
		width:100%;
	}

	.margin-bottom{
		margin-bottom:2em;
	}
	.margin-top{
		margin-top:2em;
	}
	
	.centering{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
	}
	

/* Webfont
================================================== */
	.Montserrat-400 {
        font-family: "Montserrat" !important;
        font-style: normal;
        font-weight: 400;
    }
	.Montserrat-700 {
        font-family: "Montserrat" !important;
        font-style: normal;
        font-weight: 700;
    }

/* Typography
================================================== */
  h1{
        font-family: "Montserrat" !important;
		font-style: normal;
		font-weight: 700;
		font-size: 54px;
	}
	h1.title{
    	padding-bottom: 100px;
        font-family: "Montserrat" !important;
		font-style: normal;
		font-weight: 700;
		font-size: 54px;
		text-align: center;
	}
	h2{
		font-family: "Montserrat" !important;
		font-style: normal;
		font-weight: 700;
		letter-spacing:.04em;
		font-size: 20px;
	}
	h2.title{
		margin-bottom:.5em;
	}
	h2.jp{
		font-size:20px;
	}
	h2 small{
		color: #0D1218;
	}
    
    h3 {
        font-family: "Montserrat" !important;
        font-style: normal;
        letter-spacing: 0.04em;
    }
	h3.pagetitle {
        border-bottom: 1px solid #eee;
        margin: 0 0 30px;
        padding: 0 0 10px;
    }
    
	h4{
		font-family: "Montserrat" !important;
		font-weight: 400;
		letter-spacing:.04em;
		font-size:116%;
	}
	
	h5{
		font-family: "Montserrat" !important;
		font-style: normal;
		letter-spacing:.1em;
	}
    h5.title{
		padding: 2em 0;
	}
	
	.big{
		font-size:108%;
	}

/* Link Style 
================================================== */
	a,
	a:link,
	a:visited,
	a:focus {
		color: #9e9e9e;
		text-decoration: none;
		outline: 0;
	}
	a:hover {
		color: #ffffff;
	}
	p a,p a:visited {
		line-height: inherit;
	}
	a,input{
		-moz-transition: all 0.2s ease-in-out 0s;
		-webkit-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}

/* LAYOUT
================================================== */
     .flex{
        display: flex;
    }

/* NAVIGATION
================================================== */
    .navbar-header h1{
        margin: 0;
    }
    .navbar-header h1 img{
        width: 180px;
    }
    .navbar-brand{
        padding-top: 10px;
    }
    .nav{
        font-family: "Montserrat" !important;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        }
   .navbar-default{
        background: rgba(0, 0, 0, 0.75);
        border-top: 6px solid #00acc1;
        border-bottom: 0;
    }
   .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus{
        color: #1abc9c;
    }
    .navbar-default .navbar-nav > li > a:hover,
   .navbar-default .navbar-nav > li.current_page_item a,
   .navbar-default .navbar-nav > li.current_page_parent a{
        color: #ffffff;
    }
    .navbar-default .navbar-nav > .cnt a{
        background-color: rgba(0, 0, 0, 0.75);
        color: #ffffff;
    }
     .navbar-default .navbar-nav > .cnt a:hover{
        background-color: rgba(255, 255, 255, 0.35);
        color: #ffffff;
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #1abc9c;16ae8e
        color: #ffffff;
    }
    .dropdown-menu {
        background-color: #d5d5d5;
        border: none;
        border-radius: 0;
        box-shadow: 0;
    }
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background-color: #1abc9c;
        color: #ffffff;
        text-decoration: none;
    }
    .dropdown-menu > li > a {
        clear: both;
        color: #525252;
        display: block;
        font-weight: 400;
        line-height: 1.42857;
        padding: 3px 20px;
        white-space: nowrap;
    }
    .navbar-default .navbar-nav > .cnt a{
        background: #6f6f6f;
    }
    .navbar-default .navbar-nav > .cnt ul.dropdown-menu li a{
        background: #d5d5d5;
        color: #525252;
    }
     .navbar-default .navbar-nav > .cnt ul.dropdown-menu li a:hover{
        background: #d5d5d5;
        color: #ffffff;
    }
    .navbar-default .navbar-nav > .cnt ul.dropdown-menu li.cnt a{
        background-color: #4c4c4c;
        color: #1abc9c;
        text-decoration: none;
    }
    .navbar-default .navbar-nav > .cnt ul.dropdown-menu li.cnt a:hover{
        background-color: #1abc9c;
        color: #ffffff;
    }
	
/* #SLIDER
=============================================== */
    #slider{
		width:100%;
		height: 450px;
	}

/* #QUATE
=============================================== */
   .quates{
        background: #00acc1;
    }
    .quates blockquote{
        margin: 1em 0 0 0;
        padding: 2em 0;
        border-left: 0;
        text-align: center;
        font-family: "Montserrat" !important;
        font-style: normal;
        font-weight: 700;
        font-size: 2em;
        text-transform: uppercase; 
        color: #464646;
    }
    .quates blockquote small{
        font-size: 70%;
    }
    blockquote small::before{
        content: none;
    }

/* #PRODUCTS
===============================================*/
    .products h1 {
        margin-bottom: 0;
        padding: 10px;
        font-family: "Montserrat" !important;
        font-style: normal;
        font-weight: 400;
        font-size: 1.5em;
        color: #00acc1;
        background: rgba(0, 0, 0, 0.75);
    }
    .products h1.title {
        font-weight: 700;
        font-size: 2em;
    }
    .products p {
        margin-bottom: 25px;
    }
    
    /* #ITEM
    ===============================================*/
    #item{
        margin: 28px 0;
    }
    .item h1 {
        margin-bottom: 20px;
        padding: 0 10px 10px 0;
        font-family: "Montserrat" !important;
        font-style: normal;
        font-weight: 700;
        font-size: 1.5em;
        color: #00acc1;
    }
    .item h2 {
        margin: 0;
        padding: 1em;
        font-family: "Montserrat" !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        background: #00acc1;
    }
    .item p, ul {
        margin-bottom: 25px;
        color: #3b3b3b;
    }
    
    .item .lightGallery li{
        background: #ffffff;
        cursor: pointer;
    }
    .explain{
        background: #eeeeee;
        padding:1em;
    }

/* Figure [Touch Effect]
=============================================== */
    .popup figure {
        position: relative;
        overflow: hidden;
    }
    .popup figure img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .popup figure:hover img, 
    .popup figure:focus img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .popup figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 25% 0;
        width: 100%;
        height: 100%;
        background-color: rgba(27, 189, 157, 0.7);
        text-align: center;
        font-size: 15px;
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .popup figcaption a {
        color: #26d2e7;
    }
    .popup figcaption a:hover, 
    .popup figcaption a:focus {
        color: #1abc9c;
    }
    .popup figure:hover figcaption,
    .popup figure:focus figcaption {
        opacity: 1
    }
    .popup .visible {
        opacity: 1
    }
    .popup figure.cs-hover figcaption {
        opacity: 1
    }
    .popup figcaption i {
        font-size: 35px
    }
    .popup figcaption p {
        margin-bottom: 0;
        font-family: "Montserrat" !important;
        font-weight: 700;
        font-size: 15px;
        color: #fff;
    }
    .popup figcaption .caption-content {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -40px;
        margin-left: -100px;
        width: 200px;
        -webkit-transform: translate(0px, 15px);
        -ms-transform: translate(0px, 15px);
        transform: translate(0px, 15px);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .popup figure:hover figcaption .caption-content,
    .popup figure:focus figcaption .caption-content {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    
/* #ABOUT
=============================================== */
    #about{
        background: rgba(0, 0, 0, 0.75);
    }
    .about{
        padding: 3em 0;
    }
    #about h1{
        margin-top: 0;
        font-family: "Montserrat" !important;
        font-weight: 700;
        font-size: 2.5em;
        color: #00acc1;
        text-align: center;
    }
    .catch{
        color:#ffffff;
    }

/* #Footer
=============================================== */
    #footer{
        background: rgba(0, 0, 0, 0.75)
    }
    .address{
        padding: 2em 0;
    }
    .address img{
        margin-top: 20px;
        padding-right: 10px;
    }
    #footer h1{
        font-size: 20px;
    }
    #footer h2{
        font-size: 14px;
    }
    #footer .shoes{
        background: #eeeeee;
        color: #00acc1;
    }
    #footer .shoes h3{
        margin: 0;
        padding: .5em 0;
        font-size: 13px;
        letter-spacing: .15em;
    }
	    
/* #Media Queries
=============================================== */
    /* Smaller than standard 1200 (devices and browsers) */
	@media only screen and (max-width: 1200px) {
	
	}

/* Smaller than standard 1200 (devices and browsers) */
	@media only screen and (max-width: 1199px) {
        	.navbar-default{
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background:rgba(0, 0, 0, 0.9);
        }
	}

/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
    	.navbar-default{
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background:rgba(0, 0, 0, 0.9);
        }
	}

/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
    	body{
        	padding-top: 54px;
    	}
    	div.row>div{
        	margin-bottom: 2em;
    	}
    	body > .container {
        	padding-top: 40px;
        }
    	nav div.row>div{
        	margin-bottom: 0;
    	}
    	header div.row>div{
        	margin-bottom: 0em;
    	}
    	.navbar-default{
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background:rgba(0, 0, 0, 0.9);
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border: none;
        }
        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ffffff;
        }
        button:hover{
            color:#000000;
        }
		.tophat{
			display:none;
		}
		.navbar-brand{
			padding: 16px 0 0 0;
			font-size: 100%;
		}
		.navbar-toggle{
    		margin-right: 0;
		}
		.navbar-header h1 a{
    		width: 140px;
    		padding-top: 0;
		}
		 h1 a.navbar-brand {
            color: #ffffff !important;
        }
		.content-block{
			padding-top:0;
		}
		.content-block .row{
			margin-bottom:40px;
		}
		.quates blockquote{
    		    font-size: 20px;
		}
		#footer h2 {
            font-size: 12px;
            line-height: 1.7;
        }
        .popup figcaption{
            display: none;
        }
	}

/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 639px) {
	
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 374px) {
	}

/* ============================
	Navber Break Point adjust
	============================== */
	@media (max-width: 1199px) {
		.navbar-header {
			float: none;
		}
		.navbar-left,.navbar-right {
			float: none !important;
		}
		.navbar-default .navbar-toggle,
		.navbar-toggle:active {
			border:3px solid #ffffff;
			display: block;
			margin-right: 16px;
            padding: 5px 8px;
		}
		.navbar-default .navbar-toggle .icon-bar {
			background-color: #000000;
		}
		.navbar-default .navbar-toggle:hover .icon-bar {
			background-color: #FFFFFF;
		}
		.navbar-fixed-top {
			top: 0;
			border: 0;
		}
		.navbar-collapse.collapse {
			display: none !important;
		}
		.navbar-nav {
			float: none !important;
			margin: 7.5px 0;
		}
		.navbar-nav>li {
			float: none;
		}
		.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.collapse.in{
			display:block !important;
		}
	}