@charset "UTF-8";
/*-----------------------------------

	swiper

-----------------------------------*/
.main_slide {
	width: 100% !important;
	max-width: 100% !important;
}
.sp-buttons {
	padding-top: 0 !important;
	margin-top: -30px;
}
.sp-button {
	margin: 0 13px 8px !important;
	border: none !important;
	background: #9e9e9f;
}
.sp-selected-button {
	background-color: #fff !important;
}
.sp-horizontal .sp-arrows {
	opacity: 1 !important;
}
.sp-arrow {
	display: block !important;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.sp-arrow:before {
	left: 50px !important;
	top: 0 !important;
	bottom: 0 !important;
	margin: auto 0;
	width: 32px !important;
	height: 32px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.sp-arrow:after {
	left: 60px !important;
	top: 10px !important;
	display: block;
	width: 10px !important;
	height: 10px !important;
	border-top: solid 2px #5e5654;
	border-right: solid 2px #5e5654;
	background: none !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
.sp-horizontal .sp-next-arrow {
	top: 0;
	bottom: 0;
	right: 20px;
	left: auto;
	margin: auto 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sp-horizontal .sp-previous-arrow {
	top: 0;
	bottom: 0;
	left: 20px;
	right: auto;
	margin: auto 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sp_slide_img {
	display: none !important;
}

@media screen and (max-width: 840px) {

	.main_slide {
		margin-top: 50px !important;
	}

}

@media screen and (max-width: 640px) {

	.main_slide_sp {
		margin-top: 50px !important;
	}
	.sp-image-container {
		height: 100% !important;
	}
	.swiper-button-prev:after,
	.swiper-button-next:after {
		font-size: 22px !important;
	}
	.sp-button {
		width: 10px !important;
		height: 10px !important;
		margin: 13px 6px 1px !important
	}
	.pc_slide_img {
		display: none !important;
	}
	.sp_slide_img {
		display: block !important;
	}

}

.link_btn_top {
	display: block;
	width: 300px;
	margin: 0 auto;
}
.link_btn_top img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {

	.link_btn_top {
		width: 250px;
	}

}

/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
	padding: 90px 0 100px;
}
#intro_block .relief_box {
	margin-bottom: 60px;
}
#intro_block .relief_box .text_box {
	margin: 0 auto;
}
#intro_block .relief_box .text_box p {
	font-size: 16px;
	text-align: center;
	line-height: 200%;
}
#intro_block .btn_box img {
	display: block;
	margin: 0 auto;
}
#intro_block .menu_list {
	margin-top: 70px;
}
#intro_block .menu_list li {
	float: left;
	width: 250px;
	background: #fff;
	margin-right: 25px;
	box-shadow: 0 0 15px rgb(159 159 159 / 30%);
	position: relative;
}
#intro_block .menu_list li:last-child {
	margin-right: 0;
}
#intro_block .menu_list li h3 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 15px 9px 20px;
}
#intro_block .menu_list li h3 span {
	display: block;
	margin-bottom: 5px;
	font-size: 16.5px;
	font-weight: 500;
}
#intro_block .menu_list li:before,
#intro_block .menu_list li:after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
}
#intro_block .menu_list li:before {
	top: -1px;
	left: 0;
}
#intro_block .menu_list li:after {
	bottom: -1px;
	left: 0;
}
#intro_block .menu_list li:nth-child(1):before,
#intro_block .menu_list li:nth-child(1):after {
	background: #ffa2d0;
	background: -moz-linear-gradient(left,  #ffa2d0 0%, #ffe8f9 22%, #ffa2d0 60%, #ffe8f9 100%);
	background: -webkit-linear-gradient(left,  #ffa2d0 0%,#ffe8f9 22%,#ffa2d0 60%,#ffe8f9 100%);
	background: linear-gradient(to right,  #ffa2d0 0%,#ffe8f9 22%,#ffa2d0 60%,#ffe8f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa2d0', endColorstr='#ffe8f9',GradientType=1 );
}
#intro_block .menu_list li:nth-child(2):before,
#intro_block .menu_list li:nth-child(2):after {
	background: #60c0bd;
	background: -moz-linear-gradient(left,  #60c0bd 0%, #d4eae0 22%, #60c0bd 50%, #d4eae0 100%);
	background: -webkit-linear-gradient(left,  #60c0bd 0%,#d4eae0 22%,#60c0bd 50%,#d4eae0 100%);
	background: linear-gradient(to right,  #60c0bd 0%,#d4eae0 22%,#60c0bd 50%,#d4eae0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c0bd', endColorstr='#d4eae0',GradientType=1 );
}
#intro_block .menu_list li:nth-child(3):before,
#intro_block .menu_list li:nth-child(3):after {
	background: #facb7e;
	background: -moz-linear-gradient(left,  #facb7e 0%, #fdebc7 20%, #facb7e 50%, #fdebc7 100%);
	background: -webkit-linear-gradient(left,  #facb7e 0%,#fdebc7 20%,#facb7e 50%,#fdebc7 100%);
	background: linear-gradient(to right,  #facb7e 0%,#fdebc7 20%,#facb7e 50%,#fdebc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#facb7e', endColorstr='#fdebc7',GradientType=1 );
}
#intro_block .menu_list li:nth-child(4):before,
#intro_block .menu_list li:nth-child(4):after {
	background: #c4b3d3;
	background: -moz-linear-gradient(left,  #c4b3d3 0%, #ece4f1 20%, #c4b3d3 50%, #ece4f1 100%);
	background: -webkit-linear-gradient(left,  #c4b3d3 0%,#ece4f1 20%,#c4b3d3 50%,#ece4f1 100%);
	background: linear-gradient(to right,  #c4b3d3 0%,#ece4f1 20%,#c4b3d3 50%,#ece4f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4b3d3', endColorstr='#ece4f1',GradientType=1 );
}
#intro_block .btn_box a {
	display: block;
	width: 705px;
	margin: 0 auto;
}
#intro_block .menu_list li:hover {
	box-shadow: none;
}
#intro_block .menu_list li a:hover img {
	opacity: 1;
}


@media screen and (max-width: 1130px) {

	#intro_block .relief_box h2 {
		float: none !important;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	#intro_block .relief_box .text_box {
		float: none !important;
		width: 100%;
		text-align: center;
	}
	#intro_block .menu_list li {
		width: 23.875%;
		margin-right: 1.5%;
	}
	#intro_block .menu_list li h3 span {
		font-size: 14px;
	}

}

@media screen and (max-width: 980px) {

	#intro_block {
		padding: 50px 0 70px;
	}
	#intro_block .menu_list {
		padding: 0 10%;
	}
	#intro_block .menu_list li {
		width: 47%;
		margin-right: 4.5%;
		margin-bottom: 4.5%;
	}
	#intro_block .menu_list li:nth-child(2n) {
		margin-right: 0;
	}
	#intro_block .menu_list li img {
		width: 100%;
	}

}

