/*----------------------------------------
	common
----------------------------------------*/
/*----------------------------------------
	common
----------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	u-animation-fadeIn
----------------------------------------*/
.u-animation-fadeIn {
  opacity: 0;
  transition: 1s;
}
.u-animation-fadeIn.is-active {
  opacity: 1;
}

/*----------------------------------------
	u-animation-fadeUp
----------------------------------------*/
.u-animation-fadeUp {
  opacity: 0;
  translate: 0 1em;
  transition: 1s;
}
.u-animation-fadeUp.is-active {
  opacity: 1;
  translate: 0 0;
}

/*----------------------------------------
	p-onlinelimited
----------------------------------------*/
.p-onlinelimited {
  font-size: 1rem;
  line-height: 1.6;
  color: #4c4948;
  background: #fafafa;
}
.p-onlinelimited img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
	p-onlinelimited-mv
----------------------------------------*/
.p-onlinelimited-mv {
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv {
    margin: 0 0 2rem;
  }
}
.p-onlinelimited-mv__head {
  padding: 4rem 0;
  opacity: 0;
  translate: 0 1em;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv__head {
    padding: 3.2rem 0;
  }
}
.p-onlinelimited-mv__head.is-active {
  opacity: 1;
  translate: 0 0;
}
.p-onlinelimited-mv__head h1 {
  font-size: 6rem;
  font-family: "EB Garamond", serif;
  text-align: center;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv__head h1 {
    font-size: 3.4rem;
  }
}
.p-onlinelimited-mv__head p {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv__head p {
    font-size: 1rem;
  }
}
.p-onlinelimited-mv__main {
  background: #fff;
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv__main {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.p-onlinelimited-mv__main ul {
  display: flex;
  justify-content: center;
  opacity: 0;
  translate: 0 1em;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv__main ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 0;
  }
}
.p-onlinelimited-mv__main ul.is-active {
  opacity: 1;
  translate: 0 0;
}
.p-onlinelimited-mv__main ul li {
  border-left: 1px solid #e3ddd0;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv__main ul li:nth-child(4n) {
    border-right: 1px solid #e3ddd0;
  }
}
.p-onlinelimited-mv__main ul li:nth-child(n+9) {
  display: none;
}
.p-onlinelimited-mv__main ul li:last-child {
  border-right: 1px solid #e3ddd0;
}
.p-onlinelimited-mv__main ul li a {
  position: relative;
  width: 16rem;
  padding: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv__main ul li a {
    width: 100%;
    padding: 0 1rem;
  }
}
.p-onlinelimited-mv__main ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3rem;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #e3ddd0;
  border-bottom: 1px solid #e3ddd0;
  margin: auto;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv__main ul li a:before {
    bottom: -1.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-onlinelimited-mv__main ul li a:hover figure img {
  scale: 1.1;
}
.p-onlinelimited-mv__main ul li a figure {
  margin: 0 0 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.p-onlinelimited-mv__main ul li a figure img {
  transition: 0.4s;
}
.p-onlinelimited-mv__main ul li a p {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  text-align: center;
  letter-spacing: normal;
  margin: 0 -1.6rem;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-mv__main ul li a p {
    font-size: 1rem;
  }
}

/*----------------------------------------
	p-onlinelimited-product
----------------------------------------*/
.p-onlinelimited-product {
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-product {
    padding: 0;
  }
}
.p-onlinelimited-product__container {
  padding: 6rem 0;
  border-top: 1px solid #ded5c3;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-product__container {
    padding: 2rem 0;
  }
}
.p-onlinelimited-product__head {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-product__head {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-product__main {
    padding: 0 1.5rem;
  }
}

/*----------------------------------------
	c-product-title
----------------------------------------*/
.c-product-title.-heart-to-heart .c-product-title__inner {
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .c-product-title.-heart-to-heart .c-product-title__inner {
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .c-product-title.-heart-to-heart .c-product-title__content h2 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-product-title.-oriental-zodiac .c-product-title__inner {
    justify-content: center;
  }
}
.c-product-title.-oriental-zodiac .c-product-title__content {
  color: #fff;
}
.c-product-title.-animal-collection .c-product-title__inner {
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .c-product-title.-animal-collection .c-product-title__inner {
    justify-content: center;
  }
}
.c-product-title.-animal-collection .c-product-title__content {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-product-title.-animal-collection .c-product-title__content h2 {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
  }
}
.c-product-title.-chain .c-product-title__inner {
  display: flex;
  flex-direction: row-reverse;
  background: #d2d8de;
}
@media screen and (max-width: 767px) {
  .c-product-title.-chain .c-product-title__inner {
    justify-content: center;
    padding: 2rem;
  }
}
.c-product-title.-chain .c-product-title__content {
  position: static;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-product-title.-chain .c-product-title__content {
    position: absolute;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-product-title.-chain .c-product-title__content h2 {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
  }
}
.c-product-title.-chain .c-product-title__img {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .c-product-title.-chain .c-product-title__img {
    width: 100%;
  }
}
.c-product-title.-second-pierced .c-product-title__inner {
  display: flex;
  background: #ead4ca;
}
@media screen and (max-width: 767px) {
  .c-product-title.-second-pierced .c-product-title__inner {
    justify-content: center;
    padding: 2rem;
  }
}
.c-product-title.-second-pierced .c-product-title__content {
  position: static;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-product-title.-second-pierced .c-product-title__content {
    position: absolute;
    color: #fff;
  }
}
.c-product-title.-second-pierced .c-product-title__img {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .c-product-title.-second-pierced .c-product-title__img {
    width: 100%;
  }
}
.c-product-title.is-active .c-product-title__content {
  opacity: 1;
  translate: 0 0;
}
.c-product-title.is-active .c-product-title__img img {
  scale: 1;
  filter: blur(0);
}
.c-product-title__inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-product-title__inner {
    align-items: end;
    justify-content: end;
  }
}
.c-product-title__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 8rem;
  z-index: 1;
  opacity: 0;
  translate: 0 1em;
  transition: 1s 0.4s;
}
@media screen and (max-width: 767px) {
  .c-product-title__content {
    padding: 2rem;
  }
}
.c-product-title__content h2 {
  font-size: 4.6rem;
  font-weight: normal;
  font-family: "EB Garamond", serif;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-product-title__content h2 {
    font-size: 2.4rem;
  }
}
.c-product-title__content h2 small {
  display: block;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-product-title__content h2 small {
    font-size: 1.3rem;
  }
}
.c-product-title__content p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
}
@media screen and (max-width: 767px) {
  .c-product-title__content p {
    display: none;
  }
}
.c-product-title__txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-product-title__txt {
    display: block;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.11em;
    text-indent: 0.11em;
    padding: 3rem 1.5rem;
  }
}
.c-product-title__img {
  overflow: hidden;
}
.c-product-title__img img {
  scale: 1.1;
  filter: blur(1em);
  transition: 1s;
}

