@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@600&family=Tsukimi+Rounded:wght@400;500;800&display=swap');
@import url("colors/color.css");
@charset "UTF-8";
/* CSS Document */

.section{
	cursor: url(../images/nikukyu.png),auto!important;
}
/*----------------------------
--------- Loaders ---------
----------------------------*/

.loader-wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    opacity: 1;
    overflow: hidden;
    height: 100%;
}

.loader-wrapper .loaders {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    -webkit-transform: translateX(-50%) translateY(-45%);
    -moz-transform: translateX(-50%) translateY(-45%);
    -o-transform: translateX(-50%) translateY(-45%);
    -ms-transform: translateX(-50%) translateY(-45%);
}

.loader-wrapper .loaders img {
    position: relative;
    z-index: 999;
}

.loader-wrapper .loader-1 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0px 0px -80px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fed400;
    z-index: -1;
    opacity: 0.6;
}

.loader-wrapper .loader-1:before {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0px, 35px, 35px, 0px);
    z-index: 10;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

.loader-wrapper .loader-1:after {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    border: 2px solid #cecece;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0px, 164px, 150px, 0px);
    z-index: 9;
    -webkit-animation: rotate2 3s linear infinite;
    -moz-animation: rotate2 3s linear infinite;
    -ms-animation: rotate2 3s linear infinite;
    -o-animation: rotate2 3s linear infinite;
    animation: rotate2 3s linear infinite;
}

.loader-wrapper .loader-2 {
    -webkit-animation: spin 1.2s backwards infinite;
    -moz-animation: spin 1.2s backwards infinite;
    -ms-animation: spin 1.2s backwards infinite;
    -o-animation: spin 1.2s backwards infinite;
    animation: spin 1.2s backwards infinite;
    background: none;
    border-radius: 50%;
    border: 3px solid;
    width: 60px;
    height: 60px;
    color: #cecece;
    position: absolute;
    left: 35%;
}

.loader-wrapper .loader-3 {
    transform: translateY(-50%);
    padding: 0 100px;
    text-align: center;
}

.loader-wrapper .loader-3 label {
    height: 10px;
    width: 10px;
    background-color: #333743;
    margin: 0px 7.5px;
    border-radius: 50%;
    opacity: 0;
    display: inline-block;
}