@media screen and (max-width: 840px) {

	#intro_block .btn_box a {
		width: 640px;
	}

}

@media screen and (max-width: 640px) {

	#intro_block {
		padding: 50px 0 60px;
	}
	#intro_block .relief_box {
		margin-bottom: 40px;
	}
	#intro_block .relief_box .text_box p {
		font-size: 15px;
	}
	#intro_block .relief_box h2 {
		font-size: 24px;
	}
	#intro_block .menu_list li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
	}
	#intro_block .menu_list li img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	#intro_block .menu_list li h3 {
		padding: 20px 10px;
	}
	#intro_block .btn_box a {
		width: 100%;
	}
	#intro_block .btn_box img {
		width: 100%;
	}

}


/*-----------------------------------

	recommend_block

-----------------------------------*/

#recommend_block {
	padding: 90px 0 40px;
}
#recommend_block h2 {
	margin-bottom: 40px;
}
#recommend_block .sp-arrow:before {
	background-color: #ebebeb;
}

@media screen and (max-width: 840px) {

	#recommend_block {
		padding: 50px 0 70px;
	}

}

@media screen and (max-width: 640px) {

	#recommend_block {
		padding: 50px 0 0;
	}
	#recommend_block .slide_box {
		padding: 0 35px;
	}

}
/*-----------------------------------

	info_block

-----------------------------------*/

