
/* =Common Styles
-------------------------------------------------------------- */

@font-face {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    src: url('../fonts/azedo-bold-webfont.eot');
    src: url('../fonts/azedo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/azedo-bold-webfont.woff2') format('woff2'), url('../fonts/azedo-bold-webfont.woff') format('woff'), url('../fonts/azedo-bold-webfont.ttf') format('truetype'), url('../fonts/azedo-bold-webfont.svg#azedobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Shippori Mincho', serif;
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #eee;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar:hover {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background: #aeaeae;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #bbb;
    cursor: pointer;
}
::-moz-selection {
    background: #060606;
    color: #fff;
}
::selection {
    background: #060606;
    color: #fff;
}
::-moz-selection {
    background: #060606;
    color: #fff;
}
::-webkit-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
:-ms-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* =Typography
-------------------------------------------------------------- */

a {
    color: #383838;
    transition: all 0.5s;
}
a:focus {
    outline: 0;
}
a:hover,
a:focus {
    color: #cccccc;
    text-decoration: none;
}
a,
a:visited {
    font-weight: 400;
    text-decoration: none;
}
em {
    font-style: italic;
}
strong {
    font-weight: 500;
}
small {
    font-size: 0.8em;
}
p {
    color: #111111;
    line-height: 24px;
    font-size: 13px;
    font-weight: 100;
    clear: both;
    letter-spacing: 0.4px;
}
hr {
    width: 40px;
    height: 1px;
    background: #fff;
    border-top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    clear: both;
    float: left;
}
h1 {
    font-size: 25px;
    font-weight: 600;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
h7 {
    font-size: 16px;
    font-weight: bold;
}
h8 {
    font-size: 22px;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 1.3pt;
    color: #333;
    clear: both;
    padding-bottom: 5px;
}
.under {
    color: #0066ff;
    border-bottom: solid 1px #0066ff;
}
ul {
    padding-left: 25px;
}
ul li {
    list-style-type: inherit;
}
ul.list {
    display: block;
    line-height: 25px;
}
ul.sublist {
    padding-left: 35px;
}

/* =General
-------------------------------------------------------------- */

.no-padding {
    padding: 0;
}
.no-margin {
    margin-top: 0;
}
.margin-top {
    margin-top: 80px;
}
.margin-top2 {
    margin-top: 50px;
}
.margin-top3 {
    margin-top: 10px;
}
.margin-bottom {
    margin-bottom: 100px;
}
.seperate {
    height: 100px;
    clear: both;
}
a#reserve {
  position: fixed;
  width: 195px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  left:50%;
  bottom: 15px;
  margin-left:-100px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:18px;
  font-weight: bold;
  border: solid 2px #fff;
  outline: solid 2px rgba(30,30,30,.7);
  padding: 0 0 30px;
  background-color: rgba(30,30,30,.7);
  -webkit-background-size: 7px 7px;
}

a#reserve:hover{
  background-color: rgba(120,120,120,.7);
  -webkit-background-size: 7px 7px;
  outline: solid 2px rgba(120,120,120,.7);
}
.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #333;
    text-align: center;
    color: #fff;
    z-index: 9;
}
.scroll-top i {
    color: #fff;
    font-size: 48px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*the animation definition*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        -ms-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/* =Preloader
-------------------------------------------------------------- */

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(232, 232, 232, 0.95);
}

/* =Header
-------------------------------------------------------------- */