.loader-wrapper .loader-3 label:nth-child(7) {
    -webkit-animation: array-fade 3s ease-in-out infinite;
    -moz-animation: array-fade 3s ease-in-out infinite;
    -ms-animation: array-fade 3s ease-in-out infinite;
    -o-animation: array-fade 3s ease-in-out infinite;
    animation: array-fade 3s ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(6) {
    -webkit-animation: array-fade 3s 100ms ease-in-out infinite;
    -moz-animation: array-fade 3s 100ms ease-in-out infinite;
    -ms-animation: array-fade 3s 100ms ease-in-out infinite;
    -o-animation: array-fade 3s 100ms ease-in-out infinite;
    animation: array-fade 3s 100ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(5) {
    -webkit-animation: array-fade 3s 200ms ease-in-out infinite;
    -moz-animation: array-fade 3s 200ms ease-in-out infinite;
    -ms-animation: array-fade 3s 200ms ease-in-out infinite;
    -o-animation: array-fade 3s 200ms ease-in-out infinite;
    animation: array-fade 3s 200ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(4) {
    -webkit-animation: array-fade 3s 300ms ease-in-out infinite;
    -moz-animation: array-fade 3s 300ms ease-in-out infinite;
    -ms-animation: array-fade 3s 300ms ease-in-out infinite;
    -o-animation: array-fade 3s 300ms ease-in-out infinite;
    animation: array-fade 3s 300ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(3) {
    -webkit-animation: array-fade 3s 400ms ease-in-out infinite;
    -moz-animation: array-fade 3s 400ms ease-in-out infinite;
    -ms-animation: array-fade 3s 400ms ease-in-out infinite;
    -o-animation: array-fade 3s 400ms ease-in-out infinite;
    animation: array-fade 3s 400ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(2) {
    -webkit-animation: array-fade 3s 500ms ease-in-out infinite;
    -moz-animation: array-fade 3s 500ms ease-in-out infinite;
    -ms-animation: array-fade 3s 500ms ease-in-out infinite;
    -o-animation: array-fade 3s 500ms ease-in-out infinite;
    animation: array-fade 3s 500ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(1) {
    -webkit-animation: array-fade 3s 600ms ease-in-out infinite;
    -moz-animation: array-fade 3s 600ms ease-in-out infinite;
    -ms-animation: array-fade 3s 600ms ease-in-out infinite;
    -o-animation: array-fade 3s 600ms ease-in-out infinite;
    animation: array-fade 3s 600ms ease-in-out infinite;
}

.loader-wrapper .loader-logo-pulse {
    -webkit-animation: pulse-fade 4s backwards infinite;
    -moz-animation: pulse-fade 4s backwards infinite;
    -ms-animation: pulse-fade 4s backwards infinite;
    -o-animation: pulse-fade 4s backwards infinite;
    animation: pulse-fade 4s backwards infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@-ms-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
        clip: rect(0px, 164px, 150px, 0px);
    }
    50% {
        clip: rect(0px, 164px, 0px, 0px);
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(720deg);
        clip: rect(0px, 164px, 150px, 0px);
    }
}

@keyframes array-fade {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@keyframes pulse-fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}





/* #Navigation
================================================== */

#menu-wrap{
    position: fixed;
	padding-bottom:10px;
	width:100%;
	z-index:5000;
	top:0;
	left:0;
	
}

#menu-wrap .container .columns  { 
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu-back{
	background: rgba(247,247,247,.0);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.cbp-af-header {
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background: rgba(247,247,247,.95);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:160px;
	height:80px;
	top:16px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:160px 80px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.logo{
	width:160px;
	height:80px;
	left:10px;
	top:10px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:160px 54px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:120px;
	height:60px;
	left:10px;
	top:10px; 
	background:url('../images/logo.png') no-repeat center center;
	background-size:120px 60px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
/* pc logo */
.logo{
	position:absolute;
	width:160px;
	height:80px;
	z-index:10000;
	left:40px;
	top:16px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:160px 80px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

@media only screen and (max-width: 1200px) {
.logo{
	width:120px;
	height:60px;
	left:10px;
	top:10px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:120px 60px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:120px;
	height:60px;
	left:10px;
	top:10px; 
	background:url('../images/logo.png') no-repeat center center;
	background-size:120px 60px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header ul.slimmenu li:first-child {
background:#fff; 
}
}
@media only screen and (max-width: 480px) {
	.hero-text h1 img {
		width:90%;
	}
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top:1px;
	margin-bottom:0;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.menu-back.cbp-af-header ul.slimmenu li a {
	color: #fff;
}
@media only screen and (max-width: 1200px) {
.menu-back.cbp-af-header ul.slimmenu li a {
	color: #000;
}}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    color: #000;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
background:none; 
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
	background:none; 
}



/*.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 1);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}
/*
.cbp-af-header.cbp-af-header-shrink.collapse-button.icon-bar {
	background-color: #000;
	color:#000;
    border-radius: 1px 1px 1px 1px;
    display: block;
    height: 2px;
    width: 32px;
    margin: 2px 0;
	
}*/

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child { 
	background:none; }
ul.slimmenu li ul li {
	background:none;
	padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 140%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}

/* #Basic Elements
================================================== */

.section {
	position:relative;
	width:100%;
}
.padding-top-bottom {
	padding-top:100px;
	padding-bottom:100px;
}
.padding-top-bottom10 {
	padding-top:10px;
	padding-bottom:10px;
}
.padding-top-bottom20 {
	padding-top:20px;
	padding-bottom:20px;
}
.padding-top-bottom30 {
	padding-top:30px;
	padding-bottom:30px;
}
.padding-top-bottom40 {
	padding-top:40px;
	padding-bottom:40px;
}
.padding-top-bottom50 {
	padding-top:50px;
	padding-bottom:50px;
}
.padding-top-bottom60 {
	padding-top:60px;
	padding-bottom:60px;
}
.padding-top20 {
	padding-top:20px;
}
.padding-top30 {
	padding-top:30px;
}
.padding-top40 {
	padding-top:40px;
}
.padding-top50 {
	padding-top:50px;
}
.padding-top60 {
	padding-top:60px;
}
.padding-top70 {
	padding-top:70px;
}
.padding-top80 {
	padding-top:80px;
}
.padding-top80m {
	padding-top:160px;
}
.margin-top80m {
	margin-top:160px;
}
@media only screen and (max-width: 600px) {
.margin-top80m {
	margin-top:0px;
}
.padding-top80m {
	padding-top:0px;
}
}
.padding-top90 {
	padding-top:90px;
}
.padding-top {
	padding-top:100px;
}
.padding-bottom {
	padding-bottom:100px;
}
.padding-top-bottom-mid {
	padding-top:70px;
	padding-bottom:70px;
}
.padding-top-mid  {
	padding-top:70px;
}
.padding-bottom-mid  {
	padding-bottom:70px;
}
.padding-top-bottom-small {
	padding-top:40px;
	padding-bottom:40px;
}
.padding-top-small  {
	padding-top:40px;
}
.padding-top-min  {
	padding-top:10px;
}
.padding-bottom-small  {
	padding-bottom:40px;
}
.padding-bottom-min  {
	padding-bottom:10px;
}
.padding-bottom-16  {
	padding-bottom:16px;
}
.padding-bottom-20  {
	padding-bottom:20px;
}
.padding-bottom-24  {
	padding-bottom:24px;
}
.padding-bottom-60  {
	padding-bottom:60px;
}
.padding-top-big-bottom {
	padding-top:200px;
	padding-bottom:100px;
}
.mar-bottom-10 {
	margin-bottom: 10px;
}
.mar-bottom-20 {
	margin-bottom: 20px;
}
.mar-bottom-30 {
	margin-bottom: 30px;
}
.mar-bottom-40 {
	margin-bottom: 40px;
}
.mar-bottom-50 {
	margin-bottom: 50px;
}
.mar-bottom-60 {
	margin-bottom: 60px;
}
.mar-bottom-100 {
	margin-bottom: 100px;
}
.padding-left-20 {
	padding-left: 20px!important;
}
.background-color-white {
	background-color:#fff;
}
.background-color-beg {
	background-color:#fff8eb;
}
.background-color-white-trans {
	background-color:rgba(255,255,255,.8);
}
.background-color-white-trans2 {
	background-color:rgba(255,255,255,.2);
}
.background-color-white-trans5 {
	background-color:rgba(255,255,255,.5);
}
.background-color-white-trans6 {
	background-color:rgba(255,255,255,.5);
}
.background-color-grey {
	background-color:#fbfbfb;
}
.background-color-dark {
	background-color:#161616;
}
.background-color-black {
	background-color:#000000;
}
.bga {
	background:rgba(255,255,255,0.8);
}
.bg_alpha {
	width: 100%;height:100%;
	position: absolute;
	top: 0;left: 0;
}
.js-bg {
    background-color: rgba(0,0,0,.1)
    transition: background-color 1s;
}

.js-bg.inview {
    background-color: rgba(0,0,0,.5);
    transition-delay: 0.3s;
	transition: background-color 3s;
}
.full-height {
	height:100vh;
}
.font-size14 {font-size: 14px!important;}
.font-size15 {font-size: 15px!important;}
.font-size16 {font-size: 16px!important;}
.font-size18 {font-size: 18px!important;}
.font-size20 {font-size: 20px!important;}
.font-size24 {font-size: 24px!important;}
.font-size28 {font-size: 28px!important;}
.font-size32 {font-size: 32px!important;}
.section-title {
	position:relative;
	width:100%;
	margin-bottom:15px;
}
.section-title h2{
	padding-bottom:55px;
	letter-spacing:2px;
}
.section-title h4{
	padding-bottom:30px;
	letter-spacing:2px;
}
.section-title .shadow-title{
	position:absolute;
	width:100%;
	left:0;
	top:15px;
	color: #414141;
	opacity:.1;
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
	letter-spacing:-3px;
	font-weight:700;
	text-align:center;
}
.section-title h2:before,
.section-title h4:before {
	content:'';
	position:absolute;
	width:50px;
	height:3px;
	bottom:0;
	left:50%;
	margin-left:-25px;
}

/* #Scroll back to top
================================================== */

.scroll-to-top {
	position: fixed;
	text-align:center;
	font-family: 'FontAwesome';
	background:#212121;
	cursor: pointer;
	bottom: 20px;
	opacity:.5;
	border-radius:3px;
	right: 20px;
	width:40px;
	font-size:13px;
	color:#fff;
	line-height:40px;
	height: 40px;
	display: none;
	z-index: 9999;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.scroll-to-top:hover {
	opacity:1;
}

/* #Slider
================================================== */

#owl-top {
	position:relative;
	width:100%;
	margin:0 auto;
}
#owl-top .item{
	position:relative;
	width:100%;
	height:100vh;
	margin:0 auto;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:2;
}
#owl-top .item.top-image-1{
	background-image:url('../images/1.jpg');
}
#owl-top .item.top-image-2{
	background-image:url('../images/2.jpg');
}
#owl-top .item.top-image-3{
	background-image:url('../images/3.jpg');
}


#owl-top.owl-theme .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	left:0;
	cursor: url(../images/arrow-left.png) 8 8, move !important;
}
#owl-top.owl-theme .owl-controls .owl-buttons .owl-next{
	position:absolute;
	right:0;
	cursor: url(../images/arrow-right.png) 8 8, move !important;
}
#owl-top.owl-theme .owl-controls .owl-buttons .owl-next,
#owl-top.owl-theme .owl-controls .owl-buttons .owl-prev{
	top:0;
	width:50%;
	height:100%;
	z-index:1;
	text-indent: 100%;
}
 
 
 .hero-top{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-text{
	position:relative;
	width:100%;
} 
.hero-text.right h1,
.hero-text.right h5,
.hero-text.right h6,
.hero-text.right p{
	text-align:right;
}
.hero-text.left h1,
.hero-text.left h5,
.hero-text.left p{
	text-align:left;
}
.hero-text h5{
	font-size:40px; 
	line-height:40px;
	color:#fff;
	font-weight:800;
	text-shadow: 1px 0px 3px rgba(176, 3, 18, 1);
}
.hero-text h6{
	font-size:20px; 
	line-height:40px;
	color:#fff;
	font-weight:600;
} 
.hero-text h5 span{
	font-size:160px; 
	opacity:.2;
	letter-spacing:-12px;
	text-transform:none;
} 
.hero-text p{
	font-size:16px; 
	line-height:22px;
	margin-top:70px;
	text-transform:uppercase;
	letter-spacing:5px;
	font-weight:600;
	color:#fff;
  line-height: 1;
  font-size: 18px;
  text-shadow: 1px 0px 3px rgba(176, 3, 18, 1);
}  
.hero-text.left p:before{
	content:'';
	position:absolute;
	bottom:50px;
	left:0;
	width:60px;
	height:3px;
	z-index:2;
} 
.hero-text.right p:before{
	content:'';
	position:absolute;
	bottom:50px;
	right:0;
	width:60px;
	height:3px;
	z-index:2;
}
 .top_label {
 	position: absolute;
 	top: 60px;
 	right: 20px;
 }
@media only screen and (max-width: 480px) {
	.top_label {
 	position: absolute;
 	top: 60px;
 	right: -100px;
 }
}
a.scroll-down-arrow{
	position:absolute;
	left:0;
	bottom:0;
	height:20%;
	width:100%;
	z-index:200;
	cursor: url(../images/arrow-down.png) 15 70, move !important;
} 

 
/* #Parallax home
================================================== */

.parallax-home {
	background: #E24F47 url('../images/1.jpg') fixed no-repeat;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}

.parallax-window {
  min-height: 16rem;
  background: transparent;
}
@media only screen and (min-width: 1930px) { .parallax-home{ background-size: cover;background-position: top center!important; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
 
/* #About
================================================== */
#about img{
	width:100%;
	display:block;
}
#about {
	background:transparent!important;
	/*background:url(../images/2.jpg);
	background-attachment:fixed;*/
	font-family: 'Tsukimi Rounded', sans-serif!important;
}
#about .section,#about .container {
	background:transparent!important;
}
.about-carousel-wrap{ 
	position:relative;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	z-index:2;
} 

/* #shopping
================================================== */
#shopping, #shopping2{
	font-family: 'Open Sans', sans-serif;
}
#shopping span , #shopping2 span{
	font-weight:bold;
}

#shopping img, #shopping2 img{
	width:100%;
	display:block;
}
#shopping h5, #shopping2 h5{
	text-align:left!important;
}
#shopping, #shopping2{
	background-color:#fff;
	text-align:left;
}
#shopping .price {
	font-weight:bold!important;
}
#shopping span.normal,#shopping2 span.normal {
	font-weight:normal!important;
}
/* #products
================================================== */
#products h2{
	color: #fff!important;
}
#products p{
	font-family: 'Tsukimi Rounded', sans-serif!important;
	font-weight:bold!important;
	font-size:18px!important;
	line-height:34px!important;
	color: #fff!important;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
   text-orientation: upright;
   text-combine-upright: all;
   -webkit-text-combine: horizontal;
   -ms-text-combine-horizontal: all;
}
#products .bg03 {
	background-image:url(../images/products_03.png);
	background-size:cover;
	background-position:top right;
	min-height:600px;
}
#products .bg06 {
	background-image:url(../images/products_06.png);
	background-size:cover;
	background-position:top right;
	min-height:600px;
}
#products .row img,#products2 .row img {
	width:100%;
}
#products p.ri {
	display: inline-block;
	padding-left:100px;
}
#products2 h6 {
font-family: 'Tsukimi Rounded', sans-serif!important;
color: #fff;
font-weight:800;
font-size:16px;
line-height:24px;
text-align:left!important;
}

