@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #: #;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.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; }

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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html,
body {
  color: #644950;
  font-size: 10px;
  font-family: Arial, "メイリオ", sans-serif;
  background: #F3F2f1; }

svg {
  width: 100%; }

h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

a {
  text-decoration: none;
  color: #e9546b;
  transition: .25s; }
  a:hover, a:active {
    color: #e9546b;
    text-decoration: underline; }

pre,
code {
  font-family: monospace;
  background: #ebebeb;
  border: 0.1rem solid #dcd6d9; }
  .panel-heading pre, .panel-heading
  code {
    color: #644950;
    font-weight: normal; }

code {
  padding: 0.5rem 0.5rem;
  margin: 0.5rem 0.5rem; }
  pre code {
    border: none;
    padding: 0;
    margin: 0; }

pre {
  padding: 2rem 2rem; }

ul {
  padding-left: 0; }

li {
  margin-bottom: 0.5rem;
 }

dl {
  margin: 0; }

dt {
  margin-top: 2rem;
  font-weight: bold; }
  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: 0.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 4px;
  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: 3.92rem;
  padding: 1rem 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: 0.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 2rem; }

.nav-tab-item {
  display: inline-block;
  padding: 2rem 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: #ffffff;
  border-top: 0.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: 0.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: 0.5rem 0.5rem;
  padding: 2rem 2rem;
  background: #ffffff;
  color: inherit;
  line-height: 1;
  min-height: 5.6rem;
  box-sizing: border-box;
  border-radius: 2.8rem;
  cursor: pointer;
  border: 0.1rem solid #dcd6d9;
  color: #644950;
  background-color: #ffffff;
  border-color: #dcd6d9; }
  .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: #ffffff;
    border-color: #dcd6d9; }
  .btn .badge {
    color: #ffffff;
    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 2rem;
  border-radius: 1rem; }

.btn-small {
  padding: 1rem 1rem;
  font-size: 1.6rem; }

.btn-smaller {
  padding: 0.5rem 0.5rem;
  font-size: 1.1rem; }

.btn-primary {
  color: #ffffff;
  background-color: #e9546b;
  border-color: #e9546b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #f96c7f;
    border-color: #4b1016; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #f96c7f;
    border-color: #c05260; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    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: #ffffff;
      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: #ffffff; }

.btn-success {
  color: #644950;
  background-color: #ffffff;
  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: #ffffff;
    border-color: #dcd6d9; }
  .btn-success .badge {
    color: #ffffff;
    background-color: #644950; }

.btn-info {
  color: #644950;
  background-color: #ffffff;
  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: #ffffff;
    border-color: #dcd6d9; }
  .btn-info .badge {
    color: #ffffff;
    background-color: #644950; }

.btn-warning {
  color: #644950;
  background-color: #ffffff;
  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: #ffffff;
    border-color: #dcd6d9; }
  .btn-warning .badge {
    color: #ffffff;
    background-color: #644950; }

.btn-danger {
  color: #644950;
  background-color: #ffffff;
  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: #ffffff;
    border-color: #dcd6d9; }
  .btn-danger .badge {
    color: #ffffff;
    background-color: #644950; }

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0; }

.strong {
  font-weight: bold; }

.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; } }

/*--common--*/
.header-title-block,
.header-nav,
#main-block,
#footer-block {
  font-size: 1.6rem;
  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: 0.5rem;
  width: 0;
  height: 0;
  box-sizing: content-box;
  position: relative;
  top: .15em;
  border: 0.5rem solid transparent;
  border-top-color: inherit; }

hr {
  height: .1rem;
  border: 0;
  background: #dcd6d9; }





/*----------
header設定
------------*/
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 1px 3px rgba(0, 0, 0, 0.12), 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: 0.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: 1em;
  font-weight: bold;
  padding: 18px 0px 18px 0px; 
  vertical-align: middle;
}

.mocci-header-brand img{
  width: 50px;
  margin-left: 10px;
  vertical-align: middle;
}

.mocci-header-menu {
  min-height: 58px;
  transition: 0.6s ease;
  width: 100%;
}

.mocci-header-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.mocci-header-menu a,
.mocci-header-item a {
  font-size:1.5rem;
  font-weight:bold;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.mocci-header-item {
  height: 58px;
}
  .mocci-header-item a {
    padding: 18px 24px 18px 24px;
    display: block;
}

.mocci-header-hamburger {
  padding: 18px 24px 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 0.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: 768px) {
  .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: #e9546b;
  color: #fff; }

.mocci-header-menu-dark .active,
.mocci-header-menu-dark .mocci-header-item:hover {
  background-color: #b33640; }
.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; }
/*--/header設定--*/

/*-----------
footer設定
-----------*/
#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: #ffffff;
  font-size: 0.9em; }

.footer-list {
  margin: 0;
  padding-left: 15px; }

.footer-list-item {
  list-style: none;
  margin: 0;
  padding: 0; }
.footer-list-item a {
    color: #ffffff; }
.footer-list-item a:hover,
.footer-list-item a:active {
      color: #ffffff; }

.footer-list-item-1 {
  font-size:1.2rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.footer-list-item-1 a {
    color: #ffffff; }
.footer-list-item-1 a:hover,
.footer-list-item-1 a:active {
      color: #ffffff; }
/*--/footer設定--*/

/*--main--*/
#main-block {
  margin-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    #main-block {
      margin: 2rem auto; } }

.entry-list-title-block {
  margin: 2rem 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: bold; }
  @media screen and (min-width: 1024px) {
    .entry-list-title {
      font-size: 1.6rem;
      margin: 4rem 0; } }

.entry-list {
  margin: 0;
  padding: 0; }

.entry-list-item {
  margin: 0 0 1rem 0;
  list-style: none;
  background: #ffffff;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
  border-top:solid 5px #e9546b; }
  @media screen and (min-width: 1024px) {
    .entry-list-item {
      margin: 0 0 1.5rem 0; }
 }
  .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: 0px;
  background-color:white;
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 {
    flex: 0 0 auto;
    padding: 0;
    background:#e9546b;
    background-size: 40rem;
    background-position: center top;
    text-align: center;
    white-space: nowrap;
    line-height: 1.05;
    width: 9rem;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    align-items: center; }
    .entry-header-block .entry-footer-block .entry-footer {
      flex: 1 1 auto;
      margin: 0;
      color: #ffffff;
      border-top: 0; }
    .entry-header-block .entry-footer-block .year {
      display: block;
      font-size: 1.2rem; }
    .entry-header-block .entry-footer-block .date {
      display: block;
      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 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 2rem; } }
  .entry-title:hover, .entry-title:active {
    text-decoration: none; }

.entry-footer {
  margin: 2rem 0 0;
  padding: 2rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #e9546b;
  border-top: 0.1rem solid #dcd6d9; }
  @media screen and (min-width: 1024px) {
    .entry-footer {
      font-size: 1.2rem;
      font-weight: normal;
      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: 0.5rem; }
  .entry-footer-item a {
    color: #e9546b; }
    .entry-footer-item a:hover, .entry-footer-item a:active {
      color: #644950; }

.pager-block {
  margin: 2rem 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 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: #ffffff; }
  .pager-item:last-child {
    margin-right: 0; }
  .pager-item > span {
    display: block;
    padding: 1rem 1rem;
    text-align: center;
    background: #ebebeb; }

a.pager-item-link {
  display: block;
  padding: 1rem 1rem;
  text-align: center;
  color: #ffffff;
  background: #e9546b; }
  a.pager-item-link:hover span.fa, a.pager-item-link:active span.fa {
    color: rgba(255, 255, 255, 0.75); }

.entry-block {
  margin: 6rem 0.5rem;
  background: #ffffff;
  box-shadow: 0 0.1rem 0.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: bold; }
  .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 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 2rem; }

.entryPsLink {
  margin: 0;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .entryPsLink {
      margin: 2rem 2rem;
      text-align: right; } }
  .entryPsLink a {
    display: block;
    background: #6f565d;
    padding: 1rem 2rem;
    color: #ffffff;
    font-size: 1.2rem; }
    @media screen and (min-width: 1024px) {
      .entryPsLink a {
        display: inline;
        padding: 1rem 2rem;
        font-size: 1.6rem;
        font-weight: normal; } }
    .entryPsLink a:hover, .entryPsLink a:active {
      text-decoration: none;
      background: #e9546b;
      color: #ffffff; }

/*★*/
.aside-block {
  margin: 2rem 2rem; }
  @media screen and (min-width: 1024px) {
    .aside-block {
      margin: 4rem 0; } }

#comment-block {
  margin: 2rem 2rem;
  background: #ffffff;
  box-shadow: 0 0.1rem 0.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 2rem;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: .2em; } }

.comment-text-block {
  margin: 0;
  padding: 2rem 2rem;
  border-bottom: 0.1rem solid #dcd6d9; }

.comment-title {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold; }
  @media screen and (min-width: 1024px) {
    .comment-title {
      font-weight: bold;
      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: 0.1rem solid #dcd6d9; }

.comment-form-block {
  padding: 2rem 2rem; }
  @media screen and (min-width: 1024px) {
    .comment-form-block .form-control {
      background: #ffffff;
      border: 0.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: #ffffff;
  box-shadow: 0 0.1rem 0.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 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: 1.6rem;
  border-bottom: 0.1rem solid #dcd6d9; }
  @media screen and (min-width: 1024px) {
    .accordion {
      margin-top: 0;
      border: 0; } }
  .accordion + .accordion {
    margin-top: -0.1rem; }
    @media screen and (min-width: 1024px) {
      .accordion + .accordion {
        margin-top: 0; } }

.accordion-group {
  border-top: 0.1rem solid #dcd6d9; }
  @media screen and (min-width: 1024px) {
    .accordion-group {
      flex: 0 0 auto;
      width: 32.8rem;
      margin-left: 2rem;
      margin-bottom: 4rem;
      background: #ffffff;
      box-shadow: 0 0.1rem 0.3rem 0 #ebebeb;
      border-top: 0; }
      .accordion-group:nth-child(3n+1) {
        margin-left: 0; } }

@media screen and (min-width: 1024px) {
  .accordion-heading {
    font-weight: bold;
    background: #e9546b;
    background-size: 100%; }
    .accordion-heading .caret {
      display: none; } }
.accordion-heading .accordion-toggle {
  display: block;
  padding: 2rem 2rem;
  line-height: 1.05;
  background: #e9546b;
  color: #ffffff; }
  .accordion-heading .accordion-toggle.{
    background: transparent;
    color: #644950; }
    @media screen and (min-width: 1024px) {
      .accordion-heading .accordion-toggle {
        color: #ffffff; } }

.accordion-body {
  padding: 2rem 2rem;
  background: #ffffff; }
  @media screen and (min-width: 1024px) {
    .accordion-body {
      display: block;
      border: 0; } }

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 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: bold; }
      @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 1rem;
    text-align: center; }

.CalendarNowTd {
  flex: 5 5 auto;
  padding: 1rem 1rem;
  font-weight: bold; }

.CalendarTable th {
  padding: 2rem 2rem 1rem;
  font-size: 1.2rem;
  font-weight: normal; }
  @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 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: white;
    border: 0.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: white; }
    .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: white; } }
  .blogsearch form input[type="submit"] {
    flex: 0 0 auto;
    margin: 0 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: #dcd6d9;
    background: #e9546b;
    color: #ffffff; }
    .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:0.8em;
  font-weight:bold;}
.plugin_data .right {
  text-align: right; }
.plugin_data .left {
  text-align: left; }
.plugin_data .center {
  text-align: center; }

.plugin_data_date {
  font-size: 1.2rem;
  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:auto;
    height:auto;
    max-width:65%;
  margin:auto;
}
  .saishin-block{
    position:relative;
  height:auto;
  border-bottom:1px dashed #aeadac;
  margin-bottom:5px;
        } 
  .plugin_data_date {
  clear:both;
  font-size: 1.5rem;
  color: #aeadac;
  text-align: left;
  margin-bottom:2px;}

}


/*--もっちりんこタグ装飾--*/
.mocci-tag{
  font-size: 75%;
  padding: 4px 10px;/*余白*/
  margin: 2em 0;
  font-weight: bold;
  border-radius: 10px;/*角丸*/
  border: solid 2px #e9546b;/*枠線太さ・色*/
  color: #e9546b;
  background: #fff;
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  margin: 0;
  display:inline-block;/*長さ*/
}

/*----------
吹き出し
----------*/
/*--吹き出し（上に人）--*/
.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: 110px;
    margin-top: 20px;
    padding: 10px 15px;
    border-radius: 10px;
    background: #b33640;
  	box-sizing: border-box;
    color:white;
}

.says:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 6px;
  margin-left: 0px;
  border-right: 18px solid #b33640;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  z-index: 1;
}

.says p {
    margin: 0;
    padding: 0;
}

/*--memoくん　吹き出し（下に人）--*/
.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: white;
    font-weight: bold;
  font-size:0.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: 0.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:1.5rem;
    color: #fff !important;
}
.booklink-link2 a,
.kaerebalink-link1 a:after{
  content:"　で見る";
}

.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.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 #7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.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: bold;
}
.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 0px;
    padding:10px 0px;
  }
}
/*--カエレバ（レスポンシブ）テキストのみ--*/
.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;
}

.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: 0.6;}
.kaerebatextlink a:active{
    position:relative;
    top:1px;
}
.kaerebatextlink a:after{
  content:"　で見る";
  font-size:1.2rem;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{
  color:white !important;
  border: 3px solid #FF9901 !important;
  background:#FF9901;
}
.shoplinkrakuten a{
  color:white !important;
  border: 3px solid #c20004 !important;
  background:#c20004;
}
.shoplinkwowma a{
  color:white !important;
  border: 3px solid #808080 !important;
  background:#808080;
}

.shoplinkkindle a{color:#007dcd !important;border: 3px solid #007dcd !important;}
.shoplinkkakakucom a{color:#314995 !important;border: 3px solid #314995;}
.shoplinkyahoo a{color:#7b0099 !important;border: 3px solid #7b0099 !important;}

.shoplinkother a{
  color:white !important;
  border: 3px solid #003399 !important;
  background:#003399;
}
li.shoplinkother{
  list-style-type:none!important;
}

.shoplinkamazon a:hover{
  color:#FF9901 !important;
  border: 3px solid #FF9901 !important;
  background:white;
}
.shoplinkrakuten a:hover{
  color:#c20004 !important;
  border: 3px solid #c20004 !important;
  background:white;
}
.shoplinkwowma a:hover{
  color:#808080 !important;
  border: 3px solid #808080 !important;
  background:white;
}

.shoplinkother a:hover{
  color:#003399 !important;
  border: 3px solid #003399 !important;
  background:white;
}

/*ここまでを変更*/

@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 0px;
    padding:10px 0px;
}
}

/*-----------
見出し設定
------------*/
h2 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fdf4f5;/*背景色*/
border-left: solid 16px #e9546b;/*左線（実線 太さ 色）*/
  border-bottom: solid 5px #e9546b;/*左線（実線 太さ 色）*/
  border-top: dashed 3px #e9546b;/*左線（実線 太さ 色）*/
}
h3 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fdf4f5;/*背景色*/
border-left: solid 12px #e9546b;/*左線（実線 太さ 色）*/
  border-bottom: solid 4px #e9546b;/*左線（実線 太さ 色）*/
}
h4 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fdf4f5;/*背景色*/
border-left: solid 8px #e9546b;/*左線（実線 太さ 色）*/
  border-bottom: solid 3px #e9546b;/*左線（実線 太さ 色）*/
}
h5 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fdf4f5;/*背景色*/
  border-bottom: solid 3px #e9546b;/*左線（実線 太さ 色）*/
}

/*-------------
blockquote設定
-------------*/

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:MS Sans Serif;
}

.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: 0.9em;
}

/*------------
パンくず設定
-------------*/
.pankuzu {
  height: 2px;
  font-size: small;
  margin-top:1.5em;}

/*-----------------
embedlyカードの枠線
-----------------*/
.embedly-card{
border: 1px solid #E6E6E6;
padding: 5px 5px 0px 5px;
}

/*----------------
文字ハイライト
----------------*/
.highlight {
    background: linear-gradient(transparent 50%, #ffccff 0%);
    line-height: 1.3em;
}

/*-----
目次
-----*/
/*目次文字部分のcss*/

#toc:before {
  content: "目次（ページ内移動）";
  padding-left: 0px;
  color: rgb(100,73,80);
  font-size:1.3em;
}

/*目次ボックス内のcss*/
#toc {
  background: #fdf4f5;
  border: 2px solid #644950;
  font-size: 0.9em;
  display: table;
  padding: 15px;
  width: auto;
  border-radius:10px;
}
/*目次のリスト表示部分のcss*/
#toc ol,
#toc ol li {
  margin: 1.5px 5px 0px 12px;
  padding: 0;
  line-height: 25px;
  color: black;
}
/*目次内の見出しリンクのcss*/
#toc a {
  color: #644950;
}
/*目次の各見出しにマウスが置かれた時のcss*/
#toc a:hover {
  font-weight:bold;
}


/*TOPページのcss*/
.boxbox{
  	position:relative;
  margin-left: auto;
  margin-right: auto;
  }
.boxbox li {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.2em;
	height: 50px;
	width: 300px;
	list-style: none;
    padding: 0.5em 1em;
    font-weight: bold;
    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:0.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:0.5em;
  background: pink;
  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 0;
    padding: 0;
}
.box-title {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0 9px;
    line-height: 25px;
    font-size: 1.5rem;
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 7px;

}
.box-title .box-title-1 {
    font-size: 0.1rem;
}
#works-text{
  text-align:center;
  font-size:2rem;
  font-weight:bold;
  color:red;
}

/*--販売終了マーク--*/

.end-of-sale:before{
  content:" 販売終了";
  color:red;
  font-weight: bold;
  font-size:0.7em;
  background-color:red;
  padding: 2.5px 4px;
  margin:0.5em;
  text-align:center;
  vertical-align: middle;
  border-radius: 5px;/*角丸*/
  animation: blinkAnime 1.4s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: red }
  30% { color: white }
 100% { color: white }
}

/*--商品一言説明--*/
.single-word{
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #e9546b;/*文字色*/
    background: #ffe6e9;
    border: dashed 3px #e9546b;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/***------------------------------------------
      スライダー
------------------------------------------***/
*, *:before, *:after {
  box-sizing: border-box;

}

.slider-box {
  height: 300px!important;
width:100%;
}
@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 0.4s linear forwards;
          animation: check 0.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 white;
}

.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.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: 200px;
  padding: 2rem;
  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:0.9em;
  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: white;
  top:1px;
  text-align: left;
  margin: 2rem 0 1rem;
  font-weight:bold;
width:500px;
}

@media screen and (max-width: 800px) {
.slider__caption {
  font-size:0.8em;
width:420px;
  }
}

@media screen and (max-width: 420px) {
.slider__caption {
  font-size:0.6em;
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: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}



/***------------------------------------------
      おススメタグ list
------------------------------------------***/

#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: 2.5rem;
  text-align: center;
  font-weight:bold;
  margin-top:20px;
}
#works-text-2 {
  padding-top: 5px;
  padding-bottom:5px;
  font-size: 1em;
  text-align: center;
  font-weight:bold;
  margin-top:20px;
}

#works-text-2:before{
  font-size: 0.8em;
  font-weight:bold;
  content:"何かございましたら";
}

