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

title : 名古屋刀剣ワールド 浮世絵壁紙

memo：

last modify : 2022/08/10 shinotsuka／名博メーハク版作成（流用）

========================================================== */
/* ------------------------------------ */
/* ▼ banner_h1*/
/* ------------------------------------ */
.banner_h1 .txth1 {
  background-color: initial;
  line-height: 1.1;
  flex-direction: column;
  font-size: 36px;
  padding: 0 0 1px .4%;
}
.cmn_h1_sitetop_name {
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  margin-top: 1.6%;
}

@media (max-width: 767px) {
  .banner_h1 .txth1{
    font-size: 6vw;
  }
}

/* ------------------------------------ */
/* ▼ breadcrumbs */
/* ------------------------------------ */
.breadcrumbs {
  margin: 15px auto 37px;
  padding-left: 8px;
}
.breadcrumbs li {
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  .breadcrumbs li {
    font-size: 16.5px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs li {
    font-size: 14px;
  }
}

/* ------------------------------------ */
/* ▼ desc */
/* ------------------------------------ */
.desc {
  margin: 40px auto 52px;
  max-width: 790px;
  padding: 0 10px;
  letter-spacing: .08em;
}

@media (max-width: 767px) {
  .desc {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 0 30px;
  }
}

/* ------------------------------------ */
/* ▼ contents */
/* ------------------------------------ */
.contents_wrap {
  margin: 0 auto;
  max-width: 95%;
}

@media (min-width: 768px) {
  .contents_wrap + .cmn_bnr_area {
    margin-top: 21px;
  } 
  .howto + .cmn_bnr_area {
    margin-top: 60px;
  } 
}

@media (max-width: 767px) {
  .contents_wrap {
    margin-top: 30px;
    width: 95%;
  }
}

/* ------------------------------------ */
/* ▼ wall_paper_list */
/* ------------------------------------ */
ul.wall_paper_list {
  display: block;
  width: 761px;
  margin: 0 auto;
}
ul.wall_paper_list > li {
  float: left;
  width: 358px;
  display: block;
  margin: 0 45px 60px 0;
  position: relative;
}
ul.wall_paper_list > li:nth-child(2n) {
  margin-right: 0;
}
ul.wall_paper_list li figure {
  margin: auto;
}
ul.wall_paper_list li figure img {
  margin: auto;
}
ul.wall_paper_list li ul {
  margin-top: 13px;
  text-align: center;
}
ul.wall_paper_list li ul li {
  margin-top: 10px;
}
ul.wall_paper_list li ul li .cmn_link_btn {
  max-width: 255px;
}
ul.wall_paper_list li ul li .cmn_link_btn_text {
  font-size: 16px;
  line-height: 1.5;
}
ul.wall_paper_list li ul li .cmn_link_btn_text::after {
  background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/ico-download.png) no-repeat top left;
  content: "";
  height: 16px;
  width: 12px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 15px;
  border: none;
  transform: none;
}
.wall_paper_list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 18px;
  text-align: center;
}
.wall_paper_list__heading > span::after, 
.wall_paper_list__heading > span::before {
  background: url(../../image-cmn/titleh2/ico01.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  width: 27px;
}
.wall_paper_list__heading > span {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.45;
  padding: 0 34px;
  position: relative;
}
.wall_paper_list__heading span.ttl_lower_row {
  display: block;
}
.wall_paper_list__heading > span::before {
  left: 0;
}
.wall_paper_list__heading > span::after {
  right: 3px;
}
.wall_paper_list__heading a {
  line-height: 1.5;
  letter-spacing: .07em;
}
@media (max-width: 767px) {
  ul.wall_paper_list {
    width: 100%;
  }
  ul.wall_paper_list > li {
    float: none;
    width: 95%;
    margin: 0 auto 5rem;
  }
  ul.wall_paper_list > li:nth-child(2n) {
    margin-right: auto;
  }
  ul.wall_paper_list li ul {
    margin-top: 5px;
  }
}

/* ------------------------------------ */
/* ▼ howto */
/* ------------------------------------ */
#howto {
  background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/bg-howto.jpg) repeat top left;
  clear: both;
  margin: 0 auto 60px;
  padding: 60px 0;
  position: relative;
}
#howto .title__cat {
  margin: 0 auto 40px;
  text-align: center;
}
#howto .title__cat h2 {
  border-top: solid 2px #7d1404;
  border-bottom: solid 4px #7d1404;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-align: center;
  margin: 0 auto;
  background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/bg-flw_r.png) no-repeat bottom right, url(/app/themes/wp-templ/wall-paper-ukiyoe/image/bg-flw_l.png) no-repeat  top -12px left -1px;
  background-color: #000;
  color: #FFF;
  position: relative;
  max-width: 820px;
}
#howto .title__cat h2>span {
  font-weight: 600;
  display: inline-block;
  padding: 11px 45px 12px 48px;
  position: relative;
}
#howto .title__cat h2>span::before {
  background: url(../../image-cmn/titleh2/ico01.png) no-repeat center left;
  content: "";
  margin-top: -9px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 18px;
}
#howto .title__cat h2>span::after {
  background: url(../../image-cmn/titleh2/ico01.png) no-repeat center left;
  content: "";
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 27px;
  height: 18px;
}
#howto table {
  border: 3px solid #baa68d;
  max-width: 760px;
  width: 100%;
  margin: 30px auto;
}
#howto table th {
  background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/bg-menu.png) repeat;
  background-size: 161%;
  border-bottom: 1px solid #baa68d;
  border-right: 2px solid #d9c7af;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  width: 165px;
  vertical-align: middle;
}
.ico-device {
  max-width: 58px;
  margin: 9px auto 0;
}
.ico-device.mac {
  max-width: 64px;
}
.ico-device.ipad {
  max-width: 63px;
  margin: 11px auto;
}
#howto table td {
  border-bottom: 1px solid #baa68d;
  border-right: none;
  background: #fff;
  color: #000;
  letter-spacing: .1em;
  vertical-align: middle;
  word-break: break-all;
  padding: 27px 38px;
}
#howto table tr:last-of-type td,
#howto table tr:last-of-type th {
  border-bottom: none;
}

