/* ========================================
Single Blog
======================================== */

.singleblog {}

.p_article .c_container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 10px;
}


.article_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  column-gap: 4%;
}

.article_container__l {
  width: 66%;
  max-width: 850px;
  padding: 60px 0 60px;
}

@media screen and (max-width: 767px) {
  .article_container__l {
    width: 98%;
    padding: 20px 0;
    margin: 0 auto;
  }
}

.article_container__r {
  display: block;
  width: 30%;
  max-width: 390px;
}

@media screen and (max-width: 767px) {
  .article_container__r {
    display: none;
  }
}


/* ========================================
MV
======================================== */

.article-mv {
  padding-bottom: 24px;
}

.article-title {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}

.article-lead {}

.article-player {}


.article_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shopinfo_name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shopinfo_author_icon {
  width: 90px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.shopinfo_author_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shopinfo_name_text {
  font-size: 1.4rem;
}

.article_date {
  font-size: 1.4rem;
}

.article_date::before {
  content: "|";
  margin-left: 0.8em;
  margin-right: 0.5em;
}

/* 店舗・SNSバー */
.shopinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 区切り線 */
.p_article .divider {
  width: 100%;
  height: 75px;
  background-image: url("../../../assets/images/article/hr_article_divider_head.png");
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-10%);
}