#works-text-2:after{
  font-size: 0.8em;
  font-weight:bold;
  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.5.slider__navpx;
  box-shadow: 0 0 5px white,
              0 0 5px rgb(204,204,204),
              0 0 1px rgb(170,170,170);
  background-color: white;
  border-radius:5%;
}

#index-category-list-osusume li,
#index-category-list-osusume section {
  width: calc(100% / 3 - 10px);
}

*::-ms-backdrop, #index-category-list-osusume li,
*::-ms-backdrop, #index-category-list-osusume section {
  width: calc(25% - 10px);
}

#category-list-osusume section {
  width: calc(25% - 10px);
}

#index-category-list-osusume .cate-parent-osusume {
  background-color: rgb(250,250,250);
}
.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);
}

*::-ms-backdrop, #index-category-list li:nth-child(3n+2):last-of-type,
*::-ms-backdrop, #index-category-list section:nth-child(3n+2):last-of-type {
  margin-right: calc(25% + 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-li-thumb-osusume {
  position: relative;
}

.cate-li-thumb-osusume::before {
  content: "";
  display: block;
  padding-top: 55%;
}

.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;
  font-family: '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: 40px 5px 10px;
}

/* parent category list */
.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 white;
  border-radius: 50%;
  background-color: rgb(240,240,240);
  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;
  font: normal 1.5rem/1.4;
  font-weight:bold;
}

