*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  color: #3f3a44;
  background: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

body.is-menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font-family: inherit;
}

main {
  overflow: hidden;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 70px;
  }
}

.inner {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: min(100% - 40px, 1120px);
  }
}

.breadcrumb {
  padding: 16px 0;
  font-size: 14px;
  color: #f0e4f6;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #9d85b9;
}
.breadcrumb__item a {
  color: #9d85b9;
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrumb__item a:hover {
  color: #3f3a44;
}
.breadcrumb__item[aria-current=page] {
  color: #3f3a44;
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.section-title01 {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #3f3a44;
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
.section-title01::before, .section-title01::after {
  content: "";
  display: block;
  width: 88px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.section-title01::before {
  background-image: url("../img/common/ttl02_left.png");
}
.section-title01::after {
  background-image: url("../img/common/ttl02_right.png");
}

@media screen and (max-width: 768px) {
  .section-title01 {
    margin-bottom: 40px;
    gap: 10px;
    font-size: 26px;
    letter-spacing: 0.06em;
  }
  .section-title01::before, .section-title01::after {
    width: 56px;
    height: 20px;
  }
}
.section-title02 {
  margin-bottom: 50px;
  color: #3f3a44;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .section-title02 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.section-title02 {
  text-align: center;
}
.section-title02 .small {
  margin-top: 0.3em;
  display: block;
  color: #9d85b9;
  font-size: 0.5em;
  font-family: "Marcellus", serif;
}
.section-title02 .small {
  text-transform: uppercase;
}

.section-title03 {
  margin-bottom: 24px;
  color: #3f3a44;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .section-title03 {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

.section-title04 {
  color: #9d85b9;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #9d85b9;
}
@media screen and (max-width: 768px) {
  .section-title04 {
    font-size: 20px;
  }
}
.section-title04 {
  padding-bottom: 0.3em;
}

.c-box01 {
  border: 2px solid #f0e4f6;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(157, 133, 185, 0.1);
}

.c-btn01 {
  width: min(100%, 320px);
}
.c-btn01 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 48px;
  background: #9d85b9;
  color: #ffffff;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(157, 133, 185, 0.14);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn01 a {
    padding: 10px 48px;
    min-height: 50px;
  }
}
.c-btn01 a {
  border: 1px solid #9d85b9;
}
.c-btn01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.c-btn01 a::after {
  transform: translateY(-50%) rotate(45deg);
}
.c-btn01 a:hover {
  background: #f7f5f8;
  color: #9d85b9;
}
.c-btn01.white a {
  background: #ffffff;
  color: #9d85b9;
  border-color: #9d85b9;
}
.c-btn01.white a::after {
  border-color: #9d85b9;
}
.c-btn01.white a:hover {
  background: #9d85b9;
  color: #ffffff;
}
.c-btn01.white a:hover::after {
  border-color: #ffffff;
}
.c-btn01.no-arw a {
  padding-right: 48px;
}
.c-btn01.no-arw a::after {
  display: none;
}

.c-btn02 {
  width: min(100%, 280px);
}
.c-btn02 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 48px;
  background: #ffffff;
  color: #3f3a44;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(157, 133, 185, 0.14);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn02 a {
    padding: 4px 50px;
    min-height: 45px;
  }
}
.c-btn02 a {
  border: 1px solid #9d85b9;
}
.c-btn02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #9d85b9;
  border-right: 2px solid #9d85b9;
}
.c-btn02 a::after {
  transform: translateY(-50%) rotate(45deg);
}
.c-btn02 a:hover {
  background: #9d85b9;
  color: #ffffff;
}
.c-btn02 a:hover::after {
  border-color: #ffffff;
}

.c-news__flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-news__flex {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}

.c-news__link {
  position: relative;
  color: #3f3a44;
  flex: 1;
  background: #ffffff;
  border: 2px solid #f0e4f6;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(157, 133, 185, 0.1);
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-news__link {
    width: 90%;
    flex: auto;
  }
}
.c-news__link:hover {
  background: #9d85b9;
  color: #ffffff;
}
.c-news__link:hover .c-news__image img {
  transform: scale(1.08);
}
.c-news__link:hover .c-news__title {
  color: #ffffff;
}
.c-news__link:hover .c-news__date {
  color: #ffffff;
}