.header {
    height: 100px;
    width: 100%;
    background: #fff;
    z-index: 9;
    position: relative;
}
.logo {
    float: left;
    margin-top: 33px;
}
.header-script {
    font-size: 14px;
    border: none;
    padding: 0;
    z-index: 1000;
    background: transparent;
    float: right;
    position: relative;
    margin: 28px 5px 0 0;
}
/*Slider Home*/
.slider-wrapper {
    position: relative;
}
.slider-images-wrapper {
    z-index: -1;
}
.slider-description {
    position: absolute;
    top: 28%;
    width: 100%;
    max-width: 100%;
}
.slider-description-inner {
    margin-left: 6%;
}
.slider-description-inner h1 {
    font-family: 'Shippori Mincho', serif;
    font-size: 45px;
    color: #111;
    text-shadow:1px 1px 5px #fff, -1px -1px 4px #fff,
              -1px 1px 5px #fff, 1px -1px 4px #fff,
              0px 1px 5px #fff,  0-1px 4px #fff,
              -1px 0 5px #fff, 1px 0 4px #fff;
    letter-spacing: 4px;
    line-height: 60px;
}
.slider-description-inner h1 span {
    font-family: 'Shippori Mincho', serif;
    font-size: 38px;
    background: #000;
    opacity: 0.5;
    padding: 15px;
    margin-left: 10px;
    line-height: 60px;
}
.cd-intro {
    float: left;
    margin-left: 6%;
}
.cd-headline {
    font-size: 28px;
    margin-top: 30px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2pt;
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    font-family: 'Shippori Mincho', serif;
    color: #000;
    text-shadow:1px 1px 3px #fff, -1px -1px 2px #fff,
              -1px 1px 3px #fff, 1px -1px 2px #fff,
              0px 1px 3px #fff,  0-1px 2px #fff,
              -1px 0 3px #fff, 1px 0 2px #fff;
    white-space: nowrap;
    left: 0;
    margin-top: 20px;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
/* Text Slider Clip */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.cd-headline.clip b {
    font-family: 'Shippori Mincho', serif;
    opacity: 0;
}
.cd-headline.clip b.is-visible {
    opacity: 1;
}
.header-page {
    position: relative;
    min-height: 450px;
}
.header-page .inner-content {
    padding: 25px;
    background: rgba(0, 0, 0, 0.4);
    display: table;
    height: 410px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}
.header-page .inner-content.dribble-header {
    height: 220px;
}
.header-page .inner-content .header-content {
    display: table-cell;
    vertical-align: middle;
}
.header-page .inner-content .header-content h1 {
    text-align: center;
    font-size: 65px;
    font-family: 'Shippori Mincho', serif;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    letter-spacing: -0.01em;
}
.header-page .inner-content .header-content hr {
    float: none;
}
.header-page .inner-content .header-content p {
    text-align: center;
    font-size: 18px;
    font-family: 'Shippori Mincho', serif;
    color: #fff;
}

/* =Slider Logo
-------------------------------------------------------------- */

@keyframes headerimg {
	0% {opacity: 0;}
	10% {opacity: 0;}
	30% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
#headerimg {
	-webkit-animation-duration: 22.8s;
	animation-duration: 22.8s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	position:absolute;
	right:30px;
	bottom:20px;
	width: 35%;
	-webkit-animation-name: headerimg;
	animation-name: headerimg;
}

/* =Full Width Slider
-------------------------------------------------------------- */

svg {
    display: block;
    overflow: visible;
}
.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slider.animating {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    will-change: transform;
}
.slider.animating .slide__bg {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    will-change: transform;
}
.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}
.slider .slide:nth-child(1) {
    left: 0;
}
.slider .slide:nth-child(1) .slide__bg {
    left: 0;
}
.slider .slide .slide__overlay-path {
    fill: #cccccc;
}
.slider .slide:nth-child(2) {
    left: 100%;
}
.slider .slide:nth-child(3) {
    left: 200%;
}
.slider .slide:nth-child(4) {
    left: 300%;
}
.slider .slide:nth-child(5) {
    left: 400%;
}
.slide:nth-child(6) {
    left: 500%;
}
.slider .slide:nth-child(7) {
    left: 600%;
}
.slider .slide:nth-child(8) {
    left: 700%;
}
.slider .slide:nth-child(9) {
    left: 800%;
}
.slider .slide:nth-child(10) {
    left: 900%;
}
.slider .slide:nth-child(2) .slide__bg {
    left: -50%;
}
.slider .slide:nth-child(3) .slide__bg {
    left: -100%;
}
.slider .slide:nth-child(4) .slide__bg {
    left: -150%;
}
.slider .slide:nth-child(5) .slide__bg {
    left: -200%;
}
.slide:nth-child(6) .slide__bg {
    left: -250%;
}
.slide:nth-child(7) .slide__bg {
    left: -300%;
}
.slider .slide:nth-child(8) .slide__bg {
    left: -350%;
}
.slider .slide:nth-child(9) .slide__bg {
    left: -400%;
}
.slider .slide:nth-child(10) .slide__bg {
    left: -450%;
}
.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 2.3rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slide__text-desc {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 720px;
    transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
.slide__overlay path {
    opacity: 0.9;
}
.slide__text {
    position: absolute;
    width: 28%;
    bottom: 30%;
    left: 12%;
    color: #fff;
    transition: -webkit-transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.slide__text-heading {
    font-size: 48px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    dispay: block;
    width: 100%;
    padding: 2px;
    position: relative;
    letter-spacing: 4.5pt;
}
span.border-text {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 100;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.slide__text p {
    font-size: 24px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding-top: 30px;
    line-height: 30px;
    color: #111111;
    font-weight: 400;
}

/* =Architecure Slider 
-------------------------------------------------------------- */
.arch-slider {
    position: relative;
}
.arch-slider-content {
    position: absolute;
    max-width: 600px;
    padding: 5% 7% 5% 7%;
    right: 20px;
    top: 20px;
    background: rgba(0, 0, 0, 0.4);
}
.arch-slider-content h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'Shippori Mincho', serif;
    color: #fff;
}
.arch-slider-content hr {
    float: none;
}
.arch-slider-content p {
    text-align: center;
    font-size: 18px;
    font-family: 'Shippori Mincho', serif;
    color: #fff;
}

/* =Home Content
-------------------------------------------------------------- */
.project-wrapper {
    float: left;
    width: 100%;
}
.project-wrapper article {
    margin-top: 0;
}
.project-wrapper h1 {
    font-family: 'Shippori Mincho', serif;
    font-size: 28px;
    color: #333;
    border-bottom: solid 1px #333;
    line-height: 30px;
}
.project-wrapper h2 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.project-wrapper h3 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #333;
    vertical-align: baseline;
    margin-bottom: 20px;
}
img.recommend {
    vertical-align: bottom;
}
.project-wrapper h4 {
    font-family: 'Shippori Mincho', serif;
    font-size: 17px;
    color: #333;
    line-height: 30px;
    margin-top: 20px;
}
.project-wrapper h5 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
}
.project-wrapper h6 {
    font-family: 'Shippori Mincho', serif;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #333;
    line-height: 30px;
    letter-spacing: 0.02em;
}
.project-wrapper h7 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 28px;
    color: #333;
    border-bottom: solid 1px #333;
    line-height: 30px;
}
.project-wrapper h8 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 17px;
    color: #000;
    line-height: 30px;
}
.project-wrapper h9 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 20px;
    color: #3399ff;
    font-weight: bold;
    line-height: 30px;
}
.project-wrapper p {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}
.project-wrapper h4 a {
    float: right;
    text-decoration: underline;
}
.project-image {
	margin-top: 10px;
}
.box {
    padding: 0.5em 1em;
    margin: 10px 0;
    background: #aaa;
}
.box p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 23px;
    margin: 0; 
}
.box_2 {
    margin-bottom: 5px;
}
.box_2 p {
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0 10px; 
}
.box_i {
    padding: 0.5em 1em;
    margin-bottom: 10px;
    background: #aaa;
}
.box_i p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    margin: 0; 
    padding: 5px;
}