@media (max-width: 767px) {
  #howto {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  #howto .title__cat {
    width: 95%;
    margin: 0 auto 25px;
  }
  #howto .title__cat h2 {
    width: 100%;
    font-size: 6vw;
    background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/bg-flw_r.png) no-repeat bottom right, url(/app/themes/wp-templ/wall-paper-ukiyoe/image/bg-flw_l.png) no-repeat bottom left;
    background-size: auto 100%;
    background-color: #000;
  }
  #howto .title__cat h2>span {
    padding: 14px 30px;
  }
  #howto table {
    width: 95%;
    margin: auto;
  }
  #howto table th {
    border-right: none;
    width: 100%;
    padding: 1rem;
    background-size: 50%;
    font-size: 5.5vw;
    line-height: 1.3;
  }
  #howto table td {
    padding: 14px;
    font-size: 15px;
  }
}

/* ------------------------------------ */
/* ▼ other_device */
/* ------------------------------------ */
.other_device {
  position: relative;
  max-width: 850px;
  box-sizing: border-box;
  background: #b49366;
  border-radius: 48px 3px 48px 3px;
  margin: 0 auto;
  padding: 5px;
}
.other_device .od_inner {
  width: 100%;
  min-height: 245px;
  box-sizing: border-box;
  background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/img-other-device-pc.png) no-repeat top right -3px, url(/app/themes/wp-templ/wall-paper-ukiyoe/image/img-other-device-flower01-pc.png) no-repeat bottom left, url(/app/themes/wp-templ/wall-paper-ukiyoe/image/bg-pattern-item01.png);
  border-radius: 45px 0 45px 0;
}
.other_device .od_inner h2 {
  position: absolute;
  width: 483px;
  background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/ttl-other-device-pc.png) no-repeat;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: .07em;
  top: -21px;
  left: calc(50% - 240px);
}
.other_device .od_inner p {
  display: block;
  float: left;
}
.other_device .od_inner p.od_lead {
  letter-spacing: .07em;
  padding: 55px 0 0 47px;
  width: 45.4%;
}
.other_device .od_inner p.od_img {
  line-height: 0;
  padding: 32px 35px 0 0;
}
.other_device .od_inner p.od_qr {
  padding: 58px 0 0 31px;
}
.other_device .od_inner p.od_qr img {
  border: 2px solid #ccc;
}