.c-news__category {
  position: absolute;
  padding: 0 10px;
  left: 10px;
  top: 10px;
  font-size: 12px;
  background: #f7f5f8;
  border-radius: 100px;
  color: #9d85b9;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  z-index: 2;
}
.c-news__image {
  width: 100%;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.c-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.c-news__info {
  border-top: 1px solid #f0e4f6;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .c-news__info {
    padding: 20px;
  }
}

.c-news__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-news__title {
    font-size: 18px;
  }
}

.c-news__date {
  margin-top: 10px;
  text-align: left;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
  .c-news__date {
    margin-top: 6px;
    font-size: 14px;
  }
}

.c-voice__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-voice__flex {
    flex-direction: column;
    gap: 20px;
  }
}

.c-voice__item {
  flex: 1;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-voice__item {
    gap: 10px;
  }
}
.c-voice__item:nth-of-type(1) .c-voice__img {
  background-image: url("../img/common/voice01.png");
}
.c-voice__item:nth-of-type(2) .c-voice__img {
  background-image: url("../img/common/voice02.png");
}
.c-voice__item:nth-of-type(3) .c-voice__img {
  background-image: url("../img/common/voice03.png");
}

.c-voice__images {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.c-voice__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #f0e4f6;
  border-radius: 50%;
  background-size: cover;
}
.c-voice__img img {
  max-width: 80%;
}
.c-voice__prof {
  font-family: "Noto Sans", sans-serif;
  color: #9d85b9;
  font-size: 14px;
}

.c-booth__bg {
  padding: 60px 30px;
  background: url("../img/common/booth01.png") bottom 10% left 4%/auto 90% no-repeat, url("../img/common/booth02.png") top 15% right 6%/auto 80% no-repeat, url("../img/common/booth_bg.png");
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-booth__bg {
    padding: 50px 20px 120px;
    background: url("../img/common/booth01.png") bottom 1% left 1%/auto 40% no-repeat, url("../img/common/booth02.png") top 10% right 2%/auto 30% no-repeat, url("../img/common/booth_bg.png");
    gap: 20px;
  }
}

.c-booth__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-booth__title {
    font-size: 24px;
  }
}
.c-booth__title {
  line-height: 1.5;
}

.c-booth__btn {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-booth__btn {
    flex-direction: column;
    gap: 16px;
  }
}
.c-booth__btn .c-btn01 {
  width: auto;
}
.c-information {
  background: url("../img/common/info_bg01.png") bottom left 0/auto 70% no-repeat, url("../img/common/info_bg02.png") bottom right 0/auto 60% no-repeat, #f7f5f8;
}
@media screen and (max-width: 768px) {
  .c-information {
    background: url("../img/common/info_bg01.png") bottom left 0/auto 20% no-repeat, url("../img/common/info_bg02.png") bottom right 0/auto 20% no-repeat, #f7f5f8;
  }
}

@media screen and (max-width: 768px) {
  .c-information__wrapper {
    display: flex;
    justify-content: center;
  }
}

.c-information__flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-information__flex {
    gap: 40px;
    flex-direction: column;
    width: fit-content;
  }
}

