.article article .mv .text {
  padding: 20rem 11rem 0;
  width: calc(52% - 22rem);
}
.article article .mv .text .issue {
  display: block;
}
.article article .mv .text .issue .num {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 4.8rem;
  line-height: 1;
}
.article article .mv .text h1 {
  margin-top: 6rem;
  font-size: 3rem;
  line-height: 1.5;
}
.article article .mv .text .en_title {
  margin-top: 8rem;
  font-size: 1.8rem;
}
.article article .mv .text .date {
  display: block;
  margin-top: 6rem;
  font-size: 1.3rem;
}
.article article .mv .text .category {
  display: block;
  margin-top: 0.8rem;
  opacity: 0.6;
}
.article article .mv .thumbnail {
  width: 48%;
}
.article article .mv .thumbnail .ratio {
  padding-top: 135%;
}
.article article .content {
  padding: 16rem 3.5rem 12rem;
  width: calc(100% - 7rem);
}
.article article .content * {
  word-break: break-word;
}
.article article .content h2 {
  margin: 0 auto 6rem;
  width: 50%;
  font-size: 2rem;
  line-height: 1.5;
}
.article article .content h2 * {
  font-size: 2.5rem;
  line-height: 1.5;
}
.article article .content p {
  margin: 0 auto 6rem;
  width: 50%;
  min-height: 1px;
}
.article article .content a {
  text-decoration: underline;
  text-underline-offset: 0.24rem;
}
.article article .content a:hover {
  text-decoration: initial;
}
.article article .content img {
  width: 100%;
}
.article article .content figure figcaption.wp-element-caption {
  position: relative;
  display: block;
  margin: 1.2rem auto 0;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  color: #000000;
  text-align: initial;
  text-shadow: none;
  background: initial;
}
.article article .content figure.wp-block-image {
  margin: 0 auto 12rem;
}
.article article .content figure.wp-block-gallery {
  display: flex;
  justify-content: space-between;
  gap: initial;
  margin: 0 auto 12rem;
}
.article article .content figure.wp-block-gallery figure.wp-block-image {
  display: block;
  flex-grow: initial;
  width: calc(50% - 1rem) !important;
}
.article article .content figure.wp-block-gallery figure.wp-block-image:before {
  content: none;
}
.article article .content .wp-block-embed {
  margin-bottom: 4.8rem;
  width: 100%;
}
.article article .content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
  backface-visibility: hidden;
}
.article article .content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.article article .content blockquote {
  margin-bottom: 4.8rem;
  padding: 4.8rem;
  background-color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
.article article .content blockquote p {
  margin-bottom: 0;
}
.article article .content blockquote em {
  font-style: initial;
  font-size: 1.3rem;
}
.article article .content blockquote em a {
  font-size: 1.3rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.article article .content ul {
  margin-bottom: 4.8rem;
  padding-left: 2.4rem;
  list-style: disc;
}
.article article .content ul li {
  font-family: "Noto Sans JP", -apple-system, sans-serif, system-ui;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 400;
  color: #222222;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 860px) {
  .article article .mv {
    padding: 12rem 2rem 0;
    width: calc(100% - 4rem);
  }
  .article article .mv .text {
    padding: 0;
    width: 100%;
  }
  .article article .mv .text .issue .num {
    font-size: 3.5rem;
  }
  .article article .mv .text h1 {
    margin-top: 4.8rem;
    font-size: 2rem;
  }
  .article article .mv .text .en_title {
    margin-top: 3.5rem;
    font-size: 1.6rem;
  }
  .article article .mv .text .date {
    margin-top: 3.5rem;
  }
  .article article .mv .thumbnail {
    margin-top: 3.5rem;
    width: 100%;
  }
  .article article .content {
    padding: 6rem 2rem;
    width: calc(100% - 4rem);
  }
  .article article .content h2 {
    margin: 0 auto 4.8rem;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .article article .content h2 * {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .article article .content p {
    margin: 0 auto 4.8rem;
    width: 100%;
    min-height: 1px;
  }
  .article article .content a:hover {
    text-decoration: underline;
  }
  .article article .content figure figcaption.wp-element-caption {
    margin: 0.8rem auto 0;
    width: 100%;
    font-size: 1rem;
  }
  .article article .content figure.wp-block-image {
    margin: 0 auto 6rem !important;
    width: calc(100% - 2rem) !important;
  }
  .article article .content figure.wp-block-gallery {
    margin: 0 auto;
  }
  .article article .content figure.wp-block-gallery figure.wp-block-image {
    margin: 0 auto 6rem !important;
    width: calc(100% - 2rem) !important;
  }
  .article article .content .wp-block-embed {
    margin-bottom: 3.5rem;
    padding: 3.5rem;
    width: calc(100% - 7rem);
  }
  .article article .content .wp-block-embed .wp-block-embed__wrapper {
    padding-top: 56.25%;
  }
  .article article .content blockquote {
    margin-bottom: 3.5rem;
    padding: 2.4rem;
  }
  .article article .content blockquote p {
    margin-bottom: 0;
  }
  .article article .content blockquote em {
    font-size: 1.3rem;
  }
  .article article .content blockquote em a {
    font-size: 1.3rem;
  }
  .article article .content ul {
    margin-bottom: 3.5rem;
    padding-left: 2.4rem;
  }
  .article article .content ul li {
    font-size: 1.3rem;
  }
}
.article .share {
  margin: 0 auto;
  width: fit-content;
}
.article .share ul li {
  margin-left: 1rem;
}
.article .to_all {
  margin: 6rem auto 20rem;
  padding-top: 6rem;
  width: calc(100% - 7rem);
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.article .to_all a {
  padding-left: 2.4rem;
  padding-right: 0;
}
.article .to_all a i {
  left: 0;
  right: initial;
}
@media only screen and (max-width: 860px) {
  .article .to_all {
    margin: 4.8rem auto 12rem;
    padding-top: 3.5rem;
    width: calc(100% - 4rem);
  }
  .article .to_all a {
    padding-left: 2.4rem;
  }
}
.article .related {
  padding: 0 2.4rem 20rem;
}
.article .related h3 {
  font-size: 2.2rem;
}
.article .related ul {
  margin-top: 6rem;
  border-top: 1px solid #000000;
}
.article .related ul li {
  border-bottom: 1px solid #000000;
}
.article .related ul li a {
  position: relative;
  display: flex;
  padding: 1.2rem 0;
}
.article .related ul li a .date {
  width: 20%;
  width: 10%;
}
.article .related ul li a .thumbnail {
  top: 0;
  bottom: 0;
  display: block;
  margin-right: 6%;
  width: 8%;
  width: 8rem;
  height: fit-content;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.article .related ul li a .thumbnail .ratio {
  padding-top: 135%;
  padding-top: 11rem;
}
.article .related ul li a .category {
  width: 10%;
  width: 15%;
}
.article .related ul li a .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-right: 5%;
  width: 58%;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article .related ul li a:hover .thumbnail {
  opacity: 1;
}
@media only screen and (max-width: 860px) {
  .article .related {
    padding: 0 2rem 12rem;
  }
  .article .related h3 {
    font-size: 2rem;
  }
  .article .related ul {
    margin-top: 3.5rem;
  }
  .article .related ul li a {
    align-items: initial;
    padding: 2.4rem 0;
    height: auto;
  }
  .article .related ul li a .date {
    width: 30%;
  }
  .article .related ul li a .thumbnail {
    position: relative;
    left: 0;
    width: 20%;
    opacity: 1;
  }
  .article .related ul li a .thumbnail .ratio {
    padding-top: 135%;
  }
  .article .related ul li a .category {
    width: 35%;
    width: 30%;
    text-align: right;
  }
  .article .related ul li a .title {
    margin-top: 1.6rem;
    width: 100%;
  }
  .article .related .to_all {
    margin-top: 3.5rem;
  }
}