@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@600&display=swap');

/* CSS Document */


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



@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 480px) {
	.hero-text h1 img {
		width:90%;
	}
}

@media only screen and (max-width: 1200px) {
}

/* #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('https://kitaya.info/lp/doracats/images/1.jpg');
}
#owl-top .item.top-image-2{
	background-image:url('https://kitaya.info/lp/doracats/images/2.jpg');
}
#owl-top .item.top-image-3{
	background-image:url('https://kitaya.info/lp/doracats/images/3.jpg');
}
 
 .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:none;
	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;
 }
}


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

.parallax-home {
	background: #E24F47 url('https://kitaya.info/lp/doracats/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;
	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(https://kitaya.info/lp/doracats/images/products_03.png);
	background-size:cover;
	background-position:top right;
	min-height:600px;
}
#products .bg06 {
	background-image:url(https://kitaya.info/lp/doracats/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(https://kitaya.info/lp/doracats/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;
}
#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;	
}


/* #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
================================================== */



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

@media only screen and (max-width: 1200px) {		
}

@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;
} 

}



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

@media only screen and (min-width: 960px) {
	.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(https://kitaya.info/lp/doracats/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;
}




#mainv{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0;
  margin:0 auto;
  padding:0;
  max-width:1600px;
  background-color: #9F9B7F;
}

@media screen and (max-width:768px){

  #mainv{
    grid-template-columns:repeat(1,1fr);
  }

}

