@charset "utf-8";

/* フォント */
.tk-garamond-premier-pro-display {
  font-family: "garamond-premier-pro-display", serif;
}

.tk-garamond-premier-pro {
  font-family: "garamond-premier-pro", serif;
}

.tk-garamond-premier-pro-caption {
  font-family: "garamond-premier-pro-caption", serif;
}

.tk-garamond-premier-pro-subhead {
  font-family: "garamond-premier-pro-subhead", serif;
}

.tk-adage-script-jf {
  font-family: "adage-script-jf", sans-serif;
}

.tk-fot-tsukuardgothic-std {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.cc254-lp {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background: url(../images/pc-bg.jpg) no-repeat fixed center center / cover;
}

@media screen and (max-width: 767px) {
  .cc254-lp {
    overflow: hidden;
  }
}

.cc254-side {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  padding: 80px 0;
  overflow-y: scroll;
  max-height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.side__wrapper {
  max-width: 540px;
  margin-inline: auto;
  position: relative;
}

.side__title {
  font-family: "garamond-premier-pro-caption", serif;
  color: #ff8fb5;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.side__link {
  margin-top: 80px;
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.side__link a {
  color: #ff8fb5;
  font-family: "garamond-premier-pro-caption", serif;
}

.cc254-side .top__text {
  color: #ff8fb5;
}

@media screen and (max-width: 1200px) {
  .cc254-side {
    display: none;
  }
}

/* main */
.cc254-main {
  max-width: 540px;
  width: 100%;
  margin-inline: auto;
  background-color: #fde7e7;
}

@media screen and (min-width: 1201px) {
  .cc254-main {
    transform: translateX(-50%);
  }
}

/* top */
.top-section {
  position: relative;
  margin-top: 60px;
}

.top-section>div {
  position: relative;
}

.top__title {
  width: 90%;
  margin-inline: auto;
  padding-top: 20px;
  margin-bottom: 40px;
}

.top__text {
  font-size: 15px;
  text-align: center;
  line-height: 1.9;
  font-weight: 700;
  color: #ffbdd3;
}

.top__img {
  margin-top: 100px;
}

.top__note01 {
  position: absolute;
  top: 46%;
  left: 6%;
  width: 2%;
}

.top__note02 {
  position: absolute;
  bottom: -8%;
  left: 4%;
  width: 5%;
}

.top__note03 {
  position: absolute;
  top: 0%;
  right: 5%;
  width: 5%;
}

.top__note04 {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 4%;
}

/* blossom */
.blossom-section {
  margin-top: 80px;
}

.blossom__title {
  position: relative;
  margin-bottom: 20px;
}

.blossom__title svg {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.blossom__title path {
  fill: #ffbdd3;
}

.blossom__note01 {
  width: 3%;
  margin-top: 60px;
  margin-left: 5%;
}

.blossom__note02 {
  width: 5%;
  margin-top: 15px;
  margin-left: 9%;
}

.blossom__note03 {
  width: 4%;
  margin-top: -20px;
  margin-left: 20%;
}

.blossom__img01 {
  position: relative;
  width: 85%;
  margin-inline: auto;
  margin-top: -20px;
}

.blossom__img01 .do {
  position: absolute;
  top: 28%;
  left: 22%;
  width: 8%;
  transition-delay: 2s;
}

.blossom__img01 .re {
  position: absolute;
  top: 16%;
  left: 15%;
  width: 10%;
  transition-delay: 2.5s;
}

.blossom__img01 .mi {
  position: absolute;
  top: 10%;
  left: 0;
  width: 12%;
  transition-delay: 3s;
}

.blossom__img01 p {
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
  transition-delay: 5s;
}

.blossom__img01.show p {
  opacity: 1;
}

.cc254-products {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  row-gap: 40px;
  justify-content: center;
}

.cc254-products li {
  width: 50%;
}

.cc254-products a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #ee87b4;
  font-size: 20px;
  font-family: "garamond-premier-pro-caption", serif;
  border-bottom: 1px solid;
  letter-spacing: normal;
}

.blossom__img02 {
  margin-top: 60px;
  padding: 0px 20px 0 30%;
  position: relative;
}

.blossom__img02 .note02 {
  position: absolute;
  top: 0;
  left: 12%;
  width: 5%;
}

.blossom__img02 .note03 {
  position: absolute;
  bottom: 20%;
  left: 20px;
  width: 30%;
}

.blossom__img02 .note04 {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 7%;
}

.blossom__img03 {
  margin-top: 42px;
  padding-right: 30%;
  padding-left: 20px;
  position: relative;
}

.blossom__img03 .note01 {
  position: absolute;
  top: 26%;
  right: 18%;
  width: 3%;
}

.blossom__img03 .note02 {
  position: absolute;
  top: 55%;
  right: 7%;
  width: 5%;
}

.blossom__img03 .note03 {
  position: absolute;
  top: 73%;
  right: 21%;
  width: 4%;
}

/* petal */
.petal__section {
  margin-top: 80px;
}

.petal__img02 {
  position: relative;
  width: 90%;
  margin-inline: auto;
  position: relative;
  padding-right: 30%;
}

.petal__img02 .cc254-products {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30%;
  z-index: 5;
}

.petal__img02 .note01 {
  position: absolute;
  top: 2%;
  right: 14%;
  width: 5%;
}

.petal__img02 .note02 {
  position: absolute;
  top: 38%;
  right: 6%;
  width: 5%;
}

.petal__img02 .note03 {
  position: absolute;
  bottom: 0%;
  right: 7%;
  width: 4%;
}

.petal__img02 .note04 {
  position: absolute;
  bottom: -16%;
  right: 20%;
  width: 2%;
}

.petal__img02 .note05 {
  position: absolute;
  bottom: -14%;
  left: 34%;
  width: 5%;
}

.petal__img02 .note06 {
  position: absolute;
  bottom: -8%;
  left: 18%;
  width: 2%;
}

.petal__img03 {
  margin-top: 100px;
}

.petal__note02 {
  width: 70%;
  margin: 40px auto;
  position: relative;
}

.petal__note02 .note01 {
  width: 5%;
}

.petal__note02 .note02 {
  width: 5%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.petal__note02 .note03 {
  width: 5%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.petal__postion {
  position: relative;
  margin-top: 80px;
}

.petal__note10 {
  position: absolute;
  top: 2%;
  right: 8%;
  width: 4%;
}

.petal__note11 {
  position: absolute;
  top: 16%;
  right: 6%;
  width: 5%;
}

.petal__note12 {
  position: absolute;
  top: 46%;
  left: 16%;
  width: 5%;
}

.petal__note13 {
  position: absolute;
  bottom: 27%;
  right: 28%;
  width: 4%;
}

.petal__note14 {
  position: absolute;
  bottom: 19%;
  right: 7%;
  width: 5%;
}

.petal__img05 {
  width: 80%;
}

.petal__img06 {
  margin-top: -30%;
  margin-right: 0;
  margin-left: auto;
  width: 50%;
}

.petal__img07 {
  width: 70%;
  margin-top: -15%;
  margin-left: 20px;
}

/* crystal */
.crystal__section {
  margin-top: 60px;
}

.crystal__img {
  margin-top: 60px;
  overflow: hidden;
}

/* fairy */
.fairy__section {
  margin-top: 60px;
}

.fairy__postion {
  position: relative;
  padding-top: 100px;
}

.fairy__flower01 {
  position: absolute;
  left: 20px;
  top: 0;
  width: 25%;
}

.fairy__flower02 {
  position: absolute;
  right: 20px;
  bottom: 4%;
  width: 20%;
}

.fairy__note01 {
  position: absolute;
  right: 30px;
  top: 12%;
  width: 5%;
}

.fairy__note02 {
  position: absolute;
  left: 10%;
  bottom: 11%;
  width: 5%;
}

.fairy__note03 {
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 3%;
}

.fairy__title {
  width: 70%;
  margin-inline: auto;
}

.fairy__title path {
  fill: #ffbdd3;
}

.fairy__section .cc254-slider {
  margin-top: -14%;
  padding: 0 20px;
  margin-bottom: 80px;
}

.fairy__section .cc254-slider .slick-dots {
  text-align: center;
  padding-right: 15%;
}

.fairy__img01 {
  margin-top: 60px;
}

.fairy__note04 {
  margin-top: -15px;
  width: 6%;
  margin-left: 10%;
  position: relative;
  z-index: 1;
}

.fairy__note05 {
  margin-top: -5px;
  width: 5%;
  margin-right: 5%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.cc254__footer {
  margin-top: 120px;
  padding-bottom: 60px;
}

.footer__allItems {
  width: 80%;
  margin-inline: auto;
  max-width: 180px;
  margin-bottom: 60px;
}

.cc254__snsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 90%;
  margin-inline: auto;
  max-width: 260px;
}


/* マスクアニメ */
.mask-anime {
  mask-image: linear-gradient(135deg, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(135deg, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
  mask-size: 350% 350%;
  -webkit-mask-size: 350% 350%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 100% 100%;
  -webkit-mask-position: 100% 100%;
  transition: mask-position 3s ease;
}

.mask-anime.show {
  mask-position: 0% 0%;
  -webkit-mask-position: 0% 0%;
}

/* ブロー */
.blur-anime {
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 75%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 0% 0%;
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 75%);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 0% 0%;
  transition: -webkit-mask-size 2s ease, mask-size 2s ease;
}

.blur-anime.show {
  -webkit-mask-size: 160% 160%;
  mask-size: 160% 160%;
}

/* 左右 */
.LeftRight-anime {
  animation: LeftRight 1s steps(2) infinite;
  ;
}

@keyframes LeftRight {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25deg);
  }


}

/* フェードイン */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fadein.show {
  opacity: 1;
  transform: none;
}

/* スライダー */
.cc254-slider .slick-dots {
  text-align: right;
  bottom: -35px;
  padding: 0 20px;
}

.cc254-slider .slick-dots li button:before {
  content: '';
  display: block;
  width: 25px;
  height: 35px;
  background: url('../images/slider-icon.svg') no-repeat center/contain;
  transition: all 0.5s;
}

.cc254-slider .slick-dots li button {
  text-indent: -9999px;
  /* 数字を非表示に */
  overflow: hidden;
}

.cc254-slider .slick-dots li {
  margin-left: 15px;
}

.cc254-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .cc254-slider .slick-dots li button:hover:before {
    transform: scale(1.2);
  }

}

/* 一文字 */
.fade-text path {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.fade-text path.visible {
  opacity: 1;
}

/* scaleアニメ */
.scale-anime {
  opacity: 0;
  scale: .5;
  transition: 1s ease 0s;
}

.scale-anime.show {
  opacity: 1;
  scale: 1;
}

/* slideアニメ */
.slide-anime {
  opacity: 0;
  translate: 185px;
  transition: opacity 1s ease, translate 1.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.slide-anime.show {
  opacity: 1;
  translate: 0;

}

@media screen and (max-width: 540px) {
  .cc254-products a {
    font-size: 18px;
  }
}

.blossom__slider {
  margin: 80px 0 !important;
}
