@charset "UTF-8";
/* ==========================================================

title : イラスト・塗り絵コンテスト 応募作品集 下層ページ

memo：

last modify : 2024/02/06 tanaka スライドアニメーション共通化

2021/01/14 TCI_福岡_yoneshima レイアウト調整
2020/12/08 TCI_福岡_uesugi 新規作成

========================================================== */

/* ------------------------------------ */
/* ▼ 共通 上書き */
/* ------------------------------------ */
img {
  vertical-align: bottom;
}

.cmn_h1_sitetop_name {
  vertical-align: top;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .breadcrumbs li {
    font-size: 1.5rem;
  }
  .box_seo {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .box_seo {
    margin-top: 30px;
  }
}

/* ------------------------------------ */
/* ▼ h1 */
/* ------------------------------------ */
.banner_h1 {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

.banner_h1 .txth1{
  text-shadow: 2px 2px 4px #222;
}

@media (min-width: 768px) {
  .banner_h1 .txth1 {
    font-size: 3vw;
    line-height: 1.27;
  }
}

@media (max-width: 767px) {
  .banner_h1 .txth1 {
    font-size: 3vw;
    line-height: 1.2;
  }
}
@media (min-width:1200px){
  .banner_h1 .txth1 {
    font-size: 34px;
  }
}

/* ------------------------------------ */
/* ▼ box_intro_block */
/* ------------------------------------ */
@media (max-width:767px) {
  .box_intro_block {
    padding: 0 15px;
  }
}

/* ------------------------------------ */
/* ▼ box_lead_block */
/* ------------------------------------ */
.box_lead_block {
  margin: 0 auto;
  max-width: 820px;
}

.box_lead_text {
  letter-spacing: .04em;
}

@media (min-width:768px) {
  .box_lead_block {
    padding: 0 20px;
  }
}

@media (max-width:767px) {
  .box_lead_text {
    font-size: 1.6rem;
  }
}

/* ------------------------------------ */
/* ▼ 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: 4px 15px;
  left: 12px;
  top: 12px;
  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: 1px;
  right: 1px;
}

.section_image_title_text,
.section_creator_name_text {
  font-weight: 600;
  vertical-align: middle;
}

.section_image_info_text {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .section_image_list_block_wrap {
    margin-top: 40px;
  }
  .section_image_list_block_item .roll:hover img {
    opacity: 1;
  }
  .section_creator_name {
    height: 30px;
    padding: 0 40px 0 10px;
  }
  .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%;
}

/* ------------------------------------ */
/* ▼ 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: 1px;
  right: 1px;
  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 {
    bottom: 0;
    right: 0;
    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_fancy {
  width: 100%;
}

.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;
  }
}

/* ------------------------------------ */
/* ▼ bnr_block */
/* ------------------------------------ */
.section_bnr_block {
  margin: 0 auto;
}

.bnr_box {
  margin: 30px auto 0;
}

.bnr_box a {
  display: block;
}

.bnr_box figcaption {
  margin-top: .4em;
}

@media (min-width: 768px) {
  .section_bnr_block {
    margin-top: 50px;
  }
  .bnr_box.col02 {
    display: flex;
    flex-wrap: wrap;
    max-width: 730px;
  }
  .bnr_box.col02 figure {
    max-width: 350px;
    width: 47.946%;
  }
  .bnr_box.col02 figure:nth-child(even) {
    margin-left: 4.11%;
  }
  .bnr_box.col02 figure:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section_bnr_block {
    margin-top: 30px;
    padding: 0 10px;
  }
  .bnr_box {
    max-width: 550px;
  }
  .bnr_box figure:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ------------------------------------ */
/* ▼ ttl_01 */
/* ------------------------------------ */
.ttl_01_wrap {
  font-size: 0;
  max-width: 820px;
  overflow: hidden;
  text-align: center;
}

.ttl_01_border {
  display: inline-block;
  position: relative;
}

.ttl_01_border::before,
.ttl_01_border::after {
  background-color: #b28e5f;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  width: 200px;
}

.ttl_01_border::before {
  right: calc(100% + 20px);
}

.ttl_01_border::after {
  left: calc(100% + 20px);
}

.ttl_01 {
  background-image:
  url(../image/ttl-01-top.png),
  url(../image/ttl-01-bottom.png);
  background-repeat: no-repeat;
  background-position: top center,bottom center;
  display: table;
  margin: 0 auto;
  padding: 9px 0;
  position: relative;
  table-layout: fixed;
  width: 401px;
}

.ttl_01_inner {
  background: url(../image/ttl-01-middle.gif) repeat-y top left;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.ttl_01_txt {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 30px;
  position: relative;
}

.ttl_01_txt::before,
.ttl_01_txt::after {
  background: url(../image/ttl-ico-01.png) no-repeat center;
  content: '';
  display: block;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.ttl_01_txt::before {
  left: 0;
}

.ttl_01_txt::after {
  right: 0;
}

@media (min-width: 768px) {
  .ttl_01_wrap {
    margin: 0 auto;
    padding: 0 2em;
    width: calc(100% - 20px);
  }
}

@media (max-width: 767px) {
  .ttl_01 {
    background-size: 100% auto;
    padding: 6px 0;
    width: 280px;
  }
  .ttl_01_inner {
    background-size: 100% auto;
  }
  .ttl_01_txt {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .ttl_01_txt::before,
  .ttl_01_txt::after {
    background-size: 100% auto;
    height: 12px;
    width: 18px;
  }
}

/* アニメーションボタンcss */
.cmn_animation_btn_wrap {
  margin: 30px auto;
  max-width: 880px;
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
: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) 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-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;
  }
}