#products2 p {
font-family: 'Tsukimi Rounded', sans-serif!important;
color: #fff;
font-weight:500;
font-size:16px;
line-height:30px;
}
#products img {
	z-index:1;
}
#products video {
	position: absolute;
	bottom: 0;right: 0;
	z-index:2;
}
@media only screen and (max-width: 600px) {
#products video {
	padding-top: 200px;
	position: relative;
	bottom: 0;right: 0;
	z-index:2;
}
}
@media only screen and (max-width: 600px) {
	#products p{
	 writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
		
   text-orientation: none;
   text-combine-upright: none;
   -webkit-text-combine: none;
   -ms-text-combine-horizontal: none;
}
#products p.ri {
	display: block;
	padding-left:0px;
}
}


/* #camp
================================================== */

#camp {
	background-image:url(../images/camp_apple.png),url(../images/camp_dora.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center,right center;
	font-family: 'Open Sans', sans-serif!important;
}
#camp-60 {
	position: absolute;
	top: -76px;
}
#oubo {
	font-family: 'Open Sans', sans-serif!important;
}
#camp img,#oubo img ,#kiyaku img{
	width:100%;
}
#oubo h5 {
	text-align:left!important;
}
#oubo span {
font-size:14px;
color:#fff;
background-color:#e60913;
padding:0.2em 1em;
border-radius: 16px;
}
.zoom {
cursor: zoom-in;	
}
.pinkcloud {
	background: url(../images/pinkcloud.png) top center no-repeat;
	background-size: cover;
}

