/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- 瘚桀��top�� --*/
/*================*/
.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	z-index: 10;
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width: 50px;
			height: 50px;
			/* border: solid 2px #4c4944; */
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:var(--primary_color);
			/* padding: 25px 0px 0px; */
			color:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			.topBtn a:before {
				/* position:absolute;
				content:'';
				border-bottom: solid 12px #4c4944;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 15px; */
			}
			.topBtn a span {
				font-size:0.75em;
				display:block;
			}
				/*hover*/
				.topBtn a:hover {
					border-color:#fff;
					box-shadow:0px 0px 10px rgba(0,0,0,0.2);
					color: #0068b7;
				}
					.topBtn a:hover:before {
						border-bottom: solid 12px #0068b7;
					}
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					


/*--瘚桀��蝷曄黎��---*/

.social_btn_area{
	position:fixed;
	right: 13px;
	bottom: 20px;
	transition:0.3s ease all;
	z-index: 201;
	/* display:none; */
}

		
.social_btn{
	margin:7px 0px;
	position: relative;
}		
	.social_btn a{
		display:block;
		transition:0.3s ease all;
		text-decoration:none;
		font-size:12px;
		line-height: 12px;
		text-align:center;
		width: 50px;
		height: 50px;
		box-sizing:border-box;
		background-color: #1974ec;
		border-radius: 50%;
		position:relative;
		/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
	}		
	.social_btn  img{
		/* width: 65%; */
		width: 20px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
        /*璅�蝐方牧��*/		
        .tab_description{
            display: none;
            position: absolute;
            left: -90px;
            top: 9px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 10px 10px;
            font-size:13px;
            transition: 0.3s ease all;
        }		
	        /*hover*/
            .social_btn:hover > .tab_description{
                display: block;
                transition: 0.3s ease all;
            }








/*--�喳�湔筑��FB--*/
.fbBtn {
}
    .fbBtn a {
        background-color: #1974ec;
    }
	
	
/*--�喳�湔筑��youtube--*/
.YtBtn {
	display: none;
}
    .YtBtn a {
        background-color: #fb031d;
    }
    


/*--�喳�湔筑��Line--*/
.lineBtn {
	margin:7px 0px;
	position: relative;
	/* display: none; */
}
	.lineBtn a {
		background: #00c001;
	}
       
	



/*--�喳�湔筑��linkedInBtn--*/	
.linkedInBtn {
	display: none;
}
	.linkedInBtn a {
		background: #2764ac;
	}
    


/*--�喳�湔筑��Twitter--*/	
.twitterBtn {
	display: none;
}
	.twitterBtn a {
		background: #34b3f7;
	}
    



/*--�喳�湔筑��IG--*/		
.igBtn {
	display: none;
}
	.igBtn a {
		background-image: linear-gradient(45deg, #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%);
	}

		
			
		
/*--�喳�湔筑��dcard--*/	
.dcardBtn{  
	display: none;  
}
    .dcardBtn a {
        background:#0067a1;
    }
			
		
/*--�喳�湔筑��podcast--*/
.podcastBtn{	
	display: none;
}
	.podcastBtn a {
		background:#8622c2;
	}





@media (max-width: 990px){

	/*-- 瘚桀��top�� --*/
	.topBtn{		
	}
		.topBtn a {
			width: 40px;
			height: 40px;
		}
		.topBtn a svg {
			/* top: 10px; */
			stroke-width: 2px;
			stroke-linecap: round;
			stroke: #fff;
			width: 25px;
			height: 25px;
		}
			.topBtn a span {
				display: none;
			}
		

	/*-- 瘚桀��蝷曄黎�� --*/
	.social_btn {
		margin:3px 0px;
	}
		.social_btn a{
			width: 40px;
			height: 40px;
		}	



}








/*/////////////////////////////////////////////////////////*/
/*-------����--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	padding: 30px 0px;
	background-color:#dedad7;
	color: #fff;
}
	
	
	
	

	/*���喃蜓����*/
	.footer_navbar {
		text-align: center;
		/* padding: 0px 0px 20px; */
		/*background: #E4E4D6;*/
		/*padding: 15px 0px 0px;*/
	}
	
	.footer_navbar > .wrap {
		max-width: 100rem;
		width: 75%;
		display: flex;
		flex-direction: row;
		/* flex-wrap: wrap; */
		justify-content: center;
		vertical-align: top;
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 25px;
		gap: clamp(.9375rem , 1.3021vw , 1.5625rem); /*15 - 25*/
		width: 90%;
		/*20250423靽格�� by tom*/
		align-items: flex-start;
		display: flex;
		justify-content: space-between;
	}
	
		.footer_nav {
			font-size: 1.125em;
			line-height: 1.25em;
			letter-spacing: .0938rem;
			color: #888;
			box-sizing: border-box;
			position:relative;
			width: 33.3%;
			text-align: left;
			font-weight: bold;
			padding: 0px 0px;
		}
			
			.footer_nav a {
				color: #333;
				display:block;
				text-decoration: none;
			}
				.footer_nav a:hover {
				}					
			
			
			.footer_navOpen{
				padding: 10px 0px 0px;
			}
				.footer_navList{
				}
					.footer_navList a{
						font-size: 12px;
						text-decoration: none;
						color: #585858;
						background: url(../images/sitemap-link-off.png) -5px 1px no-repeat;
						padding: 0px 0px 0px 10px;
					}
					/*hover*/
					.footer_navList a:hover{
						color: #555;
					}
					
	.footer_right{
		/* padding-bottom:10px; */
	}		
				
	.footer_inArea{
		/* width: 45%; */
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		box-sizing: border-box;
}
	
	.footer_inArea2{
		/* width:55%; */
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		row-gap: clamp(.625rem,1.0417vw,1.25rem);
	}
		
		
		/*���唾�閮���*/
		.footerInfoArea {
			color:#000;
			font-size:.9375em;
			font-size: 1.1875em;
			line-height:1.25em;
			text-align: center;
			text-align: left;
			padding-bottom: 5px;
		}
			.footerInfoArea span {
				position:relative;
				padding:0px 0px 0px 0px;
			    display: block;

			}
			.footerInfoArea span a {
				color:#000;
				text-decoration:none;
			}	
			.footerInfoArea span a:hover {
				opacity:0.5;
			}					
				.footerInfoArea span:before {
					content: attr(data-title);
					display:inline-block;
				}

				.footerInfoArea span:after {
					position:absolute;
					/* content:'|'; */
					left:-12px;
					top: -1px;
				}
				span.mobile_type{
					display: none;
				}
					.footerInfoArea span:nth-of-type(1):after{
						display:none;
					}
				
			.copyright {
				line-height:1.2;
				font-size: 12px;
				font-size: inherit;
				font-size: .75rem;
				color: #000;
				text-align: left;
				font-size: 0.9em;
			}
				.copyright a {
					color:#000;
					font-size: inherit;
				}

			.footermove{
				display: flex;
				flex-wrap: wrap;
				flex-direction: row;
			}

			.footermove span:first-child{
				padding-right: 10px;
			}
			/* �刻�Ｗ��曉之150%銝�撖砍漲憭扳��991��嚗�憟��券��鋆∠���孵�璅�撘� */ 
			@media screen and (min-width: 991px) and (min-height: 500px) and 
			(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
			(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
			(max-resolution: 174dpi) { 
				.footer_navbar > .wrap {
					
					width: 85%;
					
				}
			}

				@media (max-width: 1320px){
					.footerInfoArea{
						/* width: 100%; */
						/* font-size:14px; */
						/* line-height:24px; */
						/* text-align: center; */
					}
						.footerInfoArea span{
							padding: 0px 0px 0px 0px;
						}
					.footer_inArea{
						/* width: 100%; */
						/* text-align: center; */
					}
					.copyright{
						/* width:100%; */
						/* text-align: center; */
					}
				
					

					.footermove{
						/* 瘞游像蝵桐葉 */
						justify-content: center; 
						justify-content: flex-start;
						align-items: center; 
					}
				
				}


				@media (max-width: 990px){
	
					.footer_navbar > .wrap {
						max-width: 90%;
						display: flex;
						flex-direction: column;
					}
						/* .footer_nav {
							width: 12.5%;
							padding: 25px 5px 0px;
						} */
							.footer_navOpen{
								/*min-height: 125px;*/
							}

							.footer_inArea2 {
								order: -1;
							}
					
				}





				@media (max-width: 768px){
					.footer{
						padding: 30px 0px 30px 0px;		
					}
					.copyright{
						/* line-height: 24px; */
					}
				}
				


				
@media (max-width: 640px){

		.footerInfoArea {
			border-top: 0px solid #f3f3f3;
		}			
			.footerInfoArea span{
				display:block;
			}
				.footerInfoArea span:after{
					display: none;
				}
				
			/* span.pc_type{
				display: none;
			}
			span.mobile_type{
				display: block;
			}
				span.mobile_type a{
					color: #999;
				} */
}





				
@media (max-width: 376px){

.footermove span:first-child{
	width: 100%;
	padding-right: 0px;
}

}


/*�單��交�曉��--------------------------------*/

.musice_area{
	background-color: #c7c7c7;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
}

.musice_area .musice_name {
	text-align: start;
	color: #333;
	width: 100%;
}

.musice_area .musice_play{
	padding-top: 5px;
}

.musice_area audio{
	height: 35px;
	width: 100%;
}

@media (max-width: 780px){
	.footer_navbar > .wrap{
		flex-wrap: wrap;
	} 

	.musice_area{
		margin-top: 20px;
	}
}