@charset "UTF-8";
/* ==========================================================

title : 甲冑（鎧兜）YouTube動画ランキング
scope : 甲冑（鎧兜）YouTube動画ランキング

memo ： 下記cssを流用
/wp/wp-content/themes/wp-templ/ranking-video/css/style.css

last modify : 2023/03/17 tanaka アンカーリンクデザイン変更

2020/07/01 TCI_eguchi インデント修正
2020/01/21 kajihara 掲載予定数padding調整
2019/12/20 WEB2TCI-5120 yoneshima 甲冑（鎧兜）YouTube動画ランキング／新規作成

========================================================== */

/* ------------------------------------ */
/* ▼ general */
/* ------------------------------------ */
@media (min-width: 768px) {
  section:not(:first-of-type) {
    margin-top: 70px;
  }
  .wrap.wcm {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  section {
    margin-top: 35px;
  }
  .wrap.wcm {
    margin-bottom: 40px;
  }
  .section_inner {
    padding: 0 10px;
  }
}

/* ------------------------------------ */
/* ▼ MV */
/* ------------------------------------ */
.banner_h1 .txth1 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.4;
  text-shadow: 2px 2px 3px #000;
}

.desc {
  letter-spacing: .08em;
  margin: 30px auto 20px;
  max-width: 820px;
}

@media (max-width: 767px) {
  .banner_h1 .txth1 {
    display: block;
    font-size: 7vw;
    line-height: 1.4;
    width: 100vw;
  }
  .desc {
    font-size: 15px;
    margin: 0 auto;
    padding: 0 20px 25px;
    text-align: justify;
  }
}

