/*
==================================================*/

/*
【記事】KV画像
=======================================*/
.btn {
  display: none;
}

.page-content-width {
  position: static;
  max-width: 1100px;
  
}

.main-wrap-detail {
  margin: 106px 0 40px;
}
.page-main {
  margin-top: 75px;
}

.is-side .main-wrap-detail,
.is-side .editor,
.is-side .point,
.is-side .post-reviews,
.is-side .post-comment,
.is-side .latest-btn,
.is-side .post-active-box,
.is-side .post-ordered,
.is-side .post-col-1 {
  max-width: 848px;
}
 .main-detail-side {
  /* position: fixed;
  top: 10%;
  right: 25%;
  margin: 106px 0 100px; */
}
.main-detail-side-box {
  position: absolute; 
  right: 0; 
  top: 100px; 
  width: 212px; 
  margin-left: 40px;
  z-index: 10; 
}

.post-info {
  display: block;
  align-items: center;
  margin: 40px 0 60px;
}
.post-icon-detail {
  display: flex;
  align-items: center;
  gap: 0 12px;
  flex-wrap: wrap;
}

/*	画像+見出し+本文-- start*/
.post-info-icon {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 0 10px 10px 0;
}
.post-info-icon img {
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

.post-col-1 {
  margin: 0 0 52px;
}
.post-col-img {
  margin: 0 0 32px;
}
.post-col-img img {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.post-col-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 32px;
}
.post-col-txt {
  font-size: 16px;
  line-height: 1.8;
}
.post-col-img:empty {
  display: none;
}
.post-col-ttl:empty {
  display: none;
}
.post-col-txt:empty {
  display: none;
}
@media screen and (max-width: 1200px) {
  .page-content-width {
    margin: 0 16px;
      
  }
  .is-side .main-wrap-detail,
  .is-side .editor,
  .is-side .point,
  .is-side .post-reviews,
  .is-side .post-comment,
  .is-side .latest-btn,
  .is-side .post-active-box,
  .is-side .post-ordered,
  .is-side .post-col-1 {
    max-width: 100%;
  }
  .main-detail-side-box {
    position: relative; 
    width: 100%;
    top: 0;
    margin-left: 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .post-col-1 {
    margin: 0 0 40px;
  }
  .post-col-img {
    margin: 0 0 24px;
  }
  .post-col-ttl {
    font-size: 20px;
    margin: 0 0 24px;
  }
  .post-col-txt {
    font-size: 14px;
  }
}
/*	画像+見出し+本文-- end*/

/*リスト（番号+文章+画像）-- start*/
.post-ordered {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin: 0 0 20px;
}
.post-ordered.space {
  margin: 0 0 52px;
}
.post-ordered-num {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #282828;
}
.post-ordered-detail {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.post-ordered-txt {
  flex: 1;
  line-height: 1.7;
}
.post-ordered-img {
  flex: 1;
}
.post-ordered-img img {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .post-ordered {
    display: block;
    max-width: 442px;
    margin: 0 auto 20px;
  }
  .post-ordered.space {
    margin: 0 auto 40px;
  }
  .post-ordered-num {
    margin: 0 0 16px;
  }
  .post-ordered-detail {
    display: block;
  }
  .post-ordered-txt {
    margin: 0 0 16px;
  }
}
/*リスト（番号+文章+画像）-- end*/


/*reviews-- start*/

.post-reviews {
  margin: 0 0 52px;
}
.post-reviews-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 24px;
}
.input-area {
  margin: 0 0 20px;
}
.input-ttl {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 8px;
}
.review-ttl input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  width: 100%;
  height: 40px;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  font-size: 14px;
  border-radius: 4px;
  color: #171717;
  background-color: #fff;
  outline: none;
}
.review-ttl input::placeholder {
  color: #d6d6d6;
}
.review-detail textarea {
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  width: 100%;
  height: 100px;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  font-size: 14px;
  border-radius: 4px;
  color: #171717;
  background-color: #fff;
  outline: none;
}
.review-detail textarea::placeholder {
  color: #d6d6d6;
}
.icon-required {
  position: relative;
  margin: 0 0 0 8px;
}
.icon-required::after {
  content: "必須";
  background: #d93600;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  border-radius: 2px;
  padding: 3px;
  display: inline-block;
  line-height: 1;
  transform: translateY(-1px);
}
.review-btn-area {
  text-align: center;
  margin: 24px 0 0;
}
.review-btn {
  padding: 14px 24px;
  border-radius: 4px;
  background: #282828;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  border: none;
  outline: none;
  transition: 0.3s;
}
.review-btn-area p {
  margin-top: 10px;
}
.review-btn-area p.review-btn-attention {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .post-reviews {
    margin: 0 0 40px;
  }
  .post-reviews-ttl {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
.post-comment {
  margin: 0 0 40px;
}
/*reviews-- end*/

.post-comment-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}
.post-comment-main-li {
  max-height: 360px;
  border-top: 1px solid #e6e6e6;
  overflow-y: auto;
  padding: 16px 0 0;
  scrollbar-width: thin;
  scrollbar-color: #667085 #e4e7ec;
}
.post-comment-main-li::-webkit-scrollbar {
  width: 4px;
}
.post-comment-main-li::-webkit-scrollbar-track {
  background-color: #e4e7ec;
  border-radius: 9999px;
}
.post-comment-main-li::-webkit-scrollbar-thumb {
  background-color: #667085;
  border-radius: 9999px;
}
.post-comment-main-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 12px 16px 0;
  margin: 0 0 16px;
}
.post-comment-main-item:last-of-type {
  margin-bottom: 0;
}
.post-comment-nickname {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 6px;
}
.post-comment-date {
  font-family: "Open Sans";
  font-size: 13px;
  color: #b0b0b0;
  line-height: 1;
  margin: 0 0 6px;
}
.post-comment-txt {
  max-height: 3em;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post-comment-txt.comment-control {
  display: block;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
  overflow: inherit;
}
.comment-more-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  border: none;
  outline: none;
  background: transparent;
  text-decoration: underline;
  margin-top: 8px;
}
.comment-close-btn {
  display: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  border: none;
  outline: none;
  background: transparent;
  text-decoration: underline;
  margin-top: 8px;
}
.no-content-wrapper .no-content-message {
  text-align: center;
  margin-top: 40px;
}
.no-review {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 20px;
}
.no-review-img {
  text-align: center;
  margin: 0 0 4px;
}
.no-review-txt {
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .review-btn:hover {
    background: #000;
  }
  .comment-more-btn:hover {
    text-decoration: none;
  }
  .comment-close-btn:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .post-comment-ttl {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
