@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

  記事ページ

///////////////////////////////////////////////////////////////////////*/
body * {
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #333;
	font-weight: normal;
	text-decoration: none;
  text-align: justify;
  line-break: strict;
  a {
    text-decoration: none!important;
  }
}
:root {
  --top-main: 670px;
  --top-space-x: 50px;
  --top-sub: 300px;
  --top-content-w: calc(var(--top-main) + var(--top-space-x) + var(--top-sub));
}
#postMain {
  width: var(--top-main);
  counter-reset: h2-counter;
  margin-top: 0;
}
.lg-right {
  width: 348px;
  margin-right: -24px;
}
.g-sidebar-outline {
  padding: 0 24px;
  background-color: #fff;
}
.g-sidebar-outline.-side-others {
  padding-bottom: 24px;
  border-radius: 0 0 10px 10px;
}
.lg-article {
  h2 {
    margin: 80px 0 16px!important;
    padding: 0!important;
    font-size: 24px;
    letter-spacing: 0.1em;
    border-bottom: none!important;
    color: #333!important;
  }
  [id^="a"] {
    position: relative;
    margin-top: 0 !important;
    padding-top: 48px !important;
  }
  h3 {
    margin: 64px 0 16px!important;
    font-size: 18px!important;
    letter-spacing: 0.1em;
    color: #333!important;
  }
  h4 {
    margin: 64px 0 16px!important;
    font-size: 16px!important;
    color: #333!important;
  }
  span {
    margin-bottom: 2em;
    font-size: 15px;
    line-height: 2;
    font-weight: 300;
    color: #333!important;
  }
  img {
    margin-top: 0!important;
  }
  a {
    text-decoration: none!important;
  }
  ul, ol {
    margin: 40px 0;
    border-top: 0.6px dotted #C3C3C3;
    li {
      font-size: 16px;
      font-weight: 300;
      border-bottom: 0.6px dotted #C3C3C3;
    }
  }
  ul * {
    text-decoration: none!important;
    color: #333!important;
  }
  table {
    width: 100%!important;
    margin: 0 0 40px!important;
  }
}
#postMain #postBody p {
  margin: 0 0 2em;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #333;
}
#postMain #postBody p.name {
  padding-left: 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-categories {
  display: none;
}

/*==============================================
  ナビゲーション
==============================================*/
#postMain #postBody #a + ul {
  margin: 0 0 64px!important;
  padding: 18px 16px 28px 24px;
  border: 0.6px solid #999;
  border-radius: 3px;
  ul {
    counter-reset: list-counter;
  }
  li {
    border: none!important;
  }
  a {
    font-size: 16px;
    font-weight: 300;
    border-bottom: 0.6px dotted #C3C3C3;
  }
}
#a {
  display: inline;
  position: relative;
  top: 13px;
  left: 13px;
  margin: 0!important;
  font-size: 14px!important;
  background-color: #fff!important;
  span {
    line-height: 1;
    margin: 0 0.2em;
  }
}
#a::before {
  content: none;
}

/*==============================================
  記事詳細
==============================================*/
.lg-article-ttl {
  margin: 0 0 13px!important;
  font-size: 24px;
  line-height: 1.5833;
  letter-spacing: 0.1em;
}
.lg-article-info {
  display: flex;
  align-items: center;
  gap: 12px;
  .en {
    font-family: "Quicksand", sans-serif;
  }
  p {
    margin: 0;
  }
}
p.lg-article-info_up,
p.lg-article-info_date {
  font-size: 12px;
  font-weight: 300;
}
p.lg-article-info_up time,
p.lg-article-info_date time {
  display: inline;
}
p.lg-article-info_author {
  display: flex;
  align-items: center;
  font-weight: normal;
  gap: 2px;
  font-size: 12px;
  font-weight: 300;
  a {
    color: #999;
  }
}
p.lg-article-info_author::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 32px;
  background: url(../images/common/icon_author.svg?2025022700) left center no-repeat;
  background-size: 15px;
}
.lg-article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 16px!important;
  border-top: none!important;
  .tag {
    border: none;
    a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 17px;
      padding: 0 8px 2px;
      font-size: 12px;
      font-weight: 300;
      border: 0.6px solid #999;
      border-radius: 3px;
      color: #555;
    }
  }
}
.lg-article-mv {
  position: relative;
    /* お気に入り */
    div.post-writer div.like-pc{
      position: absolute;
      top: 12px;
      left: 7px;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      margin: 0;
    }
    button.act_favorite {
      padding: 0;
      height: 40px;
      text-indent: -9999px;
      background-repeat: no-repeat;
      background-size: 40px;
      overflow: hidden;
    }
    button.act_favorite.off, button.act_favorite-big.off{
      background-color: rgba(255, 255, 255, 0);
      border: none;
      background-image: url(../images/common/icon-fav-add.svg);
    }
    
    button.act_favorite.on, button.act_favorite-big.on{
      background-color: rgba(255, 255, 255, 0);
      border: none;
      background-image: url(../images/common/icon-fav-added.svg);
    }
}

