.smenu {
  mix-blend-mode: difference;
}

.under-mv {
  background: none;
  height: auto;
  padding: 160px 0 120px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .under-mv {
    padding: 120px 0 60px 0;
  }
}

.under-ttl .eg {
  background: linear-gradient(90deg, #7E0002 0%, #C90019 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.15);
}
.under-ttl em {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: clamp(14px, calc(0.1307189542vw + 13.4901960784px), 16px);
  margin-top: 20px;
}

.inff {
  margin: 80px 0 0 0;
}
@media all and (max-width: 767px) {
  .inff {
    margin: 30px 0 0 0;
  }
}

.page-infos {
  text-align: center;
  color: #000;
}
.page-infos .bxx {
  display: inline-block;
}
.page-infos .bxx .in {
  display: flex;
  justify-content: flex-start;
  gap: 0 16px;
  background: #f5f5f5;
  padding: 4px 16px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}
.page-infos .cate {
  display: flex;
  justify-content: flex-start;
  gap: 0 5px;
}
.page-infos .cate a {
  display: block;
  color: white;
  background: #333;
  padding: 0 8px;
  transition: all 0.3s ease;
}
.page-infos .cate a:hover {
  opacity: 0.6;
}
.page-infos h1 {
  margin-top: 10px;
  font-size: clamp(24px, calc(1.1764705882vw + 19.4117647059px), 42px);
}
.page-infos .ct-pgt {
  font-size: clamp(24px, calc(0.2614379085vw + 22.9803921569px), 28px);
  font-family: Inter, sans-serif;
}
@media all and (max-width: 767px) {
  .page-infos .bxx {
    display: inline-block;
  }
  .page-infos .bxx .in {
    gap: 0 8px;
    padding: 4px 16px;
    font-size: 12px;
  }
  .page-infos h1 {
    margin-bottom: 30px;
  }
}

.single-wraps h2 {
  font-size: clamp(24px, calc(0.9150326797vw + 20.431372549px), 38px);
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
  margin-top: 24px;
}
.single-wraps h2:first-letter {
  color: #D01126;
}
.single-wraps h3 {
  font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
  color: #D01126;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 24px;
}
.single-wraps h4 {
  font-size: clamp(16px, calc(0.7843137255vw + 12.9411764706px), 28px);
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 24px;
}
.single-wraps figure {
  margin: 24px 0;
}
.single-wraps figure img {
  width: 100%;
}
.single-wraps img {
  width: 100%;
  display: inline-block;
}
.single-wraps ul {
  background: white;
  padding: 40px 40px;
  margin: 20px 0;
  box-sizing: border-box;
}
.single-wraps ul li {
  position: relative;
  padding-left: 1em;
}
.single-wraps ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}
@media all and (max-width: 767px) {
  .single-wraps ul {
    padding: 20px 20px;
  }
  .single-wraps ul li:before {
    top: 13px;
  }
}

.singles {
  margin: 40px 0 140px 0;
}
@media all and (max-width: 767px) {
  .singles {
    margin: 20px 0 80px 0;
  }
}

.cate-wraps {
  margin: 40px 0 140px 0;
}
@media all and (max-width: 767px) {
  .cate-wraps {
    margin: 20px 0 80px 0;
  }
}

.cate-bxx {
  max-width: 1000px;
  margin: 0 auto 20px auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0 24px;
  align-items: center;
  background: white;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.cate-bxx:last-of-type {
  margin-bottom: 0;
}
.cate-bxx:hover {
  background: #C90019;
  color: white;
}
.cate-bxx:hover img {
  transform: scale(1.05);
}
.cate-bxx .img {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.cate-bxx .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cate-bxx .tll {
  font-weight: bold;
  font-size: clamp(20px, calc(0.522875817vw + 17.9607843137px), 28px);
}
.cate-bxx .tp {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  gap: 0 8px;
}
@media all and (max-width: 767px) {
  .cate-bxx {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .cate-bxx .tp {
    font-size: 10px;
  }
  .cate-bxx .img {
    aspect-ratio: 16/9;
  }
  .cate-bxx .expert {
    line-height: 1.6;
  }
}

.post-navigation {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.post-navigation .nn a {
  display: inline-block;
  padding: 5px 45px 5px 0;
  background: url("../images/arw1.webp") center right 5px no-repeat;
  background-size: 32px auto;
  transition: all 0.3s ease;
}
.post-navigation .nn a:hover {
  background: url("../images/arw1.webp") center right no-repeat;
  background-size: 32px auto;
}
.post-navigation .np a {
  display: inline-block;
  padding: 5px 0 5px 45px;
  background: url("../images/arw2.png") center left 5px no-repeat;
  background-size: 32px auto;
  transition: all 0.3s ease;
}
.post-navigation .np a:hover {
  background: url("../images/arw2.png") center left no-repeat;
  background-size: 32px auto;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  .post-navigation {
    display: block;
    gap: 8px 0;
  }
  .post-navigation .nn {
    text-align: right;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=blogs.css.map */
