@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 10px;
}
.l-container {
  width: 100%;
}

.l-container #feature {
  position: relative;
  display: flex;
  width: 100%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-container #feature * {
  color: inherit;
  font-kerning: normal;
  box-sizing: border-box;
  margin: 0;
}
.l-container #feature *::after {
  box-sizing: border-box;
}
.l-container #feature *::before {
  box-sizing: border-box;
}
.l-container #feature a {
  display: block;
  text-decoration: none;
  position: relative;
}
.l-container #feature figure,
.l-container #feature picture,
.l-container #feature img,
.l-container #feature video,
.l-container #feature a {
  display: block;
  width: 100%;
}
.l-container #feature img {
  height: 100%;
}
.l-container #feature .product-image {
  position: relative;
}
.l-container #feature .product-image a::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: opacity 0.3s;
  z-index: 10;
}
.l-container #feature .product-image a:hover::after {
  opacity: 1;
}
.l-container #feature .sidebar {
  position: relative;
  width: 50%;
}
.l-container #feature .sidebar.left .sidebar__inner-wrapper {
  position: sticky;
  display: flex;
  width: 100%;
  top: 80px;
  align-items: center;
  justify-content: center;
  background-color: #ebdede;
}
.l-container #feature .sidebar.right .sidebar__inner-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.l-container #feature .sidebar.right .content {
  width: 100%;
  max-width: 100%;
}
.l-container #feature .max-width-wrapper {
  width: 52.5rem;
}
.l-container #feature .credits-container {
  position: absolute;
  z-index: 50;
}
.l-container #feature .credits-container .credit {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.75rem;
  row-gap: 0.175rem;
}
.l-container #feature .credits-container .item {
  display: flex;
  transition: all 0.3s;
}
.l-container #feature .credits-container .item:hover {
  opacity: 0.5;
}
.l-container #feature .credits-container li {
  width: max-content;
}
.l-container #feature .credits-container li .link {
  display: flex;
  position: relative;
  font-size: 1.68rem;
  font-family: "lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-style: normal;
}
.l-container #feature .credits-container li .price {
  margin-left: 0.35rem;
}
.l-container #feature .credits-container.credit1 {
  width: 16.8rem;
  left: 2.8rem;
  top: 174.65rem;
}
.l-container #feature .credits-container.credit1 * {
  color: #cc8592;
}
.l-container #feature .credits-container.credit2 {
  width: 16.8rem;
  top: 74.375rem;
  right: 2.8rem;
}
.l-container #feature .credits-container.credit2 .credit {
  justify-content: flex-end;
}
.l-container #feature .credits-container.credit2 * {
  color: #efc36c;
}
.l-container #feature .credits-container.credit3 {
  width: 16.8rem;
  right: 2.625rem;
  bottom: 12.425rem;
}
.l-container #feature .credits-container.credit3 .credit {
  justify-content: flex-end;
}
.l-container #feature .credits-container.credit3 * {
  color: #746599;
}
.l-container #feature .credits-container.credit4 {
  left: 50%;
  transform: translateX(-50%);
  top: 122.85rem;
}
.l-container #feature .credits-container.credit4 .credit {
  justify-content: center;
}
.l-container #feature .credits-container.credit4 * {
  color: #826360;
}
.l-container #feature .credits-container.credit5 {
  top: 162.05rem;
  left: 2.8rem;
}
.l-container #feature .credits-container.credit5 * {
  color: #70697e;
}
.l-container #feature .credits-container.credit6 {
  top: 233.1rem;
  left: 7rem;
}
.l-container #feature .credits-container.credit6 * {
  color: #70697e;
}
.l-container #feature .credits-container.credit7 {
  top: 44.8rem;
  right: 3.5rem;
}
.l-container #feature .credits-container.credit7 * {
  color: #cc8592;
}
.l-container #feature .credits-container.credit7 .credit {
  justify-content: flex-end;
}
.l-container #feature .credits-container.credit7 .credit .link {
  display: block;
  text-align: right;
}
.l-container #feature .credits-container.credit7 .credit .text {
  display: block;
}
.l-container #feature .credits-container.credit8 {
  width: 14rem;
  top: 56rem;
  left: 35rem;
}
.l-container #feature .credits-container.credit8 * {
  color: #cc8592;
}
.l-container #feature .credits-container.credit9 {
  width: 14rem;
  top: 107.45rem;
  left: 14rem;
}
.l-container #feature .credits-container.credit9 * {
  color: #cc8592;
}
.l-container #feature .container {
  position: relative;
}
.l-container #feature .pink-area {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ebdede;
}
.l-container #feature .beige-area {
  position: relative;
  background-color: #efedea;
  display: flex;
  justify-content: center;
  width: 100%;
}
.l-container #feature .container-text {
  position: absolute;
  pointer-events: none;
  z-index: 50;
}
.l-container #feature .container-text.pink {
  width: 16.975rem;
  right: 2.625rem;
  top: 65.1rem;
}
.l-container #feature .container-text.yellow {
  width: 21rem;
  left: 2.8rem;
  top: 55.3rem;
}
.l-container #feature .container-text.navy {
  width: 17.5rem;
  left: 2.8rem;
  bottom: 12.25rem;
}
.l-container #feature .container-text.softandcomfy {
  width: 3.885rem;
  top: 11.2rem;
  right: 11.55rem;
}
.l-container #feature .container-text.cream {
  width: 21.7rem;
  left: 5.6rem;
  bottom: 10.5rem;
}
.l-container #feature .container-text.momentsofcalm {
  width: 16.8rem;
  top: 80.15rem;
  left: 50%;
  transform: translateX(-50%);
}
.l-container #feature .container-text.gelatopique {
  width: 19.6rem;
  right: 4.9rem;
  bottom: 8.4rem;
}
.l-container #feature .container-text.specialgoods {
  width: 15.4rem;
  left: 5.6rem;
  top: 16.8rem;
}
.l-container #feature .swiper-container {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}
.l-container #feature .swiper-wrapper {
  max-width: 100%;
}
.l-container #feature .swiper-pagination {
  position: absolute;
  width: auto;
  display: flex;
  justify-content: flex-end;
  gap: 0.84rem;
  bottom: 0.84rem;
  right: 0.84rem;
}
.l-container #feature .swiper-pagination .swiper-pagination-bullet,
.l-container #feature .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.84rem;
  height: 0.84rem;
  border: 1px solid #fff;
  opacity: 1;
}
.l-container #feature .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
}
.l-container #feature .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.l-container #feature .mv {
  padding-bottom: 12.6rem;
}
.l-container #feature .mv__image.bottom {
  width: 31.5rem;
  margin: 0 auto;
}
.l-container #feature .mv__descriptions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 7.525rem;
  padding-bottom: 7.525rem;
  gap: 2.625rem;
}
.l-container #feature .mv__descriptions__description {
  font-size: 1.61rem;
  color: #cc8592;
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 2;
}
.l-container #feature .container1 {
  padding-bottom: 19.775rem;
}
.l-container #feature .container1-1 {
  width: 46.2rem;
  margin: 0 auto;
}
.l-container #feature .container1-2-3 {
  width: 33.6rem;
  margin: 0 auto;
  margin-top: 7rem;
}
.l-container #feature .container1-4-6 {
  margin-top: 7rem;
}
.l-container #feature .container1-4-6 .swiper-slide {
  width: 38.85rem;
  margin-right: 2.8rem;
}
.l-container #feature .container2 {
  padding-bottom: 12.6rem;
}
.l-container #feature .container2__decoration1 {
  position: absolute;
  width: 42rem;
  top: 0;
  right: 0;
}
.l-container #feature .container2__decoration2 {
  position: absolute;
  width: 26.46rem;
  bottom: 36.82rem;
  left: 0;
}
.l-container #feature .container2-1-2 {
  position: relative;
  padding-top: 3.5rem;
}
.l-container #feature .container2-1-2 .swiper-container {
  width: 42rem;
  margin-left: auto;
  margin-right: 3.5rem;
}
.l-container #feature .container2-3 {
  width: 31.5rem;
  margin-left: auto;
  margin-top: 24.5rem;
}
.l-container #feature .container3 {
  padding-bottom: 19.6rem;
}
.l-container #feature .container3-1 {
  width: 42rem;
  margin: 0 auto;
}
.l-container #feature .container3-1 a::after {
  -webkit-mask-image: url("../images/3-1.png");
  mask-image: url("../images/3-1.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.l-container #feature .container3-2-3 {
  margin-top: 7rem;
}
.l-container #feature .container4 {
  position: relative;
  padding-top: 12.6rem;
  padding-bottom: 16.8rem;
}
.l-container #feature .container4::before, .l-container #feature .container4::after {
  content: "";
  position: absolute;
  background-color: #826360;
  width: 0.28rem;
  height: 100%;
  top: 0;
}
.l-container #feature .container4::before {
  left: 0.7rem;
}
.l-container #feature .container4::after {
  right: 0.7rem;
}
.l-container #feature .container4-1-2 .swiper-slide {
  width: 39.48rem;
  margin-right: 2.8rem;
}
.l-container #feature .container4__decoration1 {
  position: absolute;
  width: 31.5rem;
  bottom: 13.44rem;
  left: 10.5rem;
}
.l-container #feature .container4-3 {
  width: 31.5rem;
  margin-left: 14rem;
  margin-top: 7rem;
}
.l-container #feature .container4-3 a::after {
  -webkit-mask-image: url("../images/4-3.png");
  mask-image: url("../images/4-3.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.l-container #feature .container5 {
  padding-top: 11.725rem;
  padding-bottom: 17.15rem;
}
.l-container #feature .container5::before, .l-container #feature .container5::after {
  content: "";
  position: absolute;
  background-color: #70697e;
  width: 0.28rem;
  height: 100%;
  top: 0;
}
.l-container #feature .container5::before {
  left: 0.7rem;
}
.l-container #feature .container5::after {
  right: 0.7rem;
}
.l-container #feature .container5-1 {
  width: 46.2rem;
  margin: 0 auto;
}
.l-container #feature .container5-2 {
  position: relative;
  width: 44.1rem;
  margin-top: 27.65rem;
  z-index: 10;
}
.l-container #feature .container5__decoration1 {
  position: absolute;
  width: 33.6rem;
  bottom: 50.4rem;
  right: 0;
  z-index: 1;
}
.l-container #feature .container5-3 {
  width: 30.24rem;
  margin-top: 30.625rem;
  margin-left: 7rem;
}
.l-container #feature .container6 {
  padding-top: 12.6rem;
  padding-bottom: 19.775rem;
}
.l-container #feature .container6-1 {
  position: relative;
  width: 22.26rem;
  margin-left: auto;
  margin-right: 3.5rem;
  z-index: 5;
}
.l-container #feature .container6-2 {
  position: relative;
  width: 30.03rem;
  margin-top: -11.55rem;
  margin-left: 2.45rem;
  z-index: 2;
}
.l-container #feature .container6-2 a::after {
  -webkit-mask-image: url("../images/6-2.png");
  mask-image: url("../images/6-2.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.l-container #feature .container6-3 {
  position: relative;
  width: 31.5rem;
  margin-top: -7rem;
  margin-left: 14rem;
  z-index: 1;
}
.l-container #feature .view-all-items {
  width: 35rem;
  margin: 0 auto;
  padding-bottom: 12.6rem;
}
.l-container #feature .view-all-items a::after {
  -webkit-mask-image: url("../images/view-all-items.png");
  mask-image: url("../images/view-all-items.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.l-container #feature [data-animation=text] {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.l-container #feature [data-animation=text].softandcomfy {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.l-container #feature [data-animation=text].active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-container #feature [data-animation=mv],
.l-container #feature [data-animation=blur] {
  opacity: 0;
  filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
.l-container #feature [data-animation=mv].active,
.l-container #feature [data-animation=blur].active {
  opacity: 1;
  filter: blur(0rem);
  -webkit-backdrop-filter: blur(0rem);
  backdrop-filter: blur(0rem);
  transition: all 0.8s ease;
}

.pc-footer {
  position: relative;
  background-color: #fff;
  margin: 0;
  z-index: 10;
}

.area-header {
  max-width: 100%;
}

.breadcrumbs {
  max-width: 100%;
}

#feature-snslist {
  overflow: hidden;
}

.feature-snslist {
  overflow: hidden;
}

.l-footer,
.pc-footer {
  overflow: hidden;
  padding: 0;
}

.pc-footer {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
  overflow: hidden;
}

.pc-footer-top {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}