@charset "utf-8";

/*ヘッダー*/
#top_hdr {
	/*width: 100%;
	max-width: 1600px;
	min-width: 960px;*/
	height: 444px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#top_hdr_slide li:nth-of-type(1) img {
	z-index: 9;
}
.top_hdr_slide_box_img {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
}
@media screen and (min-width:960px) {
	.top_hdr_slide_box_img {
		margin-top: calc((46.25% - 444px) / -2);
	}
}
.top_hdr_slide_box_name {
	position: absolute;
	right: 38px;
	top: 415px;
	font-size: 12px;
	letter-spacing: 0.24em;
}
#top_hdr_logo {
	width: 295px;
	position: absolute;
	left: 0;
	top: 0;
}
.top_hdr_cp {
	width: 190px;
	position: absolute;
	left: calc(50% - 95px);
	top: 20px;
    display: none;
}
.slick-initialized .top_hdr_cp {
    display: block;
}
/*カテゴリーメニュー*/
#top_nav_menu {
	flex-direction: row;
}
#top_nav_menu_category {
	width: 100%;
}
#top_nav_menu h2 {
    width: 100%;
	z-index:9;
}
#top_nav_menu_category ul {
    width: 100%;
	height: 60px;
	position: relative;
}
@media screen and (max-width: 1599px) {
#top_nav_menu_category ul {
    width: calc(100% - 52px);
	height: 60px;
	margin-left: 52px;
	position: relative;
}
#top_nav_menu_category ul::before {
	content: "";
    width: 50px;
	height: 56px;
	position: absolute;
	left: -52px;
	border-top: 2px solid #C88812;
	border-bottom: 2px solid #313131;
    background: linear-gradient(180deg, #FEF4E1 0%, #FEF4E1 15%, #C88812 85%, #C88812);	
}
#top_nav_menu_category li.top_nav_menu_layer_1 ul {
    width: 100%;
	height: 60px;
	margin-left: 0;
}
}
#top_nav_menu_category li.top_nav_menu_layer_1 ul::before {
	display: none;
}
#top_nav_menu_category ul li {
/*     width: calc(20% - 4px); */
/* グロナビ６個の為調整　20241016 */
	width: calc(16.6666% - 4px);
    margin: 0 2px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
	display: block;
	position: relative;
}
#top_nav_menu_category ul li.top_nav_menu_layer_1 {
	position:relative;
    height: 60px;
    line-height: 60px;
	font-size: 22px;
	border-top: 2px solid #C88812;
	border-bottom: 2px solid #313131;
    background: linear-gradient(180deg, #FEF4E1 0%, #FEF4E1 15%, #C88812 85%, #C88812);	
}
#top_nav_menu_category ul li.top_nav_menu_layer_1::after {
	position:absolute;
	content: "";
	display: block;
	width:100%;
	height:60px;
	top: 0;
	margin-top: -2px;
	background: rgba(255,255,255,0.25);
	opacity:0;
}
#top_nav_menu_category ul li.top_nav_menu_layer_1:hover::after {
	opacity:1;
	transition:0.3s;
}
#top_nav_menu_category ul li.menu_layer_single::after {
	display: none;
}
#top_nav_menu_category ul li.menu_layer_single a::after {
	position:absolute;
	content: "";
	display: block;
	width:100%;
	height:60px;
	top: 0;
	margin-top: -2px;
	background: rgba(255,255,255,0.25);
	opacity:0;
}
#top_nav_menu_category ul li.menu_layer_single a:hover::after {
	opacity:1;
	transition:0.3s;
}
#top_nav_menu_category li#top_nav_menu_category_rum ul {
    width: 100%;
	height: 150px;
}
#top_nav_menu_category li#top_nav_menu_category_quality ul {
    width: 100%;
	height: 150px;
}
#top_nav_menu_category li#top_nav_menu_category_reserve ul {
    width: 100%;
	height: 250px;
}
#top_nav_menu_category ul li.top_nav_menu_layer_2 {
    margin: 0;
	width: 100%;
	height: 50px;
    line-height: 50px;
	font-size: 20px;
    background: rgba(159,117,42,0.7);	
}
#top_nav_menu_category ul li#top_menu_category_rum_1 {
	background: #F3B94D;
}
#top_nav_menu_category ul li#top_menu_category_reserve_1 {
	background: #C50B0B;
}
#top_nav_menu_category ul li a {
	margin-top: -2px;
	color: #000;
	text-decoration: none;
	display: block;
}
#top_nav_menu_category ul li.top_nav_menu_layer_2 a {
	margin-top: 0;
	color: #fff;
}
#top_nav_menu_category ul li#top_menu_category_rum_1 a {
	color: #000;
}

