:root {
  --color-white: #FFFFFF;
  --color-main: #87b828;
  --color-main-dark: #229C2A;
  --color-accent: #222e0a;
  --color-text: #505050;
  --color-red: #C62F2B;
  --font-main: "neue-haas-grotesk-text", "ryo-gothic-plusn", sans-serif;
}

/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.articleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, #f3f3f3), to(#f3f3f3));
  background: linear-gradient(to bottom, transparent 0%, #f3f3f3 5%, #f3f3f3 100%);
}
@media screen and (min-width: 320px) {
  .articleWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 5vw 7rem;
    border-radius: 0 0 4rem 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 10rem 20vw 15rem 2.5vw;
    border-radius: 0 0 6rem 6rem;
  }
}
.articleWrapper .shareBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 320px) {
  .articleWrapper .shareBar {
    width: 100%;
    padding: 64px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .articleWrapper .shareBar {
    width: 17.5vw;
    padding: 0 0 0 1rem;
  }
}
.articleWrapper .shareBarInner {
  position: sticky;
  top: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .articleWrapper .shareBarInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .articleWrapper .shareBarInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.articleWrapper .shareBarInner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 320px) {
  .articleWrapper .shareBarInner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .articleWrapper .shareBarInner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.articleWrapper .shareTitle {
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 320px) {
  .articleWrapper .shareTitle {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 0 32px 0 6.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleWrapper .shareTitle {
    font-size: 1.8rem;
    margin-bottom: 24px;
    padding: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.articleWrapper svg {
  display: block;
}
@media screen and (min-width: 320px) {
  .articleWrapper svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleWrapper svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.articleWrapper a, .articleWrapper button {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.articleWrapper a:hover, .articleWrapper button:hover {
  opacity: 0.5;
}

@media screen and (min-width: 320px) {
  .articleMain {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .articleMain {
    width: 60vw;
  }
}
.articleMain #breadcrumb ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 320px) {
  .articleMain #breadcrumb ul {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleMain #breadcrumb ul {
    padding-bottom: 10rem;
  }
}

.articleTitle {
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .articleTitle {
    font-size: 2.4rem;
    padding: 1rem 0 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleTitle {
    font-size: 5.8rem;
    padding: 2rem 0 4rem;
  }
}

.articleText {
  line-height: 2.2;
  border-top: 1px solid #e4e4e4;
}
@media screen and (min-width: 320px) {
  .articleText {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleText {
    padding-top: 10rem;
  }
}
.articleText.works {
  border-top: none;
  padding-top: 0;
}
.articleText h2 {
  border-top: dashed 1px rgba(0, 0, 0, 0.2);
  color: #229C2A;
}
@media screen and (min-width: 320px) {
  .articleText h2 {
    font-size: 2rem;
    padding: 2rem 0 0.8rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleText h2 {
    font-size: 3.4rem;
    padding: 48px 0 1.2rem;
    margin-top: 64px;
  }
}
.articleText h3 {
  background: #FFFFFF;
  border-radius: 16px;
}
@media screen and (min-width: 320px) {
  .articleText h3 {
    font-size: 1.6rem;
    padding: 8px 16px;
    margin: 24px 0 8px;
  }
}
@media screen and (min-width: 1025px) {
  .articleText h3 {
    font-size: 2.4rem;
    padding: 12px 24px;
    margin: 32px 0 16px;
  }
}
.articleText p {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .articleText p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleText p {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.articleText a {
  color: #0067f4;
  text-decoration: underline;
}
.articleText a:hover {
  text-decoration: none;
}
@media screen and (min-width: 320px) {
  .articleText ul, .articleText ol {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleText ul, .articleText ol {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.articleText li {
  position: relative;
}
@media screen and (min-width: 320px) {
  .articleText li {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleText li {
    padding-left: 3rem;
  }
}
.articleText ul > li::before {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 50%;
  background: #87b828;
}
@media screen and (min-width: 320px) {
  .articleText ul > li::before {
    top: 1.2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleText ul > li::before {
    top: 1.5rem;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (min-width: 320px) {
  .articleText ul ol {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .articleText ul ol {
    margin: 1rem 0;
  }
}
.articleText ol {
  counter-reset: item;
}
.articleText ol > li {
  counter-increment: item;
}
.articleText ol > li::before {
  position: absolute;
  content: counter(item);
  left: 0;
  border-radius: 50%;
  color: #87b828;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .articleText ol > li::before {
    top: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleText ol > li::before {
    top: 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 320px) {
  .articleText ol ul {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .articleText ol ul {
    margin: 1rem 0;
  }
}
.articleText .size-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.articleText .size-medium img {
  width: auto;
}

@media screen and (min-width: 320px) {
  .authorInfo {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .authorInfo {
    margin-top: 64px;
  }
}

.authorBox {
  border-radius: 16px;
  background: white;
}
@media screen and (min-width: 320px) {
  .authorBox {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 1025px) {
  .authorBox {
    padding: 32px 24px;
  }
}

.authorHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.authorAvatar {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .authorAvatar {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .authorAvatar {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.authorAvatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 320px) {
  .authorMeta {
    width: calc(100% - 4.5rem - 24px);
  }
}
@media screen and (min-width: 1025px) {
  .authorMeta {
    width: calc(100% - 6.5rem - 24px);
  }
}
.authorMeta .authorMetaTitle {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .authorMeta .authorName {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .authorMeta .authorName {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.authorMeta .authorDescription {
  color: rgba(0, 0, 0, 0.45);
}
@media screen and (min-width: 320px) {
  .authorMeta .authorDescription {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .authorMeta .authorDescription {
    font-size: 1.6rem;
  }
}

.articleHeader {
  overflow: clip;
}

@media screen and (min-width: 320px) {
  .articleHeaderInfo {
    padding: 20rem 5% 32px;
  }
}
@media screen and (min-width: 1025px) {
  .articleHeaderInfo {
    padding: 25rem 10% 32px;
  }
}

.articleSlider, .articleSliderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.articleSliderWrapper {
  -webkit-animation: loopCl 75000ms linear infinite both;
          animation: loopCl 75000ms linear infinite both;
}
.articleSliderWrapper .img {
  border-radius: 0;
  margin-right: 8px;
}
@media screen and (min-width: 320px) {
  .articleSliderWrapper .img {
    width: 30rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleSliderWrapper .img {
    width: 50rem;
  }
}
.articleSliderWrapper .img .imgWrapper {
  border-radius: 0;
  padding-bottom: 55.56%;
}

#toc_container {
  background: white;
  border-radius: 8px;
  border: none;
  margin: 0 auto 32px;
}
@media screen and (min-width: 320px) {
  #toc_container {
    width: 80%;
    padding: 32px;
  }
}
@media screen and (min-width: 1025px) {
  #toc_container {
    width: 80%;
    padding: 32px;
  }
}
#toc_container li::before {
  display: none;
}
#toc_container a {
  text-decoration: underline;
}
@media screen and (min-width: 320px) {
  #toc_container a {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1025px) {
  #toc_container a {
    font-size: 1.75rem;
  }
}
#toc_container a:hover {
  text-decoration: none;
}

.articleHero {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  margin-bottom: 32px;
}

.articleHero_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.articleHero_video, .articleHero_head {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.articleHero_video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articleHero_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .articleHero_head {
    padding: 0 5vw 8.5rem;
  }
}
@media screen and (min-width: 600px) {
  .articleHero_head {
    padding: 0 5vw 2.5vw;
  }
}
.articleHero_head .articleHeaderInfo {
  padding: 0;
}
.articleHero_head .articleHeaderInfo * {
  color: var(--color-white);
}
.articleHero_head #breadcrumb ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}/*# sourceMappingURL=single.css.map */