@charset "UTF-8";
/* ==========================================================

title : 刀剣イラスト・塗り絵集 共通css

memo：

last modify : 2021/01/18 TCI_福岡_yoneshima レイアウト調整

2020/12/14 TCI_福岡_yoneshima 新規作成

========================================================== */

/* ------------------------------------ */
/* ▼ 共通 上書き */
/* ------------------------------------ */
img {
  vertical-align: bottom;
}

.roll:hover img {
  opacity: 1;
}

/* ------------------------------------ */
/* ▼ h_octa */
/* ------------------------------------ */
.h_octa_01 {
  font-size: 1.056em;
  max-width: 1000px;
  overflow: hidden;
  text-align: center;
}

.h_octa_01_border {
  display: inline-block;
  position: relative;
}

.h_octa_01_border::before,
.h_octa_01_border::after {
  background-color: #9f792e;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  width: 400px;
}

.h_octa_01_inner {
  background-image:
    url(../image/bg-h-octa-01-round-01.png),
    url(../image/bg-h-octa-01-round-02.png),
    url(../image/bg-h-octa-01-round-03.png),
    url(../image/bg-h-octa-01-round-04.png);
  background-position:
    left top,
    right top,
    right bottom,
    left bottom;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
  background-size:
    12px 12px,
    12px 12px,
    12px 12px,
    12px 12px;
  display: block;
  padding: 5px 12px;
  position: relative;
}

.h_octa_01_inner::before,
.h_octa_01_inner::after {
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 1px 5px;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: 50%;
  width: calc(100% - 22px);
  transform: translateX(-50%);
}

.h_octa_01_inner::before {
  background-image: url(../image/bg-h-octa-01-top.png);
  top: 0;
}

.h_octa_01_inner::after {
  background-image: url(../image/bg-h-octa-01-bottom.png);
  bottom: 0;
}

.h_octa_01_txt {
  background-color: #9f792e;
  background-image:
    url(../image/bg-h-octa-01-spacer.png),
    url(../image/bg-h-octa-01-spacer.png);
  background-size: 22px 14px, 22px 14px;
  background-repeat: no-repeat, no-repeat;
  background-position: left 3.8em center, right 3.8em center;
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: .065em;
  line-height: 1.2;
  margin-right: -1px;
  margin-left: -1px;
  text-align: center;
}

.h_octa_01_txt::before,
.h_octa_01_txt::after {
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 12px 1px;
  content: "";
  display: block;
  height: calc(100% - 22px);
  position: absolute;
  top: 50%;
  width: 12px;
  transform: translateY(-50%);
}

.h_octa_01_txt::before {
  background-image: url(../image/bg-h-octa-01-left.png);
  left: 0;
}

.h_octa_01_txt::after {
  background-image: url(../image/bg-h-octa-01-right.png);
  right: 0;
}

@media (min-width: 768px) {
  .h_octa_01 {
    padding: 0 2em;
  }

  .h_octa_01_border::before {
    right: calc(100% + 20px);
  }

  .h_octa_01_border::after {
    left: calc(100% + 20px);
  }

  .h_octa_01_txt {
    padding: .22em 5.3em;
  }
}

@media screen and (max-width: 767px) {
  .h_octa_01 {
    font-size: 1.067em;
    padding: 0 1em;
  }

  .h_octa_01_border::before {
    right: calc(100% + 10px);
  }

  .h_octa_01_border::after {
    left: calc(100% + 10px);
  }

  .h_octa_01_inner {
    min-width: 250px;
  }

  .h_octa_01_txt {
    background-position: left center, right center;
    letter-spacing: .04em;
    line-height: 1.1;
    padding: .4em 1.5em;
  }
}

@media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
    .h_octa_01_txt {
      padding: .4em 5.2em .18em;
    }
}

/* ------------------------------------ */
/* ▼ breadcrumbs */
/* ------------------------------------ */
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 13px auto 0;
  }

  .breadcrumbs li {
    font-size: 15px;
  }
}

/* ------------------------------------ */
/* ▼ section_lead_block */
/* ------------------------------------ */
.section_lead_block {
  margin: 0 auto;
  max-width: 820px;
}

