@charset "UTF-8";
/**********************************************************
フォーマット選択エリア
*********************************************************/
.fs34-vr {
  font-size: calc(16px + 18 * (100vw - 375px) / 393);
}

/**********************************************************
フォント
*********************************************************/
.f42 {
  font-size: 42px;
}

.f40 {
  font-size: 40px;
}

.f36 {
  font-size: 36px;
}

.f32 {
  font-size: 32px;
}

.f30 {
  font-size: 30px;
}

.f28 {
  font-size: 28px;
}

.f26 {
  font-size: 26px;
}

.f24 {
  font-size: 24px;
}

.f22 {
  font-size: 22px;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.f-init {
  font-weight: initial;
}

@media screen and (max-width: 768px) {
  .f42-md {
    font-size: 36px !important;
  }
  .f36-md {
    font-size: 32px !important;
  }
  .f34-md {
    font-size: 34px !important;
  }
  .f32-md {
    font-size: 32px !important;
  }
  .f30-md {
    font-size: 30px !important;
  }
  .f28-md {
    font-size: 28px !important;
  }
  .f26-md {
    font-size: 22px !important;
  }
  .f24-md {
    font-size: 20px !important;
  }
  .f22-md {
    font-size: 18px !important;
  }
  .f20-md {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 578px) {
  .f42-md {
    font-size: 31.609375px !important;
  }
  .f36-md {
    font-size: 27.09375px !important;
  }
  .f34-md {
    font-size: 25.5885416667px !important;
  }
  .f32-md {
    font-size: 24.0833333333px !important;
  }
  .f30-md {
    font-size: 22.578125px !important;
  }
  .f28-md {
    font-size: 21.0729166667px !important;
  }
  .f26-md {
    font-size: 16.5572916667px !important;
  }
  .f24-md {
    font-size: 15.0520833333px !important;
  }
  .f20-md {
    font-size: 12.0416666667px !important;
  }
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.article-header .title-screen {
  display: grid;
  gap: 19px;
}
@media screen and (min-width: 1200px) {
  .article-header .title-screen {
    gap: 28px;
  }
}
.article-header .article-title {
  display: flex;
}
.article-header .article-title > p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 1200px) {
  .article-header .article-title > p {
    font-size: 24px;
  }
}
.article-header .article-sub-title {
  font-weight: 700;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}
.article-header .article-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
}
@media screen and (min-width: 1200px) {
  .article-header .article-info-wrap {
    flex-flow: row wrap;
    gap: 17px;
    align-items: center;
  }
}
.article-header .article-info-wrap > a {
  max-width: 100%;
}
.article-header .article-info-wrap .info-sns {
  display: flex;
  flex-grow: 1;
  flex-flow: column wrap;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .article-header .article-info-wrap .info-sns {
    flex-direction: row;
    align-items: center;
  }
}
.article-header .article-info-wrap .sns-icons {
  display: flex;
  gap: 4px;
  align-items: center;
}
.article-header .article-info-wrap .sns-icons .divider-y {
  height: 24px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.article-header .article-info-wrap .sns-icons .sns-item {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  
  img{width: 100%; }
}

.article-main {
  display: grid;
  grid-template-columns: 100%;
  gap: 72px;
  padding-bottom: 48px;
}
@media screen and (min-width: 1200px) {
  .article-main {
    gap: 82px;
    padding-bottom: 60px;
  }
}
.article-main .img-wrap {
  display: flex;
  flex-flow: column wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .article-main .img-wrap {
    gap: 26px;
  }
}
.article-main .img-wrap figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .article-main .img-wrap figure {
    max-width: 742px;
  }
}
.article-main .img-wrap img {
  max-height: 742px;
}
.article-main .img-wrap .img-text {
  margin-top: 16px;
}
.article-main hr {
  height: 3px;
  margin-top: 16px;
  margin-bottom: 72px;
  background-color: rgba(0, 0, 0, 0.12);
  border: none;
}/*# sourceMappingURL=article.css.map */