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

title : 刀剣ランキング
scope : 刀剣ランキング

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

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

2021/10/20 WEB2TCI-24106_igarashi 不要なborderを削除
2020/11/17 TCI福岡_sakaguchi 背景画像の追加と1位～3位のレイアウト変更
2020/07/01 TCI_eguchi インデント修正
2020/01/28 WEB2TCI-8243 yoneshima 刀剣ランキング／新規作成

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

/* ------------------------------------ */
/* ▼ 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: .06em;
  margin: 30px auto 20px;
  max-width: 784px;
}

@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;
  }
}

_:-ms-lang(x)::backdrop, .desc {
  max-width: 790px;
}

_:-ms-lang(x)::-ms-backdrop, .desc {
  max-width: 790px;
}

/* 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.231;
  margin-bottom: 36px;
}
.cmn_h2_01 .rank-color {
  color: #a52929;
}

@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: 604px;
}
.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: 36%;
}
.aggregate_period dd {
  letter-spacing: .06em;
  width: 64%;
}
.aggregate_period .schedule_txt {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .06em;
  margin: 5px auto 0;
  max-width: 604px;
  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 {
  margin: 0 auto;
  max-width: 830px;
  position: relative;
}
.ranking ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px auto 0;
  max-width: 770px;
}
.ranking ul li {
  background-color: #fff;
  border: 2px solid #794f13;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 20px;
  width: 250px;
}
.ranking ul li .photo {
  padding: 10px 10px 0;
  width: 100%;
}
.ranking ul li .photo a {
  background: #000;
  display: block;
  overflow: hidden;
  padding-top: 46.512%;
  position: relative;
}
.ranking ul li .photo .img_wrap {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ranking ul li .photo .img_wrap::after {
  box-shadow: inset 0 0 9px 4px #000;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(1.25);
}
.ranking ul li .photo img {
  transform: scale(1.26);
  vertical-align: bottom;
  width: 100%;
}
.ranking ul li .text {
  background: url("../image/bg-flow01.png") right bottom no-repeat;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  position: relative;
}
.ranking.type03 ul li .text {
  background-image: url("../image/bg-flow01.png");
  margin-top: 9px;
}
.ranking ul li .text .rank {
  color: #fff;
  font-size: 18px;
  position: relative;
}
.ranking ul li .text .rank img {
  vertical-align: bottom;
}
.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%;
  font-size: 16px;
}
.ranking ul li .text .rank > span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ranking.type02 ul li .text .rank > span {
  height: 70px;
}
.ranking.type03 ul li .text .rank > span {
  height: 50px;
  padding-left: 2px;
}
.ranking ul li .text .rank span.num {
  font-size: 24px;
  letter-spacing: 0;
}
.ranking.type03 ul li .text .rank span.num {
  font-size: 20px;
}
.ranking ul li .icon {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .04em;
  margin: 8px 10px 0 auto;
  min-width: 49px;
  padding: 2px 8px;
  text-align: center;
  white-space: nowrap;
}
.ranking ul li .icon.icon01 {
  background: url("/image_cmn/bgtitle/bg-division-ico01.png") left top;
}
.ranking ul li .icon.icon02 {
  background: url("/image_cmn/bgtitle/bg-division-ico02.png") left top;
}
.ranking ul li .icon.icon03 {
  background: url("/image_cmn/bgtitle/bg-division-ico03.png") left top;
}
.ranking ul li .icon.icon04 {
  background: url("/image_cmn/bgtitle/bg-division-ico04.png") left top;
}
.ranking ul li .icon.icon05 {
  background: url("/image_cmn/bgtitle/bg-division-ico05.png") left top;
}
.ranking ul li .icon.icon06 {
  background: url("/image_cmn/bgtitle/bg-division-ico06.png") left top;
}
.ranking ul li .icon.icon07 {
  background: url("/image_cmn/bgtitle/bg-division-ico07.png") left top;
}
.ranking ul li .icon.icon08 {
  background: url("/image_cmn/bgtitle/bg-division-ico08.png") left top;
}
.ranking ul li .icon.icon09 {
  background: url("/image_cmn/bgtitle/bg-division-ico09.png") left top;
}
.ranking ul li .icon.icon10 {
  background: url("/image_cmn/bgtitle/bg-division-ico10.png") left top;
}
.ranking ul li .icon.icon11 {
  background: url("/image_cmn/bgtitle/bg-division-ico11.png") left top;
}
.ranking ul li .icon.icon12 {
  background: url("/image_cmn/bgtitle/bg-division-ico12.png") left top;
}
.ranking ul li .text .name {
  display: flex;
  align-items: center;
  height: 100%;
}
.ranking.type02 ul li .text .name {
  padding-left: 5px;
}
.ranking.type03 ul li .text .name {
  padding-left: 12px;
}
.ranking ul li .text .name span {
  display: flex;
  align-items: center;
  height: 50px;
  letter-spacing: .06em;
}

@media (min-width: 768px) {
  .ranking ul {
    justify-content: center;
  }
  .ranking.type01 ul li {
    width: 576px;
  }
  .ranking.type02 ul li,
  .ranking.type03 ul li {
    width: 282px;
  }
  .ranking.type02 ul li:nth-of-type(odd),
  .ranking.type03 ul li:nth-of-type(odd) {
    margin-right: 20px;
  }
  .ranking.type01 ul li .photo a {
    padding-top: 21.74%;
  }
  .ranking.type01 ul li .text {
    padding: 0 50px 24px;
  }
  .ranking.type02 ul li .text {
    padding: 0 10px 24px;
  }
  .ranking.type03 ul li .text {
    padding: 0 20px 35px 20px;
  }
  .ranking.type01 ul li .text .rank {
    width: 14.831%;
  }
  .ranking.type02 ul li .text .rank {
    width: 27.132%;
  }
  .ranking.type03 ul li .text .rank {
    width: 21.009%;
  }
  .ranking.type01 ul li .text .name {
    padding-left: 22px;
    width: 85.169%;
  }
  .ranking.type02 ul li .text .name {
    padding-left: 8px;
    width: 72.868%;
  }
  .ranking.type03 ul li .text .name {
    padding-left: 18px;
    width: 78.991%;
  }
}

@media (max-width: 767px) {
  .ranking ul {
    padding-top: 10px;
  }
  .ranking ul li {
    width: 49%;
    margin-top: 10px;
  }
  .ranking ul li .photo {
    padding: 4px 4px 0;
  }
  .ranking ul li .icon {
    margin: 4px 4px 4px auto;
  }
  .ranking ul li .text {
    padding: 0 4px 20px;
  }
  .ranking.type03 ul li .text {
    padding-left: 8px;
  }
  .ranking.type01 ul li .text .rank {
    width: 56px;
  }
  .ranking.type02 ul li .text .rank {
    font-size: 14px;
    width: 56px;
  }
  .ranking.type03 ul li .text .rank {
    font-size: 14px;
    width: 42px;
  }
  .ranking.type02 ul li .text .rank > span {
    height: 56px;
  }
  .ranking.type03 ul li .text .rank > span {
    height: 42px;
  }
  .ranking ul li .text .rank span.num {
    font-size: 18px;
  }
  .ranking.type03 ul li .text .rank span.num {
    font-size: 18px;
  }
  .ranking ul li .text .name {
    font-size: 15px;
  }
  .ranking.type01 ul li .text .name {
    padding-left: 6px;
    width: calc(100% - 56px);
  }
  .ranking.type02 ul li .text .name {
    padding-left: 6px;
    width: calc(100% - 56px);
  }
  .ranking.type03 ul li .text .name {
    padding-left: 6px;
    width: calc(100% - 42px);
  }
  .ranking.type01 ul li .text .name span,
  .ranking.type02 ul li .text .name span {
    height: 50px;
  }
  .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: .07em;
}

/* ------------------------------------ */
/* ▼ bg_ranking */
/* ------------------------------------ */
.bg_ranking {
  margin: 0 auto;
  max-width: 830px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .bg_ranking {
    background: none;
    padding-bottom: 0;
  }
}