@charset "UTF-8";

/* ===========================================
  BASE
=========================================== */
html,
body {
  color: #666;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.a-font-en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.l-main{
  overflow: hidden;
}

/* ===========================================
  FV
=========================================== */
.p-fv {
  background-color: #F6F1F2;
}

.p-fv__img {
  display: block;
  width: 100%;
  position: relative;
}

.p-fv__img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background: linear-gradient(to bottom, transparent 15%, rgba(251, 245, 244, 0.9) 100%);
  pointer-events: none;
  z-index: 1;
}

.p-fv__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* ===========================================
  INTRO
=========================================== */
.p-intro {
  padding-block: 60px 220px;

background: linear-gradient(rgba(248, 242, 244) 0%, #ffffff 100%);

}

.p-intro__inner {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
}

.p-intro__menu {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-block-end: 120px;
}

.p-intro__menu-item {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-intro__menu-item:hover {
    opacity: 0.6;
  }
}

.p-intro__lead {
  font-size: 18px;
  color: #666666;
  line-height: 1.7;
  margin-block-end: 80px;
  letter-spacing: 0.04em;
}

.p-intro__body {
  font-size: 14px;
  color: #666666;
  line-height: 1.9;
}

/* ===========================================
  NEW
=========================================== */
.p-new {
  background: linear-gradient(180deg, #F0E6E4 0%, #ffffff 50%);
  overflow: hidden;
  position: relative;
}

.p-new__flat-img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.p-new__flat-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.p-new__inner-sp{
  background: linear-gradient(#f8f1ef 0%, #fff 72%);
}

.p-new__inner {
  max-width: 960px;
  margin-inline: auto;
  padding: 60px 20px;
  text-align: center;
}

.p-new__title {
  font-size: 32px;
  color: #666666;
  letter-spacing: 0.05em;
  margin-block-end: 23px;
  font-weight: 300;
  line-height: 1.4;
}

.p-new__subtitle {
  font-size: 14px;
  color: #333333;
  margin-block-end: 60px;
}

.p-new__hero {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1724px;
  max-width: none;
}

.p-new__hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.p-new__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
  margin-block-end: 32px;
  text-align: left;
}

.p-new__product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-new__product-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-block-end: 20px;
}

.p-new__product-name {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-block-end: 4px;
}

.p-new__product-variant {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.05em;
  margin-block-end: 20px;
}

.p-new__product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 355px;
  height: 61px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-new__product-btn--rouge {
  background-color: #D0898C;
}

.p-new__product-btn--blanc {
  background-color: #E0C083;
}

@media (any-hover: hover) {
  .p-new__product-btn:hover {
    opacity: 0.8;
  }
}

.p-new__specs {
  font-size: 12px;
  color: #666666;
  text-align: left;
  line-height: 1.8;
  margin-block-end: 28px;
}

.p-new__note {
  font-size: 8px;
  color: #666666;
  text-align: left;
  line-height: 1.6;
}

.p-new__tea-images {
  display: grid;
  grid-template-columns: 421px 421px;
  gap: 78px;
  margin-top: 40px;
}

.p-new__tea-img {
  display: block;
  width: 100%;
  max-width: 355px;
  height: auto;
  object-fit: cover;
}

.p-new__body {
  font-size: 14px;
  color: #666666;
  line-height: 1.85;
  text-align: left;
}

/* ===========================================
  ROSE NOUVEAU
=========================================== */
.p-nouveau {
  background-color: #FDF2F2;
  padding-block: 80px;
  position: relative;
}

.p-nouveau__petal {
  display: block;
  margin-inline: auto;
  margin-block-end: 16px;
  width: 77px;
  height: auto;
  object-fit: contain;
}

.p-nouveau__inner {
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
}

.p-nouveau__title {
  font-size: 32px;
  color: #E6A09F;
  letter-spacing: 0.04em;
  margin-block-end: 30px;
  font-weight: 300;
}

.p-nouveau__lead {
  font-size: 14px;
  color: #666666;
  line-height: 1.9;
  margin-block-end: 60px;
}

.p-nouveau__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-nouveau__product {
  background-color: #ffffff;
  padding: 17px 25px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.p-nouveau__product-img {
  width: 41px;
  height: auto;
  aspect-ratio: 41 / 172;
  margin-inline: auto;
  display: block;
  margin-block-end: 16px;
}

.p-nouveau__product-name {
  font-size: 12px;
  color: #707070;
  line-height: 1.6;
  flex: 1;
}

.p-nouveau__product-price {
  font-size: 12px;
  color: #707070;
  margin-block-end: 16px;
}

.p-nouveau__product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background-color: #E6A09F;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-nouveau__product-btn:hover {
    opacity: 0.8;
  }
}

