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

title : 刀剣壁紙カレンダー2023年版

memo：

last modify : 2022/11/25 WEB2TCI-31827_igarashi 新規作成

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

/* 共通上書き */
.btn_wrap .cmn_link_btn + .cmn_link_btn {
  margin-left: 15px;
}
.cmn_link_btn_text {
  font-weight: normal;
}
.wcm {
  max-width: 1024px;
}
.cmn_h2_01.pattern1 {
  background: url(../image/bg-h2-1.png) no-repeat center / cover;
}
.cmn_h2_01.pattern2 {
  background: url(../image/bg-h2-2.png) no-repeat center / cover;
}
.cmn_h2_01.pattern3 {
  background: url(../image/bg-h2-3.png) no-repeat center / cover;
}
.cmn_h2_01>span {
  padding: 0.892% 4% 1.06%;
}
.breadcrumbs {
  margin: 15px auto 36px
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 15px auto;
  }
  .cmn_h2_01>span {
    width: 96%;
  }
}

.fv_inner {
  background: url('../image/fv-main.jpg') no-repeat center / cover;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.fv_title {
  width: 100%;
  max-width: 995px;
  margin: 0 auto;
  padding: 0 0 59.4% 0;
}
.fv_lead {
  position: absolute;
  bottom: 5.4%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 80%;
  max-width: 781px;
  margin: 0 auto;
  padding: 17px 37px 17px 37px;
  border-radius: 50px;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .07em;
}
.wrap {
  background: url('../image/bg-main.jpg') repeat center;
  padding-bottom: 58px;
  padding-top: 60px;
}
.btn_wrap {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 10px 0;
}
.btn_wrap .cmn_link_btn {
  width: calc(100% / 3);
}
.bnr_wrap {
  margin-top: 50px;
}
.bnr_wrap .cmn_bnr_cap {
  line-height: 1.3;
}

@media (min-width: 768px) and (max-width:868px){
  .btn_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn_wrap .cmn_link_btn {
    margin: initial;
    width: calc(100% / 2.5);
  }
  .btn_wrap .cmn_link_btn:last-child {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .fv_inner {
    background: url('../image/fv-main-sp.jpg') no-repeat center / cover;
  }
  .fv_title {
    width: 100%;
    padding: 0 0 100% 0;
  }
  .fv_lead {
    padding: 20px 20px;
    width: 90%;
    background-color: rgba(255, 255, 255, .8);
  }
  .fv_text {
    font-size: 15px;
  }
  .btn_wrap {
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
  }
  .btn_wrap .cmn_link_btn + .cmn_link_btn {
    margin: 10px auto 0;
  }
  .btn_wrap .cmn_link_btn {
    width: 100%;
    max-width: 420px;
  }
  .bnr_wrap {
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .cmn_h2_01>span {
    padding: 4% 0 3%;
  }
}

/* calendar */
.calendar {
  max-width: 960px;
  margin: 44px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
.calendar + .calendar {
  margin-top: 50px;
}
.calendar_lead {
  margin-top: 10px;
}
.calendar_inner {
  padding: 30px 37px 37px;
  background-color: #fff;
}
.calendar_content {
  max-width: 742px;
  margin: 0 auto;
}
.calendar_btn {
  text-align: center;
  margin-top: 38px;
}
.calendar_btn .cmn_link_btn {
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .calendar_inner {
    padding: 30px 5vw 37px;
  }
  .calendar + .calendar {
    margin-top: 40px;
  }
}
/* ------------------------------------ */
/* ▼ howto */
/* ------------------------------------ */
#howto {
  clear: both;
  margin: 0 auto 20px;
  padding: 60px 0;
  position: relative;
}

#howto .title__cat {
  margin: 0 auto 25px;
  text-align: center;
}

#howto .title__cat h2 {
  font-size: 23px;
  text-align: center;
  margin: 0 auto 5px;
  clear: both;
  background: none;
  color: #000000;
  height: auto;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}

#howto .title__cat h2 span {
  font-weight: 600;
  display: inline-block;
  border-top: solid 3px #B28E5F;
  border-bottom: solid 3px #B28E5F;
  padding: 14px 120px;
}

