@charset "UTF-8";
/* ============================================================
   基本設定（フォント・文字色・背景）の統合
   ============================================================ */

html, body {
	/* 日本語が綺麗に見えるフォント順序に整理 */
	font-family: 'Noto Sans JP', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
	font-size: 16px;
	/* 標準のサイズ */
	line-height: 1.8;
	/* 行間を広げて読みやすく */
	color: #333;
	/* 基本の文字色（濃いグレー） */
	background: #F3F2f1;
	/* 背景色 */
	margin: 0;
	padding: 0;
}
/* スマホやタブレット（1024px以下）での微調整 */

@media screen and (max-width: 1024px) {
	p, li {
		font-size: 14px !important;
		/* 本文を少し小さくしてスッキリさせる */
	}
}
@font-face {
	font-family: 'Font Awesome 7 Free';
	src: url(/webfonts/fa-solid-900.woff2) format("woff2");
	font-weight: 900;
	font-display: swap;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	color: yelllow
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none;
	width: 100%
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
svg {
	width: 100%
}
h2, h3, h4, h5, h6 {
	font-weight: 700
}
a {
	text-decoration: none;
	color: #644950;
	transition: .25s
}
h5 {
	font-size: 100%
}
a:hover, a:active {
	color: #644950;
	text-decoration: underline
}
pre, code {
	font-family: monospace;
	background: #ebebeb;
	border: .1em solid #dcd6d9
}
.panel-heading pre, .panel-heading code {
	color: #644950;
	font-weight: 400
}
code {
	padding: .5rem;
	margin: .5rem
}
pre code {
	border: none;
	padding: 0;
	margin: 0
}
pre {
	padding: 2rem
}
ul {
	padding-left: 0
}
li {
	margin-bottom: .5rem
}
dl {
	margin: 0
}
dt {
	margin-top: 2rem;
	font-weight: 700
}
dd+dt {
	margin-top: 2rem
}
dd {
	margin-left: 0
}
.dl-inline {
	margin-top: 2rem
}
.dl-inline dt, .dl-inline dd {
	display: inline-block;
	vertical-align: top
}
.dl-inline dt {
	margin-top: 0
}
.dl-inline dd {
	margin-left: 2rem
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	line-height: inherit;
	color: #644950;
	border: 0;
	border-bottom: .1rem solid #dcd6d9
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 10px;
	line-height: normal
}
input[type="file"] {
	display: block
}
input[type="range"] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 1rem;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #644950;
	background-color: rgba(255, 255, 255, 0.15);
	background-image: none;
	border-radius: 2rem;
	box-sizing: border-box;
	border: .1rem solid #dcd6d9
}
.form-control::-moz-placeholder {
	color: #a99e93;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #a99e93
}
.form-control::-webkit-input-placeholder {
	color: #a99e93
}
@media screen and (min-width: 1024px) {
	.form-control {
		background-color: rgba(255, 255, 255, 0.15);
		color: #a99e93
	}
	.form-control::-moz-placeholder {
		color: #a99e93;
		opacity: 1
	}
	.form-control:-ms-input-placeholder {
		color: #a99e93
	}
	.form-control::-webkit-input-placeholder {
		color: #a99e93
	}
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: rgba(121, 129, 131, 0.1);
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}
input[type="search"] {
	-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
		line-height: 3.92rem
	}
}
.form-group {
	margin-bottom: 2rem
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.flex {
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch
}
.flex-column {
	flex-direction: column;
	width: 100%
}
.flex-row {
	flex-direction: row
}
.flex-center.flex-column {
	align-content: center
}
.flex-center.flex-row {
	align-items: center
}
.nav {
	list-style: none;
	margin: 0;
	padding: 0
}
.nav-tab {
	padding: 2rem
}
.nav-tab-item {
	display: inline-block;
	padding: 2rem;
	line-height: 1;
	cursor: pointer;
	color: #644950
}
.nav-tab-item:hover, .nav-tab-item:active {
	color: #e9546b
}
ul.nav-stacked {
	margin: 2rem 0;
	padding: 0;
	background: #fff;
	border-top: .1rem solid #dcd6d9
}
.nav-stacked-item {
	margin: 0;
	padding: 0;
	cursor: pointer;
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.2;
	border-bottom: .1rem solid #dcd6d9
}
.nav-stacked-item:first-child {
	border-top: 0
}
.nav-stacked-item-link {
	display: block;
	padding: 1rem 2rem;
	color: #e9546b;
	text-decoration: none
}
.nav-stacked-item-link:hover, .nav-stacked-item-link:active {
	color: #e9546b;
	text-decoration: none
}
.btn {
	display: inline-block;
	margin: .5rem;
	padding: 2rem;
	background: #fff;
	color: inherit;
	line-height: 1;
	min-height: 5.6rem;
	box-sizing: border-box;
	border-radius: .5rem;
	cursor: pointer;
	border: .1rem solid #dcd6d9;
	color: #644950;
	background-color: #fff;
	border-color: #dcd6d9;
	font-size: clamp(16px, 1rem + 0.3vw, 18px)
}
@media screen and (max-width: 849px) {
	.btn {
		font-size: clamp(14px, 0.9rem + 0.3vw, 16px)
	}
}
.btn:focus, .btn.focus {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #9e8f89
}
.btn:hover {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn:active, .btn.active, .open>.btn.dropdown-toggle {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open>.btn.dropdown-toggle:hover, .open>.btn.dropdown-toggle:focus, .open>.btn.dropdown-toggle.focus {
	color: #644950;
	background-color: #d4d4d4;
	border-color: #9e8f89
}
.btn:active, .btn.active, .open>.btn.dropdown-toggle {
	background-image: none
}
.btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus {
	background-color: #fff;
	border-color: #dcd6d9
}
.btn .badge {
	color: #fff;
	background-color: #644950
}
a.btn:hover, a.btn:active {
	text-decoration: none
}
.btn-block {
	display: block;
	text-align: center;
	width: 75%;
	margin: 2rem auto
}
.btn-image {
	line-height: 1
}
.btn-large {
	padding: 2rem;
	border-radius: 1rem
}
.btn-small {
	padding: 1rem;
	font-size: 1.6rem
}
.btn-smaller {
	padding: .5rem;
	font-size: 1.1rem
}
.btn-primary {
	color: #fff;
	background-color: #bd1330;
	border-color: #bd1330
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #f96c7f;
	border-color: #4b1016
}
.btn-primary:hover {
	color: #fff;
	background-color: #f96c7f;
	border-color: #c05260
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #f96c7f;
	border-color: #c05260
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #e52e3f;
	border-color: #4b1016
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	background-image: none
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
	background-color: #e9546b;
	border-color: #e9546b
}
.btn-primary .badge {
	color: #e9546b;
	background-color: #fff
}
.btn-success {
	color: #644950;
	background-color: #fff;
	border-color: #dcd6d9
}
.btn-success:focus, .btn-success.focus {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #9e8f89
}
.btn-success:hover {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open>.btn-success.dropdown-toggle:hover, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle.focus {
	color: #644950;
	background-color: #d4d4d4;
	border-color: #9e8f89
}
.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	background-image: none
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
	background-color: #fff;
	border-color: #dcd6d9
}
.btn-success .badge {
	color: #fff;
	background-color: #644950
}
.btn-info {
	color: #644950;
	background-color: #fff;
	border-color: #dcd6d9
}
.btn-info:focus, .btn-info.focus {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #9e8f89
}
.btn-info:hover {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open>.btn-info.dropdown-toggle:hover, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle.focus {
	color: #644950;
	background-color: #d4d4d4;
	border-color: #9e8f89
}
.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	background-image: none
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
	background-color: #fff;
	border-color: #dcd6d9
}
.btn-info .badge {
	color: #fff;
	background-color: #644950
}
.btn-warning {
	color: #644950;
	background-color: #fff;
	border-color: #dcd6d9
}
.btn-warning:focus, .btn-warning.focus {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #9e8f89
}
.btn-warning:hover {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open>.btn-warning.dropdown-toggle:hover, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle.focus {
	color: #644950;
	background-color: #d4d4d4;
	border-color: #9e8f89
}
.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	background-image: none
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
	background-color: #fff;
	border-color: #dcd6d9
}
.btn-warning .badge {
	color: #fff;
	background-color: #644950
}
.btn-danger {
	color: #644950;
	background-color: #fff;
	border-color: #dcd6d9
}
.btn-danger:focus, .btn-danger.focus {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #9e8f89
}
.btn-danger:hover {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	color: #644950;
	background-color: #e6e6e6;
	border-color: #b9a0a0
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open>.btn-danger.dropdown-toggle:hover, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle.focus {
	color: #644950;
	background-color: #d4d4d4;
	border-color: #9e8f89
}
.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	background-image: none
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
	background-color: #fff;
	border-color: #dcd6d9
}
.btn-danger .badge {
	color: #fff;
	background-color: #644950
}
.hidden {
	display: none;
	visibility: hidden;
	opacity: 0
}
.strong {
	font-weight: 700
}
.text-small {
	font-size: 1.2rem
}
.text-smaller {
	font-size: 1.1rem
}
.text-large {
	font-size: 2rem
}
.text-larger {
	font-size: 2.4rem
}
.text-light {
	color: #e9546b
}
.text-success {
	color: #bd1330
}
.text-info {
	color: #28a1c5
}
.text-warning {
	color: #df8a13
}
.text-danger {
	color: #b52b27
}
.float-left {
	float: left
}
.float-right {
	float: right
}
.text-left {
	text-align: left
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.list-unstyled {
	margin: 0
}
.list-unstyled li {
	list-style: none
}
.list-kome {
	list-style: none
}
.list-kome:before {
	content: '※';
	display: inline-block;
	margin-right: 1rem
}
.nowrap {
	white-space: nowrap
}
@media screen and (max-width: 479px) {
	.smaller-show {
		display: block
	}
	.smaller-hidden {
		display: none
	}
}
@media screen and (min-width: 480px) and (max-width: 639px) {
	.small-show {
		display: block
	}
	.small-hidden {
		display: none
	}
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
	.medium-show {
		display: block
	}
	.medium-hidden {
		display: none
	}
}
@media screen and (min-width: 1024px) {
	.large-show {
		display: block
	}
	.large-hidden {
		display: none
	}
}
.header-title-block, .header-nav, #main-block, #footer-block {
	font-size: 16px;
	position: relative;
	top: 50px;
	word-break: break-all;
	line-height: 1.2
}
@media screen and (min-width: 1280px) {
	.header-title-block, .header-nav, #main-block, #footer-block {
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box
	}
}
.caret {
	display: inline-block;
	margin-left: .5rem;
	width: 0;
	height: 0;
	box-sizing: content-box;
	position: relative;
	top: .15em;
	border: .5rem solid transparent;
	border-top-color: inherit
}
hr {
	height: .1rem;
	border: 0;
	background: #dcd6d9
}
mocci-header-item ul li {
	list-style: none
}
.mocci-header-default {
	width: 100%;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	z-index: 1000
}
.mocci-header-static {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000
}
.mocci-header-static .mocci-header-checkbox:checked~.mocci-header-menu {
	position: absolute
}
.mocci-header-fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.24)
}
.mocci-header-fixed-bottom {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}
.mocci-header-hamburger span, .mocci-header-hamburger span::before, .mocci-header-hamburger span::after {
	display: block;
	height: 2px;
	width: 26px;
	transition: .6s ease
}
.mocci-header-checkbox:checked~.mocci-header-menu li .mocci-header-hamburger span {
	background-color: transparent
}
.mocci-header-checkbox:checked~.mocci-header-menu li .mocci-header-hamburger span::before, .mocci-header-checkbox:checked~.mocci-header-menu li .mocci-header-hamburger span::after {
	margin-top: 0
}
.mocci-header-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 58px
}
.mocci-header-header:hover {
	background-color: #b33640
}
.mocci-header-menu-left .mocci-header-navigation, .mocci-header-menu-left .mocci-header-header {
	justify-content: flex-start
}
.mocci-header-menu-right .mocci-header-hamburger {
	margin-left: auto
}
.mocci-header-brand {
	font-size: clamp(16px, 1rem + 1vw, 24px);
	white-space: normal
}
.mocci-header-brand img {
	width: 50px;
	margin-left: 10px;
	vertical-align: middle
}
.mocci-header-menu {
	min-height: 58px;
	transition: .6s ease;
	width: 100%
}
.mocci-header-navigation {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding-left: 0;
	margin: 0;
	font-size: clamp(14px, 0.8rem + 0.5vw, 18px)
}
.mocci-header-menu a, .mocci-header-item a {
	font-weight: 700;
	text-decoration: none;
	color: inherit;
	cursor: pointer
}
.mocci-header-item {
	height: 58px
}
.mocci-header-item a {
	padding: 18px 24px;
	display: block
}
.mocci-header-hamburger {
	padding: 18px 24px;
	position: relative;
	cursor: pointer
}
.mocci-header-hamburger span::before, .mocci-header-hamburger span::after {
	content: '';
	position: absolute
}
.mocci-header-hamburger span::before {
	margin-top: -8px
}
.mocci-header-hamburger span::after {
	margin-top: 8px
}
.mocci-header-checkbox {
	display: none
}
.mocci-header-checkbox:not(:checked)~.mocci-header-menu {
	overflow: hidden;
	height: 58px
}
.mocci-header-checkbox:checked~.mocci-header-menu {
	transition: height .6s ease;
	height: 100vh;
	overflow: auto
}
.dropdown {
	position: relative;
	height: auto;
	min-height: 58px
}
.dropdown:hover>ul {
	position: relative;
	display: block;
	min-width: 100%
}
.dropdown>a::after {
	position: absolute;
	content: '';
	right: 10px;
	top: 25px;
	border-width: 5px 5px 0;
	border-color: transparent;
	border-style: solid
}
.dropdown>ul {
	display: block;
	overflow-x: hidden;
	list-style: none;
	padding: 0
}
.dropdown>ul .mocci-header-item {
	min-width: 100%;
	height: 29px;
	padding: 5px 10px 5px 40px
}
.dropdown>ul .mocci-header-item a {
	min-height: 29px;
	line-height: 29px;
	padding: 0
}
@media screen and (min-width: 1400px) {
	.mocci-header-navigation {
		flex-flow: row;
		justify-content: flex-end
	}
	.mocci-header-hamburger {
		display: none
	}
	.mocci-header-checkbox:not(:checked)~.mocci-header-menu {
		overflow: visible
	}
	.mocci-header-checkbox:checked~.mocci-header-menu {
		height: 58px
	}
	.mocci-header-menu .mocci-header-item {
		border-top: 0
	}
	.mocci-header-menu-right .mocci-header-header {
		margin-right: auto
	}
	.dropdown {
		height: 58px
	}
	.dropdown:hover>ul {
		position: absolute;
		left: 0;
		top: 58px;
		padding: 0
	}
	.dropdown>ul {
		display: none
	}
	.dropdown>ul .mocci-header-item {
		padding: 5px 10px
	}
	.dropdown>ul .mocci-header-item a {
		white-space: nowrap
	}
}
.mocci-header-checkbox:checked+.mocci-header-menu .mocci-header-hamburger-doublespin span::before {
	transform: rotate(225deg)
}
.mocci-header-checkbox:checked+.mocci-header-menu .mocci-header-hamburger-doublespin span::after {
	transform: rotate(-225deg)
}
.mocci-header-checkbox:checked+.mocci-header-menu .mocci-header-hamburger-spin span::before {
	transform: rotate(45deg)
}
.mocci-header-checkbox:checked+.mocci-header-menu .mocci-header-hamburger-spin span::after {
	transform: rotate(-45deg)
}
.mocci-header-menu-dark, .mocci-header-menu-dark .dropdown ul {
	background-color: #644950;
	color: #fff
}
.mocci-header-menu-dark .active, .mocci-header-menu-dark .mocci-header-item:hover {
	background-color: #a99e93
}
.mocci-header-menu-dark .mocci-header-hamburger span, .mocci-header-menu-dark .mocci-header-hamburger span::before, .mocci-header-menu-dark .mocci-header-hamburger span::after {
	background-color: #fff
}
.mocci-header-menu-light, .mocci-header-menu-light .dropdown ul {
	background-color: #e0e0e0;
	color: #212121
}
.mocci-header-menu-light .active, .mocci-header-menu-light .mocci-header-item:hover {
	background-color: #bdbdbd
}
.mocci-header-menu-light .mocci-header-hamburger span, .mocci-header-menu-light .mocci-header-hamburger span::before, .mocci-header-menu-light .mocci-header-hamburger span::after {
	background-color: #212121
}
.mocci-header-menu-material-red, .mocci-header-menu-material-red .dropdown ul {
	background-color: #b71c1c;
	color: #fff
}
.mocci-header-menu-material-red .active, .mocci-header-menu-material-red .mocci-header-item:hover {
	background-color: #c62828
}
.mocci-header-menu-material-red .mocci-header-hamburger span, .mocci-header-menu-material-red .mocci-header-hamburger span::before, .mocci-header-menu-material-red .mocci-header-hamburger span::after {
	background-color: #fff
}
.mocci-header-menu-material-indigo, .mocci-header-menu-material-indigo .dropdown ul {
	background-color: #1a237e;
	color: #fff
}
.mocci-header-menu-material-indigo .active, .mocci-header-menu-material-indigo .mocci-header-item:hover {
	background-color: #283593
}
.mocci-header-menu-material-indigo .mocci-header-hamburger span, .mocci-header-menu-material-indigo .mocci-header-hamburger span::before, .mocci-header-menu-material-indigo .mocci-header-hamburger span::after {
	background-color: #fff
}
.mocci-header-menu-material-green, .mocci-header-menu-material-green .dropdown ul {
	background-color: #1b5e20;
	color: #fff
}
.mocci-header-menu-material-green .active, .mocci-header-menu-material-green .mocci-header-item:hover {
	background-color: #2e7d32
}
.mocci-header-menu-material-green .mocci-header-hamburger span, .mocci-header-menu-material-green .mocci-header-hamburger span::before, .mocci-header-menu-material-green .mocci-header-hamburger span::after {
	background-color: #fff
}
.mocci-header-menu-material-amber, .mocci-header-menu-material-amber .dropdown ul {
	background-color: #ff6f00;
	color: #fff
}
.mocci-header-menu-material-amber .active, .mocci-header-menu-material-amber .mocci-header-item:hover {
	background-color: #ff8f00
}
.mocci-header-menu-material-amber .mocci-header-hamburger span, .mocci-header-menu-material-amber .mocci-header-hamburger span::before, .mocci-header-menu-material-amber .mocci-header-hamburger span::after {
	background-color: #fff
}
.mocci-header-menu-material-brown, .mocci-header-menu-material-brown .dropdown ul {
	background-color: #3e2723;
	color: #fff
}
.mocci-header-menu-material-brown .active, .mocci-header-menu-material-brown .mocci-header-item:hover {
	background-color: #4e342e
}
.mocci-header-menu-material-brown .mocci-header-hamburger span, .mocci-header-menu-material-brown .mocci-header-hamburger span::before, .mocci-header-menu-material-brown .mocci-header-hamburger span::after {
	background-color: #fff
}
.mocci-header-menu-material-bluegrey, .mocci-header-menu-material-bluegrey .dropdown ul {
	background-color: #263238;
	color: #fff
}
.mocci-header-menu-material-bluegrey .active, .mocci-header-menu-material-bluegrey .mocci-header-item:hover {
	background-color: #37474f
}
.mocci-header-menu-material-bluegrey .mocci-header-hamburger span, .mocci-header-menu-material-bluegrey .mocci-header-hamburger span::before, .mocci-header-menu-material-bluegrey .mocci-header-hamburger span::after {
	background-color: #fff
}
.mocci-header-menu-material-cyan, .mocci-header-menu-material-cyan .dropdown ul {
	background-color: #006064;
	color: #fff
}
.mocci-header-menu-material-cyan .active, .mocci-header-menu-material-cyan .mocci-header-item:hover {
	background-color: #00838f
}
.mocci-header-menu-material-cyan .mocci-header-hamburger span, .mocci-header-menu-material-cyan .mocci-header-hamburger span::before, .mocci-header-menu-material-cyan .mocci-header-hamburger span::after {
	background-color: #fff
}
@media screen and (max-width: 849px) {
	.mocci-header-brand {
		font-size: clamp(14px, 1rem + 1vw, 20px)
	}
	.mocci-header-navigation {
		font-size: clamp(13px, 0.7rem + 0.5vw, 16px)
	}
}
@media screen and (max-width: 439px) {
	.mocci-header-brand {
		font-size: clamp(13px, 0.6rem + 1vw, 16px)
	}
	.mocci-header-navigation {
		font-size: clamp(13px, 0.6rem + 0.5vw, 14px)
	}
}
#footer-block {
	font-size: 1.6rem;
	word-break: break-all;
	line-height: 1.8
}
@media screen and (min-width: 1280px) {
	#footer-block {
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box
	}
}
#footer-block {
	background: #a99e93;
	color: #000;
	font-size: .9em
}
.footer-list {
	margin: 0;
	padding-left: 15px
}
.footer-list-item {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-list-item a {
	color: #000
}
.footer-list-item a:hover, .footer-list-item a:active {
	color: #000
}
.footer-list-item-1 {
	font-size: 1.2rem;
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-list-item-1 a {
	color: #000
}
.footer-list-item-1 a:hover, .footer-list-item-1 a:active {
	color: #000
}
#main-block {
	margin-bottom: 2rem
}
@media screen and (min-width: 1024px) {
	#main-block {
		margin: 2rem auto
	}
}
.entry-list-title-block {
	margin: 2rem
}
@media screen and (min-width: 1024px) {
	.entry-list-title-block {
		margin: 4rem 0
	}
}
.entry-list-title {
	padding: 0;
	font-size: 1.6rem;
	font-weight: 700
}
@media screen and (min-width: 1024px) {
	.entry-list-title {
		font-size: 1.6rem;
		margin: 4rem 0
	}
}
.entry-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.entry-list-item {
	margin: 0 0 1rem;
	list-style: none;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border-top: solid 3px #4e342e
}
@media screen and (min-width: 1024px) {
	.entry-list-item {
		margin: 0 0 1.5rem
	}
}
.entry-list-item .entry-text-block .entry-footer {
	display: none
}
@media screen and (min-width: 1024px) {
	.entry-list-item .entry-text-block .entry-footer {
		display: block
	}
}
.entry-list-item h2 {
	border: 0;
	background-color: #fff;
	padding: 0;
	margin: 10px
}
.entry_image_1:hover {
	filter: brightness(80%)
}
.entry-header-block {
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	flex-direction: row
}
.entry-header-block .entry-footer-block {
	width: 7rem;
	flex: 0 0 auto;
	padding: 0;
	background: #644950;
	background-size: 40rem;
	background-position: center top;
	text-align: center;
	white-space: nowrap;
	line-height: 1.05;
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	flex-direction: row;
	align-items: center
}
.entry-header-block .entry-footer-block .entry-footer {
	flex: 1 1 auto;
	margin: 0;
	color: #fff;
	border-top: 0
}
.entry-header-block .entry-footer-block .year {
	display: block;
	font-size: .9rem
}
.entry-header-block .entry-footer-block .date {
	display: block;
	font-size: 1.5rem
}
.entry-header-block .entry-footer-block .star {
	font-size: 1.8rem
}
@media screen and (min-width: 1024px) {
	.entry-header-block .entry-footer-block {
		width: 9rem
	}
	.entry-header-block .entry-footer-block .year {
		font-size: 1.2rem
	}
	.entry-header-block .entry-footer-block .date {
		font-size: 2rem
	}
	.entry-header-block .entry-footer-block .star {
		font-size: 2.4rem
	}
}
.entry-title-block {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	flex-direction: row;
	align-items: center;
	margin: 0
}
. entry-title {
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	flex-direction: row;
	margin: 1rem;
	color: #644950;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2
}
@media screen and (min-width: 1024px) {
	.entry-title {
		line-height: 1.8;
		margin: 2rem
	}
}
@media screen and (max-width: 1024px) {
	.entry-title {
		font-size: 16px
	}
}
.entry-title:hover, .entry-title:active {
	text-decoration: none
}
.entry-footer {
	margin: 2rem 0 0;
	padding: 2rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #e9546b;
	border-top: .1rem solid #dcd6d9
}
@media screen and (min-width: 1024px) {
	.entry-footer {
		font-size: 1.2rem;
		font-weight: 400;
		color: #c8c2be
	}
}
.entry-footer-item {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 0
}
.entry-footer-item:last-child {
	margin-right: 0
}
.entry-footer-item .fa {
	margin-right: .5rem
}
.entry-footer-item a {
	color: #e9546b
}
.entry-footer-item a:hover, .entry-footer-item a:active {
	color: #644950
}
.pager-block {
	margin: 2rem
}
@media screen and (min-width: 1024px) {
	.pager-block {
		margin: 4rem 0
	}
}
.pager {
	margin: 0;
	text-align: center
}
.pager.pagetop {
	margin: 2rem -2rem -2rem
}
@media screen and (min-width: 1024px) {
	.pager.pagetop {
		margin: 4rem 0 -4rem
	}
}
.pager.pagetop .pager-item {
	display: block;
	width: auto
}
.pager.pagetop a.pager-item-link {
	display: block;
	padding: 2rem;
	background: #ebebeb;
	font-size: 1.2rem;
	border: 0;
	color: #644950
}
.pager-item {
	list-style: none;
	display: inline-block;
	margin: 0 1rem 0 0;
	width: 3.6rem;
	line-height: 1;
	color: #fff
}
.pager-item:last-child {
	margin-right: 0
}
.pager-item>span {
	display: block;
	padding: 1rem;
	text-align: center;
	background: #ebebeb
}
a.pager-item-link {
	display: block;
	padding: 1rem;
	text-align: center;
	color: #fff;
	background: #e9546b
}
a.pager-item-link:hover span.fa, a.pager-item-link:active span.fa {
	color: #dddbd9bf
}
.entry-block {
	margin: 6rem .5rem;
	background: #fff;
	box-shadow: 0 .1rem .3rem 0 #ebebeb
}
@media screen and (min-width: 1024px) {
	.entry-block {
		margin: 3rem 0
	}
}
.entryText {
	padding-bottom: 15px;
	padding-left: 3px
}
@media screen and (min-width: 1024px) {
	.entryText {
		margin: 0
	}
}
.entryText h1, .entryText h2, .entryText h3, .entryText h4, .entryText h5, .entryText h6 {
	font-weight: 700
}
.entryText h2 {
	margin-top: 60px
}
.entryText img {
	max-width: 100%;
	box-sizing: border-box;
	margin: 1rem 0
}
.entryText img[align=left] {
	margin-right: 2rem
}
.entryText img[align=right] {
	margin-left: 2rem
}
.entryText iframe {
	max-width: 100%;
	overflow: scroll
}
.entryText ul, .entryText ol {
	padding-left: 2rem
}
.entryText ul li {
	list-style: disc
}
.entryText ol li {
	list-style: decimal
}
.entryText th, .entryText td {
	padding: 1rem
}
.entryText table {
	border-style: solid
}
@media screen and (max-width: 666px) {
	.entryText h2 {
		font-size: 1.1em;
		margin-top: 60px
	}
	.entryText h3 {
		margin-top: 30px;
		font-size: 1em
	}
}
.entryTextMain:not(:empty), .entryPsText:not(:empty) {
	padding: 2rem
}
@media screen and (max-width: 1000px) {
	.entryTextMain:not(:empty), .entryPsText:not(:empty) {
		padding: 20px 5px
	}
}
.entryPsLink {
	margin: 0;
	text-align: center
}
@media screen and (min-width: 1024px) {
	.entryPsLink {
		margin: 2rem;
		text-align: right
	}
}
.entryPsLink a {
	display: block;
	background: #6f565d;
	padding: 1rem 2rem;
	color: #fff;
	font-size: 1.2rem
}
@media screen and (min-width: 1024px) {
	.entryPsLink a {
		display: inline;
		padding: 1rem 2rem;
		font-size: 1.6rem;
		font-weight: 400
	}
}
.entryPsLink a:hover, .entryPsLink a:active {
	text-decoration: none;
	background: #e9546b;
	color: #fff
}
.aside-block {
	margin: 2rem
}
@media screen and (min-width: 1024px) {
	.aside-block {
		margin: 4rem 0
	}
}
/* PC向けのスタイル：画面幅が768px以上の時に適用 */

