/*
Theme Name: uto
Description: uto 独自テーマ
Author: washio
Version: 1.0.0
*/
@charset "UTF-8";

html, body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	max-width: 100%;
}
body {
	background-color: #F5F5F5;
	color: #584848;
	font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 3px;
	line-height: 1.6;
	position: relative;
}
a {
	color: #584848;
	text-decoration: none;
	transition: ease .3s;
}
div {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	box-sizing: border-box;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style-type: none;
}
figure, figcaption, p {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}

main, section, article {
	box-sizing: border-box;
	display: block;
}

/** flex box **/
.flexBox {
	display: flex;
	flex-wrap: wrap;
}

/** fonts **/
@font-face {
	font-family: 'Galvji';
	src: url('fonts/galvji.woff2') format('woff2');
}

@media screen and (min-width: 781px) {
	.sp_on {
		display: none;
	}
}
@media screen and (max-width: 1760px) {
	body {
		font-size: .9vw;
		letter-spacing: .15vw;
	}
}
@media screen and (max-width: 780px) {
	body {
		font-size: 3.4vw;
		letter-spacing: .3vw;
	}
	
	.pc_on {
		display: none;
	}
}