.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.fixed-bg {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}


.bg-asekaki-esthetic00 {
  background-image: url(../../../../img/event/asekaki-esthetic/2023/bg-asekaki-esthetic00.png);
  background-size: cover;
}

.bg-asekaki-esthetic01 {
  background-image: linear-gradient(120deg, rgb(255 255 255 / 80%), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgb(255 223 253 / 80%), rgba(255, 255, 255, 0)), linear-gradient(340deg, rgb(249 205 187 / 80%), rgba(255, 255, 255, 0));
}

.bg-asekaki-esthetic02 {
  background-image: url(../../../../img/event/asekaki-esthetic/2023/bg-asekaki-esthetic02.jpg);
  background-position: center;
  background-size: cover;
}

.bg-asekaki-esthetic03 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-asekaki-esthetic04 {
  background-image: url(../../../../img/event/asekaki-esthetic/2023/bg-asekaki-esthetic04.jpg);
  background-position: center;
  background-size: cover;
}

.bg-asekaki-esthetic05 {
  background-image: url(../../../../img/event/asekaki-esthetic/2023/bg-asekaki-esthetic05.jpg);
  background-position: center;
  background-size: cover;
}

.color-asekaki-esthetic01 {
  color: #781674;
}

.color-asekaki-esthetic02 {
  color: #c66189;
}

.border-asekaki-esthetic01 {
  border-radius: 30px;
  border: rgba(243, 227, 213, 0.5) 10px solid;
}

.mincho-asekaki-esthetic {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  color: #ef8c1a;
  font-family: "A1明朝", "A1 Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: bold;
}

.h-line {
  position: relative;
  text-align: center;
  padding: 1.5rem;
  color: #c66189;
  font-weight: bold;
}

.h-line:before {
  position: absolute;
  content: '';
  background: #c66189;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 5px;
  border-radius: 5px;
}

.price-asekaki-esthetic {
  color: #c66189;
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

.rr {
  font-family: 'RocknRoll One', sans-serif;
  line-height: 1.8;
}

.kiwi {
  font-family: 'Kiwi Maru', serif;
  line-height: 1.8;
}

.img-kadomaru {
  border-radius: 25px;
}

.shadow-asekaki-esthetic {
  box-shadow: 0 15px 15px 0 rgb(74 41 0 / 20%);
}

.btn-asekaki-esthetic01 {
  color: #c66189;
  border: #c66189 2px solid;
  font-weight: bold;
}

.btn-asekaki-esthetic02 {
  background-color: #c66189;
  color: #fff;
  border: #c66189 2px solid;
  font-weight: bold;
}