/* PC表示（画面幅768px以上）の時に適用 */

@media screen and (min-width: 768px) {
	/* 1. サイドバー全体のコンテナを画面いっぱいに広げる */
	#aside-block {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
		width: 100% !important;
		max-width: 1200px !important;
		/* お好みの最大幅に調整してください */
		margin: 0 auto !important;
		float: none !important;
		clear: both !important;
	}
	/* 2. 各プラグインを「横に2つ並ぶサイズ」に固定する */
	#aside-block .accordion.plugin-block {
		flex: 0 0 48% !important;
		/* 確実に48%の幅を持たせる */
		width: 48% !important;
		margin-bottom: 30px !important;
		display: inline-block !important;
		/* 予備の設定 */
		vertical-align: top !important;
		box-sizing: border-box !important;
	}
	/* 3. 5つ目のブロックなどが崩れないように調整 */
	#aside-block::after {
		content: "";
		flex: auto !important;
	}
}
#comment-block {
	margin: 2rem;
	background: #fff;
	box-shadow: 0 .1rem .3rem 0 #ebebeb
}
@media screen and (min-width: 1024px) {
	#comment-block {
		margin: 4rem 0
	}
}
#comment-block .entry-footer {
	margin-top: 0;
	padding: 1rem 0;
	border-top: 0
}
.comment-block-title {
	display: none
}
@media screen and (min-width: 1024px) {
	.comment-block-title {
		display: block;
		margin: 0;
		padding: 2rem;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .2em
	}
}
.comment-text-block {
	margin: 0;
	padding: 2rem;
	border-bottom: .1rem solid #dcd6d9
}
.comment-title {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 700
}
@media screen and (min-width: 1024px) {
	.comment-title {
		font-weight: 700;
		font-size: 1.6rem
	}
}
.comment-text, .comment-res-text {
	padding: 1rem 0 0;
	font-size: 1.6rem
}
@media screen and (min-width: 1024px) {
	.comment-text, .comment-res-text {
		font-size: 1.6rem
	}
}
.comment-res-block {
	margin-top: 2rem;
	padding-top: 2rem;
	padding-left: 4rem;
	border-top: .1rem solid #dcd6d9
}
.comment-form-block {
	padding: 2rem
}
@media screen and (min-width: 1024px) {
	.comment-form-block .form-control {
		background: #fff;
		border: .1rem solid #dcd6d9
	}
}
@media screen and (min-width: 1024px) {
	.btn-add-comment {
		display: none
	}
}
#comment-form.collapse {
	display: none
}
@media screen and (min-width: 1024px) {
	#comment-form.collapse {
		display: block
	}
}
#static-page-link-block {
	margin: 4rem 2rem;
	background: #fff;
	box-shadow: 0 .1rem .3rem 0 #ebebeb
}
@media screen and (min-width: 1024px) {
	#static-page-link-block {
		display: none
	}
}
#static-page-link-block ul.nav-stacked {
	border-top: 0
}
#static-page-link-block .nav-stacked-item:last-child {
	border-bottom: 0
}
.comment-edit-form-block {
	margin: 2rem
}
@media screen and (min-width: 1024px) {
	.plugin-block {
		display: flex;
		flex-wrap: nowrap;
		align-content: stretch;
		align-items: stretch;
		flex-direction: row;
		flex-wrap: wrap
	}
}
.accordion {
	margin: 4rem 0 0;
	font-size: 160%;
	border-bottom: .1rem solid #dcd6d9
}
@media screen and (min-width: 1024px) {
	.accordion {
		margin-top: 0;
		border: 0
	}
}
.accordion+.accordion {
	margin-top: -.1rem
}
@media screen and (min-width: 1024px) {
	.accordion+.accordion {
		margin-top: 0
	}
}
.accordion-group {
	border-top: .1rem solid #dcd6d9
}
@media screen and (min-width: 1024px) {
	.accordion-group {
		flex: 0 0 auto;
		width: 32.8rem;
		margin-left: 20px;
		margin-bottom: 4rem;
		background: #fff;
		box-shadow: 0 .1rem .3rem 0 #ebebeb;
		border-top: 0
	}
}
@media screen and (min-width: 1024px) {
	.accordion-heading {
		font-weight: 700;
		background: #e9546b;
		background-size: 100%
	}
	.accordion-heading .caret {
		display: none
	}
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 2rem;
	line-height: 0;
	background: #e9546b;
	color: #fff
}
.accordion-heading .accordion-toggle. {
	background: transparent;
	color: #644950
}
.accordion-body {
	padding: 2rem;
	background: #fff
}
p.PluginExplanation {
	font-size: 1.6rem;
	color: #e9546b;
	margin: 0 0 2rem
}
p.PluginExplanation:empty {
	margin: 0
}
.CalendarMoveTable, .CalendarTable {
	text-align: center;
	line-height: 1.05;
	width: 100%
}
.CalendarMoveTable td, .CalendarTable td {
	padding: 1rem;
	color: #644950;
	overflow: visible
}
@media screen and (min-width: 1024px) {
	.CalendarMoveTable td, .CalendarTable td {
		padding-left: 1rem;
		padding-right: 1rem;
		width: 2em;
		box-sizing: border-box
	}
}
.CalendarMoveTable td a, .CalendarTable td a {
	display: inline-block;
	padding: 1rem 2rem;
	margin: -3rem;
	font-weight: 700
}
@media screen and (min-width: 1024px) {
	.CalendarMoveTable td a, .CalendarTable td a {
		padding-left: 1rem;
		padding-right: 1rem;
		margin-left: -1rem;
		margin-right: -1rem
	}
}
.CalendarMoveTable td a:hover, .CalendarMoveTable td a:active, .CalendarTable td a:hover, .CalendarTable td a:active {
	text-decoration: underline
}
.CalendarMoveTr {
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	flex-direction: row
}
.CalendarPrevTd, .CalendarNextTd {
	flex: 1 1 auto
}
.CalendarPrevTd a, .CalendarNextTd a {
	display: inline-block;
	padding: 1rem;
	text-align: center
}
.CalendarNowTd {
	flex: 5 5 auto;
	padding: 1rem;
	font-weight: 700
}
.CalendarTable th {
	padding: 2rem 2rem 1rem;
	font-size: 1.2rem;
	font-weight: 400
}
@media screen and (min-width: 1024px) {
	.CalendarTable th {
		padding-left: 1rem;
		padding-right: 1rem;
		width: 2em;
		box-sizing: border-box;
		overflow: visible
	}
}
.blogsearch form {
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	flex-direction: row;
	align-items: center
}
.blogsearch form input[name="search"] {
	display: block;
	width: 100%;
	height: 3.92rem;
	padding: 1rem;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #644950;
	background-image: none;
	border-radius: 2rem;
	box-sizing: border-box;
	flex: 1 1 auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
	border: .1rem solid #dcd6d9
}
.blogsearch form input[name="search"]::-moz-placeholder {
	color: #a99e93;
	opacity: 1
}
.blogsearch form input[name="search"]:-ms-input-placeholder {
	color: #a99e93
}
.blogsearch form input[name="search"]::-webkit-input-placeholder {
	color: #a99e93
}
@media screen and (min-width: 1024px) {
	.blogsearch form input[name="search"] {
		background-color: rgba(255, 255, 255, 0.15);
		color: #a99e93
	}
	.blogsearch form input[name="search"]::-moz-placeholder {
		color: #a99e93;
		opacity: 1
	}
	.blogsearch form input[name="search"]:-ms-input-placeholder {
		color: #a99e93
	}
	.blogsearch form input[name="search"]::-webkit-input-placeholder {
		color: #a99e93
	}
}
.blogsearch form input[name="search"]::-ms-expand {
	border: 0;
	background-color: #fff
}
.blogsearch form input[name="search"][disabled], .blogsearch form input[name="search"][readonly], fieldset[disabled] .blogsearch form input[name="search"] {
	background-color: rgba(121, 129, 131, 0.1);
	opacity: 1
}
.blogsearch form input[name="search"][disabled], fieldset[disabled] .blogsearch form input[name="search"] {
	cursor: not-allowed
}
@media screen and (min-width: 1024px) {
	.blogsearch form input[name="search"] {
		background-color: #fff
	}
}
.blogsearch form input[type="submit"] {
	flex: 0 0 auto;
	margin: 0 0 0 -.1rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 1rem 2rem;
	line-height: 1.2;
	min-height: 3.92rem;
	border-color: #644950;
	background: #644950;
	color: #fff
}
.blogsearch form input[type="submit"]:hover, .blogsearch form input[type="submit"]:active {
	background: rgba(255, 255, 255, 0.15);
	color: #644950
}
.plugin_data_font {
	font-size: .8em;
	font-weight: 700
}
@media screen and (max-width: 1024px) {
	.plugin_data_font {
		font-size: 16px
	}
}
.plugin_data .right {
	text-align: right
}
.plugin_data .left {
	text-align: left
}
.plugin_data .center {
	text-align: center
}
.plugin_data_date {
	font-size: 1rem;
	color: #aeadac;
	margin-bottom: 2px
}
.saishin-block {
	height: 60px;
	border-bottom: 1px dashed #aeadac;
	margin-bottom: 5px
}
.entry_image_2 img {
	width: 50px;
	float: left
}
@media screen and (max-width: 666px) {
	.entry_image_2 img {
		width: 100px;
		height: auto;
		max-width: 65%;
		margin: auto;
		object-fit: cover
	}
	.saishin-block {
		position: relative;
		height: auto;
		border-bottom: 1px dashed #aeadac;
		margin-bottom: 5px
	}
	.plugin_data_date {
		clear: both;
		font-size: 50%;
		color: #aeadac;
		text-align: left;
		margin-bottom: 2px
	}
}
.mocci-tag {
	font-size: 75%;
	padding: 4px 10px;
	margin: 2em 0;
	/* この margin:2em 0; は不要であれば削除してもOK */
	font-weight: 700;
	border-radius: 10px;
	border: solid 2px #e9546b;
	color: #e9546b;
	background: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
	margin: 0;
	/* こちらも margin:2em 0; と重複しているため、どちらか一方に統一推奨 */
	display: inline-block);
	margin: 0;
	display: inline-block
}
.mocci-tag::before, .ingredients::before, .preptime::before, .instructions::before, .point::before, .caution::before, .grocerylist::before {
	font-family: "Font Awesome 6 Free";
	/* バージョン6を指定 */
	font-weight: 900;
	/* 塗りつぶしタイプなので900 */
	margin-right: 8px;
	/* 文字との隙間 */
	display: inline-block;
}
.mocci-tag::before {
	content: "\f02b";
	/* 複数のタグアイコン */
}
.ingredients::before {
	content: "\f787";
	/* 複数のタグアイコン */
}
.preptime::before {
	content: "\f017";
	/* clock */
}
.point::before {
	content: "\f0eb";
	/* clock */
}
.caution::before {
	content: "\f071";
	/* clock */
}
/* 作り方 */