/* back_top */
.back_top {
  font-feature-settings: 'pkna';
  margin-top: 15px;
  text-align: right;
}
.btn_back {
  background-color: #c92121;
  border: solid 1px #991c1c;
  display: inline-block;
  height: 100%;
  position: relative;
  transition: opacity .3s;
  text-align: center;
  margin: 0 auto;
}
.btn_back:hover {
  opacity: .5;
}
.btn_back::before,
.btn_back::after {
  background: url("../../image_cmn/botton/ico-btn-dark-red.png") no-repeat 0 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
}
.btn_back::before {
  left: 0;
}
.btn_back::after {
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_back_inner {
  display: inline-block;
}
.btn_back_inner::before,
.btn_back_inner::after {
  background: url("../../image_cmn/botton/ico-btn-dark-red.png") no-repeat 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.btn_back_inner::before {
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.btn_back_inner::after {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn_back_text {
  border: solid 1px #cb6868;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 3px 4px;
  min-width: 197px;
  padding: 4px 30px 4px 10px;
  position: relative;
}
.btn_back_text::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

@media (max-width: 767px) {
  .back_top {
    padding: 0 10px;
  }
  .btn_back_text {
    font-size: 15px;
    width: auto;
  }
  .btn_back_text::after {
    border-width: 4px 0 4px 6px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn_rows.ffM .btn_top_text {
    padding-bottom: 6px;
    padding-top: 12px;
  }
}

/* ------------------------------------ */
/* ▼ anchor */
/* ------------------------------------ */
.cmn_anchor {
  margin: 0 auto 40px;
  max-width: 830px;
}
.cmn_anchor>ul>li>a>span {
  line-height: 20px;
}
@media (min-width: 768px) {
  .cmn_anchor.type03>ul>li>span,
  .cmn_anchor.type03>ul>li>a {
    font-size: 20px;
    padding: 14px 0 14px 15px;
  }
}
@media screen and (max-width: 767px) {
  .cmn_anchor {
    margin: 0 0 20px;
  }
}

/* ------------------------------------ */
/* ▼ title */
/* ------------------------------------ */
.cmn_h2_01 {
  line-height: 1.2;
  margin-bottom: 36px;
}
.cmn_h2_01 .rank-color {
  color: #a52929;
}

@media (min-width: 768px) {
  .cmn_h2_01 >span {
    padding-bottom: 11px;
  }
  .cmn_h2_01 >span >span {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .cmn_h2_01 {
    margin-bottom: 20px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cmn_h2_01 >span {
    padding: 13px 0; /* IE11で崩れるため base.css上書き*/
  }
}

/* ------------------------------------ */
/* ▼ period */
/* ------------------------------------ */
.aggregate_period {
  font-size: 20px;
  font-weight: 600;
  margin: 0 10px 25px;
}
.aggregate_period dl {
  border: 1px solid #b28e5f;
  display: flex;
  margin: 0 auto;
  max-width: 616px;
}
.aggregate_period dt,
.aggregate_period dd {
  align-items: center;
  display: flex;
  font-size: 19px;
  justify-content: center;
  padding: 7px 4px;
  text-align: center;
}
.aggregate_period dt {
  background: #303030;
  border-right: 1px solid #b28e5f;
  color: #fff;
  width: 35.5%;
}
.aggregate_period dd {
  letter-spacing: .06em;
  width: 64.5%;
}
.aggregate_period .schedule_txt {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .06em;
  margin: 5px auto 0;
  max-width: 620px;
  text-align: right;
}

@media (max-width: 767px) {
  .aggregate_period dt,
  .aggregate_period dd,
  .aggregate_period .schedule_txt {
    font-size: 15px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aggregate_period dt,
  .aggregate_period dd {
    padding-bottom: 0;
    padding-top: 6px;
  }
}

/* ------------------------------------ */
/* ▼ ranking */
/* ------------------------------------ */
.ranking {
  position: relative;
}
.ranking ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px auto 0;
  max-width: 770px;
}
.ranking ul li {
  border: 2px solid #794f13;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
  width: 250px;
}
.ranking ul li .movie {
  padding: 4px 4px 0;
  width: 100%;
}
.ranking ul li .movie a {
  display: block;
  position: relative;
}
.ranking ul li .movie a::after {
  background: url(/image_cmn/ico_play.png) no-repeat 0 0 / contain;
  content: "";
  display: block;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 46px;
}
.ranking ul li .movie img {
  vertical-align: bottom;
  width: 100%;
}
.ranking ul li .text {
  background: url("../image/bg-flow01.png") right bottom no-repeat;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 0 4px 22px;
  position: relative;
  table-layout: fixed;
}
.ranking.type01 ul li .text,
.ranking.type02 ul li .text {
  padding-bottom: 20px;
}
.ranking.type03 ul li .text {
  padding: 0 4px 31px 14px;
  background-image: url("../image/bg-flow02.png");
  margin-top: 9px;
}
.ranking ul li .text .rank {
  color: #fff;
  display: table-cell;
  font-size: 18px;
  position: relative;
}
.ranking ul li .text .rank img {
  vertical-align: bottom;
}
.ranking.type03 ul li .text .rank {
  font-size: 16px;
}
.ranking.type01 ul li .text .rank {
  width: 29.6%;
}
.ranking.type02 ul li .text .rank {
  width: 70px;
}
.ranking.type02 ul li .text .rank {
  background: url("../image/ico-number.png") left top no-repeat;
  background-size: 100%;
}
.ranking.type03 ul li .text .rank {
  background: url("../image/ico-number02.png") left top no-repeat;
  background-size: 100%;
  width: 50px;
}
.ranking ul li .text .rank > span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ranking.type02 ul li .text .rank > span {
  height: 70px;
}
.ranking ul li .text .rank span.num {
  font-size: 24px;
  letter-spacing: 0;
}
.ranking.type03 ul li .text .rank > span {
  height: 50px;
  padding-left: 2px;
}
.ranking.type03 ul li .text .rank span.num {
  font-size: 20px;
}
.ranking ul li .icon {
  background: url("../image/bg-icon01.png") left top repeat;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
  margin: 4px 4px 4px auto;
  padding: 2px 6px;
  text-align: center;
  white-space: nowrap;
  /* width: 72px; */
}
.ranking ul li .text .name {
  display: table-cell;
  height: 50px;
  padding: 0 5px;
  vertical-align: middle;
}
.ranking.type03 ul li .text .name {
  padding-left: 12px;
}
.ranking ul li .text .name span {
  align-items: center;
  display: flex;
  letter-spacing: .06em;
  height: 50px;
}

@media (max-width: 767px) {
  .ranking ul {
    margin-top: -10px;
  }
  .ranking ul li {
    width: 49%;
  }
  .ranking.type03 ul li .text {
    padding-left: 8px;
  }
  .ranking.type02 ul li .text .rank {
    font-size: 14px;
    width: 56px;
  }
  .ranking ul li .text .rank span.num {
    font-size: 18px;
  }
  .ranking.type03 ul li .text .rank span.num {
    font-size: 18px;
  }
  .ranking.type02 ul li .text .rank > span {
    height: 56px;
  }
  .ranking.type03 ul li .text .rank > span {
    height: 42px;
  }
  .ranking.type03 ul li .text .rank {
    font-size: 14px;
    width: 42px;
  }
  .ranking ul li .text .name {
    font-size: 15px;
  }
  .ranking.type01 ul li .text .name span,
  .ranking.type02 ul li .text .name span {
    height: 50px;
  }
  .ranking.type03 ul li .text .name {
    height: 42px;
    padding-left: 15px;
  }
  .ranking.type03 ul li .text .name span {
    height: 42px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ranking.type02 ul li .text .rank > span,
  .ranking.type03 ul li .text .rank > span {
    padding-top: 5px;
  }
}

/* ------------------------------------ */
/* ▼ deco */
/* ------------------------------------ */
.ranking ul li.deco {
  border: none;
  display: none;
}
.ranking ul li.deco.row2 {
  width: 510px;
}

@media (min-width: 768px) {
  .ranking ul li.deco.row1:nth-of-type(3n) {
    display: block;
  }
  .ranking ul li.deco.row2:nth-of-type(3n) {
    display: block;
  }
}

@media (max-width: 767px) {
  .ranking ul li.deco.row1:nth-of-type(2n) {
    display: block;
  }
}

/* ------------------------------------ */
/* ▼ seo_ */
/* ------------------------------------ */
.box_seo .seo_frame {
  letter-spacing: .08em;
}

/* ------------------------------------ */
/* ▼ icon color */
/* ------------------------------------ */
.ranking ul li .icon.jubun_kyukokuho,
.ranking ul li .icon.jubun {
  background-image: url(../image/bg-icon02.png);
}
.ranking ul li .icon.jubi {
  background-image: url(../image/bg-icon03.png);
}
.ranking ul li .icon.tokuju {
  background-image: url(../image/bg-icon04.png);
}
.ranking ul li .icon.juyo {
  background-image: url(../image/bg-icon05.png);
}
.ranking ul li .icon.kokuho {
  background-image: url(../image/bg-icon01.png);
}
.ranking ul li .icon.tokuho {
  background-image: url(../image/bg-icon06.png);
}
.ranking ul li .icon.hozon {
  background-image: url(../image/bg-icon07.png);
}
.ranking ul li .icon.tokuki {
  background-image: url(../image/bg-icon08.png);
}
.ranking ul li .icon.kityo {
  background-image: url(../image/bg-icon09.png);
}
.ranking ul li .icon.mikan {
  background-image: url(../image/bg-icon10.png);
}
.ranking ul li .icon.sonota {
  background-image: url(../image/bg-icon11.png);
}
.ranking ul li .icon.junkin {
  background-image: url(../image/bg-icon12.png);
}