/*
Theme Name: Polo
Theme URI: http://themewagon.com/demo/polo-responsive-app-landing-page-template
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: One page app landing HTML5 CSS3 template powered by Bootstrap 3.
Version: 2.0
License: MPL v2.0
License URI: https://www.mozilla.org/MPL/2.0/
Tags: green, white, responsive-layout, one page, full-width-template
Text Domain: polo
*/

/**
* Table of Contents:
*
* 01.0 - Custom Fonts
* 02.0 - Global
* 03.0 - Side Menu
* 04.0 - Preloader
* 05.0 - Header
* 06.0 - Banner
* 07.0 - Features
* 08.0 - Gallery
* 09.0 - Team Member
* 10.0 - Testimonial
* 11.0 - Subscribe
* 12.0 - Contact us
* 13.0 - Footer
* 14.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/


@font-face {
	font-family: 'caviar_dreams';
	src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
		url('../fonts/CaviarDreams-webfont.woff') format('woff'),
		url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
	outline: none !important;
}

body {
	font-family: '游明朝 Medium', serif;
	color: #444;
	font-size: 1.6rem;
}





h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: '游明朝 Medium', serif;
}

p,
a,
li {

	line-height: 3rem;
}

a {
	transition: all 0.3s ease-out;
	position: relative;
	padding: .5em;
	margin: -.5em;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #00ceb8;

}


.mi-1 {
	font-size: 7rem;
	margin-bottom: 3%;
}

.title-1 {
	font-size: 5rem !important;
	margin-bottom: 3%;
}








.mi-2 {
	font-size: 4rem;
	margin-bottom: 3%;
}


.mini-read {
	font-size: 1.4rem;
	line-height: 2.5rem;
	text-align: left;
}



.switch-align {
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.switch-align {
		text-align: left;
	}
}



.img_res {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-bottom: 20px;
	;
}

.img_round {
	border-radius: 15px;
}



.block-title {
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3.4em;
	padding: 0 40px;
	margin: 0;
	line-height: 1.6;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}


.s-title {
	font-size: 6rem;
	margin: 0;
	line-height: 1.6;
}


.s-title-2 {
	font-size: 2.2em;
	margin-bottom: 2rem;

}

.s-title-3 {
	font-size: 2.2em;
	margin-bottom: 2rem;
}



.cap-1 {
	font-family: '游明朝 Medium', serif;
	font-style: normal;
	font-weight: 900 !important;
	font-size: 4rem;
}




.block {
	padding: 80px 0px 50px 0px;
	overflow: hidden;
}



.title-box {
	text-align: center;

}




.bb-top-left {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.bb-bottom-left {
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.bb-top-right {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.bb-bottom-right {
	position: absolute;
	width: 15px;
	height: 15px;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.polo-btn {
	display: block;
	color: #fff;
	border: 1px solid;
	text-align: center;
	font-size: 26px;
	font-weight: 100;
	padding: 15px 0px;
	margin: 0px 0px 20px 0px;
	transition: 0.4s ease all;
}

.bg-yellow {
	background-color: #FFFF03;
}

.bg-gray {
	background-color: #F4F4F4;
}

.bg-dark {
	background-color: #333;
}

.bg-pink {
	background-color: #F0B4BB;
}

.bg-Light-white {
	background-color: #FCFCFC;
}


.t-yellow {
	color: #FFFF03;
}

.t-pink {
	color: #f08984;
}

.t-green {
	color: #a7c969;
}

.t-gray {
	color: #444444BF;
}

.t-gray2 {
	color: #807d7dbf;
}

.t-wh {
	color: #FFF;
}



.border-yellow {
	border-color: #FFFF03;
}

.txt-shadow {
	text-shadow: 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 5px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF;
}


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	right: 0;
	width: 260px;
	height: 100%;
	margin-right: -260px;
	overflow-y: auto;
	background: #00967f;
	z-index: 99999999;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sidebar-nav {
	position: absolute;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	padding: 15px 15px;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #81F89D;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
	height: 55px;
	font-size: 18px;
	line-height: 55px;
}

.sidebar-nav>.sidebar-brand a {
	color: #999;
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: none;
}

#sidebar-wrapper.active {
	right: 250px;
	width: 260px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.toggle {
	margin: 5px 5px 0 0;
}

.close-btn {
	display: block;
	color: #FFFFFF;
	font-size: 2em;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
	padding-right: 25px;
}

.close-btn:hover {
	color: #84FFB0;
}




/* ///////////////////////////////////////////////////////////////////// 
//  04 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../img/preloader.gif') no-repeat center center;
}

/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky {
	position: fixed;
	width: 100%;
	background: transparent;
	padding: 15px 0px;
	transition: all 0.5s;
	z-index: 99999;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #a7c969;
	padding: 0px;
}

.logo {
	width: 30%;
	margin-top: 3rem;
}

#logo_menu {
	padding: 5px 0px;
}

#menu-toggle {
	z-index: 1;
	font-size: 35px;
	float: right;
	border: 1px solid #fff;
	color: #fff;
	margin: 5px 0px;
	padding: 2px 10px;
	line-height: 0;
}

.store-btn-container {
	padding-top: 15px;
}

.store-btn:hover,
#menu-toggle:hover {
	background: #00ceb8;
	border-color: #00ceb8;
	color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
	background: url(../img/bg.jpg);
	background-size: cover;
	padding-top: 80px;
	background-attachment: fixed;
	position: relative;
}

.headings {
	/* 上 | 右 | 下 | 左 */
	padding: 13% 0 10% 0;
	color: #333;
}