.instructions::before {
	content: "\f0cb";
	/* list-ul (手順リスト) */
}
/* 買い物リスト */

.grocerylist::before {
	content: "\f07a";
	/* shopping-cart */
}
.balloon {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden
}
.balloon .faceicon {
	position: absolute;
	margin-right: -90px;
	width: 80px
}
.balloon .faceicon img {
	height: auto;
	top: 0;
	border: solid 3px #b33640;
	border-radius: 50%
}
.balloon .chatting {
	width: 100%
}
.says {
	display: inline-block;
	position: relative;
	min-width: 120px;
	max-width: 100%;
	margin-left: 15px;
	margin-top: 130px;
	padding: 10px 15px;
	border-radius: 10px;
	background: #b33640;
	box-sizing: border-box;
	color: #fff
}
.says:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 10px;
	top: -15px;
	margin-left: 5px;
	border-right: 12px solid #b33640;
	border-top: 20px solid transparent;
	border-bottom: 0 solid transparent;
	z-index: 1
}
.says p {
	margin: 0;
	padding: 0
}
.balloon-bottom {
	width: 100%;
	margin: 0;
	overflow: hidden
}
.balloon-bottom .faceicon {
	margin-top: -40px;
	width: 80px
}
.balloon-bottom .faceicon img {
	width: 100%;
	height: auto;
	border: solid 3px #cffcd7;
	border-radius: 50%
}
.balloon-bottom .chatting {
	width: 100%
}
.says-1 {
	display: inline-block;
	position: relative;
	margin: 1.5em 0;
	padding: 3px 5px;
	border-radius: 5px;
	background: #cffcd7;
	min-width: 120px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 1.1em
}
.says-1::before {
	position: absolute;
	display: inline-block;
	top: -5px;
	left: 10px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #0AA727;
	color: #fff;
	font-weight: 700;
	font-size: .8rem;
	content: "この記事の内容"
}
.says-1:after {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 45px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #cffcd7;
	z-index: 1
}
.says-1 .caption {
	top: 0;
	left: 0;
	font-size: .4em;
	padding: 0;
	margin: 0;
	transform: translateY(-50%) translateX(1em);
	color: #9fcea7
}
.booklink-box, .kaerebalink-box {
	padding: 25px;
	margin-bottom: 10px;
	border: solid 5px #CCC;
	overflow: hidden;
	font-size: small;
	border-radius: 20px
}
.booklink-image, .kaerebalink-image {
	margin: 0 15px 0 0;
	float: left;
	min-width: 160px;
	text-align: center
}
.booklink-image img, .kaerebalink-image img {
	margin: 0 auto;
	text-align: center
}
.booklink-info, .kaerebalink-info {
	margin: 0;
	line-height: 120%;
	overflow: hidden
}
.booklink-name, .kaerebalink-name {
	margin-bottom: 24px;
	line-height: 1.5em
}
.booklink-powered-date, .kaerebalink-powered-date {
	font-size: 8px;
	margin-top: 10px;
	font-family: verdana;
	line-height: 120%
}
.booklink-detail, .kaerebalink-detail {
	font-size: 12px
}
.booklink-powered-date, .kaerebalink-detail {
	margin-bottom: 15px
}
.booklink-link2, .kaerebalink-link1 {
	margin-top: 10px
}
.booklink-link2 a, .kaerebalink-link1 a {
	width: 30%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 2px 0 0;
	padding: 10px 1px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: 800;
	font-size: 15px;
	color: #fff!important
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover {
	opacity: .6
}
.booklink-link2 a:active .kaerebalink-link1 a:active {
	position: relative;
	top: 1px
}
.shoplinkkindle a {
	color: #007dcd!important;
	border: 1px solid #007dcd!important
}
.shoplinkkakakucom a {
	color: #314995!important;
	border: 1px solid #314995
}
.shoplinkyahoo a {
	color: #7b0099!important;
	border: 1px solid #609!important
}
.shoplinkyahoo img {
	display: none
}
.shoplinkyahoo a {
	color: #fff!important;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	margin: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	transition: .2s;
	white-space: nowrap
}
.booklink-footer {
	display: none
}
@media screen and (max-width: 680px) {
	.booklink-box, .kaerebalink-box {
		padding: 15px
	}
	.booklink-image, .kaerebalink-image {
		width: 100px!important;
		min-width: initial
	}
	.booklink-name>a, .kaerebalink-name>a {
		font-size: 15px;
		font-weight: 700
	}
	.booklink-name, .kaerebalink-name {
		margin-bottom: 12px
	}
	.booklink-powered-date, .kaerebalink-powered-date {
		margin-top: 5px
	}
	.booklink-link2 a, .kaerebalink-link1 a {
		width: calc(100% - 4px);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin: 2px 0;
		padding: 10px 0
	}
}
@media screen and (max-width: 400px) {
	.shoplinkyahoo a {
		width: calc(100% - 4px);
		font-size: 11px
	}
}
.kaerebatextlink {
	padding: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: small;
	margin-top: 10px;
	display: grid
}
li.shoplinkamazon {
	list-style-type: none!important
}
li.shoplinkrakuten {
	list-style-type: none!important
}
li.shoplinkyahoo {
	list-style-type: none!important
}
.kaerebatextlink a {
	width: 30%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 2px 0 0;
	padding: 10px 1px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: 800;
	font-size: 1.5rem;
	color: #fff!important
}
.kaerebatextlink a:hover {
	opacity: .6
}
.kaerebatextlink a:active {
	position: relative;
	top: 1px
}
.shoplinkamazon a {
	color: #fff!important;
	border: 3px solid #F90!important;
	background: #F90
}
.shoplinkrakuten a {
	color: #fff!important;
	border: 3px solid #C00000!important;
	background: #C00000
}
.shoplinkwowma a {
	color: #fff!important;
	border: 3px solid gray!important;
	background: gray
}
.shoplinkkindle a {
	color: #007dcd!important;
	border: 3px solid #007dcd!important
}
.shoplinkkakakucom a {
	color: #314995!important;
	border: 3px solid #314995
}
.shoplinkyahoo a {
	color: #fff!important;
	border: 3px solid #609!important;
	background: #609
}
.shoplinkother a {
	color: #fff!important;
	border: 3px solid #039!important;
	background: #039
}
li.shoplinkother {
	list-style-type: none!important
}
.shoplinkamazon a:hover {
	color: #F90!important;
	border: 3px solid #F90!important;
	background: #fff
}
.shoplinkrakuten a:hover {
	color: #C00000!important;
	border: 3px solid #C00000!important;
	background: #fff
}
.shoplinkyahoo a:hover {
	color: #609!important;
	border: 3px solid #609!important;
	background: #fff
}
.shoplinkwowma a:hover {
	color: gray!important;
	border: 3px solid gray!important;
	background: #fff
}
.shoplinkother a:hover {
	color: #039!important;
	border: 3px solid #039!important;
	background: #fff
}
@media screen and (max-width: 680px) {
	.kaerebatextlink {
		padding: 15px
	}
	.kaerebatextlink a {
		width: calc(100% - 4px);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin: 2px 0;
		padding: 10px 0
	}
}
h2 {
	padding: .5em;
	color: #494949;
	background: #fdf4f5;
	border-left: solid 16px #e9546b;
	border-bottom: solid 5px #e9546b;
	border-top: dashed 3px #e9546b
}
h3 {
	padding: .5em;
	color: #494949;
	background: #fdf4f5;
	border-left: solid 12px #e9546b;
	border-bottom: solid 4px #e9546b
}
h4 {
	padding: .5em;
	color: #494949;
	background: #fdf4f5;
	/border-left: solid 8px #e9546b;
	border-bottom: solid 3px #e9546b
}
h5 {
	padding: .5em;
	color: #494949;
	border-bottom: solid 3px #e9546b
}
blockquote {
	position: relative;
	margin: 2em 0;
	padding: 1.2em;
	font-size: .9em;
	border: 5px solid #CCC;
	border-radius: 10px;
	background-color: #f2f2f2;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}
blockquote:before, blockquote:after {
	position: absolute;
	font-size: 4em;
	opacity: .1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.6
}
.blockquote:before {
	top: 15px;
	left: 20px
}
.blockquote:after {
	bottom: 15px;
	right: 20px;
	transform: rotateY(180deg)
}
blockquote cite {
	display: block;
	text-align: right;
	color: #887f7a;
	font-size: .9em
}
.pankuzu {
	height: 2px;
	font-size: small;
	margin-top: 1.5em
}
.embedly-card {
	border: 1px solid #E6E6E6;
	padding: 5px 5px 0
}
.highlight {
	background: linear-gradient(transparent 50%, #fcf 0%);
	line-height: 1.3em
}
#toc:before {
	content: "目次（ページ内移動）";
	padding-left: 0;
	color: #644950;
	font-size: 1.3em
}
#toc {
	background: #fdf4f5;
	border: 2px solid #644950;
	font-size: .9em;
	display: table;
	padding: 15px;
	width: auto;
	border-radius: 10px
}
#toc ol, #toc ol li {
	margin: 1.5px 5px 0 12px;
	padding: 0;
	line-height: 25px;
	color: #000
}
#toc a {
	color: #644950
}
#toc a:hover {
	font-weight: 700
}
.boxbox {
	position: relative;
	margin-left: auto;
	margin-right: auto
}
.boxbox li {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .2em;
	height: 50px;
	width: 300px;
	list-style: none;
	padding: .5em 1em;
	font-weight: 700;
	color: #e9546b;
	background: #FFF;
	border: solid 3px #e9546b;
	border-radius: 10px;
	text-align: center
}
@media (max-width: 800px) {
	.boxbox li {
		width: auto
	}
}
.boxbox p {
	font-size: .7em;
	margin: 0;
	padding: 0
}
#boxbox-label {
	font-size: 1.5rem
}
.block-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -1% 30px;
	padding: 0
}
.block-grid li {
	flex: 0 1 98%;
	margin: 0 1% 30px;
	padding: 0;
	font-size: .5em;
	background: #ffc0cb;
	text-align: center
}
.block-grid a {
	text-decoration: none;
	font-size: 1.6em
}
@media (min-width: 600px) {
	.block-grid-1-2-3 li {
		flex: 0 1 48%
	}
}
@media (min-width: 800px) {
	.block-grid-1-2-3 li {
		flex: 0 1 31.3333%
	}
}
.block-grid img {
	width: 100%
}
.block-grid-img {
	position: relative;
	margin: 0;
	padding: 0
}
.box-title {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 0 9px;
	line-height: 25px;
	font-size: 1.5rem;
	background: #fff;
	color: #000;
	font-weight: 700;
	border-radius: 7px
}
.box-title .box-title-1 {
	font-size: .1rem
}
#works-text {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: red
}
.end-of-sale:before {
	content: " 販売終了";
	color: red;
	font-weight: 700;
	font-size: .7em;
	background-color: red;
	padding: 2.5px 4px;
	margin: .5em;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	animation: blinkAnime 1.4s infinite alternate
}
@keyframes blinkAnime {
	0% {
		color: red
	}
	30% {
		color: #fff
	}
	100% {
		color: #fff
	}
}
.single-word {
	padding: .5em 1em;
	margin: 2em 0;
	font-weight: 700;
	color: #e9546b;
	background: #ffe6e9;
	border: dashed 3px #e9546b;
	border-radius: 10px
}
*, :before, :after {
	box-sizing: border-box
}
.slider-box {
	height: 300px !important;
	width: 100%;
	aspect-ratio: 16 / 9;
	/* これを追加 */
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	.slider-box {
		height: 250px
	}
}
@media screen and (max-width: 420px) {
	.slider-box {
		height: 200px
	}
}
.slider {
	height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.slider__nav {
	width: 20px;
	height: 20px;
	margin: 20px!important;
	margin-bottom: 10px!important;
	border: 10px solid #333;
	border-radius: 50%;
	z-index: 10;
	outline: 15px;
	outline-offset: -7px;
	box-shadow: 0 0 0 0 #e9546b, 0 0 0 0 rgba(51, 51, 51, 0);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slider__nav:checked {
	-webkit-animation: check .4s linear forwards;
	animation: check .4s linear forwards
}
.slider__nav:checked:nth-of-type(1)~.slider__inner {
	left: 0
}
.slider__nav:checked:nth-of-type(2)~.slider__inner {
	left: -100%
}
.slider__nav:checked:nth-of-type(3)~.slider__inner {
	left: -200%
}
.slider__nav:checked:nth-of-type(4)~.slider__inner {
	left: -300%
}
.slider__nav:checked:nth-of-type(5)~.slider__inner {
	left: -400%
}
.slider__nav:hover {
	border: 10px solid #fff
}
.slider__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 500%;
	height: 100%;
	-webkit-transition: left .4s;
	transition: left .4s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.slider__contents {
	height: 100%;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.slider__image {
	font-size: 2.7rem;
	color: #2196F3
}
.slider__caption {
	font-size: 80%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	padding: 5px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.9) 90%, rgba(0, 0, 0, 0) 100%);
	height: auto;
	color: #fff;
	top: 15px;
	text-align: left;
	margin: 2rem 0 1rem;
	font-weight: 700;
	width: 500px
}
@media screen and (max-width: 800px) {
	.slider__caption {
		font-size: 80%;
		width: 420px
	}
}
@media screen and (max-width: 420px) {
	.slider__caption {
		font-size: 80%;
		width: 310px
	}
}
.slider__txt {
	color: #999;
	margin-bottom: 3rem;
	max-width: 300px
}
@-webkit-keyframes check {
	50% {
		border-color: red;
		border-radius: 0;
		box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2)
	}
	100% {
		border-color: red;
		border-radius: 0;
		box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0)
	}
}
@keyframes check {
	50% {
		border-color: red;
		border-radius: 0;
		box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2)
	}
	100% {
		border-color: red;
		border-radius: 0;
		box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0)
	}
}
.sli4 {
	width: 100%;
	height: auto;
	/* 100%からautoに変更して比率を優先させる */
	aspect-ratio: 16 / 9;
	/* HTMLの800x450と同じ比率を予約 */
	object-fit: cover;
	display: block;
}
#index-container-osusume {
	max-width: 1300px;
	margin: auto;
	padding: 0 60px 80px
}
@media screen and (max-width: 800px) {
	#index-container-osusume {
		padding: 0 30px 80px
	}
}
@media screen and (max-width: 420px) {
	#index-container-osusume {
		padding: 0 0 80px
	}
}
#works-text-1 {
	border-top: 1px dashed #aeadac;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 180%;
	text-align: center;
	font-weight: 700;
	margin-top: 50px
}
#works-text-2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
	text-align: center;
	font-weight: 700;
	margin-top: 20px
}
#works-text-2:before {
	font-size: .8em;
	font-weight: 700;
	content: "何かございましたら"
}
#works-text-2:after {
	font-size: .8em;
	font-weight: 700;
	content: "より\Aご連絡お願い致します。";
	white-space: pre
}
#index-category-list-osusume, #category-list-osusume, #category-list2-osusume {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	animation: slideInUp 1.5s;
	padding-left: 10px
}
#index-category-list-osusume li, #index-category-list-osusume section, #category-list-osusume section {
	list-style: none;
	margin-bottom: 10px;
	padding: 2.5px;
	box-shadow: 0 0 5px white, 0 0 5px #ccc 0 0 1px #aaa;
	background-color: #fff;
	border-radius: 5%
}
#index-category-list-osusume li, #index-category-list-osusume section {
	width: calc(100% / 3 + 10px)
}
#category-list-osusume section {
	width: calc(25% - 10px)
}
#index-category-list-osusume .cate-parent-osusume {
	background-color: #fafafa
}
.cate-parent-osusume:hover {
	filter: brightness(80%)
}
#index-category-list-osusume li:nth-child(3n+2):last-of-type, #index-category-list-osusume section:nth-child(3n+2):last-of-type {
	margin-right: calc(100% / 4 + 5px)
}
@media screen and (max-width: 999px) {
	#index-category-list-osusume li, #index-category-list-osusume section {
		width: calc(33.333333% - 10px)
	}
	#index-category-list-osusume li:nth-child(3n+2):last-of-type, #index-category-list-osusume section:nth-child(3n+2):last-of-type {
		margin-right: 0
	}
}
@media screen and (max-width: 666px) {
	#index-category-list-osusume li, #index-category-list-osusume section, #category-list-osusume section {
		width: calc(100% / 2 - 10px)
	}
}
@media screen and (max-width: 420px) {
	#index-container-osusume, #category-list-osusume {
		padding: 0 15px
	}
}
.cate-thumb-osusume {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.cate-li-thumb-osusume a {
	color: rgba(255, 255, 255, .7)
}
.cate-thumb-osusume img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center
}
.grid-no-image-osusume {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	letter-spacing: 1px;
	text-indent: 1px
}
.cate-li-content-osusume {
	position: relative;
	padding: 10px 5px 10px
}
.grid-datetime-osusume {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	width: 80px;
	height: 80px;
	margin: auto;
	border: 4px solid #fff;
	border-radius: 50%;
	background-color: #f0f0f0;
	line-height: 1.4
}
.grid-datetime-osusume span {
	display: block;
	text-align: center
}
.topentry-year-osusume, .topentry-month-osusume {
	font-size: 10px
}
.topentry-month-osusume {
	margin-top: 4px
}
.topentry-day-osusume {
	font: 20px/1.4
}
.cate-title-osusume {
	margin: 0 auto 10px;
	fontsize: 1.5rem;
	line-height: 1.4;
	font-weight: 700
}
.cate-description-osusume, .topentry-description-osusume {
	line-height: 1.5;
	font: 1.3rem/1.5;
	font-size: 100%
}
.grid-footer-info-osusume {
	padding-top: 8px;
	overflow: hidden;
	font-size: 1.2rem
}
.grid-category-name-osusume {
	float: left
}
.grid-comment-osusume {
	float: right
}
.grid-category-name-osusume .svg-inline--fa-osusume, .grid-comment-osusume .svg-inline--fa-osusume {
	margin-right: .5em
}
#catenum103 {
	background-image: url(//mocci.mamagoto.com/File/cold_winter.webp)
}
#catedesp103::before {
	content: "寒さ対策おススメ商品まとめ記事"
}
#catenum104 {
	background-image: url(//mocci.mamagoto.com/File/recipe.webp)
}
#catedesp104::before {
	content: "掲載した全レシピ"
}
#catenum105 {
	background-image: url(画像URL)
}
#catedesp105::before {
	content: "説明文"
}
#catenum10★ {
	background-image: url(画像URL)
}
#catedesp10★::before {
	content: "説明文"
}
------------------------------------------***/
/* --- 人気記事 2列表示カスタム --- */

