/*
Theme Name:KUTSUWA Theme
Template:rindo-package
Author: RINDO, Inc.
Author URI: https://rindo-inc.com/
Description: クツワ株式会社オフィシャルサイト
Version: 1.0.0
*/

/* Nomalize
--------------------------------------------- */
@charset "utf-8";

:root {
	--wp--style--block-gap: var(--wp--preset--spacing--20);
	--gallery-gap: var(--wp--preset--spacing--20);
	--colorme-sync-active-color: var(--wp--preset--color--accent-1);
	--colorme-sync-button-bg-color: transparent;
	--colorme-sync-button-text-color: var(--wp--preset--color--accent-1);
	--colorme-sync-dot-color: #CAC5BC;
	--swiper-pagination-color: var(--wp--preset--color--accent-1);
	--swiper-navigation-size: 1.5rem !important;
	--swiper-theme-color: var(--wp--preset--color--accent-1) !important;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.menu {
	margin: 0;
	list-style: none;
	padding: 0;
}



/* Layout Tip
--------------------------------------------- */
.relative {
	position: relative;
}

.scrollFix {
	position: -webkit-sticky;
	position: sticky;
	top: 5em;
}

figure.no-save>img,
img.no-save {
	-webkit-user-drag: none !important;
	user-drag: none !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}