#top_nav_menu_category li.top_nav_menu_layer_1 > ul {
    display: none;
}
#top_nav_menu_category li.top_nav_menu_layer_1:hover {
	transition: 0.3s;
z-index: 10000;
}
#top_nav_menu_category li.top_nav_menu_layer_1:hover a + ul {
    display: block;
}
#top_nav_menu_category li.top_nav_menu_layer_2:hover a {
	color: #000;
    background: rgba(255,255,255,0.3);
	transition: 0.3s;
}

/*コンテンツ*/
#top_cont {
	flex-direction : row-reverse;
	justify-content: center;
}
/*トップMV*/
.top_cont_1_box_mv {
	width: 100%;
	height: auto;
	margin: 0 0 60px;
	padding: 30px 80px 20px 80px;
	background-image: url(../img/top/top_cont_mv_1.jpg);
	background-size: cover;
}
.top_cont_1_box_mv_ttl {
	width: auto !important;
	height: auto;
}
.top_cont_1_box_mv_caption {
	padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
    text-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}
/*リンクボタン*/
.top_cont_linkbtn_wrap {
    width: 100%;
    margin: 30px auto 30px;
    text-align: center;
}
.top_cont_linkbtn_btn {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(#fff 0%, #FCD47C 20%, #FCD47C 80%, #C4A03C 100%);
	border-left: 1px solid #C4A03C;
	border-right: 1px solid #C4A03C;
	color: #303030 !important;
	font-size: 22px;
	transition: 0.4s;
}
.top_cont_linkbtn_btn:hover,
.top_cont_linkbtn_btn:active {
	background: #C4A03C;
	color: #fff !important;
	text-shadow: none;
}
/*コンテンツ左*/
#top_cont_l {
	width: 100%;
	max-width: 1000px;
	min-height: 1685px;
/*	background: url("../img/top/top_cont_l_bg.jpg") no-repeat top left; */
	background: url("../img/top/top_cont_l_bg_2.png") no-repeat top center;
	background-size: cover;
	position: relative;
}
#top_cont_l_inr {
	margin: 0 80px 0 80px;
	min-width: 442px;
	width: calc(100% - 160px);
	padding-bottom: 36px;
}
.top_cont_l_box {
	margin-top: 50px;
}
.top_cont_l_box a {
	color: #fff;
}
.top_cont_l_box:first-of-type {
	margin-top: 62px;
}
.top_cont_box_hdr {
	position: relative;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 7px;
	background: linear-gradient(90deg, #fff 40%, #C4A03C 100%);	
	border-bottom: 4px solid #C4A03C;
	margin-bottom: 17px;
}
.top_cont_box_hdr::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 40px;
	background: linear-gradient(180deg, #fff 0%, #C4A03C 100%);
}
.top_cont_box_hdr h2 {
	padding-left: 18px;
	color: #313131;
	font-size: 22px;
	text-shadow: 0 3px 6px rgba(0,0,0,0.4);
	letter-spacing: 0.14em;
}
@media screen and (min-width:1366px) {
	.top_cont_box_hdr::before {
		height: 44px;
	}
	.top_cont_box_hdr h2 {
		font-size: 26px;		
	}
}
/*コンテンツcp*/
#top_cont_cp img {
	width: 353px;
	margin-left: -6px;
}

