@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
@font-face {
	font-family: "NotoSansJP";
	font-weight: 100 900;
	src: url("./fonts/SourceHanSansJP-VF.otf.woff2") format("woff2"), url("./fonts/SourceHanSansJP-VF.otf") format("opentype");
}

body {
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: "NotoSansJP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	background-color: rgb(255 254 250);
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
}
.decoration-none {
	text-decoration: none;
}

p {
	font-size: calc(10px + 0.4vw);
}

.objectfit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}

@media screen and (max-width: 479px) {
	p {
		font-size: 3.2vw;
	}
	.swell-block-columns .swell-block-column {
		margin-top: 1em;
	}
}