/*----------------------------------------
** super-sentai-friends.com
** topics
----------------------------------------*/
#topics {
  /* background: #ffa500 url(../img/topics/bg-pattern-yellow.png) 0 0; */
  background-color: #2A68E5;
  background-image: url(../img/topics/bg-topics-pattern.png);
  background-position: 0 0;
  background-size: 40px auto;
}
@media screen and (max-width: 768px) {
  #topics {
    background-size: 40px auto;
  }
}

/* ------------------------------------ */
main {
  /* padding-top: 78px !important; */
  padding: 78px 0;
}
@media screen and (max-width: 768px) {
  main {
    /* padding-top: 63px !important; */
    padding: 63px 0;
  }
}

/* ------------------------------------ */
.__topics-wrap {
  width: 1000px;
  margin: 70px auto 0 auto;
  position: relative;
}
.__topics-wrap > *:not(.__elm-red) {
  position: relative;
  /* z-index: 2; */
}
.__page-ttl {
  text-align: center;
  margin: 0 0 85px 0;
}
.__page-ttl img {
  max-width: inherit;
  width: auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .__topics-wrap {
    width: 90%;
    margin: 35px auto 0 auto;
  }
  .__page-ttl {
    text-align: center;
    margin: 0 0 42px 0;
  }
  .__page-ttl img {
    max-width: inherit;
    width: auto;
    height: calc(55px * 0.6);
  }
}
.__elm-red {
  width: 20%;
  position: absolute;
  top: -35px;
  /* right: -90px; */
  left: -30px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .__elm-red {
    width: 22%;
    position: absolute;
    top: -20px;
    /* right: inherit; */
    /* left: -10px; */
    left: auto;
    right: 10px;
  }
}