/* 親要素：2列を左右に振り分け */

#index-category-list-osusume {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	padding: 0 10px !important;
	margin: 20px auto !important;
	list-style: none !important;
}
/* 各ブロック：PC・スマホ共通で幅50%弱 */

#index-category-list-osusume li.cate-parent-osusume {
	width: calc(50% - 8px) !important;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
	background-color: #fff !important;
	border-radius: 8px !important;
	overflow: hidden !important;
}
/* 3列用の余白設定を強制リセット */

#index-category-list-osusume li:nth-child(3n+2):last-of-type {
	margin-right: 0 !important;
}
/* 画像の縦横比を維持（55%） */

.cate-li-thumb-osusume {
	position: relative;
	width: 100%;
}
.cate-li-thumb-osusume::before {
	content: "";
	display: block;
	padding-top: 55%;
}
/* タイトルの調整（2列に合わせて少し小さく） */

.cate-title-osusume {
	padding: 10px 5px !important;
	font-size: 1rem !important;
	line-height: 1.4 !important;
	font-weight: bold !important;
	text-align: left;
}
/* 記事別設定（画像と紹介文） */

#catenum111 {
	background-image: url(//mocci.mamagoto.com/File/summers-eve_1.jpg);
}
#catedesp111::before {
	content: "2025年最も読まれた記事";
}
#catenum112 {
	background-image: url(//mocci.mamagoto.com/File/kinmugi_aiai_2018_1.jpg);
}
#catedesp112::before {
	content: "2025年最も読まれた記事";
}
/* 紹介文のスタイル */