/*==============================================
  関連記事一覧
==============================================*/
.lg-article-sec_others {
  margin: 40px 0;
  .lg-article-sec_others_ttl {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.yarpp-thumbnails-horizontal {
  display: flex;
  justify-content: center!important;
  gap: 4px;
  a {
    width: 116px;
    height: 154px;
    padding: 8px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
    border-radius: 6px;
  }
  .yarpp-thumbnail > img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 0 2px 0px;
    background-size: cover;
    border-radius: 3px;
  }
  .yarpp-thumbnail-title {
    width: 100%!important;
    margin: 0!important;
    font-size: 12px!important;
    font-weight: 500!important;
    line-height: 16.8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/*==============================================
  著者
==============================================*/
.lg-article-author-sec {
  padding-bottom: 32px;
  border-bottom: 1px solid #C3C3C3;
}
#postMain #author.lg-article-author {
  padding: 2em!important;
  border: 0.6px solid #333;
  border-radius: 5px;
  background-color: #fff;
  a {
    display: flex;
    gap: 13px;
  }
}
.lg-article-author_photo {
  width: 80px;
  img {
    max-width: none!important;
    height: 80px;
    border-radius: 100%;
  }
}
.lg-article-author_wrap {
  width: 548px;
}
.lg-article-author_name {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  .writer {
    height: 19px;
    margin: 0;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    color: #fff!important;
    background-color: #999;
    border-radius: 2px;
    line-height: 18px;
    white-space: nowrap;
  }
}
#postMain #author .name {
  float: none;
  width: auto;
  margin: 0;
  font-size: 18px!important;
  font-weight: 500!important;
  letter-spacing: .1em;
  line-height: 1;
}
.lg-article-author_txt {
  float: none!important;
  width: 100%!important;
  font-size: 12px!important;
  font-weight: 300!important;
  line-height: 1.833!important;
}
.lg-article-author_link {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 300;
}
.lg-article-author_link:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 2px 6px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  transform: rotate(314deg);
}

/*==============================================
  sns
==============================================*/
.sharedLinks {
  margin-bottom: 32px;
}
.sharedLinks ul {
  margin: 0!important;
  border-top: none;
  li {
    border-bottom: none;
  }
}

/*==================================================
  前の記事/次の記事
==================================================*/
.lg-article-navi {
  margin: 0!important;
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #C3C3C3!important;
}
.lg-article-navi li {
  border: none!important;
}
.lg-article-navi li a {
  display: block;
  width: 116px;
}
.lg-article-navi span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px!important;
  font-size: 15px!important;
  font-weight: 300!important;
  line-height: 1!important;
}
.prev_txt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: 3px;
  border-top: 1px solid #B1B0B1;
  border-right: 1px solid #B1B0B1;
  transform: rotate(225deg);
}
.next_txt::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: 3px;
  border-top: 1px solid #B1B0B1;
  border-right: 1px solid #B1B0B1;
  transform: rotate(45deg);
}
.lg-article-navi-box {
  padding: 8px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.lg-article-navi_img {
  margin-bottom: 4px!important;
  width: 100px;
  height: 100px;
  margin-bottom: 4px;
}
.lg-article-navi_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
}
.lg-article-navi_ttl {
  margin: 0!important;
  font-size: 12px!important;
  font-weight: 500!important;
  line-height: 1.4!important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*==================================================
  ADN
==================================================*/
.lg-single-ad-under_sharedLinks::before,
.lg-single-ad-under_newpost::before {
  content: "-AD-";
  display: block;
  font-weight: lighter;
  text-align: center;
}

/*==================================================
  ぶら下がり 編集部のおすすめ
==================================================*/
.lg-single-box {
  width: var(--top-content-w);
  margin: 0 auto;
}
.lg-single-recommend {
  width: var(--top-main);
  padding: 53px 0 59px;
}
.lg-single-recommend_hd {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.lg-single-recommend-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.lg-single-recommend #posts {
  float: none;
  width: 153px;
  margin: 0;
}
.lg-single-recommend #posts article {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.lg-single-recommend #posts a.clickable:hover {
  background-color: #E5DCD5!important;
  opacity:0.3;
}
.lg-single-recommend #posts .thumbnail {
  display: block;
  width: 153px;
  height: 153px;
  margin: 0 0 7px;
}
.lg-single-recommend #posts .thumbnail img {
  width: 153px;
  height: 153px;
  object-fit: cover;
  border-radius: 10px;
}
.lg-single-recommend #posts .top-post-ttl-extext {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95px;
  padding: 0;
}
.lg-single-recommend #posts .top-post-ttl-extext_ttl {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lg-single-recommend .default-post-date time {
  color: #999;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}