/* #kiyaku
================================================== */
#kiyaku ul{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}
#kiyaku ul li {
	padding-bottom:0.7em;
	line-height:2em;
	font-family: 'Open Sans', sans-serif!important;
}
#kiyaku ol{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}
#kiyaku h6 {
	margin-top:40px;
	margin-bottom:20px;
}

/* #Work
================================================== */

/* #Work Carousel
================================================== */

/* #Portfolio
================================================== */




/* #Single Projects
================================================== */

.full-img-wrap{
	position:relative;
	width:100%;
}
.full-img-wrap img{
	display:block;
	width:100%;
}

/* #News
================================================== */

.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:40px;
	height:40px;
	background:#fff;
	box-shadow: 0 0 10px rgba(44,44,44,0.1);
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	border-radius:50%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	background:#000;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}	
figure.vimeo a:before, figure.youtube a:before {
	font-family: 'FontAwesome';
	content:"\f04b";
	width:40px;
	height:40px;
	z-index:10;
	position:absolute;
	color:#000;
	line-height:40px;
	text-align:center;
	font-size:10px;
	top:50%;
	left:50%;
	margin:-19px 0 0 -18px;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo a:hover:before, figure.youtube a:hover:before {
	color:#fff; 
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1.03) rotate(1deg);
	transform: scale(1.03) rotate(1deg);
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	a -webkit-transform: scale(1);
	transform: scale(1);
}