.headings h1 {
	font-size: 55px;

	padding-bottom: 20px;


	font-weight: 700;
	font-style: normal;
	text-align: center;

}

.headings p {
	font-size: 30px;
	font-weight: 300;
	padding-bottom: 20px;
	letter-spacing: 3px;
}

.hand-container {
	max-height: 630px;
	overflow: hidden;
}

.iphone-hand {
	padding: 0px 0px 0px 0px;
}

.store:hover {
	background: #00ceb8;
	border-color: #00ceb8;
	color: #fff;
}

.polo-btn i {
	padding-right: 6px;
}

.slidedown {
	font-size: 50px;
	color: #fff;
	position: absolute;
	bottom: 0%;
	left: 50%;
	z-index: 99;
	cursor: pointer;
}



.hanguru_wid {
	width: 35%;
}


/* ///////////////////////////////////////////////////////////////////// 
//  07 - Features
/////////////////////////////////////////////////////////////////////*/

.feature-box {
	padding: 30px 0px;
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
}

.feature-box i {
	font-size: 7em;
	line-height: 0 !important;
	margin: 0;
	padding: 0;
}

.feature-box p {
	padding: 0px 20px;
}

.feature-box h2 {
	margin: 0;
	padding: 20px 0px;
	font-weight: 300;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Gallery
/////////////////////////////////////////////////////////////////////*/


#gallery {
	background: url(../img/bg_dark.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


#gallery::before {
	background-color: black;
	opacity: 0.4;
}


#screenshots .item {
	padding: 0px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.customNavigation {
	text-align: center;
}

/*use styles below to disable ugly selection*/
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gallery-nav {
	color: #6ecba9;
	font-size: 2em;
	margin: 0 1em;
	padding: 10px 19px;
	line-height: 0;
	border: 1px solid #6ecba9;
	border-radius: 50%;
}

.gallery-nav:hover,
.gallery-nav:focus,
.gallery-nav:active {
	color: #fff;
	background: #6ecba9;
}







/* ///////////////////////////////////////////////////////////////////// 
//  12 - Contact us Section
/////////////////////////////////////////////////////////////////////*/


.address {
	width: 30%;
	float: left;
	background: url(../img/gmap-bg.jpg);
	height: 540px;
}

.mailbox {
	width: 70%;
	float: left;

	background-color: #222;
	padding-bottom: 111px;
	height: 540px;
}

.address .container {
	max-width: 100%;
}

.mailbox .container {
	max-width: 90%;
}

.address-list {
	list-style: none;
	padding: 160px 0px 70px 0px;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	display: table;
}

.address-list li {
	font-size: 22px;
	padding: 0.5em 0;
	color: #fff;
	font-weight: 100;
}

.address-list li i {
	display: table-cell;
	line-height: 1.8;
	width: 41px;
	height: 20px;
	text-align: center;
	/* font-size: 28px; */
	border-radius: 50%;
	margin: 0;
	vertical-align: middle;
}

.address-list li span {
	padding: 0px 0px 0px 20px;
	display: table-cell;
	vertical-align: middle;
}

.mailbox .container {
	margin-top: 225px;
	margin-bottom: 0px;
}

#contactForm input,
#contactForm textarea {
	border-radius: 0px;
	box-shadow: none;
	border: 2px solid #C2C2C2;
	font-size: 18px;
}

