@charset "UTF-8";
/* ==========================================================

title : 刀剣イラスト集 コンテスト作品 トップページ

memo：

last modify：2023/08/31 WEB2TCI-32110_tanaka スライドアニメーション共通化

2021/05/12 shinotsuka 子ページ掲載画像を全て移行、修正
2020/12/24 TCI_福岡_yoneshima レイアウト修正
2020/11/16 TCI_福岡_yoneshima 新規作成

========================================================== */

/* ------------------------------------ */
/* ▼ 共通 上書き */
/* ------------------------------------ */
img {
  vertical-align: bottom;
}

/* IE11対応 */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_anchor_nav > ul > li > a {
    padding: .9em 4px .49em .2em;
  }
}

/* ------------------------------------ */
/* ▼ h1 */
/* ------------------------------------ */
.banner_h1 {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.banner_h1 .txth1 {
  background-color: transparent;
}

.banner_h1 .txth1 .txth1_inner_title {
  line-height: 1.28;
}

@media (min-width: 768px) {
  .banner_h1 .txth1 .txth1_inner_title {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .banner_h1 .txth1 > .txth1_inner {
    font-size: 4.8vw;
  }

  .banner_h1 .txth1 .txth1_inner_title {
    margin-top: .8vw;
  }
}

/* ------------------------------------ */
/* ▼ cmn_anchor_nav */
/* ------------------------------------ */
.cmn_anchor_nav {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.cmn_anchor_nav>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}

.cmn_anchor_nav>ul>li {
  display: flex;
  position: relative;
  background-image: url(../image/bg-nav.png);
  border: 1px solid #bd9f35;
}

.cmn_anchor_nav>ul>li>a {
  color: #000;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  padding: .5em 10px .43em .3em;
  position: relative;
  width: 100%;
}

.cmn_anchor_nav>ul>li>a>span {
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: .06em;
  line-height: 1.2;
  position: relative;
}

.cmn_anchor_nav>ul>li>a::before,
.cmn_anchor_nav>ul>li>a::after {
  content: "";
  display: block;
  position: absolute;
}

.cmn_anchor_nav>ul>li>a::before {
  background-color: #fff7e7;
  height: 16px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.cmn_anchor_nav>ul>li>a::after {
  border-color: #463500 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  height: 0;
  right: 9px;
  top: calc(50% - 3px);
  width: 0;
}

@media (min-width: 768px) {
  .cmn_anchor_nav>ul>li {
    margin: 0 5px;
  }
  .cmn_anchor_nav>ul.col3>li {
    width: calc(100% / 3 - 15px);
  }
}

@media screen and (max-width: 767px) {
  .cmn_anchor_nav {
    padding: 0 10px;
  }
  .cmn_anchor_nav>ul {
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .cmn_anchor_nav>ul>li {
    width: 100%;
    margin-bottom: 3px;
  }
  .cmn_anchor_nav>ul>li>a {
    padding: .75em .3em .64em;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_anchor_nav>ul>li>a {
    padding: .9em 10px .49em .3em;
  }
  .cmn_anchor_nav>ul>li>a>span::before {
    top: calc(50% - 2px);
    transform: translateY(-50%);
  }
  .cmn_anchor_nav>ul>li>a>span::after {
    top: calc(50% - 6px);
  }
}

/* ------------------------------------ */
/* ▼ h2 */
/* ------------------------------------ */
@media (min-width: 768px) {
  .cmn_h2_01 {
    max-width: 864px;
  }
}

/* ------------------------------------ */
/* ▼ section */
/* ------------------------------------ */
@media (min-width: 768px) {
  .cmn_section {
    margin-top: 60px;
  }

  .cmn_section:first-of-type {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .cmn_section {
    margin-top: 30px;
  }

  .cmn_section:first-of-type {
    margin-top: 20px;
  }
}

/* ------------------------------------ */
/* ▼ section_attention_text */
/* ------------------------------------ */
.section_attention_text {
  color: #c92121;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .section_attention_text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section_attention_text {
    font-size: 14px;
  }
}

/* ------------------------------------ */
/* ▼ section_image_list_block */
/* ------------------------------------ */
.section_image_list_block_wrap {
  margin: 0 auto;
  max-width: 884px;
  padding: 0 10px;
}

.section_image_list_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section_image_list_block + .section_image_list_block {
  margin-top: 1.389%;
}

.section_image_list_block_item {
  margin-top: 1.389%;
  position: relative;
}

.section_image_list_block_item:first-of-type,
.section_image_list_block_item:nth-of-type(2) {
  margin-top: 0;
}

.section_image_list_block_item a {
  display: block;
  padding: 1px;
  z-index: 1;
}

.section_image_list_block_item a::before {
  border: 1px solid #4b3512;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.section_image_title,
.section_creator_name {
  color: #fff;
  position: absolute;
}

.section_image_title {
  background: #841318;
  padding: 5px 15px;
  left: 11px;
  top: 11px;
  text-align: center;
}

.section_image_title::before,
.section_image_title::after {
  background: #a57174;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}

.section_image_title::before {
  top: 3px;
}

.section_image_title::after {
  bottom: 3px;
}

.section_creator_name {
  background: #a99067;
  bottom: 0;
  right: 0;
}

.section_image_title_text,
.section_creator_name_text {
  vertical-align: middle;
  font-size: min(1.98vw, 18px);
}

.section_image_info_text {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .section_image_list_block_wrap {
    margin-top: 40px;
  }

  .section_creator_name {
    height: 30px;
    padding: 0 40px 0 15px;
  }

  .section_image_info_text:first-of-type {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section_image_list_block_wrap {
    margin-top: 20px;
  }

  .section_image_title,
  .section_creator_name {
    display: none;
  }

  .section_image_info_text:first-of-type {
    margin-top: 10px;
  }
}

/* -- section_image_list_block_item adjust -- */
.section_image_list_block_item:first-of-type,
.section_image_list_block_item:nth-of-type(2),
.section_image_list_block_item:nth-of-type(3),
.section_image_list_block_item:nth-of-type(4),
.section_image_list_block_item:nth-of-type(9),
.section_image_list_block_item:nth-of-type(10) {
  width: 49.3056%;
}

/* -- type01 -- */
.type01 .section_image_list_block_item:nth-of-type(5),
.type01 .section_image_list_block_item:nth-of-type(7) {
  width: 34.9538%;
}

.type01 .section_image_list_block_item:nth-of-type(6),
.type01 .section_image_list_block_item:nth-of-type(8) {
  width: 63.6575%;
}

.type01 .section_image_list_block_item:nth-of-type(4) {
  margin-top: -33.681%;
}

.type01 .section_image_list_block_item:nth-of-type(8) {
  margin-top: -11.343%;
}

/* -- type02 -- */
.type02 .section_image_list_block_item:nth-of-type(5),
.type02 .section_image_list_block_item:nth-of-type(7) {
  width: 63.6575%;
}

.type02 .section_image_list_block_item:nth-of-type(6),
.type02 .section_image_list_block_item:nth-of-type(8) {
  width: 34.9538%;
}

.type02 .section_image_list_block_item:nth-of-type(3) {
  margin-top: -33.681%;
}

.type02 .section_image_list_block_item:nth-of-type(7) {
  margin-top: -11.343%;
}

/* -- type03 -- */
.type03 .section_image_list_block_item:nth-of-type(5){
  width: 49.3056%
}

.type03 .section_image_list_block_item:nth-of-type(6),
.type03 .section_image_list_block_item:nth-of-type(8) {
  width: 63.6575%;
}

.type03 .section_image_list_block_item:nth-of-type(7) {
  width: 34.9538%;
}

.type03 .section_image_list_block_item:nth-of-type(3),
.type03 .section_image_list_block_item:nth-of-type(5) {
  margin-top: -33.681%;
}

/* ------------------------------------ */
/* ▼ 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;
}

.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;
  }
}

/* ------------------------------------ */
/* ▼ section_bnr_block */
/* ------------------------------------ */
.section_bnr_block {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .section_bnr_block {
    margin-top: 50px;
  }

  .section_bnr_block + .section_bnr_block {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .section_bnr_block {
    margin-top: 30px;
  }

  .section_bnr_block + .section_bnr_block {
    margin-top: 35px;
  }
}

/* ------------------------------------ */
/* ▼ box_seo */
/* ------------------------------------ */
@media (min-width: 768px) {
  .box_seo {
    margin-top: 65px;
  }
}


/* アニメーションボタンcss */
@media (min-width: 768px) {
  .cmn_animation_btn_wrap {
    max-width: 864px;
  }
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
: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/close.jpg) no-repeat top left;
  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-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;
}
.showcase_box_cap .colw {
  border-top-color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  
}
.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;
}

@media (min-width: 768px) {
  .showcase_box_cap {
    max-width: 330px;
  }
}