@charset "UTF-8";
.lead__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lead__container > * {
  min-height: 0%;
}

.modal__close, .life__schedule-btn, .design .swiper-button-prev,
.design .swiper-button-next, .design__ctrlitem .swiper-pagination-bullet, .design__ctrl-btn, .info__link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.modal__close:hover, .life__schedule-btn:hover, .design .swiper-button-prev:hover,
.design .swiper-button-next:hover, .design__ctrlitem .swiper-pagination-bullet:hover, .design__ctrl-btn:hover, .info__link:hover {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.cont {
  color: #666666;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.cont__hdg {
  margin-left: auto;
  margin-right: auto;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont__hdg {
    font-size: 3rem;
    max-width: 95%;
  }
}
@media screen and (max-width: 375px) {
  .cont__hdg {
    font-size: 8vw;
  }
}

/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 0.5s;
}
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* lead:start */
@media screen and (max-width: 767px) {
  .lead .base-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.lead__container {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .lead__container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .lead__container {
    padding-top: 16vw;
  }
}
.lead__ttl {
  margin-bottom: 125px;
  width: 49.2rem;
  max-width: 95%;
}
@media screen and (max-width: 767px) {
  .lead__ttl {
    margin-bottom: 42px;
    width: 28.3rem;
  }
}
.lead__text-box {
  max-width: 95%;
}
@media screen and (max-width: 767px) {
  .lead__text-box {
    max-width: 35.5rem;
    width: 89.3333333333vw;
  }
}
.lead__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .lead__text {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
@media screen and (max-width: 375px) {
  .lead__text {
    font-size: 4vw;
  }
}
.lead__text + .lead__text {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .lead__text + .lead__text {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .lead__text + .lead__text {
    margin-top: 3.2vw;
  }
}
.lead__movie {
  margin-top: 125px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 767px) {
  .lead__movie {
    margin-top: 50px;
    width: 89.3333333333vw;
    border-radius: 3.2vw;
    box-shadow: 0 0.5333333333vw 2.4vw 0 rgba(0, 0, 0, 0.32);
  }
}
.lead__movie iframe {
  width: 100%;
  height: 100%;
}

/* lead:end */
.info__date-year, .info__date-small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .info__date-year, .info__date-small {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 375px) {
  .info__date-year, .info__date-small {
    font-size: 4.5333333333vw;
  }
}

/* info:start */
.info {
  padding-top: 160px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .info {
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .info {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .info {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .info .base-width {
    padding-inline: 0;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}
.info__container {
  padding-top: 8.3333333333%;
  padding-bottom: 8.3333333333%;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #f5f5f5;
  border-radius: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .info__container {
    padding-top: 55px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 23px;
    overflow: hidden;
  }
}
@media screen and (max-width: 375px) {
  .info__container {
    padding-top: 14.6666666667vw;
    padding-bottom: 16vw;
    border-radius: 6.1333333333vw;
  }
}
.info__event {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .info__event {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column-reverse;
    width: 74.6666666667vw;
  }
}
.info__event-image {
  width: 62.962962963%;
  border-radius: 20px;
  background-color: #b3dbe6;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.32);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .info__event-image {
    width: 100%;
    border-radius: 3.2vw;
    box-shadow: 0 0.5333333333vw 2.4vw 0 rgba(0, 0, 0, 0.32);
  }
}
.info__event-lead {
  margin-left: 4.6296296296%;
  width: 34.2rem;
  max-width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .info__event-lead {
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
    width: 100%;
    max-width: none;
  }
}
.info__event-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .info__event-txt {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .info__event-txt {
    font-size: 3.7333333333vw;
  }
}
.info__event-txt + .info__event-txt {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .info__event-txt + .info__event-txt {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 375px) {
  .info__event-txt + .info__event-txt {
    margin-top: 2.1333333333vw;
  }
}
.info__item {
  margin-top: 7.5925925926%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info__item {
    margin-top: 2rem;
    font-size: 3.5rem;
    line-height: 1.6;
    max-width: 98%;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 375px) {
  .info__item {
    margin-top: 5.3333333333vw;
    font-size: 9.3333333333vw;
  }
}
.info__date {
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .info__date {
    margin-right: 0;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 375px) {
  .info__date {
    font-size: 9.0666666667vw;
  }
}
.info__date-start {
  padding-right: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info__date-start {
    margin-right: 0.3rem;
    padding-right: 38px;
  }
}
@media screen and (max-width: 375px) {
  .info__date-start {
    margin-right: 0.8vw;
    padding-right: 10.1333333333vw;
  }
}
.info__date-start::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .info__date-start::after {
    width: 30px;
  }
}
@media screen and (max-width: 375px) {
  .info__date-start::after {
    width: 8vw;
  }
}
.info__date-year {
  margin-right: -0.5rem;
}
@media screen and (max-width: 375px) {
  .info__date-year {
    margin-right: -1.3333333333vw;
  }
}
.info__enddate {
  margin-right: -0.2rem;
}
@media screen and (max-width: 375px) {
  .info__enddate {
    margin-right: -0.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .info__venue {
    line-height: 1;
  }
}
.info__blank {
  margin-left: 0.7rem;
  margin-bottom: 2px;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .info__blank {
    margin-left: 0.6rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .info__blank {
    margin-left: 1.6vw;
    width: 4vw;
    height: 4vw;
  }
}
.info__link {
  margin-top: 6.4814814815%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2rem;
  padding-right: 5rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46rem;
  max-width: 90%;
  min-height: 6.2rem;
  border-radius: 1000px;
  position: relative;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 767px) {
  .info__link {
    margin-top: 11.9402985075%;
    padding-left: 2rem;
    padding-right: 3.4rem;
    width: 74.6666666667vw;
    max-width: none;
    min-height: 5rem;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.32);
  }
}
@media screen and (max-width: 375px) {
  .info__link {
    padding-left: 5.3333333333vw;
    padding-right: 9.0666666667vw;
    min-height: 13.3333333333vw;
  }
}
.info__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background-image: url(../images/pc/info_icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center right 2.4rem;
  background-size: 0.9rem auto;
}
@media screen and (max-width: 767px) {
  .info__link::before {
    background-image: url(../images/sp/info_icon_arrow.png);
    background-position: center right 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .info__link::before {
    background-position: center right 4vw;
    background-size: 2.4vw auto;
  }
}
.info__link-txt {
  padding-left: 25px;
  color: #f5f5f5;
  font-weight: 500;
  font-size: 2rem;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .info__link-txt {
    padding-left: 1.6vw;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 375px) {
  .info__link-txt {
    font-size: 3.4666666667vw;
  }
}

/* info:end */
/* design:start */
.design {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .design .base-width {
    width: 100%;
  }
}
.design__container {
  padding-top: 135px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .design__container {
    padding-top: 55px;
    padding-bottom: 73px;
  }
}
@media screen and (max-width: 375px) {
  .design__container {
    padding-top: 14.6666666667vw;
    padding-bottom: 19.4666666667vw;
  }
}
.design__slide-area {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .design__slide-area {
    margin-top: 55px;
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .design__slide-area {
    margin-top: 14.6666666667vw;
  }
}
.design .swiper-button-prev,
.design .swiper-button-next {
  width: 60px;
  height: 120px;
  color: transparent;
  top: 50%;
  bottom: 0;
  margin-top: 0;
  background-image: url(../images/design_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .design .swiper-button-prev,
  .design .swiper-button-next {
    width: 5.3333333333vw;
    height: 10.9333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .design .swiper-button-prev,
  .design .swiper-button-next {
    width: 20px;
    height: 41px;
  }
}
.design .swiper-button-prev {
  left: 0;
  transform: scaleX(-100%) translateY(-50%);
}
.design .swiper-button-next {
  right: 0;
  transform: translateY(-50%);
}
.design__ctrlitem {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .design__ctrlitem {
    margin-top: 1.6vw;
  }
}
@media screen and (max-width: 375px) {
  .design__ctrlitem {
    margin-top: 6px;
  }
}
.design__ctrlitem .swiper-pagination {
  padding-right: 15px;
  position: static;
}
@media screen and (max-width: 767px) {
  .design__ctrlitem .swiper-pagination {
    padding-right: 1.3333333333vw;
    padding-bottom: 3px;
    line-height: 1;
  }
}
@media screen and (max-width: 375px) {
  .design__ctrlitem .swiper-pagination {
    padding-right: 5px;
  }
}
.design__ctrlitem .swiper-pagination-bullet {
  margin-left: 15px;
  margin-right: 15px;
  width: 14px;
  height: 14px;
  background: #666666;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .design__ctrlitem .swiper-pagination-bullet {
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .design__ctrlitem .swiper-pagination-bullet {
    margin-left: 5px;
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
}
.design__ctrlitem .swiper-pagination-bullet-active {
  background: #e71620;
}
.design .swiper-slide {
  width: 100%;
}
.design__ctrl-btn {
  padding-bottom: 2px;
  width: 20px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .design__ctrl-btn {
    padding-bottom: 0.5333333333vw;
    width: 3.6vw;
  }
}
@media screen and (max-width: 375px) {
  .design__ctrl-btn {
    width: 14px;
  }
}
.design__slide-item {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .design__slide-item {
    width: calc(100% - 15.3333333333vw);
  }
}
@media screen and (max-width: 375px) {
  .design__slide-item {
    width: calc(100% - 58px);
  }
}
.design__slide-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .design__slide-image {
    border-radius: 2.6666666667vw;
  }
}
.design__slide-image img {
  object-fit: cover;
}

/* design:end */
/* life:start */
.life {
  overflow: hidden;
}
.life__container {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .life__container {
    padding-top: 55px;
  }
}
@media screen and (max-width: 375px) {
  .life__container {
    padding-top: 14.6666666667vw;
  }
}
.life__hdg {
  margin-left: auto;
  margin-right: auto;
  width: 72rem;
  max-width: 95%;
}
@media screen and (max-width: 767px) {
  .life__hdg {
    margin-top: 5px;
    width: 26.4rem;
  }
}
.life__contents {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .life__contents {
    margin-top: 35px;
    overflow: hidden;
  }
}
@media screen and (max-width: 375px) {
  .life__contents {
    margin-top: 9.3333333333vw;
  }
}
.life__contents::before {
  content: "";
  display: block;
  width: calc(50% + 240px);
  height: 100%;
  border-top-left-radius: 24px;
  background-color: #f5f5f5;
  position: absolute;
  z-index: -1;
  top: 80px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .life__contents::before {
    top: 18.9333333333vw;
    left: 5.3333333333vw;
    width: auto;
    border-top-left-radius: 3.2vw;
  }
}
.life__schedule {
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 300px;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .life__schedule {
    padding-top: 0;
    padding-bottom: 150px;
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .life__schedule {
    padding-bottom: 40vw;
  }
}
.life__schedule::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #d9d9df;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .life__schedule::before {
    width: 2.6666666667vw;
    height: calc(100% - 18.9333333333vw);
    top: 18.9333333333vw;
    left: 12vw;
    transform: translateX(0);
  }
}
.life__schedule-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .life__schedule-item {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.life__schedule-item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .life__schedule-item:not(:first-child) {
    margin-top: 10.1333333333vw;
  }
}
.life__schedule-box {
  display: flex;
  align-items: flex-start;
  width: calc(50% + 46px);
}
@media screen and (max-width: 767px) {
  .life__schedule-box {
    width: 100%;
  }
}
.life__schedule-image {
  margin-left: 60px;
  margin-right: 34px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 767px) {
  .life__schedule-image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6.4vw;
    width: 100%;
    border-radius: 3.2vw;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.32);
  }
}
.life__schedule-btn {
  margin-top: 9px;
  width: 92px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .life__schedule-btn {
    margin-top: 0;
    margin-left: 3.3333333333vw;
    width: 18.5333333333vw;
  }
}
.life__schedule-datalist {
  padding-left: 33px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .life__schedule-datalist {
    padding-left: 5.0666666667vw;
    flex: 1;
  }
}
.life__schedule-datattl {
  padding-top: 1.5rem;
  padding-left: 2.6rem;
  font-size: 3.6rem;
  line-height: 1;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .life__schedule-datattl {
    padding-top: 0.8rem;
    padding-left: 1.2rem;
    font-size: 2.2rem;
  }
}
.life__schedule-datattl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-left: 1.8rem solid #e71620;
  border-right: 0;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .life__schedule-datattl::after {
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 0.9rem solid #e71620;
  }
}
.life__schedule-dataitem {
  margin-top: 24px;
  padding-right: 1em;
  font-size: 2rem;
  line-height: 1.8;
  display: block;
}
@media screen and (max-width: 767px) {
  .life__schedule-dataitem {
    margin-top: 12px;
    margin-right: -2.5em;
    padding-right: 0;
    font-size: 1.4rem;
    max-width: 56vw;
    line-height: 1.6428571429;
  }
}

/* life:end */
/* lifemodal:start */
.lifemodal {
  position: relative;
  z-index: 1;
  width: 1010px;
  max-width: 95%;
  max-height: 95vh;
}
@media screen and (max-width: 767px) {
  .lifemodal {
    max-width: none;
    width: 81.3333333333vw;
    max-height: 95dvh;
  }
}
.lifemodal__inner {
  margin-top: 48px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: 91.0891089109%;
  height: calc(100% - 48px);
  overflow: hidden;
  border-radius: 24px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lifemodal__inner {
    margin-top: 10vw;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: calc(100% - 10vw);
    border-radius: 3.2vw;
  }
}
.lifemodal__closearea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.lifemodal__item {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.lifemodal__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 32rem;
  position: absolute;
  background-color: #00c7e8;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .lifemodal__item::before {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .lifemodal__item::before {
    height: 50.4vw;
    max-height: 378px;
  }
}
.lifemodal__item.jsModalFocusTarget:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: -2px;
}
.lifemodal__content {
  margin-left: auto;
  margin-right: auto;
  width: 79.5580110497%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lifemodal__content {
    width: 66.6666666667vw;
  }
}
.lifemodal__ttl {
  margin-top: 50px;
  padding-top: 13px;
  padding-bottom: 0.1em;
  padding-bottom: calc(0.1em + 13px);
  padding-left: 0.8em;
  padding-right: 0.8em;
  width: 97.2222222222%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 2em;
  border-radius: 1000px;
  border: 2px solid #fff;
  line-height: 1.2222222222;
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .lifemodal__ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .lifemodal__ttl {
    margin-top: 9.3333333333vw;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.2352941176;
  }
}
@media screen and (max-width: 375px) {
  .lifemodal__ttl {
    font-size: 4.5333333333vw;
  }
}
.lifemodal__main-image {
  margin-top: 4.4444444444%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lifemodal__main-image {
    margin-top: 20px;
    border-radius: 3.2vw;
  }
}
.lifemodal__caption {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .lifemodal__caption {
    margin-top: 8px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3333333333;
  }
}
.lifemodal__list {
  margin-top: 45px;
  margin-bottom: 40px;
  width: 97.2222222222%;
}
@media screen and (max-width: 767px) {
  .lifemodal__list {
    margin-top: 24px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.lifemodal__list-item {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .lifemodal__list-item {
    padding-top: 4.2666666667vw;
    padding-bottom: 8vw;
    flex-direction: column;
  }
}
.lifemodal__data-image {
  margin-top: 0.5714285714%;
  width: 45.7142857143%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lifemodal__data-image {
    margin-top: 4.5333333333vw;
    width: 100%;
    border-radius: 3.2vw;
  }
}
.lifemodal__data-list {
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lifemodal__data-list {
    width: 100%;
  }
}
.lifemodal__data-ttl {
  font-size: 2.8rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lifemodal__data-ttl {
    font-size: 2.3rem;
  }
}
.lifemodal__data-item {
  margin-top: 16px;
  margin-bottom: -0.6rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .lifemodal__data-item {
    margin-top: 6px;
    margin-bottom: -0.3rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.lifemodal__textwrap {
  word-break: break-all;
}

/* lifemodal:end */
/* modal:start */
.modal {
  position: relative;
  z-index: 100;
}
.modal__area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  /* flex */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal__close {
  width: 92px;
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: 16.9333333333vw;
    max-width: 127px;
    right: -6vw;
  }
}
.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

/* modal:end */