.c-information__item {
  display: flex;
  align-items: start;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.c-information__title {
  width: 100%;
  font-size: 24px;
  margin-bottom: 20px;
  color: #9d85b9;
  border-bottom: 1px solid #9d85b9;
}
@media screen and (max-width: 768px) {
  .c-information__title {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

.c-information__text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-information__text {
    font-size: 16px;
  }
}
.c-information__text .title {
  margin-bottom: 6px;
  display: inline-block;
  padding: 2px 16px;
  background: #9d85b9;
  color: #ffffff;
  border-radius: 50px;
}
.c-information__text .wrap:not(:first-child) {
  margin-top: 20px;
}
.c-information__link {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-information__link {
    margin-top: 20px;
    gap: 10px;
  }
}
.c-information__link a {
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s;
  background: #9d85b9;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px 10px 10px;
  border: 1px solid #9d85b9;
}
@media screen and (max-width: 768px) {
  .c-information__link a {
    padding: 5px 20px 5px 10px;
  }
}
.c-information__link a .icon {
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.c-information__link a .icon img {
  max-width: 24px;
}
.c-information__link a p {
  margin: 0;
}
.c-information__link a:hover {
  background: #faf7fc;
  color: #ffffff;
}
.lower_mv {
  padding: 120px 0;
  background: url("../img/common/ttl_bg01.png") bottom left/15% auto no-repeat, url("../img/common/ttl_bg02.png") bottom right/10% auto no-repeat, url("../img/common/booth_bg.png") center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .lower_mv {
    padding: 30px 0;
    background: url("../img/common/ttl_bg01.png") bottom left/25% auto no-repeat, url("../img/common/ttl_bg02.png") bottom right/25% auto no-repeat, url("../img/common/booth_bg.png") center center/cover no-repeat;
  }
}

.lower_mv__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower_mv__title {
    font-size: 30px;
  }
}
.lower_mv__title .title {
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lower_mv__title .title {
    padding-bottom: 30px;
  }
}
.lower_mv__title .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 400px;
  height: 40px;
  background: url("../img/common/ttl_01.png") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .lower_mv__title .title::after {
    width: 300px;
    height: 30px;
  }
}

.c-pagination {
  margin-top: 60px;
}

.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-pagination__item {
  line-height: 1;
}

.c-pagination__link,
.c-pagination__dots {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 50%;
  font-family: "Marcellus", serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.c-pagination__link:not(.c-pagination__link--prev):not(.c-pagination__link--next),
.c-pagination__dots {
  font-family: "Marcellus", serif;
}

.c-pagination__link {
  border: 1px solid #eee8f4;
  background: #ffffff;
  color: #9d85b9;
  transition: 0.3s;
}
.c-pagination__link:hover {
  border-color: #9d85b9;
  background: #f7f5f8;
}
.c-pagination__link.is-current {
  border-color: #9d85b9;
  background: #9d85b9;
  color: #ffffff;
  pointer-events: none;
}

.c-pagination__link--prev,
.c-pagination__link--next {
  width: auto;
  min-width: 72px;
  border-radius: 999px;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
}

.c-pagination__dots {
  color: #3f3a44;
}

@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 40px;
  }
  .c-pagination__list {
    gap: 8px;
  }
  .c-pagination__link,
  .c-pagination__dots {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    font-size: 14px;
  }
  .c-pagination__link--prev,
  .c-pagination__link--next {
    min-width: 54px;
    font-size: 12px;
  }
}
.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #eee8f4;
  position: fixed;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  height: 100px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(157, 133, 185, 0.1);
}
@media screen and (max-width: 1024px) {
  .header {
    height: 70px;
  }
}

.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__logo {
  margin: 0;
  flex-shrink: 0;
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: clamp(200px, 28vw, 350px);
  height: auto;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  position: static;
  inset: auto;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: visible;
}
.header__nav .nav__logo {
  display: none;
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__nav-list a {
  color: #3f3a44;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.header__nav-list a:hover {
  color: #9d85b9;
}

.header__line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #9d85b9;
  color: #ffffff;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid #9d85b9;
  white-space: nowrap;
}
.header__line-btn:hover {
  background: #f7f5f8;
  color: #9d85b9;
}

.hamburger {
  display: none;
}

