/* .hero
************************************************/
.hero__image {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 950px) {
  .hero__image {
    height: 77.36vw;
  }
}

/* .sakura-reserve
************************************************/
.sakura-reserve {
  background-color: #F57FA7;
  padding: 88px 0 35px;
}

.sakura-reserve__icon {
  position: absolute;
  top: -141px;
  right: 42px;
  width: 131px;
}

.sakura-reserve__inner {
  padding: 0 42px;
  margin: auto;
  max-width: 950px;
  position: relative;
}

.sakura-reserve__date {
  display: flex;
  align-items: flex-start;
}

.sakura-reserve__title {
  width: 31%;
}

.sakura-reserve__period {
  width: 24.2%;
  margin-left: 4.7%;
  margin-top: 3%;
}

.sakura-reserve__release img {
  width: 23.7%;
  margin-top: -0.8%;
  margin-left: 0.2%;
}

.sakura-reserve__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.sakura-reserve__text {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.4px;
}

.sakura-reserve__link img {
  height: 35px;
  width: auto;
  margin-top: 11px;
}

@media (max-width: 768px) {
  .sakura-reserve {
    background-color: #F57FA7;
    padding: 80px 0 40px;
    position: relative;
  }

  .sakura-reserve__inner {
    padding: 0 40px;
  }

  .sakura-reserve__icon {
    top: -130px;
    right: 36px;
    width: 120px;
  }

  .sakura-reserve__title {
    width: 30%;
    margin: 0;
  }

  .sakura-reserve__period {
    width: 30%;
    margin-top: 2%;
  }

  .sakura-reserve__release img {
    width: 30%;
    margin-top: 4%;
  }

  .sakura-reserve__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .sakura-reserve__text {}

  .sakura-reserve__link {
    text-align: right;
    width: 100%;
  }

  .sakura-reserve__link img {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .sakura-reserve {
    padding: 35px 30px 30px;
  }

  .sakura-reserve__inner {
    padding: 0;
  }

  .sakura-reserve__icon {
    width: 100px;
    top: -85px;
    right: -3%;
  }

  .sakura-reserve__date {
    flex-direction: column;
  }

  .sakura-reserve__title {
    width: auto;
  }

  .sakura-reserve__title img {
    height: 10.191666vw;
  }

  .sakura-reserve__period {
    width: auto;
    height: 6vw;
    margin-top: 10px;
    margin-left: 0;
  }

  .sakura-reserve__footer {
    margin-top: 24px;
  }

  .sakura-reserve__text {
    font-size: 14px;
    margin-top: 0;
  }
}

/* .sakura-button
************************************************/
.sakura-button {
  background-color: #F57FA7;
}

/* clothes
************************************************/
.clothes__card img {
  width: 100%;
}

.clothes__specification {
  letter-spacing: -0.7px;
  padding-top: 10px;
}

.clothes__title img {
  max-height: 36px;
}

@media screen and (max-width: 768px) {
  .clothes__title img {
    max-height: 30px;
  }
}

/* .candy-hero
************************************************/
.candy-hero img {
  width: 100%;
}

/* candy-reserve
************************************************/
.candy-reserve {
  background-color: #F1A251;
  padding: 93px 0 42px;
}

.candy-reserve__inner {
  position: relative;
  max-width: 950px;
  margin: auto;
  padding: 0 48px;
}

.candy-reserve__icons {
  position: absolute;
  display: flex;
  right: 40px;
  top: -144px;
}

.candy-reserve__icon {
  width: 131px;
  height: 100%;
  margin-left: 9px;
}

.candy-reserve__date {
  display: flex;
  align-items: flex-end;
}

.candy-reserve__title {
  width: 47.5%;
}

.candy-reserve__release {
  margin-left: 4.3%;
  width: 23.7%;
}

.candy-reserve__text {
  color: #fff;
  margin-top: 3.9%;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .candy-reserve {
    padding: 13% 0 5%;
  }

  .candy-reserve__inner {
    padding: 0 40px;
  }

  .candy-reserve__icons {
    right: 3%;
    top: -20vw;
    justify-content: flex-end;
  }

  .candy-reserve__icon {
    width: 17%;
    margin-left: 1%;
  }

  .candy-reserve__date {
    flex-direction: column;
    align-items: flex-start;
  }

  .candy-reserve__title {
    width: 75%;
  }

  .candy-reserve__release {
    margin-left: 0;
    margin-top: 4%;
    width: auto;
    height: 6vw;
  }
}

@media (max-width: 480px) {
  .candy-reserve {
    padding: 50px 30px 30px;
  }

  .candy-reserve__inner {
    padding: 0;
  }

  .candy-reserve__icons {
    top: -35%;
    right: -3%;
  }

  .candy-reserve__icon {
    width: 18%;
    top: -60%;
  }

  .candy-reserve__title {
    width: auto;
  }

  .candy-reserve__title img {
    height: 10.191666vw;
  }

  .candy-reserve__release {
    margin-top: 10px;
    width: auto;
    height: 6vw;
  }

  .candy-reserve__text {
    font-size: 14px;
    margin-top: 0;
  }
}

/* candy-button
************************************************/
.candy-button {
  background-color: #F1A251;
}