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

title : 刀剣ワールド浮世絵 浮世絵カレンダー

memo：

last modify : 2020/12/28 TCI福岡_uesugi／バナーcss追加

2020/08/19 TCI福岡_sakaguchi／共通tableクラスの導入
2020/04/09 TCI福岡_yoneshima 新規作成

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

/* ------------------------------------ */
 /* ▼ 共通処理上書き */
/* ------------------------------------ */

/* ▼ h1の後ろにサイト名を表示 ▼ */
.cmn_h1_sitetop_name {
  font-size: 55.2632%;
}

/* ▲ 共通処理上書き ここまで */

/* ------------------------------------ */
/* ▼ general*/
/* ------------------------------------ */
.gr {
  opacity: 1;
}

.border_img {
  border: 1px solid #a8a8a8;
}

/* ------------------------------------ */
/* ▼ banner_h1*/
/* ------------------------------------ */
.banner_h1 .txth1 {
  color: #000;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .banner_h1 .txth1 {
    font-size: 3.8vw;
  }
}

@media (max-width: 767px) {
  .banner_h1 .txth1 {
    font-size: 5vw;
    line-height: 1.2;
    padding: 0;
    top: 60%;
  }
}

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

/* ------------------------------------ */
/* ▼ desc */
/* ------------------------------------ */
.desc {
  margin: 19px auto 0;
  max-width: 780px;
  padding-bottom: 0;
  text-align: justify;
}

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

/* ------------------------------------ */
/* ▼ cont_box */
/* ------------------------------------ */
.cont_box {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.cont_inner {
  width: calc(100% - 40px);
  margin: 60px auto 0;
  text-align: center;
}

.cont_inner:first-of-type {
  margin-top: 0;
}

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

@media (max-width: 767px) {
  .cont_box {
    margin-top: 30px;
    padding-top: 0;
  }
}

/* ------------------------------------ */
/* ▼ calendar_area */
/* ------------------------------------ */
.calendar_area {
  padding: 0 20px 11px;
}

.calendar_area li {
  padding-bottom: 50px;
}

.area_style li {
  float: left;
  width: 45.97%;
}

.area_style li:nth-child(even) {
  margin: 0 0 0 8.06%;
}

.area_style li dt {
  margin: 0 auto 14px;
  text-align: center;
}

.area_style li dt span {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  display: inline-block;
  padding: 0 35px 0 45px;
  letter-spacing: 0.2em;
}

.area_style li dt span:before,
.area_style li dt span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background: url(../image/icon-diamond.png) no-repeat;
  background-size: cover;
  top: calc(50% - 7px);
}

.area_style li dt span:before {
  left: 0;
}

.area_style li dt span:after {
  right: 0;
}

.area_style li dd .calendar_btn {
  margin-top: 10px;
}

.area_style li dd .calendar_btn:nth-of-type(2) {
  margin-top: 0;
}

.area_style li dd p img {
  vertical-align: bottom;
}

.area_style li dd p a {
  font-size: 16px;
  font-weight: 600;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  line-height: 47px;
  width: 257px;
  background: url(../image/cont_btn.jpg) no-repeat;
  display: block;
  margin: 0 auto;
  color: #fff;
  transition: opacity .3s;
  letter-spacing: 0;
}

.area_style li dd p a:hover {
  color: #fff;
  opacity: .7;
}

.area_style li dd .calendar_image {
  margin-bottom: 20px;
}

.area_style li dd .pagelink_btn a {
  background: url(../image/cont-link-btn.png) no-repeat;
  color: #000;
  position: relative;
}

.area_style li dd .pagelink_btn.gr a {
  pointer-events: none;
}

.area_style li dd .pagelink_btn a:after {
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #000;
  content: "";
  height: 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 8.5%;
  width: 0;
}

.area_style li dd .pagelink_btn a:hover {
  color: #000;
}