#info_block {
	padding: 40px 0 100px;
}
#info_block ul {
	margin: 40px 0;
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#info_block li {
	margin: 10px 0;
	overflow: hidden;
}
#info_block li span {
	float: left;
	padding-right: 25px;
}
#info_block li p {
	float: left;
	padding-left: 25px;
	border-left: 2px solid #000;
}
#info_block li p a {
	width: 700px;
	display: inline-block;
}

@media screen and (max-width: 1000px) {

	#info_block {
		padding: 50px 0 70px;
	}
	#info_block li p {
		width: 55%;
		padding-left: 5%;
		
	}
	#info_block li span {
		padding-right: 5%;
		width: 15%;
	}

}

@media screen and (max-width: 640px) {

	#info_block {
		padding: 50px 0 60px;
	}
	#info_block ul {
		margin: 30px 0 40px;
	}
	#info_block li {
		font-weight: 600;
		margin-bottom: 15px;
		position: relative;
	}
	#info_block li:before {
		content: "";
		width: 82%;
		height: 1px;
		background: #ededed;
		position: absolute;
		top: 10px;
		right: 0;
		z-index: -10;
	}
	#info_block li p {
		float: none !important;
		display: block;
		padding-left: 0;
		border-left: none;
	}

	#info_block li span {
		float: none !important;
		display: block;
		width: 80px;
		margin-bottom: 5px;
		background: #fff;
		position: relative;
		z-index: 10;
	}


}

/*-----------------------------------

	frame_block

-----------------------------------*/

#frame_block {
	padding: 90px 0 40px;
}
#frame_block .link_btn_top {
	margin-top: 40px;
}
#frame_block .slide_box {
	padding: 50px 35px 0;
}
#frame_block .sp-slide {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#frame_block .sp-slide:hover {
	box-shadow: none;
}

@media screen and (max-width: 840px) {

	#frame_block {
		padding: 50px 0 70px;
	}

}

@media screen and (max-width: 640px) {

	#frame_block {
		padding: 60px 0 0;
	}
	#frame_block .slide_box {
		padding-top: 15px;
	}

}

/*-----------------------------------

	lenz_block

-----------------------------------*/

#lenz_block {
	padding: 40px 0;
}
#lenz_block .link_btn_top {
	margin-top: 40px;
}
#lenz_block .sp-slide {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#lenz_block .sp-slide:hover {
	box-shadow: none;
}

@media screen and (max-width: 840px) {

	#lenz_block {
		padding: 50px 0 70px;
	}

}

@media screen and (max-width: 640px) {

	#lenz_block {
		padding: 70px 0 0;
	}
	#lenz_block .slide_box {
		padding: 0 35px;
	}

}


/*-----------------------------------

	hearingaid_block

-----------------------------------*/

