.p-column__detail-top{
  margin-top: 15px;
}
.p-column__detail-top-inner{
  margin: 0 auto;
  max-width: 800px;
}
.p-column__detail-head{
  margin-bottom: 20px;
  padding: 0 20px;
}
.p-column__detail-head-group{
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.p-column__detail-head-comment{
  margin-right: 20px;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-column__detail-head-comment a,.p-column__detail-head-iine{
  display: flex;
  position: relative;
  align-items: center;
}
.p-column__detail-head-comment a::before{
  display: inline-block;
  position: relative;
  margin-right: 5px;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_comment.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}
.p-column__detail-head-iine .c-iine__btn .icon{
  width: 24px;
  height: 24px;
}
.p-column__detail-head-iine .c-iine__btn .number{
  font-size: 1.4rem;
}
.p-column__detail-head-iine .c-login-required{
  top: -90px;
  left: -10px;
}
.p-column__detail-head-iine .c-login-required::after,.p-column__detail-head-iine .c-login-required::before{
  left: 40px;
}
.p-column__detail-head-iine .c-login-required::before{
  bottom: -15px;
}
.p-column__detail-head-iine .c-login-required::after{
  bottom: -13px;
}
.p-column__detail-contents{
  margin: 0 0 40px;
  padding: 0 20px;
}
.p-column__detail-contents .c-login-before{
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
}
.p-column__detail-contents:has(.c-login-before) .p-column__detail-inner{
  position: relative;
  height: 720px;
  overflow: hidden;
}
.p-column__detail-inner{
  position: relative;
}
.p-column__detail-mv img{
  width: 100%;
}
.p-column__bottom,.p-column__detail-inner{
  margin: 0 auto;
  max-width: 800px;
}
.p-tag__inner{
  padding: 0 20px;
}
.p-tag__item{
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-tag__lists{
  display: flex;
  flex-wrap: wrap;
}
.p-tag__list{
  transition: color .2s,background-color .2s;
  margin: 8px 5px 7px 0;
  border-radius: 999px;
  background-color: #f0f0f0;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-tag__list .hush{
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 14px;
}
.p-tag__list .hush::before{
  position: absolute;
  left: 0;
  transition: color .2s;
  content: "#";
  color: #09a7a8;
}
.p-tag__list-link{
  display: block;
  padding: 9px 16px 8px;
}
.p-comment{
  padding: 40px 20px 0;
}
.p-comment .usericon{
  position: relative;
  flex-shrink: 0;
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.p-comment .usericon::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid #e4e9fc;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  content: "";
}
.p-comment__heading{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 2rem;
}
.p-comment__btn .icon::before,.p-comment__heading::before{
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_comment.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  content: "";
}
.p-comment__user{
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  width: 300px;
}
.p-comment__user-img{
  flex-shrink: 0;
  margin-right: 20px;
}
.p-comment__user-name{
  font-weight: 700;
  font-size: 1.4rem;
}
.p-comment__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
  width: 300px;
}
.p-comment__btn .icon{
  opacity: 70%;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.p-comment__btn .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_pencil_white.svg);
  width: 100%;
  height: 100%;
}
.p-comment__btn:disabled{
  border-color: #a2abbf;
  background-color: #a2abbf;
  pointer-events: none;
}
.p-comment__user-notes{
  margin-top: 15px;
}
.p-comment__user-note{
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}
.p-comment__user-note+.p-comment__user-note{
  margin-top: 5px;
}
.p-comment__user-kiyaku{
  transition: opacity .2s;
  cursor: pointer;
  text-decoration: underline;
}
.p-comment__lists{
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.p-comment__list{
  transition: background-color .2s;
  border-bottom: 1px solid #ddd;
  padding: 20px 15px 15px;
}
.p-comment__list.mycomment{
  background-color: #fffdea;
}
.p-comment__list.mycomment .c-iine__btn{
  cursor: auto;
}
.p-comment__list.mycomment .c-iine__btn .icon::before{
  transform: rotate(0);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_iine_gray.svg);
}
.p-comment__list.mycomment .c-iine__btn:hover{
  opacity: 100%;
}
.p-comment__list.mycomment .c-iine__btn .number{
  color: #8492bf;
}
.p-comment__list.mycomment .p-comment__list-bottom-left{
  display: block;
}
.p-comment__list.official .p-comment__list-name{
  position: relative;
}
.p-comment__list.official .p-comment__list-name::after{
  display: inline-block;
  position: relative;
  transform: translateY(2px);
  margin-left: 3px;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/column/detail/icon_official.svg);
  width: 14px;
  height: 14px;
  content: "";
}
.p-comment__list.is-hidden{
  visibility: hidden;
  opacity: 0%;
  border: 0;
  padding: 0;
  height: 0;
}
.p-comment__list-top{
  display: flex;
}
.p-comment__list-img{
  margin-right: 8px;
}
.p-comment__list-name{
  font-size: 1.2rem;
}
.p-comment__list-day{
  margin-top: 5px;
  color: #9a9a9a;
  font-size: .8rem;
}
.p-comment__list-detail{
  margin-top: 15px;
  font-size: 1.4rem;
}
.p-comment__list-bottom{
  display: grid;
  grid-template-areas: "left right";
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  min-height: 26px;
}
.p-comment__list-bottom-left{
  display: none;
  grid-area: left;
}
.p-comment__list-bottom-right{
  grid-area: right;
}
.p-comment__list-delete,.p-comment__list-edit{
  transition: opacity .2s;
  width: 20px;
  height: 20px;
}
.p-comment__list-delete::before,.p-comment__list-edit::before,.p-comment__more .arrow::after{
  display: inline-block;
  position: relative;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.p-comment__list-delete{
  margin-right: 20px;
}
.p-comment__list-delete::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_delete.svg);
}
.p-comment__list-edit::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_pencil.svg);
}
.p-comment__list-iine,.p-comment__more .arrow{
  display: flex;
  align-items: center;
}
.p-comment__list-iine .c-iine__btn .icon{
  width: 20px;
  height: 20px;
}
.p-comment__list-iine .c-iine__btn .number{
  font-size: 1rem;
}
.p-comment__more{
  display: none;
  transition: opacity .2s;
  cursor: pointer;
  margin: 15px auto 0;
  width: 110px;
  font-weight: 700;
}
.p-comment__more .arrow{
  position: relative;
  justify-content: center;
}
.p-comment__more .arrow::after{
  transform: rotate(90deg);
  margin-left: 12px;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_line_green.svg);
  width: 8px;
  height: 12px;
}
.p-comment__more.is-visible{
  display: block;
}
.p-topic-ranking{
  margin-top: 40px;
  background-color: #f4f8fc;
  padding: 50px 20px;
}
.p-topic-ranking__inner{
  margin: 0 auto;
  max-width: 1100px;
}
.p-topic__group{
  position: relative;
}
.p-topic__group+.p-topic__group{
  margin-top: 40px;
}
.p-topic__list{
  transition: opacity .4s;
}
.p-topic__list-link{
  display: block;
  padding: 15px 0;
}
.p-topic__list-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-topic__list-bottom{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 15px;
}
.p-topic__list-img{
  border-radius: 5px;
  width: 126px;
  height: 84px;
  overflow: hidden;
}
.p-topic__list-img img{
  border-radius: 5px;
}
.p-topic__list-day{
  color: #9a9a9a;
  font-weight: 700;
  font-size: 1rem;
}
.p-topic__list-heading{
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
.p-topic__list-btn-wrap{
  margin-top: 20px;
}
.c-breadcrumb{
  background: linear-gradient(90deg,#0fbebf 0,#1d98c6 100%);
}
.c-breadcrumb__list{
  color: #fff;
}
.c-breadcrumb__list a::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_line_white.svg);
}
.c-share{
  grid-template-columns: 1fr 1fr;
}
.c-breadcrumb__bottom{
  margin-top: 40px;
}
.c-login-before{
  padding-top: 60px;
  overflow: hidden;
}
.c-login-before::before{
  position: absolute;
  top: 0;
  background: linear-gradient(rgba(255,255,255,0)0,#fff 100%);
  width: 100%;
  height: 60px;
  content: "";
}
.c-ranking{
  margin-top: 40px;
}
@media (min-width:48em){
  .p-column__detail-top{
    margin-top: 30px;
  }
  .p-column__detail-head{
    padding: 0;
  }
  .p-column__detail-head-group{
    margin-top: 10px;
  }
  .p-column__detail-head-iine .c-login-required{
    top: -95px;
    left: -5px;
  }
  .p-column__detail-head-iine .c-login-required::after,  .p-column__detail-head-iine .c-login-required::before{
    left: 30px;
  }
  .p-column__detail-head-iine .c-login-required::before{
    bottom: -20px;
  }
  .p-column__detail-head-iine .c-login-required::after{
    bottom: -18px;
  }
  .p-column__detail-contents{
    padding: 0;
  }
  .p-column__detail-contents:has(.c-login-before) .p-column__detail-inner{
    height: 580px;
  }
  .p-tag__inner{
    display: flex;
    align-items: center;
    padding: 0;
  }
  .p-tag__item{
    flex-shrink: 0;
    margin: 0 20px 0 0;
  }
  .p-tag__list:hover{
    background-color: #09a7a8;
    color: #fff;
  }
  .p-tag__list:hover .hush::before{
    color: #fff;
  }
  .p-comment__heading{
    font-size: 2.2rem;
  }
  .p-comment__heading::before{
    width: 32px;
    height: 32px;
  }
  .p-comment__user{
    justify-content: center;
    width: 100%;
  }
  .p-comment__user-img{
    margin-right: 15px;
  }
  .p-comment__user-name{
    font-size: 1.8rem;
  }
  .p-comment__btn{
    padding: 10px 20px 8px;
    width: 218px;
    font-size: 1.6rem;
  }
  .p-comment__btn .icon{
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
  .p-comment__btn:hover .icon::before{
    background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_pencil_green.svg);
  }
  .p-comment__user-notes{
    text-align: center;
  }
  .p-comment__list-delete:hover,  .p-comment__list-edit:hover,  .p-comment__more:hover,  .p-comment__user-kiyaku:hover{
    opacity: 80%;
  }
  .p-comment__list{
    padding: 15px 20px;
  }
  .p-comment__list.official .p-comment__list-name::after{
    transform: translateY(1px);
  }
  .p-comment__list-top{
    align-items: center;
  }
  .p-comment__list-img{
    margin-right: 8px;
  }
  .p-comment__list-name{
    font-size: 1.4rem;
  }
  .p-comment__list-detail{
    margin: 10px 0 0 70px;
  }
  .p-topic-ranking{
    padding: 60px 0;
  }
  .p-topic__group+.p-topic__group{
    margin-top: 60px;
  }
  .p-topic__lists{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 25px;
  }
  .p-topic__list-link{
    padding: 0;
  }
  .p-topic__list-bottom{
    gap: 14px;
  }
  .p-topic__list-img{
    width: 135px;
    height: 90px;
  }
  .p-topic__list-heading{
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-topic__list-btn-wrap{
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 0;
  }
  .c-breadcrumb__list:hover{
    color: #fff;
  }
  .c-share{
    grid-template-columns: 170px 1fr 170px;
  }
  .c-breadcrumb__bottom{
    margin-top: 20px;
  }}
@media not all and (min-width:48em){
  .p-comment__list-img.usericon{
    width: 40px;
    height: 40px;
  }
  .c-main:has(.c-login-before) .p-topic-ranking{
    margin-top: 0;
  }
  .p-topic__list{
    border-bottom: 1px solid #eee;
  }
  .c-share__group--iine{
    grid-column: 1/3;
  }}