body.is-menu-open {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 12px 16px;
  }
  .header__logo img {
    width: 200px;
    max-width: 65vw;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1002;
    align-items: center;
  }
  .hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: #9d85b9;
    border-radius: 999px;
    transition: 0.3s;
  }
  .hamburger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100dvh;
    padding: 96px 24px 40px;
    background: rgba(255, 255, 255, 0.98);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    transform: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: left 0.3s, opacity 0.3s, visibility 0.3s;
    z-index: 1001;
    overflow-y: auto;
  }
  .header__nav .nav__logo {
    display: block;
    width: 80%;
    max-width: 300px;
  }
  .header__nav.is-active {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header__nav-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .header__nav-list li {
    width: 100%;
    text-align: center;
  }
  .header__nav-list a {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .header__line-btn {
    width: min(100%, 280px);
    padding: 14px 20px;
  }
}
.footer {
  position: relative;
  padding: 40px 0 20px;
  background: #f0e4f6;
  color: #9d85b9;
}
.footer .totop {
  position: absolute;
  top: -32px;
  right: 50px;
  width: 64px;
  height: 64px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #9d85b9;
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer .totop {
    right: 20px;
  }
}
.footer .totop::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #9d85b9;
  border-left: 2px solid #9d85b9;
  transform: translateX(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.footer .totop:hover {
  background: #9d85b9;
  transform: translateY(-4px);
}
.footer .totop:hover::before {
  border-color: #ffffff;
}
.footer .totop:focus-visible {
  outline: 2px solid #9d85b9;
  outline-offset: 4px;
}

.footer__inner {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: min(100% - 40px, 1120px);
  }
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__flex {
    flex-direction: column;
  }
}

.footer__logo a {
  transition: all 0.3s;
}
.footer__logo a img {
  display: block;
  width: clamp(200px, 28vw, 400px);
  height: auto;
}
.footer__logo a:hover {
  opacity: 0.7;
}

.footer__nav-list {
  color: #3f3a44;
  font-size: 16px;
  display: flex;
  gap: 30px;
  line-height: 1.2;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    font-size: 14px;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-list li {
    width: 40%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer__nav-list a {
  color: #3f3a44;
  transition: all 0.3s;
}
.footer__nav-list a:hover {
  color: #9d85b9;
}
.footer__copy {
  margin-top: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 50px;
    font-size: 10px;
  }
}

.mv {
  min-height: 800px;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../img/top/mv_img.png") center right 35%/auto 80% no-repeat, url("../img/top/mv_bg.jpg") center center/cover no-repeat;
  background: url("../img/top/mv_img.png") center right 35%/auto 80% no-repeat, url("../img/top/mv_bg.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 65vh;
    padding: 80px 0 64px;
    background: url("../img/top/mv_img.png") center center/auto 70% no-repeat, url("../img/top/mv_bg_sp.png") center center/cover no-repeat;
  }
}

.mv__inner {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    width: min(100% - 40px, 1120px);
  }
}

.mv__wrap {
  margin-right: 200px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv__wrap {
    margin-right: 0;
  }
}

.mv__wrap_inner {
  position: relative;
  width: fit-content;
}

.mv__image {
  position: absolute;
}
.mv__image.moon {
  width: clamp(60px, 8vw, 110px);
  height: auto;
  top: -18%;
  left: -10%;
}
@media screen and (max-width: 1024px) {
  .mv__image.moon {
    top: -6%;
    left: -6%;
  }
}
@media screen and (max-width: 768px) {
  .mv__image.moon {
    top: -25%;
    left: -7%;
  }
}
.mv__image.cards {
  width: clamp(60px, 7vw, 100px);
  height: auto;
  bottom: 36%;
  left: -16%;
}
@media screen and (max-width: 1024px) {
  .mv__image.cards {
    bottom: 34%;
    left: -6%;
  }
}
@media screen and (max-width: 768px) {
  .mv__image.cards {
    bottom: 34%;
    left: -6%;
  }
}
.mv__image.bird {
  width: clamp(70px, 8vw, 110px);
  height: auto;
  top: -26%;
  right: -3%;
}
@media screen and (max-width: 1024px) {
  .mv__image.bird {
    top: -16%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv__image.bird {
    top: -34%;
    right: 2%;
  }
}

.mv__title {
  margin: 0;
  color: #3f3a44;
  line-height: 1.45;
  font-weight: 700;
  font-size: clamp(26px, 4vw, 40px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 26px;
  }
}
.mv__title .big {
  color: #9d85b9;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .mv__title .big {
    font-size: 30px;
  }
}

.mv__bar {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv__bar {
    margin-top: 20px;
  }
}
.mv__bar img {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .mv__bar img {
    max-width: 300px;
  }
}

.mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mv__btn {
    margin-top: 30px;
  }
}

