p.is-price_main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}


p.is-price_main em {
  width: 80px;
  display: block;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    inset 0 1.5px 3px rgba(0, 0, 0, 0.15),
    inset 0 -1.5px 3px rgba(255, 255, 255, 0.7),
    0 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: center;
  color: #6b5454;
  border-radius: 50%;
  margin: 10px;
  line-height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center
}

p.is-price_main span {
  font-size: 4.8rem;
}


.p-yumekon_main_video {
  position: relative;
  height: 100Vh;
}

.p-yumekon_main_video .is-inner video {
  object-fit: cover;
  height: 100vh;
  position: absolute;
  width: 100%;
}

@media (max-width: 769px) {
  .p-yumekon_main_video {
 height:58vw;  }

.p-yumekon_main_video .is-inner video {
 height:auto;  }
}

.p-home-main-visual__txt__date {
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.p-home-main-visual__txt__date span {
  color: #b0bd0b;
  font-size: 16px;
}

@media (min-width: 769px) {
  .p-home-main-visual__txt__title {
    padding: 4vh 0 3vh;
  }
}

.p-home-main-visual__txt__title p.is-introduction {
  font-size: 14px;
}

.p-home-plan {
  margin-bottom: 100px;
}

.p-home-slide{
  margin-bottom: 100px;
}
.c-hd-2__ja {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  position: relative;
}

@media (min-width: 769px) {
  .c-hd-2__ja {
    font-size: 2.4rem;
  }
}

.p-home-reason.new {
  position: relative;
  background: url(/yumekon/img/home/reason_bg01.jpg) 50% 50% / cover no-repeat;
}

.p-home-main-visual__txt__logo img {
  height: 33vh;
  max-height: 240px;
}

@media (min-width: 769px) {
  .p-home-main-visual__txt__logo img {
    max-height: 480px;
  }
}

@media (min-width: 769px) {
  .p-home-main-visual__txt__title {
    padding: 4vh 0 0vh;
  }
}

.text-subtitle {
  color: #c169ac;
}



.p-home-slide-main__item em.textphoto {
  width: 100%;
  font-size: 100%;
  text-align: left;
  bottom: 0px;
  margin: 0;
  padding: 6px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  padding-right: 1rem;
  line-height: 1.8rem;
}