@charset "UTF-8";
.bnrbox {
  margin-bottom: 60px;
}

.link {
  max-width: 1050px;
  margin-bottom: 60px;
}
.link .link__wp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.link .link__wp .moreBtn:nth-of-type(n+2) a {
  border-left: none;
}
.link .link__wp .moreBtn a {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #FFF;
  color: #a9894a;
}
.link .link__wp .moreBtn a::after {
  margin: 0;
  display: none;
}
.link .link__wp .moreBtn a span {
  display: block;
  margin: 0 auto 15px;
  width: 2.5em;
}

@media screen and (max-width: 1050px) {
  .link .link__wp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .link .link__wp .moreBtn:nth-of-type(3n-2) a {
    border-left: 1px solid #a9894a;
  }
  .link .link__wp .moreBtn:nth-of-type(n+4) a {
    border-top: none;
  }
}
#news {
  max-width: 1050px;
}
#news .newsBg {
  padding: 32px 80px 25px;
  background: #f9f2e8;
  box-sizing: border-box;
}
#news .newsBg .newsWp {
  display: grid;
  grid-template-columns: 275px 1fr;
  grid-gap: 60px;
  align-items: center;
}
#news .newsBg .newsTtl {
  color: #a9894a;
  font-size: 16px;
  font-weight: 600;
}
#news .newsBg .newsCont .news_list + .news_list {
  margin-top: 15px;
}
#news .newsBg .newsCont .news_list a {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-left: 15px;
}
#news .newsBg .newsCont .news_list a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #a9894a;
  position: absolute;
  left: 0;
  top: 6px;
}
#news .newsBg .newsCont .news_list a .date {
  width: 5em;
  margin-right: 1em;
  font-size: 15px;
}
#news .newsBg .newsCont .news_list a .newsTitle {
  font-size: 15px;
  text-decoration: underline;
  text-align: left;
}
#news .newsBg .moreBtn a {
  margin: 40px auto 0;
}

.ttl_wp {
  position: relative;
  padding: 40px 0 30px;
  margin-bottom: 30px;
}
.ttl_wp::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background: #f9f2e8;
  content: '';
}
.ttl_wp .copy {
  margin-bottom: 30px;
  position: relative;
  color: rgba(0, 0, 0, 0);
  font-size: 50px;
  letter-spacing: .1em;
  line-height: 1;
  -webkit-text-stroke: 2px #a9894a;
  text-stroke: 2px #a9894a;
  text-align: center;
}
.ttl_wp .ttl {
  position: relative;
  padding: .4em 1.5em;
  background: #a9894a;
  color: #FFF;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.ttl_wp .ttl::before, .ttl_wp .ttl::after {
  position: absolute;
  top: 0;
  width: .75em;
  height: 100%;
  background: #a9894a;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
  content: '';
}
.ttl_wp .ttl::before {
  left: 0;
  transform: translate(calc(-100% + .5px), 0);
}
.ttl_wp .ttl::after {
  right: 0;
  transform: translate(calc(100% - .5px), 0) rotate(180deg);
}

.shop__news {
  padding-top: 0;
}
.shop__news .ttl_wp {
  margin-bottom: 20px;
}

.instaBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 334px;
  height: 54.8px;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Univers Next W01 Medium", "Roboto", "中ゴシックBBB", sans-serif;
  color: #FFF;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.instaBtn a .icon {
  width: 25px;
  margin-left: 10px;
}
.instaBtn a .txt {
  height: 30px;
}
.instaBtn a .txt img {
  height: 100%;
}
.instaBtn a::before, .instaBtn a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  content: '';
}
.instaBtn a::before {
  z-index: -1;
  background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.instaBtn a::after {
  z-index: -2;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