#hearingaid_block {
	padding: 90px 0 100px;
}
#hearingaid_block .menu_list li {
	float: left;
	width: 250px;
	background: #fff;
	margin-right: 25px;
	box-shadow: 0 0 15px rgb(159 159 159 / 30%);
	position: relative;
}
#hearingaid_block .menu_list li:last-child {
	margin-right: 0;
}
#hearingaid_block .menu_list li h3 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 15px 10px 20px;
}
#hearingaid_block .menu_list li h3 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
}
#hearingaid_block .menu_list li:before,
#hearingaid_block .menu_list li:after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
}
#hearingaid_block .menu_list li:before {
	top: -1px;
	left: 0;
}
#hearingaid_block .menu_list li:after {
	bottom: -1px;
	left: 0;
}
#hearingaid_block .menu_list li:nth-child(1):before,
#hearingaid_block .menu_list li:nth-child(1):after {
	background: #ffa2d0;
	background: -moz-linear-gradient(left,  #ffa2d0 0%, #ffe8f9 22%, #ffa2d0 60%, #ffe8f9 100%);
	background: -webkit-linear-gradient(left,  #ffa2d0 0%,#ffe8f9 22%,#ffa2d0 60%,#ffe8f9 100%);
	background: linear-gradient(to right,  #ffa2d0 0%,#ffe8f9 22%,#ffa2d0 60%,#ffe8f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa2d0', endColorstr='#ffe8f9',GradientType=1 );
}
#hearingaid_block .menu_list li:nth-child(2):before,
#hearingaid_block .menu_list li:nth-child(2):after {
	background: #60c0bd;
	background: -moz-linear-gradient(left,  #60c0bd 0%, #d4eae0 22%, #60c0bd 50%, #d4eae0 100%);
	background: -webkit-linear-gradient(left,  #60c0bd 0%,#d4eae0 22%,#60c0bd 50%,#d4eae0 100%);
	background: linear-gradient(to right,  #60c0bd 0%,#d4eae0 22%,#60c0bd 50%,#d4eae0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c0bd', endColorstr='#d4eae0',GradientType=1 );
}
#hearingaid_block .menu_list li:nth-child(3):before,
#hearingaid_block .menu_list li:nth-child(3):after {
	background: #facb7e;
	background: -moz-linear-gradient(left,  #facb7e 0%, #fdebc7 20%, #facb7e 50%, #fdebc7 100%);
	background: -webkit-linear-gradient(left,  #facb7e 0%,#fdebc7 20%,#facb7e 50%,#fdebc7 100%);
	background: linear-gradient(to right,  #facb7e 0%,#fdebc7 20%,#facb7e 50%,#fdebc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#facb7e', endColorstr='#fdebc7',GradientType=1 );
}
#hearingaid_block .menu_list li:nth-child(4):before,
#hearingaid_block .menu_list li:nth-child(4):after {
	background: #c4b3d3;
	background: -moz-linear-gradient(left,  #c4b3d3 0%, #ece4f1 20%, #c4b3d3 50%, #ece4f1 100%);
	background: -webkit-linear-gradient(left,  #c4b3d3 0%,#ece4f1 20%,#c4b3d3 50%,#ece4f1 100%);
	background: linear-gradient(to right,  #c4b3d3 0%,#ece4f1 20%,#c4b3d3 50%,#ece4f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4b3d3', endColorstr='#ece4f1',GradientType=1 );
}
#hearingaid_block .menu_list li:hover {
	box-shadow: none;
}
#hearingaid_block .menu_list li a:hover img {
	opacity: 1;
}

@media screen and (max-width: 1130px) {

	#hearingaid_block .menu_list li {
		width: 23.875%;
		margin-right: 1.5%;
	}
	#hearingaid_block .menu_list li h3 span {
		font-size: 14px;
	}

}

@media screen and (max-width: 980px) {

	#hearingaid_block .menu_list {
		padding: 0 10%;
	}
	#hearingaid_block .menu_list li {
		width: 47%;
		margin-right: 4.5%;
		margin-bottom: 4.5%;
	}
	#hearingaid_block .menu_list li:nth-child(2n) {
		margin-right: 0;
	}
	#hearingaid_block .menu_list li img {
		width: 100%;
	}

}

@media screen and (max-width: 840px) {

	#hearingaid_block {
		padding: 50px 0 70px;
	}
	#hearingaid_block .menu_list li .img_box {
		height: 120px;
	}

}

@media screen and (max-width: 640px) {

	#hearingaid_block {
		padding: 70px 0 80px;
	}
	#hearingaid_block .menu_list {
		padding: 0 5%;
	}
	#hearingaid_block .menu_list li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
	}
	#hearingaid_block .menu_list li img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	#hearingaid_block .menu_list li h3 {
		padding: 20px 10px;
	}

}

/*-----------------------------------

	lity

-----------------------------------*/
.lity-content {
	max-width: 90vw !important;
	max-height: 95vh !important;
	overflow-y: scroll;
}
.lity {    
    background: rgba(0,0,0,0.5) !important;	
}
.lity-close {
/*    z-index: 9999 !important;*/
    width: 50px !important;
    height: 50px !important;    
    right: 5px !important;
    top: 5px !important;   
    font-size: 50px !important;    
    line-height: 50px !important;
}
@media screen and (max-width: 640px) {
	.lity-content {
		max-height: 70vh !important;
		overflow-y: scroll;
	}
}