.lg-single-recommend .default-post-date time::before {
  content: "Updated /";
  margin-right: 3px;
}
#posts .top-post-ttl-extext_ttl + p,
.lg-single-recommend #posts .post-cat,
.lg-single-recommend #posts .top-post-name {
  display: none;
}
/*==================================================
  ぶら下がり ランキング/新着記事
==================================================*/
.lg-single-ranking,
.lg-single-newpost {
  width: var(--top-main);
  padding: 53px 0 59px;
}
.lg-single-ranking_hd,
.lg-single-newpost_hd {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.lg-single-ranking_hd span,
.lg-single-newpost_hd span {
  font-size: 24px;
  font-weight: normal;
}
.lg-single-ranking-wrap,
.lg-single-newpost-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.lg-single-ranking-article,
.lg-single-newpost-article {
  position: relative;
  width: 100% !important;
  margin: 0!important;
  padding: 0!important;
  border: none!important;
  display: block;
  z-index: 1;
}
.lg-single-ranking-article .rank {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background-color: #f5f5dc;
  border-bottom-right-radius: 4px;
  font-family: 'Quicksand', sans-serif;
}
.lg-single-ranking_img,
.lg-single-newpost_img {
  width: 153px;
  height: 153px;
  margin-bottom: 8px;
  img {
    width: 153px;
    height: 153px;
    object-fit: cover;
    border-radius: 10px;
  }
}
.lg-single-ranking-box,
.lg-single-newpost-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95px;
}
.lg-single-ranking_ttl,
.lg-single-newpost_ttl {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lg-single-ranking_wrap,
.lg-single-ranking_date,
.lg-single-newpost_wrap,
.lg-single-newpost_date {
  display: flex;
  color: #999!important;
  font-size: 12px;
  font-weight: 300!important;
  line-height: 1;
}
.lg-single-ranking_date,
.lg-single-newpost_date,
.lg-single-ranking_wrap .date {
  margin-left: 3px!important;
  color: #999!important;
  font-weight: 300!important;
}

/*==============================================
  追従目次ボタン
==============================================*/
.single-table-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1020px;
  margin: 0 auto;
  z-index: 7777;
}
.single-table {
  position: absolute;
  box-sizing: border-box;
  bottom: 124px;
  left: 646px;
  z-index: 7777;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding-bottom: 9px;
  border-radius: 50%;
  background: url(../images/common/icon_tableofcontents.svg) center 8px no-repeat rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 9px;
  line-height: 1;
  cursor: pointer;
}

/*==============================================
  関連記事
==============================================*/
#yarpp-list .default-posts-yarpp, .shortcode.posttype-post {
  display: inline-block;
  margin: 0 6px 20px 0;
  border: none;
}

/*==============================================
  関連記事でもっと詳しく
==============================================*/
.lg-article-sec_other {
  margin: 40px 0;
  a {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    gap: 8px;
    width: 327px;
    height: 116px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
    border-radius: 6px;
  }
  .lg-article-sec_other_wrap {
    display: flex;
    flex-direction: column;
    width: 203px;
    line-height: 1;
    .wrap {
      display: flex;
      align-items: center;
      margin-top: auto;
      gap: 2px;
    }
    .name,.time {
      font-size: 12px!important;
      line-height: 1!important;
      font-weight: 300!important;
      white-space: nowrap;
      color: #999!important;
    }
    .en {
      margin-left: 3px;
      font-size: 12px!important;
      line-height: 1!important;
      font-family: 'Quicksand', sans-serif;
      color: #999!important;
    }
    .name::before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 12px;
      margin-right: 2px;
      background: url(../images/common/icon_author.svg?2025022700) left bottom no-repeat;
      background-size: contain;
    }
  }
  .lg-article-sec_other_more,
  .lg-article-sec_other_link {
    margin-bottom: 10px!important;
    font-size: 12px!important;
    line-height: 1!important;
    font-weight: 300;
    color: #999;
  }
  .lg-article-sec_other_more::before {
    content: "";
    display: inline-block;
    margin-right: 2.5px;
    width: 14px;
    height: 14px;
    background: url(../images/common/icon_book.svg?2025022700) left center no-repeat;
    background-size: contain;
  }
  .lg-article-sec_other_link::before {
    content: "";
    display: inline-block;
    margin-right: 2.5px;
    width: 14px;
    height: 14px;
    background: url(../images/common/icon_link.svg?2025022700) left center no-repeat;
    background-size: contain;
  }
  .lg-article-sec_other_tag {
    font-size: 12px!important;
    font-weight: 300!important;
    line-height: 1!important;
  }
  .lg-article-sec_other_ttl {
    max-width: 204px;
    font-size: 15px!important;
    line-height: 1.4!important;
    font-weight: 500!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
  }
  .lg-article-sec_other_img {
    flex-shrink: 0;
    img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 3px;
    }
  }
}

/*==============================================
  広告
==============================================*/
.lg-single-ad-under_newpost {
  width: var(--top-main);
}
