@charset "utf-8";

/*****************************
------------------------------
@media
------------------------------
*****************************/

/*pctb*/
@media all and (min-width: 601px) {
	.btn01:has(span):hover {
		opacity: 1;
	}

	.btn01:has(span):hover span:before {
		opacity: 0.4;
	}

	.t_life_btn:has(span):hover {
		opacity: 1;
	}

	.t_life_btn:has(span):hover span:before {
		opacity: 0.4;
	}
	.top_btns {
		display: flex;
		justify-content: center;
		gap: 30px;
	}

	.top_btns .btn {
		min-width: auto;
		max-width: var(--btn-width);
		flex: 1;
		margin: 0;
	}

	.pc_tac,
	table.pc_tac tr>* {
		text-align: center;
	}

}
@media all and (min-width: 600px) and (max-width: 1420px) {
	.t_feature_item {
		--body-gutter: -10px;
		--img-gutter: -110px;
	}

.t_feature_item01 .t_feature_item_img:before {
        top: -9px;
        left: -9px;
        width: 879px;
    }
	.t_feature_item_img:before {
		top: -10px;
		left: -36px;
		width: 299px;
	}
	.t_feature_item01 .t_feature_item_img_mini {
		        top: 422px;
	}
}

@media all and (max-width: 600px) {
	html {
		font-size: 2.3vw;
	}

	.tb_only,
	.sp_none {
		display: none !important;
	}

	.inner,
	.inner_sp {
		width: 100%;
		padding: 0 5vw;
	}

	.hamburger {
		right: 0 !important;
	}

	.js_side_open {
		overflow: hidden !important;
	}

	.side_nav_wrap {
		right: 0 !important;
	}

	.table_scroll:before {
		content: "※横スクロールで全体を見ることができます。";
	}

	.table_scroll table {
		width: 200vw;
	}

	#sb_instagram.sbi_mob_col_5 #sbi_images {
		grid-template-columns: repeat(3, 1fr) !important;
		padding: 0 10px;
	}

	#sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item:nth-of-type(10) {
		display: none !important;
	}
	
	.sp_tac{
		text-align: center;
	}
}