/*----------------------------------------
	c-product-list
----------------------------------------*/
.c-product-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-product-list.-summer-must-buy .c-product-list__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .c-product-list.-summer-must-buy .c-product-list__item:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .c-product-list.-summer-must-buy .c-product-list__item:nth-child(7) {
    grid-column: 5/7;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .c-product-list.-summer-must-buy .c-product-list__item:nth-child(12) {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
@media screen and (min-width: 768px) {
  .c-product-list.-summer-must-buy .c-product-list__item:nth-child(13) {
    grid-column: 2/3;
    grid-row: 5/6;
  }
}
@media screen and (min-width: 768px) {
  .c-product-list.-summer-must-buy .c-product-list__item:nth-child(18) {
    grid-column: 3/5;
    grid-row: 4/6;
  }
}
.c-product-list.-heart-to-heart .c-product-list__item:nth-child(1) {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-product-list.-heart-to-heart .c-product-list__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .c-product-list.-heart-to-heart .c-product-list__item:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/3;
  }
}
.c-product-list.-oriental-zodiac .c-product-list__item:nth-child(1) {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(1) {
    display: block !important;
    grid-column: 1/3;
    grid-row: 1/3;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/3;
  }
}
.c-product-list.-oriental-zodiac .c-product-list__item:nth-child(3) {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(3) {
    display: none;
  }
}
.c-product-list.-oriental-zodiac .c-product-list__item:nth-child(4) {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(17) {
    grid-column: 3/5;
    grid-row: 4/6;
  }
}
.c-product-list.-oriental-zodiac .c-product-list__item:nth-child(18) {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(18) {
    display: block !important;
    grid-column: 5/7;
    grid-row: 4/6;
    color: #fff;
  }
}
.c-product-list.-oriental-zodiac .c-product-list__item:nth-child(25) {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(25) {
    display: block !important;
    grid-column: 1/3;
    grid-row: 6/8;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(n+12) {
    display: none;
  }
}
.c-product-list.-oriental-zodiac .c-product-list__item.is-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-product-list.-chain .c-product-list__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.c-product-list.-second-pierced .c-product-list__item:nth-child(1) {
  grid-column: 1/3;
}

/*----------------------------------------
	c-product-slide
----------------------------------------*/
.c-product-slide {
  position: relative;
  height: 100%;
}
.c-product-slide__link:hover .c-product-slide__img .swiper {
  scale: 0.9;
}
@media screen and (max-width: 767px) {
  .c-product-slide__link:hover .c-product-slide__img .swiper {
    scale: 1;
  }
}
.c-product-slide__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  letter-spacing: normal;
  padding: 0.8rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-product-slide__content {
    font-size: 0.8rem;
  }
}
.c-product-slide__img .swiper {
  width: 100%;
  transition: 0.4s;
}
.c-product-slide__img .swiper-slide {
  width: 100% !important;
}
.c-product-slide__img .swiper-pagination {
  display: flex;
  gap: 1rem;
  top: 1rem;
  right: 1rem;
  left: auto;
  bottom: auto;
  width: auto;
}
.c-product-slide__img .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #dbdbda;
  margin: 0 !important;
  opacity: 1;
}
.c-product-slide__img .swiper-pagination-bullet-active {
  background: #949291;
}

