.no23-kv {
  width: 100%;
  position: relative;
  background: #feedff;
  padding: 10px 0 3rem;
}

.contents__info {
  padding: 0 1.98412698vw;
}
@media (max-width: 768px) {
  .contents__info {
    padding: 0 5.12820513vw;
  }
}

.contents__date {
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  margin-bottom: 1rem;
}
@media (min-width: 1513px) {
  .contents__date {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .contents__date {
    font-size: 3vw;
  }
}

.contents__ttl {
  color: #111;
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.06vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 187.5% */
  margin-bottom: 2rem;
}
@media (min-width: 1513px) {
  .contents__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents__ttl {
    font-size: 4vw;
  }
}

.contents__lead {
  color: #111;
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.93333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 187.5% */
  margin-top: 2rem;
}
@media (min-width: 1513px) {
  .contents__lead {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contents__lead {
    font-size: 3vw;
  }
}

.no23-profile {
  padding: 6rem 1.98412698vw 0;
}
@media (min-width: 1513px) {
  .no23-profile {
    padding: 6rem 30px 0;
  }
}
@media (max-width: 768px) {
  .no23-profile {
    padding: 4rem 5.12820513vw 0;
  }
}

.no23-profile__ttl {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.no23-thumb {
  padding: 0rem 1.98412698vw;
}
@media (min-width: 1513px) {
  .no23-thumb {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .no23-thumb {
    padding: 0 5.12820513vw 0;
  }
}

.no23-shop__lead {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-top: 2rem;
}
.no23-shop__lead span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff89c 60%);
  font-weight: bold;
}
@media (min-width: 1513px) {
  .no23-shop__lead {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .no23-shop__lead {
    font-size: 3.5vw;
  }
}

.no23-shop__ttl {
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.no23-shop__item {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  position: relative;
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.no23-shop__item.is-onscreen {
  transform: translateY(0);
}
.no23-shop__item--1 {
  background: #ffd2c7;
  padding: 40px 30px 120px;
}
@media (max-width: 768px) {
  .no23-shop__item--1 {
    padding: 40px 25px 120px;
  }
}
.no23-shop__item--2 {
  background: #ceefbc;
  padding: 40px 30px 120px;
  margin-top: -8rem;
}
@media (max-width: 768px) {
  .no23-shop__item--2 {
    padding: 40px 25px 120px;
  }
}
.no23-shop__item--3 {
  background: #dcfdff;
  padding: 40px 30px 50px;
  margin-top: -8rem;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .no23-shop__item--3 {
    padding: 40px 25px 50px;
  }
}

.no23-shop__tag {
  margin-bottom: 2rem;
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1513px) {
  .no23-shop__tag {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .no23-shop__tag {
    font-size: 3vw;
  }
}

.no23-shop__num {
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 4vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  z-index: 1111;
}
.no23-shop__num span {
  font-size: 0.666667vw;
  display: block;
  line-height: 1;
}
@media (min-width: 1513px) {
  .no23-shop__num span {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .no23-shop__num span {
    font-size: 2vw;
  }
}
@media (min-width: 1513px) {
  .no23-shop__num {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .no23-shop__num {
    font-size: 15vw;
    width: 20vw;
  }
}

.no23-shop__elm {
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 0.633333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 1513px) {
  .no23-shop__elm {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .no23-shop__elm {
    font-size: 2.5vw;
  }
}

.no23-shop__elm-2 {
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 0.633333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  white-space: nowrap;
}
@media (min-width: 1513px) {
  .no23-shop__elm-2 {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .no23-shop__elm-2 {
    font-size: 2.5vw;
    right: -8%;
    white-space: nowrap;
  }
}

.no23-shop__img {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .no23-shop__img {
    align-items: start;
  }
}

.no23-shop__img-item {
  width: 36%;
}
@media (min-width: 1513px) {
  .no23-shop__img-item {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .no23-shop__img-item {
    width: 45%;
  }
}

.no23-shop__heading-name a {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 200% */
  text-decoration: underline;
}
@media (min-width: 1513px) {
  .no23-shop__heading-name a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .no23-shop__heading-name a {
    font-size: 5.5vw;
  }
}
@media (max-width: 376px) {
  .no23-shop__heading-name a {
    font-size: 5.2vw;
  }
}
.no23-shop__heading-name span {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 200% */
}
@media (min-width: 1513px) {
  .no23-shop__heading-name span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .no23-shop__heading-name span {
    font-size: 3.5vw;
  }
  .no23-shop__item--3 .no23-shop__heading-name span {
    display: block;
  }
}

.no23-shop__heading {
  display: flex;
  gap: 30px;
  margin: 1rem 0 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .no23-shop__heading {
    gap: 20px;
  }
  .no23-shop__item--1 .no23-shop__heading {
    align-items: start;
  }
}

.no23-shop__link {
  color: #fff;
  margin-left: auto;
}
.no23-shop__link a {
  font-family: "Inter", sans-serif;
  font-size: 0.8vw;
  background: #111;
  padding: 5px 15px;
  display: table;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 1rem;
}
@media (min-width: 1513px) {
  .no23-shop__link a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .no23-shop__link a {
    font-size: 3vw;
  }
}

.no23-shop__caption {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  width: 64%;
}
@media (min-width: 1513px) {
  .no23-shop__caption {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .no23-shop__caption {
    font-size: 3vw;
    width: 55%;
  }
}

.no23-shop__comment {
  display: flex;
  margin-top: 3rem;
  position: relative;
}
.no23-shop__comment:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #111;
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media (max-width: 768px) {
  .no23-shop__comment:after {
    bottom: 10px;
  }
}

.no23-shop__comment-box {
  width: 80%;
}
@media (max-width: 768px) {
  .no23-shop__comment-box {
    width: 75%;
  }
}

.balloon p {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
  text-align: left;
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  color: #111;
}
@media (min-width: 1513px) {
  .balloon p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .balloon p {
    font-size: 3vw;
  }
}

.balloon p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 15px 0 0 13px;
  border-color: transparent transparent transparent #fff;
  translate: 100% calc(-50% + 0.5px);
  transform: skew(0, -10deg);
  transform-origin: left;
}

.no23-shop__comment-img {
  width: 20%;
  position: relative;
  z-index: 11;
}
.no23-shop__comment-img img {
  animation: shake 3s infinite;
}
@media (max-width: 768px) {
  .no23-shop__comment-img {
    width: 25%;
  }
}

@keyframes shake {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  75% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
.no23-campaign {
  margin-top: -6rem;
}
.no23-campaign img {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

/*.no23-campaign {
    background: #feffdc;
    padding: 60px 3.96826397vw;
    margin-top: 6rem;
    text-align: center;
    @media (min-width: 1513px) {
        padding: 60px 30px 60px;
    }
}*/
.no23-campaign__item {
  text-align: left;
  border: 1px solid #111;
  border-radius: 10px;
  padding: 20px 20px 30px;
  margin: 3rem 0;
}

.no23-campaign__ttl {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 200% */
  background: #111;
  display: table;
  margin: 0 auto 2rem;
  padding: 5px 12px;
  border-radius: 15px;
  margin-top: -3rem;
}
@media (min-width: 1513px) {
  .no23-campaign__ttl {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .no23-campaign__ttl {
    font-size: 3vw;
  }
}

.no23-campaign__heading {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 160% */
}
@media (min-width: 1513px) {
  .no23-campaign__heading {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .no23-campaign__heading {
    font-size: 3.75vw;
  }
}

.no23-campaign__caption {
  color: #111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 160% */
  margin-top: 1rem;
}
@media (min-width: 1513px) {
  .no23-campaign__caption {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .no23-campaign__caption {
    font-size: 3vw;
  }
}

.no23-shop__insta {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  padding: 0 5% 3rem;
  gap: 20px;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .no23-shop__insta {
    margin-top: 2rem;
  }
}

.no23-shop__insta-img {
  width: 35%;
}
.no23-shop__insta-img a:hover {
  opacity: 0.7;
}

.no23-shop__insta-text {
  width: 65%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 160% */
}
@media (min-width: 1513px) {
  .no23-shop__insta-text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .no23-shop__insta-text {
    font-size: 3vw;
  }
}
.no23-shop__insta-text a {
  color: #111;
  text-decoration: underline;
}
.no23-shop__insta-text span {
  font-family: "Inter", sans-serif;
  font-size: 0.8vw;
  background: #FF8A2B;
  padding: 3px 12px;
  display: table;
  font-weight: 600;
  color: #111;
  border-radius: 30px;
  text-decoration: none;
  margin-bottom: 1rem;
}
@media (min-width: 1513px) {
  .no23-shop__insta-text span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .no23-shop__insta-text span {
    font-size: 3vw;
  }
}

.no23-kv__img {
  padding: 0px 1.96826397vw 30px;
  position: relative;
}
@media (min-width: 1513px) {
  .no23-kv__img {
    padding: 0px 30px 30px;
  }
}
@media (max-width: 768px) {
  .no23-kv__img {
    padding: 0px 5.12820513vw 30px;
  }
}

.no23-flowbtn {
  position: fixed;
  bottom: 20px;
  width: 30vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
  transition: 0.8s;
}
@media (min-width: 1513px) {
  .no23-flowbtn {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .no23-flowbtn {
    padding: 0px 5.12820513vw;
    width: 100%;
  }
}
.no23-flowbtn img {
  border-radius: 8px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.no23-flowbtn.is-active {
  opacity: 0;
  pointer-events: none;
}
.no23-flowbtn.is-active-2 {
  opacity: 0;
  pointer-events: none;
}

.no23-voice {
  padding: 120px 30px 30px;
  background: #feedff;
  margin-top: -6rem;
}
@media (max-width: 768px) {
  .no23-voice {
    padding: 100px 25px 30px;
  }
}

.no23-voice__list {
  margin-top: 5rem;
}

.no23-voice__item {
  margin-bottom: 4rem;
}

.no23-voice__box {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 2rem 1.32275132vw;
  gap: 10px;
}
@media (min-width: 1513px) {
  .no23-voice__box {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .no23-voice__box {
    padding: 2rem;
  }
}
.no23-voice__box p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 160% */
}
@media (min-width: 1513px) {
  .no23-voice__box p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .no23-voice__box p {
    font-size: 3vw;
  }
}

.no23-voice__icon {
  width: 6vw;
}
@media (min-width: 1513px) {
  .no23-voice__icon {
    width: 90px;
  }
}
@media (max-width: 768px) {
  .no23-voice__icon {
    width: 80px;
  }
}

.no23-voice__ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
}
.no23-voice__ttl span {
  font-family: "Inter", sans-serif;
  font-size: 1.5333333vw;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 1513px) {
  .no23-voice__ttl span {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .no23-voice__ttl span {
    font-size: 4vw;
  }
}
.no23-voice__ttl p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 160% */
}
@media (min-width: 1513px) {
  .no23-voice__ttl p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .no23-voice__ttl p {
    font-size: 4vw;
  }
}