/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.-sticky_wrap .-sticky_txt {
  display: inline-block;
  position: sticky;
  top: 0;
  left: 0;
  margin-left: 1rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 0.8;
  color: #edf3f5;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 640px) {
  .-sticky_wrap .-sticky_txt {
    display: none;
  }
}
.-sticky_wrap .-sticky_detail {
  position: relative;
  margin-top: -1.1rem;
}
@media screen and (max-width: 640px) {
  .-sticky_wrap .-sticky_detail {
    margin-top: 0;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.-ss_container {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .-ss_container {
    margin-bottom: 0.64rem;
  }
}

@media screen and (max-width: 640px) {
  .-content_header {
    padding-inline: 0.4rem;
  }
}
.-content_header .concept_read {
  position: relative;
  z-index: 1;
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  line-height: 2.14;
  text-align: center;
  margin-top: 0.24rem;
  margin-bottom: 0.83rem;
}
@media screen and (max-width: 640px) {
  .-content_header .concept_read {
    color: #3D3D3D;
    font-size: 0.14rem;
    text-align: left;
    margin-top: 0.08rem;
    margin-bottom: 0.48rem;
    font-size: 0.14rem;
  }
}

.-sticky_wrap {
  padding-top: 0.36rem;
}
@media screen and (max-width: 640px) {
  .-sticky_wrap {
    padding-top: 0;
  }
}
.-sticky_wrap .-sticky_txt {
  color: #dfd1ae;
  opacity: 0.26;
  z-index: 10;
  padding-left: 0.41rem;
  height: 4.63rem;
}
.-sticky_wrap .-sticky_detail {
  margin-top: -4.63rem;
}
.-sticky_wrap .-sticky_detail .good_deal {
  padding-top: 0.36rem;
  background-color: #FEFBF5;
}
.-sticky_wrap .txt_wrap {
  margin-top: 0.24rem;
  width: calc(100% - 0.88rem);
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .-sticky_wrap .txt_wrap {
    width: calc(100% - 0.16rem);
  }
}
.-sticky_wrap .txt_wrap .tag {
  font-family: "yu-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2rem;
  line-height: 1.96;
  color: #452A00;
  margin-top: 0.24rem;
  margin-bottom: 0.08rem;
}
.-sticky_wrap .txt_wrap .tag::before {
  content: "#";
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.05rem;
  line-height: 0.1em;
  color: #4a4a4a;
}
.-sticky_wrap .txt_wrap .-sticky_note {
  font-size: 0.14rem;
  line-height: 1.84;
  letter-spacing: 0.08em;
  color: #525252;
}
@media screen and (max-width: 640px) {
  .-sticky_wrap .txt_wrap .-sticky_note {
    line-height: 1.6;
  }
}
.-sticky_wrap .txt_wrap .link {
  padding-top: 0.16rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  .-sticky_wrap .txt_wrap .link {
    text-align: center;
    padding-top: 0.32rem;
    padding-bottom: 0.41rem;
  }
}

.mv_wrap {
  position: relative;
  left: 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .mv_wrap {
    padding-inline: 0.16rem;
  }
}
.mv_wrap .-cont_tit {
  position: absolute;
  bottom: 0.3rem;
  left: 0.4rem;
}
.mv_wrap .-cont_tit .title,
.mv_wrap .-cont_tit .-sub_txt {
  color: #fff;
}
.-index .mv_wrap {
  margin-right: calc(50% - 5.8rem + 1.32rem);
}
.no-touchevents .mv_wrap .-wrap_link:hover ~ .txt_wrap .-btn01:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.no-touchevents .mv_wrap .-wrap_link:hover ~ .txt_wrap .-btn01 span {
  color: #fff;
}
.no-touchevents .mv_wrap .-wrap_link:hover ~ .txt_wrap .-btn01 span::before {
  background-color: #fff;
}
.no-touchevents .mv_wrap .-wrap_link:hover ~ .txt_wrap .-btn01 span::after {
  background-color: #452A00;
}

.special_gallery {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 1.2rem;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .special_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.64rem;
    margin-top: 0.8rem;
    padding-inline: 0.24rem;
    padding-bottom: 0;
  }
}
.special_gallery .bg_deco01 {
  top: 5.86rem;
  right: -88%;
  width: 8.76rem;
  height: 8.76rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .special_gallery .bg_deco01 {
    display: none;
  }
}
.special_gallery .item_inner {
  position: relative;
}
.special_gallery .item_inner .item_title {
  font-family: "yu-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2rem;
  line-height: 1.96;
  letter-spacing: 0.1em;
  color: #452A00;
  margin-top: 0.26rem;
  margin-bottom: 0.07rem;
}
@media screen and (max-width: 640px) {
  .special_gallery .item_inner .item_title {
    font-size: 0.16rem;
    letter-spacing: 0.08em;
    margin-top: 0.24rem;
    margin-bottom: 0.08rem;
  }
}
.special_gallery .item_inner .item_title::before {
  content: "#";
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.3rem;
  padding-right: 0.05rem;
  color: #4a4a4a;
}
@media screen and (max-width: 640px) {
  .special_gallery .item_inner .item_title::before {
    font-size: 0.22rem;
    padding-right: 0.04rem;
  }
}
.special_gallery .item_inner .item_note {
  font-size: 0.14rem;
  letter-spacing: 0.07em;
  line-height: 1.84;
  color: #525252;
}
@media screen and (max-width: 640px) {
  .special_gallery .item_inner .item_note {
    line-height: 1.6;
  }
}
.no-touchevents .special_gallery .item_inner .-wrap_link:hover ~ .txt_wrap .-btn01:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.no-touchevents .special_gallery .item_inner .-wrap_link:hover ~ .txt_wrap .-btn01 span {
  color: #fff;
}
.no-touchevents .special_gallery .item_inner .-wrap_link:hover ~ .txt_wrap .-btn01 span::before {
  background-color: #fff;
}
.no-touchevents .special_gallery .item_inner .-wrap_link:hover ~ .txt_wrap .-btn01 span::after {
  background-color: #452A00;
}
.special_gallery .item_inner .link {
  margin-top: 0.24rem;
}
@media screen and (max-width: 640px) {
  .special_gallery .item_inner .link {
    text-align: center;
    margin-top: 0.32rem;
  }
}
.special_gallery .item_inner .link span {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 641px) {
  .special_gallery .item_inner .link span {
    color: #1f1f1f;
  }
}
/*# sourceMappingURL=special.css.map */