@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;
}

@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: #41191b;
}

.kv .slick-slide img {
  width: 100%;
}

.top-section {
	position: relative;
	text-align: center;
}

.top-section--kodawari {
  position: relative;
  width: 100%;
  background: #fff url(/img/kiraku/img_kodawari_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari {
    padding: 50px 0 60px;
  }
}

.top-section--kodawari .kodawari__img {
  width: 100%;
  padding-top: 200px;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__img {
    padding-top: 0;
  }
}

.top-section--kodawari .kodawari__inner {
  position: absolute;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__inner {
    position: static;
  }
}

.top-section--kodawari .kodawari__inner-boxA {
  top: 84px;
  left: 55%;
  max-width: 415px;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__inner-boxA {
    max-width: unset;
  }
}

.top-section--kodawari .kodawari__inner-boxB {
  left: 16%;
  bottom: 10%;
  max-width: 360px;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__inner-boxB {
    max-width: unset;
  }
}

.top-section--kodawari .kodawari__btn {
  position: absolute;
  background-color: #951e24;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__btn {
    padding: 0 40px 0 50px;
    padding: 0;
  }
}

.top-section--kodawari .kodawari__btn-link {
  position: relative;
  display: block;
  height: 70px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  line-height: 70px;
  color: #fff;
  padding: 0 55px 0 70px;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__btn-link {
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    padding: 0 40px 0 50px;
  }
}

.top-section--kodawari .kodawari__btn-link:before {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__btn-link:before {
    left: 20px;
  }
}

.top-section--kodawari .kodawari__btn-link:after {
  content: '';
  position: absolute;
  left: 48px;
  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 #951e24;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__btn-link:after {
    left: 28px;
  }
}

.top-section--kodawari .kodawari__btn-boxA {
  top: 140px;
  left: 16%;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__btn-boxA {
    top: 40%;
    left: unset;
    right: 10px;
  }
}

.top-section--kodawari .kodawari__btn-boxB {
  top: 39%;
  right: 17%;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__btn-boxB {
    top: 59%;
    left: 10px;
    right: unset;
  }
}

.top-section--kodawari .kodawari__ttl {
  margin-bottom: 20px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 40px;
  /* font-weight: bold; */
  font-weight: normal;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .top-section--kodawari .kodawari__ttl {
    font-size: 25px;
    line-height: 1.2;
  }
}

.top-section--kodawari .kodawari__text {
  line-height: 30px;
}

.top-section--topics {
  position: relative;
  padding: 50px 0 60px;
  background: url(/img/kiraku/img_topics_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-section--topics {
    padding: 30px 0 35px;
    background: url(/img/kiraku/img_topics_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .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;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}

.top-section--shop {
  position: relative;
  padding: 50px 0 60px;
  background: url(/img/kiraku/img_shop_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-section--shop {
    padding: 30px 0 35px;
    background: url(/img/kiraku/img_shop_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.top-section--shop .top-section__ttl {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.top-section--shop .shop__detail {
  margin-bottom: 30px;
}

.top-section--shop .shop__detail img {
  width: 100%;
}

.top-section--shop .shop__btn {
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  background-color: #951e24;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--shop .shop__btn {
    width: 280px;
  }
}

.top-section--shop .shop__btn: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--shop .shop__btn:after {
    left: unset;
    right: 30px;
    top: 50%;
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(/img/kiraku/icon_right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: none;
  }
}

.top-section--relation {
  position: relative;
  margin-bottom: 90px;
  padding: 70px 0 60px;
  background: url(/img/kiraku/img_relation_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@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%;
}

.topics__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .topics__list {
    display: block;
    padding: 0;
  }
}

.topics__list--item {
  width: calc( 100% / 2);
  max-width: 467px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .topics__list--item {
    width: 100%;
    max-width: unset;
    margin-bottom: 10px;
  }
}

.topics__list--link {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
	text-align: left;
}

.topics__list--thmbnail img {
  width: 250px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .topics__list--thmbnail img {
    width: 150px;
  }
}

.topics__list--meta {
  padding: 17px 21px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .topics__list--meta {
    padding: 15px 16px;
  }
}

.top-section__btn {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	padding: 12px 18px 11px 37px;
}

@media screen and (max-width: 768px) {
	.top-section__btn {
			display: block;
			text-align: left;
			padding: 12px 30px 11px 12px;
	}
}

.top-section__btn:before {
	position: absolute;
	top: 50%;
	left: 18px;
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 7px solid #999;
	content: "";
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.top-section__btn:before {
			left: inherit;
			right: 20px;
			width: 5px;
			height: 5px;
			border-top: 1px solid #999;
			border-right: 1px solid #999;
			border-bottom: none;
			border-left: none;
			-ms-transform: rotate(45deg) translateY(-50%);
			transform: rotate(45deg) translateY(-50%);
	}
}


.topics__list--category {
  display: inline-block;
  width: 105px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.topics__list--date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #41191b;
}

.topics__list--ttl {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