/*コンテンツ9　ラム肉特集ページ*/
#top_cont_9 {
    padding: 0 0;
}
#top_cont_9 .top_cont_box_hdr {
    margin-bottom: 0px;
    background: none;
    border: none;
}
#top_cont_9 .top_cont_box_hdr::before {
	display: none;
}

#top_cont_9 h2 {
	width: 100%;
    padding-left: 0;
    position: relative;
}
#top_cont_9 .top_cont_box_hdr h2 {
	width: 100%;
	display: block;
}
#top_cont_9 a {
	width: 100%;
	display: block;
	background: url("../img/top/top_cont_9_3_img.webp") no-repeat left top;
	background-size: cover;
}
#top_cont_9 a:hover {
	background: url("../img/top/top_cont_9_3_hover_img.webp") no-repeat left top;
	background-size: cover;
}
#top_cont_9 .top_cont_box_hdr a img {
	width: 100%;
	opacity: 0;
}
#top_cont_9_btn {
	width: 64%;
    font-size: 12px;
    position: absolute;
    top: 56%;
	left: 36%;
    text-align: left;
}
#top_cont_9_btn a {
	min-width: 120px;
	width: calc(36% - 12px);
	max-width: 210px;
	height: 40px;
	line-height: 40px;
    margin: 0 6px;
    font-size: 28px;
	color: #fff;
	padding-left: 6px;
	padding-right: 6px;
	text-shadow: none;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
    float: left;
    text-align: center;
}
#top_cont_9_btn a#top_cont_9_recipe_link {
    background: #8b0000;
	border-top: 2px solid #df0000;
	border-bottom: 4px solid #5a0000;
}
#top_cont_9_btn a#top_cont_9_recipe_link:hover {
    background: #bf0000;
	border-top: 2px solid #ef0000;
	border-bottom: 2px solid #6a0000;
}
#top_cont_9_btn a#top_cont_9_shop_link {
    background: #002f8c;
	border-top: 2px solid #007fdc;
	border-bottom: 4px solid #000f6c;
}
#top_cont_9_btn a#top_cont_9_shop_link:hover {
    background: #004f9f;
	border-top: 2px solid #009fdf;
	border-bottom: 2px solid #002275;
}

/*コンテンツ1　最新記事*/
#top_cont_1_pc {
	margin-top: 30px;
}
#top_cont_1_pc_list {
	max-width: 640px;
	margin: 0 auto;
	background: rgba(255,255,255,0.3);
    padding: 14px 25px;
}
#top_cont_1_pc_list .slick-prev {
    left: 0;
    width: 25px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255,255,255,0), #C4A03C 90% ,#C4A03C 100%);
}
#top_cont_1_pc_list .slick-next {
    right: 0;
    width: 25px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0), #C4A03C 90% ,#C4A03C 100%);
}
#top_cont_1_pc_list .slick-prev::before {
	content: "◀";
}
#top_cont_1_pc_list .slick-next::before {
	content: "▶";
}
#top_cont_1_pc_list .slick-prev::before,
#top_cont_1_pc_list .slick-next::before {
	color: #000;
}
#top_cont_1_pc_list .slick-track {
	display: flex;
}
#top_cont_1_pc_list .slick-slide {
	height: auto !important;
}
#top_cont_1_pc_list li {
	min-width: 196px;
	width: 33%;
	margin: 0 auto 0;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
}
#top_cont_1_pc_list li .top_cont_1_pc_list_inner {
	height: 100%;
	margin: 0 5px;
	background-color: rgba(0,0,0,0.25);
}
.top_cont_1_pc_list_img {
	position: relative;
	width: 100%;
	padding-top: calc(100% - 2px);
	background-color: #fff;
	border: 1px solid #303030;
}
.top_cont_1_pc_list_img a {
	position: absolute;
	top: 0;
	width: 100%;
}
.top_cont_1_pc_list_img a:hover img {
	opacity: 0.8;
}
#top_cont_1_pc_list li h3 {
	padding: 4px 4px;
	font-size: 14px;
	line-height: 18px;
}
#top_cont_1_pc_hdr_link {
	margin-right: 8px;
	font-size: 15px;
}

