@charset "UTF-8";
/*clear fix*/
@keyframes showAnime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* ------------------------------------------------
  TOP
---------------------------------------------- */
.kv {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -40px;
  background-color: #221816;
}

@media screen and (max-width: 768px) {
  .kv {
    margin-top: 0;
  }
}

.kv .slick-list {
  width: 100%;
  z-index: 0;
}

.kv .slick-prev {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 50%;
  left: 20px;
  width: 32px;
  height: 58px;
  font-size: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: transparent;
  outline: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .kv .slick-prev {
    left: 10px;
    width: 20px;
    height: 36px;
  }
}

.kv .slick-prev::before {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 40px;
  height: 40px;
  border-top: 5px solid #999;
  border-left: 5px solid #999;
  content: "";
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .kv .slick-prev::before {
    width: 20px;
    height: 20px;
    border-top: 3px solid #999;
    border-left: 3px solid #999;
  }
}

.kv .slick-next {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 58px;
  font-size: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: transparent;
  border: none;
  color: transparent;
  outline: none;
}

@media screen and (max-width: 768px) {
  .kv .slick-next {
    right: 10px;
    width: 20px;
    height: 36px;
  }
}

.kv .slick-next::before {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-top: 5px solid #999;
  border-right: 5px solid #999;
  content: "";
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .kv .slick-next::before {
    width: 20px;
    height: 20px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
  }
}

.kv .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

.kv .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.kv .slick-dots button {
  display: block;
  color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .kv .slick-dots button {
    width: 15px;
    height: 15px;
  }
}

.kv .slick-dots .slick-active button {
  background: #221816;
}

.kv .slick-slide img {
  width: 100%;
}

