.div-mv {
  width: 100%;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width:767px) {
  .div-mv {
    margin-bottom: 3rem;
  }
}
.div-mv-item {
  max-width: 64rem;
  margin: 0 1rem;
}
@media only screen and (max-width:767px) {
  .div-mv-item {
    width: 100vw;
    margin: 0;
  }
}
.div-mv .slick-dots {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  left: 0;
  bottom: 0;
}
.div-mv .slick-dots li {
  margin: 0 0.4rem;
}
.div-mv .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-indent: -999rem;
  overflow: hidden;
}
.div-mv .slick-dots li.slick-active button {
  background: #beb296;
}

.section-news {
  padding: 8rem 0;
}
@media only screen and (max-width:767px) {
  .section-news {
    padding: 3rem 0.5rem;
  }
}
.section-news-header-ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Forum";
  letter-spacing: 0.3rem;
  color: #beb296;
  padding-bottom: 3rem;
}
@media only screen and (max-width:767px) {
  .section-news-header-ttl {
    font-size: 4.5rem;
    padding-bottom: 1.5rem;
  }
}
.section-news-btn {
  display: flex;
  justify-content: center;
  padding: 4rem 0 0;
}
@media only screen and (max-width:767px) {
  .section-news-btn {
    padding-top: 2rem;
  }
}
.section-news-btn a {
  width: 12rem;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  font-family: "Forum";
  letter-spacing: 0.3rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-news-inner {
  max-width: 50rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-news-inner .article-news {
  width: calc(50% - 2rem);
  margin: 1rem;
  background: rgba(255, 255, 255, 0.25);
  padding: 1.5rem;
  position: relative;
}
@media only screen and (max-width:767px) {
  .section-news-inner .article-news {
    padding: 1rem;
    margin: 0.5rem;
    width: calc(50% - 1rem);
  }
}
.section-news-inner .article-news > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.section-news-inner .article-news-fig {
  margin-bottom: 1.5rem;
}
.section-news-inner .article-news-ttl {
  padding: 0 0 1.5rem;
  font-weight: 400;
  line-height: 2;
  font-size: 1.2rem;
}
@media only screen and (max-width:767px) {
  .section-news-inner .article-news-ttl {
    padding: 0 0 1rem;
    font-size: 1rem;
  }
}
.section-news-inner .article-news-meta {
  padding: 0 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .section-news-inner .article-news-meta {
    padding: 0 0 1rem;
  }
}
@media only screen and (max-width:767px) {
  .section-news-inner .article-news-cat {
    margin-left: auto;
  }
}
.section-news-inner .article-news-cat a {
  background: #beb296;
  color: #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 1.6rem;
  letter-spacing: 0;
  position: relative;
  z-index: 12;
}
@media only screen and (max-width:767px) {
  .section-news-inner .article-news-cat a {
    width: auto;
    height: 1.4rem;
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }
}
.section-news-inner .article-news-time {
  font-size: 1.3rem;
  font-family: "Forum";
}
@media only screen and (max-width:767px) {
  .section-news-inner .article-news-time {
    font-size: 1.1rem;
    margin-right: auto;
  }
}
.section-webshop {
  padding: 8rem 0;
}
@media only screen and (max-width:767px) {
  .section-webshop {
    padding: 5rem 1.5rem;
  }
}
.section-webshop-header-ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Forum";
  letter-spacing: 0.3rem;
  color: #beb296;
  padding-bottom: 3rem;
}
@media only screen and (max-width:767px) {
  .section-webshop-header-ttl {
    font-size: 4.5rem;
    padding-bottom: 1.5rem;
  }
}
.section-webshop-inner {
  max-width: 38.5rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: "Forum";
  letter-spacing: 0.3rem;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-webshop-inner img {
  margin-bottom: 1rem;
  background: #fff;
}
.section-webshop-inner h3 {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.section-webshop-inner .article-recommended_items {
  width: calc(50% - 2rem);
  margin: 1rem;
  background: rgba(255, 255, 255, 0.25);
  padding: 1.5rem;
  position: relative;
}
@media only screen and (max-width:767px) {
  .section-webshop-inner .article-recommended_items {
    padding: 1rem;
    margin: 0.5rem;
    width: calc(50% - 1rem);
  }
}
.section-webshop-inner .article-recommended_items > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.section-webshop-inner .article-recommended_items-fig {
  margin-bottom: 1.5rem;
}
.section-webshop-inner .article-recommended_items-ttl {
  padding: 0 0 1.5rem;
  font-weight: 400;
  line-height: 2;
  font-size: 1.2rem;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .section-webshop-inner .article-recommended_items-ttl {
    padding: 0 0 1rem;
    font-size: 1rem;
  }
}
.section-webshop-inner .article-recommended_items-price {
  font-size: 1.3rem;
  font-family: "Forum";
  text-align: left;
  display: block;
}
@media only screen and (max-width:767px) {
  .section-webshop-inner .article-recommended_items-price {
    font-size: 1.1rem;
    margin-right: auto;
  }
}
.section-shop {
  padding: 8rem 0 15rem;
}
@media only screen and (max-width:767px) {
  .section-shop {
    padding: 5rem 0;
  }
}
.section-shop-header-ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Forum";
  letter-spacing: 0.3rem;
  color: #beb296;
  padding-bottom: 3rem;
}
@media only screen and (max-width:767px) {
  .section-shop-header-ttl {
    font-size: 4.5rem;
    padding-bottom: 1.5rem;
  }
}
.section-shop-inner {
  max-width: 73rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .section-shop-inner {
    padding: 0 2.5rem;
  }
}
.section-shop-inner dl {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4rem;
}
@media only screen and (max-width:767px) {
  .section-shop-inner dl {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.section-shop-inner dl:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
@media only screen and (max-width:767px) {
  .section-shop-inner dl:nth-of-type(2n+1) {
    flex-direction: column-reverse;
  }
  .section-shop-inner dl:nth-of-type(2n+1) dt {
    margin-left: auto;
    margin-right: 0;
  }
}
.section-shop-inner dl dd {
  width: 40rem;
  position: relative;
}
@media only screen and (max-width:767px) {
  .section-shop-inner dl dd {
    width: 100%;
  }
}
.section-shop-inner dl dd a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-shop-inner dl dt {
  background: rgba(190, 178, 150, 0.5);
  font-size: 1rem;
  padding: 1rem 1.5rem;
  margin: auto 0 2rem;
  position: relative;
}
@media only screen and (max-width:767px) {
  .section-shop-inner dl dt {
    margin-right: auto;
    margin-top: 0;
    padding: 0.5rem 1rem;
  }
}
.section-shop-inner dl dt a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-shop-inner dl dt small {
  display: block;
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: "Forum";
  font-weight: 400;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .section-shop-inner dl dt small {
    font-size: 2rem;
  }
}
.section-collection {
  padding: 15rem 0;
  background: rgba(190, 178, 150, 0.7);
}
@media only screen and (max-width:767px) {
  .section-collection {
    padding: 5rem 0;
  }
}
.section-collection-header-ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Forum";
  color: #fff;
  padding-bottom: 5rem;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .section-collection-header-ttl {
    font-size: 4.5rem;
    padding-bottom: 1.5rem;
  }
}
.section-collection-inner {
  padding-bottom: 5rem;
}
@media only screen and (max-width:767px) {
  .section-collection-inner {
    padding-bottom: 2rem;
  }
}
.section-collection-inner .collection-item {
  width: 15rem;
  margin: 0 0.8rem;
  position: relative;
}
@media only screen and (max-width:767px) {
  .section-collection-inner .collection-item {
    width: 50vw;
    margin: 0;
    padding: 0 0.8rem;
  }
}
.section-collection-inner .collection-item:nth-of-type(2n) {
  margin-top: 3rem;
}
.section-collection-inner .collection-item a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-collection-btn {
  display: flex;
  justify-content: center;
  padding: 4rem 0 0;
}
@media only screen and (max-width:767px) {
  .section-collection-btn {
    padding-top: 2rem;
  }
}
.section-collection-btn a {
  width: 12rem;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  font-family: "Forum";
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.3rem;
}
.section-artwork {
  max-width: 60rem;
  margin: 0 auto;
  padding: 15rem 0;
  position: relative;
  background: rgba(26, 26, 26, 0.5);
}
@media only screen and (max-width:767px) {
  .section-artwork {
    padding: 5rem 0;
    max-width: 90%;
  }
}
.section-artwork-header-ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Forum";
  letter-spacing: 0.3rem;
  color: #beb296;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1em;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .section-artwork-header-ttl {
    font-size: 5rem;
  }
}
.section-artwork-inner {
  padding: 0 1.5rem;
}
.section-artwork-inner ul {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.section-artwork-inner ul li {
  margin: 1.5rem;
}
.section-artwork-inner ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1rem 1.5rem;
  background-size: cover;
  width: 29rem;
  height: 29rem;
  font-size: 1rem;
}
@media only screen and (max-width:767px) {
  .section-artwork-inner ul li a {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.section-artwork-inner ul li a small {
  font-family: "Forum";
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}
.section-artwork-inner ul li:nth-of-type(2) a {
  margin-left: auto;
  align-items: flex-end;
  text-align: right;
}
.section-designer {
  max-width: 73rem;
  margin: 0 auto;
  padding: 15rem 0;
  position: relative;
}
@media only screen and (max-width:767px) {
  .section-designer {
    padding: 5rem 0;
  }
}
.section-designer-header-ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Forum";
  color: #beb296;
  padding-bottom: 5rem;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .section-designer-header-ttl {
    font-size: 4.5rem;
    padding-bottom: 1.5rem;
  }
}
.section-designer-fig {
  width: 36rem;
  flex-shrink: 0;
}
@media only screen and (max-width:767px) {
  .section-designer-fig {
    width: 90%;
    margin: 0 auto 1.5rem;
  }
}
.section-designer-name {
  font-size: 1.2rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width:767px) {
  .section-designer-name {
    padding-bottom: 1.5rem;
  }
}
.section-designer-name small {
  font-size: 4rem;
  font-family: "Forum";
  letter-spacing: 0.6rem;
  margin-right: 1rem;
}
.section-designer-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .section-designer-inner {
    flex-direction: column;
  }
}
.section-designer-inner-wrap {
  margin-left: -5rem;
}
@media only screen and (max-width:767px) {
  .section-designer-inner-wrap {
    margin: 0;
    padding: 1rem 3rem;
  }
}
.section-designer-inner-wrap p {
  padding-left: 3rem;
  font-size: 1.2rem;
  line-height: 2.5;
  padding-right: 10rem;
}
@media only screen and (max-width:767px) {
  .section-designer-inner-wrap p {
    padding: 1rem 0;
  }
}
.section-designer-btn {
  display: flex;
  justify-content: center;
  padding: 4rem 0 0;
}
@media only screen and (max-width:767px) {
  .section-designer-btn {
    padding-top: 2rem;
  }
}
.section-designer-btn a {
  width: 12rem;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  font-family: "Forum";
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.3rem;
}

/*# sourceMappingURL=top.css.map */
