@charset 'utf-8';

/* override
---------------------------------------------------------- */
body.janqute {
	padding-top: 0;
}

/* hero
---------------------------------------------------------- */
.hero {
	position: relative;
}

.hero .hero-inner {
	position: relative;
	max-width: 637px;
	margin: auto;
}

.hero .hero-heading {
	position: absolute;
	bottom: 5.4945055%;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	opacity: 0;
	transition: opacity .3s ease-in;
}

.hero .hero-heading img {
	width: 79%;
	height: auto;
	vertical-align: bottom;
}

.hero .hero-logo {
	position: absolute;
	bottom: 15.978022%;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	opacity: 0;
	transition: opacity .3s ease-in;
}

.hero .hero-logo img {
	width: 40%;
	height: auto;
	vertical-align: bottom;
}

.hero .hero-characters {
	position: relative;
}

.hero .hero-character {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .2s ease-in, transform .2s ease-out;
}

.hero .hero-character:nth-child(1) {
	position: static;
}

.hero .hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: 0 -4% -12.24%;
	opacity: 0;
	transition: opacity .3s;
}

/* effect */
.is-show .hero-heading {
	opacity: 1;
	transition-delay: 200ms;
}

.is-show .hero-logo {
	opacity: 1;
	transition-delay: 400ms;
}

.is-show .hero-character {
	opacity: 1;
	transform: translateY(0);
}

.is-show .hero-character:nth-child(3) {
	transition-delay: 800ms;
}

.is-show .hero-character:nth-child(2) {
	transition-delay: 1600ms;
}

.is-show .hero-character:nth-child(1) {
	transition-delay: 1800ms;
}

.is-show .hero-bg {
	opacity: 1;
	transition-duration: 500ms;
	transition-delay: 2400ms;
}

/* feature banners
---------------------------------------------------------- */
.main .feature-banners {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 8px;
}

.main .feature-banners-viewer {
	max-width: calc(560px + 16px);
}

@media only screen and (min-width: 767px) {
	.hero .hero-inner {
		max-width: 637px;
	}

	.hero .hero-heading {
		width: auto;
		bottom: 35px;
	}

	.hero .hero-logo {
		bottom: 140px;
	}

	.hero .hero-bg {
		max-width: 1022px;
		margin: 0 auto -36px;
	}
}

/* front section
---------------------------------------------------------- */
.front-section {
	position: relative;
	margin-bottom: 25px;
	padding: 7px 0;
	opacity: 0;
	transform: translateX(20px);
	transition: opacity .6s ease-in, transform ease-out .6s;
	background: 
		url(../../common/img/bg_frame_corner_left_top.png) no-repeat 1px top, 
		url(../../common/img/bg_frame_corner_right_top.png) no-repeat right 1px top,
		url(../../common/img/bg_frame_corner_left_bottom.png) no-repeat 1px bottom,
		url(../../common/img/bg_frame_corner_right_bottom.png) no-repeat right 1px bottom;
	background-size: 6px 7px, 6px 7px, 6px 7px, 6px 7px;
}

.front-section[data-inview-direction="left"] {
	transform: translateX(20px);
}

.front-section[data-inview-direction="right"] {
	transform: translateX(-20px);
}

.front-section.is-inview {
	transform: translateX(0);
	opacity: 1;
}

.front-section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 7px;
	background: url(../../common/img/bg_frame_top.png) repeat-x left top;
	background-size: auto 100%;
}

.front-section:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 7px;
	background: url(../../common/img/bg_frame_bottom.png) repeat-x left top;
	background-size: auto 100%;
}

.front-section.white {
	background-image: 
		url(../../common/img/bg_frameWhite_corner_left_top.png), 
		url(../../common/img/bg_frameWhite_corner_right_top.png),
		url(../../common/img/bg_frameWhite_corner_left_bottom.png),
		url(../../common/img/bg_frameWhite_corner_right_bottom.png);
}

.front-section.white:before {
	background-image: url(../../common/img/bg_frameWhite_top.png);
}