.top-section--consept {
  position: relative;
  width: 100%;
  background: #000 url(/img/matsuri/img_consept_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-section--consept {
    position: relative;
    padding: 25px 0;
    background: #000 url(/img/matsuri/img_consept_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}

.top-section--consept .content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 125px 0 102px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--consept .content {
    display: block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}

.top-section--consept .content .consept__img {
  max-width: 520px;
  width: 100%;
}

.top-section--consept .content .consept__txt {
  max-width: 432px;
  width: 100%;
}

.top-section--consept .content .top-section__ttl {
  margin-bottom: 30px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 40px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .top-section--consept .content .top-section__ttl {
    margin-bottom: 15px;
    font-size: 25px;
    text-align: center;
  }
}

.top-section--consept .content .top-section__txt {
  width: 100%;
}

.top-section--consept img {
  width: 100%;
}

.top-section--topics {
  position: relative;
  padding: 50px 0 60px;
  background: #000 url(/img/matsuri/img_schedule_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-section--topics {
    padding: 0 0 30px;
    background: #000 url(/img/matsuri/img_schedule_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  .top-section--topics::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #38281a 100%);
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
}

.top-section--topics::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(to bottom, #38281a 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.top-section--topics .top-section__ttl {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--topics .top-section__ttl {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

.top-section--topics .topics {
  position: relative;
}

.top-section--topics .topics__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__list {
    display: block;
    margin-bottom: 38px;
    padding: 0;
  }
}

.top-section--topics .topics__list--item {
  width: calc( 100% / 2);
  max-width: 467px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__list--item {
    width: 100%;
    max-width: unset;
    margin-bottom: 10px;
  }
}

.top-section--topics .topics__list--link {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
}

.top-section--topics .topics__list--thmbnail {
  width: 250px;
  max-height: 250px;
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__list--thmbnail {
    max-width: 33%;
  }
}

.top-section--topics .topics__list--thmbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.top-section--topics .topics__list--meta {
  width: calc( 100% - 250px);
  padding: 17px 21px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__list--meta {
    width: 70%;
    padding: 15px 16px;
  }
}

.top-section--topics .topics__list--category {
  display: inline-block;
  width: 105px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.top-section--topics .topics__list--date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #41191b;
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__list--date {
    font-weight: normal;
  }
}

.top-section--topics .topics__list--ttl {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.top-section--topics .topics__schedule {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px;
  box-sizing: border-box;
  background-color: #000;
  border: solid 4px #f38911;
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__schedule {
    display: block;
    padding: 16px 15px;
    border: solid 2px #f38911;
  }
}

.top-section--topics .topics__schedule--thmbnail {
  width: 305px;
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__schedule--thmbnail {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__schedule--meta {
    width: 100%;
  }
}

.top-section--topics .topics__schedule--date {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__schedule--date {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
  }
}

.top-section--topics .topics__schedule--ttl {
  margin-bottom: 30px;
  line-height: 24px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--topics .topics__schedule--ttl {
    margin-bottom: 15px;
    line-height: 18px;
  }
}

.top-section--topics .topics__schedule .top-section__btn {
  margin: 0;
}

.top-section--topics .topics__schedule img {
  width: 100%;
}

.top-section--catalog {
  background: url(/img/matsuri/img_catalog_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .top-section--catalog {
    padding: 30px 15px;
  }
}

.top-section--catalog .catalog {
  position: relative;
}

.top-section--catalog .catalog__ground {
  width: 320px;
  height: 320px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section--catalog .catalog__ground {
    width: 100%;
    height: auto;
    padding: 30px 15px;
    box-sizing: border-box;
  }
}

.top-section--catalog .catalog__ttl {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .top-section--catalog .catalog__ttl {
    font-size: 25px;
  }
}

.top-section--catalog .catalog__txt {
  margin-bottom: 40px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .top-section--catalog .catalog__txt {
    margin-bottom: 20px;
    line-height: 24px;
  }
}

.top-section--shop {
  padding: 90px 0;
  background: url(/img/matsuri/img_shops_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-section--shop {
    padding: 30px 0;
    background-color: #000;
    background-image: url(/img/matsuri/img_shops_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
}

.top-section--shop .top-section__ttl {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--shop .top-section__ttl {
    font-size: 25px;
  }
}

.top-section--shop .shop {
  position: relative;
}

.top-section--shop .shop__map-wrap {
  max-width: 500px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top-section--shop .shop__map-wrap {
    margin: 0 auto 18px;
  }
}

.top-section--shop .shop__map-wrap a img {
  display: block;
  width: 100%;
}

.top-section--shop .shop__map-wrap iframe {
  display: block;
  width: 100%;
  height: 365px;
}

@media screen and (max-width: 768px) {
  .top-section--shop .shop__map-wrap iframe {
    height: 215px;
  }
}

.top-section--shop .shop__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .top-section--shop .shop__list {
    display: block;
    margin-bottom: 28px;
    border-bottom: solid 1px #fff;
  }
}

.top-section--shop .shop__list--item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 48%;
  max-width: 478px;
  padding: 20px;
  box-sizing: border-box;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--shop .shop__list--item {
    width: 100%;
    padding: 18px 0;
    border-bottom: none;
  }
}

.top-section--shop .shop__list--item dt {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .top-section--shop .shop__list--item dt {
    margin-right: 15px;
  }
}

.top-section--shop .shop__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 768px) {
  .top-section--shop .shop__btns {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.top-section--shop .shop__btns .top-section__btn {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-section--shop .shop__btns .top-section__btn {
    margin-bottom: 20px;
  }
  .top-section--shop .shop__btns .top-section__btn:first-child {
    margin-right: 0;
  }
}

.top-section--relation {
  position: relative;
  margin-bottom: 90px;
  padding: 60px 0;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .top-section--relation {
    margin-bottom: 60px;
    padding: 20px 0;
  }
}

.top-section--relation .relation__list {
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .top-section--relation .relation__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.top-section--relation .relation__item {
  width: calc( 100% / 3);
  max-width: 304px;
  margin-right: 10px;
}

.top-section--relation .relation__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .top-section--relation .relation__item {
    width: 100%;
    max-width: unset;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.top-section--relation .relation__item img {
  width: 100%;
}

.top-section__btn {
  position: relative;
  display: block;
  width: 198px;
  margin: 0 auto 0;
  padding: 15px 0 13px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .top-section__btn {
    position: relative;
    width: 100%;
    padding: 18px 0;
  }
}

.top-section__btn.btn-red {
  background-color: #db1a1e;
  border: solid 1px #db1a1e;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section__btn.btn-red {
    width: 100%;
  }
}

.top-section__btn.btn-red::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .top-section__btn.btn-red::after {
    left: unset;
    right: 30px;
    top: 50%;
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(/img/matsuri/icon_right_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: none;
  }
}

.top-section__btn.btn-white {
  background-color: #fff;
  border: solid 1px #f38911;
  color: #0f499a;
}

@media screen and (max-width: 768px) {
  .top-section__btn.btn-white {
    width: 100%;
  }
}

.top-section__btn.btn-white::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #999999;
}

@media screen and (max-width: 768px) {
  .top-section__btn.btn-white::after {
    left: unset;
    right: 30px;
    top: 50%;
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(/img/matsuri/icon_right_gray.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: none;
  }
}

.topics-list__item.no-data {
  color: #fff;
}