.cate-description-osusume,
.topentry-description-osusume {
  line-height: 1.5;
  font: 1.3rem/1.5;
  font-size:0.7em;
}

.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;
}


/* 注)カテゴリ毎の説明文サンプルここから, 編集後は削除してください */
/*101*/
#catenum101 {background-image: url(//mocci.mamagoto.com/File/facemask_201901.png);}
#catedesp101::before {content: "このブログで記事になっているフェイスマスク・パックのまとめ記事";}
/*102*/
#catenum102 {background-image: url(//mocci.mamagoto.com/File/2018_illustration.png);}
#catedesp102::before {content: "2018年に使用し、感動（満足）したものをまとめています";}
/*103*/
#catenum103 {background-image: url(//mocci.mamagoto.com/File/cold_winter.jpg);}
#catedesp103::before {content: "寒い時期におススメの商品まとめ記事";}
/*104*/
#catenum104 {background-image: url(//mocci.mamagoto.com/File/gazou-de-sagaseru.png);}
#catedesp104::before {content: "ゆっくり更新します";}
/*105*/
#catenum105 {background-image: url(画像URL);}
#catedesp105::before {content: "説明文";}

/***------------------------------------------
/*10★*/
#catenum10★ {background-image: url(画像URL);}
#catedesp10★::before {content: "説明文";}
------------------------------------------***/