.front-section.white:after {
	background-image: url(../../common/img/bg_frameWhite_bottom.png);
}

.front-section .front-section-inner {
	padding: 25px 12px 12px;
	background: 
		url(../../common/img/bg_frame_left.png) repeat-y left top,
		url(../../common/img/bg_frame_right.png) repeat-y right top;
	background-size: 12px auto, 12px auto;
}

.front-section .front-section-header {
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 1;
	width: 212px;
	transform: translateY(-50%);
}

.front-section .front-section-toDetail {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 212px;
	margin: auto;
	text-align: center;
	transform: translateY(50%);
}

.front-section#twitter .front-section-inner {
	background-color: #fff;
}

.front-section#twitter .front-section-body {
	margin-left: -7px;
	margin-right: -7px;
	margin-top: -7px;
	margin-bottom: -20px;
}

.front-section#twitter .front-section-inner iframe[id*="twitter-widget"] {
	width: 800px!important;
	height: 270px!important;
}

.front-section#about .front-section-inner {
	padding-bottom: 10px;
}

.front-section#news .front-section-body {
	padding-left: 3px;
	padding-right: 3px;
}

.front-section#news .mod-media .mod-media-tag {
	display: none;
}

.front-section#news .mod-separator {
	width: calc(100% + 6px);
	margin-left: -3px;
	margin-right: -3px;
}


@media only screen and (min-width: 767px) {
	.front-section {
		margin-bottom: 70px;
		padding: 14px 0;
		background-position: left top, right top, left bottom, right bottom;
		background-size: 13px 14px, 13px 14px, 13px 14px, 13px 14px;
	}

	.front-section:before {
		margin-left: 13px;
		margin-right: 13px;
		padding-top: 14px;
		background-size: auto 14px;
	}

	.front-section:after {
		margin-left: 13px;
		margin-right: 13px;
		padding-top: 14px;
		background-size: auto 14px;
	}

	.front-section .front-section-inner {
		padding: 25px 25px;
		background-size: 18px auto, 18px auto;
	}

	.front-section .front-section-header {
		width: auto;
		left: 25px;
	}

	.front-section .front-section-toDetail {
		width: auto;
	}

	.front-section .front-section-toDetail img {
		width: auto;
	}

	.front-section#twitter .front-section-body {
		margin-left: -14px;
		margin-right: -14px;
		margin-bottom: -35px;
	}

	.front-section#twitter .front-section-inner iframe[id*="twitter-widget"] {
		width: 100%!important;
		height: 320px!important;
	}

	.front-section#news .front-section-body {
		padding-left: 7px;
		padding-right: 7px;
	}

	.front-section#news .mod-separator {
		width: calc(100% + 14px);
		margin-left: -7px;
		margin-right: -7px;
	}
	
}

/* about JanQutE
---------------------------------------------------------- */
.about-janqute .about-janqute-detail {
	margin-top: 8px;
	font-size: 12px;
}

@media only screen and (min-width: 767px) {
	.about-janqute .about-janqute-detail {
		margin-top: 15px;
		font-size: 19px;
	}
}

/* commingsoon
---------------------------------------------------------- */
.commingsoon {
	max-width: 150px;
	margin: 0 auto -10px;
}

@media only screen and (min-width: 767px) {
	.commingsoon {
		max-width: 297px;
		margin: 0 auto -20px;
	}
}

/* slider
---------------------------------------------------------- */
.slider {
	position: relative;
}

.slider .slider-inner {
	overflow: hidden;
}

.slider .slider-viewer {
	width: 60%;
	margin: auto;
}

.slider .slider-item-body {
	position: relative;
	background: #5488aa;
}

.slider .slider-item:last-child .slider-item-body {
	background: none;
}

.slider .slider-item-body:before {
	content: '';
	display: block;
	padding-top: 86.95%;
}

.slider .slider-item-body img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	font-family: 'object-fit: contain; object-position: center;';
}

.slider .slider-toDetail {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #a5ddf8;
}

