@charset "UTF-8";
:root {
  --main-width: 100%;
  --main-frame-width: min(100vw, 786px);
  --main-color-1: #dcbd72;
  --main-color-2: #b59145;
  --main-color-3: #b5b5b5;
  --main-color-4: #ba00ff;
  --font-cake: "cake-mono";
  --font-panno: "panno-sign-rounded-positive";
  --font-rodin-eb: "FOT-ロダン ProN EB";
  --font-rodin-b: "FOT-ロダン ProN B";
  --font-rodin-db: "FOT-ロダン ProN DB";
  --font-rodin-m: "FOT-ロダン ProN M";
  --font-skip-b: "FOT-スキップ Std B";
}

.news_header {
  padding: 140px 0 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .news_header {
    padding: 30vw 0 6vw;
  }
}

.news_detail {
  container-type: inline-size;
  margin: 0 auto;
  padding: 40px 80px;
  width: min(1000px, 100vw - 22px);
  background-color: #000;
  border: 1px solid darkgray;
  outline: 10px solid #000;
}
@media (max-width: 768px) {
  .news_detail {
    margin: 0 auto 12vw;
    padding: 4vw;
  }
}
.news_detail_header {
  font-size: clamp(24px, 3.6458333333vw, 32px);
}
.news_detail_header-date {
  display: inline-block;
  font-size: 0.5em;
}
.news_detail_header-categories {
  display: inline-flex;
}
.news_detail_header-category {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5em;
  padding: 0 1em;
  font-size: 0.4em;
  background-color: #ba00ff;
  border-radius: 1em;
}
.news_detail_header-title {
  margin: 0 0 1em;
  padding: 0 0 1em;
  color: #cbcbcb;
  font-size: clamp(24px, 3.6458333333vw, 32px);
  line-height: 1.4;
  border-bottom: 1px solid #777777;
  white-space: pre-wrap;
  word-break: keep-all;
}
.news_detail_header-img {
  margin: 0 0 1em;
  width: 100%;
}
.news_detail_header-img img {
  width: 100%;
}
.news_detail_body {
  color: #cbcbcb;
}
.news_detail_body h2 {
  margin: 0 0 0.6em;
  padding: 1em 0 0;
  border-bottom: 1px solid #d6be6c;
  background-image: linear-gradient(#dcbd72, #b59145);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news_detail_body h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .news_detail_body h2 {
    font-size: 4.6875vw;
  }
}
.news_detail_body h3 {
  margin: 0 0 0.5em;
  padding: 1em 0 0;
}
.news_detail_body h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .news_detail_body h3 {
    font-size: 4.1666666667vw;
  }
}
.news_detail_body ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em;
  margin-left: 0;
}
.news_detail_body ol {
  font-size: 18px;
}
@media (max-width: 768px) {
  .news_detail_body ol {
    font-size: 3.125vw;
  }
}
.news_detail_body ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em;
  margin-left: 0;
}
.news_detail_body ul {
  font-size: 18px;
}
@media (max-width: 768px) {
  .news_detail_body ul {
    font-size: 3.125vw;
  }
}
.news_detail_body li {
  margin: 0 0 0.75em;
  font-size: 1em;
  line-height: 1.5;
}
.news_detail_body li a {
  text-decoration: underline;
}
.news_detail_body p {
  padding: 1em 0;
  line-height: 1.8;
}
.news_detail_body p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .news_detail_body p {
    font-size: 3.125vw;
  }
}
.news_detail_body p a {
  text-decoration: underline;
}
.news_detail_body strong {
  color: yellow;
}
.news_detail_body em {
  color: rgb(254, 171, 171);
  font-size: 0.8em;
}
.news_detail_body blockquote > p:has(a) {
  text-align: center;
}
.news_detail_body blockquote > p > a {
  display: inline-block;
  padding: 0.5em 4em;
  border: 1px solid var(--main-color-1);
  border-radius: 4em;
  text-decoration: none;
}
.news_detail_body .box_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid var(--main-color-1);
}
.news_detail_body .box_1 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  color: #000;
  background-color: var(--main-color-1);
}
.news_detail_body .news_btn_1 {
  padding: 0.5em 2em;
  background-color: #1b1b1b;
  border: var(--main-color-2) 1px solid;
  border-radius: 2em;
  text-decoration: none;
}
.news_detail_body .news_btn_1 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .news_detail_body .news_btn_1 {
    font-size: 3.125vw;
  }
}