/* =Brand
-------------------------------------------------------------- */
.portfolio-wrapper {
    clear: both;
}
.main-title {
    clear: both;
    margin-bottom: 30px;
}
.main-title.near-content {
    margin-bottom: 22px;
}
.main-title h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.main-title h6 {
    margin-bottom: 0px;
}
.js-masonry {
    height: 100% !important;
    clear: both;
}
/*Overlay Thumb Portftolio and Team*/
.img {
    position: relative;
    overflow: hidden;
    display: inherit;
}
.mix .img {
    margin-bottom: 30px;
}
.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
}
.img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform 3s;
    transition: transform 0.5s;
}
.overlay-thumb a.main-portfolio-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 4;
    cursor: url(../img/cursor.png), auto;
}
.img .overlay-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    z-index: 4;
}
.img .overlay-thumb:hover {
    background-color: rgba(102, 204, 255, .9);
}

.img .overlay-thumb.bg-white:hover{
    background-color: rgba(255, 255, 255, 0.65);
}
.overlay-thumb span {
    position: relative;
    z-index: 1;
    line-height: 15px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
.details span.title,
.details span.info {
    font-family: 'Shippori Mincho', serif;
    color: #000;
    font-weight: 500;
}
.details span.title {
    font-family: 'Shippori Mincho', serif;
    font-size: 18px;
    letter-spacing: 1.0pt;
    line-height: 24px;
    text-transform: uppercase;
}
.details span.info {
    font-size: 14px;
    text-transform: uppercase;

}
.overlay-thumb .btnBefore,
.overlay-thumb .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid #000;
    border-width: 0;
    transition: all ease-in-out;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    -ms-transition: all ease-in-out;
}
.overlay-thumb .btnBefore {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
}
.overlay-thumb .btnAfter {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}
.overlay-thumb:hover .btnBefore {
    border-width: 0 0 3px 3px;
}
.overlay-thumb:hover .btnAfter {
    border-width: 3px 3px 0 0;
}
.overlay-thumb:hover .btnAfter,
.overlay-thumb:hover .btnBefore {
    height: 100%;
    width: 100%;
    transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}
