@charset "UTF-8";


/* back */
.button_common {
  margin-bottom: 110px;
}


/*---------------------------------------------------------------*\
$wrapper
\*---------------------------------------------------------------*/

.wrapper {
  margin: 0;
  margin-top: -60px;
  border-radius: 60px;
  overflow: hidden;
  flex-direction: column !important;
}


@media screen and (max-width: 600px) {

  .wrapper {
    border-radius: 40px;
    flex-direction: column;
  }
}


/*---------------------------------------------------------------*\
$responshive
\*---------------------------------------------------------------*/

.responshive_block {
  display: none;
}


@media screen and (max-width: 960px) {

  /* responshive */
  .responshive_none {
    display: none;
  }
  .responshive_block {
    display: block;
  }
}


/*---------------------------------------------------------------*\
$breadcreumb
\*---------------------------------------------------------------*/

.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb .icon_home {
  font-size: 12px;
  margin: 0 6px 0 0;
}
.breadcrumb .content_breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb .content_breadcrumb span {
  font-size: 11px;
  font-weight: 500;
  display: flex;
}
.breadcrumb .arrow_bread {
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
}
.breadcrumb .arrow_bread:after {
  width: 11px;
  height: 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  content: '/';
  text-align: center;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width: 600px) {

  /* breadcrumb */
  /* .content_breadcrumb {
    margin: 0 0 0 8px;
  }
  .content_breadcrumb > span > a > span {
    font-size: 12px;
  }
  .content_breadcrumb .arrow_bread {
    background-size: 10px;
    width: 10px;
    height: 13px;
    margin: 0 8px 0 10px;
  }
  .wrapper_breadcrumb {
    padding: 12px 5%;
  } */
}



/*---------------------------------------------------------------*\
$platform list
\*---------------------------------------------------------------*/

#platform {
  padding: 56px 0;
}
#platform .content_platform {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}
#platform .each {
  width: calc(94%/4);
  margin-right: 2%;
  border-bottom: none;
  height: 250px;
}
#platform .each:last-child {
  margin-right: 0;
}
#platform .each > a {
  display: block;
  height: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#platform .name {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 16px;
  justify-content: space-between;
  position: relative;
}
#platform .thumbnail {
  height: 80%;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#platform .icon {
  width: 20px;
  height: 20px;
  position: relative;
}
#platform .icon_arrow_footer {
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 2.5px;
  left: 0;
  margin: auto;
}
#platform .icon {
  width: 28px;
  height: 28px;
}
#platform .logo_pococha {
  width: 40%;
  margin: auto;
  overflow: hidden;
}
#platform .logo_17live {
  width: 50%;
  margin: auto;
  overflow: hidden;
}
#platform .logo_bigolive {
  width: 70%;
  overflow: hidden;
  margin: auto;
}
#platform .logo_twitcasting {
  width: 36%;
  margin: auto;
  overflow: hidden;
}


@media screen and (max-width: 960px) {

  /* platform */
  #platform .content_platform {
    width: 90%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #platform .each {
    width: calc(96%/2);
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #platform .each:nth-of-type(2n) {
    margin-right: 0;
  }
}


@media screen and (max-width: 600px) {

  /* platform */
  #platform .subtitle_platform {
    margin-top: 12px;
    font-size: 12px;
  }
  #platform .each {
    height: 120px;
  }
  #platform .icon {
    width: 20px;
    height: 20px;
  }
  #platform .name {
    font-size: 12px;
    padding: 8px 10px;
  }
  #platform .thumbnail {
    height: 76%;
  }
  #platform .icon_arrow_footer {
    width: 6px;
    height: 6px;
  }
  #platform .platform_name {
    font-size: 12px;
  }
  #platform .logo_pococha {
    width: 35%;
  }
  #platform .logo_17live {
    width: 40%;
  }
  #platform .logo_bigolive {
    width: 60%;
  }
  #platform .logo_twitcasting {
    width: 30%;
  }
}



/*---------------------------------------------------------------*\
$page navi
\*---------------------------------------------------------------*/