/*----------------------------------------
	c-product-modal
----------------------------------------*/
.c-product-modal {
  position: relative;
}
.c-product-modal.is-active .c-product-modal__container {
  opacity: 1;
  visibility: visible;
}
.c-product-modal.is-active .c-product-modal__img button > span span:first-child {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-product-modal.is-active .c-product-modal__img button > span span:first-child {
    opacity: 1;
  }
}
.c-product-modal.is-active .c-product-modal__img button > span span:last-child {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-product-modal.is-active .c-product-modal__img button > span span:last-child {
    opacity: 0;
  }
}
.c-product-modal.is-active .c-product-modal__img button i {
  rotate: 135deg;
}
@media screen and (max-width: 767px) {
  .c-product-modal.is-active .c-product-modal__img button i {
    rotate: 0deg;
  }
}
.c-product-modal__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(76, 73, 72, 0.2);
  padding: 1.5rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-product-modal__container {
    position: fixed;
    display: flex;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .c-product-modal__content {
    background: rgba(76, 73, 72, 0.8);
    padding: 2.5rem 1.5rem;
    margin: auto;
  }
}
.c-product-modal__content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-product-modal__content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 0 0 2.5rem;
  }
}
.c-product-modal__content ul li a {
  display: block;
}
.c-product-modal__content ul li a:hover img {
  scale: 0.9;
}
@media screen and (max-width: 767px) {
  .c-product-modal__content ul li a:hover img {
    scale: 1;
  }
}
.c-product-modal__content ul li a img {
  margin: 0 0 0.8rem;
  transition: 0.4s;
}
.c-product-modal__content ul li a span {
  display: block;
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-product-modal__content ul li a span {
    font-size: 0.8rem;
  }
}
.c-product-modal__content button {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-product-modal__content button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 5.6rem;
    height: 2rem;
    background: #fff;
    margin: 0 0 0 auto;
    border-radius: 10rem;
    transition: 0.4s;
  }
}
.c-product-modal__content button:hover {
  background: #4c4948;
}
.c-product-modal__content button:hover span {
  color: #fff;
}
.c-product-modal__content button:hover i:before, .c-product-modal__content button:hover i:after {
  background: #fff;
}
.c-product-modal__content button span {
  display: block;
  font-size: 0.9rem;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: 0.4s;
}
.c-product-modal__content button i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
}
.c-product-modal__content button i:before, .c-product-modal__content button i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #4c4948;
  transition: 0.4s;
}
.c-product-modal__content button i:before {
  rotate: 45deg;
}
.c-product-modal__content button i:after {
  rotate: -45deg;
}
.c-product-modal__img {
  position: relative;
}
.c-product-modal__img button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: 1.5rem;
  bottom: 1.5rem;
  gap: 0.2rem;
  width: 10rem;
  height: 3rem;
  background: #fff;
  padding: 0 1.2rem;
  margin: 0 0 0 auto;
  border-radius: 10rem;
  z-index: 3;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-product-modal__img button {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 5.6rem;
    height: 2rem;
    padding: 0 0.8rem;
    z-index: 0;
  }
}
.c-product-modal__img button:hover {
  background: #4c4948;
}
.c-product-modal__img button:hover span {
  color: #fff;
}
.c-product-modal__img button:hover i:before, .c-product-modal__img button:hover i:after {
  background: #fff;
}
.c-product-modal__img button > span {
  position: relative;
  display: block;
  margin: 0.2em 0 0;
}
@media screen and (max-width: 767px) {
  .c-product-modal__img button > span {
    margin: 0;
  }
}
.c-product-modal__img button > span span {
  display: block;
  font-size: 1.4rem;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-product-modal__img button > span span {
    font-size: 0.9rem;
  }
}
.c-product-modal__img button > span span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-product-modal__img button i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-product-modal__img button i {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-product-modal__img button i:before, .c-product-modal__img button i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #4c4948;
  transition: 0.4s;
}
.c-product-modal__img button i:after {
  rotate: 90deg;
}

