@charset "UTF-8";
.fully-loaded #loading-screen,
.loaded #loading-screen,
.overlay,
img.loading {
  visibility: hidden;
}
.pink,
mark {
  background: linear-gradient(transparent 50%, #f7f0b2 50%);
}
.blue,
.large,
.pink,
mark,
strong {
  font-weight: 700;
}
body,
mark {
  color: #5a4744;
}
.mt-midasi-line,
.mt-tag a,
.mt-tag ul li {
  display: inline-block;
}
body,
html {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: clip;
}
html {
  scrollbar-gutter: stable;
}
:focus {
  caret-color: transparent;
}
#loading-screen {
  position: fixed;
  inset: 0;
  height: 100vh;
  background: #5a4744;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    opacity 0.2s,
    visibility 0.2s linear;
  z-index: 19;
}
.loader {
  width: 25px;
  height: 25px;
  border: 5px solid #579b95;
  border-top-color: #df93a7;
  border-radius: 50%;
  animation: 0.4s linear infinite spin;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loaded #loading-screen {
  opacity: 0.5;
}
.fully-loaded #loading-screen {
  opacity: 0;
}
img.fade-in,
img.loading {
  transition: opacity 0.5s ease-out;
}
img.loading {
  opacity: 0;
  transition:
    opacity 0.5s ease-out,
    visibility 0s 0.5s;
}
img.fade-in {
  visibility: visible;
  opacity: 1;
}
#page-footer,
#page-header,
#page-main {
  background: url(/assets/img/yellow_bg.jpg);
}
body {
  font-family: "Noto Sans JP", Meiryo, Arial, sans-serif;
  font-size: 14px;
}
i {
  margin-right: 0.5em;
}
.sns-share i,
.time-category time .mt-time-item:last-child,
i.fa-square-x-twitter {
  margin-right: 0;
}
.pink {
  color: #b42048;
  text-decoration: none;
}
.blue {
  color: #448198;
}
.large {
  font-size: 30px;
}
kbd {
  margin: 0 0.5em;
  padding: 2px 0.625em;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background-color: #d3d3d3;
}
.code-wrapper {
  position: relative;
  margin: 1em 0;
  border-radius: 14px;
  overflow: hidden;
  font-weight: 600;
  border: 2px solid #5a4744;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    0 -10px 18px rgba(0, 0, 0, 0.1) inset,
    0 0 0 2px rgba(223, 147, 167, 0.3) inset;
}
.code-wrapper p {
  padding: 10px;
  line-height: 1.4;
}
.code-wrapper::before {
  content: "";
  display: block;
  height: 38px;
  border-bottom: 2px solid #5a4744;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 -10px 14px rgba(0, 0, 0, 0.18) inset;
}
.code-wrapper::after {
  content: "● ● ●";
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 12px;
  letter-spacing: 4px;
  color: rgba(253, 249, 245, 0.85);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.code-block {
  margin: 0;
  padding: 14px 16px 16px;
  background: #8b6b63;
  color: #e1d6c3;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Roboto Mono", monospace;
  font-size: 13px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
  text-shadow: none;
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.18) inset,
    0 10px 18px rgba(0, 0, 0, 0.28) inset,
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}
.swiper-area,
.title-area {
  overflow: hidden;
  width: 100%;
}
.copy-button {
  position: absolute;
  top: 7px;
  right: 10px;
  height: 24px;
  padding: 0 10px;
  border-radius: 0.9rem;
  border: 2px solid #5a4744;
  background: #df93a7;
  color: #fff;
  font-family: "Noto Sans JP", Meiryo, Arial, sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 -10px 16px rgba(0, 0, 0, 0.12) inset;
}
.copy-button:hover {
  background: #c9778d;
}
.mt-midasi-line {
  position: relative;
  font-size: 16px;
  font-family: Quicksand, "Noto Sans JP", Arial, Meiryo, sans-serif;
  color: #fdf9f5;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  font-weight: 700;
  margin: 80px 0 40px;
  padding: 14px 52px 14px 58px;
  background: #705552;
  border-radius: 999px;
  border: 2px solid #5a4744;
  box-shadow:
    4px 4px 0 #9fd3c7,
    6px 6px 4px rgba(112, 85, 82, 0.9),
    0 0 2px 2px rgba(225, 225, 225, 0.35) inset;
  letter-spacing: 0.06em;
}
.mt-text1-title,
.mt-text2-title {
  line-height: 1.4;
  font-weight: 600;
}
.mt-midasi-line::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #9fd3c7;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.18);
}
.mt-midasi-line.mt-midasi-top {
  margin: 30px 0;
}
.mt-text1-title {
  font-size: 1.05rem;
  margin: 0 0 1rem;
}
.mt-text2-title {
  font-size: 16px;
  margin: 1rem 0;
}
.mt-text1,
.mt-text2 {
  white-space: pre-line;
  background-image: linear-gradient(to bottom, transparent calc(100% - 1px), rgba(112, 85, 82, 0.18) calc(100% - 1px));
  background-size: 100% var(--mt-line-step);
  background-position: 0 0.4em;
  padding-block: 0.6em 0.8em;
}
.mt-text1 {
  --mt-line-step: 2em;
  font-size: 14px;
  line-height: 2;
}
.mt-text2 {
  --mt-line-step: 2em;
  font-size: 12px;
  line-height: 2em;
}
.mt-faq-item a,
.mt-text-box a,
.mt-text1 a,
.mt-text2 a,
.text-link {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 2px;
  padding-inline: 4px;
}
.mt-faq-item a:hover,
.mt-text-box a:hover,
.mt-text1 a:hover,
.mt-text2 a:hover,
.text-link:hover {
  background: #f7f0b2;
  border-radius: 6px;
  outline: 0;
  color: #5a4744;
}
.mt-faq-item a[href^="http://"]::after,
.mt-faq-item a[href^="https://"]::after,
.mt-text-box a[href^="http://"]::after,
.mt-text-box a[href^="https://"]::after,
.mt-text1 a[href^="http://"]::after,
.mt-text1 a[href^="https://"]::after,
.mt-text2 a[href^="http://"]::after,
.mt-text2 a[href^="https://"]::after,
.text-link[href^="http://"]::after,
.text-link[href^="https://"]::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.38em;
  font-size: 0.9em;
  line-height: 1;
  vertical-align: 0.05em;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 6px;
}
.mt-faq-item a[href^="http://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after,
.mt-faq-item a[href^="https://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after,
.mt-text-box a[href^="http://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after,
.mt-text-box a[href^="https://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after,
.mt-text1 a[href^="http://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after,
.mt-text1 a[href^="https://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after,
.mt-text2 a[href^="http://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after,
.mt-text2 a[href^="https://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after,
.text-link[href^="http://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after,
.text-link[href^="https://"]:has(.fa, .fas, .far, .fal, .fab, [class^="fa-"], [class*=" fa-"])::after {
  content: none;
}
.download-btn .addon-name,
.download-btn .dl-name,
.title-area h1 {
  font-family: Quicksand, "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 700;
}
.notice-box {
  background-color: #fff3cd;
  border-left: 6px solid #ffa502;
  padding: 1em;
  margin: 1em 0;
  color: #856404;
  line-height: 1.8em;
}
.pankuzu {
  width: 100%;
  max-width: 1120px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 11px;
  line-height: 2em;
  font-weight: 700;
}
.pankuzu a,
.sns-share a {
  text-decoration: none;
  color: #705552;
}
.article-card:hover h2,
.article-card:hover time,
.pankuzu a:hover,
.sns-share a:hover {
  color: #ec8ea7;
}
.pankuzu a::after {
  content: "〉";
  color: #705552;
  margin-left: 5px;
}
.title-area {
  box-sizing: border-box;
  height: fit-content;
  margin: 0 auto;
  padding: 0 0 10px;
  color: #705552;
  background-color: #f8f8f8;
  border: 2px solid #705552;
  border-radius: 0.9rem;
  z-index: 0;
  box-shadow: 2px 3px 3px rgba(112, 85, 82, 0.8);
}
.title-area h1 {
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  margin: 20px;
  word-break: keep-all;
}
.time-category .sns-share,
.time-category time {
  align-self: end;
}
.mt-br-sp {
  display: none;
}
@media (max-width: 899.98px) {
  .mt-br-sp {
    display: inline;
  }
}
.time-category {
  position: relative;
  color: #705552;
  margin: 0 10px;
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 6px;
  align-items: center;
}
.time-category .mt-tag {
  grid-column: 1/3;
  grid-row: 1;
}
.time-category time {
  grid-column: 1;
  grid-row: 2;
  white-space: normal;
  word-break: keep-all;
  line-height: 1.2;
}
.time-category time .mt-time-item {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  gap: 3px;
  margin-right: 14px;
}
.time-category .sns-share {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  align-self: center;
  margin-left: 0;
}
.sns-share li,
.sns-share ul {
  align-items: center;
  display: flex;
}
.mt-tag a {
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  background-color: #9fd3c7;
  border-radius: 10px;
  padding: 4px 8px;
  margin: 7px 6px 0 0;
  line-height: 1;
  vertical-align: bottom;
  box-shadow: 1px 3px 1px #705552;
}
.mt-tag a:hover {
  color: #fff;
  background: #b5e2d8;
}
.sns-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sns-share li {
  font-size: 26px;
  margin: 0 5px;
  color: #705552;
}
.sns-share li:nth-child(2) {
  font-size: 22px;
}
.sns-share button.share-copy {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: none !important;
  background: #705552 !important;
  color: #fff !important;
  border: 1px solid #705552 !important;
  font:
    800 12px/1 Consolas,
    "SF Mono",
    "Roboto Mono",
    Menlo,
    monospace !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  cursor: pointer;
  user-select: none;
  height: auto;
  min-height: 0;
}
.download-btn .addon-name,
.download-btn .dl-name {
  line-height: 1.6;
}
.sns-share button.share-copy.copied,
.sns-share button.share-copy:active,
.sns-share button.share-copy:hover {
  background: #ec8ea7 !important;
  border-color: #ec8ea7 !important;
  color: #fff !important;
}
.sns-share button.share-copy:focus-visible {
  outline: #ec8ea7 solid 2px;
  outline-offset: 2px;
}
.swiper-area {
  max-width: 1120px;
  margin: 30px auto;
}
.swiper-container {
  margin: 0 auto;
  z-index: 1;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.swiper-side {
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.swiper-side .mt-ad {
  flex: 1 1 auto;
  min-height: 0;
}
.main-swiper {
  width: 100%;
  height: auto;
}
.main-swiper .swiper-wrapper .swiper-slide {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  z-index: 1 !important;
  padding: 0 6px 6px 3px;
}
.swiper-thumb .swiper-slide {
  width: 100px;
  height: auto;
  margin-top: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
  z-index: 1;
  padding: 0 6px 10px 3px;
}
.swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.main-swiper .swiper-wrapper .swiper-slide img,
.swiper-thumb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.9rem;
  border: 2px solid #705552;
  box-shadow: 2px 3px 3px rgba(112, 85, 82, 0.8);
  background: #f8f8f8;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-prev:hover {
  left: 5px;
}
.swiper-button-next {
  right: 10px;
}
.swiper-button-next:hover {
  right: 5px;
}
.top-swiper .swiper-button-next,
.top-swiper .swiper-button-prev,
.top-swiper ~ .swiper-button-next,
.top-swiper ~ .swiper-button-prev {
  transform: translateY(-50%);
  will-change: transform;
}
.top-swiper .swiper-button-prev:hover,
.top-swiper ~ .swiper-button-prev:hover {
  transform: translateY(-50%) translateX(-5px);
}
.top-swiper .swiper-button-next:hover,
.top-swiper ~ .swiper-button-next:hover {
  transform: translateY(-50%) translateX(5px);
}
.main-swiper .video-slide {
  position: relative;
  cursor: pointer;
}
.main-swiper .video-slide img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.video-play-icon {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 2;
  pointer-events: none;
}
.video-play-icon i.fa-youtube {
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.main-swiper .video-slide:hover .video-play-icon i.fa-youtube {
  color: #b42048;
  text-shadow: 0 0 10px #fafafa;
}
.dl-link {
  display: block;
  margin-bottom: 50px;
  padding: 0 5px;
  box-sizing: border-box;
}
.download-btn,
.link-btn,
.toggle-all {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 6px 15px;
  margin-bottom: 20px;
  color: #fff;
  background: #f089a4;
  border-radius: 0.9rem;
  border: 2px solid #705552;
  box-shadow:
    1px 3px 0 rgba(112, 85, 82, 0.55),
    2px 3px 3px rgba(112, 85, 82, 0.4),
    0 0 2px 2px rgba(255, 255, 255, 0.75) inset;
  text-decoration: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition:
    background-color 50ms ease-out,
    transform 20ms ease-out,
    box-shadow 20ms ease-out;
}
.download-btn {
  min-height: 80px;
}
.link-btn,
.toggle-all {
  width: fit-content;
  margin: 0 auto 20px;
  grid-template-columns: auto auto;
  min-height: 40px;
}
.download-btn:focus,
.download-btn:hover,
.link-btn:focus,
.link-btn:hover,
.toggle-all:focus,
.toggle-all:hover {
  background: #f4a6bb;
  transform: translateY(4px);
  box-shadow:
    1px 1px 0 rgba(112, 85, 82, 0.55),
    2px 1px 3px rgba(112, 85, 82, 0.4),
    0 0 2px 2px rgba(255, 255, 255, 0.8) inset;
}
.download-btn:active,
.link-btn:active,
.toggle-all:active {
  background: #f8c4d2;
  transform: translateY(7px);
  box-shadow:
    1px 0 0 rgba(112, 85, 82, 0.5),
    2px 0 3px rgba(112, 85, 82, 0.38),
    0 0 2px 2px rgba(255, 255, 255, 0.9) inset;
  transition: none;
}
.download-btn i.fa-circle-down {
  font-size: 40px;
  margin-right: 0;
  justify-self: start;
  align-self: center;
}
.download-btn .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.download-btn .addon-name {
  font-size: 18px;
}
.download-btn .dl-name {
  font-size: 26px;
}
.download-btn .version-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.5;
}
div.support {
  margin: 80px auto;
}
.support .link-btn {
  font-weight: 700;
  padding: 5px 30px;
  background: #eea434;
}
.support .link-btn:hover {
  background: #eeb35a;
}
.mt-card-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  margin-bottom: 1.75rem;
}
.mt-card-layout .mt-card {
  box-sizing: border-box;
  flex: 1 1 100%;
  border-radius: 0.9rem;
  background: 0 0;
  box-shadow: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.archive-articles article,
.challenge-articles article,
.foot-articles article,
.mt-card-layout .mt-card.mt-card-article,
.mt-card-layout .mt-card.mt-release-card,
.mt-timeline .tl-content,
.twitter-tweet {
  border-radius: 0.9rem;
  border: 2px solid #705552;
  background: #f8f8f8;
  padding: 3px;
  box-shadow: 2px 3px 3px rgba(112, 85, 82, 0.8);
}
.mt-timeline .tl-content {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  width: min(var(--tl-card-max), 100%);
  color: inherit;
  text-decoration: none;
}
.mt-card-layout .mt-card.mt-release-card {
  transition:
    transform 20ms ease-out,
    box-shadow 60ms ease-out;
}
.mt-card-layout.mt-card-layout-no-fill .mt-card {
  flex-grow: 0;
}
.mt-card-layout.mt-card-layout-no-fill .mt-card.mt-card-badges {
  flex-grow: 1;
}
.mt-card-layout .mt-card.mt-card-article .mt-card-image {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
}
.mt-card-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mt-card-layout .mt-card.mt-card-article:has(.mt-card-body) .mt-card-image {
  border-radius: 0.8rem 0.8rem 0 0;
}
.mt-card-layout .mt-card.mt-card-article:not(:has(.mt-card-image)) .mt-card-body {
  overflow: hidden;
  border-radius: 0.8rem;
}
.mt-card-layout .mt-card.mt-card-article .mt-card-body {
  border-radius: 0 0 0.7rem 0.7rem;
  background: #f8f8f8;
  padding: 1.1rem 1.25rem 1.3rem;
  word-break: break-word;
  overflow-wrap: break-word;
}
.mt-card-layout .mt-card.mt-card-article:not(:has(.mt-card-body)) .mt-card-image {
  border-radius: 0.7rem;
}
.mt-card-layout .mt-card.mt-card-badges {
  background: 0 0;
  box-shadow: none;
  padding: 0 0 0.5rem;
  overflow: visible;
}
.mt-badge-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
}
.mt-badge-grid .badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  border: 2px solid transparent;
  box-shadow: 2px 3px 1px rgba(112, 85, 82, 0.8);
}
.mt-badge-grid .badge-ok {
  background: #c2f1ef;
  border-color: #448798;
  color: #448798;
}
.mt-badge-grid .badge-ng {
  background: #f8d0d0;
  border-color: #c9778d;
  color: #c9778d;
}
.mt-card-layout.mt-card-layout-steps {
  counter-reset: step;
}
.mt-card-layout.mt-card-layout-steps .mt-card.mt-card-article {
  position: relative;
}
.mt-card-layout.mt-card-layout-steps .mt-card.mt-card-article::before,
.process-counter {
  background: #705552;
  color: #fff;
  font-family: "Roboto Mono", "SF Mono", Menlo, Consolas, monospace;
  font-weight: 700;
  border: 2px solid #5a4744;
  box-shadow:
    2px 2px 0 #9fd3c7,
    3px 3px 3px rgba(112, 85, 82, 0.85),
    0 0 2px 2px rgba(225, 225, 225, 0.45) inset;
}
.fukidashi,
.toc-container h3 {
  font-family: Quicksand, "Noto Sans JP", Arial, Meiryo, sans-serif;
}
.mt-card-layout.mt-card-layout-steps .mt-card.mt-card-article::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -0.9rem;
  left: -0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  z-index: 1;
}
.process-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.45rem;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0.4rem 0 0.2rem;
}
.archive-articles,
.challenge-articles,
.foot-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.75rem;
  width: 100%;
  box-sizing: border-box;
}
.archive-articles > *,
.challenge-articles > *,
.foot-articles > * {
  box-sizing: border-box;
  flex: 1 1 100%;
}
@media (max-width: 767.98px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 34px !important;
  }
  .mt-card-layout.mt-card-layout-4col .mt-card,
  .mt-card-layout.mt-card-layout-4col .mt-card.mt-card-badges {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mt-card-layout.mt-card-layout-2col .mt-card {
    flex: 1 1 100%;
  }
  .mt-card-layout.mt-card-layout-steps .mt-card.mt-card-article::before {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.2rem;
    top: -0.8rem;
    left: -0.4rem;
  }
  .process-counter {
    width: 1.8rem;
    height: 1.8rem;
    box-shadow:
      2px 2px 0 #9fd3c7,
      2px 2px 2px rgba(112, 85, 82, 0.8),
      0 0 2px 2px rgba(225, 225, 225, 0.4) inset;
  }
  .archive-articles > *,
  .challenge-articles > *,
  .foot-articles > * {
    --card-width: calc((100% - 1rem) / 2);
    flex: 0 0 var(--card-width);
    max-width: var(--card-width);
  }
}
@media (min-width: 768px) and (max-width: 899.98px) {
  .mt-card-layout .mt-card,
  .mt-card-layout.mt-card-layout-2col .mt-card {
    flex: 1 1 calc((100% - 1rem) / 2);
  }
  .mt-card-layout.mt-card-layout-4col .mt-card {
    flex: 0 0 calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3);
  }
  .mt-card-layout.mt-card-layout-4col .mt-card.mt-card-badges {
    flex: 1 0 calc((100% - 2rem) / 3);
    max-width: 100%;
  }
  .archive-articles > *,
  .challenge-articles > *,
  .foot-articles > * {
    --card-width: calc((100% - 2rem) / 3);
    flex: 0 0 var(--card-width);
    max-width: var(--card-width);
  }
}
.archive-articles article > a,
.challenge-articles article > a,
.foot-articles article > a,
.mt-card.mt-release-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.article-card {
  border-radius: 0.7rem;
  background: #f8f8f8;
  overflow: hidden;
}
.article-card .img-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.article-card .img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.article-card .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.article-card:hover .img-wrapper::before {
  opacity: 0.16;
}
.article-card:active .img-wrapper::before {
  opacity: 0.22;
}
.article-card h2 {
  margin: 10px 1rem 0.6rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #705552;
  word-break: break-word;
  overflow-wrap: anywhere;
}
#ad1,
.mt-release-top,
body.mt-modal-open {
  overflow: hidden;
}
.article-card time {
  display: block;
  font-size: 14px;
  line-height: 2em;
  color: #705552;
  font-weight: 700;
  margin: 0 0.4rem 0.25rem;
}
.archive-articles article:hover,
.challenge-articles article:hover,
.foot-articles article:hover {
  transform: translateY(2px);
  box-shadow: 2px 3px 3px transparent;
}
.archive-articles article:active,
.challenge-articles article:active,
.foot-articles article:active {
  transform: translateY(4px);
}
.foot-articles-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.45rem;
}
.foot-articles-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-weight: 700;
  font-size: 0.95rem;
  color: #705552;
  text-decoration: none;
  padding: 0.1rem 0.35rem;
  border-radius: 0.9rem;
  transition:
    color 0.1s,
    background-color 0.1s;
}
.foot-articles-more-link::after {
  content: "›";
  font-size: 1.6em;
  line-height: 1;
  font-weight: 700;
  position: relative;
  top: -0.04em;
}
.foot-articles-more-link:hover {
  color: #fff;
  background: #ec8ea7;
}
.mt-card-layout.mt-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mt-faq-list details.mt-faq-item {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.mt-faq-list summary::-webkit-details-marker {
  display: none;
}
.mt-faq-list summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 12px 44px 12px 16px;
  border-radius: 14px;
  background: #f8f8f8;
  border: 2px solid #705552;
  font-size: 14px;
  line-height: 1.6;
  box-shadow:
    1px 3px 0 rgba(112, 85, 82, 0.55),
    2px 3px 3px rgba(112, 85, 82, 0.25);
}
.mt-faq-list summary::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 600;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: 50% 50%;
  transition: transform 0.2s;
}
.mt-faq-list details[open] > summary::after {
  transform: translateY(-50%) rotate(-90deg);
}
.mt-faq-list details[open] > summary,
.mt-faq-list summary:hover {
  background: #fcf0cf;
}
.mt-faq-list details > div,
.mt-faq-list details > ul {
  margin-top: -8px;
  margin-left: 22px;
  margin-right: 0;
  padding: 18px 16px 14px;
  background: #f8f8f8;
  border: 2px solid #705552;
  border-radius: 10px 10px 14px 14px;
  font-size: 14px;
  line-height: 1.7;
  box-shadow:
    1px 2px 0 rgba(112, 85, 82, 0.35),
    2px 2px 3px rgba(112, 85, 82, 0.18);
}
.mt-faq-list details > div :is(ul, ol) > li,
.mt-faq-list details > ol > li,
.mt-faq-list details > ul > li {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mt-faq-list details > div :is(ul, ol) > li:first-child,
.mt-faq-list details > ol > li:first-child,
.mt-faq-list details > ul > li:first-child {
  border-top: none;
  padding-top: 0;
}
.mt-faq-list ul {
  padding-left: 1.2em;
}
.mt-faq-list li {
  margin: 6px 0;
}
.mt-faq-list details li img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.9rem;
}
.mt-faq-list details li:has(> a > img),
.mt-faq-list details li:has(> img) {
  display: block;
  text-align: center;
}

.mt-faq-list details li:has(> a > img) > a,
.mt-faq-list details li:has(> img) > img {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
}

.mt-faq-list details li:has(> a > img) > a > img,
.mt-faq-list details li:has(> img) > img {
  width: clamp(260px, 45%, 520px);
}
@media (max-width: 767px) {
  .mt-faq-list details li:has(> a > img),
  .mt-faq-list details li:has(> img) {
    display: block;
  }
  .mt-faq-list details li:has(> a > img) > a > img,
  .mt-faq-list details li:has(> img) > img {
    width: 80%;
    max-width: 80%;
    margin: 10px auto;
  }
  .mt-faq-list details li:has(> a > img) > a {
    width: auto;
  }
}
.mt-faq-list details > ol,
.mt-faq-list details > ul {
  margin-bottom: 0;
  padding-left: 1.2em;
}
.mt-faq-list details > ol > li,
.mt-faq-list details > ul > li {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mt-faq-list details > ol > li:first-child,
.mt-faq-list details > ul > li:first-child {
  border-top: none;
  padding-top: 0;
}
.mt-faq-list details li > ol,
.mt-faq-list details li > ul {
  padding-left: 1.4em;
}
.mt-faq-list details li > ol > li,
.mt-faq-list details li > ul > li {
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mt-card-layout.mt-release-list {
  gap: 14px;
  display: flex;
  flex-direction: column;
  padding-bottom: 6rem;
}
.mt-card-layout.mt-release-list .mt-card {
  width: min(100%, 900px);
  margin: 0 auto;
}
.mt-card.mt-release-card:has(> a[href]) {
  cursor: pointer;
}
.mt-card-layout .mt-card.mt-release-card:has(> a[href]):hover {
  transform: translateY(2px);
  background: #fcf0cf;
  box-shadow: 0 2px 6px transparent;
}
.mt-card-layout .mt-card.mt-release-card:has(> a[href]):active {
  transform: translateY(4px);
}
.mt-release-top {
  display: flex;
  align-items: stretch;
  border-radius: 0.7rem;
}
.mt-release-top .mt-release-thumb {
  flex: 0 0 110px;
  max-width: 110px;
}
.mt-release-top .mt-release-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.mt-release-top .mt-release-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.7rem 1rem;
  min-width: 0;
}
.mt-release-card .mt-release-meta {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  column-gap: 0.6rem;
  row-gap: 0.15rem;
  align-items: center;
  font-size: 0.6rem;
  font-weight: 600;
  opacity: 0.9;
}
.mt-release-card .mt-release-version {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  font-size: 1.2rem;
  padding: 0.1rem 0.6rem;
  border-radius: 0.9rem;
  background-color: #579b95;
  color: #fff;
  box-shadow: 1px 3px 1px #705552;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-family: "Roboto Mono", "SF Mono", Menlo, Consolas, monospace;
}
.mt-release-card .mt-release-date {
  font-size: 0.85rem;
}
.mt-release-top .mt-release-cta {
  flex: 0 0 128px;
  max-width: 128px;
  display: flex;
  align-items: stretch;
}
.mt-release-card .mt-release-link-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 0.6rem;
  background: 0 0;
  color: #705552;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 0;
}
.mt-release-card .mt-release-link-btn i {
  display: none;
}
.mt-release-card .mt-release-link-btn::after {
  content: "›";
  font-size: 1.8em;
  line-height: 1;
  font-weight: 600;
  position: relative;
  top: -0.06em;
  margin-left: 0.35em;
  color: inherit;
}
.mt-card.mt-release-card:has(> a[href]):hover .mt-release-thumb img {
  filter: brightness(1.12);
}
.mt-release-bottom {
  padding: 0.7rem 1rem 1rem;
  border-radius: 0 0 0.7rem 0.7rem;
  position: relative;
}
.mt-release-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5rem;
  right: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mt-release-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mt-release-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.3rem 0;
  font-size: 0.8rem;
  line-height: 1.6;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mt-release-list li:first-child {
  border-top: none;
}
.mt-rel-tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.08rem 0.45rem;
  background-color: #705552;
  color: #fff;
  border-radius: 0.7rem;
  margin-top: 0.1rem;
  margin-right: 0.5rem;
  min-width: 3.8em;
  text-align: center;
}
.fukidashi,
.mt-release-more-btn {
  border-radius: 999px;
  font-weight: 700;
}
.mt-rel-tag.tag-fix {
  background: #f089a4;
}
.mt-rel-tag.tag-change {
  background: #579b95;
}
.mt-rel-tag.tag-move {
  background: #daa402;
}
.mt-release-more {
  margin-top: 0.55rem;
}
.mt-release-more > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.mt-release-more > summary::-webkit-details-marker {
  display: none;
}
.mt-release-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: #705552;
  padding: 0.55rem 0.8rem;
  background: rgba(112, 85, 82, 0.1);
}
.mt-release-more-btn:hover {
  background: #f4a6bb;
  color: #fff;
}
.mt-release-more-btn .when-open,
.mt-release-more[open] .mt-release-more-btn .when-closed,
.to-top {
  display: none;
}
.mt-release-more[open] .mt-release-more-btn .when-open {
  display: inline;
}
.fukidashi {
  position: relative;
  display: block;
  width: fit-content;
  margin: 50px 0 12px;
  z-index: 2;
  font-size: 12px;
  color: #fdf9f5;
  letter-spacing: 0.04em;
  padding: 8px 30px;
  background: #705552;
  border: 2px solid #5a4744;
  box-shadow:
    3px 3px 0 #9fd3c7,
    4px 4px 4px rgba(112, 85, 82, 0.85),
    0 0 2px 2px rgba(225, 225, 225, 0.35) inset;
}
.fukidashi.fukidashi--shift {
  margin-bottom: 18px;
}
.mt-card.mt-card-article:has(> .fukidashi.fukidashi--article) {
  margin-top: 40px;
}
@media (min-width: 900px) {
  .mt-midasi-line {
    font-size: 20px;
    margin: 90px 0 40px;
    padding: 16px 60px 16px 66px;
  }
  .mt-midasi-line.mt-midasi-top {
    margin: 30px 0;
  }
  .mt-text2,
  .mt-text2-title {
    font-size: 14px;
  }
  .mt-text1 {
    font-size: 16px;
    line-height: 2.2;
    --mt-line-step: 2.2em;
    background-position: 0 0.5em;
  }
  .notice-box {
    font-size: 0.95em;
    line-height: 1.4em;
  }
  .pankuzu {
    font-size: 12px;
  }
  .pankuzu a::after {
    margin-left: 8px;
  }
  .time-category {
    margin: 0 20px;
    font-size: 14px;
    column-gap: 20px;
  }
  .swiper-area {
    display: flex;
    flex-direction: row;
    column-gap: 60px;
    align-items: flex-start;
  }
  .swiper-container {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
  }
  .swiper-side {
    margin: 0;
    flex: 0 0 300px;
    row-gap: 50px;
  }
  .video-play-icon i.fa-youtube {
    font-size: 80px;
  }
  .download-btn .addon-name {
    font-size: 22px;
  }
  .dl-link {
    margin-bottom: 0;
  }
  .download-btn .version-date {
    flex-direction: column;
  }
  .version-date span {
    align-self: flex-start;
  }
  .version-date time {
    align-self: flex-end;
  }
  .mt-card-layout {
    gap: 2rem 2rem;
  }
  .mt-card-layout .mt-card {
    flex: 1 1 calc((100% - 4rem) / 3);
  }
  .mt-card-layout.mt-card-layout-4col .mt-card {
    flex: 0 0 calc((100% - 6rem) / 4);
    max-width: calc((100% - 6rem) / 4);
  }
  .mt-card-layout.mt-card-layout-4col .mt-card.mt-card-badges {
    flex: 1 0 calc((100% - 6rem) / 4);
    max-width: 100%;
  }
  .mt-card-layout.mt-card-layout-2col .mt-card {
    flex: 1 1 calc((100% - 2rem) / 2);
  }
  .archive-articles,
  .challenge-articles,
  .foot-articles {
    gap: 2rem;
  }
  .archive-articles > *,
  .challenge-articles > *,
  .foot-articles > * {
    --card-width: calc((100% - 6rem) / 4);
    flex: 0 0 var(--card-width);
    max-width: var(--card-width);
  }
  .mt-release-list li {
    padding: 0.2rem 0;
    font-size: 0.82rem;
  }
  .fukidashi {
    padding: 10px 30px;
    font-size: 14px;
  }
  .fukidashi.fukidashi--shift {
    margin-left: 130px;
  }
  .dl-link:has(> .fukidashi.fukidashi--article),
  .mt-card.mt-card-article:has(> .fukidashi.fukidashi--article) {
    margin-top: 50px;
  }
}
.fukidashi.fukidashi--article {
  margin: 0 0 -32px;
  transform: translateY(-48px);
}
.fukidashi::after,
.fukidashi::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 16px 20px 0;
}
.fukidashi::before {
  top: calc(100% + 2px);
  left: 62px;
  border-color: #9fd3c7 transparent transparent;
  filter: drop-shadow(2px 2px 2px rgba(112, 85, 82, 0.7));
}
.fukidashi::after {
  top: calc(100% - 3px);
  left: 61px;
  border-color: #705552 transparent transparent;
  filter: drop-shadow(0 1px 1px rgba(112, 85, 82, 0.7));
}
.toc-container::after,
.toc-container::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.mt-text-box,
.toc-container {
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75),
    0 0 1px rgba(255, 255, 255, 0.45);
  border: 2px solid #705552;
  box-shadow:
    1px 3px 0 rgba(112, 85, 82, 0.55),
    2px 3px 3px rgba(112, 85, 82, 0.4),
    0 0 2px 2px rgba(255, 255, 255, 0.75) inset;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 0.9rem;
}
.mt-text-box {
  background-color: #b5e2d8;
  font-weight: 700;
  width: 80%;
  padding: 30px 20px 20px;
  margin: 0 auto 50px;
  line-height: 1.65;
}
.mt-text-box.mt-text-box-white {
  background-color: #f8f8f8;
}
:is(ul, ol).mt-text-box {
  list-style: none;
  position: relative;
  overflow: hidden;
}
:is(ul, ol).mt-text-box > li {
  position: relative;
  padding: 0.65em 0 0.85em 24px;
  border-bottom: 1px solid rgba(112, 85, 82, 0.18);
}
:is(ul, ol).mt-text-box > li:last-child {
  border-bottom: none;
}
:is(ul, ol).mt-text-box > li::before {
  position: absolute;
  left: 4px;
  top: 0.75em;
  width: 10px;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #705552;
}
.mt-text-box.mt-text-box-compact {
  font-size: 13px;
  line-height: 1.5;
}
:is(ul, ol).mt-text-box.mt-text-box-compact > li {
  padding: 0.25em 0 0.25em 24px;
  border-bottom: 1px solid rgba(112, 85, 82, 0.14);
}
:is(ul, ol).mt-text-box.mt-text-box-compact > li::before {
  top: 0.3em;
}
.toc-container {
  position: relative;
  background: #b5e2d8;
  color: #5a4744;
  font-weight: 700;
  line-height: 1.6;
  margin: 24px auto 32px;
  padding: 18px 20px 20px;
}
@media (min-width: 900px) {
  .fukidashi.fukidashi--article {
    margin-bottom: -38px;
    transform: translateY(-54px);
  }
  .mt-text-box {
    font-size: 16px;
  }
  :is(ul, ol).mt-text-box > li {
    padding-left: 26px;
  }
  .mt-text-box.mt-text-box-compact {
    font-size: 14px;
  }
  :is(ul, ol).mt-text-box.mt-text-box-compact > li {
    padding-left: 26px;
  }
  .toc-container {
    margin: 60px auto 40px;
    padding: 20px 26px 24px;
  }
}
.toc-container::before {
  position: absolute;
  top: -23px;
  width: 48px;
  height: 26px;
  background: #b5e2d8;
  border-radius: 999px 999px 0 0;
  border: 2px solid #705552;
  border-bottom: none;
  box-sizing: border-box;
}
.toc-container::after {
  position: absolute;
  top: -7px;
  width: 6px;
  height: 6px;
  background: #705552;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.toc-container h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #5a4744;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.toc-container :is(ol, ul) {
  list-style: none;
  margin: 0;
  padding-left: 0;
  counter-reset: list-counter;
}
.toc-container :is(ol, ul) li {
  counter-increment: list-counter;
  display: flex;
  align-items: center;
  line-height: 1.5;
  border-radius: 12px;
  padding: 0 8px;
  margin: 2px 0;
}
#imageOverlay img,
#videoOverlay .video-wrapper,
.overlay .close {
  border-radius: 0.9rem;
}
.toc-container ol li::before {
  content: counter(list-counter) ".";
  font-weight: 700;
  margin-right: 8px;
  flex: 0 0 auto;
  color: #5a4744;
}
.toc-container a {
  display: block;
  flex: 1;
  padding: 6px 0;
  text-decoration: none;
  color: #5a4744;
}
.toc-container li + li a {
  border-top: 1px solid rgba(112, 85, 82, 0.3);
}
.toc-container :is(ol, ul) li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.toc-container :is(ol, ul) li:hover a,
.toc-container ol li:hover::before {
  color: #b42048;
}
.toc-container a.active {
  font-weight: 700;
  color: #b42048;
  text-decoration: none;
}
.mt-ad {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: 0 0;
  min-height: 0;
  height: auto;
  padding: 0;
}
.mt-ad.is-ad-thin {
  display: none !important;
}
.mt-ad.is-ad-filled {
  background: #e1d6c3;
}
.mt-ad iframe,
.mt-ad ins.adsbygoogle {
  display: block !important;
  line-height: 0;
  font-size: 0;
}
.mt-ad ins.adsbygoogle {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  height: auto !important;
  min-height: 0 !important;
}
#ad1 {
  max-width: 100%;
}
.mt-ad.ad-square {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
@media (max-width: 899px) {
  .mt-ad.ad-square {
    max-width: 100%;
  }
}
.ad-yoko {
  width: 100%;
  max-width: 1120px;
  min-height: 0 !important;
}
.thumbnail {
  display: block;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
}
.overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 9999;
}
.overlay.show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
#imageOverlay img {
  max-width: 90%;
  max-height: 90%;
}
#videoOverlay .video-wrapper {
  position: relative;
  width: 90%;
  max-width: 1120px;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}