/* #Shop
================================================== */

/* #footer
================================================== */

.footer{
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	height:160px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.logo-footer-background{
	background-image:url('../images/logo-footer_w.png');
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 441px 80px;
	/*background-color:#e60913;*/
	background-color:#000;
}

.footer-down{
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
}
.footer-down p{
	text-align:center;
	color:#f7f7f7;
	font-size:11px;
	letter-spacing:2px;
}
.footer-down p span{
	font-family: 'FontAwesome';
	padding-left:3px;
	padding-right:3px;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1200px) {
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
	color: #000;
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
	color: #000;
    border-bottom:none;
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	background:none;
	color: #000;
}
ul.slimmenu li a: {
	color: #000;
    border-bottom:none;
}
ul.slimmenu li a:hover {
    border:none;
	background:none;
}
ul.slimmenu li {
	color: #000;
	background:#fff;
}
ul.slimmenu li > ul {
    width: 100%;
	text-align:right;
}
		
}

@media only screen and (max-width: 1000px) {
.hero-text h5{
	font-size:50px; 
	line-height:30px;
} 
.hero-text h5 span{
	font-size:80px; 
	letter-spacing:-5px;
} 
.hero-text p{
	letter-spacing:2px;
} 
}

@media only screen and (max-width: 800px) {
.section-title .shadow-title{
	top:30px;
	font-size: 40px;
	letter-spacing:-1px;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader {
    letter-spacing: -2px;
    font-size: 30px;
}
}

@media only screen and (max-width: 600px) {
.hero-text h5{
	font-size:40px; 
	line-height:25px;
} 
.hero-text h5 span{
	font-size:60px; 
	letter-spacing:-2px;
} 

}

.sp {display: block;}
.pc {display:none;}
	
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
	.sp {display: none;}
	.pc {display:block;}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.sp {display: none;}
	.pc {display:block;}
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.hero-text h5 img {
		width: 400px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.cats {
		display:none!important;
	}
	.hero-text h5 img {
		width: 400px;
	}
	#about .col-md-2 img {
		width:50%;margin:auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.hero-text h5 img {
		width: 300px;
	}
	.cats {
		display:none!important;
	}
	
	#about .col-md-2 img {
		width:50%;margin:auto;
	}
}