#howto .title__cat h2::before {
  background: url(../image/ico02.png) no-repeat top left;
  content: "";
  margin-top: -14px;
  position: absolute;
  top: 50%;
  left: 15%;
  width: 28px;
  height: 28px;
  background-size: 28px;
}

#howto .title__cat h2::after {
  background: url(../image/ico02.png) no-repeat top left;
  content: "";
  margin-top: -14px;
  position: absolute;
  top: 50%;
  right: 15%;
  width: 28px;
  height: 28px;
  background-size: 28px;
}

#howto table {
  border: 3px solid #ba9a6f;
  max-width: 760px;
  width: 100%;
  margin: 30px auto;
}

#howto table th {
  background: #b18f61 url(../image/bg-menu.png) repeat;
  background-size: 100%;
  border-bottom: 1px solid #d9c7af;
  border-right: 1px solid #d9c7af;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
  width: 165px;
  vertical-align: middle;
}

#howto table td {
  border-bottom: 1px solid #d9c7af;
  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: 0;
  }
  #howto .title__cat h2 {
    font-size: 6vw;
  }
  #howto .title__cat h2 span {
    padding: 1.5rem 18vw;
  }
  #howto .title__cat h2::before {
    background: url(../image/ico02.svg) no-repeat top left;
    left: 5%;
  }
  #howto .title__cat h2::after {
    background: url(../image/ico02.svg) no-repeat top left;
    right: 5%;
  }
  #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;
  }
}

@media (max-width: 414px) {
  #howto {
    margin: 0 auto;
  }
}
/* ------------------------------------ */
/* ▼ 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%;
  box-sizing: border-box;
  background: url(../image/img-other-device-flower01-pc.png) no-repeat top right, url(../image/img-other-device-flower02-pc.png) no-repeat bottom left, url(../image/bg-pattern-item01.png);
  border-radius: 45px 0 45px 0;
}

.other_device .od_inner h2 {
  position: absolute;
  width: 532px;
  background: url(../image/ttl-other-device-pc.png) no-repeat;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 47px;
  top: -21px;
  left: calc(50% - 266px);
}

.other_device .od_inner p {
  display: block;
  float: left;
}

.other_device .od_inner p.od_lead {
  padding: 55px 0 0 47px;
  width: 43.9286%;
}

.other_device .od_inner p.od_img {
  max-width: 225px;
  line-height: 0;
  padding: 45px 16px 15px 19px;
}

.other_device .od_inner p.od_qr {
  padding: 54px 0 0 0;
  width: 137px;
}
.other_device .od_inner p.od_qr .border_img {
  border: 2px solid #a8a8a8;
}

@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(../image/img-other-device-flower01-sp.png) no-repeat top 60% left -35px, url(../image/img-other-device-flower02-sp.png) no-repeat bottom 40% right -10px, url(../image/bg-pattern-item01.png);
    background-size: 32%, 25%;
  }
  .other_device .od_inner h2 {
    background: url(../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(../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%;
    max-width: 300px;
  }
  .other_device .od_inner p.od_qr {
    float: none;
    margin: 0 auto;
    max-width: 180px;
    padding: .5rem 0 0;
    text-align: center;
    width: 100%;
  }
  .other_device .od_inner p.od_qr img {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .other_device .od_inner h2 {
    height: 21vw;
    top: -10vw;
  }
}
/* ------------------------------------ */
/* ▼ box_seo */
/* ------------------------------------ */
.block_archive {
  margin: 0 auto;
  width: 830px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block_archive .btn_block {
  margin: 0 5px;
  padding-top: 10px;
  width: 24.1%;
}

@media screen and (max-width: 767px) {
  .block_archive {
    margin-top: 20px;
    width: 100%;
  }
  .block_archive .btn_block {
    width: 40%;
  }
}