.overlay-thumb:hover:before,
.overlay-thumb:hover span {
    opacity: 1;
}
.overlay-thumb:hover .details span {
    top: 0;
}
.overlay-thumb:hover .title {
    transition-delay: 0.15s;
}
.overlay-thumb:hover .info {
    transition-delay: 0.25s;
}
/*Details on portfolio*/
.details {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.details span {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.details .title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}
.details .info {
    line-height: 1.2;
    letter-spacing: 1.5pt;
    margin-top: 5px;
    font-size: 12px;
}
.img .like-product {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    text-align: center;
}
.img:hover .like-product {
    opacity: 1;
}
.like-product i {
    font-size: 24px;
    cursor: pointer;
    margin-top: 18px;
    margin-left: 18px;
    border-radius: 50%;
    display: inline-block;
    color: #111111;
    transition: .4s;
}
.output {
    color: #111111;
    clear: both;
    display: block;
    padding-left: 18px;
}
span.like-product {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
    z-index: 7;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
    padding-left: 48px;
    line-height: 58px;
}
.like-product i.press {
    -webkit-animation: size .4s;
    animation: size .4s;
    color: #505050;
}
span.press {
    line-height: 70px;
    font-size: 14px;
    visibility: visible;
    -webkit-animation: fade 1s;
    animation: fade 1s;
}
@-webkit-keyframes fade {
    0% {
        color: #transparent;
    }
    50% {
        color: #505050;
    }
    100% {
        color: #transparent;
    }
}
@keyframes fade {
    0% {
        color: #transparent;
    }
    50% {
        color: #505050;
    }
    100% {
        color: #transparent;
    }
}
@-webkit-keyframes size {
    0% {
        padding-top: 0;
    }
    50% {
        padding-top: 8px;
    }
    100% {
        padding-top: 0
    }
}
@keyframes size {
    0% {
        padding-top: 0;
    }
    50% {
        padding-top: 8px;
    }
    100% {
        padding-top: 0
    }
}
.load-more {
    text-align: center;
    margin-top: 50px;
    clear: both;
    float: left;
    width: 100%;
}
.load-more a {
    text-decoration: none;
    color: #111111;
    text-transform: uppercase;
    font-size: 38px;
}
.load-more a:hover {
    color: #66ccff;
}
.spinef {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
/* Height of portfolio */
.home-portfolio-image {
    height: 100%;
}
.home-portfolio-image p {
    font-size: 14px;
}
/* Height 3 column Portfolio */
.height-3column {
    height: 410px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* =Shop
-------------------------------------------------------------- */

.map {
    padding: 0.5em 1em;
    margin-bottom: 10px;
}
.shop {
    min-height: 450px;
    width: 100%;
}
.shop-image {
    position: relative;
    width: 100%;
}
.shop-content {
    position: absolute;
    background-color: #333;
    opacity: 0.7;
    height: 280px;
    display: table;
    width: 94%;
}
.shop-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.shop-content-inner h2 {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0 0 15px;
}
.shop-content-inner h2 span {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.01em;
}
.shop-content-inner p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 0 20px;
}

/* =Footer
-------------------------------------------------------------- */
.footer {
    width: 100%;
    float: left;
    background: #f4f4f4;
    min-height: 300px;
}
.footer-inner {
    height: 300px;
    display: table;
    width: 100%;
}
.footer-content {
    display: table-cell;
    vertical-align: middle;
}
.footer-content p {
    color: #000;
}
.footer-content h4 {
    font-weight: 900;
    color: #666;
    letter-spacing: 0.05px;
}
.footer-content f {
    font-size: 20px;
}
.footer-content img {
    width: 40%;
}
.footer-content a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    }
    a:hover img {
	   opacity: 0.6;
	   filter: alpha(opacity=60);
    }
.mail {
    margin-top: -5px;
    padding: 0;
    text-align: left;
}
.mail a img {
    float: left;
    width: 10%;
}
.mail a img:hover {
    opacity: 0.5;
}
ul.social-media {
    padding: 0;
    text-align: center;
}
ul.social-media li {
    list-style-type: none;
    display: inline-block;
    padding: 5px;
}
ul.social-media li a img {
    width: 80%;
}
ul.social-media li a img:hover {
    opacity: 0.5;
}
.copyright-mark {
    margin-top: 40px;
    display: block;
    font-size: 12px;
    text-align: center;
    color: #787878;
    letter-spacing: 1.5pt;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*  Bootstrap Alerts */
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #5cb85c;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #d2d2d2;
}
.alert-info {
  background-color: #5bc0de;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #d2d2d2;
}
.alert-warning {
  background-color: #f0ad4e;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #d2d2d2;
}
.alert-danger {
  background-color: #d9534f;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #d2d2d2;
}