@charset "UTF-8";
/* Post Single Page Styles */
.pct {
  line-height: 0;
}
.pct img {
  width: 100%;
  height: auto;
}

.post-wrap {
  max-width: 800px;
  margin: 0 auto 80px;
}

.article-header {
  padding-top: 48px;
  margin-bottom: 40px;
}

.article-category {
  font-size: 16px;
  margin-bottom: 14px;
}

.article-title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
}

.main-article-image {
  margin: 0 -60px 40px;
}

.post-bodytext {
  font-size: 17px;
  line-height: 1.8;
}
.post-bodytext h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.post-bodytext p {
  margin-bottom: 1.2em;
}
.post-bodytext a {
  text-decoration: underline;
  color: #3472ac;
}

.author-info {
  padding: 32px;
  border: 1px solid #a5a5a5;
  margin: 64px auto;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}

.author-info-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 20px;
}
.author-info-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-info-header {
  margin-right: 38px;
  flex-shrink: 0;
}
.author-info-header p {
  line-height: 1.6;
}

.author-info-label {
  font-size: 12px;
  margin-bottom: 10px;
}

.author-info-role {
  font-size: 14px;
  margin-bottom: 3px;
}

.author-info-name {
  font-weight: bold;
  font-size: 16px;
}

.author-info-bio {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.author-info-sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}
.author-info-sns li {
  width: 18px;
  margin-left: 18px;
}
.author-info-sns li a {
  display: block;
}
.author-info-sns li a img {
  width: 100%;
}
@media (hover: hover) {
  .author-info-sns li a {
    transition: 0.2s;
  }
  .author-info-sns li a:hover {
    opacity: 0.7;
  }
}

.product-introduction-section {
  margin-bottom: 64px;
}

.product-introduction-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.section-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.product-introduction-exp {
  font-size: 15px;
  color: #474747;
}
.product-introduction-exp:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1px;
  background-color: #585858;
  vertical-align: middle;
  margin-right: 0.5em;
}

.product-anchor-list {
  line-height: 1.6;
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.product-anchor-list li a {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-right: 16px;
}
.product-anchor-list li a::after {
  content: "▼";
  font-size: 10px;
  color: #292929;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (hover: hover) {
  .product-anchor-list li a:hover {
    text-decoration: underline;
  }
}

.product-introduction-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.post-product-block {
  background-color: #f0f1ed;
  padding: 42px;
  line-height: 1.8;
  /* 購入方法 */
}
.post-product-block .product-main-wrapper {
  margin-bottom: 32px;
}
.post-product-block .product-info-panel {
  width: 49%;
}
.post-product-block .product-header-block {
  margin-bottom: 24px;
}
.post-product-block .product-title {
  font-size: 26px;
}
.post-product-block .product-category-label {
  font-size: 16px;
}
.post-product-block .price-info {
  line-height: 1.6;
  margin-bottom: 16px;
}
.post-product-block .price-amount {
  font-size: 26px;
}
.post-product-block .store-info {
  margin-bottom: 18px;
}
.post-product-block .store-name {
  font-size: 16px;
  margin-bottom: 0;
}
.post-product-block .purchase-method {
  margin-bottom: 16px;
}
.post-product-block .purchase-method h3 {
  font-size: 15px;
  margin-bottom: 4px;
}
.post-product-block .purchase-method p {
  font-size: 15px;
}
.post-product-block .detail-title {
  font-size: 22px;
  margin-bottom: 14px;
}
.post-product-block .detail-description p {
  margin-bottom: 0.7em;
}
.post-product-block .overview-section {
  margin-bottom: 40px;
}
.post-product-block .hashtags {
  background-color: transparent;
  padding: 0;
  padding-top: 22px;
  border-top: 1px solid #caccc2;
  margin: 22px 0;
}
.post-product-block .product-footer-buttons {
  padding-top: 0;
}

.comments-section {
  background-color: #fff;
  padding: 24px;
  padding: 32px;
  border-radius: 18px;
}

.product-single-image-wrapper {
  width: 45%;
}
.product-single-image-wrapper img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.5764705882);
}

.post-share {
  margin-top: 64px;
}

.post-related {
  max-width: 800px;
  margin: 0 auto 80px;
}

/* ==================================================================
    #toc
================================================================== */
.article-toc {
  margin: 64px auto;
  width: 86%;
  border: 1px solid #8b8b8b;
  padding: 34px;
  box-sizing: border-box;
}

.article-toc-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 24px;
}

