@charset "utf-8";
:root {
	--my-bg-main: #16362F;
	--my-bg-light: #144036;
	--my-text-main: #333333;
	--my-text-feature: #B1856F;
	--my-text-main-rev: #FFFFFF;
	--my-text-feature-rev: #DEB388;
	--my-text-compare: #555555;
	--my-button-conversion: #9E7A7A;
	--my-button-conversion-rev: #FBF7F3;
	--my-button-conversion-sub: #F7F0E9;
	--my-menu-border: #5E7E5F;
	--my-header-height: 56px
}

@media screen and (min-width:768px) {
	:root {
		--my-header-height: 120px
	}
}

@keyframes slide-in {
	0% {
		transform: translateX(10%)
	}
	to {
		transform: translateX(0)
	}
}

@keyframes slide-out {
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-10%)
	}
}

@keyframes modal-open {
	0% {
		opacity: 0;
		transform: translateY(30px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes modal-close {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	to {
		opacity: 0;
		transform: translateY(30px)
	}
}

@keyframes modal-closing {
	0% {
		opacity: 1;
		transform: scale(1)
	}
	to {
		opacity: 0;
		transform: scale(.9)
	}
}

@keyframes zoom-in {
	0% {
		transform: scale(1)
	}
	to {
		transform: scale(1.2)
	}
}

@keyframes zoom-out {
	0% {
		transform: scale(1.2)
	}
	to {
		transform: scale(1)
	}
}

@keyframes rise-up {
	0% {
		opacity: 1;
		transform: translateY(120%)
	}
	to {
		opacity: 1;
		transform: translateY(0%)
	}
}

@keyframes rise-up-out {
	0% {
		opacity: 1;
		transform: translateY(0%)
	}
	to {
		opacity: 1;
		transform: translateY(-120%)
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fade-out {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes overlay-on {
	0% {
		opacity: 0
	}
	to {
		opacity: .6
	}
}

@keyframes overlay-off {
	0% {
		opacity: .6
	}
	to {
		opacity: 0
	}
}

#top-slider {
	height:100%;
	overflow: hidden;
	background: #000
}

#top-slider .flickity-viewport {
	background: #000
}

#top-slider.pause .flickity-viewport {
	opacity: 0
}

#top-slider .main-carousel,
#top-slider .carousel-cell {
	width: 100%;
	height: 925px;
}
@media (max-width:1520px){
	#top-slider .carousel-cell {
		height: 700px;
	}
}
@media (max-width:1080px){
	#top-slider .carousel-cell {
		height: 500px;
	}
}
@media (max-width:780px){
	#top-slider .carousel-cell {
		height: 250px;
	}
}
#top-slider .carousel-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

#top-slider .carousel-image:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .3))
}

#top-slider:not(.pause) .carousel-cell .carousel-image {
	animation: slide-out 0.6s forwards
}

#top-slider:not(.pause) .carousel-cell.is-selected .carousel-image {
	animation: slide-in 0.6s forwards
}

#top-slider .carousel-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#top-slider a {
	transition: none
}

#top-slider .flickity-page-dots {
	width: auto;
	left: auto;
	right: 20px;
	bottom: 20px
}

#top-slider .flickity-page-dots .dot {
	margin: 0 7px;
	border: #FFF 1.5px solid;
	background: transparent;
	opacity: .75
}

#top-slider .flickity-page-dots .dot.is-selected {
	background: #FFF;
	opacity: 1
}

#top-slider .catch-wrap {
	position: relative;
	height: 100%;
	color: var(--my-text-main-rev)
}

#top-slider .catch-wrap .page-width {
	position: relative;
	height: 100%
}

#top-slider .catch-wrap .page-width>div {
	width: 100%
}

#top-slider .catch-wrap .catch-bottom-left {
	position: absolute;
	left: 20px;
	bottom: 55px;
	padding-right: 20px
}

#top-slider .catch-wrap .catch-bottom-center {
	position: absolute;
	left: 50%;
	bottom: 55px;
	transform: translate(-50%, 0);
	padding: 0 20px;
	text-align: center
}

#top-slider .catch-wrap .catch-bottom-right {
	position: absolute;
	right: 20px;
	bottom: 55px;
	padding-left: 20px;
	text-align: right
}

#top-slider .catch-wrap .catch-center-left {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	padding-right: 20px
}

#top-slider .catch-wrap .catch-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	text-align: center
}

#top-slider .catch-wrap .catch-center-right {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	padding-left: 20px;
	text-align: right
}

#top-slider .catch-wrap .catch-lefttop {
	position: absolute;
	top: 55px;
	left: 20px;
	padding-right: 20px
}

.carousel .carousel-cell .animation-cropper {
	overflow: hidden;
	opacity: 0
}