@media only screen and (max-width: 319px) {
	.hero-text h5 img {
		width: 260px;
	}
	.cats {
		display:none!important;
	}
}

.logotype {
	font-family: 'Red Hat Display', sans-serif;
}
.tatetype {
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.center {
	text-align:center;
}

a.btn-border {
  border: 4px double #fff;
  border-radius: 0;
  padding:0.5em 1em;
  color: #fff;
  border-radius:1em;
  background-color: #e60913;
}

a.btn-border:hover {
  color: #fff;
  background-color: rgb(194,92,24);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in;
}

a.btn-borderk {
  border: 1px dotted #fff;
  border-radius: 0;
  background: #FF6600;
  padding:0.5em 1em;
  color: #fff;
  border-radius:1em;
}

a.btn-borderk:hover {
  color: #fff;
  background: #000;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in;
}

.waku {
	border-top: 4px dotted #e60913;
	border-bottom:4px dotted #e60913;
}


.background-color-red {
	background:url(../images/3.png);
	background-attachment: fixed;
}
.cats {
  animation-duration: 24s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: normal;
  position: absolute;
bottom: 70px;
}
#canvas {
  width: 234px!important;
  height:108px!important;
}
@keyframes slidein {
0% {
    margin-left: -100px;
    width: 100%; 
  }

  100% {
    margin-left: 100%;
    width: 100%;
  }
}

.main-trailerx {
	position:absolute;
	right: 50%;
	top:50%;
	
}
.main-trailerx img {
	width: 50%;
}
@media only screen and (min-width: 960px) {
	.main-trailerx {
		display:block;
	}
}
@media only screen and (max-width: 959px) {
	.main-trailerx {
		display:none;
	}
}
.red {
	color: #e60913!important;
}
.beg {
	color: #fff8eb!important;
}
.scroll_bar {
	padding-left:2em;
	padding-right:1em;
	width:100%;
	height:300px;
   background-color: #fff;
   overflow-y: scroll;
}
.original-box-shadow {
  border-radius: 3px;
  box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.32);
}
.scroll_bar::-webkit-scrollbar{
   width: 10px;
}
.scroll_bar::-webkit-scrollbar-track{
   background-color: #ccc;
}
.scroll_bar::-webkit-scrollbar-thumb{
   background-color: #17efc9;
}