/* CSS Document */

/*   

Theme Name: meets-child
Theme URI:
Description: 子テーマ
Template: meets_tcd086
Author: FALITT
Author URI: https://falitt.com/

*/

.sp { display: none;}
@media screen and (max-width: 750px) {
  .sp { display: inline-block;}
  .pc { display: none;}
	
}

@keyframes fadeIn {
	0% { opacity: 0; transform: translateX(20px);}
	100% { opacity: 1; transform: translateY(0);}
}



/*-------------------------------
	ヘッダー
-------------------------------*/

/* GTranslate（右上フローティング言語セレクタの表示） */
/*.gtranslate_wrapper .gt_switcher_wrapper {
	top: 34px !important;
	right: 80px !important;
	display: flex;
  gap: 10px;
	opacity: 0;
	animation: fadeIn 0.8s ease forwards;
	animation-delay: 3s;
}
.home .gtranslate_wrapper .gt_switcher_wrapper a { color: #fff;}
.home.header_fix .gtranslate_wrapper .gt_switcher_wrapper a { color: #000;}
@media screen and (max-width: 1202px) {
	.gtranslate_wrapper .gt_switcher_wrapper {
		top: 24px !important;
		right: 70px !important;
	}
}
@media screen and (max-width: 750px) {
	#header_logo {
		left: 20px !important;
    transform: translateY(-50%) !important;
	}
}*/

/* GTranslate（グローバルメニュー） */
#global_menu > ul > li.notranslate {
	pointer-events: none;
}
#global_menu > ul > li.notranslate > a{
	display: none;
}
#global_menu > ul > li.notranslate ul {
	display: flex !important;
	overflow: unset !important;
	pointer-events: auto;
	width: auto;
	top: 18px;
	right: 160px;
}
#global_menu > ul > li.notranslate ul li a {
	background: none;
	padding: 14px 10px 12px;
}
#global_menu > ul > li.notranslate ul li a:hover {
	opacity: .8;
}
#global_menu > ul > li.notranslate ul li a img {
	border: 1px solid #eee;
	height: 12px;
}
#global_menu > ul > li > a {
	z-index: 9;
}


/* 下層（FVキャッチコピー） */
#page_header_inner {
	position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
	z-index: 9;
	width: 100% !important;
	padding: 0 25px !important;
  box-sizing: border-box;
}




/*-------------------------------
	フッター
-------------------------------*/



/*-------------------------------
	トップ
-------------------------------*/








