@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  background-color: #fff;
  font-family: "MFW-PA1GothicStdN-Regular", system-ui, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  overflow-x: clip;
}

@media screen and (min-width: 1025px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }
}

.main {
  padding-top: 80px;
}
.main--top {
  padding-top: 80px;
}
@media screen and (min-width: 1025px) {
  .main--top {
    padding-top: 0;
  }
}

.main__wrapper {
  position: relative;
}

.main__arc {
  pointer-events: none;
  margin-top: -7.1428571429vw;
  width: 14.2857142857vw;
  height: 14.2857142857vw;
  margin-bottom: -1px;
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  bottom: 31px;
  right: 79px;
}
@media screen and (max-width: 767px) {
  .main__arc {
    margin-top: -5.3333333333vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    position: relative;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__arc {
    margin-top: -10.6666666667vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.main__arc img, .main__arc svg {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

.main__border {
  width: 100%;
  height: 32px;
  background: #F61A25;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.main__inner {
  margin: 0 auto;
  padding-top: min(7.1428571429vw, 120px);
  padding-bottom: 32px;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .main__inner {
    padding-top: min(16vw, 60px);
    padding-bottom: 0;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__inner {
    padding-top: min(16vw, 60px);
    padding-bottom: 0;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.main__title {
  text-align: center;
  font-size: clamp(64px, 3.8095238095vw, 80px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.5; /* 96px */
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 767px) {
  .main__title {
    font-size: min(8.5333333333vw, 32px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__title {
    font-size: min(8.5333333333vw, 32px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}

.main__contents {
  display: flex;
  flex-direction: column;
  gap: min(4.2857142857vw, 72px);
}
@media screen and (max-width: 767px) {
  .main__contents {
    gap: min(9.6vw, 36px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__contents {
    gap: min(9.6vw, 36px);
  }
}

.main__contents__item address {
  font: inherit;
}

.main__contents__item__title {
  display: flex; /* Flexboxを有効化 */
  align-items: baseline; /* テキストの下揃え */
  font-size: clamp(24px, 1.4285714286vw, 40px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.8; /* 43.2px */
  letter-spacing: 0.02em;
  margin-bottom: min(2.380952381vw, 40px);
}
@media screen and (max-width: 767px) {
  .main__contents__item__title {
    font-size: min(6.4vw, 24px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__contents__item__title {
    font-size: min(6.4vw, 24px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
.main__contents__item__title .title__number {
  margin-right: 0.5em; /* 数字とテキストの間隔 */
}
.main__contents__item__subtitle {
  font-size: clamp(18px, 1.0714285714vw, 36px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.8; /* 43.2px */
  letter-spacing: 0.02em;
  margin-bottom: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 767px) {
  .main__contents__item__subtitle {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__contents__item__subtitle {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}

.main__contents__subitem {
  margin-top: min(2.380952381vw, 40px);
}
@media screen and (max-width: 767px) {
  .main__contents__subitem {
    margin-top: min(5.3333333333vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__contents__subitem {
    margin-top: min(5.3333333333vw, 20px);
  }
}

.main__text,
.main__text p {
  font-style: normal;
  line-height: 1.8; /* 32.4px */
  letter-spacing: 0.02em;
  font-size: clamp(16px, 0.9523809524vw, 18px);
}
@media screen and (max-width: 767px) {
  .main__text,
  .main__text p {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__text,
  .main__text p {
    font-size: min(4.2666666667vw, 16px);
  }
}

.main__list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
  font-size: clamp(16px, 1.0714285714vw, 18px);
  font-style: normal;
  line-height: 1.8; /* 32.4px */
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .main__list {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__list {
    font-size: min(4.2666666667vw, 16px);
  }
}

ol.main__list {
  list-style-type: decimal;
}

.main__contents__company {
  padding: min(3.0952380952vw, 52px) min(5.9523809524vw, 100px) min(4.2857142857vw, 72px);
  border-radius: min(2.380952381vw, 40px) min(2.380952381vw, 40px) min(16.6666666667vw, 280px) min(2.380952381vw, 40px);
  background: #F2F2F2;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .main__contents__company {
    width: min(53.5714285714vw, 900px);
  }
}
@media screen and (max-width: 767px) {
  .main__contents__company {
    padding: min(6.9333333333vw, 26px) min(5.3333333333vw, 20px) min(12.2666666667vw, 46px);
    border-radius: min(10.6666666667vw, 40px) min(10.6666666667vw, 40px) min(48vw, 180px) min(10.6666666667vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__contents__company {
    padding: min(6.9333333333vw, 26px) min(10.6666666667vw, 40px) min(12.2666666667vw, 46px);
    border-radius: min(10.6666666667vw, 40px) min(10.6666666667vw, 40px) min(48vw, 180px) min(10.6666666667vw, 40px);
  }
}
.main__contents__company dl {
  padding: min(2.8571428571vw, 48px) 0;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (min-width: 1025px) {
  .main__contents__company dl {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .main__contents__company dl {
    padding: min(6.4vw, 24px) min(5.3333333333vw, 20px) min(6.4vw, 24px) 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__contents__company dl {
    padding: min(6.4vw, 24px) min(5.3333333333vw, 20px) min(6.4vw, 24px) 0;
    flex-direction: column;
  }
}
.main__contents__company dl:last-child {
  border-bottom: none;
}
.main__contents__company dt {
  flex-shrink: 0;
  font-size: min(1.0714285714vw, 18px);
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px) {
  .main__contents__company dt {
    padding-right: min(2.380952381vw, 40px);
    width: min(6.8452380952vw, 115px);
  }
}
@media screen and (max-width: 767px) {
  .main__contents__company dt {
    font-size: min(3.7333333333vw, 14px);
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__contents__company dt {
    font-size: min(3.7333333333vw, 14px);
    width: 100%;
  }
}
.main__contents__company dd {
  font-size: min(1.0714285714vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .main__contents__company dd {
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__contents__company dd {
    font-size: min(3.7333333333vw, 14px);
  }
}

.main__table__list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: min(2.8571428571vw, 48px);
}
@media screen and (max-width: 767px) {
  .main__table__list {
    gap: min(6.4vw, 24px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main__table__list {
    gap: min(6.4vw, 24px);
  }
}

.main__table__list__item span {
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
}

.--arc {
  position: relative;
}
.--arc::before {
  position: absolute;
  content: "";
  width: 14.2857142857vw;
  height: 14.2857142857vw;
  top: -14.2261904762vw;
  right: 80px;
  background: transparent url(/img/common/red-arc.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .--arc::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    top: -26.4vw;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .--arc::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    top: -26.4vw;
    right: 0;
  }
}

.sns {
  display: flex;
  align-items: flex-start;
  gap: min(0.9523809524vw, 16px);
}
@media screen and (max-width: 767px) {
  .sns {
    gap: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sns {
    gap: min(4.2666666667vw, 16px);
  }
}

.sns__btn img {
  width: min(3.8095238095vw, 64px);
}
@media screen and (max-width: 767px) {
  .sns__btn img {
    width: min(10.6666666667vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sns__btn img {
    width: min(10.6666666667vw, 64px);
  }
}
.sns__btn span {
  margin-top: min(0.4761904762vw, 8px);
  display: block;
  color: black;
  font-size: min(0.8333333333vw, 14px);
  font-style: normal;
  line-height: 1.2; /* 16.8px */
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sns__btn span {
    margin-top: min(2.1333333333vw, 8px);
    font-size: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sns__btn span {
    margin-top: min(2.1333333333vw, 8px);
    font-size: min(3.2vw, 14px);
  }
}

.sns__contents {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding: min(1.9047619048vw, 32px);
  gap: min(0.9523809524vw, 16px);
  border-radius: max(2.380952381vw, 40px);
  background: #fff;
  box-shadow: 0 0 min(1.4285714286vw, 24px) 0 rgba(0, 0, 0, 0.12);
  display: none;
}
@media screen and (min-width: 1025px) {
  .sns__contents {
    right: min(4.7619047619vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .sns__contents {
    right: 0;
    padding: min(6.4vw, 24px);
    gap: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sns__contents {
    right: 0;
    padding: min(6.4vw, 24px);
    gap: min(3.2vw, 12px);
  }
}
.sns__contents.is-active {
  display: flex;
}

.sns__contents__item img {
  width: min(3.3333333333vw, 56px);
}
@media screen and (max-width: 767px) {
  .sns__contents__item img {
    width: min(10.6666666667vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sns__contents__item img {
    width: min(10.6666666667vw, 56px);
  }
}
.sns__contents__item span {
  margin-top: min(0.4761904762vw, 8px);
  display: block;
  font-size: min(0.8333333333vw, 14px);
  font-style: normal;
  line-height: 1.2; /* 16.8px */
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sns__contents__item span {
    margin-top: min(2.1333333333vw, 8px);
    font-size: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sns__contents__item span {
    margin-top: min(2.1333333333vw, 8px);
    font-size: min(3.2vw, 14px);
  }
}

.snsicon__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.snsicon__list > li {
  width: 40px;
  height: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}
.snsicon__list > li a {
  display: flex;
  margin: -1px;
  line-height: 1;
}
.snsicon__list > li img, .snsicon__list > li svg {
  width: 100%;
  height: 100%;
}
.snsicon__list > li .snsicon__svg .snsicon__svg__body {
  fill: black;
}
.snsicon__list.--red > li {
  border-color: #fff;
  background: #fff;
}
.snsicon__list.--red > li .snsicon__svg .snsicon__svg__body {
  fill: #F61A25;
}

.note__detail__description {
  padding: min(2.380952381vw, 40px);
  border-radius: 20px;
  background: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .note__detail__description {
    padding: min(6.4vw, 24px);
    margin-left: min(4.2666666667vw, 16px);
    margin-right: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description {
    padding: min(6.4vw, 48px);
    margin-left: min(4.2666666667vw, 32px);
    margin-right: min(4.2666666667vw, 32px);
  }
}

.note__detail__description__text {
  font-size: min(0.9523809524vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: min(1.9047619048vw, 32px);
}
@media screen and (max-width: 767px) {
  .note__detail__description__text {
    margin-bottom: min(8.5333333333vw, 32px);
    font-size: min(3.7333333333vw, 14px);
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__text {
    margin-bottom: min(8.5333333333vw, 64px);
    font-size: min(3.7333333333vw, 28px);
    letter-spacing: 0.02em;
  }
}

.note__detail__description__lead {
  font-size: min(0.9523809524vw, 16px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.02em;
  margin-bottom: min(1.4285714286vw, 24px);
}
@media screen and (max-width: 767px) {
  .note__detail__description__lead {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__lead {
    font-size: min(3.7333333333vw, 28px);
    margin-bottom: min(4.2666666667vw, 32px);
  }
}

.note__detail__description__members {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 767px) {
  .note__detail__description__members {
    gap: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members {
    gap: min(4.2666666667vw, 32px);
  }
}

.note__detail__description__members__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.8333333333vw, 14px);
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item {
    flex-direction: row;
    gap: min(2.6666666667vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item {
    flex-direction: row;
    gap: min(2.6666666667vw, 20px);
  }
}

.note__detail__description__members__item__dialog {
  width: min(35.7142857143vw, 600px);
  margin: auto;
  padding: min(2.380952381vw, 40px) min(2.380952381vw, 40px) min(2.380952381vw, 40px);
  border: none !important;
  border-radius: min(2.380952381vw, 40px);
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item__dialog {
    padding: min(16vw, 60px) min(5.3333333333vw, 20px) min(5.3333333333vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item__dialog {
    padding: min(16vw, 120px) min(5.3333333333vw, 40px) min(5.3333333333vw, 40px);
  }
}

.dialog__close {
  position: absolute;
  top: min(2.380952381vw, 40px);
  right: min(2.380952381vw, 40px);
  width: min(2.380952381vw, 40px);
  height: min(2.380952381vw, 40px);
}
@media screen and (max-width: 767px) {
  .dialog__close {
    width: min(10.6666666667vw, 40px);
    height: min(10.6666666667vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dialog__close {
    width: min(10.6666666667vw, 80px);
    height: min(10.6666666667vw, 80px);
  }
}
.dialog__close img {
  width: 100%;
}

.note__detail__description__members__item__dialog__contents {
  overflow-y: scroll;
  max-height: 70vh;
}

.note__detail__description__members__item__dialog__img {
  width: min(11.9047619048vw, 200px);
  height: min(11.9047619048vw, 200px);
}
.note__detail__description__members__item__dialog__img img {
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .note__detail__description__members__item__dialog__img {
    margin: 0 auto min(1.1904761905vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item__dialog__img {
    width: min(26.6666666667vw, 100px);
    height: min(26.6666666667vw, 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item__dialog__img {
    width: min(26.6666666667vw, 200px);
    height: min(26.6666666667vw, 200px);
  }
}

.note__detail__description__members__item__dialog__profile {
  margin-bottom: min(2.380952381vw, 40px);
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item__dialog__profile {
    display: flex;
    align-items: center;
    gap: min(5.3333333333vw, 20px);
    margin-bottom: min(6.4vw, 24px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item__dialog__profile {
    display: flex;
    align-items: center;
    gap: min(5.3333333333vw, 40px);
    margin-bottom: min(6.4vw, 48px);
  }
}

.note__detail__description__members__item__dialog__name {
  font-size: min(1.4285714286vw, 24px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.2; /* 28.8px */
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item__dialog__name {
    font-size: min(5.3333333333vw, 20px);
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item__dialog__name {
    font-size: min(5.3333333333vw, 40px);
    text-align: left;
  }
}

.note__detail__description__members__item__dialog__company {
  font-size: min(0.9523809524vw, 16px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.02em;
  margin-bottom: min(2.380952381vw, 40px);
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item__dialog__company {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.8;
    margin-bottom: min(6.4vw, 24px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item__dialog__company {
    font-size: min(3.7333333333vw, 28px);
    line-height: 1.8;
    letter-spacing: 0.28px;
    margin-bottom: min(6.4vw, 48px);
  }
}

.note__detail__description__members__item__dialog__text {
  font-size: min(0.9523809524vw, 16px);
  font-style: normal;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.02em;
}
.note__detail__description__members__item__dialog__text a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item__dialog__text {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item__dialog__text {
    font-size: min(3.7333333333vw, 28px);
    line-height: 1.8;
  }
}

.note__detail__description__members__item__dialog__link {
  display: flex;
  gap: min(1.1904761905vw, 20px);
  justify-content: center;
}

.note__detail__description__members__item__dialog__link--x {
  width: min(2.380952381vw, 40px);
}

.note__detail__description__members__item__dialog__link--official {
  font-size: min(0.8333333333vw, 14px);
  font-style: normal;
  line-height: 1.2; /* 16.8px */
  letter-spacing: 0.28px;
  padding: min(0.5952380952vw, 10px) min(2.1428571429vw, 36px) min(0.5952380952vw, 10px) min(1.1904761905vw, 20px);
  border-radius: 30px;
  background-color: #F2F2F2;
  position: relative;
  display: flex;
  align-items: center;
}
.note__detail__description__members__item__dialog__link--official::after {
  position: absolute;
  content: "";
  width: min(2.6666666667vw, 10px);
  height: min(2.6666666667vw, 10px);
  right: min(5.3333333333vw, 20px);
  top: 50%;
  transform: translateY(-50%);
  background: transparent url(/img/note/ex-link.svg) no-repeat center center/contain;
}

.note__detail__description__members__item__img {
  width: min(5.9523809524vw, 100px);
  height: min(5.9523809524vw, 100px);
  position: relative;
}
.note__detail__description__members__item__img img {
  border-radius: 50%;
}
.note__detail__description__members__item__img::after {
  position: absolute;
  content: "";
  width: min(1.6666666667vw, 28px);
  height: min(1.6666666667vw, 28px);
  bottom: 0;
  background: transparent url(/img/note/plus.svg) no-repeat center center/contain;
  right: 0;
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item__img {
    width: min(12.8vw, 48px);
    height: min(12.8vw, 48px);
  }
  .note__detail__description__members__item__img::after {
    width: min(5.3333333333vw, 20px);
    height: min(5.3333333333vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item__img {
    width: min(12.8vw, 96px);
    height: min(12.8vw, 96px);
  }
  .note__detail__description__members__item__img::after {
    width: min(5.3333333333vw, 40px);
    height: min(5.3333333333vw, 40px);
  }
}

.note__detail__description__members__item__name {
  font-size: min(0.8333333333vw, 14px);
  line-height: 1.2; /* 16.8px */
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item__name {
    font-size: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item__name {
    font-size: min(3.2vw, 24px);
  }
}

dialog::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.2);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.2);
}

/* --- SPのときだけ適用されるスタイル --- */
@media (max-width: 1024px) {
  /*要素をボトムシートに変化させる */
  .note__detail__description__members__item__dialog,
  .watch__sidebar__story {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    top: auto;
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    z-index: 200;
    transform: translateY(100%); /* 最初は画面の外（下）に隠しておく */
    transition: transform 0.3s ease-out; /* アニメーションの時間と滑らかさを指定 */
  }
  .watch__sidebar__story {
    border-radius: min(2.380952381vw, 40px) min(2.380952381vw, 40px) 0 0 !important;
  }
  .note__detail__description__members__item__dialog.is-open,
  .watch__sidebar__story.is-active {
    transform: translateY(0); /* 画面内にスライドインさせる */
  }
  /* 背景のオーバーレイのスタイルは変更なし */
  .note__detail__description__members__item__dialog::-webkit-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .note__detail__description__members__item__dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 767px) {
  .note__detail__description__members__item__dialog button:focus {
    outline: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__description__members__item__dialog button:focus {
    outline: none;
  }
}

.note__detail__tag__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1904761905vw;
}
@media screen and (max-width: 767px) {
  .note__detail__tag__items {
    gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__tag__items {
    gap: 2.1333333333vw;
  }
}

.note__detail__tag__item {
  padding: 0.8333333333vw 2.1428571429vw;
  font-size: 1.0714285714vw;
  font-style: normal;
  line-height: 1; /* 18px */
  letter-spacing: 0.36px;
  border-radius: 60px;
  border: 1px solid #C6C6C6;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .note__detail__tag__item {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.24px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__tag__item {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.24px;
    line-height: 1.2;
  }
}

html:has(.is-menu),
body.is-menu {
  overflow: clip;
  height: 100svh;
}

.header {
  display: flex;
  width: calc(100% - 80px);
  height: 80px;
  background-color: transparent;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateY(-100%);
  transition: 0.5s ease transform;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header.--top {
    transform: translateY(0%);
    transition: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header.--top {
    transform: translateY(0%);
    transition: none;
  }
}
.header.is-show {
  transform: translateY(0%);
}
.header.--white {
  background-color: #fff !important;
}

.header__logo {
  display: inline-flex;
  pointer-events: auto;
  width: auto;
  height: 100%;
}
.header__logo img, .header__logo svg {
  width: auto;
  height: 100%;
}

.header__logo__svg .header__logo__tus {
  fill: #F61A25;
}
.header__logo__svg .header__logo__100 {
  fill: black;
}
body.is-menu .header__logo__svg .header__logo__tus {
  fill: #fff;
}
body.is-menu .header__logo__svg .header__logo__100 {
  fill: #fff;
}

.header__btns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  padding-right: 20px;
  pointer-events: auto;
}
@media screen and (min-width: 1025px) {
  .header__btns {
    display: none;
  }
}

.header__btn {
  width: 40px;
  height: 40px;
}
.header__btn img {
  width: 100%;
  height: 100%;
}

.menu {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.menu:not(.is-open) {
  visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .menu {
    display: none !important;
  }
}

.menu__bg {
  width: 200%;
  height: 200%;
  background: #F61A25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.menu__nav {
  padding: 100px 20px 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: none;
}

.menu__nav__body {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu__nav__body {
    margin: 0 auto;
    max-width: 335px;
  }
}

.menu__nav__section + .menu__nav__section {
  margin-top: 32px;
}

.menu__nav__title {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.menu__nav__title::before {
  display: inline-flex;
  content: "";
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background: url(/img/common/star-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.menu__nav__subtitle {
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.menu__nav__list {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding-left: 24px;
  gap: 12px;
}
.menu__nav__list > li {
  line-height: 1.5;
}

.menu__nav__list > li.--child .menu__nav__link::before {
  margin-right: 8px;
  content: "-";
}

.menu__nav__externals {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.menu__nav__external {
  display: flex;
  justify-content: center;
  padding: 12px 43px 12px;
  width: 100%;
  background-color: #fff;
  color: #F61A25;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-radius: 9999px;
  position: relative;
}
.menu__nav__external.--border {
  background-color: #F61A25;
  color: #fff;
  border-color: #fff;
}

.menu__nav__external__icon {
  display: flex;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
.menu__nav__external__icon svg path {
  fill: currentColor;
}

.menu__nav__sns {
  margin-top: 40px;
}

.menu__arc {
  pointer-events: none;
  width: min(64vw, 240px);
  height: min(64vw, 240px);
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.menu__arc img, .menu__arc svg {
  width: 100%;
  height: 100%;
}

.right__contents {
  background-color: #F61A25;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 88px;
  z-index: 200;
  width: 80px;
  height: 100%;
  align-items: center;
}

.right__contents__btn {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right__contents__btn.--background {
  background-color: #F61A25;
  height: 100%;
}
.right__contents__btn.--fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 201;
}

.right__contents--search {
  writing-mode: vertical-rl;
  border-radius: 48px;
  width: 48px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #F61A25;
  font-size: 20px;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.2;
  position: relative;
  margin-bottom: 32px;
  margin-top: 24px;
}
.right__contents--search::before {
  position: absolute;
  content: "";
  background: transparent url(/img/common/search.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  left: 50%;
  top: 20px;
}

.right__contents--about {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: color 0.3s ease;
  padding-top: 56px;
}
.right__contents--about::before {
  position: absolute;
  content: "";
  background: transparent url(/img/common/star-white.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.right__contents--about.--note {
  color: #F61A25;
}
.right__contents--about.--note::before {
  background-image: url(/img/common/star.svg);
}

.right__contents__arc {
  pointer-events: none;
  position: absolute;
  width: min(29.6428571429vw, 498px);
  bottom: 31px;
  right: 79px;
}

.section__back__text {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-size: min(4.7619047619vw, 80px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.08; /* 103.68px */
  letter-spacing: -0.22em; /* -17.6px; */
  color: transparent;
  position: absolute;
  right: 0;
  bottom: 32px;
  z-index: 3;
  white-space: nowrap;
  padding-right: 100px;
  width: calc(min(29.6428571429vw, 498px) + 80px);
  height: min(29.6428571429vw, 498px);
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  -webkit-mask-image: url(/img/common/red-arc-expand.svg);
          mask-image: url(/img/common/red-arc-expand.svg);
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-position: left top;
          mask-position: left top;
  pointer-events: none;
}
.section__back__text.--fv {
  font-size: 9.5238095238vw;
}

.section__border {
  height: 32px;
  background: #F61A25;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.fixed__character {
  width: min(15.4761904762vw, 260px);
  height: min(15.4761904762vw, 260px);
  position: fixed;
  z-index: 50;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .fixed__character {
    left: max(0.7142857143vw, 12px);
    bottom: max(0.7142857143vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .fixed__character {
    width: min(32vw, 120px);
    height: min(32vw, 120px);
    right: min(3.2vw, 12px);
    bottom: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed__character {
    width: min(32vw, 120px);
    height: min(32vw, 120px);
    right: min(3.2vw, 12px);
    bottom: min(3.2vw, 12px);
  }
}
.fixed__character__balloon {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.fixed__character__body {
  display: block;
  width: 71.5384615385%;
  position: absolute;
  left: 2.5%;
  bottom: 0;
  pointer-events: auto;
}
@media (any-hover: hover) {
  .fixed__character__balloon {
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .fixed__character:hover .fixed__character__balloon {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer {
  padding: 80px 144px 80px 64px;
  position: relative;
  background-color: #F61A25;
}
@media screen and (min-width: 1025px) {
  .footer {
    margin-top: -32px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 12.8vw 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 12.8vw 4.2666666667vw;
  }
}

.footer__contents {
  background: #fff;
  max-width: 1280px;
  padding: 40px 48px 40px 56px;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    padding: 32px 32px;
    flex-direction: column;
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__contents {
    padding: 32px 32px;
    flex-direction: column;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .fixed__character + .footer__contents {
    margin-bottom: min(9.2261904762vw, 155px);
  }
}
@media screen and (max-width: 767px) {
  .fixed__character + .footer__contents {
    margin-bottom: min(19.0769230769vw, 71.5384615385px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed__character + .footer__contents {
    margin-bottom: min(19.0769230769vw, 71.5384615385px);
  }
}

.footer__contents__left {
  flex-shrink: 0;
  width: min(14.2857142857vw, 240px);
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .footer__contents__left {
    width: min(24.2666666667vw, 91px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__contents__left {
    width: min(24.2666666667vw, 91px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}

.footer__logo {
  display: block;
  width: 100%;
}
.footer__logo img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .footer__contents__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer__contents__right {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__contents__right {
    margin-right: auto;
  }
}

.footer__items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .footer__items {
    align-items: flex-end;
  }
}

.footer__item {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.28px;
}
.footer__item.--ex, .footer__item[target=_blank] {
  padding-right: 16px;
}
.footer__item.--ex::after, .footer__item[target=_blank]::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: transparent url(/img/common/ex-link.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.footer__snsicon {
  margin: 40px 0;
}

.footer__contents__bottom {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__contents__bottom {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__contents__bottom {
    margin-top: 20px;
  }
}

.copyright {
  text-align: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .copyright {
    font-size: 12px;
    text-align: center;
  }
}
.copyright small {
  font-size: inherit;
}

.about__detail { /* .main__inner */ }

.about__detail__title {
  text-align: center;
  font-size: clamp(64px, 3.8095238095vw, 80px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.5; /* 96px */
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 767px) {
  .about__detail__title {
    font-size: min(10.6666666667vw, 40px);
    margin-bottom: min(12.8vw, 48px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__title {
    font-size: min(10.6666666667vw, 40px);
    margin-bottom: min(12.8vw, 48px);
  }
}

.about__detail__copy__wrapper {
  display: flex;
  justify-content: center;
  max-width: calc(100% - 80px);
  margin: 0 auto min(2.380952381vw, 40px);
}
@media screen and (max-width: 767px) {
  .about__detail__copy__wrapper {
    max-width: 100%;
    margin-bottom: min(6.4vw, 24px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__copy__wrapper {
    max-width: 100%;
    margin-bottom: min(6.4vw, 24px);
  }
}

.about__detail__copy {
  text-align: center;
  font-size: max(1.0714285714vw, 18px);
  font-style: normal;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", system-ui, sans-serif;
  line-height: 1.8; /* 32.4px */
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .about__detail__copy {
    font-size: max(3.7333333333vw, 14px);
    padding-left: max(4.2666666667vw, 16px);
    padding-right: max(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__copy {
    font-size: min(4.8vw, 18px);
    padding-left: max(4.2666666667vw, 16px);
    padding-right: max(4.2666666667vw, 16px);
  }
  .about__detail__copy br.is-sp {
    display: none;
  }
  .about__detail__copy br.is-pc {
    display: inline !important;
  }
}

.about__detail__copy__balloon, .about__detail__copy__balloon--right, .about__detail__copy__balloon--left {
  width: 40px;
  height: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .about__detail__copy__balloon, .about__detail__copy__balloon--right, .about__detail__copy__balloon--left {
    width: max(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__copy__balloon, .about__detail__copy__balloon--right, .about__detail__copy__balloon--left {
    width: max(4.2666666667vw, 16px);
  }
}
.about__detail__copy__balloon--left {
  left: -64px;
}
@media screen and (max-width: 767px) {
  .about__detail__copy__balloon--left {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__copy__balloon--left {
    left: 0;
  }
}
.about__detail__copy__balloon--right {
  right: -64px;
}
@media screen and (max-width: 767px) {
  .about__detail__copy__balloon--right {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__copy__balloon--right {
    right: 0;
  }
}

.about__detail__img {
  margin-bottom: min(7.1428571429vw, 120px);
}
@media screen and (max-width: 767px) {
  .about__detail__img {
    margin-bottom: min(12.8vw, 48px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__img {
    margin-bottom: min(12.8vw, 48px);
  }
}

.about__detail__items {
  display: flex;
  flex-direction: column;
  gap: min(7.1428571429vw, 120px);
}
@media screen and (max-width: 767px) {
  .about__detail__items {
    gap: min(12.8vw, 48px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__items {
    gap: min(12.8vw, 48px);
  }
}

.about__detail__subtitle {
  color: #F61A25;
  font-size: clamp(36px, 2.1428571429vw, 48px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.8; /* 64.8px */
  letter-spacing: 0.02em;
  margin-bottom: min(0.7142857143vw, 12px);
  position: relative;
  padding-left: min(2.8571428571vw, 48px);
}
@media screen and (max-width: 767px) {
  .about__detail__subtitle {
    font-size: min(6.4vw, 24px);
    padding-left: min(8.2666666667vw, 31px);
    margin-bottom: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__subtitle {
    font-size: min(6.4vw, 24px);
    padding-left: min(8.2666666667vw, 31px);
    margin-bottom: min(3.2vw, 12px);
  }
}
.about__detail__subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent url(/img/common/star.svg) no-repeat center center/contain;
  width: min(1.9047619048vw, 32px);
  height: min(1.9047619048vw, 32px);
}
@media screen and (max-width: 767px) {
  .about__detail__subtitle::before {
    width: min(6.1333333333vw, 23px);
    height: min(6.1333333333vw, 23px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__subtitle::before {
    width: min(6.1333333333vw, 23px);
    height: min(6.1333333333vw, 23px);
  }
}
.about__detail__subtitle span {
  padding-left: min(3.3333333333vw, 56px);
  font-size: clamp(20px, 1.1904761905vw, 24px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.8; /* 36px */
  letter-spacing: 0.02em;
  color: black;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__detail__subtitle span {
    padding-left: min(8.5333333333vw, 32px);
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__subtitle span {
    padding-left: min(8.5333333333vw, 32px);
    font-size: min(3.7333333333vw, 14px);
  }
}
.about__detail__subtitle span::before {
  position: absolute;
  content: "";
  width: min(0.9523809524vw, 16px);
  height: min(0.1785714286vw, 3px);
  background-color: black;
  top: 50%;
  transform: translateY(-50%);
  left: min(1.9047619048vw, 32px);
}
@media screen and (max-width: 767px) {
  .about__detail__subtitle span::before {
    width: min(3.2vw, 12px);
    height: min(0.5333333333vw, 2px);
    left: min(4.2666666667vw, 16px);
  }
}

.about__detail__text {
  padding-left: min(3.0952380952vw, 52px);
  font-size: clamp(18px, 1.0714285714vw, 24px);
  font-style: normal;
  line-height: 1.8; /* 32.4px */
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .about__detail__text {
    padding-left: 0;
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__text {
    padding-left: 0;
    font-size: min(3.7333333333vw, 14px);
  }
}

.about__detail__feature {
  margin-top: min(3.8095238095vw, 64px);
}
@media screen and (min-width: 1025px) {
  .about__detail__feature {
    padding-left: min(2.8571428571vw, 48px);
  }
}
@media screen and (max-width: 767px) {
  .about__detail__feature {
    margin-top: min(12.8vw, 48px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__feature {
    margin-top: min(12.8vw, 48px);
  }
}

.about__detail__feature__lead {
  color: #F61A25;
  font-size: clamp(24px, 1.4285714286vw, 28px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.2; /* 28.8px */
  letter-spacing: 0.02em;
  margin-bottom: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 767px) {
  .about__detail__feature__lead {
    font-size: min(5.3333333333vw, 20px);
    margin-bottom: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__feature__lead {
    font-size: min(5.3333333333vw, 20px);
    margin-bottom: min(3.2vw, 12px);
  }
}

.about__detail__feature__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(1.1904761905vw, 20px);
}
@media screen and (max-width: 767px) {
  .about__detail__feature__items {
    grid-template-columns: 1fr;
    gap: max(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__feature__items {
    grid-template-columns: 1fr;
    gap: max(3.2vw, 12px);
  }
}

.about__detail__feature__item {
  border-radius: min(0.7142857143vw, 12px) min(0.7142857143vw, 12px) min(4.7619047619vw, 80px) min(0.7142857143vw, 12px);
  background: #F61A25;
  color: #fff;
  padding: min(0.9523809524vw, 16px) min(1.6666666667vw, 28px) min(1.1904761905vw, 20px);
}
@media screen and (max-width: 767px) {
  .about__detail__feature__item {
    border-radius: min(2.1333333333vw, 8px) min(2.1333333333vw, 8px) min(10.6666666667vw, 40px) min(2.1333333333vw, 8px);
    padding: min(2.6666666667vw, 10px) min(4.2666666667vw, 16px) min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__feature__item {
    border-radius: min(2.1333333333vw, 8px) min(2.1333333333vw, 8px) min(10.6666666667vw, 40px) min(2.1333333333vw, 8px);
    padding: min(2.6666666667vw, 10px) min(4.2666666667vw, 16px) min(3.2vw, 12px);
  }
}

.about__detail__feature__item__title {
  font-size: clamp(24px, 1.4285714286vw, 32px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.8; /* 43.2px */
  letter-spacing: 0.02em;
  margin-bottom: min(0.4761904762vw, 8px);
}
@media screen and (max-width: 767px) {
  .about__detail__feature__item__title {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(2.1333333333vw, 8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__feature__item__title {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(2.1333333333vw, 8px);
  }
}

.about__detail__feature__item__text {
  padding-left: min(1.4285714286vw, 24px);
  font-size: clamp(16px, 0.9523809524vw, 20px);
  font-style: normal;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", system-ui, sans-serif;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__detail__feature__item__text {
    padding-left: min(5.8666666667vw, 22px);
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__feature__item__text {
    padding-left: min(5.8666666667vw, 22px);
    font-size: min(3.7333333333vw, 14px);
  }
}
.about__detail__feature__item__text::before {
  position: absolute;
  content: "";
  top: 0.75em;
  transform: translateY(-50%);
  left: 0;
  background: transparent url(/img/about/checkmark.svg) no-repeat center center/contain;
  width: min(0.9523809524vw, 16px);
  height: min(0.9523809524vw, 16px);
}
@media screen and (max-width: 767px) {
  .about__detail__feature__item__text::before {
    width: min(3.7333333333vw, 14px);
    height: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__detail__feature__item__text::before {
    width: min(3.7333333333vw, 14px);
    height: min(3.7333333333vw, 14px);
  }
}

.about__family {
  margin-top: -1px;
  background: #F61A25;
  padding-top: min(7.1428571429vw, 120px);
  padding-bottom: min(7.1428571429vw, 120px);
}
@media screen and (min-width: 1025px) {
  .about__family {
    padding-bottom: calc(min(7.1428571429vw, 120px) + 32px);
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .about__family {
    padding-top: min(17.0666666667vw, 64px);
    padding-bottom: min(17.0666666667vw, 64px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__family {
    padding-top: min(17.0666666667vw, 64px);
    padding-bottom: min(17.0666666667vw, 64px);
  }
}

.about__family__contents {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .about__family__contents {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .about__family__contents {
    padding-left: min(4.2666666667vw, 16px);
    padding-right: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__family__contents {
    padding-left: min(4.2666666667vw, 16px);
    padding-right: min(4.2666666667vw, 16px);
  }
}

.about__family__title {
  color: #fff;
  text-align: center;
  font-size: clamp(64px, 4.7619047619vw, 80px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.2; /* 96px */
  margin-bottom: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 767px) {
  .about__family__title {
    font-size: min(10.6666666667vw, 40px);
    margin-bottom: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__family__title {
    font-size: min(10.6666666667vw, 40px);
    margin-bottom: min(4.2666666667vw, 16px);
  }
}
.about__family__title span {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .about__family__title span {
    margin-right: min(4.2857142857vw, 72px);
  }
}
.about__family__title span::after {
  position: absolute;
  content: "";
  width: min(1.9047619048vw, 32px);
  height: min(1.9047619048vw, 32px);
  top: 0;
  right: min(-1.9047619048vw, -32px);
  background: transparent url(/img/common/star-white.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .about__family__title span::after {
    width: min(5.0666666667vw, 19px);
    height: min(5.0666666667vw, 19px);
    right: max(-5.0666666667vw, -19px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__family__title span::after {
    width: min(5.0666666667vw, 19px);
    height: min(5.0666666667vw, 19px);
    right: max(-5.0666666667vw, -19px);
  }
}

.about__family__description {
  text-align: center;
  color: #fff;
  color: #FFF;
  font-size: clamp(18px, 1.0714285714vw, 24px);
  font-style: normal;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", system-ui, sans-serif;
  line-height: 1.3; /* 23.4px */
  letter-spacing: 0.02em;
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 767px) {
  .about__family__description {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__family__description {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.8;
  }
}

.about__family__img {
  overflow: scroll;
  aspect-ratio: 343/236;
}
@media screen and (max-width: 767px) {
  .about__family__img {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__family__img {
    margin-bottom: 3.2vw;
  }
}

.about__family__img img {
  /* 画像の基本スタイル */
  cursor: pointer;
  transition: transform 0.3s ease; /* ズーム効果を滑らかにする */
}

.about__family__img img.is-zoomed {
  /* タップして拡大した時のスタイル */
  width: 200%; /* transformの代わりにwidthを200%にする */
  max-width: none;
}

.about__family__btn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 2.1333333333vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", system-ui, sans-serif;
  line-height: 1.8; /* 25.2px */
  letter-spacing: 0.28px;
  padding: 3.2vw 6.4vw;
  border-radius: 900px;
  border: 1px solid #fff;
}

.about__family__btn__zoom {
  width: 4.2666666667vw;
}
.about__family__btn__zoom img {
  width: 100%;
}

.note__detail { /* .main__inner */
  padding-top: 0;
}

.note__detail__img {
  aspect-ratio: 16/9;
  margin-bottom: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .note__detail__img {
    margin: 0 -4.2666666667vw 6.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__img {
    margin: 0 -4.2666666667vw 6.4vw;
  }
}
.note__detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.note__detail__top {
  display: flex;
  gap: min(4.7619047619vw, 80px);
  margin-bottom: min(3.3333333333vw, 56px);
}
@media screen and (max-width: 767px) {
  .note__detail__top {
    flex-direction: column;
    gap: min(6.4vw, 24px);
    margin-bottom: min(6.4vw, 24px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__top {
    flex-direction: column;
    gap: min(6.4vw, 24px);
    margin-bottom: min(6.4vw, 24px);
  }
}

.note__detail__title {
  font-size: clamp(40px, 2.380952381vw, 64px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.4; /* 56px */
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .note__detail__title {
    font-size: clamp(18px, 4.8vw, 36px);
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__title {
    font-size: clamp(20px, 5.3333333333vw, 40px);
    line-height: 1.5;
  }
}

.note__detail__btn {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .note__detail__btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .note__detail__btn {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__btn {
    display: flex;
  }
}

.note__detail__text {
  font-size: clamp(18px, 1.0714285714vw, 24px);
  font-style: normal;
  line-height: 2.2; /* 39.6px */
  letter-spacing: 0.02em;
}
.note__detail__text em {
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .note__detail__text {
    font-size: clamp(14px, 3.7333333333vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__text {
    font-size: clamp(16px, 4.2666666667vw, 20px);
  }
}

.note__detail__text__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(2.8571428571vw, 48px);
  margin-bottom: min(7.1428571429vw, 120px);
}
@media screen and (max-width: 767px) {
  .note__detail__text__wrapper {
    gap: min(10.6666666667vw, 40px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__detail__text__wrapper {
    gap: min(10.6666666667vw, 40px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}

.watch__wrapper {
  padding-top: min(0.9523809524vw, 16px);
  padding-left: min(3.8095238095vw, 64px);
  padding-right: calc(min(3.8095238095vw, 64px) + 80px);
  padding-bottom: min(7.1428571429vw, 120px);
  display: flex;
  gap: min(3.8095238095vw, 64px);
}
@media screen and (max-width: 767px) {
  .watch__wrapper {
    padding-top: 0;
    padding-bottom: min(12.8vw, 48px);
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap: min(12.8vw, 48px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__wrapper {
    padding-top: 0;
    padding-bottom: min(12.8vw, 48px);
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap: min(12.8vw, 48px);
  }
}

.watch__detail__top {
  display: flex;
  gap: min(4.7619047619vw, 80px);
  margin-bottom: min(3.3333333333vw, 56px);
}
@media screen and (max-width: 767px) {
  .watch__detail__top {
    flex-direction: column;
    gap: min(6.4vw, 24px);
    margin-bottom: min(6.4vw, 24px);
    padding-left: min(4.2666666667vw, 16px);
    padding-right: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__detail__top {
    flex-direction: column;
    gap: min(6.4vw, 24px);
    margin-bottom: min(6.4vw, 24px);
    padding-left: min(4.2666666667vw, 32px);
    padding-right: min(4.2666666667vw, 32px);
  }
}

.watch__detail__category {
  font-size: min(1.1904761905vw, 20px);
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: min(0.9523809524vw, 16px);
}
@media screen and (max-width: 767px) {
  .watch__detail__category {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: min(4.2666666667vw, 16px);
    padding-left: min(4.2666666667vw, 16px);
    padding-right: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__detail__category {
    font-size: min(3.7333333333vw, 28px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: min(4.2666666667vw, 32px);
    padding-left: min(4.2666666667vw, 32px);
    padding-right: min(4.2666666667vw, 32px);
  }
}

.watch__detail__title {
  font-size: min(2.380952381vw, 40px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.4; /* 56px */
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .watch__detail__title {
    font-size: min(5.3333333333vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__detail__title {
    font-size: min(5.3333333333vw, 40px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.watch__detail__btn {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .watch__detail__btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .watch__detail__btn {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__detail__btn {
    display: flex;
    align-items: center;
  }
}

.watch__contents {
  flex-grow: 1;
}

/*iframeを囲む親要素に、アスペクト比16:9の領域を確保する */
.watch__contents__youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 9 ÷ 16 = 0.5625 → 56.25% */
}

.watch__contents__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.watch__contents__youtube {
  margin-bottom: min(1.9047619048vw, 32px);
}
@media screen and (max-width: 767px) {
  .watch__contents__youtube {
    margin-bottom: min(6.4vw, 24px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__contents__youtube {
    margin-bottom: min(6.4vw, 24px);
  }
}

.watch__sidebar {
  display: flex;
  flex-direction: column;
  gap: min(3.3333333333vw, 56px);
  width: min(20.4761904762vw, 344px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .watch__sidebar {
    padding-left: min(4.2666666667vw, 16px);
    padding-right: min(4.2666666667vw, 16px);
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar {
    padding-left: min(4.2666666667vw, 32px);
    padding-right: min(4.2666666667vw, 32px);
    width: 100%;
  }
}

.watch__sidebar__story {
  border-radius: min(2.380952381vw, 40px);
  border: 1px solid #E5E5E5;
  overflow: hidden;
}

.watch__sidebar__story__title {
  padding: min(1.1904761905vw, 20px);
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__title {
    padding: min(9.0666666667vw, 34px) min(21.3333333333vw, 80px) min(5.3333333333vw, 20px) min(5.3333333333vw, 20px);
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__title {
    padding: min(9.0666666667vw, 34px) min(21.3333333333vw, 80px) min(5.3333333333vw, 20px) min(5.3333333333vw, 20px);
    position: relative;
  }
}
.watch__sidebar__story__title h3 {
  font-size: min(1.0714285714vw, 18px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.4; /* 25.2px */
  letter-spacing: 0.02em;
  margin-bottom: min(0.7142857143vw, 12px);
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__title h3 {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(1.0666666667vw, 4px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__title h3 {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(1.0666666667vw, 4px);
  }
}
.watch__sidebar__story__title p {
  font-size: min(0.8333333333vw, 14px);
  font-style: normal;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.02em;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__title p {
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__title p {
    font-size: min(3.7333333333vw, 14px);
  }
}

.watch__sidebar__story__contents {
  overflow-y: scroll;
}
@media screen and (min-width: 1025px) {
  .watch__sidebar__story__contents {
    height: min(31.369047619vw, 527px);
  }
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__contents {
    max-height: 60vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__contents {
    max-height: 60vh;
  }
}

.watch__sidebar__story__item {
  padding: min(0.5952380952vw, 10px) min(1.1904761905vw, 20px);
  display: flex;
  align-items: center;
  gap: min(0.7142857143vw, 12px);
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__item {
    padding: min(2.6666666667vw, 10px) min(5.3333333333vw, 20px);
    gap: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__item {
    padding: min(2.6666666667vw, 10px) min(5.3333333333vw, 20px);
    gap: min(3.2vw, 12px);
  }
}
.watch__sidebar__story__item.--playback {
  background-color: rgba(246, 26, 37, 0.1);
}

.watch__sidebar__story__item__number {
  font-size: min(3.7333333333vw, 14px);
  font-style: normal;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", system-ui, sans-serif;
  line-height: 1.4; /* 19.6px */
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__item__number {
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__item__number {
    font-size: min(3.7333333333vw, 14px);
  }
}
.watch__sidebar__story__item__number img {
  width: min(3.7333333333vw, 14px);
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__item__number img {
    width: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__item__number img {
    width: min(3.7333333333vw, 14px);
  }
}

.watch__sidebar__story__item__right {
  display: flex;
  gap: min(0.9523809524vw, 16px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__item__right {
    gap: min(4.2666666667vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__item__right {
    gap: min(4.2666666667vw, 16px);
  }
}

.watch__sidebar__story__item__playback {
  display: flex;
  flex-direction: column;
  gap: min(0.4761904762vw, 8px);
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__item__playback {
    gap: min(2.1333333333vw, 8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__item__playback {
    gap: min(2.1333333333vw, 8px);
  }
}

.watch__sidebar__story__item__playback__text {
  color: #F61A25;
  font-size: min(0.6547619048vw, 11px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.2; /* 13.2px */
  letter-spacing: 0.22px;
  padding: min(0.3571428571vw, 6px) min(0.7142857143vw, 12px);
  border-radius: 60px;
  background: rgba(246, 26, 37, 0.1);
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__item__playback__text {
    font-size: min(2.1333333333vw, 8px);
    padding: min(1.6vw, 6px) min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__item__playback__text {
    font-size: min(2.1333333333vw, 8px);
    padding: min(1.6vw, 6px) min(3.2vw, 12px);
  }
}

.watch__sidebar__story__item__img {
  aspect-ratio: 120/67;
  width: min(7.1428571429vw, 120px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__item__img {
    width: min(32vw, 120px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__item__img {
    width: min(32vw, 120px);
  }
}
.watch__sidebar__story__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.watch__sidebar__recommendation__item.--note .watch__sidebar__recommendation__item__img {
  width: min(6.1904761905vw, 104px);
  aspect-ratio: 104/137.39;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__recommendation__item.--note .watch__sidebar__recommendation__item__img {
    width: min(27.7333333333vw, 104px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__recommendation__item.--note .watch__sidebar__recommendation__item__img {
    width: min(27.7333333333vw, 208px);
  }
}

.watch__sidebar__recommendation__item.--special__series .watch__sidebar__recommendation__item__img {
  width: min(10vw, 168px);
  aspect-ratio: 168/95;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__recommendation__item.--special__series .watch__sidebar__recommendation__item__img {
    width: min(44.8vw, 168px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__recommendation__item.--special__series .watch__sidebar__recommendation__item__img {
    width: min(44.8vw, 336px);
  }
}

.watch__sidebar__story__item__title {
  font-size: min(0.8333333333vw, 14px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.4; /* 19.6px */
  letter-spacing: 0.28px;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__story__item__title {
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__story__item__title {
    font-size: min(3.7333333333vw, 14px);
  }
}

.watch__sidebar__recommendation__title {
  font-size: min(1.6666666667vw, 28px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.8; /* 50.4px */
  letter-spacing: 0.56px;
  margin-bottom: min(1.9047619048vw, 32px);
}
@media screen and (max-width: 767px) {
  .watch__sidebar__recommendation__title {
    font-size: min(7.4666666667vw, 28px);
    margin-bottom: min(8.5333333333vw, 32px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__recommendation__title {
    font-size: min(7.4666666667vw, 28px);
    margin-bottom: min(8.5333333333vw, 32px);
  }
}

.watch__sidebar__recommendation__items {
  display: flex;
  flex-direction: column;
  gap: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 767px) {
  .watch__sidebar__recommendation__items {
    gap: min(5.3333333333vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__recommendation__items {
    gap: min(5.3333333333vw, 20px);
  }
}

.watch__sidebar__recommendation__item {
  display: flex;
  gap: 0.9523809524vw;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__recommendation__item {
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__recommendation__item {
    gap: 5.3333333333vw;
  }
}

.watch__sidebar__recommendation__item__img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.watch__sidebar__recommendation__item__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(0.7142857143vw, 12px);
}
@media screen and (max-width: 767px) {
  .watch__sidebar__recommendation__item__wrapper {
    gap: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__recommendation__item__wrapper {
    gap: min(3.2vw, 12px);
  }
}

.watch__sidebar__recommendation__item__text {
  font-size: min(0.8333333333vw, 14px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.4; /* 19.6px */
  letter-spacing: 0.28px;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__recommendation__item__text {
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__recommendation__item__text {
    font-size: min(3.7333333333vw, 28px);
  }
}

.watch__sidebar__recommendation__item__lead {
  font-size: min(0.6547619048vw, 11px);
  font-style: normal;
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.4; /* 15.4px */
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .watch__sidebar__recommendation__item__lead {
    font-size: min(2.9333333333vw, 11px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .watch__sidebar__recommendation__item__lead {
    font-size: min(2.9333333333vw, 22px);
  }
}

.play {
  margin-left: auto;
}

.play__btn {
  padding: min(3.2vw, 12px) min(3.2vw, 12px) min(3.2vw, 12px) min(4.2666666667vw, 16px);
  display: flex;
  gap: min(3.2vw, 12px);
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .play__btn {
    padding: min(3.2vw, 24px) min(3.2vw, 24px) min(3.2vw, 24px) min(4.2666666667vw, 32px);
  }
}
.play__btn p {
  font-size: min(3.7333333333vw, 14px);
  font-style: normal;
  line-height: 1.4; /* 19.6px */
  letter-spacing: 0.02em;
  margin-right: auto;
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .play__btn p {
    font-size: min(3.7333333333vw, 28px);
  }
}
.play__btn img {
  width: min(6.4vw, 24px);
  height: min(6.4vw, 24px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .play__btn img {
    width: min(6.4vw, 48px);
    height: min(6.4vw, 48px);
  }
}

.watch__sidebar__story__close {
  position: absolute;
  width: min(10.6666666667vw, 40px);
  height: min(10.6666666667vw, 40px);
  top: min(5.3333333333vw, 20px);
  right: min(5.3333333333vw, 20px);
}
.watch__sidebar__story__close img {
  width: 100%;
}

.playlist-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 199;
}

.playlist-backdrop.is-active {
  display: block;
}

.logo {
  /* .fv__logo */
  position: absolute;
  top: 0;
  left: 0;
  width: 13.0952380952vw;
  /* /.fv__logo */
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 24vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    width: 24vw;
  }
}

.fv {
  position: relative;
}

.fv__nav {
  margin: 0 auto max(4.3452380952vw, 73px);
  justify-content: center;
  gap: max(3.5714285714vw, 60px);
  display: flex;
}

.fv__nav__item {
  font-size: max(1.1904761905vw, 20px);
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: normal;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 20%; /* 4px */
  text-underline-offset: 25%; /* 5px */
  text-underline-position: from-font;
  position: relative;
}
.fv__nav__item::after {
  content: "";
  width: max(0.9523809524vw, 16px);
  height: max(0.9523809524vw, 16px);
  background: transparent url(/img/common/star.svg) no-repeat center center/contain;
  position: absolute;
  right: max(-1.4285714286vw, -24px);
  bottom: max(1.0119047619vw, 17px);
}

.fv__card__swiper-slide img {
  width: 100%;
  border-radius: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 767px) {
  .fv__card__swiper-slide img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv__card__swiper-slide img {
    border-radius: 0;
  }
}

.fv__contents {
  width: min(76.1904761905vw, 1280px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__contents {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv__contents {
    width: 100%;
  }
}

.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-pagination-bullet-active {
  width: 64px !important;
  height: 8px !important;
  border-radius: 9999px !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet-active {
    height: 6px !important;
    width: 24px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper-pagination-bullet-active {
    height: 6px !important;
    width: 24px !important;
  }
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  translate: 0 -50%;
  width: 2.8571428571vw !important;
  height: 2.8571428571vw !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

.swiper-button-prev {
  left: 4.375vw !important;
}

.swiper-button-next {
  right: -20px;
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2.666667vw !important;
    display: inline-flex;
    width: auto !important;
    left: 12px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2.666667vw !important;
    display: inline-flex;
    left: 12px !important;
  }
}
@media screen and (min-width: 1025px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 6.0344827586vw !important;
  }
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 2.595238vw !important;
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #E5E5E5;
  margin-inline: 5.5px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #F61A25;
}

.swiper-pagination-bullet {
  transition: all 0.3s ease;
}

.swiper-pagination {
  z-index: 9 !important;
}

.special {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .special {
    padding-bottom: calc(32px + 4.7619047619vw);
  }
}

.section__inner {
  background: #fff;
  padding: 6.1904761905vw 3.8095238095vw 7.1428571429vw;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .section__inner {
    margin-right: 80px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding: 12.8vw 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__inner {
    padding: 12.8vw 4.2666666667vw;
  }
}
.section__inner.--fv {
  padding-top: min(1.4285714286vw, 24px);
  padding-bottom: min(11.4880952381vw, 193px);
}
@media screen and (max-width: 767px) {
  .section__inner.--fv {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__inner.--fv {
    padding: 0;
  }
}
.section__inner.--journal {
  padding-right: 3.8095238095vw;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section__inner.--journal {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__inner.--journal {
    padding-bottom: 0;
  }
}
.section__arc {
  width: 29.6428571429vw;
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 2;
}

.section__title {
  font-size: min(3.5714285714vw, 60px);
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: min(4.7619047619vw, 80px);
  position: relative;
  display: inline-block;
  padding-left: min(4.2857142857vw, 72px);
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: min(6.4vw, 24px);
    margin-bottom: min(7.4666666667vw, 28px);
    padding-left: min(8.5333333333vw, 32px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__title {
    font-size: min(6.4vw, 24px);
    margin-bottom: min(7.4666666667vw, 28px);
    padding-left: min(8.5333333333vw, 32px);
  }
}
.section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: min(2.8571428571vw, 48px);
  height: min(2.8571428571vw, 48px);
  background-image: url(/img/common/star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .section__title::before {
    width: min(6.4vw, 24px);
    height: min(6.4vw, 24px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__title::before {
    width: min(6.4vw, 24px);
    height: min(6.4vw, 24px);
  }
}
.section__title.--life {
  color: #fff;
}
.section__title.--life::before {
  background-image: url(/img/common/star-white.svg);
}

.section__lead {
  font-size: min(2.1428571429vw, 36px);
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: min(2.8571428571vw, 48px);
}
@media screen and (max-width: 767px) {
  .section__lead {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(3.2vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__lead {
    font-size: min(3.7333333333vw, 14px);
    margin-bottom: min(3.2vw, 12px);
  }
}

.special__card__swiper:not(.swiper-initialized) .special__card__swiper-wrapper {
  gap: 49px;
}
@media screen and (max-width: 767px) {
  .special__card__swiper:not(.swiper-initialized) .special__card__swiper-wrapper {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .special__card__swiper:not(.swiper-initialized) .special__card__swiper-wrapper {
    gap: 12px;
  }
}

.special__card__swiper-slide {
  width: min(43.75vw, 735px) !important;
  position: relative;
}
.special__card__swiper-slide img {
  border-radius: min(2.380952381vw, 40px);
}
@media screen and (max-width: 767px) {
  .special__card__swiper-slide img {
    border-radius: min(2.1333333333vw, 8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .special__card__swiper-slide img {
    border-radius: min(2.1333333333vw, 8px);
  }
}

.journal {
  position: relative;
  background-color: #FFF;
}

.journal__contents__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 767px) {
  .journal__contents__wrapper {
    gap: min(1.6666666667vw, 28px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .journal__contents__wrapper {
    gap: min(1.6666666667vw, 28px);
  }
}

.journal__contents__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 32px;
}
@media screen and (max-width: 767px) {
  .journal__contents__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .journal__contents__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.journal__contents__item {
  position: relative;
}
.journal__contents__item img {
  border-radius: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 767px) {
  .journal__contents__item img {
    border-radius: min(2.1333333333vw, 8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .journal__contents__item img {
    border-radius: min(2.1333333333vw, 8px);
  }
}

.life {
  margin-top: -1px;
  background: #F61A25;
}

.life__contents {
  padding: 7.1428571429vw 3.8095238095vw 9.5238095238vw;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .life__contents {
    padding: 12.8vw 4.2666666667vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .life__contents {
    padding: 12.8vw 4.2666666667vw;
    padding-right: 0;
  }
}

.life__reels {
  min-height: min(34.2857142857vw, 576px);
}
@media screen and (max-width: 767px) {
  .life__reels {
    min-height: min(66.3703703704vw, 248.8888888889px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .life__reels {
    min-height: min(132.7407407407vw, 497.7777777778px);
  }
}

.life__card__swiper-slide {
  width: min(19.2857142857vw, 324px) !important;
  position: relative;
  overflow: hidden;
  border-radius: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 767px) {
  .life__card__swiper-slide {
    width: min(37.3333333333vw, 140px) !important;
    border-radius: min(2.1333333333vw, 8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .life__card__swiper-slide {
    width: min(74.6666666667vw, 280px) !important;
    border-radius: min(8vw, 30px);
  }
}
.life__card__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.life__card__swiper-slide video {
  width: 100%;
  display: block;
}

.note {
  padding: 4.2261904762vw 3.8095238095vw 11.6071428571vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .note {
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note {
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}

.note__card__swiper-slide {
  width: min(23.2142857143vw, 390px) !important;
}
@media screen and (max-width: 767px) {
  .note__card__swiper-slide {
    width: min(37.3333333333vw, 140px) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__card__swiper-slide {
    width: min(74.6666666667vw, 280px) !important;
  }
}

.note__contents__item {
  position: relative;
}

.note__contents__item__arc {
  pointer-events: none;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 13.0952380952vw;
  transform: rotate(90deg);
}

.note__contents__item__img {
  aspect-ratio: 1/1.333;
}
.note__contents__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 767px) {
  .note__contents__item__img img {
    border-radius: min(2.1333333333vw, 8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .note__contents__item__img img {
    border-radius: min(2.1333333333vw, 8px);
  }
}

.about__contents {
  display: flex;
}
@media screen and (max-width: 767px) {
  .about__contents {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents {
    flex-direction: column-reverse;
  }
}

.about__contents__left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__contents__left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left {
    width: 100%;
  }
}

.about__contents__right {
  width: 50%;
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .about__contents__right {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__right {
    width: 100%;
  }
}

.about__contents__left__arc,
.about__contents__right__arc {
  pointer-events: none;
  width: min(29.5833333333vw, 497px);
  height: min(29.5833333333vw, 497px);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .about__contents__left__arc,
  .about__contents__right__arc {
    width: min(42.6666666667vw, 160px);
    height: min(42.6666666667vw, 160px);
  }
}
.about__contents__left__arc img, .about__contents__left__arc svg,
.about__contents__right__arc img,
.about__contents__right__arc svg {
  width: 100%;
  height: 100%;
}

.about__contents__left__arc {
  bottom: -1px;
  left: -1px;
  transform: rotate(-180deg);
}

.about__contents__right__arc {
  right: -1px;
  top: -1px;
}

.about__contents__left__wrapper {
  padding: 9.5238095238vw 7.5297619048vw;
  height: 100%;
  background-color: black;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .about__contents__left__wrapper {
    padding-bottom: calc(9.5238095238vw + 32px);
  }
}
@media screen and (max-width: 767px) {
  .about__contents__left__wrapper {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left__wrapper {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}

.about__contents__left__title {
  font-size: min(3.5714285714vw, 60px);
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 767px) {
  .about__contents__left__title {
    font-size: min(8vw, 30px);
    margin-bottom: min(4vw, 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left__title {
    font-size: min(8vw, 30px);
    margin-bottom: min(4vw, 15px);
  }
}

.about__contents__left__lead {
  font-size: clamp(48px, 3.5714285714vw, 60px);
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 0.7;
  letter-spacing: 1.2px;
  margin-bottom: min(2.2619047619vw, 38px);
}
@media screen and (max-width: 767px) {
  .about__contents__left__lead {
    font-size: min(7.4666666667vw, 28px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left__lead {
    font-size: min(7.4666666667vw, 28px);
    margin-bottom: min(5.3333333333vw, 20px);
  }
}

.about__contents__left__sub__lead {
  font-size: clamp(24px, 1.6666666667vw, 28px);
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1;
  letter-spacing: 0.56px;
  margin-bottom: min(3.8095238095vw, 64px);
}
@media screen and (max-width: 767px) {
  .about__contents__left__sub__lead {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(10.6666666667vw, 40px);
    letter-spacing: 0.36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left__sub__lead {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(10.6666666667vw, 40px);
    letter-spacing: 0.36px;
  }
}

.about__contents__left__text__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(3.8095238095vw, 64px);
  margin-bottom: min(3.8095238095vw, 64px);
}
@media screen and (max-width: 767px) {
  .about__contents__left__text__wrapper {
    gap: min(8.5333333333vw, 32px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left__text__wrapper {
    gap: min(8.5333333333vw, 32px);
    margin-bottom: min(10.6666666667vw, 40px);
  }
}

.about__contents__left__text {
  font-size: clamp(16px, 1.0714285714vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .about__contents__left__text {
    font-size: min(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left__text {
    font-size: min(3.7333333333vw, 14px);
  }
}

.about__contents__left__btn__wrapper {
  display: inline-flex;
  position: relative;
  margin-bottom: min(0.5476190476vw, 9.2px);
}
@media screen and (max-width: 767px) {
  .about__contents__left__btn__wrapper {
    margin-bottom: min(1.6vw, 6px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left__btn__wrapper {
    margin-bottom: min(1.6vw, 6px);
  }
}
.about__contents__left__btn__wrapper::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  right: min(-0.119047619vw, -2px);
  bottom: min(-0.3571428571vw, -6px);
}
@media screen and (max-width: 767px) {
  .about__contents__left__btn__wrapper::before {
    right: min(-0.5333333333vw, -2px);
    bottom: min(-1.0666666667vw, -4px);
  }
}

.about__contents__left__btn {
  padding: min(1.9047619048vw, 32px) min(4.5833333333vw, 77px) min(1.9047619048vw, 32px) min(2.380952381vw, 40px);
  font-size: min(1.4285714286vw, 24px);
  font-weight: 600;
  font-family: "MFW-PA1GothicStdN-Bold", system-ui, sans-serif;
  line-height: 1.5;
  color: #fff;
  background-color: black;
  border: min(0.1904761905vw, 3.2px) solid #fff;
  border-radius: 9999px;
  position: relative;
}
@media (any-hover: hover) {
  .about__contents__left__btn {
    transition: transform 0.25s ease;
  }
  .about__contents__left__btn:hover {
    transform: translate(min(0.119047619vw, 2px), min(0.3571428571vw, 6px));
  }
}
@media screen and (max-width: 767px) {
  .about__contents__left__btn {
    padding: min(4.2666666667vw, 16px) min(19.2vw, 72px) min(4.2666666667vw, 16px) min(8.5333333333vw, 32px);
    font-size: min(4.2666666667vw, 16px);
    border-width: min(0.5333333333vw, 2px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left__btn {
    padding: min(4.2666666667vw, 16px) min(19.2vw, 72px) min(4.2666666667vw, 16px) min(8.5333333333vw, 32px);
    font-size: min(4.2666666667vw, 16px);
    border-width: min(0.5333333333vw, 2px);
  }
}
.about__contents__left__btn::after {
  position: absolute;
  content: "";
  width: min(1.6666666667vw, 28px);
  height: min(1.6666666667vw, 28px);
  top: 50%;
  transform: translateY(-50%);
  right: min(1.4285714286vw, 24px);
  background: transparent url(/img/common/about-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .about__contents__left__btn::after {
    width: min(6.4vw, 24px);
    height: min(6.4vw, 24px);
    right: min(8.5333333333vw, 32px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__left__btn::after {
    width: min(6.4vw, 24px);
    height: min(6.4vw, 24px);
    right: min(8.5333333333vw, 32px);
  }
}

@media screen and (min-width: 1025px) {
  .about__contents__right__img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about__contents__right__img {
    aspect-ratio: 375/375;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__contents__right__img {
    aspect-ratio: 375/375;
  }
}
.about__contents__right__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 背景画像の見えている高さ */
/* 背景画像 */
.parallax {
  background-image: url(/img/top/top-about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: -1;
}