.cate-description-osusume {
	font-size: 0.85rem;
	color: #666;
	padding: 0 5px 10px;
	text-align: left;
}
/* ベース：モバイル優先（今のまま2列） */

#index-category-list-osusume {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: flex-start !important;
	/* 左詰めに変更して隙間を調整 */
	gap: 10px;
	/* 記事間の隙間 */
	padding: 0 10px !important;
	margin: 20px auto !important;
	list-style: none !important;
}
#index-category-list-osusume li.cate-parent-osusume {
	width: calc(50% - 5px) !important;
	/* モバイルは2列 */
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
	background-color: #fff !important;
	border-radius: 8px !important;
	overflow: hidden !important;
}
/* ★PC画面（900px以上）の時に4列にする設定 */

@media screen and (min-width: 900px) {
	#index-category-list-osusume li.cate-parent-osusume {
		width: calc(25% - 8px) !important;
		/* 100%を4分割 */
	}
	.cate-title-osusume {
		font-size: 0.9rem !important;
		/* 4列だと横幅が狭いので少し小さく */
	}
}
/* 以前の3列用設定を完全に無効化 */

#index-category-list-osusume li:nth-child(3n+2):last-of-type {
	margin-right: 0 !important;
}
/***------------------------------------------
カテゴリ list
------------------------------------------***/

