.flex {
  display: flex;
}

@media screen and (min-width:769px) {
  .pc-flex {
    display: flex;
  }
}
@media screen and (max-width:768px) {
  .sp-flex {
    display: flex;
  }
}
.flex.bet,
.pc-flex.bet,
.sp-flex.bet {
  justify-content: space-between;
}
.flex.aro,
.pc-flex.aro,
.sp-flex.aro {
  justify-content: space-around;
}
.flex.vstart,
.pc-flex.vstart,
.sp-flex.vstart {
  align-items: flex-start;
}
.flex.vend,
.pc-flex.vend,
.sp-flex.vend {
  align-items: flex-end;
}
.flex.vcenter,
.pc-flex.vcenter,
.sp-flex.vcenter {
  align-items: center;
}
.flex.hstart,
.pc-flex.hstart,
.sp-flex.hstart {
  justify-content: flex-start;
}
.flex.hcenter,
.pc-flex.hcenter,
.sp-flex.hcenter {
  justify-content: center;
}
.flex.hend,
.pc-flex.hend,
.sp-flex.hend {
  justify-content: flex-end;
}
.flex.str,
.pc-flex.str,
.sp-flex.str {
  align-items: stretch;
}
.flex.vert,
.pc-flex.vert,
.sp-flex.vert {
  flex-direction: column;
}
.flex.break,
.pc-flex.break,
.sp-flex.break {
  flex-wrap: wrap;
}

/*
         ########   ######
         ##     ## ##
 ####### ########  ##
         ##        ##
         ##         ######
*/
@media screen and (min-width:769px) {
  .flex.pc-bet,
  .pc-flex.pc-bet {
    justify-content: space-between;
  }
  .flex.pc-aro,
  .pc-flex.pc-aro {
    justify-content: space-around;
  }
  .flex.aro,
  .pc-flex.aro {
    justify-content: space-around;
  }
  .flex.pc-vstart,
  .pc-flex.pc-vstart {
    align-items: flex-start;
  }
  .flex.pc-vend,
  .pc-flex.pc-vend {
    align-items: flex-end;
  }
  .flex.pc-vcenter,
  .pc-flex.pc-vcenter {
    align-items: center;
  }
  .flex.pc-hstart,
  .pc-flex.pc-hstart {
    justify-content: flex-start;
  }
  .flex.pc-hcenter,
  .pc-flex.pc-hcenter {
    justify-content: center;
  }
  .flex.pc-hend,
  .pc-flex.pc-hend {
    justify-content: flex-end;
  }
  .flex.pc-str,
  .pc-flex.pc-str {
    align-items: stretch;
  }
  .flex.pc-vert,
  .pc-flex.pc-vert {
    flex-direction: column;
  }
  .flex.pc-break,
  .pc-flex.pc-break {
    flex-wrap: wrap;
  }
  .flex > .pc-1,
  .pc-flex > .pc-1 {
    order: 1;
  }
  .flex > .pc-2,
  .pc-flex > .pc-2 {
    order: 2;
  }
  .flex > .pc-3,
  .pc-flex > .pc-3 {
    order: 3;
  }
}

/*
          ######  ########
         ##       ##     ##
 #######  ######  ########
               ## ##
          ######  ##
*/
@media screen and (max-width:768px) {
  .flex.sp-bet,
  .sp-flex.sp-bet {
    justify-content: space-between;
  }
  .flex.sp-aro,
  .sp-flex.sp-aro {
    justify-content: space-around;
  }
  .flex.aro,
  .sp-flex.aro {
    justify-content: space-around;
  }
  .flex.sp-vstart,
  .sp-flex.sp-vstart {
    align-items: flex-start;
  }
  .flex.sp-vend,
  .sp-flex.sp-vend {
    align-items: flex-end;
  }
  .flex.sp-vcenter,
  .sp-flex.sp-vcenter {
    align-items: center;
  }
  .flex.sp-hstart,
  .sp-flex.sp-hstart {
    justify-content: flex-start;
  }
  .flex.sp-hcenter,
  .sp-flex.sp-hcenter {
    justify-content: center;
  }
  .flex.sp-hend,
  .sp-flex.sp-hend {
    justify-content: flex-end;
  }
  .flex.sp-str,
  .sp-flex.sp-str {
    align-items: stretch;
  }
  .flex.sp-vert,
  .sp-flex.sp-vert {
    flex-direction: column;
  }
  .flex.sp-break,
  .sp-flex.sp-break {
    flex-wrap: wrap;
  }
  .flex > .sp-1,
  .sp-flex > .sp-1 {
    order: 1;
  }
  .flex > .sp-2,
  .sp-flex > .sp-2 {
    order: 2;
  }
  .flex > .sp-3,
  .sp-flex > .sp-3 {
    order: 3;
  }
}