.article-toc-list {
  font-size: 17px;
  line-height: 1.6;
}
.article-toc-list li {
  margin-bottom: 0.3em;
}
.article-toc-list li a {
  text-decoration: underline;
}

.article-toc-sublist {
  margin-top: 0.35em;
  padding-left: 1em;
}

.readmore {
  position: relative;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 6em;
}
.readmore-content:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 4em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
}

.readmore-label {
  display: table;
  width: 10em;
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 7px;
  background-color: #ededed;
  border: 1px solid #a1a1a1;
  border-radius: 9999px;
  cursor: pointer;
  line-height: 1.4;
  margin: 0 auto;
}
.readmore-label:before {
  content: "続きを読む";
}
.readmore-label:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../img/ico_arrow_s.svg) left top/100% auto no-repeat;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: filter 0.3s;
}
.readmore-label:hover {
  background-color: #fff;
}

.readmore-check:checked ~ .readmore-label:after {
  top: 48%;
  transform: translateY(-50%) rotate(-90deg);
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
}

.readmore-check:checked ~ .readmore-label:before {
  content: "閉じる";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}

/* ==================================================================
    #support box
================================================================== */
.support-container {
  max-width: 580px;
  margin: 64px auto 0;
  padding: 28px;
  border: 2px solid #bebebe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.support-text {
  font-size: 16px;
  line-height: 1.9;
}

.support-heading {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.6em;
}

.support-qr-wrapper {
  width: 170px;
  flex-shrink: 0;
  margin-left: 49px;
}

.support-qr-image {
  width: 100%;
}

.support-app-link {
  display: none;
}

@media screen and (max-width: 768px) {
  .support-qr-wrapper {
    display: none;
  }
  .support-app-link {
    display: block;
  }
  .support-app-link a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #222;
    color: #fff;
    padding: 18px 24px;
    border-radius: 9999px;
    width: 85%;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
/* ==================================================================
    #スマホ対応
================================================================== */
@media screen and (max-width: 768px) {
  .post-wrap {
    padding: 0 16px;
    margin-bottom: 48px;
  }
  .article-header {
    padding-top: 24px;
    margin-bottom: 24px;
  }
  .article-category {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .article-title {
    font-size: 24px;
    line-height: 1.4;
  }
  .main-article-image {
    margin: 0 -16px 24px;
  }
  .post-bodytext {
    font-size: 16px !important;
  }
  .post-bodytext h2 {
    font-size: 20px;
    margin-bottom: 0.8em;
  }
  .post-bodytext p {
    margin-bottom: 1em;
  }
  .author-info {
    padding: 20px;
    margin: 40px auto;
    display: block;
  }
  .author-info-photo {
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .author-info-header {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .author-info-sns {
    justify-content: center;
    margin-top: 16px;
  }
  .author-info-sns li {
    margin-left: 12px;
    margin-right: 12px;
  }
  .product-introduction-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .section-title {
    font-size: 24px;
  }
  .product-introduction-exp {
    font-size: 13px;
  }
  .product-introduction-exp:before {
    content: none;
  }
  .product-anchor-list {
    margin-bottom: 32px;
    gap: 12px 16px;
  }
  .product-anchor-list li a {
    font-size: 14px;
    padding-right: 12px;
  }
  .product-introduction-box {
    gap: 24px;
  }
  .post-product-block {
    padding: 24px;
  }
  .post-product-block .product-main-wrapper {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 24px;
  }
  .post-product-block .product-info-panel {
    width: 100%;
  }
  .post-product-block .product-header-block {
    margin-bottom: 16px;
  }
  .post-product-block .product-title {
    font-size: 24px;
  }
  .post-product-block .product-category-label {
    font-size: 14px;
  }
  .post-product-block .price-amount {
    font-size: 22px;
  }
  .post-product-block .detail-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .post-product-block .overview-section {
    margin-bottom: 24px;
  }
  .product-single-image-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  .comments-section {
    padding: 20px;
  }
  .article-toc {
    margin: 40px auto;
    width: 100%;
    padding: 20px;
  }
  .article-toc-title {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .article-toc-list {
    font-size: 15px;
  }
  .post-share {
    margin-top: 40px;
  }
  .post-related {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .support-container {
    margin: 40px auto 0;
    padding: 20px;
    display: block;
    text-align: center;
  }
  .support-text {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
  }
  .support-heading {
    font-size: 20px;
  }
}/*# sourceMappingURL=post.css.map */