#contactForm input:active,
#contactForm textarea:active,
#contactForm input:hover,
#contactForm textarea:hover {
	border: 2px solid #00ceb8;
}

#contactForm #name,
#contactForm #email,
#contactForm #phone {
	padding: 20px;
	height: auto;
}

#contactForm .form-group {
	margin-bottom: 25px;
}

#contactForm #message {
	height: 258px;
	padding-bottom: 40px;
}

.contact-submit {
	margin: 0 auto;
	margin-top: -38px;
	width: 120px;
	background: #FCFCFC;
	color: #444444BF;
	border: 2px solid #444444BF;
	font-size: 26px;
	padding: 0;
	margin: 0 auto;
	margin-top: 20px;
}

.contact-submit:hover {
	background: #f7d523;
	color: #444444BF;
}

#contact {
	position: relative;
}

.contact-wrap {
	position: absolute;
	z-index: 9999;
	color: #fff;
	width: 100%;
	top: 50px;
}

#contact .block-title span {
	border-color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #6ecba9;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #6ecba9;
}


/* ///////////////////////////////////////////////////////////////////// 
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
	background: #00967f;
	padding: 20px 0px 22px 0px;
}

.footer-logo {
	font-size: 27px;
	color: #fff;
	font-weight: 300;
}

.footer-logo a:hover {
	color: #00ceb8;
}

.footer-logo a {
	color: #dadada;
}

.copyright {
	color: #fff;
	text-align: right;
	font-size: 18px;
	margin-top: 40px;
}

#footer span {
	color: #e9e9e9;
	display: block;
	font-size: 20px;
	margin-bottom: -15px;
}



.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {

	font-family: cursive;
}

/* ///////////////////////////////////////////////////////////////////// 
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/


/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px; ) {
	.address-list li {
		font-size: 18px;
	}

	.address-list li i {
		width: 60px;
		height: 60px;
		font-size: 34px;

	}
}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
	.address {
		width: 100%;
	}

	.mailbox {
		width: 100%;
	}

	.address-list {
		padding: 200px 0px 70px 0px;
		width: 100%;
		max-width: 100%;
	}

	.address {
		height: 340px;
	}

	.mailbox .container {
		margin-top: 100px;
		height: auto;
	}

	.address-list {
		padding: 200px 0px 70px 0px;
		width: 100%;
		max-width: 100%;
	}

	.address-list li {
		font-size: 16px;
		padding: 1em;
		display: inline-block;
	}

	.address-list li i {
		display: table-cell;
		line-height: 42px;
		width: 42px;
		height: 40px;
		font-size: 18px;
	}
}

/*1170px*/

@media all and (max-width: 1170px) {
	.address {
		width: 100%;
	}

	.mailbox {
		width: 100%;
	}

	.mailbox {
		padding-bottom: 111px;
		height: auto;
	}

	.mailbox .container {
		margin-top: 130px;
		margin-bottom: 0px;
	}
}