.wp-pagenavi {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}
.wp-pagenavi > .page-numbers {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  border: solid 1px #e8e8e8;
  border-radius: 80px;
  margin-right: 16px;
  background: #fff;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wp-pagenavi > .page-numbers.prev {
  width: 120px;
  padding-right: 32px;
  text-align: right;
  position: relative;
}
.wp-pagenavi > .page-numbers.next {
  width: 120px;
  padding-left: 32px;
  text-align: left;
  position: relative;
}
.wp-pagenavi > span > a {
  width: 120px;
  height: 48px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.wp-pagenavi > span:first-child > a {
  text-align: right;
  padding-right: 32px;
}
.wp-pagenavi > span:last-child > a {
  text-align: left;
  padding-left: 32px;
}
.wp-pagenavi .icon_navi_left {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3c3a3a;
  border-right: 2px solid #3c3a3a;
  transform: rotate(-135deg);
  top: 1px;
  bottom: 0;
  left: 24px;
  margin: auto;
}
.wp-pagenavi .icon_navi_right {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3c3a3a;
  border-right: 2px solid #3c3a3a;
  transform: translateY(-50%) rotate(45deg);
  margin: auto;
}
.wp-pagenavi > a {
  cursor: pointer;
}

/* wp-page navi - checked */
.wp-pagenavi > .page-numbers.current {
  background: #27314a !important;
  color: #fff !important;
  border: none !important;
}


@media screen and (max-width: 600px) {

  .wp-pagenavi {
    margin-top: 40px;
  }
  .wp-pagenavi a {
    font-size: 11px;
    line-height: 11px;
  }
  .wp-pagenavi > span > a {
    height: 36px;
    width: 56px;
    font-size: 11px;
    line-height: 11px;
  }
  .wp-pagenavi > a {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }
  .wp-pagenavi > a:nth-of-type(1) {
    margin-left: 6px;
  }
  .wp-pagenavi > a:nth-last-child(2) {
    margin-left: 6px;
  }
  .wp-pagenavi > span:first-child > a {
    padding-right: 10px;
  }
  .wp-pagenavi > span:last-child > a {
    padding-left: 10px;
  }
  .wp-pagenavi .icon_navi_right {
    right: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #3c3a3a;
    border-right: 1px solid #3c3a3a;
  }
  .wp-pagenavi .icon_navi_left {
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #3c3a3a;
    border-right: 1px solid #3c3a3a;
  }
}



/*---------------------------------------------------------------*\
$banner
\*---------------------------------------------------------------*/

.banner_related > a {
  display: block;
  width: 100%;
  height: 100%;
}



/*---------------------------------------------------------------*\
$articles
\*---------------------------------------------------------------*/

#articles .wrapper_title_all_posts {
  margin: 40px 0 0;
}
#articles .title_all_posts {
  font-size: 26px;
}
#articles .wrapper_contents_all_posts {
  margin: 24px 0 0;
}
#articles .each_post {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#articles .each_post:hover {
  box-shadow: none;
}
#articles .each_post > a {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#articles .thumbnail_post {
  overflow: hidden;
  display: block;
  width: 100%;
}
#articles .thumbnail_post img {
  object-fit: cover;
  -moz-transition: -moz-transform 0.16s linear;
  -webkit-transition: -webkit-transform 0.16s linear;
  -o-transition: -o-transform 0.16s linear;
  -ms-transition: -ms-transform 0.16s linear;
  transition: transform 0.16s linear;
}
#articles .each_post:hover .thumbnail_post img,
#articles .each_slide:hover .thumbnail_post img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
#articles .wrapper_info_post {
  padding: 16px;
}
#articles .date_posted {
  font-size: 10px;
}
#articles .title_each_post {
  font-size: 15px;
  text-align: left;
  line-height: 23px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#articles .inner_status {
  display: -webkit-flex;
  -webkit-align-items: baseline;
  display: flex;
  align-items: baseline;
}
#articles .fa-clock {
  font-size: 10px;
  margin-right: 3px;
}
#articles .test_layer {
  display: -webkit-flex;
  -webkit-align-items: baseline;
  display: flex;
  align-items: baseline;
  margin-top: 12px;
}
#articles .category_status {
  padding: 4px 6px;
  border-radius: 64px;
  display: inline-block;
  z-index: 20;
}


@media screen and (max-width: 1080px) {

  #articles .each_post {
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
}


@media screen and (max-width: 860px) {

  #articles .title_all_posts {
    font-size: 16px;
    border-left: none;
    padding: 0 0 12px;
  }
  #articles .wrapper_contents_all_posts {
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
  }
  #articles .each_post:first-child .wrapper_info_post {
    width: 100%;
  }
  #articles .each_post:first-child .inner_each_post {
    display: block;
  }
  #articles .each_post .inner_each_post {
    display: -webkit-flex;
    display: flex;
  }
  #articles .each_post:first-child .thumbnail_post {
    width: 100%;
    pointer-events: none;
  }
  #articles .each_post:hover .thumbnail_post img {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  #articles .wrapper_info_post {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    width: 58%;
  }
  #articles .title_each_post {
    pointer-events: none;
  }
  #articles .date_posted {
    font-size: 10px;
    line-height: 10px;
  }
  #articles .category_status {
    font-size: 10px;
    line-height: 10px;
  }
}


@media screen and (max-width: 600px) {

  #articles .description_post {
    height: 100px;
  }
  #articles .title_each_post {
    font-size: 12px;
    line-height: 16px;
    -webkit-line-clamp: 2;
  }
  #articles .thumbnail_post {
    width: 42%;
  }
}


@media screen and (max-width: 360px) {

  #articles .thumbnail_post {
    width: 40%;
  }
  #articles .wrapper_info_post {
    width: 60%;
  }
}



/*---------------------------------------------------------------*\
$writer profile
\*---------------------------------------------------------------*/

#profile {
  width: 90%;
  padding: 40px;
  margin: 80px auto 0;
}
#profile .wrapper_content {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
#profile .thumbnail_profile {
  width: 400px;
}
#profile .info {
  width: 95%;
  margin-left: 5%;
}
#profile .name_profile {
  margin-top: 16px;
}
#profile .batch {
  font-size: 13px;
}
#profile .description {
  margin-top: 16px;
}
#profile .description {
  font-size: 14px;
}
#profile .link_detail {
  padding: 10px 0;
  width: 160px;
  margin-top: 24px;
}


@media screen and (max-width: 960px) {

  #profile {
    margin-bottom: 56px;
    padding: 0 !important;
    background-color: inherit;
  }
  #profile .wrapper_content {
    display: block;
  }
  #profile .thumbnail_profile {
    margin: 0 auto;
  }
  #profile .batch {
    margin-top: 24px;
  }
  #profile .thumbnail_profile {
    width: 100%;
  }
  #profile .info {
    margin-left: 0;
    width: 100%;
  }
  #profile .link_detail {
    margin: 16px auto 0;
    font-size: 12px;
  }
}