@media only screen and (max-width: 1079px) {
  .contentArea {
    padding-top: 62px;
  }
}
#pageTop {
  position: relative;
}
#pageTop .pageBg {
  position: fixed;
  left: calc((100% - min(100%, 430px)) / 2);
  top: 0;
  z-index: 1;
  width: min(100%, 430px);
  height: 100vh;
  pointer-events: none;
}
#pageTop .pageBg .bgSlider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
}
#pageTop .pageMain {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 1080px) {
  #pageTop .pageBg {
    display: none;
  }
  #pageTop .pageMain {
    background: #ffffff;
  }
}
.secMv .mvTitle {
  font-size: clamp(17px, 6.51vw, 28px);
  text-align: center;
  padding: 50px 0 50px 0;
  font-weight: bold;
}
.secMv .mvImg {
  position: relative;
  z-index: 5;
}
.secMv .mvImg .swiper-wrapper {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.secMv .mvImg .sliderNavi {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px min(18vw, 70px) 20px;
}
.secMv .mvImg .sliderNavi .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  cursor: pointer;
}
.secMv .mvImg .sliderNavi .arrow.prev {
  background-image: url(../../shared/images/arrow_pager_left.svg);
}
.secMv .mvImg .sliderNavi .arrow.next {
  background-image: url(../../shared/images/arrow_pager_right.svg);
}
.secMv .mvImg .sliderNavi .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.secMv .mvImg .sliderNavi .pager .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #B5B5B5;
  opacity: 1;
}
.secMv .mvImg .sliderNavi .pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B51432;
}
.secMv .mvCaption {
  padding: 46px 0 28px 0;
  line-height: 190%;
  letter-spacing: 0.03em;
  font-size: clamp(14px, 4.19vw, 18px);
}

@media print, screen and (min-width: 1080px) {
  .secMv .mvTitle {
    padding-top: 24px;
  }
}
.secTopIntro {
  overflow-x: hidden;
  padding: 0 0 60px 0;
}
.secTopIntro .secTopIntroIn .introText {
  line-height: 190%;
  font-size: clamp(14px, 4.19vw, 18px);
  padding: 0 0 72px 0;
}
.secTopIntro .secTopIntroIn .introText .line {
  background-color: #000000;
  width: 48px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -6px;
  left: 4px;
}
.secTopIntro .secTopIntroIn .introSlider {
  padding: 5px 0 5px 0;
  position: relative;
  width: min(100%, 315px);
}
.secTopIntro .secTopIntroIn .introSlider .arrow {
  position: absolute;
  z-index: 2;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: min(10vw, 40px);
  top: calc(50% - min(5vw, 20px));
  cursor: pointer;
  opacity: 1;
}
.secTopIntro .secTopIntroIn .introSlider .arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.secTopIntro .secTopIntroIn .introSlider .arrow.prev {
  background-image: url(../../shared/images/arrow_circle_left.svg);
  left: calc(0px - min(5vw, 20px));
}
.secTopIntro .secTopIntroIn .introSlider .arrow.next {
  background-image: url(../../shared/images/arrow_circle_right.svg);
  right: calc(0px - min(5vw, 20px) - 4px);
}
.secTopIntro .secTopIntroIn .introSlider .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.secTopIntro .secTopIntroIn .introSlider .swiper-wrapper .slideBox {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 315px;
}