#index-container {
	max-width: 1300px;
	margin: auto;
	padding: 0 60px 80px
}
@media screen and (max-width: 800px) {
	#index-container {
		padding: 0 30px 80px
	}
}
@media screen and (max-width: 420px) {
	#index-container {
		padding: 0 0 80px
	}
}
#works-text {
	padding-bottom: 60px;
	font-size: 2rem;
	text-align: center;
	font-weight: 700
}
#index-category-list, #category-list, #category-list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	animation: slideInUp 1.5s;
	padding-left: 10px
}
#index-category-list li, #index-category-list section, #category-list section {
	list-style: none;
	margin-bottom: 20px;
	padding: 2.5px;
	box-shadow: 0 0 5px white, 0 0 5px #ccc 0 0 1px #aaa;
	background-color: #fff;
	border-radius: 10px
}
#index-category-list li, #index-category-list section {
	width: calc(100% / 4 - 10px)
}
#category-list section {
	width: calc(33.3333333% - 10px)
}
#index-category-list .cate-parent {
	background-color: #fafafa
}
.cate-parent:hover {
	filter: brightness(80%)
}
#index-category-list li:nth-child(3n+2):last-of-type, #index-category-list section:nth-child(3n+2):last-of-type {
	margin-right: calc(100% / 4 + 5px)
}
@media screen and (max-width: 999px) {
	#index-category-list li, #index-category-list section {
		width: calc(33.33333333% - 10px)
	}
	#index-category-list li:nth-child(3n+2):last-of-type, #index-category-list section:nth-child(3n+2):last-of-type {
		margin-right: 0
	}
}
@media screen and (max-width: 666px) {
	#index-category-list li, #index-category-list section, #category-list section {
		width: calc(100% / 2 - 10px)
	}
}
@media screen and (max-width: 420px) {
	#index-container, #category-list {
		padding: 0 15px
	}
}
.cate-li-thumb {
	position: relative
}
.cate-li-thumb::before {
	content: "";
	display: block;
	padding-top: 55%
}
.cate-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.cate-li-thumb a {
	color: rgba(255, 255, 255, .7)
}
.cate-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;'
}
.grid-no-image {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	letter-spacing: 1px;
	text-indent: 1px
}
.cate-li-content {
	position: relative;
	padding: 45px 15px 15px
}
.grid-datetime {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	width: 80px;
	height: 80px;
	margin: auto;
	border: 4px solid #fff;
	border-radius: 50%;
	background-color: #f0f0f0;
	line-height: 1.4
}
.grid-datetime span {
	display: block;
	text-align: center
}
.topentry-year, .topentry-month {
	font-size: 10px
}
.topentry-month {
	margin-top: 4px
}
.topentry-day {
	font: 20px/1.4
}
.cate-title {
	margin: 0 auto 10px;
	fontsize: 1.2rem;
	line-height: 1.4;
	font-weight: 700
}
.cate-description, .topentry-description {
	line-height: 1.5;
	font: 1.3rem/1.5;
	font-size: 100%
}
.grid-footer-info {
	padding-top: 8px;
	overflow: hidden;
	font-size: 1.2rem
}
.grid-category-name {
	float: left
}
.grid-comment {
	float: right
}
.grid-category-name .svg-inline--fa, .grid-comment .svg-inline--fa {
	margin-right: .5em
}
.episode-num, .grid-datetime {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	width: 80px;
	height: 80px;
	margin: auto;
	border: 4px solid #fff;
	border-radius: 30%;
	background-color: #fdf4f5;
	line-height: 1.4
}
.episode-parent {
	background-color: #dbccd4
}
.episode-num span, .grid-datetime span {
	display: block;
	text-align: center
}
.episode-count {
	font: 30px/1.4 'Rock Salt', sans-serif
}
.episode-text, .topentry-year, .topentry-month {
	font-size: 10px
}
.episode-text, .topentry-month {
	margin-top: 4px
}
.topentry-day {
	font: 20px/1.4 'Rock Salt', sans-serif
}
.cate-title {
	margin: 0 auto 10px;
	fontsize: 1.5rem;
	line-height: 1.4;
	font-weight: 700
}
.cate-description, .topentry-description {
	line-height: 1.5;
	font: 1.3rem/1.5;
	font-size: 100%
}
.grid-footer-info {
	padding-top: 8px;
	overflow: hidden;
	font-size: 1.2rem
}
.grid-category-name {
	float: left
}
.grid-comment {
	float: right
}
.grid-category-name .svg-inline--fa, .grid-comment .svg-inline--fa {
	margin-right: .5em
}
#catenum7 {
	background-image: url(//mocci.mamagoto.com/File/top_skincare.webp)
}
#catedesp7::before {
	content: "化粧水・乳液・美容液などのスキンケア用品の記事"
}
#catenum12 {
	background-image: url(//mocci.mamagoto.com/File/top_haircare.webp)
}
#catedesp12::before {
	content: "ヘアケア用品"
}
#catenum27 {
	background-image: url(//mocci.mamagoto.com/File/top_bodycare.webp)
}
#catedesp27::before {
	content: "ボディケア用品"
}
#catenum26 {
	background-image: url(//mocci.mamagoto.com/File/top_bath-additive.webp)
}
#catedesp26::before {
	content: "入浴剤"
}
#catenum21 {
	background-image: url(//mocci.mamagoto.com/File/top_cosme.webp)
}
#catedesp21::before {
	content: "ファンデーション・マスカラ等コスメ用品"
}
#catenum16 {
	background-image: url(//mocci.mamagoto.com/File/top_perfume.webp)
}
#catedesp16::before {
	content: "香水の香調や私の感じた一言イメージ"
}
#catenum18 {
	background-image: url(//mocci.mamagoto.com/File/biyou_memo.webp)
}
#catedesp18::before {
	content: "美容のためのカテゴリ"
}
#catenum13 {
	background-image: url(//mocci.mamagoto.com/File/top_foods.webp)
}
#catedesp13::before {
	content: "飲み物やお菓子以外"
}
#catenum20 {
	background-image: url(//mocci.mamagoto.com/File/maxims_de_paris_4.webp)
}
#catedesp20::before {
	content: "みんな大好き!お菓子"
}
#catenum17 {
	background-image: url(//mocci.mamagoto.com/File/top_sundries.webp)
}
#catedesp17::before {
	content: "食べ物・飲み物・コスメ以外"
}
#catenum14 {
	background-image: url(//mocci.mamagoto.com/File/top_drinks.webp)
}
#catedesp14::before {
	content: "水・炭酸水・アルコールなど"
}
#catenum28 {
	background-image: url(//mocci.mamagoto.com/File/top_supplement.webp)
}
#catedesp28::before {
	content: "サプリメント等"
}
#catenum11 {
	background-image: url(//mocci.mamagoto.com/File/top_memorandum-recipes.webp)
}
#catedesp11::before {
	content: "ちょっとしたレシピメモ"
}
#catenum8 {
	background-image: url(//mocci.mamagoto.com/File/top_memorandum-travel.webp)
}
#catedesp8::before {
	content: "旅の備忘録"
}
#catenum1 {
	background-image: url(//mocci.mamagoto.com/File/memo_top.webp)
}
#catedesp1::before {
	content: "ちょっとしたメモ書き"
}
#catenum0 {
	background-image: url(//mocci.mamagoto.com/File/top_unselected.webp)
}
#catedesp0::before {
	content: ""
}
#catenum★カテゴリ番号★ {
	background-image: url(画像URL)
}
#catedesp★カテゴリ番号★::before {
	content: "説明文"
}
------------------------------------------***/
/*---トップページの最新記事一覧文字装飾---*/

