@charset "UTF-8";
header{
  border-bottom: 0;
}
header > div.inner{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.block-topic-path--list a:hover {
  color: #CCC !important;
}
#breadcrumbs {
  width: 100%;
  max-width: 1600px;
  margin: 60px auto 0;
  padding: 15px 25px;
  font-size: 12px;
  line-height: 1em;
}
#breadcrumbs ul li {
  float: left;
  margin-right: 10px;
}
#breadcrumbs ul li a {
  margin-right: 10px;
  position: relative;
  text-decoration: none;
  color: #000;
}
#breadcrumbs ul li a:after {
  content: "/";
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.showWindowTitle {
  margin: 0 0 50px;
  color: #444;
  font-size: 44px;
  font-weight: bold;
  font-style: italic;
  font-family: adobe-garamond-pro, serif;
  letter-spacing: .05em;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.showWindowSubTitle {
  margin: 0 0 50px;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  font-family: adobe-garamond-pro, serif;
  letter-spacing: .075em;
  -webkit-font-smoothing: antialiased;
}
.news-btn04 {
  display: inline-block;
  padding: 0 0 10px;
  border: 0;
  color: #151515;
  font-size: 14px;
  position: relative;
}
.news-btn04::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.news-btn04::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-btn04:hover{
  color: #CCC !important;
  opacity: 0.7;
}
.news-btn04:hover::after {
  animation: underbar 0.5s;
}
.cards-new .card-news a:hover {
  color: #CCC !important;
}
main.news .article .wysiwyg a {
  text-decoration: none;
  display: inline-block;
  padding: 0 17px 10px 0;
  border: 0;
  color: #151515;
  position: relative;
}
main.news .article .wysiwyg a:hover {
  color: #CCC !important;
}
main.news .article .wysiwyg a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  margin-right: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: -8px;
  transform: translateY(-50%) rotate(45deg);
}
main.news .article .ttl {
  font-weight: bold;
}
main.news .archive-news .back {
  width: 100%;
}
.c-cards__heading {
  font-weight: bold;
}
.c-infolist a:hover{
  color: #515151 !important;
}
.shoplist-list{
  margin-bottom: 60px;
}
@keyframes underbar {
	0% {
		width:100%;
	}
	1% {
		width:1px;
	}
	100% {
		opacity:100%;
	}
}
@media (max-width: 834px){
  #breadcrumbs {
    max-width: 93.073%;
    width: 93.073%;
    margin-top: 0;
    padding: 15px 0px 30px 0px;
  }
  .block-topic-path .topicpath {
    display: block;
}
  .showWindowTitle {
    margin: 0 0 15px;
    font-size: 1.9rem;
  }
  main.news .article .wysiwyg a {
    text-decoration: underline;
  }
  .p-card__item:nth-last-of-type(2) {
    border-bottom: 1px solid #eee;
}
  main.news .article .wysiwyg a::before {
    display: none;
  }
  main.news .article .ttl {
    padding: 0 0 15px;
  }
}