@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
/* ************************
content
************************ */
#shopnews .tabbox .tablist {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .tablist {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#shopnews .tabbox .tablist-item {
  width: calc((100% - (0.15rem * 4)) / 5);
  margin-right: 0.15rem;
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .tablist-item {
    width: calc((100% - (0rem * 3)) / 4);
    height: 0.45rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .tablist-item a, #shopnews .tabbox .tablist-item span {
    text-align: center;
    font-size: 0.11rem;
    line-height: 1.3636;
  }
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .tablist-item.active {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0.24rem;
  }
}
#shopnews .tabbox .tablist-item.active span:after {
  content: "";
  display: block;
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .tablist-item.active span br {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .date #shopnews .tabbox .tablist-item:first-of-type {
    width: 100%;
  }
}
#shopnews .tabbox .tablist-item:last-of-type {
  margin-right: 0;
}
#shopnews .tabbox .monthbox {
  width: 2.6rem;
  position: absolute;
  bottom: -0.9rem;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .monthbox {
    width: 1.95rem;
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-top: 0.2rem;
  }
}
#shopnews .tabbox .monthbox .tabmonth {
  background-color: rgba(241, 240, 236, 0.75);
  position: relative;
}
#shopnews .tabbox .monthbox .tabmonth .title {
  margin-top: 0;
  font-size: 0.15rem;
  color: #555;
  width: 2.6rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.04rem 0.16rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .monthbox .tabmonth .title {
    font-size: 0.11rem;
    width: 1.95rem;
    height: 0.3rem;
  }
}
#shopnews .tabbox .monthbox .tabmonth .title:before, #shopnews .tabbox .monthbox .tabmonth .title:after {
  content: "";
  display: block;
  position: absolute;
}
#shopnews .tabbox .monthbox .tabmonth .title:before {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #a9894b;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .monthbox .tabmonth .title:before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#shopnews .tabbox .monthbox .tabmonth .title:after {
  width: 0.07rem;
  height: 0.07rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: calc((100% - 0.07rem) / 2);
  right: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .monthbox .tabmonth .title:after {
    top: calc((100% - 0.09rem) / 2);
    right: 0.12rem;
  }
}
#shopnews .tabbox .monthbox .tabmonth-list {
  display: none;
  position: absolute;
  top: 0.4rem;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .monthbox .tabmonth-list {
    top: 0.3rem;
  }
}
#shopnews .tabbox .monthbox .tabmonth-list li {
  margin-top: 0.01rem;
}
#shopnews .tabbox .monthbox .tabmonth-list li a {
  display: block;
  font-size: 0.15rem;
  width: 2.6rem;
  height: 0.4rem;
  background-color: rgba(241, 240, 236, 0.75);
  line-height: inherit;
  padding: 0.04rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #shopnews .tabbox .monthbox .tabmonth-list li a {
    width: 1.95rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.16rem;
    font-size: 0.11rem;
  }
}
@media screen and (max-width: 767.98px) {
  .date #shopnews .tabbox .monthbox {
    position: absolute;
    bottom: -0.5rem;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #shopnews .snlist {
    margin-top: 0.36rem;
  }
}
@media screen and (max-width: 767.98px) {
  .date #shopnews .snlist {
    margin-top: 0.22rem;
  }
}
#shopnews .snlist-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snlist-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#shopnews .snlist-block-name {
  width: 100%;
  margin-top: 0;
  padding: 0.5rem 0;
  font-size: 0.3rem;
  font-weight: 500;
  color: #684b38;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snlist-block-name {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .date #shopnews .snlist-block-name {
    display: block;
    padding-top: 0;
    padding-bottom: 0.36rem;
    line-height: 1.2;
    font-size: 0.2rem;
  }
}
#shopnews .snbox {
  width: calc((100% - (0.4rem * 3)) / 4);
  margin-right: 0.4rem;
  margin-top: 0.4rem;
  padding: 0.05rem;
  background-color: #fff;
  border-radius: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.2rem 0.1rem;
    border-radius: 0;
    border-bottom: 1px solid rgba(163, 138, 119, 0.4);
  }
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox .sn-ph {
    width: 1.5rem;
  }
}
#shopnews .snbox .sn-ph figure {
  overflow: hidden;
  position: relative;
}
#shopnews .snbox .sn-ph figure img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#shopnews .snbox .sn-ph figure img:first-of-type {
  position: relative;
  z-index: 2;
}
#shopnews .snbox .sn-ph figure img:nth-of-type(2) {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#shopnews .snbox .sn-info {
  padding: 0.2rem 0.16rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox .sn-info {
    width: calc(100% - 1.5rem);
    padding: 0;
    padding-left: 0.2rem;
  }
}
#shopnews .snbox .sn-info-name {
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox .sn-info-name {
    font-size: 0.13rem;
  }
}
#shopnews .snbox .sn-info-txt {
  font-size: 0.15rem;
  line-height: 1.7333;
  margin-top: 0.08rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox .sn-info-txt {
    font-size: 0.11rem;
    line-height: 1.6364;
  }
}
#shopnews .snbox .sn-info-date {
  font-size: 0.13rem;
  color: #a9894b;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox .sn-info-date {
    font-size: 0.1rem;
    display: block;
    padding-top: 0.04rem;
  }
}
#shopnews .snbox:nth-of-type(4n) {
  margin-right: 0;
}
#shopnews .snbox:nth-of-type(-n+4) {
  margin-top: 0;
}
#shopnews .snbox.icon-new {
  position: relative;
}
#shopnews .snbox.icon-new:before {
  content: "NEW";
  display: block;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 2rem;
  background-color: #ff958b;
  color: #fff;
  font-size: 0.17rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -0.28rem;
  left: -0.2rem;
  z-index: 4;
}
@media screen and (max-width: 767.98px) {
  #shopnews .snbox.icon-new:before {
    width: 0.38rem;
    height: 0.38rem;
    font-size: 0.1rem;
    top: 0.04rem;
    left: -0.08rem;
    line-height: 0.1;
    padding-top: 0.02rem;
  }
}
#shopnews .btnbox {
  padding-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #shopnews .btnbox {
    padding-top: 0.25rem;
  }
}
.mouse #shopnews .btnbox .btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.shopnews-detail#postdetail {
  width: 9.2rem;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail#postdetail {
    width: 100%;
  }
}
.shopnews-detail #posthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #000;
  padding-bottom: 0.24rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #posthead {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.3rem;
  }
}
.shopnews-detail #posthead .shopnews-titlebox {
  width: calc(100% - 2.5rem - 0.3rem);
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #posthead .shopnews-titlebox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border-bottom: 1px solid #000;
    padding-bottom: 0.12rem;
  }
}
.shopnews-detail #posthead .shopnews-titlebox .postttl {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.6154;
  margin-top: 0.04rem;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #posthead .shopnews-titlebox .postttl {
    font-size: 0.18rem;
  }
}
.shopnews-detail #posthead .shopnews-date {
  display: block;
  font-size: 0.13rem;
  color: rgba(163, 138, 119, 0.8);
  margin-top: 0.04rem;
}
.shopnews-detail #posthead .shopnews-shopinfo {
  width: 2.5rem;
  background-color: rgba(246, 243, 241, 0.5);
  border-radius: 0.08rem;
  padding: 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #posthead .shopnews-shopinfo {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.04rem;
    padding: 0.1rem;
    margin-bottom: 0.2rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.shopnews-detail #posthead .shopnews-shopinfo-logo {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.06rem;
  background-color: #fff;
  padding: 0.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #posthead .shopnews-shopinfo-logo {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.03rem;
    padding: 0.05rem;
  }
}
.shopnews-detail #posthead .shopnews-shopinfo-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shopnews-detail #posthead .shopnews-shopinfo-txt {
  width: calc(100% - 0.9rem);
  padding-left: 0.14rem;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #posthead .shopnews-shopinfo-txt {
    width: calc(100% - 0.6rem);
  }
}
.shopnews-detail #posthead .shopnews-shopinfo-floor {
  font-size: 0.14rem;
  font-weight: 500;
  padding-left: 0.24rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #posthead .shopnews-shopinfo-floor {
    font-size: 0.11rem;
    padding-left: 0.2rem;
  }
}
.shopnews-detail #posthead .shopnews-shopinfo-floor:before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.15rem;
  background: transparent url(../img/icon_floor.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 0.15rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #posthead .shopnews-shopinfo-floor:before {
    width: 0.12rem;
    height: 0.11rem;
    top: calc((100% - 0.09rem) / 2);
  }
}
.shopnews-detail #posthead .shopnews-shopinfo-name {
  margin-top: 0.04rem;
  font-size: 0.13rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #posthead .shopnews-shopinfo-name {
    margin-top: 0;
    font-size: 0.11rem;
  }
}
.shopnews-detail #postmain .detail .mainvisu {
  width: 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .shopnews-detail #postmain .detail .mainvisu {
    width: 100%;
  }
}
.shopnews-detail #postmain .detail .mainvisu img {
  height: 100%;
  max-height: 7rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.sn-listlink {
  border-top: 1px solid rgba(163, 138, 119, 0.4);
}
.sn-listlink p {
  margin-top: 0;
}
.sn-listlink .post-pagenavi {
  width: 9.2rem;
  padding: 0.8rem 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0.15rem 0.6rem 0.48rem;
  }
}
.sn-listlink .post-pagenavi .prev, .sn-listlink .post-pagenavi .next {
  width: auto;
  min-width: 1.15rem;
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .prev, .sn-listlink .post-pagenavi .next {
    width: 50%;
    height: auto;
    padding: 0.12rem 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 0.12rem;
  }
}
.sn-listlink .post-pagenavi .prev:before, .sn-listlink .post-pagenavi .next:before {
  content: none;
}
.sn-listlink .post-pagenavi .prev a, .sn-listlink .post-pagenavi .next a {
  position: relative;
}
.sn-listlink .post-pagenavi .prev a:before, .sn-listlink .post-pagenavi .next a:before {
  content: "";
  display: block;
  width: 0.29rem;
  height: 0.05rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: calc((100% - 0.08rem) / 2);
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .prev a:before, .sn-listlink .post-pagenavi .next a:before {
    width: 0.22rem;
    height: 0.04rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .prev {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: 1px solid rgba(163, 138, 119, 0.4);
  }
}
.sn-listlink .post-pagenavi .prev a {
  padding-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .prev a {
    padding-left: 0.28rem;
  }
}
.sn-listlink .post-pagenavi .prev a:before {
  left: 0;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}
.mouse .sn-listlink .post-pagenavi .prev a:hover:before {
  left: -0.04rem;
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sn-listlink .post-pagenavi .next a {
  padding-right: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .next a {
    padding-right: 0.28rem;
  }
}
.sn-listlink .post-pagenavi .next a:before {
  right: 0;
  left: auto;
  -webkit-transform: scale(-1, 1) skew(-45deg);
          transform: scale(-1, 1) skew(-45deg);
}
.mouse .sn-listlink .post-pagenavi .next a:hover:before {
  right: -0.04rem;
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .list {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0.36rem;
  }
}
.sn-listlink .post-pagenavi .list a {
  padding-left: 0.6rem;
  font-size: 0.15rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .list a {
    font-size: 0.11rem;
    padding-left: 0.44rem;
  }
}
.sn-listlink .post-pagenavi .list a:before, .sn-listlink .post-pagenavi .list a:after {
  content: "";
  display: block;
  position: absolute;
}
.sn-listlink .post-pagenavi .list a:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 34%, 50% 34%, 50% 66%, 100% 66%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 34%, 50% 34%, 50% 66%, 100% 66%, 100% 100%, 0 100%);
  width: 0.3rem;
  height: 0.3rem;
  background: transparent url(../img/icon_list.svg) no-repeat scroll center center/contain;
  left: 0;
  top: calc((100% - 0.3rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .list a:before {
    width: 0.22rem;
    height: 0.22rem;
    top: calc((100% - 0.24rem) / 2);
  }
}
.sn-listlink .post-pagenavi .list a:after {
  width: 0.3rem;
  height: 0.05rem;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  top: calc(50% - 0.03rem);
  left: 0.22rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .sn-listlink .post-pagenavi .list a:after {
    width: 0.22rem;
    height: 0.04rem;
    top: calc(50% - 0.03rem);
    left: 0.16rem;
  }
}
.mouse .sn-listlink .post-pagenavi .list a:hover:after {
  left: 0.18rem;
}