/*コンテンツ3　Instagram*/
#top_cont_3_hdr_word {
	font-size: 10px;
}
#top_cont_3_hdr_logo {
	margin-right: 8px;
	width: 21px;
	margin-left: 8px;
}
#top_cont_3_insta li {
	width: 106px;
}
#top_cont_3_list {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 12px;
}
#top_cont_3_list li {
	min-width: 196px;
	width: 40%;
	margin: 0 auto;
}
#top_cont_3_list li h3 {
	margin-top: 8px;
	font-size: 18px;
	letter-spacing: 0.08em;
}
#top_cont_3_list li a {
    color: #313131;
}

/*コンテンツ4　食事に行く*/
#top_cont_4_list {
	max-width: 640px;
	margin: 0 auto;
	background: rgba(0,0,0,0.3);
    padding: 14px 10px;
}
#top_cont_4_list li {
	min-width: 196px;
	width: 40%;
	margin: 0 auto;
}
#top_cont_4_list li h3 {
	margin-top: 8px;
	font-size: 18px;
	letter-spacing: 0.08em;
}
#top_cont_4_list li:nth-of-type(n+3) {
	margin-top: 36px;
}
.top_cont_4_list_img {
	background-color: #fff;
}
.top_cont_4_list_img a:hover img {
	opacity: 0.8;
}

/*コンテンツ5　金の目クオリティー*/
#top_cont_5_list {
	max-width: 640px;
	margin: 0 auto;
	background: rgba(0,0,0,0.3);
    padding: 14px 10px;
}
#top_cont_5_list li {
	min-width: 196px;
	width: 40%;
	margin: 0 auto;
}
#top_cont_5_list li h3 {
	margin-top: 8px;
	font-size: 18px;
	letter-spacing: -0.02em;
}
#top_cont_5_list li:nth-of-type(n+3) {
	margin-top: 36px;
}
.top_cont_5_list_img {
	background-color: #fff;
}
.top_cont_5_list_img a:hover img {
	opacity: 0.8;
}

/*コンテンツ7　アプリ*/
#top_cont_7 {
	margin-top: 55px;
}
#top_cont_7_inner {
	width: 100%;
	display: flex;
}
#top_cont_7 h2 {
	min-width: 190px;
	width: 56%;
	margin: 0 auto;
}
#top_cont_7_body {
	width: calc(50% - 20px);
	margin-top: 28px;
}

/*コンテンツ8　バナー*/
#top_cont_8 {
	width: 100%;
}

/*コンテンツ10　メニュー*/
#top_cont_10_list {
	width: 100%;
	margin-bottom: 40px;
}
#top_cont_10_list li {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#top_cont_10_list .top_cont_10_list_column {
	padding: 0;
	background-color: rgba(255,255,255,0.4);
}
.top_cont_10_list_column .top_cont_10_column_img {
	position: relative;
	width: 45%;
	height: 300px;
	margin: 0;
	overflow: hidden;
}
#top_cont_10_list .top_cont_10_list_column .top_cont_10_column_img img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.top_cont_10_list_column .top_cont_10_column_cont {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	width: 55%;
	margin: 0;
	padding: 10px 10px 20px;
	color: #303030;
}
.top_cont_10_column_cont .top_cont_10_column_textarea {
	margin-bottom: 20px;
}
.top_cont_10_column_cont .top_cont_10_column_ttl {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.0;
	font-weight: bold;
}
.top_cont_10_column_cont .top_cont_10_column_caption {
	font-size: 20px;
	line-height: 1.2;
}
.top_cont_10_column_cont .top_cont_10_column_link {
	margin: 0 auto;
	text-align: center;
}
.top_cont_10_column_link a.top_cont_10_column_linkbtn {
	display: inline-block;
	padding: 10px 15px;
	background-color: #FCD47C;
	border: 2px solid #000;
	color: #303030 !important;
	font-size: 20px;
	line-height: 1.0;
	font-weight: bold;
	text-shadow: none;
	transition: 0.4s;
}
.top_cont_10_column_link a.top_cont_10_column_linkbtn:hover,
.top_cont_10_column_link a.top_cont_10_column_linkbtn:active {
	background-color: #C4A03C;
	color: #fff !important;
}

