@font-face {
	font-family: 'Montserrat';
	src: url('/validate-product-idea/fonts/Montserrat-Light.eot');
	src: local('Montserrat Light'), local('Montserrat-Light'),
		url('/validate-product-idea/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('/validate-product-idea/fonts/Montserrat-Light.woff') format('woff'),
		url('/validate-product-idea/fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/validate-product-idea/fonts/Montserrat-Thin.eot');
	src: local('Montserrat Thin'), local('Montserrat-Thin'),
		url('/validate-product-idea/fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
		url('/validate-product-idea/fonts/Montserrat-Thin.woff') format('woff'),
		url('/validate-product-idea/fonts/Montserrat-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('/validate-product-idea/fonts/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('/validate-product-idea/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/validate-product-idea/fonts/Montserrat-SemiBold.woff') format('woff'),
		url('/validate-product-idea/fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/validate-product-idea/fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('/validate-product-idea/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('/validate-product-idea/fonts/Montserrat-Bold.woff') format('woff'),
		url('/validate-product-idea/fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/validate-product-idea/fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('/validate-product-idea/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('/validate-product-idea/fonts/Montserrat-Regular.woff') format('woff'),
		url('/validate-product-idea/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/validate-product-idea/fonts/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('/validate-product-idea/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('/validate-product-idea/fonts/Montserrat-Medium.woff') format('woff'),
		url('/validate-product-idea/fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/validate-product-idea/fonts/Montserrat-ExtraBold.eot');
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('/validate-product-idea/fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/validate-product-idea/fonts/Montserrat-ExtraBold.woff') format('woff'),
		url('/validate-product-idea/fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/validate-product-idea/fonts/Montserrat-Black.eot');
	src: local('Montserrat Black'), local('Montserrat-Black'),
		url('/validate-product-idea/fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		url('/validate-product-idea/fonts/Montserrat-Black.woff') format('woff'),
		url('/validate-product-idea/fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Montserrat';
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.container {
	max-width: 1300px;
}

.header {	
	position: relative;
	padding: 20px 0;
	background-color: #1c202b;
}
.header .inner {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}

.menu-btn-box {
	display: none;
}
.menu-box {	
	padding: 10px 0;
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.menu a {
	font-size: 18px;
	color: #001030;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 15px;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: #8a0b97;
}

.owl-nav {
	position: relative;
}
.owl-nav button {
	position: absolute;		
	width: 30px;height: 30px;
	border-radius: 10px;
	display: block;
	text-align: center;
	line-height: 32px !important;
	color: #020202;
	background-color: transition !important;
	outline: 0;
	top: 30px;
	opacity: 1;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button i {
	color: #568798;
	font-size: 30px;
}
.owl-nav button.owl-prev img {
	margin-left: -2px;
}
.owl-nav button.owl-next img {
	margin-right: -2px;
}

.owl-dots {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
.owl-dots button { 
   font-size: 0; 
   width: 13px;
   height: 13px;
   border-radius: 50%;
   background: #D9D9D9 !important;
   border: 0;
   cursor: pointer;
   margin: 0 5px; 
   outline: 0;   
} 
.owl-dots button.active {   
   background: #DF392C !important;
   width: 25px;
   border-radius: 10px;
}
.owl-carousel.owl-drag .owl-item {
	min-height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
		-webkit-align-items: flex-end;
}

.bc1 {
	background: #1C202A;
	overflow: hidden;
	position: relative;
}
.bc1 .container {
	position: relative;
	z-index: 2;
	padding-top: 50px;
	padding-bottom: 50px;
}
.bc1 .txt {
	max-width: 800px;
	padding-bottom: 30px;
}
.bc1 .bella {
	
}

.top-httl {
	font-size: 21px;
	text-align: center;
	color: white;
	margin-bottom: 30px;
	padding: 5px 10px;
	background-color: #DF392C;
}
.bc1 .ttl {		
	font-size: 34px;
	line-height: 1.2;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
	position: relative;
}
.bottom-httl {
	font-size: 28px;
	color: white;
	text-transform: capitalize;
	font-style: italic;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 4px solid #DF392C;
}
.bc1 .txt p {	
	font-size: 16px;
	line-height: 1.9;
	color: white;
	margin-bottom: 20px;
}
.ul1 {	
	margin-bottom: 30px;
}
.ul1 li {	
	font-size: 18px;
	line-height: 1.9;
	margin: 0 0 10px 0;
	list-style: none;
	padding-left: 15px;
	position: relative;
}
.ul1.v2 li {	
	font-size: 18px !important;
	padding-left: 0;
	margin-bottom: 5px;
}
.ul1 li:after {	
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 15px;
	background-color: #DF392C;
	border-radius: 50%;
}
.ul1.v2 li:after {	
	display: none;
}
.bc1 .ul1 li {		
	color: white;
}

.ul2 li {	
	font-size: 21px;
	line-height: 1.9;
	margin: 0 0 20px 0;
	list-style: none;
	padding-left: 35px;
	position: relative;
}
.ul2 li:after {	
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
      transform: rotate(45deg);
      height: 25px;
      width: 15px;
      border-bottom: 7px solid #DF392C;
      border-right: 7px solid #DF392C;
}

.form-box {
	background-color: white;
	border-radius: 15px;
	text-align: center;
}
.form-box .frm {
	margin-bottom: 30px;
}
.form-box .img img {
	max-width: 240px;
}
.form-box .form-ttl {
	text-align: center;
	font-size: 31px;
	line-height: 1.3;
	color: #363636;
	font-weight: bold;
	margin-bottom: 20px;
}

.bc8 {
	padding: 50px 0;
}
.bc8 .container {
	max-width: 780px;
}
.bc8 .col-md-6 {
	margin-bottom: 30px;
}
.bc8 p {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 20px;
}
.bc8 .boxes {
	margin-top: 50px;
}
.bc8 .box {
	padding: 30px 30px 10px 30px;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
	margin-bottom: 30px;
	height: 100%;
	border-radius: 20px;
	background-color: white;
}
.bc8 .box .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.bc8 .box p {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 0;
	color: black;
}

.bc9 {
	background: #1C202A url('img/bc1.png') center bottom no-repeat;
	padding: 50px 0;
}
.bc9 .box {
	max-width: 880px;
	margin: 0 auto;
	background-color: white;
	border-radius: 20px;
	border-top: 5px solid #DF392C;
	padding: 40px;
}
.bc9 p {
	font-size: 21px;
	line-height: 1.9;
}

.bc10 {	
	padding: 50px 0;
}
.bc10 .box {	
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}
.bc10 .box .img {
	height: 300px;
	background-size: cover !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
	margin-bottom: 20px;
	border-radius: 10px;
}
.bc10 .box .ttl {
	font-size: 21px;
	font-weight: bold;
	color: #DF392C;
}
.bc10 .form-box {
	max-width: 400px;
	margin: 0 auto;
}
.bc10 .form-box .form-ttl {
	font-size: 24px;
	margin-bottom: 15px;
}



.btn01 {
	display: inline-block;
	padding: 20px 30px;
	border-radius: 30px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 2px solid #DF392C;
	background-color: #DF392C;
	font-size: 18px;
	font-weight: 600;
	color: white;
	transition: all .5s;
	display: inline-block;
}
.btn01 img {
	margin-left: 10px;
	filter: brightness(0) invert(1);
}
.btn01 span {
	font-size: 12px;
	font-weight: normal;
}
.btn01:hover {
	background-color: red;
	color: white;
	box-shadow: 0 0 10px 2px rgba(255,0,0,.2);
	text-decoration: none;
}


.bc2 {
	margin: 95px 0;
	overflow: hidden;
	border-top: 1px solid rgba(36, 36, 36, 0.15);
	border-bottom: 1px solid rgba(36, 36, 36, 0.15);
}
.bc2 .inner {
	display: flex;
	display: -webkit-flex;
}
.bc2 .inner .c1 {
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
	border-right: 1px solid rgba(36, 36, 36, 0.15);
}
.bc2 .inner .c2 {
	flex: 0 0 60%;
	-webkit-flex: 0 0 60%;
	padding: 70px 0 30px 5%;
}
.bc2 .ttl-box {
	padding: 70px 0;
}
.bc2 .btn-box {
	padding: 90px 0;
	position: relative;
}
.bc2 .btn-box:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 1px;
	width: 3000px;
	background-color: rgba(36, 36, 36, 0.15);
}
.bc2 .ttl0 {
	font-size: 65px;
	font-weight: 700;
	line-height: 1.1;
	color: #242424;
}
.bc2 .item {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 30px;
}
.bc2 .c3 {
	flex: 1;
	-webkit-flex: 1;
	margin-right: 40px;
}
.bc2 .c4 {
	max-width: 210px;
	width: 100%;
}
.bc2 .item .ttl {
	font-family: 'PT Serif';
	font-size: 30px;
	color: #DF392C;
	margin-bottom: 15px;
}
.bc2 .item p {
	font-size: 18px;
	color: #242424;
	margin-bottom: 0;
}

.bc3 {	
	padding: 70px 0;
	background-color: #1c202b;
}
.bc3 .ttl-box {	
	margin-bottom: 30px;
}
.bc3 .ttl-box .ttl {	
	font-size: 36px;
	font-weight: 700;
	color: #DF392C;
	margin-bottom: 10px;
}
.bc3 p {	
	font-size: 18px;
	color: #A8A8A8;
	margin-bottom: 0;
}
.bc3 .item {	
	position: relative;
	padding-left: 30px;
	padding-bottom: 30px;
}
.bc3 .item:after {	
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #DF392C;
	border-radius: 50%;
	left: 0;
	top: 20px;
}
.bc3 .item:before {	
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(223, 57, 44, 0.12);
	border-radius: 50%;
	left: 5px;
	top: 20px;
}
.bc3 .item.last:before {	
	display: none;
}
.bc3 .item .ttl {	
	font-family: 'PT Serif';
	font-size: 24px;
	color: white;
	margin-bottom: 5px;
}
.bc3 .img img {	
	border-radius: 20px;
}
.bc3 .center-text {	
	font-size: 32px;
	font-weight: 700;
	color: white;
	text-align: center;
	margin: 90px 0 65px 0;
}

.bc3.v2 {	
	background-color: white;
}
.bc3.v2 .ttl-box .ttl {	
	color: #242424;
}
.bc3.v2 .item .ttl {
	font-size: 28px;
	color: #242424;
}
.bc3.v2 p {	
	color: rgba(36, 36, 36, 0.58);
	margin-bottom: 30px;
	line-height: 1.7;
}
.bc3.v2 p span {	
	color: #DF392C;
}
.bc3.v2 .item p {
	margin-bottom: 15px;
}

.bc4 {	
	padding: 70px 0;
}
.bc4 .ttl {	
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.bc4 .ttl {	
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.bc4 .item {
	width: 50%;
	margin-left: 50%;
	position: relative;
	padding: 0 30px 30px 30px;
	min-height: 90px;
}
.bc4 .item.v2 {
	margin-left: 0;
	text-align: right;
}
.bc4 .item p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0;
}
.bc4 .item:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #DF392C;
	left: 0;
	top: 0;
	margin-left: -12px;
	margin-top: 0;
}
.bc4 .item .num {
	position: absolute;
	left: -80px;
	top: 0;
	margin-top: -35px;
	width: 50px;
	height: 60px;
	text-align: center;
	font-family: 'PT Serif';
	font-size: 76px;
	line-height: 1;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	color: white;
}
.bc4 .item:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background: url('img/line0.png') center top;
	left: -1px;
	top: 0;
}
.bc4 .item.v2:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -12px;
}
.bc4 .item.v2:before {
	left: auto;
	right: -1px;
}
.bc4 .item.v2 .num {
	left: auto;
	right: -80px;
}

.bc5 {	
	padding: 70px 0;
}
.bc5 .ttl {	
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.bc5 .ttl span {	
	color: #DF392C;
}
.bc5 .ttl-txt {	
	font-size: 18px;
	text-align: center;
	color: #242424;
	margin-bottom: 60px;
}
.bc5 .boxes {	
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	
	margin: 0 -5px;
}
.bc5 .boxes .c1 {	
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	margin-bottom: 10px;
	padding: 0 5px;
}
.bc5 .boxes .c2 {	
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	margin-bottom: 10px;
	padding: 0 5px;
}
.bc5 .box {	
	height: 100%;
	background-size: cover !important;
	border-radius: 15px;
	padding: 30px 10%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.bc5 .c1 .box {	
	min-height: 220px;
}
.bc5 .c2 .box {	
	min-height: 320px;
}
.bc5 .box b {	
	font-family: 'PT Serif';
	font-size: 22px;
	font-weight: normal;
	color: white;
	display: block;
	margin-bottom: 10px;
}
.bc5 .box p {	
	font-size: 16px;
	color: #a8a8a8;
	margin-bottom: 0;
}
.bc5 .btn-box {	
	margin-top: 50px;
}

.bc6 .box {
	border-radius: 20px;
	background-color: #1c202b;
	padding: 100px 0;
}
.bc6 .ttl {	
	font-family: 'PT Serif';
	font-size: 38px;
	color: white;
	text-align: center;
	margin-bottom: 100px;
}
.bc6 .ttl span {	
	color: #DF392C;
}
.bc6  .btn-box {	
	margin-top: 50px;
}
.rrev-slider-box {
	
}
.bc6 .rev {
	background-color: white;
	border-radius: 20px;
	padding: 40px;
}
.bc6 .rev .top-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 15px;
}
.bc6 .rev .top-box .ico {
	margin-right: 15px;
}
.bc6 .rev .top-box .name {
	font-size: 19px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 5px;
}
.bc6 .rev p {
	font-size: 14px;
	margin-bottom: 15px;
}
.bc6 .rev .date {
	font-size: 11px;
	color: #787878;
}

.bc7 {
	margin: 95px 0 50px 0;
	overflow: hidden;
	border-top: 1px solid rgba(36, 36, 36, 0.15);
	border-bottom: 1px solid rgba(36, 36, 36, 0.15);
}
.bc7 .inner {
	display: flex;
	display: -webkit-flex;
}
.bc7 .inner .c1 {
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
	border-right: 1px solid rgba(36, 36, 36, 0.15);
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	min-height: 100%;
}
.bc7 .inner .c2 {
	flex: 0 0 60%;
	-webkit-flex: 0 0 60%;
	padding: 0 0 0 5%;
}
.bc7 .ttl0 {
	font-size: 65px;
	font-weight: 700;
	line-height: 1.1;
	color: #242424;
}
.bc7 .faq {
	padding: 100px 0;
}
.accordion .item  {
	text-align: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
}
.accordion .item:last-child {
	border-bottom: 0;
}
.accordion .item button {
	text-align: left;
	font-size: 21px;
	font-weight: 600;
	color: #242424;
	line-height: 1.2;	
	padding: 15px 30px 20px 0;	
	outline: 0;
	border: 0;
	position: relative;
	display: block;
	width: 100%;
	border: 0;
	background-color: transparent;
}
.accordion .item button.collapsed {
	
}
.accordion .item button:after {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 34px;
	color: #DF392C;
	font-weight: 300;
	transition: all .5s;
}
.accordion .item button:after {
	content: '+';
	transform: rotate(45deg);
}
.accordion .item button.collapsed:after {
	transform: rotate(0deg);
}
.accordion .item-body {	
	width: 90%;
	padding: 0 0 15px 0;
}
.accordion .item-body p {	
	font-size: 18px;
	color: #242424;
	margin-bottom: 15px;
}

.footer {
	background-color: #1c202b;
	padding: 50px 0;
}
.footer .soc-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.footer .soc-box a {
	margin: 0 10px;
}
.footer .privacy {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.footer .privacy a {
	color: white;
	font-size: 17px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
.footer .addr {
	color: white;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 15px 0;
}
.footer .copy {
	color: white;
	font-size: 13px;
	text-align: center;
}

.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	color: #787878;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form1 textarea {
	min-height: 120px;
}

.form1 .inp {
	margin-bottom: 18px;
}
.form1 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}


.modal-dialog {
	max-width: 530px;
	
}
.modal-content {
position: relative;
padding: 30px  15px;
border-radius: 5px;
}
.modal-content .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 31px;
	line-height: 1.3;
	color: #363636;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal-content p {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-bottom: 30px;
}
.modal-content input, .modal-content textarea {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.modal-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.modal-content button {
	font-size: 18px;
	padding: 15px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}

.menu-btn-box {
	
}
.menu-btn {
	width: 26px;
	height: 18px;
	position: relative;	  
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
}
.menu-btn  span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #404040;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 2px;
}
.menu-btn.open  span {
	background: #404040;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 8px;
}
.menu-btn  span:nth-child(3) {
  top: 16px;
}
.menu-btn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.revs-list {
	padding: 70px 0;
	background-color: #1c202b;
}
.revs-list .rev {
	padding: 30px;
	border: 1px solid rgb(217, 224, 232);
	margin-bottom: 30px;
	background-color: white;
}
.revs-list .stars {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.revs-list .rev p{
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.revs-list .dat {
	font-size: 16px;
}

.section-slider {
	padding: 70px 0;
	text-align: center;
}
.section-slider .ttl {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.section-slider .photo {
  width: 33.3%;
  padding: 10px;
  box-sizing: border-box;
}
.section-slider .photo img {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: auto;
}
.center-rev {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.center-rev a {
	display: inline-block;
	border: 2px solid #ffe9eb;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	overflow: hidden;
}

.form-box .kajabi-form__content {

}
.form-box .kajabi-form--inline {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}
.form-box .kajabi-form__form-item input {
	border: 2px solid #DF392C !important;
	padding: 15px !important;
	border-radius: 0 !important;
	color: black !important;
	font-size: 16px !important;
	height: auto !important;
	
}
.form-box .kajabi-form__btn {
	padding: 15px !important;
	border-radius: 0 !important;
	color: black !important;
	font-size: 18px !important;
	text-align: center;
	width: 100%;
	color: white !important;
}


.bottom-form {
	padding: 50px 0;
	text-align: center;
}

.httl {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.httl img {
	margin: 0 0 10px 15px;
	max-width: 100%;
	height: auto;
}

.row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin: 0 -15px;
}
.col-6 {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	padding: 0 15px;
}
.col-4 {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	padding: 0 15px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-top: 30px;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-3by2::before {
  padding-top: 66.66%;
}
.embed-responsive-8by5::before {
  padding-top: 62.5%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive iframe,
.embed-responsive video,
.embed-responsive object,
.embed-responsive .embed-responsive-item,
.embed-responsive embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bc8.v2 {
	background: #1C202A;
	padding: 50px 0;
}
.bc8.v2 .container {
	max-width: 1200px;
}
.bc8.v2 {
	color: white;
}
.bc8.v3 .container {
	max-width: 1200px;
}

.bc1 .ul1 li {
	font-size: 16px;
}

.bc8.v4 .ul1 li {
	font-size: 21px;
}


.countdown_clock .figure {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 70px;
	color: #fff;
	padding-right: 14px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0;
}

.countdown_clock .figure-caption {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;	
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
}

.bg2 {
	background-color: #1C202A;
	color: white;
}

.revs {
	text-align: center;
	padding: 50px 0;
}
.revs .rev-box {
	margin-bottom: 20px;
}
.revs img {
	max-width: 100%;
	height: auto;
}

.ttl1 {
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-bottom: 30px;
}
	
@media screen and (max-width: 1099px){
	.txt-a p:nth-child(2) {
		margin-left: 10%;
	}
	.txt-a p:nth-child(3) {
		margin-left: 30%;
	}
	.bc1 .inner {
		min-height: 600px;
	}
	.txt-q {	
		
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px){
	.bc2 {
		margin: 40px 0;
	}
	.bc2 .inner .c1 {
		border-right: 0;
	}
	.bc2 .btn-box:after {
		display: none;
	}
	.bc2 .btn-box {
		display: none;
	}
	.bc2 .ttl0 {
		font-size: 40px;
		text-align: center;
	}
	.bc2 .ttl-box {
		padding: 40px 0;
	}
	.bc2 .ttl0 br {
		display: none;
		text-align: center;
	}
	.bc2 .inner {
		display: block;
	}
	.bc2 .inner .c2 {		
		padding: 0;
	}
	.bc3 .item .ttl, .bc3 .ttl-box .ttl, .bc4 .ttl, .bc5 .ttl {
		font-size: 30px;
	}
	.bc3 .center-text {
		font-size: 30px;
		margin: 40px 0;
	}
	.bc4 .item p {
		font-size: 20px;
	}
	.bc6 .box {
		padding: 40px 0;
	}
	.bc6 .ttl {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.bc7 {
		margin: 40px 0;
	}
	.bc4 {
		padding: 40px 0;
	}
	.bc7 .inner {
		display: block;
	}
	.bc7 .inner .c1 {		
		border-right: 0;
	}
	.bc7 .inner .c1 {
		display: block;
	}
	.bc7 .ttl0 {
		font-size: 40px;
		text-align: center;
		padding-top: 40px;
	}
	.bc7 .inner .c2 {		
		padding: 0;
	}
	.bc7 .faq {
		padding: 40px 0;
	}

}
@media screen and (max-width: 768px){
	.txt-q {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.txt-a {
		font-size: 20px;
	}
	.txt-a p:nth-child(2) {
		margin-left: 0;
	}
	.txt-a p:nth-child(3) {
		margin-left: 0;
	}
	.bc2 .ttl0 {
		font-size: 30px;
	}
	.bc3 .ttl-box .ttl, .bc4 .ttl, .bc5 .ttl {
		text-align: center;
	}
	.bc3 .img img {
		max-width: 300px;
	}
	.bc5 .boxes .c1, .bc5 .boxes .c2 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.bc3 .btn-box {
		text-align: center;
	}
	.bc5 .box {
		height: auto;
		min-height: auto !important;
		padding: 30px;
	}
	.footer  {
		text-align: center;
	}
	.footer .privacy {
		display: block;
	}
	.footer .soc-box {
		margin: 20px 0;
	}
	.section-slider .photo {
		width: 50%;
	}
	.col-4 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		max-width: 100%;
	}
	.bc1 .inner {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	.bc1 .bella {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		text-align: center;
		order: 2;
	}
	.bc1 .txt {
		order: 1;
	}
}
@media screen and (max-width: 575px){
	.bc1 .bella {
		position: static;
		text-align: center;
	}
	.bc1 .inner {
		min-height: auto;
		
		padding-bottom: 0;
		text-align: center;
	}
	.header .inner {
		display: block;
		text-align: center;
	}
	.header .logo-box {
		margin-bottom: 15px;
	}
	.bc2 .item {
		display: block;
	}
	.bc2 .c4 {
		max-width: 100%;
		display: flex;
		display: -webkit-flex;
		align-items: center;
			-webkit-align-items: center;
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	.bc2 .item .ttl {		
		margin-bottom: 0;
		margin-right: 15px;
	}
	.bc4 .item p {
		font-size: 16px;
	}
	.accordion .item button {
		font-size: 18px;
	}
	
	.bc1 .txt p {
		font-size: 18px;
	}
	.bc2 .c3 {
		margin-right: 0;
	}
	.bc3 p {
		font-size: 16px;
		text-align: center;
	}
	.bc3 .item p {
		text-align: left;
	}
	.col-6 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		max-width: 100%;
	}
	
	.bc1 .ttl {	
		font-size: 30px;
	}
	.bc9 p {
		font-size: 18px;
	}
	.bc9 .box {	
		padding: 20px;
	}
	.bc8.v4 .ul1 li {
		font-size: 18px;
	}
	
	.countdown_clock .figure {	
		font-size: 40px;
	}
	
	.bc1.v2 .container {		
		padding-top: 0;
	}
}
@media screen and (max-width: 470px){
	.txt-q {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.txt-a {
		font-size: 16px;
	}
	.bc2 .item .ttl, .bc3.v2 .item .ttl {
		font-size: 24px;
		line-height: 1.2;
	}
	.bc3 .item .ttl, .bc3 .ttl-box .ttl, .bc4 .ttl, .bc5 .ttl, .bc3 .center-text, .bc6 .ttl {
		font-size: 24px;
	}
	.bc6 .rev {		
		padding: 20px;
	}
	.bc5 .box {
		text-align: center;
	}
	.section-slider .photo {
		width: 100%;
	}
	
	.httl {
		font-size: 26px;
	}
}
@media screen and (max-width: 400px){
	.bc4 .item {
		padding-right: 0;
	}
	.bc4 .item.v2 {
		padding-left: 0;
		padding-right: 30px;
	}
	.bc2 .item p {
		font-size: 16px;
	}
	.bc4 .item p {
		font-size: 14px;
	}
	.accordion .item-body p {
		font-size: 15px;
	}
	
	.btn01 {	
		padding: 15px;
		font-size: 16px;
	}
}