.top-worry {
  background: #ffffff;
}

.top-worry__lead {
  text-align: center;
  color: #9d85b9;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-worry__lead {
    font-size: 20px;
  }
}

.top-worry__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-worry__list {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-worry__item {
  padding: 30px;
  background: #ffffff;
  color: #9d85b9;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-worry__item {
    padding: 20px;
    font-size: 15px;
  }
}

.top-worry__img {
  inline-size: clamp(56px, 5vw, 72px);
  aspect-ratio: 1/1;
  border: 1px solid #9d85b9;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #faf7fc;
  padding: clamp(8px, 1vw, 12px);
  flex-shrink: 0;
}
.top-worry__img img {
  width: 85%;
  height: 85%;
  object-fit: contain;
}
.top-worry__text {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  color: #3f3a44;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-worry__text {
    font-size: 14px;
  }
}

.top-unki {
  background: url("../img/top/unki_leaf_left.png") bottom left 5%/150px auto no-repeat, url("../img/top/unki_leaf_right.png") bottom right 3%/180px auto no-repeat, #ffffff;
}
@media screen and (max-width: 768px) {
  .top-unki {
    background: url("../img/top/unki_leaf_left.png") bottom left/25% auto no-repeat, url("../img/top/unki_leaf_right.png") top 35% right/30% auto no-repeat, #ffffff;
  }
}

.top-unki__texts {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-unki__texts {
    flex-direction: column;
    gap: 40px;
  }
}

.top-unki__left p {
  font-size: 20px;
  font-weight: 700;
  color: #9d85b9;
}
@media screen and (max-width: 768px) {
  .top-unki__left p {
    font-size: 18px;
  }
}

.top-unki__right {
  flex: 1;
}

.top-unki__flow {
  margin-top: 60px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-unki__flow {
    flex-direction: column;
  }
}

.top-unki__flow--item {
  padding: 60px 30px 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-unki__flow--item {
    padding: 50px 30px 20px;
  }
}
.top-unki__flow--item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #9d85b9;
  border-right: 2px solid #9d85b9;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top-unki__flow--item::after {
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
}
.top-unki__flow--item:last-child::after {
  display: none;
}

.top-unki__flow--step {
  position: absolute;
  top: -3em;
  left: 50%;
  transform: translateX(-50%);
  background: #9d85b9;
  color: #ffffff;
  border-radius: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  aspect-ratio: 1/1;
  line-height: 1;
  padding: 20px;
  text-align: center;
  font-family: "Marcellus", serif;
  width: 6em;
  height: 6em;
}
@media screen and (max-width: 768px) {
  .top-unki__flow--step {
    top: -2.5em;
    width: 5em;
    height: 5em;
  }
}
.top-unki__flow--step .number {
  margin-top: 2px;
  display: block;
  font-size: 22px;
  text-align: center;
}
.top-unki__flow--text {
  font-family: "Noto Sans", sans-serif;
}

.top-unki__cta {
  margin-top: 40px;
  text-align: center;
}
.top-unki__cta--text {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-unki__cta--text {
    font-size: 18px;
  }
}

.top-unki__btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.top-menu {
  background: #faf7fc;
}

.top-menu__lead {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-menu__lead {
    font-size: 16px;
    text-align: left;
  }
}