@media (min-width: 768px) {
  .section_lead_block.main_desc {
    margin-top: 20px;
    padding: 0 20px;
  }

  .section_lead_block.section_desc {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .section_lead_block {
    font-size: 15px;
    margin-top: 15px;
    padding: 0 10px;
  }
}

/* ------------------------------------ */
/* ▼ section_bnr_block */
/* ------------------------------------ */
.section_bnr_block {
  margin: 0 auto;
}

.section_bnr_block_cap {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .section_bnr_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section_bnr_block.col01 {
    margin-top: 35px;
  }

  .section_bnr_block.col01 .section_bnr_block_item {
    max-width: 500px;
    width: 100%;
  }

  .section_bnr_block.col01 .section_bnr_block_item:not(:first-of-type) {
    margin-top: 30px;
  }

  .section_bnr_block.col02 {
    margin-top: 30px;
  }

  .section_bnr_block.col02 .section_bnr_block_item {
    max-width: 380px;
    padding: 0 15px;
    width: 50%;
  }

  .section_bnr_block.col02 .section_bnr_block_item:nth-of-type(n+3) {
    margin-top: 30px;
  }

  .section_bnr_block_cap {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .section_bnr_block {
    max-width: 550px;
  }

  .section_bnr_block.col01 {
    margin-top: 25px;
    max-width: 320px;
    padding: 0 10px;
  }

  .section_bnr_block.col02 {
    margin-top: 20px;
  }

  .section_bnr_block_item:not(:first-of-type) {
    margin-top: 20px;
  }

  .section_bnr_block_cap {
    margin-top: 3px;
  }
}

/* ------------------------------------ */
/* ▼ box_seo */
/* ------------------------------------ */
.box_seo .seo_frame {
  letter-spacing: .06em;
}

@media (min-width: 768px) {
  .box_seo {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .box_seo {
    margin-top: 20px;
  }
}

/* ------------------------------------ */
/* ▼ modal layout */
/* ------------------------------------ */
/* -- fancybox -- */
.fancybox-enabled body {
  width: auto;
}

.fancybox-close-small:after {
  display: none;
}

.fancybox-close-small:hover {
  opacity: .5;
}

.fancybox-bg {
  background: #fff;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(6, 6, 9, 0.9);
  opacity: 1;
}

.fancybox-arrow {
  width: 54px;
}

.fancybox-arrow::after {
  top: 0;
  transition: .2s;
}

.fancybox-arrow:hover::after {
  opacity: .6;
}

.fancybox-arrow--left::after,
.fancybox-arrow--right::after {
  background-color: #848484;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  cursor: default;
}

.fancybox-show-nav .fancybox-arrow[disabled]:hover::after {
  opacity: 1;
}

.fancybox_modal {
  position: relative;
}

.fancybox_modal::after {
  background: url("../image/ico-zoom.png") 0 0 / contain no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media (min-width:768px) {
  .fancybox_modal::after {
    height: 30px;
    width: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .fancybox-arrow:hover::after {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .fancybox-arrow {
    top: 46.7%;
  }

  .fancybox_modal::after {
    height: 20px;
    width: 20px;
  }
}

/* -- showcase_box -- */
.showcase_box {
  background: none;
  display: none;
  font-size: 0;
  height: auto;
  text-align: center;
  max-width: 1000px;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.showcase_box .showcase_box__content p {
  color: #fff;
  text-align: left;
}

.showcase_box .showcase_box__content img {
  display: block;
  height: auto;
  margin: auto;
  width: auto;
}

@media (min-width: 768px) {
  .showcase_box .showcase_box__content p {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .showcase_box .showcase_box__content img {
    border: none;
  }
}

@media (max-width: 767px) {
  .showcase_box .showcase_box__content p {
    font-size: 16px;
  }
}

/* -- zoomer -- */
.zoomer {
  padding: 0;
}

.zoomer .zoomer-holder {
  box-shadow: 0 0 1px 0 rgba(80, 80, 80, .5);
}

.zoomer_basic {
  height: 210px;
  overflow: hidden;
  width: 100%;
}

.zoomer_fancy {
  width: 100%;
}

.zoomContainer {
  z-index: 99999;
}

.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background: none;
  margin: 0;
  padding: 0;
}

.zoomer .zoomer-controls {
  background: none;
  box-shadow: none;
}

.zoomer .zoomer-controls span {
  background: rgba(255, 255, 255, 1);
  margin: 0 15px;
}

.zoomer .zoomer-controls:before {
  display: none;
}

.zoomer .zoomer-controls-top,
.zoomer .zoomer-controls-bottom {
  margin-left: -60px;
  transform: translate3d(0, 0, 0);
}

.zoomer .zoomer-controls span.zoomer-zoom-out:hover,
.zoomer .zoomer-controls span.zoomer-zoom-in:hover {
  background: #333;
}

@media (min-width: 768px) {
  .zoomer_fancy {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .zoomer_fancy {
    height: 380px;
  }
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
:root {
  --vh: 1vh;
}
.showcase_box {
  margin: 0;
  max-width: none;
}
.fancybox-slide > .showcase_box  {
  margin: 0;
}
.showcase_box .showcase_box__content p {
  margin: 0;
}
body .fancybox-close-small {
  background: url(../image/ico-close.png);
  border: 1px solid #cccccc;
  height: 37px;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 37px;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
.fancybox-close-small::after {
  display: none;
}
.fancybox-close-small:hover {
  opacity: 0.5;
}
.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background:none;
  margin: 0;
  padding: 0;
}
.showcase_box_cap {
  background-color: rgba(68, 68, 68, .6);
  border-bottom-right-radius: 8px;
  left: 0;
  line-height: 1;
  padding: 20px 25px;
  position: absolute;
  text-align: left;
  top: 0;
} 
.showcase_box_cap .showcase_box_cat {
  background: #734d6b;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.3;
  margin-bottom: 12px;
  padding: 4px 10px;
}
.showcase_box .showcase_box__content p.showcase_box_tit {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-align:left;
}
.showcase_box_cap .showcase_box_btn {
  font-size:18px;
  margin-top:18px;
  width: 240px;
}
.showcase_box_cap .showcase_box_btn .cmn_link_btn_text {
  font-weight:600;
}
.zoomer_fancy {
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
.fancybox-close-small:hover {
  opacity: 0.5;
}
.fancybox-arrow--left::after,
.fancybox-arrow--right::after {
  background-color: #848484;
}
.zoomer {
  padding: 0;
}
.zoomer .zoomer-controls {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.zoomer .zoomer-controls span {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #cccccc;
  margin: 0 15px;
}
.zoomer .zoomer-controls::before {
  display: none;
}

.zoomer .zoomer-controls-top,
.zoomer .zoomer-controls-bottom {
  margin-left: -60px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.zoomer .zoomer-controls span.zoomer-zoom-out:hover,
.zoomer .zoomer-controls span.zoomer-zoom-in:hover {
  background: #333;
}
.showcase_box_cap .colw {
  border-top-color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .showcase_box_cap {
    max-width: 330px;
  }
}