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

title : アイテムの紹介 【刀剣ワールド】
scope : アイテムの紹介 【刀剣ワールド】

memo： 2019/07/23 TCI福岡_tsunawaki アイテムの紹介／新規作成

last modify : 2019/09/02 TCI福岡_uesugi アイテムの紹介／デザイン修正

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

/* ------------------------------------ */
/* ▼ 共通css上書き */
/* ------------------------------------ */
.outer_wrap {
  margin-bottom: 77px;
}

.outer_wrap img {
  vertical-align: bottom;
}

.desc {
  margin-top: 35px;
  max-width: 770px;
}

.desc_s {
  max-width: 684px;
  width: 100%;
  margin: 16px auto 0;
}

.seo_frame__wrapper {
  background-color: #fff;
}

.box_seo .seo_frame {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .125em;
}

@media (max-width: 767px) {
  .outer_wrap {
    margin-bottom: 4%;
  }
  .wcm {
    padding: 0 .625em;
  }
  .desc {
    margin-top: 3.5%;
  }
  .desc_s {
    font-size: 15px;
    max-width: 90%;
  }
}

/* ------------------------------------ */
/* ▼ pc sp 出し分け */
/* ------------------------------------ */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/* ------------------------------------ */
/* ▼ title */
/* ------------------------------------ */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .title_h2cmn >span {
    padding: 20px 76px 10px;
  }
}

@media (max-width: 767px) {
  .title_h2cmn>span>span {
    padding: 0 10px;
  }
  .title_h2cmn>span>span::before,
  .title_h2cmn>span>span::after {
    display: none;
  }
}

/* ------------------------------------ */
/* ▼ contents */
/* ------------------------------------ */
.item_all_wrap {
  background: url(../image/bg-contents.gif) repeat 0 0;
  max-width: 770px;
  width: 100%;
  margin: 28px auto 65px;
  padding: 20px;
}

.item_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_list {
  background: url(../image/bg-item01-rep.jpg) repeat-y 0 0;
  background-size: 100% auto;
  border: solid 1px #dcd2bc;
  border-radius: 6px;
  box-shadow: 1px 1px 2px 1px rgba(191, 191, 191, 0.4);
  overflow: hidden;
  position: relative;
  width: 49.043%;
}

.item_list::before,
.item_list::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.item_list::before {
  background: url(../image/bg-item01-top.jpg) no-repeat 0 0;
  background-size: 100%;
  left: 0;
  padding-bottom: 71px;
  top: 0;
}

.item_list::after {
  background: url(../image/bg-item01-btm.jpg) no-repeat 0 0;
  background-size: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 25.5%;
}

.item_list.item_spacer::before,
.item_list.item_spacer::after {
  display: none;
}

.item_list:nth-of-type(n+3) {
  margin-top: 22px;
}

.item_list.item_spacer {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  text-align: center;
}

.item_list_col_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 15px 18px 15px;
  position: relative;
  z-index: 2;
}

.item_list_col:nth-of-type(1) {
  width: 42.333%;
}

.item_list_col:nth-of-type(2) {
  width: 52%;
  margin-left: 3%;
}

.item_name {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-top: 6.49%;
}

.item_effect {
  border-bottom: solid 2px #dfd6b9;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .03em;
  margin: 11.8% 0 4.13%;
  padding-bottom: 5.31%;
}

.item_desc {
  font-feature-settings: "pkna";
  letter-spacing: .03em;
}

.item_list_detail_wrap {
  background: url(../image/bg-item-detail.png) no-repeat 0 0;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  padding: 1.97% 0 1.408% 5.62%;
  line-height: 1;
}

.item_list_detail_col {
  display: flex;
  align-items: center;
}

.item_list_detail_col:nth-of-type(1) {
  width: 49.8%;
}

.item_list_detail_col:nth-of-type(2) {
  width: 50.2%;
}

.item_label {
  width: auto;
}

.item_label.type01 {
  width: 46.62%;
}

.item_label.type02 {
  width: 67.59%;
}

.item_label.type03 {
  width: 76.51%;
}

.item_numtext {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-left: 5.38%;
  letter-spacing: .01em;
  width: auto;
}

.info_item {
  background: #faebcc;
  font-size: 15px;
  margin: 14px auto 0;
  max-width: 690px;
  padding: 11px 20px 10px 76px;
  position: relative;
}

.info_item::before {
  background: url(../image/img_info_label01.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  width: 32px;
}

@media (max-width: 767px) {
  .item_all_wrap {
    margin: 10% auto 10%;
    padding: 4%;
  }
  .item_list_wrap {
    justify-content: center;
  }
  .item_list:nth-of-type(n+3) {
    margin-top: 5%;
  }
  .item_list {
    width: 100%;
    max-width: 358px;
    margin-top: 5%;
  }
  .item_list:first-of-type {
    margin-top: 0;
  }
  .item_list.item_spacer {
    display: none;
  }
  .item_desc {
    min-height: 0;
  }
  .info_item {
    max-width: 90%;
  }
}

@media (max-width: 420px) {
  .item_all_wrap {
    background-size: 30%;
  }
  .item_list_col_wrap {
    padding: 4.22%;
  }
  .item_list_col:nth-of-type(2) {
    width: 54%;
  }
  .item_name {
    font-size: 6.1vw;
  }
  .item_effect {
    font-size: 4.2vw;
  }
  .item_desc {
    font-size: 4.2vw;
  }
  .item_numtext {
    font-size: 4.7vw;
  }
  .info_item {
    padding-left: 54px;
  }
  .info_item::before {
    height: 30px;
    width: 30px;
  }
}

/* ------------------------------------ */
/* ▼ box__links */
/* ------------------------------------ */
.box__links {
  clear: both;
  margin-top: 4.5%;
  max-width: 84%;
}

.box__links>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box__links>ul>li {
  font-size: 1em;
  padding: 2em .5em 0;
  width: 50%;
}

.box__links>ul>li:nth-child(-n+2) {
  padding-top: 0;
}

.box__links>ul>li a {
  display: block;
  line-height: 0;
}

.box__links>ul>li a:hover {
  opacity: .8;
}

.box__links figcaption.box__links_cap {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .box__links {
    max-width: 552px;
    width: 100%;
    padding-top: 0;
  }
  .box__links>ul {
    display: block;
  }
  .box__links>ul>li {
    margin: 0 auto;
    max-width: 48.8em;
    padding: 1.5em 0 0;
    width: 100%
  }
  .box__links>ul>li:nth-child(-n+2) {
    padding-top: 1.5em;
  }
  .box__links>ul>li:nth-child(1) {
    padding-top: 0;
  }
  .box__links figcaption.box__links_cap {
    margin-top: .3em;
  }
}