/*----------------------------------------
	c-product-button
----------------------------------------*/
.c-product-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-product-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.5rem;
    font-size: 1.4rem;
    font-family: "EB Garamond", serif;
    background: rgba(222, 213, 195, 0.5);
    margin: 2rem 0 0;
  }
}
.c-product-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1px solid #4c4948;
  border-bottom: 1px solid #4c4948;
  margin: auto;
  rotate: 45deg;
}
.c-product-button.is-show:before {
  margin: 1.6rem 0 0;
  rotate: 225deg;
}
.c-product-button.is-show span:first-child {
  display: none;
}
.c-product-button.is-show span:last-child {
  display: block;
}
.c-product-button span:last-child {
  display: none;
}

/*----------------------------------------
	p-onlinelimited-back
----------------------------------------*/
.p-onlinelimited-back {
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-back {
    padding: 0 1.5rem;
  }
}
.p-onlinelimited-back p {
  text-align: center;
  padding: 6rem 0;
  border-top: 1px solid #ded5c3;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-back p {
    padding: 2rem 0;
  }
}
.p-onlinelimited-back p a {
  font-size: 1.6rem;
  font-family: "Helvetica", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-back p a {
    font-size: 1.4rem;
  }
}

/*----------------------------------------
	p-onlinelimited-totop
----------------------------------------*/
.p-onlinelimited-totop {
  position: fixed;
  right: 3.5rem;
  bottom: 3.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-onlinelimited-totop {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-onlinelimited-totop a {
  display: block;
  transition: 0.4s;
}/*# sourceMappingURL=onlinelimited.css.map */

/* PC・スマホ両対応：画像アスペクト比修正 */

/* PC・スマホ両対応：画像アスペクト比修正 */

/* 商品リストアイテム自体にアスペクト比を設定 */
.c-product-list__item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* 大きなセル（2x2）は2倍のアスペクト比 */
@media screen and (min-width: 768px) {
  /* Summer Must Buy */
  .c-product-list.-summer-must-buy .c-product-list__item:nth-child(1),
  .c-product-list.-summer-must-buy .c-product-list__item:nth-child(7),
  .c-product-list.-summer-must-buy .c-product-list__item:nth-child(18) {
    aspect-ratio: 2 / 2; /* 2x2セル */
  }
  
  /* Heart to Heart */
  .c-product-list.-heart-to-heart .c-product-list__item:nth-child(1),
  .c-product-list.-heart-to-heart .c-product-list__item:nth-child(2) {
    aspect-ratio: 2 / 2;
  }
  
  /* Oriental Zodiac */
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(1),
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(2),
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(17),
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(18),
  .c-product-list.-oriental-zodiac .c-product-list__item:nth-child(25) {
    aspect-ratio: 2 / 2;
  }
  
  /* Chain */
  .c-product-list.-chain .c-product-list__item:nth-child(1) {
    aspect-ratio: 2 / 2;
  }
  
  /* Second Pierced */
  .c-product-list.-second-pierced .c-product-list__item:nth-child(1) {
    aspect-ratio: 2 / 1; /* 横長の説明画像 */
  }
}

/* スマホでもSecond Piercedの説明画像は横長を維持 */
.c-product-list.-second-pierced .c-product-list__item:nth-child(1) {
  aspect-ratio: 2 / 1 !important; /* PCとスマホ両方で横長 */
}

/* 商品スライドを親要素いっぱいに */
.c-product-slide {
  height: 100%;
  width: 100%;
}

/* 商品画像コンテナ */
.c-product-slide__img {
  height: 100%;
  width: 100%;
}

/* Swiperコンテナ */
.c-product-slide__img .swiper {
  width: 100%;
  height: 100%;
}

/* 画像自体のobject-fit */
.c-product-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 商品モーダルの画像 */
.c-product-modal__img {
  height: 100%;
  width: 100%;
}

.c-product-modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 商品モーダル内の商品画像リスト */
.c-product-modal__content ul li a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* ===== タイトル画像（img-product+数字）の修正 ===== */

/* 基本設定：img-product+数字画像の高さを固定 */
.c-product-title__img {
  height: 800px !important;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-product-title__img {
    height: 500px !important;
  }
}

/* タイトル画像のリセット（既存CSSを上書き） */
.c-product-title__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  scale: 1 !important;
  filter: none !important;
  transition: 1s;
}

/* Swiperがある場合の対応（Summer Must Buy） */
.c-product-title__img .swiper {
  width: 100% !important;
  height: 100% !important;
}

/* アニメーション時の処理 */
.c-product-title.is-active .c-product-title__img img {
  scale: 1 !important;
  filter: none !important;
}

/* 特別な画像サイズのセクション個別対応 */
.c-product-title.-chain .c-product-title__img,
.c-product-title.-second-pierced .c-product-title__img {
  height: auto !important;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 767px) {
  .c-product-title.-chain .c-product-title__img,
  .c-product-title.-second-pierced .c-product-title__img {
    height: auto !important;
  }
}

/* Second Piercedの1番目アイテム：スマホでも横長を確実に適用 */
@media screen and (max-width: 767px) {
  .c-product-list.-second-pierced .c-product-list__item:nth-child(1) {
    aspect-ratio: 2 / 1 !important;
    grid-column: 1 / 3 !important; /* スマホでも2列分のスペースを確保 */
  }
}

/* Second Piercedセクション全体のスマホレイアウト調整 */
@media screen and (max-width: 767px) {
  .c-product-list.-second-pierced {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Second Piercedの1番目アイテム：スマホでも横長を確実に適用 */
@media screen and (max-width: 767px) {
  .c-product-list.-second-pierced .c-product-list__item:nth-child(1) {
    aspect-ratio: 2 / 1 !important;
    grid-column: 1 / 3 !important; /* スマホでも2列分のスペースを確保 */
  }
}

/* Second Piercedセクション全体のスマホレイアウト調整 */
@media screen and (max-width: 767px) {
  .c-product-list.-second-pierced {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Summer Must Buyセクションのタイトル画像だけサイズ調整 */
.c-product-title.-summer-must-buy .c-product-title__img {
  height: 600px !important; /* 他セクションより小さく */
}

@media screen and (max-width: 767px) {
  .c-product-title.-summer-must-buy .c-product-title__img {
    height: 400px !important; /* スマホも小さく */
  }
}