@charset "UTF-8";
.shopnews-contents .text-red {
  color: #E60000;
}
.shopnews-contents .shopnews-contents__text {
  width: 100%;
  border-bottom: 1px solid #707070;
  margin: 90px 0 35px;
  padding-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-contents__text {
    margin: 40px 0 15px;
    padding-bottom: 0px;
  }
}
.shopnews-contents .shopnews-contents__text .shop-floor {
  float: left;
  margin: 0 20px 0 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-contents__text .shop-floor {
    font-size: 13px;
  }
}
.shopnews-contents .shopnews-contents__text .shop-name {
  float: left;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-contents__text .shop-name {
    font-size: 15px;
  }
}
.shopnews-contents .shopnews-contents__text .shop-category {
  clear: both;
  display: block;
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-contents__text .shop-category {
    padding-top: 15px;
    font-size: 11px;
  }
}
.shopnews-contents .shopnews-detail {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 90px 0 100px;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail {
    flex-direction: column;
    margin: 40px 0 20px;
  }
}
.shopnews-contents .shopnews-detail .shopnews-detail__thumb {
  width: 43%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-detail__thumb {
    width: 100%;
    margin-bottom: 25px;
  }
}
.shopnews-contents .shopnews-detail .shopnews-detail__thumb img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.shopnews-contents .shopnews-detail .shopnews-detail__contents {
  width: 52%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-detail__contents {
    width: 100%;
  }
}
.shopnews-contents .shopnews-detail .shopnews-detail_top {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.shopnews-contents .shopnews-detail .shopnews-detail_top .icon-new {
  color: #E60000;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
  font-family: "futura-pt-condensed", sans-serif;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-detail_top .icon-new {
    font-size: 21px;
  }
}
.shopnews-contents .shopnews-detail .shopnews-detail_top .shopnews-detail__date {
  color: #A9ACAB;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
  font-family: "futura-pt-condensed", sans-serif;
  letter-spacing: 0.6px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.shopnews-contents .shopnews-detail .shopnews-detail__title {
  font-size: 3rem;
  line-height: 4.2rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  margin: 0 0 20px;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-detail__title {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.shopnews-contents .shopnews-detail .shopnews-shop {
  max-width: 495px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 35px;
  border-top: #707070 1px solid;
  border-bottom: #707070 1px solid;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-shop {
    margin: 10px auto 20px;
    padding: 30px 0;
  }
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__thumb {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #707070; */
  aspect-ratio: 1/1;
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__thumb img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__thumb {
    width: 45%;
    justify-content: flex-start;
  }
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text {
    width: 48%;
  }
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-floor {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-name {
  margin: 0;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-name {
    margin: 5px 0;
  }
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-category {
  display: block;
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link {
  margin: 20px 0 0;
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link a {
  display: inline-block;
  border: 1px solid #414141;
  border-radius: 30px;
  padding: 4px 25px 3px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link a {
    padding: 2px 15px 2px;
  }
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link a span {
  position: relative;
  font-size: 1.5rem;
  line-height: 4.6rem;
  letter-spacing: 0.3px;
  text-align: center;
  font-weight: 800;
  position: relative;
  padding-right: 35px;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link a span {
    padding-right: 25px;
  }
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link a span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/arrow_right_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 21px;
  height: 18px;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link a span:after {
    width: 14px;
    height: 12px;
  }
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link a:hover {
  background: #A9ACAB;
}
.shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link a:hover span:after {
  transform: translateX(8px);
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail .shopnews-shop .shopnews-shop__text .shop-link a:hover span:after {
    display: block;
  }
}
.shopnews-contents .shopnews-detail__thumb.thumb_sub {
  width: 80%;
  max-width: 650px;
  margin: 30px auto 50px;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .shopnews-detail__thumb.thumb_sub {
    margin: 10px auto 20px;
  }
}
.shopnews-contents .shopnews-detail__text {
  width: 100%;
  margin: 20px 0 50px;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.25px;
}
.shopnews-contents .shopnews-detail__text .shopnews-detail__h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0;
}
.shopnews-contents .shopnews-detail__text .shopnews-detail__h2 strong {
  font-size: 2.2rem;
  font-weight: 800;
}
.shopnews-contents .shopnews-detail__text p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.25px;
}
.shopnews-contents .shopnews-detail__text .text-block {
  margin: 25px 0 25px;
}
.shopnews-contents .tag-detail ul {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-flow: wrap;
  margin: 20px auto 70px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .tag-detail ul {
    margin: 20px auto 30px;
  }
}
.shopnews-contents .tag-detail ul li {
  color: #414141;
  text-decoration: none;
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.8em;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -0.2px;
  padding: 0px 10px 0px 0;
}
.shopnews-contents .tag-detail ul li:not(:last-child)::after {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.5em;
  content: "|";
  font-size: 26px;
  font-weight: 300;
}
@media screen and (max-width: 780px) {
  .shopnews-contents .tag-detail ul li:not(:last-child)::after {
    font-size: 15px;
    padding-left: 0.7em;
    padding-right: 0.3em;
  }
}
.shopnews-contents .tag-detail ul li a {
  text-decoration: none;
  display: inline-block;
}

.shopnewsArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding: 30px 0 150px;
  box-shadow: 0px -5px 15px 0px rgba(102, 102, 102, 0.12);
  border-radius: 170px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #FCFBF9;
}
.shopnewsArea .shopnews-inner {
  width: 100%;
  margin: 0 auto;
}
.shopnewsArea .shopnews-inner .shop-container {
  position: relative;
  width: 100%;
  margin: 0;
}
.shopnewsArea .shopnews-inner .shop-container .shop-wrapper {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .shopnewsArea .shopnews-inner .shop-container .shop-wrapper {
    flex-wrap: nowrap;
  }
}
.shopnewsArea .shopnews-inner .shop-container .swiper-button-next {
  display: none;
}
.shopnewsArea .shopnews-inner .shop-container .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 780px) {
  .shopnewsArea {
    margin-top: 50px;
    padding: 30px 0 50px;
    border-radius: 75px;
  }
  .shopnewsArea .shopnews-inner {
    width: 100%;
    margin: 0;
  }
  .shopnewsArea .shopnews-inner .shop-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  .shopnewsArea .shopnews-inner .shop-container .shop-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-next {
    display: block;
    content: "";
    position: absolute;
    right: 30%;
    top: auto;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 45px;
    transition: none;
    transition: transform 0.2s ease-out;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-next svg {
    display: none;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-next:after {
    background-repeat: no-repeat;
    content: "";
    margin: auto;
    background-image: url(../images/top/swiper-button-next.svg);
    transition: transform 0.3s ease-out;
    background-size: auto 100%;
    background-position: right center;
    display: block;
    height: 37px;
    width: 50px;
    bottom: 25px;
    position: absolute;
    transition: none;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-next:before {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: auto;
    margin: auto;
    border-bottom: solid 3px #CA0B1B;
    box-sizing: border-box;
    width: 45px;
    transition: transform 0.3s ease-out;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-prev {
    display: block;
    content: "";
    position: absolute;
    left: 30%;
    top: auto;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 45px;
    transition: none;
    transition: transform 0.2s ease-out;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-prev svg {
    display: none;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-prev:after {
    background-repeat: no-repeat;
    content: "";
    margin: auto;
    background-image: url(../images/top/swiper-button-prev.svg);
    transition: transform 0.3s ease-out;
    background-size: auto 100%;
    background-position: left center;
    display: block;
    height: 37px;
    width: 50px;
    bottom: 25px;
    position: absolute;
    transition: none;
  }
  .shopnewsArea .shopnews-inner .shop-container .swiper-button-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: auto;
    margin: auto;
    border-bottom: solid 3px #CA0B1B;
    box-sizing: border-box;
    width: 45px;
    transition: transform 0.3s ease-out;
  }
}
.shopnewsArea .post-list-link {
  margin-top: 50px;
}
.shopnewsArea .post-list-link .button-link {
  width: 283px;
}
@media screen and (max-width: 780px) {
  .shopnewsArea .post-list-link {
    margin-top: 0px;
  }
  .shopnewsArea .post-list-link .button-link {
    padding: 0px 20px;
    width: auto;
  }
}

/* キーワード特集 */
.shopnewsArea.keywordArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 30px 0 150px;
  box-shadow: none;
  border-radius: 0;
  background: none;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .shopnewsArea.keywordArea {
    margin-top: 0;
    padding-bottom: 100px;
  }
}
.shopnewsArea.keywordArea .shopnews-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.shopnewsArea.keywordArea .shopnews-inner .shop-container {
  padding-bottom: 0;
}
.shopnewsArea.keywordArea .shopnews-inner .shop-container .shop-wrapper {
  flex-wrap: wrap;
}
.shopnewsArea.keywordArea .shopnews-keyword {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 780px) {
  .shopnewsArea.keywordArea .shopnews-keyword {
    flex-flow: column;
    margin-bottom: 60px;
  }
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__thumb {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__thumb {
    width: 100%;
    margin-bottom: 30px;
  }
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents {
  width: 44%;
}
@media screen and (max-width: 1100px) {
  .shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents {
    width: 47%;
  }
}
@media screen and (max-width: 780px) {
  .shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents {
    width: 100%;
  }
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword_top {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 1100px) {
  .shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword_top {
    margin-bottom: 10px;
  }
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword_top span {
  margin-left: 1em;
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword_top span:first-child {
  margin-left: 0;
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword_top .icon-new {
  color: #E60000;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "futura-pt-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword_top .shopnews-keyword__date {
  color: #A9ACAB;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.2rem;
  font-family: "futura-pt-condensed", sans-serif;
  letter-spacing: 0.6px;
  margin-top: 0;
  margin-bottom: 0px;
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword__title {
  color: #E60000;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 4.2rem;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 30px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 1100px) {
  .shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword__title {
    margin-bottom: 10px;
  }
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword__text .text {
  font-weight: 600;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-top: 2em;
  margin-bottom: 0px;
  letter-spacing: 0.6px;
}
.shopnewsArea.keywordArea .shopnews-keyword .shopnews-keyword__contents .shopnews-keyword__text .text:first-child {
  margin: 0;
}

/* タグ */
.shopnewsArea .tag-container {
  width: 100%;
  margin: 80px auto 0;
}
.shopnewsArea .tag-container .section-title-sub {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 2.3rem;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.shopnewsArea .tag-container .tag-detail ul {
  max-width: 100%;
}
.shopnewsArea .tag-container .tag-detail ul li {
  margin-left: 0px;
  margin-right: 35px;
  padding-right: 0;
}
@media screen and (max-width: 780px) {
  .shopnewsArea .tag-container .tag-detail ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.shopnewsArea .tag-container .tag-detail ul li:not(:last-child)::after {
  display: none;
}
.shopnewsArea .tag-container .tag-detail ul li a {
  transition: all 0.5s;
}
.shopnewsArea .tag-container .tag-detail ul li a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=layout-shopnews.css.map */