.carousel .carousel-cell.is-selected .animation-cropper {
	opacity: 1
}

.carousel:not(.pause) .carousel-cell .animation-contents {
	opacity: 0;
	transform: translateY(15px);
	transition: none
}

.carousel .carousel-cell .fade-contents {
	opacity: 0
}

.carousel:not(.pause) .carousel-cell.is-selected .animation-contents {
	transform: translateY(0)
}

#top-slider.carousel .carousel-cell .animation-cropper {
	display: inline-flex
}

#top-slider:not(.pause) .carousel-cell.is-selected .catch-title .animation-contents {
	animation: .8s cubic-bezier(.26, .54, .32, 1) .3s forwards;
	animation-name: rise-up
}

#top-slider:not(.pause) .carousel-cell.is-selected .catch-sub .animation-contents {
	animation: 1s cubic-bezier(.26, .54, .32, 1) .7s forwards;
	animation-name: rise-up
}

#top-slider:not(.pause) .carousel-cell.is-selected .fade-contents {
	animation: fade-in 1.6s ease 1.2s forwards
}

#feature-items .nav-pills {
	justify-content: center;
	gap: 10px 50px
}

#feature-items .nav-pills .nav-link {
	padding: 0;
	color: var(--my-text-main);
	background: transparent;
	border-radius: 0;
	outline: 0
}

#feature-items .tab-pane {
	animation: modal-close 0.5s forwards
}

#feature-items .tab-pane.show {
	animation: modal-open 0.5s forwards
}

#feature-items .tab-pane-item-wrapper {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	margin: 0 20px;
	padding-bottom: 10px
}

#feature-items .tab-pane-item {
	width: 200px;
	flex: 0 0 auto;
	min-height: 290px
}

#feature-items .fade {
	transition: opacity .3s linear
}

#feature-category:after {
	content: 'flickity';
	display: none
}

#feature-category .carousel-cell {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden
}

#feature-category .carousel-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: scale(1);
	transition: transform 8s cubic-bezier(.25, .46, .45, .94)
}

#feature-category .carousel-image:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
}

#feature-category .carousel-cell:hover .carousel-image {
	transform: scale(1.2)
}

#feature-category .carousel-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#feature-category .flickity-page-dots {
	width: auto;
	left: auto;
	right: 20px;
	bottom: 20px
}

#feature-category .flickity-page-dots .dot {
	margin: 0 7px;
	border: #FFF 1.5px solid;
	background: transparent;
	opacity: .75
}

#feature-category .flickity-page-dots .dot.is-selected {
	background: #FFF;
	opacity: 1
}

#feature-category .catch-wrap {
	position: relative;
	height: 100%;
	color: var(--my-text-main-rev)
}

#feature-category .catch-wrap .catch-left {
	position: absolute;
	bottom: 55px;
	left: 20px;
	padding-right: 20px
}

#top-sales .top-sales-wrapper {
	display: flex;
	flex-direction: column
}

#top-sales .top-sales-image {
	height: 456px
}

#top-sales .top-sales-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#top-sales .carousel {
	margin-bottom: 40px
}

#top-sales .carousel-cell {
	width: 100%;
	height: auto
}

#top-sales .carousel-inner {
	margin: 0 auto;
	width: 250px
}

#top-sales .flickity-page-dots {
	bottom: -30px
}

#top-sales .flickity-page-dots .dot {
	margin: 0 7px;
	border: #695340 1.5px solid;
	background: transparent;
	opacity: .75
}

#top-sales .flickity-page-dots .dot.is-selected {
	background: #695340;
	opacity: 1
}

#top-seminar .carousel-cell,
#top-info .carousel-cell {
	position: relative;
	width: 100%
}

#top-seminar .carousel-cell .carousel-image,
#top-info .carousel-cell .carousel-image {
	animation: slide-out 0.6s forwards
}

#top-seminar .carousel-cell.is-selected .carousel-image,
#top-info .carousel-cell.is-selected .carousel-image {
	animation: slide-in 0.6s forwards
}

#top-seminar .carousel-image,
#top-info .carousel-image {
	height: 580px
}

#top-seminar .carousel-image img,
#top-info .carousel-image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#top-seminar .catch-wrap,
#top-info .catch-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 20px;
	color: var(--my-text-main-rev)
}

#top-seminar .top-seminar-nav-item,
#top-info .top-info-nav-item {
	position: relative!important;
	transform: translateX(0)!important
}

#top-seminar .top-seminar-nav .flickity-viewport,
#top-info .top-info-nav .flickity-viewport {
	overflow: unset;
	height: auto!important
}

#top-seminar .top-seminar-nav .flickity-slider,
#top-info .top-info-nav .flickity-slider {
	position: relative;
	transform: translateX(0)!important
}