.top-menu__flex {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .top-menu__flex {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.top-menu__item {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-menu__item {
    padding: 20px 20px 30px;
  }
}

.top-menu__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-menu__title {
    font-size: 24px;
  }
}
.top-menu__title .small {
  display: block;
  font-size: 0.6em;
  margin-bottom: 10px;
  border-bottom: 1px solid #9d85b9;
  padding-bottom: 0.5em;
}
.top-menu__caption {
  margin-top: 10px;
  font-size: 14px;
  color: #b89b5e;
}
.top-menu__text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top-menu__text {
    font-size: 16px;
  }
}

.top-menu__cta {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-menu__cta {
    margin-top: 40px;
  }
}

.top-profile {
  background: #faf7fc;
}

.top-profile__upper {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-profile__upper {
    gap: 40px;
    flex-direction: column;
  }
}

.top-profile__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .top-profile__img {
    width: 80%;
  }
}

.top-profile__texts {
  flex: 1;
}

.top-profile__lead {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .top-profile__lead {
    font-size: 18px;
  }
}

.top-profile__under {
  margin-top: 50px;
}
.top-profile__under__wrap:not(:first-child) {
  margin-top: 30px;
}
.top-profile__under__title {
  margin-bottom: 10px;
}
.top-news {
  background: #faf7fc;
}
@media screen and (max-width: 768px) {
  .top-news .c-news__flex {
    width: 100%;
  }
}

.top-news__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .news-new__wrapper {
    display: flex;
    justify-content: center;
  }
}

.news-latest {
  background: #faf7fc;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-latest {
    width: 90%;
  }
}
.news-latest:hover {
  background: #9d85b9;
}
.news-latest:hover .news-latest__image img {
  transform: scale(1.08);
}
.news-latest:hover .news-latest__title {
  color: #ffffff;
}
.news-latest:hover .news-latest__date {
  color: #ffffff;
}

.news-latest__flex {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-latest__flex {
    flex-direction: column;
  }
}

.news-latest__category {
  position: absolute;
  padding: 0 10px;
  left: 10px;
  top: 10px;
  font-size: 12px;
  background: #f7f5f8;
  border-radius: 100px;
  color: #9d85b9;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  z-index: 2;
}

.news-latest__image {
  width: 40%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-latest__image {
    width: 100%;
  }
}
.news-latest__image img {
  aspect-ratio: 16/11;
  object-fit: cover;
  transition: all 0.3s;
}

.news-latest__contents {
  flex: 1;
  padding: 30px 60px;
}
@media screen and (max-width: 768px) {
  .news-latest__contents {
    padding: 20px;
    width: 100%;
  }
}

.news-latest__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-latest__title {
    font-size: 18px;
  }
}

.news-latest__date {
  margin-top: 10px;
  text-align: left;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
  .news-latest__date {
    font-size: 14px;
  }
}

.news-list {
  background: #f7f5f8;
}

.news-list__others {
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-list__others {
    margin-top: 30px;
  }
}
.news-list__others .c-news__link {
  flex: 0 0 calc((100% - 64px) / 3);
}

.single-news__article {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .single-news__article {
    padding: 20px 20px 30px;
  }
}

.single-news__head {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .single-news__head {
    margin-bottom: 24px;
  }
}

.single-news__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .single-news__title {
    font-size: 22px;
  }
}

.single-news__meta {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .single-news__meta {
    gap: 16px;
    margin-top: 16px;
  }
}

.single-news__category {
  font-size: 16px;
  padding: 4px 20px;
  background: #f7f5f8;
  border-radius: 100px;
  color: #9d85b9;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-news__category {
    font-size: 12px;
    padding: 2px 16px;
  }
}

.single-news__date {
  font-family: "Marcellus", serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .single-news__date {
    font-size: 15px;
  }
}

