@charset "UTF-8";
/*************
トップページ
*************************************************/
.fv {
  height: 100vh;
  display: flex;
  background-image: url(/wp/wp-content/themes/2019-child/img/fv.webp);
  background-position: center;
  background-size: cover;
}
.fv .left,
.fv .right {
  width: 15%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 800px) {
  .fv .left,
  .fv .right {
    display: none;
  }
}
.fv .center {
  width: 70%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  font-weight: bold;
}
.fv .center .inner {
  width: 100%;
}
.fv .center .inner h1 {
  font-size: 10vw;
  text-shadow: 4px 4px black;
  margin-bottom: 0.25em;
}
.fv .center .inner h1 span {
  display: block;
  font-size: 0.4em;
}
@media (max-width: 800px) {
  .fv .center .inner h1 {
    font-size: 15vw;
  }
}
@media (max-width: 800px) {
  .fv .center {
    width: 100%;
    font-size: 1.1em;
  }
}
.fv .left {
  background-image: url(/wp/wp-content/themes/2019-child/img/img_001.webp);
}
.fv .right {
  background-image: url(/wp/wp-content/themes/2019-child/img/img_002.webp);
}

.frontnav {
  display: flex;
  padding: 2em 4em;
  gap: 1em;
  justify-content: space-evenly;
  align-items: stretch;
  background-color: black;
  color: white;
}
@media (max-width: 1080px) {
  .frontnav {
    padding: 1em;
  }
}
.frontnav li {
  width: 100%;
}
.frontnav li a {
  color: white;
  display: flex;
  padding: 1em 0.5em;
  border: 2px solid white;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.frontnav li a:hover {
  background-color: white;
  -o-border-image: linear-gradient(to bottom, rgb(216, 79, 80) 0%, rgb(251, 137, 4) 100%);
     border-image: linear-gradient(to bottom, rgb(216, 79, 80) 0%, rgb(251, 137, 4) 100%);
  border-image-slice: 1;
  color: black;
}
@media (max-width: 800px) {
  .frontnav {
    display: none;
  }
}

.ctm_mangez .new.entry-content {
  font-size: 16px;
}
.ctm_mangez .new.entry-content p {
  line-height: 1.8;
  margin: 1em auto 1.5em;
}
.ctm_mangez .new.entry-content p:first-child {
  margin-top: 0;
}
.ctm_mangez .new.entry-content h2,
.ctm_mangez .new.entry-content h3,
.ctm_mangez .new.entry-content h4 {
  margin: 1.5em auto 1em;
}
.ctm_mangez .new.entry-content h2:first-child,
.ctm_mangez .new.entry-content h3:first-child,
.ctm_mangez .new.entry-content h4:first-child {
  margin-top: 0;
}
.ctm_mangez .new.entry-content h3 {
  border-bottom: 2px dotted currentColor;
  padding-bottom: 0.25em;
}
.ctm_mangez .new.entry-content h2,
.ctm_mangez .new.entry-content h4 {
  position: relative;
  padding-bottom: 0.5em;
}
.ctm_mangez .new.entry-content h2:after,
.ctm_mangez .new.entry-content h4:after {
  width: 2em;
  height: 2px;
  background-color: currentColor;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ctm_mangez .new.entry-content .wp-block-snow-monkey-blocks-information p {
  margin: 0;
}

.new.entry-content .has-background:not(.wp-block-separator,
.has-cool-to-warm-spectrum-gradient-background) {
  padding: 2em;
}
.new.entry-content ul {
  margin: 1em auto;
}
.new.entry-content .smb-list ul {
  margin-left: 1.5em;
}
.new.entry-content .wp-block-columns {
  margin: 2em auto;
}
.new.entry-content .wp-block-columns:first-child {
  margin-top: 0;
}