/*992px*/

@media all and (max-width: 992px) {

	.headings h1,
	.headings p {
		text-align: center;
	}

	.block-title {
		font-size: 2.8em;
	}
}

/*768px*/

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

	#footer,
	.copyright {
		text-align: center;
	}

	body {
		font-size: 1.4rem;
		line-height: 2.5rem;
		font-family: serif;
	}

	p,
	a,
	li {
		font-family: 'Oxygen', sans-serif;
		line-height: 2.2rem;
	}

	.logo {
		width: 30%;
		margin-top: 1.3rem;
	}

	.mi-1 {
		font-size: 3.5rem;
		margin-bottom: 7%;
		margin-top: 3%;
		line-height: 120%;
	}

	.s-title {
		font-size: 4.5rem;
	}

	.typo-1 {
		margin-top: 100px !important;
	}

	.anim-typewriter-1 {
		width: 36ch !important;
	}

	.sp-p-15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.title-1 {
		font-size: 5rem !important;
		margin-bottom: 7%;
		line-height: 120%;
	}

}


/*480px*/

@media all and (max-width: 480px) {

	.cap-1 {
		font-size: 3rem;
		padding-top: 10px;
	}

	.logo {
		width: 45%;

	}

	.headings h1 {
		font-size: 30px;
		margin-top: -10px;
	}

	.headings p {
		font-size: 23px;
		letter-spacing: 1px;
	}

	.block-title {
		font-size: 2.1em;
		padding: 0px 20px !important;
	}

	.block {
		padding: 30px 0px 50px 0px;
	}

	.mi-1 {
		font-size: 2.5rem;
		margin-bottom: 8%;
		margin-top: 2%;
		line-height: 140%;
	}

	.s-title {
		font-size: 4rem;
		margin: 0;
		line-height: 1.6;
	}

	.typo-1 {
		margin-top: 100px !important;
	}

	.anim-typewriter-1 {
		width: 32ch !important;
	}


	.hanguru_wid {
		width: 55%;
	}

	.title-1 {
		font-size: 3rem !important;
		margin-bottom: 7%;
		line-height: 120%;
	}


	.address {
		height: 380px;
	}

}

.btn-custom {
	padding: 5px 0px;
}




/*----------------------------------------
マージン汎用
----------------------------------------*/
.m5 {
	margin: 5px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m20 {
	margin: 20px;
}

.m25 {
	margin: 25px;
}

.m30 {
	margin: 30px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}




/*----------------------------------------
パディング汎用
----------------------------------------*/
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt70 {
	padding-top: 70px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb100 {
	padding-bottom: 100px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}


.image_mouseover {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
}

.image_mouseover img {
	display: block;
	transition-duration: 0.5s;
}

.image_mouseover_4 img:hover {
	transform: scale(1.5);
	transition-duration: 0.5s;
	opacity: 0.6;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 790px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

}







/*  タイプライタ＾－　非表示BOX  */
.typo-1 {
	opacity: 0;
	/*  見えない状態にする  */
	height: 60px;
	margin-top: 200px;
}



/*  タイプライタ＾－　アクションCSS  */


.typo-1-txt {
	/*対象のテキスト*/
	position: relative;
	top: 50%;
	border-right: 2px solid rgba(255, 255, 255, .75);
	white-space: nowrap;
	overflow: hidden;
	transform: translateY(-50%);
	opacity: 1;
	/*  見える状態にする  */
}

.anim-typewriter-1 {
	/*アニメーションセッティング*/
	display: inline-block;
	width: 41ch;
	overflow: hidden;
	white-space: nowrap;
	animation: typing 2s steps(20), caret 0.3s steps(1) infinite;
}

@keyframes typing {
	from {
		width: 0;
	}
}

@keyframes caret {
	50% {
		border-right-color: currentColor;
	}
}