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

title : 世界の剣動画集【刀剣ワールド】
scope : 世界の剣動画集【刀剣ワールド】

memo：

last modify : 2022/07/04 tanaka 世界の剣イラスト集をもとに作成

modify : 



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

/* 共通上書き */
img {
  vertical-align: bottom;
}

.box__links__related {
  padding-bottom: 57px;
}

/* ------------------------------------ */
/* ▼ header breadcrumbs footer */
/* ------------------------------------ */
#header {
  background: none;
  padding:0;
  width: 1024px;
}
#header::before {
  content: none;
}
#header .mv_title {
  color: #5b3a14;
  font-size: 48px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 54%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .logo {
  position: absolute;
  left: 2.24%;
  top: 6.73%;
  width: 26.17%;
}
.breadcrumbs {
  margin: 10px auto 0;
  width: 98%;
}
#footer {
  margin: 98px 0 0;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #header {
    width: 100%;
  }
  #header .mv_title {
    font-size: 5vw;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .mv_title {
    top: 63.6%;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo {
    position: absolute;
    left: 6.16%;
    top: 8.62%;
    width: 37.56%;
  }
  #header .mv_title {
    font-feature-settings: normal;
    font-size: 7vw;
    letter-spacing: 0;
    line-height: 1.3;
    top: 51%;
  }
  #footer {
    background: none;
    margin-top: 0;
  }
  .footer_inner {
    background-color: #ffffff;
  }
  .footer_inner .box_copyright .copyright {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 25px 25px;
  }
}

/* ------------------------------------ */
/* ▼ .cmn_link_btn_wrap */
/* ------------------------------------ */
.cmn_link_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cmn_link_btn_wrap .cmn_link_btn {
  margin: 0;
  width: 235px;
}
.cmn_link_btn_wrap .cmn_link_btn .cmn_link_btn_text {
  font-size: 15px;
  padding: 8px 23px 8px 40px;
}
.cmn_link_btn_wrap .cmn_link_btn .cmn_link_btn_text::after {
  border-width: 5px 0 5px 7px;
  position: absolute;
  left: 22px;
  right: auto;
  top: calc(50% - 6px);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .cmn_link_btn_wrap {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .cmn_link_btn_wrap {
    display: none;
  }
}

/* ------------------------------------ */
/* ▼ 動画集部分 */
/* ------------------------------------ */
.bg_wrap {
  background: url(/wp/wp-content/themes/wp-templ/video-world-sword/image/illust-bg.png);
  padding-bottom: 60px;
}

/* ▼2019/02/07追記ここから */
.box_description {
  padding: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .box_description {
    padding: 20px 15px 0;
  }
}
/* ▲2019/02/07追記ここまで */


/* ------------------------------------ */
/* ▼ .link_list_wrap */
/* ------------------------------------ */
.link_list_wrap {
  background-color: #efebe5;
  border: #ba9f7b 3px solid;
  margin: 39px auto 0;
  max-width: 876px;
  padding: 3px;
  position: relative;
}
.link_list_wrap_inner {
  background: #f5f1e8 url(/wp/wp-content/themes/wp-templ/video-world-sword/image/bg-link-list-wrap.jpg);
  border: #ba9f7b 1px solid;
  padding: 60px 90px 47px;
}
.link_list_wrap_inner::after,
.link_list_wrap_inner::before,
.link_list_wrap::after,
.link_list_wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 94px;
  min-height: 94px;
  background-image: url(/wp/wp-content/themes/wp-templ/video-world-sword/image/bg-ornament.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.link_list_wrap::before {
  left: 11px;
  top: 10px;
}
.link_list_wrap::after {
  right: 11px;
  top: 10px;
  transform: rotate(90deg);
}
.link_list_wrap_inner::before {
  left: 11px;
  bottom: 11px;
  transform: rotate(-90deg);
}
.link_list_wrap_inner::after {
  right: 11px;
  bottom: 11px;
  transform: rotate(180deg);
}

.link_list_wrap .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link_list > .link_list_item {
  margin-top: 30px;
}
.link_list > .link_list_item.spacer {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.link_list > .link_list_item.spacer img {
  margin-top: 8%;
}

@media (min-width: 768px) {
  .link_list > .link_list_item {
    width: calc(50% - 28px);
  }
  .link_list > .link_list_item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

.link_list > .link_list_item a {
  display: block;
}
.link_list > .link_list_item a:hover {
  opacity: 0.7;
}
.link_list > .link_list_item .link_list_item_ttl {
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  line-height: 1.33;
}
.link_list > .link_list_item .link_list_item_img {
  position: relative;
}
.link_list > .link_list_item .link_list_item_img::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url(/image_cmn/ico_play.png) no-repeat center;
  background-size: 100%;
  bottom: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}


@media (max-width: 767px) {
  .link_list_wrap {
    margin: 39px 10px 0;
  }
  .link_list_wrap_inner {
    padding: 6% 10% 4%;
  }
  .link_list_wrap_inner::after,
  .link_list_wrap_inner::before,
  .link_list_wrap::after,
  .link_list_wrap::before {
    width: 10%;
    min-height: auto;
    padding-top: 10%;
  }
  .link_list > .link_list_item {
    width: 100%;
  }
  .link_list > .link_list_item.spacer {
    display: none;
  }
  .link_list > .link_list_item .link_list_item_img img {
    width: 100%;
  }
  .link_list > .link_list_item:nth-of-type(-n+1) {
    margin-top: 0;
  }
}