/*コンテンツ右*/
#top_cont_r {
	width: calc(100% / 3);
	/*width: 415px;*/
	min-height: 1685px;
/*	background: url("../img/top/top_cont_r_bg.jpg") no-repeat bottom right; */
	background: url("../img/common/c_cont_bg_1.png") no-repeat right top,
				url("../img/top/top_cont_r_bg_2.webp") no-repeat right bottom;
	background-size: auto, auto;
	background-color: #000;
	color: #e5bd54;
	position: relative;
}
#top_cont_r_inr {
	min-width: 318px;
    width: calc(100% - 116px);
    margin: 62px 94px 0 22px;
}

/*コンテンツ6　お知らせ（PC）*/
#top_cont_6 {
	margin-top: 64px;
}
#top_cont_6 a {
	color: #e5bd54;
}
#top_cont_6_hdr {
	background: none;
	border-bottom: 1px solid #e5bd54;
	padding-bottom: 6px;
	margin-bottom: 0;
}
#top_cont_6_hdr::before {
	display: none;
}
#top_cont_6_hdr h2 {
	padding-left: 0;
	min-width: 190px;
	width: 56%;
	margin: 0 auto;
}
#top_cont_6_hdr_link {
	font-size: 15px;
	text-align: right;
	margin-top: 8px;
}
#top_cont_6_list {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.5);
}
#top_cont_6_list li {
	border-bottom: 1px solid #e5bd54;
	font-size: 18px;
	line-height: 24px;
	padding: 13px 0 4px 6px;
	letter-spacing: 0.1em;
}
#top_cont_6_list li h3 {
	font-size: 18px;
	line-height: 20px;
}
.top_cont_6_list_box_date {
	font-size: 16px;
	text-align: right;
	margin-top: 10px;
}


/* 20260521 CSS追加*/
.maintop-h1 {
        margin: 40px auto;
        color: #fff4b4;
        text-align: center;
    }

    .br-sp {
        display: none;
    }

    @media (max-width: 768px) {
        .maintop-h1 {
        margin: 30px auto;
        color: #fff4b4;
        text-align: center;
        font-size: 29px;
		line-height: 1.5;

    }
	
    .br-sp {
        display: block;
    }
    }
/* 20260521 CSS追加 end*/
/* 202605追加 */
.read_box {
	margin-bottom: 20px;
}
.read_box h2 {
	font-size:1.8rem;
	background:#000;
	padding:10px;
	color:#fff;
}
.read_box p {
	padding:20px;
	font-size: 1.2rem;
	color:#333;
	line-height: 1.8rem;
}
.menu-slider {
	margin:30px;
}
.menu-slider li {
	margin-right: 10px;
}
.menu-slider li a{
	display: block;
	padding:10px;
	border:1px solid #ccc;
	background:#000;
}
.menu-slider .menu_ttl {
	color:#fff;
	font-size:1.4rem;
	padding:10px;
}
.menu-slider li p {
	padding:15px;
	line-height:1.8rem;
}
.reason .reason_txt {
	margin:20px 0px;
	color: #000;
	padding: 0px 12px;
}