/*----------------------------------------
** articles items list
----------------------------------------*/
.__topics-article-wrap {
  width: 1000px;
  margin: 0 auto 65px auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
@media screen and (max-width: 768px) {
  .__topics-article-wrap {
    width: 95%;
    margin: 0 auto 30px auto;
  }
}

.__topics-article-item {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .__topics-article-item {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
}

.__topics-article-item > * {
  display: flex;
  border: 4px solid #000;
  border-radius: 10px;
  background: #000;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
}
.__topics-article-item > *:hover {
  background: #fff;
}
.__topics-article-item-pic {
  width: 50%;
}
.__topics-article-item-pic img {
  /* border-radius: 6px 0 0 6px; */
}
.__topics-article-item-txt {
  width: 50%;
  padding: 20px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: flex-start; */
}
@media screen and (max-width: 768px) {
  .__topics-article-item-txt {
    padding: 5px 10px 0;
  }
}
.__topics-article-txt-date {
  display: block;
  width: 100%;
  color: #d90303;
  margin: 0 0 10px 0;
  line-height: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.__topics-article-txt-ttl {
  display: block;
  width: 100%;
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .__topics-article-txt-date {
    font-size: 0.8rem;
  }
  .__topics-article-txt-ttl {
    display: block;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 0.93rem;
  }
}
a:hover .__topics-article-txt-date {
  color: #d90303;
}
a:hover .__topics-article-txt-ttl {
  color: #000;
}

/*----------------------------------------
** articles detail
----------------------------------------*/
.__topics-article {
  margin: 0 0 80px 0;
}
.__article-head {
  background: #000;
  margin: 0 0 0 0;
  padding: 35px 35px 35px 35px;
  border-radius: 10px 10px 0 0;
}
.__artcile-ttl {
  font-size: 1.86rem;
  line-height: 1.5;
  margin: 0 0 7px 0;
  color: #fff;
}
.__article-date {
  font-size: 1.33rem;
  color: #d90303;
}
.__article-body {
  background: #fff;
  color: #000;
  padding: 80px 80px 80px 80px;
  border-radius: 0 0 10px 10px;
  font-size: 1.06rem;
  line-height: 2;
}
.__article-body p {
  margin: 0 0 50px 0;
}
.__article-body p:last-of-type {
  margin-bottom: 0;
}
.__article-body a {
  color: #d90303;
  text-decoration: underline;
}
.__article-body a:hover {
  color: #d90303;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .__article-head {
    background: #000;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    border-radius: 10px 10px 0 0;
  }
  .__artcile-ttl {
    font-size: 1.26rem;
    line-height: 1.5;
    margin: 0 0 7px 0;
    color: #fff;
  }
  .__article-date {
    font-size: 1rem;
    color: #d90303;
  }
  .__article-body {
    background: #fff;
    color: #000;
    padding: 15px 15px 15px 15px;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
    line-height: 2;
  }
  .__article-body p {
    margin: 0 0 30px 0;
  }
}

/*----------------------------------------
** __bt
----------------------------------------*/
.__bt {
  display: block;
  width: 300px;
  margin: 0 auto 0 auto;
  padding: 15px 10px 15px 10px;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 1.06rem;
  font-weight: 700;
  transition: 0.3s;
}
.__bt:hover {
  width: 340px;
}
.__bt img {
  width: auto;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .__bt {
    display: block;
    width: 240px;
    border-radius: 60px;
    transition: 0.3s;
    font-size: 0.93rem;
  }
  .__bt:hover {
    width: 260px;
  }
  .__bt img {
    width: auto;
    height: 16px;
  }
}

/*-----------------------------------------
** img size
-----------------------------------------*/
.__size-L {
  max-width: 100%;
}
.__size-M {
  max-width: 80%;
}
.__size-S {
  max-width: 60%;
}
.__size-XS {
  max-width: 30%;
}
.__size-MS {
  width: calc(80% / 2);
}
.__2x {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  letter-spacing: -0.4em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.__2x li {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.__2x li img {
  max-width: 100% !important;
  height: auto;
}
.__2x li span {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
}
.__3x {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  letter-spacing: -0.4em;
}
.__3x li {
  width: calc(100% / 3);
  display: inline-block;
  letter-spacing: normal;
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.__3x li img {
  max-width: 100% !important;
  height: auto;
}
.__3x li span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 5px;
}
.__4x {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 30px;
  letter-spacing: -0.4em;
}
.__4x li {
  width: 25%;
  display: inline-block;
  /*float: left;*/
  letter-spacing: normal;
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.__4x li img {
  max-width: 250px !important;
  width: auto;
  vertical-align: top;
  margin-bottom: 7px;
}
.__4x.__bd li img {
  max-width: 100% !important;
  height: auto;
  vertical-align: top;
  margin-bottom: 7px;
}
.__4x li span {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .__size-L {
    max-width: 100%;
  }
  .__size-M {
    max-width: 100%;
  }
  .__size-S {
    max-width: 80%;
    margin: 0 auto;
  }
  .__size-XS {
    max-width: 70%;
    margin: 0 auto;
  }
  .__size-MS {
    width: 80%;
  }
  .__2x {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    letter-spacing: -0.4em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .__2x li {
    width: 100%;
    display: inline-block;
    letter-spacing: normal;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
  }
  .__2x li img {
    max-width: 100% !important;
    height: auto;
  }

  .__3x {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    letter-spacing: -0.4em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .__3x li {
    width: 100%;
    display: inline-block;
    letter-spacing: normal;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
  }
  .__3x li img {
    max-width: 100% !important;
    height: auto;
  }

  .__4x {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 10px;
    letter-spacing: -0.4em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .__4x li {
    width: calc(100% / 2);
    display: inline-block;
    /*float: left;*/
    letter-spacing: normal;
    margin-left: 0;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
  }
  .__4x li img {
    max-width: 100% !important;
    height: auto;
    vertical-align: top;
    margin-bottom: 7px;
  }
  .__4x li span {
    display: block;
    font-size: 10px;
  }
}
/*yotube*/
.__movie-wrap {
  margin: 0 auto 25px;
  width: 100%;
  max-width: 720px;
  position: relative;
  /*top: 50%;
	left: 0;
	transform: translateY(-50%);*/
}
.__movie-wrap-inner {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.__movie-wrap-inner iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

/* wallpaper download */
.__wp-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 100px -30px 0 -30px;
}
.__wp-item {
  width: 50%;
  padding: 0 30px;
  margin: 0 0 60px 0;
}
.__wp-item-ttl {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
}
.__wp-item-thumb {
  margin: 0 0 15px 0;
}
.__wp-item-btn {
  width: 70%;
  margin: 0 auto;
}
.__wp-item-btn a img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.__wp-item-btn a:hover img {
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.45));
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.45));
}
@media screen and (max-width: 768px) {
  .__wp-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  .__wp-item {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .__wp-item-ttl {
    font-size: 1rem;
  }
  .__wp-item-thumb {
    margin: 0 0 15px 0;
  }
  .__wp-item-btn {
    width: 70%;
    margin: 0 auto;
  }
  .__wp-item.-col-2 {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 30px 0;
  }
}

/* 2020.7.31 */
._topics-pager {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
._topics-pager.-index {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 50px;
}
._topics-pager > * {
  font-size: 0.93rem;
  padding: 0.4rem 1rem;
  margin: 0 10px 6px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
._topics-pager > a {
  margin-bottom: .8rem;
}
._topics-pager > a,
._topics-pager > a:visited,
._topics-pager > a:active {
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 2px solid #000;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
._topics-pager > a:hover {
  background: #d90303;
  color: #fff;
  text-decoration: none;
}
._topics-pager > span,
._topics-pager > a.-dis {
  background: #d90303;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  ._topics-pager > a {
    margin-bottom: .5rem;
  }
  ._topics-pager > * {
    font-size: 0.93rem;
    padding: 0.3rem 0.75rem;
    margin: 0 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
}

._topics-pager .-dis {
  background: #d90303 !important;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

/* ------------------------- */
._topics-next {
  background: #fff2e6;
  color: #4d4d4d;
  padding: 1rem 1rem 1rem 11rem;
  margin-top: 50px;
  font-weight: 700;
  position: relative;
}
._topics-next::before {
  content: ">> 次のページ";
  font-size: 0.93rem;
  font-weight: normal;
  text-align: left;
  width: 9em;
  height: auto;
  position: absolute;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
._topics-next a,
._topics-next a:visited,
._topics-next a:active {
  color: #4d4d4d;
  text-decoration: none;
}
._topics-next a:hover {
  color: #4d4d4d;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  ._topics-next {
    padding: 3rem 1em 1em;
    margin-top: 50px;
    text-align: center;
  }
  ._topics-next::before {
    font-weight: normal;
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

/* ------------------------- */
.-orange {
  color: #ff6600;
}
.-red {
  color: #ff0000;
}
.-hiline {
  display: inline;
  position: relative;
  z-index: 2;
  background: #ffffff;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 50%,
    #ffff00 51%,
    #ffff00 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 50%,
    #ffff00 51%,
    #ffff00 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 50%,
    #ffff00 51%,
    #ffff00 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffff00',GradientType=0 );
}
/* .-hiline::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffff00;
  z-index: -1;
} */

/* ------------------------- */
._highlight-ttl {
  margin-bottom: 1rem !important;
}
._highlight-list {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
._highlight-item {
  text-indent: -1em;
  padding-left: 1em;
}
._highlight-item::before {
  content: "●";
  color: #ff6600;
}
@media screen and (max-width: 768px) {
  ._highlight-list {
    margin: 0 0 30px;
  }
}

._topics-sp-ttl {
  border-left: 5px solid #ff6666;
  background: #fff2e6;
  font-size: 1.46rem;
  font-weight: 700;
  padding: 10px 15px;
  margin-bottom: 1rem !important;
}
._topics-slide {
  margin-bottom: 50px !important;
}
._topics-slide figure {
  margin: 0;
}
._topics-slide figcaption {
  font-size: 0.8rem;
  color: #999;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  ._topics-sp-ttl {
    font-size: 1.26rem;
    padding: 5px 7px;
  }
}

._pic-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 50px;
}
._pic-item {
  width: calc(100% / 3);
  padding: 0 25px;
}
.-mb ._pic-item {
  margin: 0 0 50px 0;
}
._pic-item a {
  display: block;
  position: relative;
}
._pic-item a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #000 url(../img/topics/ic-zoom.png) center center no-repeat;
  background-size: 10px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
._pic-item a:hover::after {
  background: #000 url(../img/topics/ic-zoom.png) center center no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width: 768px) {
  ._pic-set {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 50px;
  }
  ._pic-item {
    width: calc(100% / 1);
    padding: 0 25px;
    margin-bottom: 25px;
  }
  .-mb ._pic-item {
    margin: 0 0 20px 0;
  }
}

/* ------------------------- */
._show-arichives {
  background: #f1f1f1;
  padding: 30px;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
}
._show-pic {
  max-width: 200px;
  margin: 0 30px 0 0;
}
._show-pic figcaption {
  text-align: center;
  font-size: 0.8rem;
  color: #999;
}
._show-detail {
  width: calc(100% - 230px);
  color: #595959;
}
._show-detail-ttl {
  color: #ff6600;
  font-weight: 700;
  font-size: 1.33rem;
  margin: 0 0 30px 0;
}
._show-detail-ep {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
._show-detail-ep li {
  text-indent: -4em;
  padding-left: 4em;
  border-bottom: 1px solid #595959;
}
._show-detail-ep li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  ._show-pic {
    max-width: 80%;
    margin: 0 auto 30px;
  }
  ._show-detail {
    width: 100%;
  }
  ._show-detail-ttl {
    font-size: 1.13rem;
    margin: 0 0 30px 0;
  }
}

/* ------------------------- */
._topics-notes {
  border: 1px solid #ff0000;
  padding: 15px;
  margin: 0 0 50px 0;
  color: #ff0000;
  text-align: center;
  font-size: 0.93rem;
}
._topics-notes a,
._topics-notes a:visited,
._topics-notes a:active {
  color: #213488;
}
._topics-notes a:hover {
  color: #213488;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
}

._topics-ticket {
  border: 5px solid #ffa200;
  padding: 15px;
  margin: 0 0 50px 0;
  font-weight: 700;
}
._topics-ticket a {
  display: block;
  width: 500px;
  margin: 0 auto;
  text-indent: -1.5em;
  padding-left: 1.5em;
  color: #ff6600;
}
@media screen and (max-width: 768px) {
  ._topics-ticket a {
    width: 85%;
  }
}

.-iframe {
  padding: 15px;
  width: 100%;
  height: 250px;
  overflow-y: auto;
  border: 1px solid #ccc;
}

.-bt-cp-post {
  display: block;
  width: 275px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .-bt-cp-post {
    width: 100%;
    margin: 15px auto 0;
  }
}

/* ------------------------------------ */
/* zenkaiger topics */

/* _current-gear-link */
a._current-gear-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 28px;
  background-image: url(../img/zenkaiger/ic-zen-link.png);
  background-position: left 9px;
  background-repeat: no-repeat;
  background-size: auto 16px;
  color: #df040b;
  text-decoration: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a._current-gear-link {
    font-size: 16px;
    padding: 0 0 0 25px;
    background-position: left 3px;
    background-size: auto 20px;
  }
}

@media screen and (min-width: 769px) {
  a._current-gear-link:hover {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  a._current-gear-link:active {
    color: #000;
  }
}

/* -external-link */
a.-external-link {
  display: inline-block;
  font-size: 16px;
  /* font-weight: 700; */
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background-image: url(../img/topics/ic-link-external.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  color: #df040b;
  text-decoration: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.-external-link {
    font-size: 16px;
    padding: 0 17px 0 0;
    background-position: right center;
    background-size: auto 13px;
  }
}

@media screen and (min-width: 769px) {
  a.-external-link:hover {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  a.-external-link:active {
    color: #000;
  }
}

/* zenkai */
.zenkai-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (max-width: 768px) {
}

.zenkai-item {
  width: calc(100% / 2);
  padding: 0 10px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .zenkai-item {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .zenkai-item:last-of-type {
    margin-bottom: 0;
  }
}

.zenkai-item-link {
  display: flex;
  align-items: center;
  border: 2px solid #d6d6d6;
  padding: 15px;
  color: #000 !important;
  text-decoration: none !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .zenkai-item-link {
    padding: 7px;
  }
}
@media screen and (min-width: 769px) {
  .zenkai-item-link:hover {
    background-color: #fde5e5;
  }
}
@media screen and (max-width: 768px) {
  .zenkai-item-link:active {
    background-color: #fde5e5;
  }
}

.zenkai-thumb {
  display: block;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .zenkai-thumb {
    width: 60px;
  }
}
.zenkai-thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.zenkai-ttl {
  display: block;
  width: calc(100% - 80px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .zenkai-ttl {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 14px;
  }
}

/* rerated articles */
.rerated-articles {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px 10px;
}
@media screen and (max-width: 768px) {
  .rerated-articles {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}

.article-item {
  width: calc(100% / 2);
  padding: 0 10px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .article-item {
    width: 100%;
    padding: 0 5px;
    margin: 0 0 10px 0;
  }
  .article-item:last-of-type {
    margin-bottom: 0;
  }
}

.article-item-link {
  display: flex;
  border: 2px solid #000;
  background-color: #000;
  text-decoration: none !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .article-item-link:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .article-item-link:active {
    background-color: #fff;
  }
}

.article-thumb {
  display: block;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .article-thumb {
    width: 140px;
  }
}

.article-text {
  display: block;
  width: calc(100% - 180px);
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .article-text {
    width: calc(100% - 140px);
    padding: 8px;
  }
}

.article-date {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .article-date {
    font-size: 12px;
  }
}

.article-ttl {
  display: block;
  line-height: 1.6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  .article-item-link:hover .article-ttl {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .article-item-link:active .article-ttl {
    color: #000;
  }
}

/* .topics-matrix */
.topics-matrix {
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
  border-top: 1px solid #dadada;
}
@media screen and (max-width: 768px) {
}

.matrix-ttl {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .matrix-ttl {
    font-size: 16px;
  }
}

.matrix-list {
  border-top: 1px dotted #acacac;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
}

.matrix-item {
  display: flex;
  margin: 0;
  border-bottom: 1px dotted #acacac;
}
@media screen and (max-width: 768px) {
  .matrix-item {
    flex-wrap: wrap;
  }
}

.matrix-item-name {
  width: 20%;
  padding: 7px;
  margin: 0;
  background-color: #ececec;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .matrix-item-name {
    width: 100%;
  }
}

.matrix-item-info {
  width: 80%;
  padding: 7px;
  margin: 0;
  word-break: break-all;
  /* word-wrap: break-word; */
}
@media screen and (max-width: 768px) {
  .matrix-item-info {
    width: 100%;
  }
}

.-md {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .-md {
    font-size: 14px;
  }
}

.-sm {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .-sm {
    font-size: 12px;
  }
}

.matrix-list-notes {
  color: #d90303;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 768px) {
}

.notes-ttl {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .notes-ttl {
    font-size: 12px;
  }
}

.notes-txt {
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .notes-txt {
    font-size: 12px;
  }
}

/* new head ttl 2023.7.4 */
.h-bp-ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 20px;
  background: #2a68e5;
  background: -moz-linear-gradient(-45deg,  #2a68e5 0%, #a437e0 100%);
  background: -webkit-linear-gradient(-45deg,  #2a68e5 0%,#a437e0 100%);
  background: linear-gradient(135deg,  #2a68e5 0%,#a437e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a68e5', endColorstr='#a437e0',GradientType=1 );
}
@media screen and (max-width: 768px) {
  .h-bp-ttl {
    font-size: 16px;
    padding: 10px 13px;
  }
}

/* new text box 2023.7.3 */
.b-bp-box{
  position:relative;
  display:inline-block;
  padding:15px 18px;
  width: 100%;
  margin-bottom: 1em;
  background-color: #ebebeb;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .b-bp-box {
    padding:10px 13px;
    font-size: 14px;
  }
}

.b-bp-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #2acce5 0%, #2F2491 55%, #2a68e5 100%) border-box border-box;
  -webkit-mask: linear-gradient(#ebebeb 0 0) padding-box, linear-gradient(#ebebeb 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#ebebeb 0 0) padding-box, linear-gradient(#ebebeb 0 0) border-box;
  mask-composite: exclude;
}

/* メッセージ */
.__article-ttl-detail {
  font-size: 1.33rem;
  line-height: 1;
  margin: 0 0 0 0;
  color: #fff;
  text-align: left;
}
.__message-detail {
  /* display: flex; */
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px dashed #666;
}
.__message-detail:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  /* padding-bottom: 0; */
}
@media screen and (max-width: 768px) {
  .__article-ttl-detail {
    font-size: 1.06rem;
  }
}

.__message-detail-head {
  display: flex;
  align-items: center;
}
.__message-detail-pic {
  width: 150px;
}
.__message-detail-pic img {
  border-radius: 50%;
}
.__message-detail-txt {
  width: calc(100% - 150px);
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .__message-detail-pic {
    width: 80px;
    margin: 0 auto 20px;
  }
  .__message-detail-txt {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}
.__message-detail-role {
  font-size: 1.33rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.__message-detail-name {
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 20px 0;
}
.__message-detail-comment {
  font-size: 1.06rem;
  line-height: 2;
  width: calc(100% - 180px);
  margin: 0 0 0 auto;
}
.__message-detail-comment p {
  margin: 0 0 0 0;
}
.is-indent {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .__message-detail-role {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .__message-detail-name {
    font-size: 1.33rem;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 20px 0;
  }
  .__message-detail-comment {
    /* display: none; */
    font-size: 1rem;
    line-height: 2;
    width: 100%;
    margin: 0 0 0 0;
  }
}

/* 放送期間 */
.topics__broadcastdate {
  font-weight: 700;
  text-align: center;
  background-color: #dcdcdc;
  padding: 20px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .topics__broadcastdate {
    padding: 12px;
    border-radius: 80px;
  }
}


.__pic-color-red {
  border: 3px solid #ff0000;
}
.__pic-color-yellow {
  border: 3px solid #ffa500;
}
.__pic-color-green {
  border: 3px solid #00ba31;
}
.__pic-color-blue {
  border: 3px solid #0068e5;
}
.__pic-color-pink {
  border: 3px solid #ff68c6;
}
.__pic-color-blank {
  border: 3px solid #000;
}
.__pic-color-gold {
  border: 3px solid #c4a03f;
}
.__pic-color-gray,
.__pic-color-silver {
  border: 3px solid #95a0b6;
}
.__pic-color-darkpurple {
  border: 3px solid #4322a2;
}
.__txt-color-red {
  color: #ff0000;
}
.__txt-color-yellow {
  color: #ffa500;
}
.__txt-color-green {
  color: #00ba31;
}
.__txt-color-blue {
  color: #0068e5;
  /* color: #6699cc; */
}
.__txt-color-pink {
  color: #ff68c6;
}
.__txt-color-mab {
  color: #27abbd;
}
.__txt-color-black {
  color: #000;
}
.__txt-color-gray,
.__txt-color-silver {
  color: #95a0b6;
}
.__txt-color-mizu {
  color: #75a6cd;
}
.__txt-color-kegare {
  color: #813a4c;
}
.__txt-color-gold {
  color: #c4a03f;
}
.__txt-color-doggy {
  color: #3399cc;
}
.__txt-color-darkpurple {
  color: #4322a2;
}
.__txt-color-navy {
  color: #003399;
}

.__txt-color-5colors {
  background: -webkit-linear-gradient(0deg, #e71603, #f0b62c, #ee82a0, #257fce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .__txt-color-5colors {
    display: block;
  }
}

.__txt-color-blue_lt {
  color: #6699cc;
}

.__txt-color-orange {
  color: #ffa500;
}

.__txt-color-sarublue {
  color: #0068e5;
}

.__txt-color-gray {
  color: #999999;
}

.__txt-color-purple {
  color: #4322a2;
}