/***------------------------------------------
カテゴリ 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:bold;
}

#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.5.slider__navpx;
  box-shadow: 0 0 5px white,
              0 0 5px rgb(204,204,204),
              0 0 1px rgb(170,170,170);
  background-color: white;
  border-radius:10px;
}

#index-category-list li,
#index-category-list section {
  width: calc(100% / 4 - 10px);
}

*::-ms-backdrop, #index-category-list li,
*::-ms-backdrop, #index-category-list section {
  width: calc(25% - 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);
}

*::-ms-backdrop, #index-category-list li:nth-child(3n+2):last-of-type,
*::-ms-backdrop, #index-category-list section:nth-child(3n+2):last-of-type {
  margin-right: calc(25% + 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;
  }
}/*削除index-container*/

.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;
}

/* parent category list */
.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 white;
  border-radius: 50%;
  background-color: rgb(240,240,240);
  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;
  font: normal 1.2rem/1.4;
  font-weight:bold;
}

.cate-description,
.topentry-description {
  line-height: 1.5;
  font: 1.3rem/1.5;
  font-size:0.7em;
}

.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;
}

/* parent category list */
.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 white;
  border-radius: 30%;
  background-color: #fdf4f5;
  line-height: 1.4;
}

.episode-parent {
  background-color: rgb(219,204,212);
}