#videoOverlay .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.overlay .close {
  position: fixed;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}
.overlay .close:focus-visible {
  outline: #fff solid 2px;
  outline-offset: 2px;
}
body.mt-modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  padding-right: var(--sbw, 0);
  height: auto !important;
  min-height: 100% !important;
  background: inherit;
}
@media (max-width: 767.98px) {
  .article-card h2 {
    margin: 10px 0.4rem 0.6rem;
    font-size: 12px;
  }
  .article-card time {
    font-size: 12px;
  }
  .mt-release-top .mt-release-thumb {
    flex: 0 0 84px;
    max-width: 84px;
  }
  .mt-release-top .mt-release-main {
    padding: 0.6rem 0.7rem;
  }
  .mt-release-top .mt-release-cta {
    flex: 0 0 56px;
    max-width: 56px;
  }
  .mt-release-bottom {
    padding: 0.55rem 0.8rem 0.6rem;
  }
  #backToTop {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(200%) !important;
  }
}
@media (min-width: 768px) {
  .title-area h1 {
    font-size: 28px;
  }
  .to-top {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 18px;
    transform: translateX(140%) translate(-2px, -2px);
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    width: 52px;
    height: 52px;
    border-radius: 0.7rem;
    background: #705552;
    color: #fff;
    border: 2px solid #5a4744;
    cursor: pointer;
    box-shadow:
      4px 4px 0 #9fd3c7,
      6px 6px 4px rgba(112, 85, 82, 0.9),
      0 0 2px 2px rgba(225, 225, 225, 0.4) inset;
    transition:
      transform 0.25s ease-in-out,
      opacity 0.25s ease-in-out,
      box-shadow 80ms ease-out,
      background 80ms ease-out;
    will-change: transform, opacity;
  }
  .to-top.show {
    transform: translateX(0) translate(-2px, -2px);
    opacity: 1;
    pointer-events: auto;
  }
  .to-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  }
  .to-top:hover {
    background: #8b6b63;
    transform: translateX(0) translate(0, 0);
    box-shadow:
      2px 2px 0 #9fd3c7,
      3px 3px 3px rgba(112, 85, 82, 0.8),
      0 0 2px 2px rgba(225, 225, 225, 0.4) inset;
  }
  .to-top:active {
    background: #705552;
    transform: translateX(0) translate(1px, 1px);
    box-shadow:
      1px 1px 0 #9fd3c7,
      2px 2px 2px rgba(112, 85, 82, 0.7),
      0 0 2px 2px rgba(225, 225, 225, 0.4) inset;
  }
}
@media (min-width: 1400px) {
  .to-top {
    width: 82px;
    height: 82px;
    border-radius: 1rem;
  }
  .to-top i {
    font-size: 30px;
  }
}