.single-news__thumbnail {
  margin-top: 36px;
  margin-bottom: 48px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-news__thumbnail {
    margin-top: 28px;
    margin-bottom: 36px;
  }
}
.single-news__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.single-news__content {
  font-size: 18px;
  line-height: 2;
  color: #3f3a44;
}
@media screen and (max-width: 768px) {
  .single-news__content {
    font-size: 16px;
    line-height: 1.9;
  }
}
.single-news__content p {
  margin: 0 0 1.8em;
}
.single-news__content h2 {
  margin: 2.8em 0 1em;
  padding-bottom: 12px;
  border-bottom: 1px solid #9d85b9;
  color: #9d85b9;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single-news__content h2 {
    font-size: 22px;
  }
}
.single-news__content h3 {
  position: relative;
  margin: 2.4em 0 1em;
  padding-left: 16px;
  color: #3f3a44;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
.single-news__content h3::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 4px;
  height: 1.2em;
  border-radius: 100px;
  background: #9d85b9;
}
@media screen and (max-width: 768px) {
  .single-news__content h3 {
    font-size: 20px;
  }
}
.single-news__content ul {
  margin: 0 0 1.8em;
  padding: 0;
  list-style: none;
}
.single-news__content li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.7em;
}
.single-news__content li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.2em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9d85b9;
}
.single-news__content a {
  color: #9d85b9;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.single-news__figure {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .single-news__figure {
    margin: 32px 0;
  }
}
.single-news__figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 18px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .single-news__figure img {
    border-radius: 14px;
  }
}
.single-news__figure figcaption {
  margin-top: 10px;
  color: #9d85b9;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.single-news__figure--wide img {
  aspect-ratio: 16/9;
}

.single-news__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .single-news__pager {
    gap: 10px;
    margin-top: 40px;
  }
}

.single-news__pager-link,
.single-news__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #9d85b9;
  border-radius: 100px;
  color: #9d85b9;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.single-news__pager-link:hover,
.single-news__back:hover {
  background: #9d85b9;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .single-news__pager-link,
  .single-news__back {
    min-width: 80px;
  }
}

.single-news__pager-link {
  font-family: "Marcellus", serif;
}

.single-news__back {
  background: #9d85b9;
  color: #ffffff;
}
.single-news__back:hover {
  background: #ffffff;
  color: #9d85b9;
}

.menu-type__lead {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu-type__lead {
    font-size: 16px;
  }
}

.menu-type__box {
  padding: 40px 50px 50px;
}
@media screen and (max-width: 768px) {
  .menu-type__box {
    padding: 20px 20px 30px;
  }
}
.menu-type__box:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .menu-type__box:not(:first-of-type) {
    margin-top: 30px;
  }
}

.menu-type__title {
  color: #9d85b9;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .menu-type__title {
    font-size: 28px;
  }
}
.menu-type__title .small {
  color: #b89b5e;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .menu-type__title .small {
    font-size: 16px;
  }
}

.menu-type__flex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .menu-type__flex {
    margin-top: 30px;
    flex-direction: column;
    gap: 40px;
  }
}

.menu-type__content__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .menu-type__content__text {
    margin-bottom: 10px;
  }
}

.menu-type__onayami {
  padding: 20px 30px;
  border: 2px solid #f0e4f6;
  border-radius: 10px;
  flex: 1;
  line-height: 1.5;
  box-shadow: 0 0 20px rgba(157, 133, 185, 0.1);
}
@media screen and (max-width: 768px) {
  .menu-type__onayami {
    padding: 15px 16px 20px;
  }
}

.menu-type__onayami__title {
  padding-bottom: 0.5em;
  color: #9d85b9;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid #f0e4f6;
}
@media screen and (max-width: 768px) {
  .menu-type__onayami__title {
    font-size: 16px;
  }
}

.menu-type__onayami__list {
  margin-top: 1em;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.menu-type__onayami__list li {
  position: relative;
  padding-left: 30px;
}
.menu-type__onayami__list li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common/list-icon.png") no-repeat center/contain;
}
.menu-type__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .menu-type__img {
    width: 80%;
  }
}

.menu-type__price {
  margin-top: 40px;
  background: #f7f5f8;
  border-radius: 10px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .menu-type__price {
    flex-direction: column;
    padding: 20px;
  }
}

