/*
Theme Name: Custom
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 5.5.1
*/
/*サイトロゴ*/
.site-header-logo img {
	max-height: 46px;
}
/*ヘッダー固定*/
#site-header {
	position: fixed;
}
.swiper-container, .page-header {
	margin-top: 113px;
}
@media (max-width:991px){
.swiper-container, .page-header {
	margin-top: 60px;
}
}
/*モバイルナビ*/
#vk-mobile-nav-menu-btn {
	border: none;
	height: 45px;
	width: 45px;
	top: 0;
}
.vk-mobile-nav .acc-btn {
	border: none;
}
@media (max-width:599px){
.site-header-logo img {
	max-width: 80%;
	margin-top: 6px;
}
}
/*ページトップボタン*/
.page_top_btn {
	width: 50px;
	height: 50px;
	background: rgb(0, 76, 153);
	box-shadow: none;
	background-image: var(--ver_page_top_button_url);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}
/*製品一覧*/
@media (max-width:599px){
.media {
	display: flex;
	flex-wrap: wrap;
}
.media .media-img {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0;
}
}