#lity_content {
  max-width: 1000px;
}
#lity_content .lity_inner div {
  display: none;
}
#lity_content .lity_inner div.active {
  display: block;
  animation: show 1s linear 0s;
}
#lity_content .lity_inner div img {
	width: 100%;
	height: auto;
}

@keyframes show{
  from{
	  opacity: 0;
  }
  to{
	  opacity: 1;
  }
}

/*-----------------------------------

	insta_block

-----------------------------------*/

#insta_block {
	padding: 40px 0 100px;
}

@media screen and (max-width: 1000px) {

	#insta_block {
		padding: 50px 0 70px;
	}
}

@media screen and (max-width: 640px) {

	#insta_block {
		padding: 50px 0 60px;
	}
}

/* slider */
#sb_instagram {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#sb_instagram .sbi_photo_wrap {
		padding: 3px;
	}
	#sb_instagram .slick-arrow {
		position: absolute !important;		
		outline: none;		
		width: 20px;
		height: 30px;
		cursor: pointer;
		overflow: visible !important;
	}
	#sb_instagram .slick-prev {
		top: 0;
		bottom: 0;
		left: 25px;
   		 right: auto;		
		margin: auto 0;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#sb_instagram .slick-next {
		top: 0;
		bottom: 0;
		right: 25px;
		left: auto;
		margin: auto 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#sb_instagram .slick-prev::before,
	#sb_instagram .slick-next::before {
		content: '';
		position: absolute !important;
		width: 50%;
		height: 50%;
		background-color: #fff !important;
	}
	#sb_instagram .slick-prev::before {		
		left: 50px !important;
		top: 0 !important;
		bottom: 0 !important;
		margin: auto 0;
		width: 32px !important;
		height: 32px !important;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}	
	#sb_instagram .slick-next::before {
		left: 50px !important;
		top: 0 !important;
		bottom: 0 !important;
		margin: auto 0;
		width: 32px !important;
		height: 32px !important;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	#sb_instagram .slick-prev::after,
	#sb_instagram .slick-next::after {
		content: '';
		position: absolute;
	}
	#sb_instagram .slick-prev::after {
		left: 60px !important;
		top: 10px !important;
		display: block;
		width: 10px !important;
		height: 10px !important;
		border-top: solid 2px #5e5654;
		border-right: solid 2px #5e5654;
		background: none !important;
		-webkit-transform: rotate(45deg) !important;
		-ms-transform: rotate(45deg) !important;
		transform: rotate(45deg) !important;
	}
	#sb_instagram .slick-next::after {
		left: 60px !important;
		top: 10px !important;
		display: block;
		width: 10px !important;
		height: 10px !important;
		border-top: solid 2px #5e5654;
		border-right: solid 2px #5e5654;
		background: none !important;
		-webkit-transform: rotate(45deg) !important;
		-ms-transform: rotate(45deg) !important;
		transform: rotate(45deg) !important;
	}
@media screen and (max-width: 840px) {
	#sb_instagram.sbi_width_resp {
		padding: 0 30px;
	}
}
@media screen and (max-width: 640px) {
	#sb_instagram .sbi_photo {
		min-height: 50vw !important;
	}
}

/*recycle_bnr*/
.btn_box.recycle {
	margin-top: 70px;
}
@media screen and (max-width: 640px) {
	.btn_box.recycle {
	margin-top: 40px;
}
}

/*video_box*/
.video_box {
	width: 705px;
	margin: 70px auto 0;
	max-width: 100%;
}
.video_box h2 {
    margin-bottom: 40px;
}
#videomp4 {
	top:0;
	width: 100%;
	height: 100%;
	background: #000;
}
@media screen and (max-width: 640px) {
	.video_box {
	margin: 30px auto 0;
	}
}