.menu-type__price__item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu-type__price__item + .menu-type__price__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 1px;
  background: #9d85b9;
}
@media screen and (max-width: 768px) {
  .menu-type__price__item + .menu-type__price__item::before {
    top: -20px;
    bottom: auto;
    left: 50%;
    width: 80%;
    height: 1px;
    transform: translateX(-50%);
  }
}

.menu-type__price__title {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .menu-type__price__title {
    font-size: 18px;
  }
}

.menu-type__price__number {
  color: #9d85b9;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .menu-type__price__number {
    font-size: 16px;
  }
}
.menu-type__price__number .big {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .menu-type__price__number .big {
    font-size: 30px;
  }
}

.menu-type__caption {
  text-align: right;
  color: #9d85b9;
}
@media screen and (max-width: 768px) {
  .menu-type__caption {
    font-size: 0.8em;
  }
}

.menu-type__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .menu-type__btn {
    margin-top: 30px;
  }
}

.menu-voice {
  background: #faf7fc;
}

.menu-faq__item {
  padding: 30px 0;
  border-bottom: 1px solid #eee8f4;
}
@media screen and (max-width: 768px) {
  .menu-faq__item {
    padding: 24px 0;
  }
}
.menu-faq__item:last-child {
  border-bottom: none;
}

.menu-faq__question,
.menu-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .menu-faq__question,
  .menu-faq__answer {
    gap: 12px;
  }
}

.menu-faq__question {
  margin-bottom: 16px;
  font-weight: 700;
  color: #3f3a44;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .menu-faq__question {
    font-size: 18px;
  }
}

.menu-faq__answer {
  line-height: 1.9;
  color: #3f3a44;
}
.menu-faq__label {
  padding-bottom: 0.1em;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #9d85b9;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(157, 133, 185, 0.25);
}
@media screen and (max-width: 768px) {
  .menu-faq__label {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
}
.menu-faq__label::before, .menu-faq__label::after {
  content: none;
}

.menu-faq__label--answer {
  background: #f7f5f8;
  color: #9d85b9;
  border: 1px solid rgba(157, 133, 185, 0.35);
  box-shadow: none;
}

.divination-illust__flex {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
a .circle {
  width: 120px;
  padding: 30px;
  background: #f7f5f8;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid #9d85b9;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  a .circle {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
}
a .circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
a p {
  text-align: center;
  margin-top: 10px;
  transition: all 0.3s;
  font-weight: 700;
}
a:hover .circle {
  background: #ffffff;
}
a:hover p {
  color: #9d85b9;
}

.divination-illust__text {
  margin-top: 40px;
  text-align: center;
}
.divination-illust__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.divination-type {
  background: #faf7fc;
}

.divination-type__box {
  scroll-margin-top: 100px;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .divination-type__box {
    scroll-margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .divination-type__box {
    padding: 20px;
  }
}
.divination-type__box:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .divination-type__box:not(:first-of-type) {
    margin-top: 30px;
  }
}

.divination-type__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .divination-type__title {
    margin-bottom: 20px;
  }
}

.divination-type__flex {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .divination-type__flex {
    flex-direction: column;
    gap: 30px;
  }
}

.divination-type__text {
  flex: 1;
}
.divination-type__text p:not(:first-child) {
  margin-top: 1em;
}

.divination-type__img {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .divination-type__img {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .divination-type__img img {
    width: 80%;
  }
}

.divination-type__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.not-found {
  padding: 120px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .not-found {
    padding: 80px 0 0;
  }
}

.not-found__content {
  padding: 120px 0;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .not-found__content {
    padding: 80px 0;
  }
}

.not-found__en {
  color: #9d85b9;
  font-family: "Marcellus", serif;
  font-size: clamp(80px, 12vw, 160px);
  line-height: 1;
  letter-spacing: 0.04em;
}

.not-found__title {
  margin-top: 24px;
  color: #9d85b9;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.5;
}

.not-found__text {
  margin-top: 24px;
  color: #3f3a44;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .not-found__text {
    font-size: 14px;
    text-align: left;
  }
  .not-found__text br {
    display: none;
  }
}

.not-found__button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */
