@charset "utf-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Work+Sans:wght@300;600&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");

/*
Theme Name: 151画テーマ2024
*/
/***************************
 *
 * ベース
 *
 **************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	vertical-align: baseline;
	background: transparent;
	/*font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
html {
	overflow: auto;
}

body {
	line-height: 1;
	color: black;
	position: relative;
	letter-spacing: 0.05em;
	min-width: 900px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #aaa;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
	width/***/: auto;
}

/***************************
 *
 * レイアウト
 *
 **************************/
body {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	letter-spacing: 0.15em;
	background: #fafafa;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.lazy-loaded {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
}
.lazy-hidden,
.entry img.lazy-hidden,
img.thumbnail.lazy-hidden {
	height: 512px !important;
}
.fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
#cover {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hideCover #cover {
	opacity: 0;
	visibility: hidden;
}
.l-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 5;
	color: #1a1a1a;
	overflow: hidden;
	/* 	background: #fafafa; */
}
.l-wrap-inner {
}
.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	opacity: 0;
	transition: opacity 0.5s;
}
.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.l-header {
	width: 100%;

	box-sizing: border-box;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}

@keyframes slideDown {
	from {
		top: -100px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.l-nav {
	position: relative;
}

.l-main {
	position: relative;
	display: block;
}
.l-main-page {
	padding-top: 40px;
}
body.kinder .l-nav,
body.indailylife .l-nav {
	display: none;
}
body.kinder .header-inner,
body.indailylife .header-inner {
	padding: 52px 0 52px;
}
body.kinder .l-main-page,
body.indailylife .l-main-page {
	padding-top: 0;
}
body.kinder {
	padding-top: 0;
}
.l-contents {
	position: relative;
	margin: 0 auto;
}

.l-footer {
	clear: both;
	position: relative;
	padding: 0px 0 20px;
}

.sp {
	display: none !important;
}
.br-sp {
	display: none;
}
.none {
	display: none;
}

.br-1070 {
	display: none;
}
.br-1100 {
	display: none;
}
.link-off {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}