.slider .slider-toDetail:before {
	content: '';
	display: block;
	width: 67px;
	height: 67px;
	margin: 0 auto 10px;
	background: url(../img/btn_listall.png) no-repeat center;
	background-size: contain;
}

.slider .slider-prev {
	position: absolute;
	top: 50%;
	left: -30px;
	z-index: 1;
	width: 54px;
	font-size: 0;
	transform: translateY(-50%);
}

.slider .slider-next {
	position: absolute;
	top: 50%;
	right: -30px;
	z-index: 1;
	width: 54px;
	font-size: 0;
	transform: translateY(-50%);
}

.slider .slider-prev button,
.slider .slider-next button {
	display: block;
	width: 100%;
}

.slider .slider-prev button:before {
	content: '';
	display: block;
	padding-top: 279.62%;
	background: url(../img/btn_slider_prev.png) no-repeat center;
	background-size: contain;
}

.slider .slider-prev.slick-disabled button:before {
	background-image: url(../img/btn_slider_prev_off.png);
	cursor: default;
} 

.slider .slider-next button:before {
	content: '';
	display: block;
	padding-top: 279.62%;
	background: url(../img/btn_slider_next.png) no-repeat center;
	background-size: contain;
}

.slider .slider-next.slick-disabled {
	display: none;
} 

.slider .slick-list {
	overflow: visible;
}

.slider .slick-slide {
	margin: 0 -10px;
	padding: 0 20px;
}


@media only screen and (min-width: 767px) {
	.slider .slider-toDetail {
		font-size: 3.2rem;
	}

	.slider .slider-toDetail:before {
		width: 134px;
		height: 134px;
	}

	.slider .slider-prev {
		width: 80px;
		left: -40px
	}

	.slider .slider-next {
		width: 80px;
		right: -40px
	}
}


/* slider V2
---------------------------------------------------------- */
.slider-v2 {
	/* position: relative; */
	padding: 0 13px 18px;
}

.slider-v2 .slider-v2-inner {
	position: relative;
}

.slider-v2 .slider-v2-counter {
	position: relative;
	margin-top: 18px;
	font-size: 16px;
	line-height: 1;
	color: #a5ddf8;
	text-align: right;
}

.slider-v2 .slider-v2-counter-current {
	margin-right: 8px;
}

.slider-v2 .slider-v2-counter-total {
	margin-left: 3px;
	font-size: 1.2rem;
}

.slider-v2 .slider-v2-prev {
	position: absolute;
	top: 50%;
	left: -38px;
	z-index: 1;
	width: 54px;
	font-size: 0;
	transform: translateY(-50%);
}

.slider-v2 .slider-v2-next {
	position: absolute;
	top: 50%;
	right: -38px;
	z-index: 1;
	width: 54px;
	font-size: 0;
	transform: translateY(-50%);
}

.slider-v2 .slider-v2-prev button,
.slider-v2 .slider-v2-next button {
	display: block;
	width: 100%;
}

.slider-v2 .slider-v2-prev button:before {
	content: '';
	display: block;
	padding-top: 279.62%;
	background: url(../img/btn_slider_prev.png) no-repeat center;
	background-size: contain;
}

.slider-v2 .slider-v2-next button:before {
	content: '';
	display: block;
	padding-top: 279.62%;
	background: url(../img/btn_slider_next.png) no-repeat center;
	background-size: contain;
}

@media only screen and (min-width: 767px) {
	.slider-v2 {
		padding: 0 26px 18px;
	}

	.slider-v2:before {
		width: 216px;
		height: 216px;
	}

	.slider-v2 .slider-v2-counter {
		margin-top: 18px;
		font-size: 32px;
	}

	.slider-v2 .slider-v2-counter-current {
		margin-right: 10px;
	}

	.slider-v2 .slider-v2-counter-total {
		margin-left: 7px;
		font-size: 2.4rem;
	}

	.slider-v2 .slider-v2-prev {
		width: 80px;
		left: -65px
	}

	.slider-v2 .slider-v2-next {
		width: 80px;
		right: -65px
	}
}