@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
  .sp-hide {
    display: none;
  }
}
.posComment {
  padding-top: 16px;
  padding-bottom: 24px;
}
.posComment-list {
  margin: 1rem 1.2rem;
}
.posComment-item {
  border-radius: 5px;
  border: 1px solid var(--gray, #D9D9D9);
  background: #FFF;
  gap: 20px;
  padding: 1rem;
}
.posComment-item:not(:last-child) {
  margin-bottom: 2rem;
}
.posComment-line .posComment-item:not(:last-child) {
  margin-bottom: 1rem;
}
.posCommentUser .posComment-item:not(:last-child) {
  margin-bottom: 1rem;
}
.posComment-line .posComment-item {
  border: none;
  border-bottom: 1px dashed var(--gray, #D9D9D9);
  padding-left: 0;
  padding-right: 0;
}
.posComment-item .avatar-wrap {
  width: 68px;
}
.posComment-item .avatar img {
  border-radius: 50%;
}
.posComment-item .user {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.posComment-item .date {
  color: var(--text-gray, #969AA5);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
.posComment-item .content {
  width: calc(100% - 78px);
}
.inner-comment .posComment-item .content {
  width: calc(100% - 60px - 94px);
}
.posComment-item .content .image {
  padding-top: 12px;
}
.sideCommentWrap .posComment-item .content .image {
  height: 115px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posComment-item .content .text {
  padding-top: 12px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posComment .posComment-item .content .text {
  padding-top: 0;
  color: rgba(1, 77, 215, 0.8666666667);
}
.posCommentUser .posComment-item .content .text {
  -webkit-line-clamp: 2000;
}
.posComment-item .avatar {
  width: 60px;
}
.inner-comment .posComment-item .image {
  width: 94px;
}
.posComment-line {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.posCommentUser {
  padding: 20px 0;
}
.posCommentUser-list {
  padding-top: 20px;
}
@media screen and (max-width:768px) {
  .posComment {
    padding-bottom: 12px;
  }
  .posComment-list {
    margin: 1rem 0;
  }
  .posComment-item {
    gap: 10px;
    padding: 1rem;
  }
  .posComment-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .posComment-item .avatar-wrap {
    width: 100%;
    gap: 16px;
  }
  .posComment-item .content {
    width: 100%;
  }
  .posComment-item .content .image {
    padding-top: 6px;
  }
  .posComment-item .content .text {
    font-size: 14px;
  }
}

.banner-block .banner-link {
  padding: 0;
}
.banner-block .banner-link:not(:last-child) {
  margin-bottom: 20px;
}

.sideComment {
  padding: 20px 0;
}
.sideCommentWrap {
  margin-bottom: 10px;
}
.sideCommentWrap .cl_ttl .ttl03 {
  font-size: 16px;
  margin-left: 0;
  transform: none;
  position: static;
}
.sideComment .posComment-item {
  margin-bottom: 12px;
  gap: 0;
}
.sideComment .posComment-item .avatar-wrap {
  width: 100%;
  gap: 12px;
}
.sideComment .posComment-item .content {
  width: 100%;
  font-size: 14px;
}

.cl_more {
  text-align: right;
  font-size: 14px;
}
.cl_more a {
  color: #949aa4;
}

.inner-comment .cl_ttl {
  position: relative;
  margin: 0 0 0;
  padding: 0 0 10px;
  border-bottom: 1px dotted #c6c6c6;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.inner-comment .cl_ttl p {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *zoom: 1;
}
.inner-comment .cl_ttl .ttl01 {
  position: absolute;
  top: 20%;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
}
.inner-comment .cl_ttl .ttl02 {
  padding: 0 10px 0 60px;
}
.inner-comment .cl_ttl .ttl02 img {
  transform: rotate(10deg);
}
.inner-comment .cl_ttl .ttl03 {
  padding-top: 10px;
  width: 80%;
  font-size: 16px;
  line-height: 1.4;
}
.inner-comment .cl_ttl .kensu {
  position: absolute;
  top: 50%;
  right: 0;
  color: #9ba2ac;
  transform: translateY(-50%);
}
.inner-comment .cl_ttl .kensu span {
  color: #333;
}

#sb_instagram.sbi_col_4 #sbi_images {
  display: flex;
  flex-wrap: wrap;
}

#sbi_images > * {
  width: calc(50% - 5px) !important;
}

#sbi_load {
  display: flex;
}

.sbi_load_btn {
  font-size: 11px !important;
  padding: 8px !important;
}

@media screen and (max-width:768px) {
  #sbi_images > * {
    width: 100% !important;
  }
}
.wp-caption {
  max-width: 100%;
}/*# sourceMappingURL=custom.css.map */