.top-page-allentry {
	text-align: right!important;
	font-weight: 700!important;
	padding-top: 5px!important
}
.episode-num-matome {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	width: 100%;
	height: 50px;
	margin: auto;
	border: 4px solid #fff;
	border-radius: 20%;
	background-color: #fdf4f5;
	line-height: 1.4
}
.episode-num-matome span {
	display: block;
	text-align: center
}
.episode-count-matome {
	font-weight: 700
}
.episode-text-matome {
	font-size: 12px
}
.episode-text-matome {
	margin-top: 4px
}
.toppage-free-space {
	width: 100%
}
#mocci-shelf-top {
	background-image: url(//mocci.mamagoto.com/File/f_c_top.png);
	width: 500px;
	height: 111px
}
#mocci-shelf-spc {
	width: 500px;
	height: 155px
}
#mocci-shelf-btn-spc {
	width: 500px;
	height: 50px;
	margin-top: 0;
	margin-left: 50px
}
#mocci-shelf-btn-1 {
	width: 40px;
	height: 25px;
	border-radius: 5px;
	margin-left: 30px;
	margin-right: 28px;
	margin-top: 3px;
	background-color: #000;
	float: left;
	position: relative;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	padding-top: 5px;
	text-decoration: none
}
#mocci-shelf-btn-1:after {
	content: "";
	position: absolute;
	right: 0;
	top: -35px;
	left: -16px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #000;
	border-width: 28px 8px 10px
}
#mocci-shelf-btn-1:hover {
	transform: scale(1.3);
	transition-duration: .2s
}
#mocci-shelf_1 {
	background-image: url(//mocci.mamagoto.com/File/f_c_1.png);
	width: 500px;
	height: 204px
}
#mocci-shelf_2 {
	background-image: url(//mocci.mamagoto.com/File/f_c_2.png);
	width: 500px;
	height: 204px
}
#mocci-shelf_3 {
	background-image: url(//mocci.mamagoto.com/File/f_c_3.png);
	width: 500px;
	height: 204px
}
#mocci-shelf_4 {
	background-image: url(//mocci.mamagoto.com/File/f_c_4.png);
	width: 500px;
	height: 204px
}
#mocci-shelf_5 {
	background-image: url(//mocci.mamagoto.com/File/f_c_5.png);
	width: 500px;
	height: 204px
}
@media screen and (max-width: 499px) {
	#mocci-shelf-top {
		background-image: url(//mocci.mamagoto.com/File/f_c_top.png);
		width: 300px;
		height: 66.6px;
		background-size: contain
	}
	#mocci-shelf-spc {
		width: 300px;
		height: 93px
	}
	#mocci-shelf-btn-spc {
		width: 300px;
		height: 20px;
		margin-top: 0;
		margin-left: 20px
	}
	#mocci-shelf-btn-1 {
		width: 35px;
		height: 20px;
		border-radius: 5px;
		margin-left: 20px;
		margin-right: 5px;
		margin-top: 3px;
		background-color: #000;
		float: left;
		position: relative;
		padding-top: 3px;
		text-decoration: none
	}
	#mocci-shelf-btn-1:after {
		text-align: center;
		vertical-align: middle;
		font-size: .8rem;
		content: "記事へ";
		font-weight: 700;
		color: #fff;
		padding: .5px;
		text-decoration: none
	}
	#mocci-shelf-btn-1:after {
		content: "";
		position: absolute;
		right: 0;
		top: -35px;
		left: -16px;
		width: 0;
		height: 0;
		margin: auto;
		border-style: solid;
		border-color: transparent transparent #000;
		border-width: 28px 5px 10px
	}
	#mocci-shelf-btn-1:hover {
		transform: scale(1.3);
		transition-duration: .3s
	}
	#mocci-shelf_1 {
		background-image: url(//mocci.mamagoto.com/File/f_c_1.png);
		width: 300px;
		height: 123px;
		background-size: contain
	}
	#mocci-shelf_2 {
		background-image: url(//mocci.mamagoto.com/File/f_c_2.png);
		width: 300px;
		height: 123px;
		background-size: contain
	}
	#mocci-shelf_3 {
		background-image: url(//mocci.mamagoto.com/File/f_c_3.png);
		width: 300px;
		height: 123px;
		background-size: contain
	}
	#mocci-shelf_4 {
		background-image: url(//mocci.mamagoto.com/File/f_c_4.png);
		width: 300px;
		height: 123px;
		background-size: contain
	}
	#mocci-shelf_5 {
		background-image: url(//mocci.mamagoto.com/File/f_c_5.png);
		width: 300px;
		height: 123px;
		background-size: contain
	}
}
#mocci-shelf-to-top {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	background-color: gray;
	text-align: center;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}
