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

title : 甲冑写真ランキング
scope : 甲冑写真ランキング

memo ：

last modify : 2020/11/17 TCI福岡_sakaguchi サムネイルの調整

2020/07/01 TCI_eguchi インデント修正
2020/03/02 uesugi 甲冑写真ランキング新規作成

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

/* ------------------------------------ */
/* ▼ general */
/* ------------------------------------ */
.cmn_anchor {
  max-width: 830px;
}
@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 {
  margin: 30px auto 20px;
  max-width: 785px;
}

@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 {
  display: inline-block;
  height: 100%;
  width: auto;
}
.btn_back .cmn_link_btn_text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.25;
  min-width: 197px;
  padding: 4px 11px 4px 2px;
}

@media (max-width: 767px) {
  .back_top {
    padding: 0 10px;
  }
  .btn_back .cmn_link_btn_text {
    font-size: 15px;
    width: auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn_back .cmn_link_btn_text {
    padding: 7px 11px 1px 2px;
  }
}

/* ------------------------------------ */
/* ▼ 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: 7px;
    padding-top: 18px;
  }
  .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 .photo {
  padding: 4px 4px 0;
  width: 100%;
}
.ranking ul li .photo>p {
  border: 1px solid #d3d3d3;
  height: 100%;
  overflow: hidden;
}
.ranking ul li .photo a {
  display: block;
  padding-top: 139.831%;
  position: relative;
  text-align: center;
}
.ranking ul li .photo img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  z-index: -1;
}
.ranking ul li .photo img.menpou {
  transform: translate(-50%, -50%);
}
.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,
.ranking.type04 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,
.ranking.type04 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.type04 ul li .text .rank {
  background: url("../image/ico-number03.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,
.ranking.type04 ul li .text .rank > span
{
  height: 50px;
  padding-left: 2px;
}
.ranking.type03 ul li .text .rank span.num,
.ranking.type04 ul li .text .rank span.num
{
  font-size: 20px;
}
.ranking ul li .icon {
  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;
}
.ranking ul li .text .name {
  display: table-cell;
  height: 50px;
  padding: 0 5px;
  vertical-align: middle;
}
.ranking.type03 ul li .text .name,
.ranking.type04 ul li .text .name
{
  padding-left: 12px;
}
.ranking ul li .text .name span {
  align-items: flex-start;
  display: flex;
  letter-spacing: .06em;
  height: 50px;
}

@media (min-width: 768px) {
  .ranking ul li .photo a:hover {
    opacity: .5;
  }
}

@media (max-width: 767px) {
  .ranking ul {
    margin-top: -10px;
  }
  .ranking ul li {
    width: 49%;
  }
  .ranking ul li .photo img.menpou {
    transform: translate(-50%, -55%);
  }
  .ranking.type03 ul li .text,
  .ranking.type04 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 ul li .text .rank span.num {
    font-size: 18px;
  }
  .ranking.type03 ul li .text .rank span.num,
  .ranking.type04 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,
  .ranking.type04 ul li .text .rank > span
  {
    height: 42px;
  }
  .ranking.type03 ul li .text .rank,
  .ranking.type04 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,
  .ranking.type04 ul li .text .name
  {
    height: 42px;
    padding-left: 15px;
  }
  .ranking.type03 ul li .text .name span,
  .ranking.type04 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,
  .ranking.type04 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),
  .ranking ul li.deco.row2:nth-of-type(3n) {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .ranking ul li.deco.row1:nth-of-type(2n) {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

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

/* ------------------------------------ */
/* ▼ icon color */
/* ------------------------------------ */
.ranking ul li .icon.icon01 {
  background-image: url(../image/bg-icon01.png);
}