.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;
  font: normal 1.5rem/1.4;
  font-weight:bold;
}

.cate-description,
.topentry-description {
  line-height: 1.5;
  font: 1.3rem/1.5;
  font-size:0.7em;
}

.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.jpg);}
#catedesp7::before {content: "化粧水・乳液・美容液・パックなどのスキンケア用品の記事がまとめられています";}
/*ヘアケア*/
#catenum12 {background-image: url(//mocci.mamagoto.com/File/top_haircare.jpg);}
#catedesp12::before {content: "シャンプー・トリートメント・ヘアオイルなどのヘアケア用品";}
/*ボディケア*/
#catenum27 {background-image: url(//mocci.mamagoto.com/File/top_bodycare.jpg);}
#catedesp27::before {content: "ボディケア用品";}
/*入浴剤*/
#catenum26 {background-image: url(//mocci.mamagoto.com/File/top_bath-additive.jpg);}
#catedesp26::before {content: "入浴剤";}
/*コスメ*/
#catenum21 {background-image: url(//mocci.mamagoto.com/File/top_cosme.jpg);}
#catedesp21::before {content: "ファンデーション・マスカラ等コスメ用品";}

/*香水*/
#catenum16 {background-image: url(//mocci.mamagoto.com/File/top_perfume.jpg);}
#catedesp16::before {content: "香水の香調や私の感じた一言イメージ";}
/*備忘録・美容memo*/
#catenum18 {background-image: url(//mocci.mamagoto.com/File/biyou_memo.png);}
#catedesp18::before {content: "美容のためのカテゴリ";}
/*★食品*/
#catenum13 {background-image: url(//mocci.mamagoto.com/File/top_foods.jpg);}
#catedesp13::before {content: "口に入れる飲み物以外の記事";}
/*★お菓子*/
#catenum20 {background-image: url(//mocci.mamagoto.com/File/maxims_de_paris_4.jpg);}
#catedesp20::before {content: "お土産で頂いたものやら買ったものやらの甘いもの";}
/*雑貨*/
#catenum17 {background-image: url(//mocci.mamagoto.com/File/top_sundries.jpg);}
#catedesp17::before {content: "食べ物・飲み物・コスメ以外";}
/*◇飲み物*/
#catenum14 {background-image: url(//mocci.mamagoto.com/File/top_drinks.jpg);}
#catedesp14::before {content: "水・炭酸水・アルコールなど";}
/*健康食品・サプリメント*/
#catenum28 {background-image: url(//mocci.mamagoto.com/File/9ef73551.jpeg);}
#catedesp28::before {content: "サプリメント等";}