.p-nouveau__swiper-pagination {
  display: none;
}

/* ===========================================
  LIMITED SET
=========================================== */
.p-limited {
  padding-block-start: 80px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.p-limited__inner {
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-limited__petal-top{
  display: none;
}

.p-limited__title {
  font-size: 32px;
  color: #666666;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-block-end: 8px;
}

.p-limited__subtitle {
  font-size: 14px;
  color: #666666;
  margin-block-end: 40px;
}

.p-limited__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 83px;
  margin-block-end: 120px;
}

.p-limited__product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.p-limited__product-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-block-end: 16px;
  aspect-ratio: 1;
}

.p-limited__product-name {
  font-size: 16px;
  color: #707070;
  line-height: 1.6;
  margin-block-end: 8px;
}

.p-limited__product-price {
  font-size: 14px;
  color: #707070;
  margin-block-end: 16px;
}

.p-limited__product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 355px;
  height: 61px;
  background-color: #E6A09F;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-limited__product-btn:hover {
    opacity: 0.8;
  }
}

/* ===========================================
  SPECIAL CAMPAIGN
=========================================== */
.p-campaign {
  padding-block: 0 70px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.p-campaign__inner {
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 20px;
  position: relative;
}

.p-campaign__petal-right {
  position: absolute;
  right: -54px;
  top: -53px;
  width: 116px;
  height: auto;
aspect-ratio: 116 / 74;
  z-index: 2;
}

.p-campaign__petal-right img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.p-campaign__petal-left {
  position: absolute;
  left: -41px;
  bottom: -34px;
  width: 66px;
  height: auto;
  aspect-ratio: 66 / 63;
z-index: 2;

}

.p-campaign__petal-left img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}



.p-campaign__box {
  border: 1px solid #999999;
  padding: 40px 50px;
  position: relative;
  text-align: center;
}

.p-campaign__title {
  font-size: 32px;
  color: #666666;
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-block-end: 10px;
}

.p-campaign__date {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.05em;
  margin-block-end: 30px;
}

.p-campaign__grid {
  display: grid;
  grid-template-columns: calc(284 / 720 * 100%) 1fr;
  gap: 22px;
  align-items: center;
  text-align: left;
}

.p-campaign__gift-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.p-campaign__gift-label {
  font-size: 14px;
  color: #666666;
  margin-block-end: 16px;
}

.p-campaign__gift-body {
  font-size: 17px;
  color: #666666;
  line-height: 1.65;
  margin-block-end: 16px;

  span {
    display: inline;
  }

  .small{
    font-size: 12px;
  }

  .big{
    font-size: 19px;
  }

}

.p-campaign__gift-name {
  font-size: 13px;
  color: #666666;
  margin-block-end: 4px;
}

.p-campaign__gift-note {
  font-size: 8px;
  color: #666666;
  line-height: 1.6;
}

.p-campaign__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 355px;
  height: 61px;
  background-color: #E6A09F;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  margin-inline: auto;
  margin-top: 60px;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-campaign__btn:hover {
    opacity: 0.8;
  }
}

/* ===========================================
  EVENT
=========================================== */
.p-event {
  padding-block: 271px 420px;
  position: relative;
}

.p-event-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-event-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-event__inner {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-event__title {
  font-size: 32px;
  color: #666666;
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-block-end: 40px;
}

.p-event__main-img {
  width: 100%;
  max-width: 628px;
  height: auto;
  object-fit: cover;
  display: block;
  margin-inline: auto;
  margin-block-end: 32px;
}

.p-event__info {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-block-end: 70px;
}

.p-event__body {
  font-size: 12px;
  color: #666666;
  line-height: 1.85;
  margin-block-end: 130px;
}

.p-event__rose-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.p-event__rose-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
}

.p-event__swiper-pagination {
  display: none;
}