.secAnchor {
  padding: 0px 0 52px 0;
  background: #ffffff;
}
.secAnchor .secAnchorIn {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.secAnchor .secAnchorIn .anchorList {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 50%;
  height: 40px;
  border-left: solid 1px #4C4C4C;
  border-right: solid 1px #4C4C4C;
}
.secAnchor .secAnchorIn .anchorList.all {
  width: 100%;
}
.secAnchor .secAnchorIn .anchorList.noneLine {
  border-right: none;
}
.secAnchor .secAnchorIn .anchorList .text {
  font-size: clamp(10px, 3.59vw, 14px);
  font-family: "Noto Sans JP", sans-serif;
}
.secAnchor .secAnchorIn .anchorList .icon {
  background: url(../../shared/images/arrow_red_right.svg) center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 4px;
}

@media only screen and (max-width: 1079px) {
  .secAnchor {
    padding-top: 52px;
  }
}
.secStart {
  padding: 48px 0 44px 0;
  background: #ffffff;
}
.secStart .secStartIn .topText {
  text-align: center;
  letter-spacing: 0.03em;
  font-size: clamp(14px, 3.72vw, 16px);
  padding: 38px 0 16px 0;
}

.secInfo {
  padding: 26px 0 0 0;
  background: #ffffff;
}
.secInfo .infoListWrap .infoList {
  border-bottom: solid 1px #4C4C4C;
  padding: 40px 8.1%;
}
.secInfo .infoListWrap .infoList .movie iframe {
  width: 100%;
  aspect-ratio: 360/202;
}
.secInfo .infoListWrap .infoList .name {
  text-align: center;
  font-size: clamp(14px, 4.19vw, 18px);
  letter-spacing: 0.01em;
  padding: 18px 0 6px 0;
  font-weight: 600;
}
.secInfo .infoListWrap .infoList .caption {
  text-align: center;
  font-size: clamp(14px, 3.49vw, 15px);
  padding: 0 0 12px 0;
}
.secInfo .infoListWrap .infoList .address {
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 12px 0;
}
.secInfo .infoListWrap .infoList .btnContact {
  background: #B51432;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 4.19vw, 18px);
  min-height: 56px;
  font-family: "Noto Sans JP", sans-serif;
}
.secInfo .infoListWrap .infoList .exSlider {
  padding: 20px 0 0px 0;
  overflow: hidden;
}
.secInfo .infoListWrap .infoList .exSlider .sliderNavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 36px 20px 36px;
}
.secInfo .infoListWrap .infoList .exSlider .sliderNavi .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  cursor: pointer;
}
.secInfo .infoListWrap .infoList .exSlider .sliderNavi .arrow.back {
  background-image: url(../../shared/images/arrow_pager_left.svg);
}
.secInfo .infoListWrap .infoList .exSlider .sliderNavi .arrow.next {
  background-image: url(../../shared/images/arrow_pager_right.svg);
}
.secInfo .infoListWrap .infoList .exSlider .sliderNavi .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.secInfo .infoListWrap .infoList .exSlider .sliderNavi .pager .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #B5B5B5;
  opacity: 1;
}
.secInfo .infoListWrap .infoList .exSlider .sliderNavi .pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B51432;
}
.secInfo .infoListWrap .infoList .modalBtnWrap {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 0 0;
}
.secInfo .infoListWrap .infoList .modalBtnWrap .modalBtn {
  width: 48.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 41px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  border: solid 1px #4C4C4C;
  background: #ffffff;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}
.secInfo .infoListWrap .infoList .modalBtnWrap .modalBtn:hover {
  background: #4C4C4C;
  color: #ffffff;
}

.secVoice {
  padding: 80px 0 80px 0;
  background: #ffffff;
}
.secVoice .secVoiceIn .voiceListWrap {
  padding: 20px 0 0 0;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList {
  padding: 0 0 36px 0;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList:last-of-type {
  padding-bottom: 0;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .topRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px 0;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .topRow .imgCol {
  width: 25%;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .topRow .textCol {
  width: 72%;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .topRow .textCol .comment {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding: 0 0 6px 0;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .topRow .textCol .content {
  font-size: clamp(14px, 3.72vw, 16px);
  line-height: 170%;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .bottomRow {
  background: #F5F5F5;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .bottomRow .detail {
  padding: 12px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .bottomRow .detail .detailIn {
  line-height: 170%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .bottomRow .moreBtn {
  background: #4C4C4C;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 0;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .bottomRow .moreBtn .showText {
  display: block;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .bottomRow .moreBtn .hideText {
  display: none;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .bottomRow.on .detail .detailIn {
  display: block;
  -webkit-box-orient: inherit;
  -webkit-line-clamp: inherit;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .bottomRow.on .moreBtn .showText {
  display: none;
}
.secVoice .secVoiceIn .voiceListWrap .voiceList .bottomRow.on .moreBtn .hideText {
  display: block;
}

.secGuide {
  padding: 80px 0 24px 0;
  background: #ffffff;
}
.secGuide .secGuideIn .stepListWrap {
  padding: 16px 0 0 0;
}
.secGuide .secGuideIn .stepListWrap .stepList {
  padding-bottom: 20px;
}
.secGuide .secGuideIn .stepListWrap .stepList .stepNum {
  color: #B51432;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding: 16px 0 6px 0;
}
.secGuide .secGuideIn .stepListWrap .stepList .stepTitle {
  font-weight: 600;
  font-size: clamp(14px, 4.65vw, 20px);
  letter-spacing: 0.01em;
  padding: 0 0 26px 0;
  text-align: center;
  letter-spacing: 0;
}
.secGuide .secGuideIn .stepListWrap .stepList .stepImg {
  text-align: center;
}
.secGuide .secGuideIn .stepListWrap .stepList .stepDetail {
  padding: 18px 0 0 0;
  font-size: clamp(14px, 3.72vw, 16px);
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
}
.secGuide .secGuideIn .stepListWrap .stepList .stepBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 41px;
  width: 174px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  border: solid 1px #4C4C4C;
  background: #ffffff;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
  margin: 24px auto 8px auto;
}
.secGuide .secGuideIn .stepListWrap .stepList .stepBtn:hover {
  background: #4C4C4C;
  color: #ffffff;
}
.secGuide .secGuideIn .stepListWrap .stepList .inList {
  text-align: center;
  border-bottom: solid 1px #4C4C4C;
  margin-bottom: 38px;
}
.secGuide .secGuideIn .stepListWrap .stepList .inList.end {
  border-bottom: none;
  margin-bottom: 0;
}
.secGuide .secGuideIn .stepListWrap .stepList .inList .inListHead {
  color: #B51432;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding: 0 0 16px 0;
}
.secGuide .secGuideIn .stepListWrap .stepList .inList .inListCaption {
  padding: 20px 0 30px 0;
  font-size: clamp(14px, 4.19vw, 18px);
  line-height: 160%;
}
.secGuide .secGuideIn .stepListWrap .stepArrow {
  text-align: center;
}

.secFaq {
  padding: 80px 0 90px 0;
  background: #ffffff;
}
.secFaq .secFaqIn .faqListWrap {
  margin: 40px 0 0 0;
  border-top: solid 1px #4C4C4C;
}
.secFaq .secFaqIn .faqListWrap .faqList {
  border-bottom: solid 1px #4C4C4C;
  padding: 18px 0 14px 0;
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow .head {
  width: 24px;
  font-size: 17px;
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow .title {
  width: calc(100% - 24px - 20px);
  padding-right: 6px;
  font-size: clamp(14px, 3.72vw, 16px);
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow .icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow .icon .line {
  position: absolute;
  background-color: #B51432;
  transition: transform 0.3s;
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow .icon .line.horizontal {
  width: 100%;
  height: 1px;
  left: 0;
  top: calc((100% - 1px) / 2);
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow .icon .line.vertical {
  width: 1px;
  height: 100%;
  top: 0;
  left: calc((100% - 1px) / 2);
}
.secFaq .secFaqIn .faqListWrap .faqList .answerRow {
  overflow: hidden;
  transition: max-height 0.5s, opacity 0.5s;
  max-height: 0px;
  opacity: 0;
}
.secFaq .secFaqIn .faqListWrap .faqList .answerRow .answerRowIn {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0 6px 0;
}
.secFaq .secFaqIn .faqListWrap .faqList .answerRow .answerRowIn .head {
  width: 24px;
  font-size: 17px;
}
.secFaq .secFaqIn .faqListWrap .faqList .answerRow .answerRowIn .text {
  width: calc(100% - 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 170%;
}
.secFaq .secFaqIn .faqListWrap .faqList.on .questionRow .icon .line.vertical {
  transform: scaleY(0);
}
.secFaq .secFaqIn .faqListWrap .faqList.on .answerRow {
  max-height: 1000px;
  opacity: 1;
}

.secCompany {
  padding: 48px 0 0 0;
  background: #ffffff;
}
.secCompany .secCompanyIn .companyImg {
  padding: 0 0 16px 0;
}
.secCompany .secCompanyIn .companyName {
  font-size: clamp(14px, 4.19vw, 18px);
  padding: 0 0 12px 0;
}
.secCompany .secCompanyIn .address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 170%;
}
.secCompany .secCompanyIn .number {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  padding: 18px 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
.secCompany .secCompanyIn .number .numberHead {
  width: 76px;
}
.secCompany .secCompanyIn .number .numberMain {
  width: calc(100% - 76px);
}
.secCompany .secCompanyIn .bottomText {
  padding: 72px 0 20px 0;
  text-align: center;
  line-height: 150%;
  font-weight: 600;
  font-size: clamp(14px, 4.19vw, 18px);
}
.secCompany .secCompanyIn .btnContact {
  display: block;
  background: #B51432;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 10px 0;
  font-size: clamp(14px, 4.19vw, 18px);
  width: min(100%, 290px);
  margin: 0 auto;
}

.fixedAbout {
  position: fixed;
  bottom: 20px;
  right: calc((100% - min(100%, 430px)) / 2);
  z-index: 60;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: rgba(243, 243, 243, 0.9);
  padding: 4px 10px;
  -moz-column-gap: 6px;
       column-gap: 6px;
  cursor: pointer;
}
.fixedAbout .aboutText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.fixedAbout .aboutIcon {
  background: url(../../shared/images/icon_plus_red.svg) center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
}

.featherlight .featherlight-content {
  overflow: visible;
  width: min(90%, 360px);
  box-shadow: 0 0 0 10px rgba(204, 204, 204, 0.2);
  padding: 0;
  margin-top: 40px;
}

.featherlight .featherlight-close-icon {
  top: -40px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
}

.modalBox {
  display: none;
  max-height: calc(95vh - 120px);
  overflow-y: auto;
}
.modalBox .btnClose {
  text-align: center;
  color: #737373;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 24px 0;
  cursor: pointer;
}
.modalBox .floorBox {
  text-align: center;
  padding: 24px 0;
  font-family: "Noto Sans JP", sans-serif;
}
.modalBox .floorBox .floorName {
  font-size: 14px;
  padding: 0 0 8px 0;
}
.modalBox .floorBox .floorName.second {
  padding-top: 40px;
}
.modalBox .floorBox .floorImg {
  width: min(100%, 290px);
  margin: 0 auto;
}
.modalBox .floorBox .floorText {
  font-size: 13px;
}
.modalBox .exBox {
  width: min(100%, 320px);
  margin: 0 auto;
  overflow-x: hidden;
  padding: 54px 0 0 0;
}
.modalBox .exBox .exTitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding: 0px 0 18px 0;
}
.modalBox .exBox .sliderNavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 28px 0;
}
.modalBox .exBox .sliderNavi .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  cursor: pointer;
}
.modalBox .exBox .sliderNavi .arrow.back {
  background-image: url(../../shared/images/arrow_pager_left.svg);
}
.modalBox .exBox .sliderNavi .arrow.next {
  background-image: url(../../shared/images/arrow_pager_right.svg);
}
.modalBox .exBox .sliderNavi .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.modalBox .exBox .sliderNavi .pager .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #B5B5B5;
  opacity: 1;
}
.modalBox .exBox .sliderNavi .pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B51432;
}
.modalBox .exBox .exCaption {
  text-align: center;
  font-size: clamp(14px, 3.49vw, 15px);
  line-height: 160%;
  padding: 0 0 12px 0;
}
.modalBox .exBox .exDetail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 170%;
  padding: 0 0 22px 0;
}
.modalBox .exBox .exMap {
  padding: 0 0 12px 0;
}
.modalBox .exBox .exMap iframe {
  width: 100%;
  height: 220px;
}
.modalBox .exBox .exAddress {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 20px 0;
}
.modalBox .exBox .exAddress .addressList {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 8px;
}
.modalBox .exBox .exAddress .addressList .head {
  width: 68px;
}
.modalBox .exBox .exAddress .addressList .content {
  width: calc(100% - 68px);
}
.modalBox .exBox .btnContact {
  background: #B51432;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4.19vw, 18px);
  text-align: center;
  padding: 8px 0;
  display: block;
  margin: 0 0 30px 0;
}
.modalBox .aboutBox {
  width: min(100%, 320px);
  margin: 0 auto;
  overflow-x: hidden;
  padding: 54px 0 0 0;
}
.modalBox .aboutBox .aboutTitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding: 0 0 20px 0;
}
.modalBox .aboutBox .imgText {
  text-align: center;
  font-size: 13px;
  padding: 6px 0 18px 0;
}
.modalBox .aboutBox .aboutText01 {
  font-size: clamp(14px, 4.65vw, 20px);
  text-align: center;
  line-height: 160%;
  padding: 0px 0 10px 0;
  font-weight: 600;
  font-weight: bold;
}
.modalBox .aboutBox .aboutText02 {
  text-align: center;
  font-size: clamp(14px, 3.72vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 190%;
  padding: 0 0 40px 0;
}
.modalBox .aboutBox .pointListWrap .pointList {
  border-top: solid 1px #4C4C4C;
  padding: 28px 0 32px 0;
}
.modalBox .aboutBox .pointListWrap .pointList .pointTitle {
  font-size: clamp(14px, 4.19vw, 18px);
  padding: 0 0 12px 0;
  font-weight: bold;
}
.modalBox .aboutBox .pointListWrap .pointList .pointCaption {
  padding: 16px 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 3.49vw, 15px);
  line-height: 190%;
}
.modalBox .ableBox {
  padding: 0 14px 0 20px;
}
.modalBox .ableBox .pointListWrap .pointList {
  margin: 42px 0 0 0;
  border-top: solid 1px #4C4C4C;
  padding: 26px 0 0 0;
}
.modalBox .ableBox .pointListWrap .pointList:first-of-type {
  border-top: none;
  margin-top: 20px;
}
.modalBox .ableBox .pointListWrap .pointList .titleRow {
  display: flex;
  align-items: center;
  padding: 0 0 12px;
}
.modalBox .ableBox .pointListWrap .pointList .titleRow .num {
  width: 76px;
  color: #B51432;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.modalBox .ableBox .pointListWrap .pointList .titleRow .text {
  width: calc(100% - 76px);
  line-height: 150%;
  font-size: clamp(14px, 4.19vw, 18px);
}
.modalBox .ableBox .pointListWrap .pointList .img {
  padding: 0 0 12px 0;
}
.modalBox .ableBox .pointListWrap .pointList .content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 3.49vw, 15px);
  line-height: 190%;
}
.modalBox .ableBox .pointListWrap .pointList .content .strong {
  font-weight: bold;
}
.modalBox .ableBox .ableBottomArea {
  padding: 60px 0 24px 0;
}
.modalBox .ableBox .ableBottomArea .bottomTitle {
  text-align: center;
  font-size: clamp(14px, 4.42vw, 19px);
  line-height: 160%;
  font-weight: bold;
  padding: 0 0 18px 0;
}
.modalBox .ableBox .ableBottomArea .bottomImg {
  padding: 0 0 18px 0;
}
.modalBox .ableBox .ableBottomArea .bottomCaption {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0 0 4px 0;
}
.modalBox .ableBox .ableBottomArea .bottomBtn {
  display: flex;
  background: #B51432;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  width: min(100%, 290px);
  height: 50px;
  margin: 0 auto;
  font-size: clamp(14px, 4.19vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
}/*# sourceMappingURL=style.css.map */