/*備忘録・レシピ*/
#catenum11 {background-image: url(//mocci.mamagoto.com/File/top_memorandum-recipes.jpg);}
#catedesp11::before {content: "ちょっとしたレシピメモ";}
/*備忘録・旅*/
#catenum8 {background-image: url(//mocci.mamagoto.com/File/top_memorandum-travel.jpg);}
#catedesp8::before {content: "旅の備忘録";}
/*memo*/
#catenum1 {background-image: url(//mocci.mamagoto.com/File/memo_top.png);}
#catedesp1::before {content: "ちょっとしたメモ書き";}

/*未選択*/
#catenum0 {background-image: url(//mocci.mamagoto.com/File/top_unselected.png);}
#catedesp0::before {content: "";}

/***------------------------------------------
/*カテゴリ名*/
#catenum★カテゴリ番号★ {background-image: url(画像URL);}
#catedesp★カテゴリ番号★::before {content: "説明文";}
------------------------------------------***/

/*--トップページの最新記事一覧文字装飾--*/
.top-page-allentry{
  text-align: right !important;
  font-weight: bold !important;
  padding-top: 5px!important;
}

/* parent category list */
.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 white;
  border-radius: 20%;
  background-color: #fdf4f5;
  line-height: 1.4;
}

.episode-num-matome span{
  display: block;
  text-align: center;
}

