@charset "UTF-8";
/* top
-------------------------------------------------------------- */
.kv {
  position: relative;
  height: 420px;
  background: url(../images/kv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}

.kv_box {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 355px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.kv_catch {
  padding: 14px 0;
  color: #be9c6d;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: -.08em;
}

.kv_logo {
  animation-delay: 1s;
}

.kv_btn {
  margin-top: 17px;
  padding: 0 24px;
  animation-delay: 0.3s;
}

.kv_btn .btn {
  margin-bottom: 7px;
}

.kv_tags {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 20px;
  text-align: left;
  animation-delay: 0.5s;
}

.kv_box_inner {
  position: relative;
  opacity: 1;
  /* 上 */
  /* 下 */
  /* 左 */
  /* 右 */
}

.kv_box_inner:after, .kv_box_inner:before,
.kv_box_inner .kv_brd:after,
.kv_box_inner .kv_brd:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
}

.kv_box_inner:after, .kv_box_inner:before {
  animation: border_anim 1.5s linear forwards;
  animation-delay: 1s;
  border-top: 1px solid #be9c6d;
}

.kv_box_inner .kv_brd:after,
.kv_box_inner .kv_brd:before {
  border-left: 1px solid #be9c6d;
  animation: border_tate 1.5s linear forwards;
  animation-delay: 1s;
}

.kv_box_inner:after {
  left: 0;
  top: 0;
}

.kv_box_inner:before {
  left: 100%;
  bottom: 0;
  width: 0;
  transform: translateX(-100%);
}

.kv_box_inner .kv_brd:after {
  left: 0;
  top: 0;
  height: 0;
}

.kv_box_inner .kv_brd:before {
  right: 0;
  bottom: 0;
  height: 0;
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_tate {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.brand {
  padding: 8px;
  background: url("../images/ptn_check-beige.png");
}

.brand .inner {
  padding: 25px;
  border: 1px solid #2b1909;
}

.brand header {
  margin-bottom: 20px;
  color: #2b1909;
  text-align: center;
}

.brand header .title {
  font-size: 28px;
}

.brand header span {
  display: inline-block;
  padding-top: 4px;
  border-top: 1px solid #2b1909;
  font-size: 12px;
}

.brand .brand_list {
  display: flex;
  flex-wrap: wrap;
}

.brand .brand_list li {
  width: 216px;
  margin-right: 6px;
  margin-bottom: 6px;
  line-height: 1;
  background: #212121;
}

.brand .brand_list li:nth-of-type(3n) {
  margin-right: 0;
}

.brand .brand_list li:nth-of-type(1) {
  animation-delay: 0.1s;
}

.brand .brand_list li:nth-of-type(2) {
  animation-delay: 0.2s;
}

.brand .brand_list li:nth-of-type(3) {
  animation-delay: 0.3s;
}

.brand .brand_list li:nth-of-type(4) {
  animation-delay: 0.4s;
}

.brand .brand_list li:nth-of-type(5) {
  animation-delay: 0.5s;
}

.brand .brand_list li:nth-of-type(6) {
  animation-delay: 0.6s;
}

.brand .brand_list a {
  text-decoration: none;
}

.brand .brand_list a img {
  display: block;
}

.brand .brand_list a:hover img {
  opacity: .8;
}

.brand .brand_list figure {
  padding: 6px 6px 0;
}

.brand .brand_list figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}

.brand .brand_list .brand_name {
  padding: 6px 0;
  background: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.brand .brand_link {
  display: flex;
  flex-wrap: wrap;
  animation-delay: 0.6s;
}

.brand .brand_link li {
  min-width: 216px;
  margin-bottom: 6px;
  margin-right: 6px;
  line-height: 1;
}

.brand .brand_link li:nth-of-type(3n) {
  margin-right: 0;
}

.brand .brand_link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 5px;
  color: #fff;
  font-size: 14px;
  background: #212121;
  background: linear-gradient(to bottom, #212121 0%, #383838 50%, #1e1e1e 51%, #212121 100%);
}

.brand .brand_link a:hover {
  opacity: .8;
}

.brand .brand_link i {
  color: #be9c6d;
}

.brand_btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.brand_btn .btn-wh {
  justify-content: center;
}

.shop {
  padding: 8px;
  background: url("../images/ptn_check-darkGreen.png");
}

.shop .inner {
  padding: 25px;
  border: 1px solid #be9c6d;
}

.shop header {
  margin-bottom: 20px;
  color: #be9c6d;
  text-align: center;
}

.shop header .title {
  font-size: 30px;
}

.shop header span {
  display: inline-block;
  padding-top: 4px;
  border-top: 1px solid #be9c6d;
  font-size: 12px;
}

.shop_desc {
  line-height: 1.7;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.shop_desc img {
  margin: 20px 0 25px;
  display: block;
}

.shop_list {
  display: flex;
  justify-content: space-between;
}

.shop_list li {
  width: 330px;
  background: #fff;
}

.shop_list li:nth-of-type(1) {
  animation-delay: 0.3s;
}

.shop_list li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.shop_list a:hover .name {
  color: #be9c6d;
}

.shop_list a:hover img {
  opacity: .8;
}

.shop_name {
  padding: 9px;
  background: #212121;
}

.shop_name .name {
  padding-left: 10px;
  line-height: 1.3;
  border-left: 6px solid #be9c6d;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.shop_thumb {
  margin: 10px;
}

.shop_thumb img {
  display: block;
  object-fit: cover;
}

.shop_tel {
  margin: 0 10px 10px;
  padding: 8px;
  line-height: 1.3;
  background: #f3f1e6;
  text-align: center;
}

.shop_tel .tel_head {
  margin-bottom: 3px;
  color: #b71c1c;
  font-size: 14px;
}

.shop_tel .tel_no {
  color: #b71c1c;
  font-size: 20px;
  font-weight: bold;
}

.shop_tel .tel_text {
  font-size: 12px;
}

.shop_address {
  margin: 0 10px 10px;
  font-size: 12px;
  text-align: center;
}

.shop_button {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  background: #d7d1b8;
}

.shop_button .btn {
  width: 49%;
  font-size: 13px;
}

.topics {
  background: #fff;
}

.topics li:nth-of-type(even) {
  background: #eee;
}

.topics li a {
  position: relative;
  display: flex;
  padding: 10px 15px;
  line-height: 1;
  text-decoration: none;
}

.topics li a:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.2s linear;
}

.topics li a:hover:after {
  width: 100%;
  background: rgba(61, 51, 42, 0.1);
}

.topics time, .topics p, .topics span {
  position: relative;
  z-index: 1;
}

.topics time {
  font-size: 12px;
}

.topics p {
  font-size: 14px;
}

.topics [class^="badge_"] {
  margin: 0 8px;
}