.waku-3 {
	position: relative;
	border: 1.5px solid #b33640;
	width: 90%;
	margin: 2em auto;
	padding: 20px 15px 15px 20px;
	z-index: 0
}
.waku-3::before, .waku-3::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%
}
.waku-3::before {
	border: 1px solid #e9546b;
	bottom: -4px;
	right: -4px;
	z-index: 1
}
.waku-3::after {
	border: 1.5px solid #b33640;
	bottom: -8px;
	right: -8px;
	z-index: 2
}
#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border-radius: 50%
}
#page-top i {
	color: #000;
	font-size: 50px;
	line-height: 50px;
	opacity: .2;
	text-align: center:
}
#page-top a {
	position: relative;
	display: block;
	text-decoration: none;
	z-index: 9999;
	border-radius: 50%
}
#page-top i:hover {
	text-decoration: none;
	color: #a99e93;
	opacity: 1
}
.footer-text, .sidebar-caption, .post-date {
	font-size: 14px
}
li {
	font-size: 14px
}
}
h2, h3, h4 {
	font-weight: 700;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	line-height: 1.4
}
.image-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px
}
.image-item {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit
}
.image-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
	object-fit: cover
}
.category-label {
	position: absolute;
	top: 8px;
	left: 8px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 4px 8px;
	font-size: 14px;
	border-radius: 4px;
	pointer-events: none
}
@media (max-width: 1024px) {
	.image-grid {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media (max-width: 768px) {
	.image-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media screen and (max-width: 849px) {
	.adsbygoogle, .creative {
		min-height: 280px;
		width: 336px
	}
}
.NinjaEntryCommercial {
	margin: 0 auto;
}
/* プロモーション文言の基本設定（どのページでも共通） */

.entry-notice {
	clear: both !important;
	display: flex !important;
	align-items: center;
	width: 100% !important;
	font-size: 11px;
	color: #888;
	margin: 10px 0 !important;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	line-height: 1.5;
}
.entry-notice i {
	margin-right: 6px;
	color: #b0b0b0;
}
/* ★個別記事（is-singleがついている時）だけ、縦並びを強制する */

.entry-title-block.is-single {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	float: none !important;
	width: 100% !important;
}
.entry-title-block.is-single .entry-title {
	float: none !important;
	margin-bottom: 5px !important;
}
/* PC表示の時のタイトル文字サイズを調整 */

@media screen and (min-width: 800px) {
	.entry-title-block.is-single .entry-title {
		font-size: 26px !important;
		/* 数値はお好みで調整してください（20〜26pxあたりが一般的です） */
	}
}
/* ============================================================
   最終調整：PC4列 / スマホ2列 
   ============================================================ */

/* 1. PC表示 (1000px以上) */

@media screen and (min-width: 1000px) {
	/* カテゴリー一覧 & おすすめ記事 両方に適用 */
	#index-category-list, #index-category-list-osusume {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: flex-start !important;
		/* 左詰めにする */
		gap: 20px 10px !important;
		/* カード同士の隙間(上下 左右) */
	}
	#index-category-list li, #index-category-list-osusume li.cate-parent-osusume {
		width: calc(25% - 8px) !important;
		/* 4列(100/4=25)から隙間分を引く */
		margin: 0 0 40px 0 !important;
		/* 下に余裕を持たせる */
		flex: 0 0 auto !important;
	}
}
/* 2. スマホ表示 (666px以下) */

@media screen and (max-width: 666px) {
	#index-category-list, #index-category-list-osusume {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
		gap: 15px 5px !important;
	}
	#index-category-list li, #index-category-list-osusume li.cate-parent-osusume {
		width: calc(50% - 5px) !important;
		/* 2列(100/2=50)から隙間分を引く */
		margin: 0 0 20px 0 !important;
		flex: 0 0 auto !important;
	}
}