@media screen and (max-width: 1024px) {
    
  .shopinfo {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .article-mv {
    padding-bottom: 0px;
  }

  .article-title {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .p_article .divider {
    transform: translateY(10%);
    margin-bottom: 20px;
  }

  .shopinfo_name_text {
    font-size: 1.3rem;
  }

  .article_date {
    font-size: 1.3rem;
  }

}


/* ========================================
Thumbnail
======================================== */

.article-thumbnail-section {
  margin-bottom: 0.5rem;
}

.article-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 192 / 90;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-thumbnail img {
  width: 100%;
  object-fit: contain;
}


/* ========================================
Shop / Company
======================================== */

.article-shop-company {}

.article-shop-company-header {}

.article-shop-company-icon {}

.article-shop-company-icon img {}

.article-shop-company-meta {}

.article-shop-company-name {}



/* ========================================
Content
======================================== */

.article-content {

}

.article-content-body {}

.article-content-body h3 {
  font-size: 2.4rem;
  margin-top: 46px;
  margin-bottom: 63px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-content-body h3 {
    margin-bottom: 53px;
  }
}

.article-content-body h3::before {
  position: absolute;
  bottom: -1em;
  transform: translateY(50%);
  content: "";
  width: 100%;
  height: 43px;
  background-image: url("../../../assets/images/article/hr_article_divider_sec.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.article-content-body h4 {
  font-weight: bold;
}

.article-content-body p {
  line-height: 1.4;
  margin-bottom: 21px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .article-content-body p {
    margin-bottom: 18px;
  }
}


.singleblog figure{
  margin-bottom: 20px;
}

/* 
.image-desc {
  color: #707376;
  font-size: 0.875em;
  margin-bottom: 30px;
}

.image-desc span {
  font-weight: bold;
} */

.article-box {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #000;
  margin-bottom: 21px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .article-box {
    padding-left: 18px;
  }
}

.article-box .guest {
  display: inline-block;
  font-weight: bold;
}

.article-box p {
  margin: 0;
}

.article-credit {
  display: inline-block;
  font-size: 1.4rem;
  color: #707376;
  padding-top: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {  
  .article-credit {
    margin-bottom: 50px;
  }
}

/* ==================== */
/* 記事目次              */
/* ==================== */
.wp-block-aioseo-table-of-contents {
  background-color: #F8F8F8;
  max-width: 850px;
  margin: 28px auto 36px;
  position: relative;
}

.wp-block-aioseo-table-of-contents::before {
  content: "";
  position: absolute;
  left: 64px;
  /* paddingに合わせる */
  top: 46px;
  /* 上からの位置（文字の高さと微調整） */
  width: 18px;
  height: 26px;
  background-image: url("../../../assets/images/common/icon_slash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.wp-block-aioseo-table-of-contents::after {
  content: "目次";
  position: absolute;
  left: 90px;
  /* スラッシュ画像の幅＋隙間の位置 */
  top: 48px;
  /* スラッシュ画像と文字の中心を揃える */
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
  z-index: 1;
}

.wp-block-aioseo-table-of-contents ul {
  counter-reset: toc-counter;
  list-style: none;
  padding: 100px 6% 50px 7.65%;
}

.wp-block-aioseo-table-of-contents ul li {
  counter-increment: toc-counter;
  border-bottom: 1px solid #E5E5E5;
  line-height: 1.4;
  display: flex;
  align-items: center;
  padding: 12px 0 7px 40px;
  position: relative;
}

.wp-block-aioseo-table-of-contents ul li:last-child {
  border-bottom: none;
}

.wp-block-aioseo-table-of-contents ul li a::before {
  position: absolute;
  left: 0;
  content: counter(toc-counter, decimal-leading-zero) " /";
  margin-right: 0.5em;
  font-weight: bold;
  font-style: italic;
  font-family: var(--font-gothic);
}

.wp-block-aioseo-table-of-contents ul li a {
  display: block;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .wp-block-aioseo-table-of-contents {
    margin: 24px auto 30px;
  }

  .wp-block-aioseo-table-of-contents ul {
    padding: 80px 4% 30px 4%;
  }

  .wp-block-aioseo-table-of-contents ul li{
    padding: 10px 0 4px 2.5em;
  }

  .wp-block-aioseo-table-of-contents::before {
    left: 16px;
    /* paddingに合わせる */
    top: 36px;
  }

  .wp-block-aioseo-table-of-contents::after {
    left: 40px;
    /* スラッシュ画像の幅＋隙間の位置 */
    top: 40px;
    /* スラッシュ画像と文字の中心を揃える */
    font-size: 1.8rem;
  }
}


/* ========================================
Info Table
======================================== */

.article-info {}

.article-info-table {}

.article-info-row {}

.article-info-head {}

.article-info-data {}


.info_name {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.info_author_icon {
  width: 80px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.info_author_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info_name_text {
  font-size: clamp(2rem, 1.119rem + 1.149vw, 2.6rem);
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .info_name {
    gap: 8px;
  }

  .info_author_icon {
    width: 50px;
  }

  .info_name_text {
    font-size: clamp(1.6rem, 1.299rem + 0.913vw, 2rem);
  }
}

/* ==================== */
/* 基本情報 */
/* ==================== */
.info_table_wrapper {
  background-color: var(--cl-accent03);
  padding: 56px 7% 60px 6%;
}

.info_title_wrap {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 20px;
}

.info_title_wrap img.title_icon {
  width: 1.8rem;
  object-fit: contain;
  display: block;
}

.info_table_title {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
}

.info_table {
  width: 100%;
  border-collapse: collapse;
}

.info_table tr {
  border-bottom: 1px solid #E5E5E5;
}

.info_table tr:last-child {
  border-bottom: none;
}

.info_table th {
  width: auto;
  min-width: 100px;
  padding: 18px 0;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}

/* 内容（右側） */
.info_table td {
  padding: 18px 0 18px 16px;
  text-align: left;
  word-break: break-all;
  overflow-wrap: break-word;
}

/* リンクの色 */
.site_link {
  color: var(--cl-text-link);
  text-decoration: none;
  display: inline-block;
}

.site_link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .info_table_wrapper {
    padding: 20px 12px;
  }

  .info_table th {
    width: auto;
    white-space: nowrap;
    min-width: 0px;
    font-size: 1.4rem;
    padding: 8px 0;
  }

  .info_table td {
    padding: 8px 0 8px 8px;
  }

  .shopinfo_author_icon {
    width: 60px;
  }
}


/* ========================================
SNS
======================================== */

.article-sns {}

.article-sns-list {}

.article-sns-item {}

.article-sns-link {}

.article-sns-instagram {}

.article-sns-x {}

.article-sns-line {}

.article-sns-facebook {}


/* ========================================
Items / Services
======================================== */

.article-items-services {}

.article-items-services-row {}

.article-items-services-media {}

.article-items-services-media img {}

.article-items-services-media video {}

.article-items-services-desc {}

.article-items-services-empty {}


/* ========================================
Gallery
======================================== */

.article-gallery {}

.article-gallery-grid {}

.article-gallery-item {}

.article-gallery-item img {}

.article-gallery-empty {}


/* ========================================
Related
======================================== */

.article-related-videos {}

.article-related-videos-list {}

.article-related-articles {}

.article-related-articles-list {}

.article-related-card {}

.article-related-card a {}

.article-related-card img {}

.article-related-card h3 {}

.article-related-videos-empty {}

.article-related-articles-empty {}

/* ========================================
Common
======================================== */

.article-section-title {}