@charset "UTF-8";

html,
body {
  color: #707070;
  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;
}

section > .inner {
  max-width: 960px;
  margin: 0 auto;
}
section > .inner-wide {
  max-width: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  animation: fadeIn 0.5s forwards; /* 0.5秒かけてフェードイン */
}
.fade-out {
  animation: fadeOut 0.5s forwards; /* 0.5秒かけてフェードアウト */
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glow-reverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

/* PC*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc_none {
  display: none !important;
}
.sp_none {
  display: inline-block !important;
}
.tr {
  text-align: right;
}
.h3 {
  text-align: center;
}

.mv_area {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
}

.mv_area .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 150px;
}

.product {
  background-image: url(/img/usr/br/rose_2025/product_bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-bottom: 150px;
}

.product .inner {
  max-width: 960px;
  margin: 0 auto;
}

.product .sales {
  text-align: center;
}

.product .sales .onsale {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #e6a09f;
}

.product .sales .text {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 40px;
}

.product .sec_ttl {
  margin-top: 60px;
}

.product .slide .box {
  padding: 60px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;  
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 640px;
}
.product .slide .box .content {
}
.product .slide .box .content h3 {
  font-size: 24px;
  font-weight: 300;
  color: #707070;
}
.product .slide .box .content .info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.product .slide .box .content .info .icon {
  width: 175px;
}
.product .slide .box .content .info .price {
  font-size: 18px;
  color: #707070;
}
.product .slide .box .content .info .price span {
  font-size: 16px;
  margin-right: 20px;
}
.product .slide .box .content .text {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}

.product .slide .box .img {
  text-align: center;
}
.product .slide .box .content .link {
  margin-top: 50px;
  text-align: center;
}
.product .slide .box .content .link a {
  font-size: 22px;
  color: #fff;
  background-color: #e6a09f;
  padding: 16px 20px;
  display: block;
  width: 100%;
}

.product .slide .box01 .content .link a {
  background-color: #e6a09f;
}

.product .slide .box02 .content .link a {
  background-color: #e6a09f;
}
.product .slide .box03 .content .link a {
  background-color: #cc8aba;
}

.product .slider-outer {
  position: relative;
}

.product .slider-arrow {
  width: 43px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.product .slider-arrow.slider-prev {
  left: -21px;
}
.product .slider-arrow.slider-next {
  right: -21px;
}

.product .slider-arrow.slick-disabled {
  display: none !important;
}

.product .slick-dots {
  bottom: -45px;
}

.product .slick-dots li {
  margin: 0 10px;
}

.product .slick-dots li button {
  padding: 0;
  background-color: #fff;
  border-radius: 50px;
}

.product .slick-dots li button:before {
  display: none;
}

.product .slick-dots li.slick-active button {
  background-color: #e6a09f;
}

.product .slick-dots li.slick-active button:before {
  display: none;
}

.lineup {
  padding-top: 180px;
  padding-bottom: 180px;
}
.lineup .inner {
  max-width: 960px;
  margin: 0 auto;
}
.lineup .link {   
  text-align: center;
  margin-bottom: 60px;
}
.lineup .link a {
  font-size: 16px;
  text-decoration: underline;
}

.lineup .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 120px;
}
.lineup .list .item {
  position: relative;
}

.lineup .list .item .figure {
  position: absolute;
  top: -20px;
  right: -30px;
  width: 133px;
  z-index: 1;
}
.lineup .list .item .img {
  text-align: center;
}
.lineup .list .item .content {
  margin-top: 10px;
}
.lineup .list .item .content h3 {
  font-size: 14px;
  font-weight: 300;
  color: #707070;
  margin: 0;
}
.lineup .list .item .content .price {
  font-size: 14px;
  color: #707070;
  margin-top: 4px;
}

.lineup .list .item .content .button {
  margin-top: 14px;
  text-align: center;
}
.lineup .list .item .content .button a {
  font-size: 14px;
  color: #fff;
  background-color: #e6a09f;
  padding: 10px 20px;
  display: block;
  width: 100%;
}

.lineup .list .item02 .content .button a {
  background-color: #CC8ABA;
}

.lineup .list .item03 .content .button a {
}

.lineup .list .item .content .annotation {
  font-size: 8px;
  margin-top: 14px;
  text-align: center;
}

.about {
  background: #FDF2F2;
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
}
.about .inner {
  max-width: 960px;
  margin: 0 auto;
}
.about .sec_ttl {
  margin: 0;
  margin-bottom: 60px;
}
.about .lead {
  font-size: 24px;
  font-weight: 300;
  color: #E6A0A0;
  line-height: 1.625;
}
.about .text {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 60px;
  color: #E6A0A0;
}

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

section {
}
.sec_ttl {
  color: #e6a09f;
  font-size: 40px;
  margin-top: 150px;
  text-align: center;
}

/* PC版のcolor_variation画像サイズ */
@media screen and (min-width: 961px) {
  .color_variation img {
    width: 375px;
    height: auto;
  }
}

.comment {
  padding-top: 120px;
}

.comment .inner {
  max-width: 480px;
}
