:root {
  --main-color: #ffcab1;
}

.pankuzu {
  position: relative;
  z-index: 1;
}

#ibasho-case {
  position: relative;
  background-color: var(--main-color);
}

.article-main {
  position: relative;
  padding-top: 11px;
  color: #4d5156;
  z-index: 0;
}

.article-main img {
  display: block;
  width: 100%;
}

.article-main::before {
  content: "";
  position: absolute;
  top: -91px;
  left: 0;
  display: block;
  height: 91px;
  width: 100%;
  background-color: #fff;
  z-index: 0;
}

.article-main .article-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.article-bg .pattern {
  position: absolute;
}

.article-bg .pattern01 {
  width: 33%;
  top: -7%;
  left: -10%;
}

.article-bg .pattern02 {
  width: 20%;
  top: -7%;
  left: 83%;
}

.article-bg .pattern03 {
  width: 30%;
  top: 80%;
  left: -10%;
}

.article-bg .pattern04 {
  width: 25%;
  top: 75%;
  left: 83%;
}

.article-inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px 24px;
  z-index: 0;
}

.article-main .external {
  margin-top: 40px;
}

.article-meta {
  font-size: 12px;
  border-bottom: 1px solid #4d5155;
  line-height: 1.7;
}

.article-ttl {
  font-weight: 400;
}

.article-date {
  margin-bottom: 0.5em;
}

.article-mv {
  margin-top: 40px;
  padding-bottom: 1em;
}

.article-mv .lead {
  line-height: 1.8;
  margin-top: 20px;
}

.article .section {
  padding-bottom: 1em;
}

.section-heading {
  background: #f0876d;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 8px;
  margin-bottom: 24px;
  line-height: 1.3;
}

.external .section-heading {
  text-align: center;
}

.section .img-wrap {
  margin-bottom: 1.4em;
}

.section p {
  margin-bottom: 1.5em;
}

.article-copyright {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
}

.sns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.account-name {
  width: min(100%, 160px);
}

.account-name a {
  display: block;
  text-decoration: none;
}

.qr-code {
  max-width: 160px;
}

footer {
  position: relative;
  background-color: #fff;
}

/* ============================
MARK: vol02
============================*/
.article-main.vol02 {
  background-color: var(--main-color02);
}

.vol02 .section-heading {
  background: #e9728d;
}

.vol02 .article-bg .pattern02 {
  width: 17%;
  top: -7%;
  left: 86%;
}

.vol02 .article-bg .pattern03 {
  width: 32%;
  top: 79%;
  left: -10%;
}

.vol02 .article-bg .pattern04 {
  width: 28%;
  top: 74%;
  left: 80%;
}

.section-heading.heading-fz18 {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .article-bg {
    display: none;
  }

  .article-inner {
    padding: 20px 20px;
  }

  .sns-wrap {
    gap: 25px;
  }

  .account-name {
    width: auto;
  }
}

/*# sourceMappingURL=report.css.map */