@media (min-width: 768px) {
  .other_device {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  .other_device {
    border-radius: 0 0 7vw 7vw;
    padding: 3px;
    margin: 7rem 1rem 0;
  }
  .other_device .od_inner {
    border-radius: 0 0 6vw 6vw;
    padding: 6rem 5vw 0;
    background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/img-other-device-flower01-sp.png) no-repeat top 60% left -35px, url(/app/themes/wp-templ/wall-paper-ukiyoe/image/img-other-device-flower02-sp.png) no-repeat bottom 40% right -10px, url(/app/themes/wp-templ/wall-paper-ukiyoe/image/bg-pattern-item01.png);
    background-size: 32%, 25%;
  }
  .other_device .od_inner h2 {
    background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/ttl-other-device-sp.png) no-repeat center;
    width: 100%;
    left: 0;
    background-size: contain;
    height: 17.5vw;
    font-size: 6vw;
    line-height: 1.3;
    padding-top: 1rem;
    top: -8.5vw;
  }
  .other_device .od_inner h3 {
    text-align: center;
  }
  .other_device .od_inner h3 span {
    position: relative;
    font-size: 6vw;
    font-weight: 600;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
    display: inline-block;
    margin: 10px auto 10px;
    padding: 0 45px 0;
    color: #313030;
    letter-spacing: -1.5px;
    font-feature-settings: "pkna";
  }
  .other_device .od_inner h3 span:before, .other_device .od_inner h3 span:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 20px;
    background: url(/app/themes/wp-templ/wall-paper-ukiyoe/image/icon-diamond.png) no-repeat;
    background-size: cover;
    top: calc(50% - 8px);
  }
  .other_device .od_inner h3 span::before, .other_device .od_inner h3 span::after {
    width: 25px;
    background-size: contain;
  }
  .other_device .od_inner h3 span:before {
    left: 0;
  }
  .other_device .od_inner h3 span:after {
    right: 0;
  }
  .other_device .od_inner p.od_lead {
    padding: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .other_device .od_inner p.od_lead span {
    display: block;
    margin-top: .5rem;
    line-height: 1.4;
    font-weight: 600;
  }
  .other_device .od_inner p.od_img {
    float: none;
    padding: 0 10px;
    margin: 1.5rem auto 2.5rem;
    text-align: center;
    width: 100%;
  }
  .other_device .od_inner p.od_qr {
    float: none;
    margin: 0 auto;
    max-width: 180px;
    padding: .5rem 0 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 414px) {
  .other_device .od_inner h2 {
    height: 21vw;
    top: -10vw;
  }
}

/* ------------------------------------ */
/* ▼ box_seo */
/* ------------------------------------ */
.box_seo {
  margin: 55px auto 0;
}
.box_seo .seo_frame {
  letter-spacing: .04em;
  padding: 26px 35px;
}

/* ------------------------------------ */
/* ▼ cmn_link_btn (red_btn) */
/* ------------------------------------ */
.cmn_link_btn.red_btn {
  background-color: #c92121;
  border: solid 1px #991c1c;
  position: relative;
}
.cmn_link_btn.red_btn::before,
.cmn_link_btn.red_btn::after {
  border-bottom: solid 1px #cb6868;
  border-right: solid 1px #cb6868;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.cmn_link_btn.red_btn::before {
  top: 0;
  left: 0;
}
.cmn_link_btn.red_btn::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.red_btn .cmn_link_btn_inner {
  padding: 0px;
}
.red_btn .cmn_link_btn_inner::before,
.red_btn .cmn_link_btn_inner::after {
  border-bottom: solid 1px #cb6868;
  border-right: solid 1px #cb6868;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.red_btn .cmn_link_btn_inner::before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.red_btn .cmn_link_btn_inner::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.red_btn .cmn_link_btn_text {
  border: solid 1px #cb6868;
  display: block;
  letter-spacing: .01em;
  line-height: 1.4;
  margin: 3px 4px;
  padding: 7px 30px 6px 14px;
}
.red_btn .cmn_link_btn_text::before {
  content: none;
}

@media (min-width: 768px) {
  .cmn_bnr_cap {
    margin-top: 5px;
    letter-spacing: .06em;
  }
  .cmn_bnr_cap.adj_ls_sh {
    letter-spacing: .008em;
  }
}