#top-seminar .top-seminar-nav .ef_underline,
#top-info .top-info-nav .ef_underline {
	display: inline-block;
	cursor: pointer
}

#top-seminar .animation-contents,
#top-info .animation-contents {
	text-shadow: 0 3px 3px rgba(0, 0, 0, .25)
}

#top-seminar .carousel-cell.is-selected .catch-title .animation-contents,
#top-info .carousel-cell.is-selected .catch-title .animation-contents {
	animation: .2s cubic-bezier(.26, .54, .32, 1) .1s forwards;
	animation-name: rise-up
}

#top-seminar .carousel-cell.is-selected .catch-sub .animation-contents,
#top-info .carousel-cell.is-selected .catch-sub .animation-contents {
	animation: .3s cubic-bezier(.26, .54, .32, 1) .1s forwards;
	animation-name: rise-up
}

#top-seminar .carousel-cell.is-selected .catch-desc .animation-contents,
#top-info .carousel-cell.is-selected .catch-desc .animation-contents {
	animation: .5s cubic-bezier(.26, .54, .32, 1) .1s forwards;
	animation-name: rise-up
}

#top-seminar .carousel-cell.is-selected .fade-contents,
#top-info .carousel-cell.is-selected .fade-contents {
	animation: fade-in 1s ease 0.5s forwards
}

#top-blog .top-blog-inner {
	display: flex;
	flex-direction: column;
	gap: 60px
}

#top-blog .top-blog-item img {
	width: 100%;
	object-fit: cover
}

#top-insta .top-insta-inner {
	display: flex;
	flex-direction: row;
	gap: 25px;
	overflow-x: auto
}

#top-insta .top-insta-item {
	position: relative;
	display: block;
	width: 126px;
	min-width: 126px
}

#top-insta .top-insta-link::before {
	content: '';
	display: block;
	padding-top: 100%
}

#top-insta .top-insta-link img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover
}

@media screen and (min-width:768px) {
/* 	#top-slider,
	#top-slider .main-carousel,
	#top-slider .carousel-cell {
		height: 300px
	} */
	#top-slider .catch-wrap .catch-left {
		left: 60px
	}
	#feature-items .tab-pane-item {
		width: 25%;
		flex: auto;
		min-height: 352.5px
	}
	#feature-category {
		display: flex;
		flex-wrap: wrap
	}
	#feature-category:after {
		content: ''
	}
	#feature-category .carousel-cell {
		width: calc(100% / 3);
		height: 600px
	}
	#feature-category .carousel-cell:nth-child(n+4) {
		width: calc(100% / 2)
	}
	#top-sales .top-sales-wrapper {
		flex-direction: row;
		align-items: center;
		gap: 60px
	}
	#top-sales .top-sales-image {
		width: 60%;
		height: 550px
	}
	#top-sales .carousel {
		width: 40%
	}
	#top-seminar .carousel-cell,
	#top-info .carousel-cell {
		display: flex;
		gap: 0 60px
	}
	#top-seminar .top-seminar-image {
		width: 50%;
		height: 515px
	}
	#top-info .carousel-image {
		width: 50%;
		height: 515px;
		order: 2
	}
	#top-seminar .catch-wrap {
		position: relative;
		width: 50%;
		height: auto;
		align-items: flex-end;
		padding: 0;
		color: var(--my-text-main)
	}
	#top-info .catch-wrap {
		position: relative;
		width: 50%;
		height: auto;
		align-items: center;
		padding: 0;
		color: var(--my-text-main);
		order: 1
	}
	#top-seminar .animation-contents,
	#top-info .animation-contents {
		text-shadow: none
	}
	#top-seminar .top-seminar-nav .top-seminar-nav-item,
	#top-info .top-info-nav .top-info-nav-item {
		display: inline-block;
		font-size: 1.5rem;
		transform: scale(1)!important;
		transition: transform 1s cubic-bezier(.25, .46, .45, .94)!important
	}
	#top-seminar .top-seminar-nav .top-seminar-nav-item.is-selected,
	#top-info .top-info-nav .top-info-nav-item.is-selected {
		transform: scale(1.2)!important
	}
	#top-blog .top-blog-inner {
		flex-direction: row
	}
	#top-blog .top-blog-item {
		width: calc(100% / 3)
	}
	#top-insta .top-insta-inner {
		gap: 30px;
		overflow: unset
	}
	#top-insta .top-insta-item {
		width: 20%;
		min-width: auto
	}
}
.carousel-image:after{padding-top:50%;}
@media screen and (min-width:992px) {
	#feature-items .tab-pane-item-wrapper {
		gap: 60px
	}
}