@media (max-width: 767px) {
  .calendar_area {
    padding: 0 0 5vw;
    background: none;
    position: relative;
    overflow-x: hidden;
  }
  .calendar_area li {
    padding-bottom: 4rem;
  }
  .calendar_area li:last-of-type {
    padding-bottom: 1.5rem;
  }
  .area_style li {
    float: none;
    width: 100%;
  }
  .area_style li:nth-child(even) {
    margin: 0;
  }
  .area_style li dt span {
    font-size: 7vw;
    padding: 0 45px;
    letter-spacing: 0;
  }
  .area_style li dt span:before,
  .area_style li dt span:after {
    width: 25px;
    height: 20px;
    background-size: contain;
  }
  .area_style li dd .calendar_btn {
    margin-top: 10px;
  }
  .area_style li dd .calendar_btn:nth-of-type(2) {
    margin-top: 0;
  }
  .area_style li dd p img {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    width: 95%;
  }
  .area_style li dd p a {
    background: url(../image/cont_btn_sp.png) no-repeat;
    background-size: 100%;
    display: block;
    font-size: 16px;
    max-width: 230px;
    margin: 0 auto;
  }
  .area_style li dd .pagelink_btn a {
    background: url(../image/cont-link-btn-sp.png) no-repeat;
    background-size: 100%;
  }
  .area_style li dd .pagelink_btn a:after {
    right: 9.5%;
    top: calc(50% - 5px);
  }
  .area_style.type_character li dd .pagelink_btn a:after {
    right: 5.5%;
  }
}

/* ------------------------------------ */
/* ▼ howto */
/* ------------------------------------ */
#howto {
  background: url(../image/bg-howto.jpg) repeat top left;
  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-color: #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-color: #d9c7af;
  border-right-color: #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-color: #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 {
  line-height: 0;
  padding: 32px 35px 0 0;
}

.other_device .od_inner p.od_qr {
  padding: 54px 0 0 0;
}

@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%;
  }
  .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;
  max-width: 830px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block_archive .btn_block {
  margin: 0 5px;
  padding-top: 10px;
  width: calc((100% - 50px) / 5);
}

.block_archive .btn_block .cmn_link_btn_text::after {
  border-width: 5px 0 5px 7px;
  right: 16px;
  top: calc(50% - 7px);
}

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

/* ------------------------------------ */
/* ▼ title */
/* ------------------------------------ */
.d_title_type01 {
  display: table;
  height: 41px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 5px auto 13px;
  max-width: 890px;
  position: relative;
  text-align: center;
  width: 100%;
}

.d_title_type01::before {
  background-color: #b28e5f;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.d_title_type01>span {
  background: url(../image/bg-title01.png) no-repeat 50% center;
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.d_title_type01>span>span {
  display: inline-block;
  max-width: 376px;
  padding: 2px 30px 0;
  position: relative;
}

.d_title_type01>span>span::before,
.d_title_type01>span>span::after {
  background-image: url(../image/ico-title01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: '';
  display: block;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.d_title_type01>span>span::before {
  left: 0;
}

.d_title_type01>span>span::after {
  right: 0;
}

.d_title_type01.d_title_long>span>span {
  padding: 2px 30px 0;
}

@media (max-width: 767px) {
  .d_title_type01 {
    padding: 0 10px;
  }
  .d_title_type01::before {
    height: 0;
    width: calc(100% - 20px);
  }
  .d_title_type01>span {
    background-image: url(../image/bg-title01-sp.png);
    background-size: auto;
  }
}

/* ------------------------------------ */
/* ▼ banner */
/* ------------------------------------ */
.bnr_wrap {
  margin-top: 40px;
}
.bnr_item {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.bnr_item:nth-child(n+2) {
  margin-top: 20px;
}
.bnr_item>a {
  display: block;
}
.bnr_item figcaption {
  letter-spacing: .06em;
  line-height: 1.4;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .bnr_wrap {
    margin-top: 25px;
    padding: 0 20px;
  }
  .bnr_item:nth-child(n+2) {
    margin-top: 15px;
  }
}

/* ------------------------------------ */
/* ▼ box_seo */
/* ------------------------------------ */
.box_seo {
  margin-top: 60px;
}
.box_seo .seo_frame {
  letter-spacing: .04em;
}

@media (max-width: 767px) {
  .box_seo {
    margin-top: 50px;
  }
}

@media (max-width: 414px) {
  .box_seo {
    margin-top: 6rem;
  }
}