@charset "utf-8";
/* CSS Document */
/*-------------------
top title
---------------------*/
.top-title {
  margin-top: 170px;
  width: 100%;
  height: 120px;
  position: relative;
}
.top-title__background {
  width: 40%;
  height: 100%;
  background-image: url("../images/common/rose.png");
  text-align: center;
}
.top-title__background h2 {
  color: #D9009F;
  font-family: "Great Vibes";
  font-size: 7rem;
  font-weight: 500;
  padding-top: 55px;
}
.top-title__line {
  width:  65%;
  height: 55px;
  position: absolute;
  border-bottom: solid 1px #333;
  top: 0px;
  right: 0;
}
.top-title__ja {
  display: block;
  font-size: 2.4rem;
  padding: 50px 0 60px;
}
@media screen and (max-width: 1140px) {
  .top-title {
    margin-top: 80px;
  }
  .top-title__line {
    display: none;
  }
  .top-title__background {
    width: 100%;
  }
}
/*-------------------
main
---------------------*/
.section-top {
  padding: 0 24px 50px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-top p {
  display: block;
  text-align: left;
  padding-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.section-top img {
  width: 100%;
}
.section-yamate {
  margin-bottom: 120px;
}
.section-yamate h2 {
  max-width: 960px;
  font-size: 2.2rem;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 30px 24px;
}
.emphasis {
  background-image: linear-gradient(
  rgba(0 0 0 / 0)60%, #FFF1FB 60%);
}
.section-yamate p {
  padding: 0 24px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 620px) {
  .section-top br {
    display: none;
  }
  .section-yamate br {
    display: none;
  }
}





