@charset "utf-8";
body{
  background-color: #fff;
}
.container{
  width: var(--WRAPPER_WIDTH);
	max-width: var(--WRAPPER_MAX_WIDTH);
  padding: 0;
}
.post-single-body .flex{
  display: block;
}
@media screen and (min-width: 768px){
  .content-main{
    flex: 1;
    width: unset;
  }
  .content-main{
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px){
  main{
    padding-top: 30px !important;
  }
}



/* 一覧 */
.wp-list{
  display: grid;
  letter-spacing: 0.05em;
  gap: var(--WP_LIST_GAP);
}
.wp-list article{
  position: relative;
  padding-bottom: var(--WP_LIST_GAP);
}
.wp-list article::after{
  --DOTSIZE: 9px;
  content: "";
  background-color: transparent;
  background-image:
  radial-gradient(var(--GRAY05) 26%, transparent 10%);
  background-size: var(--DOTSIZE) var(--DOTSIZE);
  background-repeat: repeat-x;
  width: 100%;
  height: var(--DOTSIZE);
  position: absolute;
  bottom: -6px;
  left: 0;
}
.wp-meta h2{
  color: var(--RED01);
  font-weight: bold;
}
.wp-meta time{
  font-weight: bold;
}
.wp-cat{
  display: flex;
  flex-wrap: wrap;
}
.wp-cat li a{
  color: var(--GRAY07);
  padding-left: 10px;
  border-bottom: 1px solid var(--GRAY07);
  position: relative;
}
.wp-cat li a::before{
  content: "#";
  position: absolute;
  top: -2px;
  left: 0;
}
.wp-thumb{
  position: relative;
}
.wp-more{
  width: fit-content;
  margin-left: auto;
}
.wp-more a{
  display: inline-block;
  border: 1px solid var(--RED01);
  background-color: var(--RED01);
  color: var(--WHITE);
}
.wp-more a span{
  display: inline-block;
  position: relative;
}
.wp-more a span::after{
  content: '>>';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.content-side__ttl:before, .content-side-sns__ttl:before, #wp-calendar caption:before{
  transform: unset;
  background-color: var(--RED01);
}
.pagination-list{
  display: flex;
  justify-content: center;
}
.content-side-post-list{
  display: grid;
}
.search-block-form__innr{
  border-radius: 70px;
  border-bottom-color: #e6ebee;
}
.search-block-form__input{
  border-radius: 70px;
  padding-left: 20px;
}
.wp-side-sns-list{
  display: flex;
  gap: 12px;
}
.wp-side-sns-list li{
  width: 25px;
}
@media screen and (min-width: 768px){
  .wp-list{
    --WP_LIST_GAP: 50px;
  }
  .wp-meta{
    padding: 2px 0 5px 20px;
    margin-bottom: 20px;
    border-left:10px solid var(--RED01);
  }
  .wp-meta h2{
    font-size: 22px;
  }
  .wp-meta time{
    font-size: 16px;
  }
  .wp-cat{
    column-gap: 20px;
    row-gap: 8px;
    margin-bottom: 20px;
  }
  .wp-post-flex{
    display: flex;
    align-items: stretch;
  }
  .wp-thumb{
    width: 200px;
  }
  .wp-txtarea{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 10px 0 0 20px;
  }
  .wp-excerpt{
    flex: 1;
  }
  .wp-more a{
    padding: 6px 20px 8px;
  }
  .wp-more a:hover{
    background-color: var(--WHITE);
    color: var(--RED01);
  }
  .wp-more a span{
    padding-right: 50px;
  }
  .pagination-list{
    margin-top: 50px;
  }
  .content-side-post-list{
    gap: 15px;
  }
}
@media screen and (max-width: 767px){
  .wp-list{
    --WP_LIST_GAP: 40px;
  }
  .wp-list article{
    display: grid;
  }
  .wp-meta{
    padding: 2px 0 5px 10px;
    margin-bottom: 10px;
    border-left: 5px solid var(--RED01);
  }
  .wp-meta h2{
    font-size: 18px;
  }
  .wp-meta time{
    font-size: 14px;
  }
  .wp-cat{
    column-gap: 15px;
    row-gap: 5px;
    margin-bottom: 15px;
  }
  .wp-cat a{
    font-size: 13px;
  }
  .wp-excerpt{
    margin: 20px 0;
  }
  .wp-more a{
    padding: 6px 20px 8px;
  }
  .wp-more a span{
    padding-right: 30px;
  }
  .content-side-post-list{
    gap: 10px;
  }
}



/* シングル */
.wp-single-ttl{
  font-weight: bold;
  color: var(--RED01);
  background-color: var(--GRAY08);
  border-bottom: 3px solid var(--RED01);
  letter-spacing: 0.1em;
}
.post-single-sns{
  margin: 0;
  padding: 0;
}
.wp-sns-wrap{
  display: flex;
  align-items: center;
}
.wp-single-meta .wp-cat{
  margin-bottom: 0;
}
.wp-single-date{
  color: var(--RED01);
  font-weight: bold;
}
.wp-single-sns{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-sns-share{
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.wp-sns-share::before,
.wp-sns-share::after{
  content: "";
  position: absolute;
  background-color: var(--BLACK);
  width: 20px;
  height: 1px;
  left: 0;
}
.wp-sns-share::before{
  top: -2px;
  transform: rotate(-20deg);
}
.wp-sns-share::after{
  bottom: -3px;
  transform: rotate(20deg);
}
.post-single-footer .wp-sns-wrap{
  justify-content: center;
}
.post-single-comment .commentlist{
  background-color: unset;
  color: var(--GRAY07);
}
.post-single-comment #commentform .comment-form-label:before{
  content: none;
}
.comment-form-label{
  border-left: 6px solid var(--RED01);
  padding: 5px 0px 5px 10px !important;
}
.wp-single-back-btn{
  background: #686868;
  color: var(--WHITE) !important;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .post-single-body, #tinymce{
    padding-left: 40px;
    padding-right: 40px;
  }
  .post-single-header{
    margin-bottom: 20px;
  }
  .wp-single-ttl{
    font-size: 22px;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .wp-single-meta{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-single-footer .wp-sns-wrap{
    margin-bottom: 60px;
  }
  .comment_form_wrapper{
    width: 80%;
    margin: 0 auto;
  }
  .wp-single-back-btn{
    width: 490px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px){
  .post-single-header{
    margin-bottom: 15px;
  }
  .wp-single-ttl{
    font-size: 17px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .wp-single-date{
    text-align: right;
    margin-top: 10px;
  }
  .wp-single-back-btn{
    width: 100%;
    padding: 20px 0;
  }
}


/* 投稿者アーカイブ */
.user_image{
  border: 1px solid #d0d0d0;
}
.user_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_avatar{
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.user_avatar img{
  display: block;
  width: 100%;
}
.user_name{
  font-weight: bold;
}
.user_link{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.user_website i{
  color: #1780bb;
}
.user_product_list_link a{
  color: var(--RED01);
  border-bottom: 1px solid var(--RED01);
}
@media screen and (min-width: 768px){
  .user_image{
    aspect-ratio: 4/1;
    margin-bottom: 20px;
  }
  .user_box{
    border: 5px solid var(--GRAY02);
    display: flex;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .user_meta{
    width: 220px;
    text-align: center;
  }
  .user_avatar{
    width: 100px;
    margin: 0 auto;
  }
  .user_name{
    margin: 5px 0 3px;
  }
  .user_position{
    font-size: 12px;
  }
  .user_desc_area{
    flex: 1;
    padding-right: 30px;
  }
  .user_profile{
    margin-bottom: 20px;
  }
  .user_link{
    gap: 10px;
  }
  .user_link i{
    font-size: 30px;
  }
  .user_product_list_link{
    margin-left: 10px;
  }
  .user_product_list_link a{
    font-size: 13px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 767px){
  .user_image{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 40/15;
    margin-bottom: -20px;
    z-index: 1;
  }
  .user_box{
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
  }
  .user_meta{
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .user_avatar{
    width: 80px;
  }
  .user_name_area{
    flex: 1;
    display: flex;
    align-items: flex-end;
  }
  .user_name{
    margin: 0 5px;
  }
  .user_position{
    font-size: 10px;
  }
  .user_profile{
    padding: 15px;
    border: 3px solid var(--GRAY02);
    margin-bottom: 20px;
    font-size: 13px;
  }
  .user_link{
    gap: 8px;
  }
  .user_link i{
    font-size: 25px;
  }
  .user_product_list_link{
    margin-left: 8px;
  }
  .user_product_list_link a{
    font-size: 11px;
    padding-bottom: 1px;
  }
}