/*20250529 add*/

h1 {
	position: relative;
	background: #066ea2;
}

h1 video {
position: absolute;
    width: 105%;
    left: auto;
    top: 15%;
}

h1 img {
	position: relative;
	z-index: 2;
}

.fv_btn {
	padding: 4% 0;
}

.floor {
	padding: 3% 0 1%;
}

.faq_area .faq_box dl dt, .price_area .price_box dl dt,.faq_area .faq_box dl dd, .price_area .price_box dl dd {
	font-size: 1.7rem;
	line-height: 160%;
}

.shop_area .detail {
	font-size: 1.7rem;
	line-height: 160%;
}

.fixd_btn {
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 500;
    width: 460px;
    max-width: 100%;
}

.pdt8 {
	padding-top: 8%;
}

.btn_cta a {
	    display: block;
    cursor: pointer;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: .6s;
  animation: fluffy 3s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.slick_teacher .slick-dots li button,.slick_voice .slick-dots li button {
	border: none;
	background: #777777;
}
.slick_teacher .slick-dots li.slick-active button,.slick_voice .slick-dots li.slick-active button {
 background: rgb(23,160,196);
	width: 20px;
    height: 20px;
    background: linear-gradient(90deg, rgba(23,160,196,1) 0%, rgba(0,122,167,1) 100%);
}

.voice_slide {
	background: #d9eef4;
	padding: 2% 4%;
}


.teach_slide ul,.voice_slide ul {
	position: relative;
}
.teach_slide ul .slick-prev {
	cursor: pointer;
	position: absolute;
    left: 2px;
    top: 21%;
    z-index: 1;
	width: 68px;
	height: 68px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 999%;
	background: url("../img/t_prev.png") no-repeat;
	background-position: center;
	background-size: contain;
}
.voice_slide ul .slick-prev {
	cursor: pointer;
	position: absolute;
    left: -2%;
    top: 18%;
    z-index: 1;
    width: 50px;
    height: 50px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 999%;
	background: url("../img/t_prev.png") no-repeat;
	background-position: center;
	background-size: contain;
}



.teach_slide ul .slick-next {
	cursor: pointer;
	position: absolute;
    left: auto;
	right: 2px;
    top: 21%;
    z-index: 1;
	width: 68px;
	height: 68px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 999%;
	background: url("../img/t_next.png") no-repeat;
	background-position: center;
	background-size: contain;
}
.voice_slide ul .slick-next  {
	cursor: pointer;
	position: absolute;
    left: auto;
	right: -2%;
    top: 18%;
    z-index: 1;
    width: 50px;
    height: 50px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 999%;
	background: url("../img/t_next.png") no-repeat;
	background-position: center;
	background-size: contain;
}




.countdown {
	padding: 0;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;  
}

.countdown img {
	width: 35%;
	display: inline-block;
	padding-right: 2%;
}
.countdown #countdown-text {
	display: inline-block;
	font-size: 24px;
}
.countdown #countdown-text .num {
	color: #ed4b09;
	font-size: 28px;
	font-weight: bold;
}
.fixd_btn {
	background: white;
	padding:5px 20px; 
}


@media (max-width: 767px) {
.teach_slide ul .slick-prev {
	cursor: pointer;
	position: absolute;
    left: 2px;
    top: 21%;
    z-index: 1;
	width: 38px;
	height: 38px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 999%;
	background: url("../img/t_prev.png") no-repeat;
	background-position: center;
	background-size: contain;
}

.teach_slide ul .slick-next {
	cursor: pointer;
	position: absolute;
    left: auto;
	right: 2px;
    top: 21%;
    z-index: 1;
	width: 38px;
	height: 38px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 999%;
	background: url("../img/t_next.png") no-repeat;
	background-position: center;
	background-size: contain;
}

.voice_slide ul .slick-prev {
	cursor: pointer;
	position: absolute;
    left: -2%;
    top: 19%;
	z-index: 1;
	width: 38px;
	height: 38px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 999%;
	background: url("../img/t_prev.png") no-repeat;
	background-position: center;
	background-size: contain;
}

.voice_slide ul .slick-next {
	cursor: pointer;
	position: absolute;
    left: auto;
	right:-2%;
    top: 19%;
	z-index: 1;
	width: 38px;
	height: 38px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 999%;
	background: url("../img/t_next.png") no-repeat;
	background-position: center;
	background-size: contain;
}










.countdown img {
	width: 38%;
}
.countdown #countdown-text {
	display: inline-block;
	font-size: 16px;
}
.countdown #countdown-text .num {
	color: #ed4b09;
	font-size: 22px;
	font-weight: bold;
}
.fixd_btn {
	background: white;
	padding:5px 5%;
	    max-width: 90%;
}
}