@charset "UTF-8";
@import 'variables.css';

html, body {
  overflow-x: hidden!important;
}
main {
  margin-top: 130px;
}
.p-about__mv {
  position: relative;
}
.p-about__image {
  width: 100%;
  height: auto;
}
.p-about-problems {
  padding-top: 10rem;
}
.p-about-problems__container {
  margin-bottom: 7rem;
  border: 1px solid var(--yellow);
  border-radius: 8px;
  position: relative;
  padding: 7rem 2rem 9rem;
}
.p-about-problems__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--yellow);
  background: var(--white);
  white-space: nowrap;
  padding: 0 3rem;
}
.p-about-problems__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: fit-content;
  margin: 0 auto;
}
.p-about-problems__item {
  position: relative;
  padding-left: 3.6rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.45;
}
.p-about-problems__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/checkbox--yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 19px;
}
.p-about-problems__text {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.65;
  color: var(--yellow);
  margin-top: 5rem;
  text-align: center;
}
.p-about-problems__text span {
  margin-top: -0.5rem;
}
.p-about-problems__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 75%;
  height: 140px;
  width: 100%;
  background: var(--yellow);
  color: var(--black);
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
.p-about-problems__button::before {
  content: "";
  position: absolute;
  right: 74px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--black);
  opacity: 0.6;
}
.p-about-problems__button::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background-image: url(../img/common/arrow-right--black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-about-menus {
  padding-top: 10rem;
}
.p-about-menus__list {
  display: flex;
  gap: 1rem;
}
.p-about-menus-item {
  border: 6px solid var(--light-gray-secondary);
  width: calc((100% - 3rem) / 4);
  min-height: 100px;
}
.p-about-menus-item__link {
  display: flex;
  align-items: center;
  padding: 1rem 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--black);
  height: 100%;
  position: relative;
}
.p-about-menus-item__link::before {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--black);
  opacity: 0.6;
}
.p-about-menus-item__link::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 14px;
  background-image: url(../img/common/arrow-bottom--black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-about-why-otoliv {
  padding-top: 13rem;
}
.p-about-why-otoliv__list {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  margin-bottom: 13rem;
}
.p-about-why-otoliv-item {
  display: flex;
  gap: 6rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 8rem;
}
.p-about-why-otoliv-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-about-why-otoliv--wide {
  flex-direction: column;
}
.p-about-why-otoliv-item--reverse {
  flex-direction: row-reverse;
}
.p-about-why-otoliv-item__content {
  width: calc(((100% - 6rem) / 2) - 1rem);
}
.p-about-why-otoliv--wide .p-about-why-otoliv-item__content {
  width: 100%;
}
.p-about-why-otoliv-item__number {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  position: relative;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.p-about-why-otoliv-item__number::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
}
.p-about-why-otoliv-item__number--prefix {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: inline-block;
}
.p-about-why-otoliv-item__head {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-about-why-otoliv--wide .p-about-why-otoliv-item__head {
  flex-direction: row;
  gap: 2rem;
}
.p-about-why-otoliv-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.p-about-why-otoliv--wide .p-about-why-otoliv-item__title {
  width: 50%;
}
.p-about-why-otoliv-item__title--yellow {
  color: var(--yellow);
}
.p-about-why-otoliv-item__title--font-inter {
  font-family: 'Inter', sans-serif;
}
.p-about-why-otoliv--wide .p-about-why-otoliv-item__description {
  width: calc(50% - 3rem);
}
.p-about-why-otoliv-item__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--text-gray);
}
.p-about-why-otoliv-item__image-container {
  width: calc(((100% - 6rem) / 2) + 1rem);
}
.p-about-why-otoliv--wide .p-about-why-otoliv-item__image-container {
  width: 100%;
}
.p-about-why-otoliv-item__image {
  max-width: 550px;
  width: 100%;
}
.p-about-why-otoliv--wide .p-about-why-otoliv-item__image {
  max-width: none;
}
.p-about-cases {
  background-image: url(../img/about/bg-about-cases.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 9.5rem 0;
}
.p-about-cases__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  color: var(--white);
  text-align: center;
}
.p-about-cases__list {
  max-width: 1405px;
  padding: 0 2rem;
  margin: 5.5rem auto 0;
  display: flex;
  gap: 1.5rem;
}
.p-about-cases-item {
  width: calc((100% - 4.5rem) / 4);
  background: var(--white);
  padding: 1.5rem;
  position: relative;
}
.p-about-cases-item.swiper-slide {
  height: auto;
}
.p-about-cases-item__image {
  width: 100%;
}
.p-about-cases-item__label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--yellow);
  background: var(--black);
  padding: 0.4rem 1.2rem;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-about-cases-item__title {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-about-cases-item__place {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #999999;
}
.p-about-cases-item__description {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
.p-about-cases__slider {
  display: none;
  margin-top: 3rem;
  position: relative;
}
.p-about-cases__navigation {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2rem;
}
.p-about-cases__button-prev.swiper-button-prev,
.p-about-cases__button-next.swiper-button-next {
  position: relative;
  top: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.p-about-cases__button-prev.swiper-button-prev {
  left: auto;
}
.p-about-cases__button-next.swiper-button-next {
  right: auto;
}
.p-about-cases__button-prev::after,
.p-about-cases__button-next::after {
  display: none;
}
.p-about-cases__button-prev svg,
.p-about-cases__button-next svg {
  width: 8px;
  height: 12px;
}
.p-about-cases__pagination.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: auto!important;
  bottom: 0!important;
}
.p-about-cases__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--white);
  opacity: 1;
  margin: 0!important;
}
.p-about-cases__pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: var(--black);
}
.p-about-cases__button {
  margin: 5.5rem auto 0;
  width: 290px;
  height: 75px;
  padding-left: 8rem;
}
.p-about-artist {
  padding-top: 13rem;
}
.p-about-artist__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 4rem;
  color: var(--text-gray);
  text-align: center;
}
.p-about-artist__list {
  max-width: 1180px;
  padding: 0 2rem;
  margin: 6rem auto 0;
  display: flex;
  gap: 4.5rem;
}
.p-about-artist-item {
  width: calc((100% - 9rem) / 3);
}
.p-about-artist-item__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  margin-top: 2.5rem;
}
.p-about-artist-item__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;  
  margin-top: 1.5rem;
  color: var(--text-gray);
}
.p-about-artist__slider {
  display: none;
}
.p-about-artist__button {
  margin: 6rem auto 0;
  width: 290px;
  height: 75px;
  padding-left: 8rem;
}
.p-about-event-category {
  padding: 13rem 0;
}
.p-about-event-category__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2rem;
}
.p-about-event-category__text {
  margin-top: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-about-event-category__text--mt100 {
  margin-top: 10rem;
}
.p-about-event-category__text--yellow {
  color: var(--yellow);
}
.p-about-event-category__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 3rem;
  margin-top: 6rem;
}
.p-about-event-category-item {
  width: calc((100% - 6rem) / 4);
  cursor: pointer;
}
.p-about-event-category-item__image {
  width: 100%;
}
.p-about-event-category-item__title {
  margin-top: 1.5rem;
  border-left: 6px solid var(--yellow);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  padding-left: 1.2rem;
  min-height: 30px;
}
.p-about-event-category-item-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--popup-bg);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 8rem;
  z-index: var(--layer-popup);
}
.p-about-event-category-item-popup.is-active {
  display: block;
}
.p-about-event-category-item-popup__container {
  background: var(--white);
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
.p-about-event-category-item-popup-gallery__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  padding-bottom: 3.6rem;
  margin-bottom: 6rem;
}
.p-about-event-category-item-popup-gallery__title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background: var(--yellow);
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% - 30px));
}
.p-about-event-category-item-popup-gallery__title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background: var(--border-gray);
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% + 30px));
}
.p-about-event-category-item-popup-gallery__slide-item.swiper-slide {
  transform: scale(0.864);
  transition: transform 0.3s ease;
}
.p-about-event-category-item-popup-gallery__slide-item.swiper-slide-active {
  transform: scale(1);
}
.p-about-event-category-item-popup-gallery__slide-image {
  width: 100%;
  height: auto;
}
.p-about-event-category-item-popup-gallery__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.swiper-container-horizontal> .p-about-event-category-item-popup-gallery__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.6rem;
  background: var(--yellow);
  opacity: 0.5;
}
.p-about-event-category-item-popup-gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.p-about-event-category-item-popup__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.65;
  text-align: center;
  margin: 6rem auto;
  max-width: 1040px;
  padding: 0 2rem;
}
.p-about-event-category-item-popup-points {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem;
}
.p-about-event-category-item-popup-points__title {
  position: relative;
	font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--yellow);
}
.p-about-event-category-item-popup-points__title span {
  position: relative;
  background: var(--white);
  padding: 0 5rem;
}
.p-about-event-category-item-popup-points__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--yellow);
}
.p-about-event-category-item-popup-points__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.p-about-event-category-item-popup-points-item__image {
  width: 100%;
  height: auto;
}
.p-about-event-category-item-popup-points-item__description {
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
.p-about-event-category-item-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: var(--black);
  cursor: pointer;
}
.p-about-event-category-box {
  max-width: 1180px;
  padding: 0 2rem;
  margin: 0 auto;
}
.p-about-event-category-box__container {
  padding: 5rem;
  background: var(--section-gray);
  margin-top: 6rem;
}
.p-about-event-category-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.55;
  text-align: center;
}
.p-about-event-category-box__text {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.55;
  color: var(--text-gray);
}
.p-about-event-category__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-gray);
  margin-top: 3rem;
}
.p-about-event-category-slider-item__image {
  width: 100%;
}
.p-about-event-category__slider {
  margin-top: 6rem;
  margin-left: -130px;
}
.p-about-event-category__slider-wrapper {
  transition-timing-function: linear;
}
.p-about-plan {
  padding-top: 13rem;
}
.p-about-plan__container {
  max-width: 1180px;
  padding: 0 2rem;
  margin: 0 auto;
}
.p-about-ordermade-plan {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.p-about-ordermade-plan__container {
  display: flex;
  gap: 6.5rem;
  align-items: center;
}
.p-about-ordermade-plan__image {
  max-width: 655px;
  width: 100%;
  flex: 1;
}
.p-about-ordermade-plan__content {
  flex: 1;
}
.p-about-ordermade-plan__recommend {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.p-about-ordermade-plan__recommend span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--text-gray);
}
.p-about-ordermade-plan__decoration {
  width: 9px;
  height: 20px;
}
.p-about-ordermade-plan__title,
.p-about-package-plan__title {
  margin-top: 1rem;
  border-left: 6px solid var(--yellow);
  padding-left: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
}
.p-about-ordermade-plan__description {
  margin-top: 3.5rem;
}
.p-about-ordermade-plan__label,
.p-about-package-plan__label {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: var(--yellow);
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 60px;
}
.p-about-ordermade-plan__box,
.p-about-package-plan__box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
.p-about-ordermade-plan__item,
.p-about-package-plan__item {
  position: relative;
  color: var(--text-gray);
  padding-left: 3.8rem;
}
.p-about-ordermade-plan__item,
.p-about-ordermade-plan__highlight,
.p-about-package-plan__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.p-about-ordermade-plan__item::before,
.p-about-package-plan__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/check-icon--yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.p-about-ordermade-plan__highlight,
.p-about-package-plan__highlight {
  position: relative;
}
.p-about-ordermade-plan__highlight::before,
.p-about-package-plan__highlight::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 2px;
  height: 15px;
  background: var(--vivid-yellow);
  z-index: var(--layer-behind-content);
}
.p-about-ordermade-plan__link,
.p-about-package-plan__link  {
  margin-top: 3.5rem;
  width: 260px;
  height: 75px;
  padding-left: 4rem;
}
.p-about-package-plan {
  border: 8px solid var(--light-gray-secondary);
  padding: 3rem;
}
.p-about-package-plan__container {
  display: flex;
  gap: 4rem;
}
.p-about-package-plan__content {
  flex-grow: 1;
}
.p-about-package-plan__title {
  margin-top: 0;
}
.p-about-package-plan__description {
  margin-top: 2rem;
}
.p-about-package-plan__link {
  margin-top: 0;
  align-self: flex-end;
}
.p-about-faq {
  padding: 13rem 0;
}
.p-about-faq__text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1.5rem;
}
.p-about-faq__container {
  max-width: 1000px;
  padding: 0 2rem;
  margin: 0 auto;
}
.p-about-faq__tabs {
  display: flex;
  gap: 1rem;
  margin-top: 6rem;
}
.p-about-faq-tab-item {
  width: calc((100% - 3rem) / 4);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--yellow);
  border: 1px solid var(--yellow);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-about-faq-tab-item.is-active {
  background: var(--yellow);
  color: var(--white);
}
.p-about-faq__categories {
  margin-top: 4rem;
}
.p-about-faq-category__item-list {
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.p-about-faq-category-item {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: #F7F7F7;
  padding: 4rem;
}
.p-about-faq-category-item-question,
.p-about-faq-category-item-answer {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.p-about-faq-category-item-question {
  position: relative;
  cursor: pointer;
}
.p-about-faq-category-item-question::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 2.5px;
  background: var(--yellow);
  transition: transform 0.3s ease;
}
.p-about-faq-category-item-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 18px;
  height: 2.5px;
  background: var(--yellow);
  transition: transform 0.3s ease;
}
.is-open .p-about-faq-category-item-question::before {
  transform: translateY(-50%) rotate(45deg);
}
.is-open .p-about-faq-category-item-question::after {
  transform: translateY(-50%) rotate(135deg);
}
.p-about-faq-category-item-question__text {
  max-width: 87.5%;
  margin-right: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
.p-about-faq-category-item-answer {
  padding-top: 2rem;
  margin-left: 5.6rem;
}
.p-about-faq-category-item__button {
  margin: 6rem auto 0;
}
@media screen and (max-width: 1279px) {
  .p-about-menus__list {
    flex-wrap: wrap;
  }
  .p-about-menus-item {
    width: calc((100% - 1rem) / 2);
  }
  .p-about-ordermade-plan__image {
    max-width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .p-about-menus-item__link {
    padding: 1rem;
    font-size: 1.6rem;
  }
  .p-about-menus-item__link::before {
    height: 35px;
    right: 50px;
  }
  .p-about-menus-item__link::after {
    right: 20px;
    width: 14px;
    height: 12px;
  }
  .p-about-ordermade-plan__image {
    max-width: 350px;
  }
  .p-about-ordermade-plan__container {
    gap: 3rem;
  }
  .p-about-package-plan__container {
    flex-direction: column;
    gap: 2rem;
  }
  .p-about-package-plan__image {
    width: 100%;
  }
  .p-about-package-plan__link {
    margin-top: 0;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .p-about-problems {
    padding-top: 7rem;
  }
  .p-about-problems__container {
    padding: 4rem 2rem 7rem;
    margin-bottom: 5.5rem;
  }
  .p-about-problems__title {
    font-size: 1.9rem;
    padding: 0 0.5rem;
  }
  .p-about-problems__item {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 2.7rem;
  }
  .p-about-problems__item::before {
    width: 17px;
    height: 14px;
    top: 5px;
    transform: none;
  }
  .p-about-problems__text {
    margin-top: 4rem;
    font-size: 1.5rem;
    gap: 1.1rem;
  }
  .p-about-problems__decoration {
    margin-top: 1.5rem;
    width: 25px;
    height: 42px;
    flex-shrink: 0;
  }
  .p-about-problems__text span {
    margin-top: 0;
  }
  .p-about-problems__button {
    max-width: 300px;
    height: 110px;
    font-size: 1.5rem;
    gap: 1.5rem;
    justify-content: flex-start;
    padding-left: 3.2rem;
  }
  .p-about-problems__mail-icon {
    width: 20px;
    height: 15px;
  }
  .p-about-problems__button::before {
    right: 5rem;
    height: 35px;
  }
  .p-about-problems__button::after {
    right: 2rem;
    width: 12px;
    height: 10px;
  }
  .p-about-menus {
    padding-top: 6rem;
  }
  .p-about-menus__list {
    flex-wrap: wrap;
  }
  .p-about-menus-item {
    border: 5px solid var(--light-gray-secondary);
    width: calc((100% - 1rem) / 2);
    min-height: 66px;
  }
  .p-about-menus-item__link {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
  .p-about-why-otoliv__list {
    margin-top: 5.5rem;
    margin-bottom: 6rem;
  }
  .p-about-why-otoliv-item {
    flex-direction: column-reverse;
    gap: 2rem;
    padding-bottom: 6rem;
    border-bottom: none;
    margin-bottom: 0;
  }
  .p-about-why-otoliv-item__content {
    width: 100%;
  }
  .p-about-why-otoliv-item__head {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
  .p-about-why-otoliv--wide .p-about-why-otoliv-item__head {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-about-why-otoliv-item__number {
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 0.3rem;
  }
  .p-about-why-otoliv-item__number::before {
    bottom: -0.3rem;
  }
  .p-about-why-otoliv-item__number--prefix {
    font-size: 1.2rem;
  }
  .p-about-why-otoliv-item__title {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
  .p-about-why-otoliv--wide .p-about-why-otoliv-item__title {
    width: 100%;
  }
  .p-about-why-otoliv-item__description {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .p-about-why-otoliv--wide .p-about-why-otoliv-item__description {
    width: 100%;
  }
  .p-about-why-otoliv-item__image-container {
    width: 100%;
  }
  .p-about-cases {
    padding: 8rem 0 4.5rem;
    background-image: url(../img/about/bg-about-cases--sp.webp);
  }
  .p-about-cases__text {
    font-size: 1.4rem;
    letter-spacing: 0;
    max-width: 340px;
    padding-top: 4rem;
  }
  .p-about-cases__list {
    display: none;
  }
  .p-about-cases__slider {
    display: block;
  }
  .p-about-cases__navigation  {
    display: flex;
  }
  .p-about-cases__button {
    margin: 2rem auto 0;
    width: 260px;
    height: 70px;
    padding-left: 7.5rem;
  }
  .p-about-artist {
    padding-top: 8rem;
  }
  .p-about-artist__text {
    font-size: 1.4rem;
    letter-spacing: 0;
    max-width: 360px;
    padding-top: 4rem;
  }
  .p-about-artist__list {
    display: none;
  }
  .p-about-artist__slider {
    display: flex;
    max-width: 90%;
    width: 100%;
    margin: 4rem auto 0;
    position: relative;
  }
  .p-about-artist-item__name {
    font-size: 1.9rem;
    margin-top: 1.5rem;
  }
  .p-about-artist-item__description {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .swiper-container-horizontal > .p-about-artist__slider-pagination {
    bottom: -4.5rem;
  }
  .swiper-container-horizontal > .p-about-artist__slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E8E8E8;
    opacity: 1;
    margin: 0 0.7rem;
  }
  .swiper-container-horizontal > .p-about-artist__slider-pagination .swiper-pagination-bullet-active {
    background: var(--yellow);
  }
  .p-about-artist__button {
    margin: 7rem auto 0;
    width: 260px;
    height: 70px;
    padding-left: 7.5rem;
  }
  .p-about-event-category {
    padding: 6rem 0;
  }
  .p-about-event-category__container {
    padding: 0 3rem;
  }
  .p-about-event-category__text {
    margin-top: 4rem;
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.65;
    letter-spacing: 0;
  }
  .p-about-event-category__list {
    margin-top: 4rem;
    flex-direction: column;
    row-gap: 4rem;
  }
  .p-about-event-category-item {
    width: 100%;
  }
  .p-about-event-category-item__title {
    margin-top: 2rem;
    border-left: 5px solid var(--yellow);
    font-size: 1.5rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
    min-height: 25px;
  }
  .p-about-event-category-box {
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding: 0 2.5rem;
  }
  .p-about-event-category-box__container {
    padding: 3rem 2rem;
    margin-top: 0;
  }
  .p-about-event-category-box__title {
    font-size: 1.5rem;
  }
  .p-about-event-category-box__text {
    font-size: 1.4rem;
  }
  .p-about-event-category__description {
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: left;
  }
  .p-about-event-category__slider {
    margin-top: 4rem;
    margin-left: 0;
  }
  .p-about-event-category-item-popup {
    padding: 0;
  }
  .p-about-event-category-item-popup__container {
    padding: 8rem 0 5rem;
  }
  .p-about-event-category-item-popup-gallery__title {
    font-size: 2rem;
    padding-bottom: 2.1rem;
    margin-bottom: 4rem;
  }
  .p-about-event-category-item-popup__text {
    font-size: 1.4rem;
    margin: 4rem auto;
    padding: 0 1.5rem;
  }
  .p-about-event-category-item-popup-points {
    padding: 0 1.5rem;
  }
  .p-about-event-category-item-popup-points__title {
    font-size: 4.4rem;
  }
  .p-about-event-category-item-popup-points__title::before {
    display: none;
  }
  .p-about-event-category-item-popup-points__title span {
    padding: 0;
  }
  .p-about-event-category-item-popup-points__list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .p-about-event-category-item-popup-points-item__description {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .p-about-ordermade-plan {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  .p-about-plan__container {
    padding: 0 2.5rem;
  }
  .p-about-ordermade-plan__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-about-ordermade-plan__image {
    max-width: none;
  }
  .p-about-ordermade-plan__recommend {
    gap: 1.5rem;
  }
  .p-about-ordermade-plan__decoration {
    width: 7px;
    height: 15px;
  }
  .p-about-ordermade-plan__recommend span {
    font-size: 1.2rem;
  }
  .p-about-ordermade-plan__title, 
  .p-about-package-plan__title {
    border-left: 5px solid var(--yellow);
    padding-left: 1.3rem;
    font-size: 1.9rem;
    line-height: 1.65;
  }
  .p-about-ordermade-plan__description {
    margin-top: 3rem;
  }
  .p-about-ordermade-plan__label,
  .p-about-package-plan__label {
    font-size: 1.3rem;
  }
  .p-about-ordermade-plan__box,
  .p-about-package-plan__box {
    gap: 1.5rem;
  }
  .p-about-ordermade-plan__item,
  .p-about-package-plan__item {
    padding-left: 3rem;
  }
  .p-about-ordermade-plan__item,
  .p-about-ordermade-plan__highlight,
  .p-about-package-plan__item {
    font-size: 1.4rem;
  }
  .p-about-ordermade-plan__item::before,
  .p-about-package-plan__item::before {
    width: 18px;
    height: 18px;
  }
  .p-about-ordermade-plan__highlight::before, 
  .p-about-package-plan__highlight::before {
    left: 0;
    height: 8px;
  }
  .p-about-ordermade-plan__link, 
  .p-about-package-plan__link {
    margin-top: 3.5rem;
    height: 70px;
  }
  .p-about-package-plan {
    border: 2px solid var(--light-gray-secondary);
    padding: 2rem;
  }
  .p-about-faq {
    padding: 8rem 0;
  }
  .p-about-faq__text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .p-about-faq__container {
    padding: 0 1.5rem;
  }
  .p-about-faq__tabs {
    gap: 0.4rem;
    margin-top: 3rem;
  }
  .p-about-faq-tab-item {
    width: calc((100% - 1.2rem) / 4);
    height: 40px;
    font-size: 1.3rem;
  }
  .p-about-faq__categories {
    margin-top: 2rem;
  }
  .p-about-faq-category {
    display: none;
  }
  .p-about-faq-category.is-active {
    display: block;
  }
  .p-about-faq-category__item-list {
    margin-top: 2rem;
    gap: 1rem;
  }
  .p-about-faq-category-item {
    padding: 2rem 1.5rem;
  }
  .p-about-faq-category-item-question,
  .p-about-faq-category-item-answer {
    align-items: flex-start;
    gap: 1.2rem;
  }
  .p-about-faq-category-item-question::before {
    width: 16px;
  }
  .p-about-faq-category-item-question::after {
    width: 16px;
  }
  .p-about-faq-category-item-question__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-top: 0.8rem;
  }
  .p-about-faq-category-item-question__text {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .p-about-faq-category-item-answer {
    margin-left: 4.2rem;
  }
  .p-about-faq-category-item__button {
    width: 260px;
    padding-left: 7.4rem;
    margin-top: 3rem;
  }
}