.reason .reason_txt h3{
	margin:20px 0;
}
.reason .reason_txt p {
	padding-bottom: 20px;
	line-height: 1.8rem;
}
.reason .reason_txt .point-title {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #4a3200;
	line-height: 1.2;
	border-bottom: 1px solid #c4a13e;
}
.reason .reason_txt .point-title .num {
	color: #4a3200;
}
.scene p{
	color:#000;
	text-align: center;
	margin:30px 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.scene ul {
	display: flex;
	gap:10px;
	margin:0 20px 30px 20px;
	justify-content: center;
	flex-wrap: wrap;
}
.scene ul li{
	width:30%;
}
.scene ul li img{
	object-fit: cover;
	height:240px;
}
.scene .btn {
	text-align: center;
	margin-bottom: 30px;
}
.scene .btn a{
	display: inline-block;
	padding:10px 20px;
	border:1px solid #333;
	color: #333;
	font-size: 1.5rem;
}
.shop_info ul {
	display: flex;
	gap:20px;
	margin:0 20px 30px 20px;
	justify-content: center;
	flex-wrap: wrap;
}
.shop_info ul li{
	width: calc(50% - 10px);
}
.shop_info ul li a{
	display: block;
	border:1px solid #333;
	background:#fff;
}
.shop_info ul li a .shop_ttl{
	font-size: 1.3rem;
	color:#fff;
	padding:10px;
	background: #000;
	line-height:1.6rem;
}
.shop_info ul li a dl{
	padding:10px 15px;
	line-height: 1.5rem;
	color:#000;
	display: flex;
	gap:10px;
	font-size:1.0rem;
	line-height: 1.6rem;
}
.shop_info ul li a dt{
	flex: 0 0 4em;
	white-space: nowrap;
}
.shop_info ul li a dd{
	flex: 1;
	min-width: 0;
}
.media p {
	color:#000;
	margin-bottom: 20px;
}

/* 20260629 追加 */
/* フッター（kn-footer） */
.kn-footer {
	background-color: #000;
	padding: 50px 30px;
	color: #e7ddc8;
	-webkit-font-smoothing: antialiased;
}
.kn-footer *,
.kn-footer *::before,
.kn-footer *::after {
	box-sizing: border-box;
}

.kn-footer__inner {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	max-width: 1280px;
	margin: 0 auto;
}

/* ロゴ */
.kn-footer__logo {
	flex: 0 0 auto;
	width: 100px;
}
.kn-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* ナビ */
.kn-footer__nav {
	flex: 1 1 auto;
}
.kn-footer__cols {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 44px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.kn-footer__col {
	flex: 0 0 auto;
	list-style: none;
}

/* 見出し */
.kn-footer__heading {
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #e7ddc8;
}
.kn-footer__heading a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.kn-footer__heading a:hover {
	opacity: 0.7;
}

/* サブリンク */
.kn-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.kn-footer__list li {
	margin-bottom: 8px;
	list-style: none;
}
.kn-footer__list li:last-child {
	margin-bottom: 0;
}
.kn-footer__list a {
	position: relative;
	display: inline-block;
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.5;
	color: #cfc4ac;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.kn-footer__list a::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.kn-footer__list a:hover {
	opacity: 0.7;
}

/* ===== SP（スマホ）===== */
@media screen and (max-width: 767px) {
	.kn-footer {
		padding: 36px 20px;
	}
	.kn-footer__inner {
		flex-direction: column;
		align-items: center;
		gap: 28px;
	}
	.kn-footer__logo {
		width: 90px;
	}
	.kn-footer__cols {
		gap: 22px 24px;
	}
	.kn-footer__col {
		flex: 0 0 calc(50% - 12px);
	}
	.kn-footer__heading {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.kn-footer__list a {
		font-size: 13px;
	}
}
/* 20260629 追加 end */