@charset "Shift_JIS";

/******************************************************/

.top-mv.top-mv__slide figure {
  position: relative;
}

.top-mv.top-mv__slide .txt_wh {
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
}

.top-mv.top-mv__slide .txt_bk {
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #000;
  font-size: 14px
}

.design-sec figure {
  position: relative;
}

.design-sec .txt_bk {
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #000;
  font-size: 14px
}

.slick-dots li button:before {
    content: "\2022";
    font-size: 45px;
}

.design-sec .ttl01 {
  font-family: serif;
  font-size: 35px;
  font-weight: bold;
  color: #37444C;
  line-height: 1.0;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .design-sec .ttl01 {
    font-size: 26px;
    padding-top: 28px;
    margin-bottom: 28px;
  }
}

.design-sec .ttl02 {
  font-family: "RyuminPro", serif;
  font-size: 30px;
  color: #37444C;
  line-height: 1.6;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
    .design-sec .ttl02 {
        font-size: 19px;
        padding-top: 20px;
        margin-bottom: 25px;
    }
}

.design-sec .ttl03 {
  font-family: serif;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  background: #37444C;
  line-height: 1.0;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .design-sec .ttl03 {
    font-size: 26px;
    margin-top: 28px;
  }
}

.design-sec .text {
  font-family: "RyuminPro", serif;
  font-size: 18px;
  color: #37444C;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .design-sec .text {
      font-size: 16px;
  }
}

.sup {
  font-size: 0.5em;
  vertical-align: top;
}

.design-bg {
  background: #EAEAEA;
}

.designGridFlower {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  gap: 16px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .designGridFlower {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 32px;
  }
}

.landscapeSec figure {
  margin-top: 60px;
}

.designGridFlower figure {
  position: relative;
}

.designGridFlower .txtFlower {
  position: absolute;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .designGridFlower .txtFlower {
    bottom: -10px;
  }
}

.design-sec p.page-annotation {
  padding-top: 48px;
  padding-bottom: 60px;
}