body {
  font-size: 16px;
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
}
a:hover {
  color: inherit;
}
a:visited {
  color: inherit;
}

ul {
  list-style: none;
}

.ib_item {
  display: inline-block;
}

.tar {
  text-align: right;
}

.text_base {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .text_base {
    font-size: 14px;
  }
}

.contents_wrap {
  max-width: 1024px;
  margin-inline: auto;
}

div.content20251223 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3c3c;
}
div.content20251223 h1,
div.content20251223 h2,
div.content20251223 h3,
div.content20251223 p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 400;
}
div.content20251223 div.banner {
  max-width: 1024px;
  margin: 0 auto;
}
div.content20251223 .lead_area {
  margin: 6% auto;
  width: 96%;
}
@media (max-width: 810px) {
  div.content20251223 .lead_area {
    margin: 8% auto;
  }
}
@media (max-width: 640px) {
  div.content20251223 .lead_area {
    margin: 10% auto;
  }
}
div.content20251223 .lead_area p.lead {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (max-width: 640px) {
  div.content20251223 .lead_area p.lead {
    font-size: 14px;
  }
}
div.content20251223 .main_contents {
  padding-bottom: 8%;
}
@media (max-width: 640px) {
  div.content20251223 .main_contents {
    padding-bottom: 10%;
  }
}
div.content20251223 .main_contents .style_area + .style_area {
  margin-top: 18%;
}
@media (max-width: 640px) {
  div.content20251223 .main_contents .style_area + .style_area {
    margin-top: 22%;
  }
}
@media (max-width: 450px) {
  div.content20251223 .main_contents .style_area + .style_area {
    margin-top: 25%;
  }
}
div.content20251223 .main_contents .style_area:first-of-type {
  padding-top: 3%;
}
div.content20251223 .main_contents .style_area h2 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 96%;
  margin: 0 auto;
  font-size: 32px;
  font-size: clamp(24px, 3vw, 32px);
  padding: 0.3em 0.8em;
  border: 1px solid #3c3c3c;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
@media (max-width: 450px) {
  div.content20251223 .main_contents .style_area h2 {
    font-size: 18px;
  }
}
div.content20251223 .main_contents .style_area .item_list_box {
  max-width: 90%;
  margin: 3% auto 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 640px) {
  div.content20251223 .main_contents .style_area .item_list_box {
    max-width: 96%;
    margin: 6% auto 0;
  }
}
div.content20251223 .main_contents .style_area .item_list_box li {
  width: 33.3333333333%;
}
div.content20251223 .main_contents .style_area .item_list_box li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s;
}
div.content20251223 .main_contents .style_area .item_list_box li a:hover {
  filter: brightness(1.1);
  text-decoration: none;
}
div.content20251223 .main_contents .style_area .item_list_box li a:hover p {
  transform: scale(1.1);
}
div.content20251223 .main_contents .style_area .item_list_box li a p {
  margin-top: 0;
  font-weight: bold;
  transition: 0.4s;
}
div.content20251223 .main_contents .style_area .item_comment_box {
  max-width: 90%;
  margin: 5% auto;
  padding: 3% 5%;
  text-align: center;
  background: #f1f1f1;
}
@media (max-width: 640px) {
  div.content20251223 .main_contents .style_area .item_comment_box {
    padding: 5%;
    max-width: 94%;
  }
}
@media (max-width: 450px) {
  div.content20251223 .main_contents .style_area .item_comment_box {
    max-width: 100%;
    padding: 10% 2%;
  }
}
div.content20251223 .main_contents .style_area .style_box {
  display: flex;
}
@media (max-width: 450px) {
  div.content20251223 .main_contents .style_area .style_box {
    flex-direction: column-reverse;
  }
}
div.content20251223 .main_contents .style_area .style_box > div {
  width: 50%;
}
@media (max-width: 450px) {
  div.content20251223 .main_contents .style_area .style_box > div {
    width: 100%;
  }
}
div.content20251223 .main_contents .style_area .style_box .left_box {
  margin-top: 12%;
}
@media (max-width: 450px) {
  div.content20251223 .main_contents .style_area .style_box .left_box {
    margin-top: 0;
  }
}
div.content20251223 .main_contents .style_area .style_box .right_box {
  padding: 20px;
}
@media (max-width: 640px) {
  div.content20251223 .main_contents .style_area .style_box .right_box {
    padding: 10px;
  }
}
div.content20251223 .main_contents .style_area .style_credit_box {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1em;
}
@media (max-width: 640px) {
  div.content20251223 .main_contents .style_area .style_credit_box {
    width: 94%;
  }
}
@media (max-width: 450px) {
  div.content20251223 .main_contents .style_area .style_credit_box {
    width: 100%;
    padding-inline: 1rem;
  }
}
div.content20251223 .main_contents .style_area .style_credit_box a:hover {
  text-decoration: none;
}
div.content20251223 .main_contents .style_area .style_credit_box a:hover h3::after {
  width: 100%;
}
div.content20251223 .main_contents .style_area .style_credit_box a h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0.5em;
  position: relative;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (max-width: 810px) {
  div.content20251223 .main_contents .style_area .style_credit_box a h3 {
    font-size: min(2vw, 16px);
  }
}
@media (max-width: 640px) {
  div.content20251223 .main_contents .style_area .style_credit_box a h3 {
    font-size: 14px;
  }
}
div.content20251223 .main_contents .style_area .style_credit_box a h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: #acbfc0;
  transition: width 0.3s ease;
}
div.content20251223 .main_contents .style_area .style_credit_box a p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 810px) {
  div.content20251223 .main_contents .style_area .style_credit_box a p {
    font-size: 14px;
  }
}
div.content20251223 .main_contents .style_area .style_credit_box .style_comment p {
  font-size: 14px;
}
div.content20251223 .main_contents .style_area .style_credit_r {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 450px) {
  div.content20251223 .main_contents .style_area .style_credit_r {
    text-align: center;
  }
}
div.content20251223 .main_contents .style_area .item_link {
  margin: 5% auto;
}
@media (max-width: 810px) {
  div.content20251223 .main_contents .style_area .item_link {
    margin: 8% auto;
  }
}
div.content20251223 .main_contents .style_area .item_link a {
  display: block;
  max-width: 300px;
  width: 90%;
  text-align: center;
  background: #000;
  border-radius: 5px;
  padding: 0.5em 1.5em;
  color: #fff;
  border: 1px solid #000;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
  animation: poyopoyo 2s ease-out infinite;
}
@media (max-width: 640px) {
  div.content20251223 .main_contents .style_area .item_link a {
    font-size: 16px;
  }
}
div.content20251223 .main_contents .style_area .item_link a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}/*# sourceMappingURL=1223content.css.map */