.episode-count-matome {
  font-weight:bold;
}

.episode-text-matome {
  font-size: 10px;
}

.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: 0px;
	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:black;
	float: left;
  position: relative;
  text-decoration:none;
  text-align:center;
  vertical-align:middle;
  font-size:1rem;
  font-weight:bold;
  color:white;
  padding-top:5px;
  text-decoration:none;
  }

  
   #mocci-shelf-btn-1:after{
  content: "";
  position: absolute;
  right: 0;
  top: -35px;
  left: -16px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent black transparent;
  border-width: 28px 8px 10px 8px;
}

  #mocci-shelf-btn-1:hover{
 	transform: scale(1.3);	/*画像の拡大率*/
	transition-duration: 0.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: 0px;
	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:black;
	float: left;
  position: relative;
  padding-top:3px;
  text-decoration:none;
  }

  #mocci-shelf-btn-1:after{
  text-align:center;
  vertical-align:middle;
  font-size:0.8rem;
  content:"記事へ";
  font-weight:bold;
  color:white;
  padding:0.5px;
  text-decoration:none;
}
  
   #mocci-shelf-btn-1:after{
  content: "";
  position: absolute;
  right: 0;
  top: -35px;
  left: -16px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent black transparent;
  border-width: 28px 5px 10px 5px;
}

  #mocci-shelf-btn-1:hover{
 	transform: scale(1.3);	/*画像の拡大率*/
	transition-duration: 0.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:bold;
  color:white;
  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;
}

/************************************
** TOPへ戻るボタン
************************************/
#page-top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 110px;
  border-radius: 50%;
}

#page-top i{
 color:black;
 font-size: 5em;
 opacity: 0.2;
}

#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;
}
