@charset "UTF-8";

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("/lp/slim/mufgideco/font/NotoSans_Regular.woff2") format("woff2"), url("/lp/slim/mufgideco/font/NotoSans_regular.woff") format("woff"), url("/lp/slim/mufgideco/font/NotoSans_regular.otf") format("opentype");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: bold;
  src: url("/lp/slim/mufgideco/font/NotoSans_Bold.woff2") format("woff2"), url("/lp/slim/mufgideco/font/NotoSans_bold.woff") format("woff"), url("/lp/slim/mufgideco/font/NotoSans_bold.otf") format("opentype");
  font-family: "Noto Sans JP";
  font-display: swap;
}
body {
  font-weight: normal;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.lp-section--bg-color {
  background-color: #eff2f3;
}

.lp-section--bg-image {
  position: relative;
}
.lp-section--bg-image::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/lp/slim/mufgideco/img/index-bg-01.png");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.lp-section__inner {
  padding: 50px 12px;
}
.lp-section__inner > *:first-child {
  margin-top: 0;
}

.lp-section__inner--wide {
  padding-inline: 0;
}

.lp-wide-padding {
  padding-inline: 10px;
}

.lp-section__inner--small {
  padding-block: 30px;
}

.lp-mv {
  position: relative;
}

.lp-mv__image {
  display: block;
  width: 100%;
  height: auto;
}

.lp-mv-title {
  position: absolute;
  top: 16px;
  left: 16px;
}

.lp-hdg-lv1__title {
  font-weight: bold;
}

.lp-hdg-lv1__title__line01 {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 88vw;
  padding: 8px 0 7px 12px;
  background-color: rgba(255, 255, 255, 0.9);
}

.lp-hdg-lv1__title__image {
  grid-column: 1/2;
  width: clamp(275px, 275px + 341 * (100vw - 375px) / 1065, 616px);
  object-fit: contain;
}

.lp-hdg-lv1__title__line01__text-small {
  position: relative;
  grid-column: 1/2;
  justify-self: center;
  padding-bottom: 8px;
  font-size: clamp(14px, 14px + 10 * (100vw - 375px) / 1065, 24px);
}
.lp-hdg-lv1__title__line01__text-small::before, .lp-hdg-lv1__title__line01__text-small::after {
  position: absolute;
  top: 40%;
  width: 1px;
  height: 14px;
  transform: translateY(-50%) rotate(-30deg);
  background: #bc1571;
  content: "";
}
.lp-hdg-lv1__title__line01__text-small::before {
  left: -8px;
}
.lp-hdg-lv1__title__line01__text-small::after {
  right: -7px;
  transform: translateY(-50%) rotate(30deg);
}

.lp-hdg-lv1__title__line01__text-spacing {
  letter-spacing: -0.25em;
}

.lp-hdg-lv1__title__line01__text {
  display: flex;
  grid-column: 2/3;
  flex-direction: column;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding-left: 8px;
  font-size: clamp(20px, 20px + 36 * (100vw - 375px) / 1065, 56px);
  line-height: 1.8;
}

.lp-hdg-lv1__title__line02 {
  display: inline-block;
  width: 88vw;
}

.lp-hdg-lv1__title__line03 {
  display: flex;
  flex-wrap: wrap;
}

.lp-hdg-lv1__title__line03-01 {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.lp-hdg-lv1__title__line03__text {
  position: relative;
  width: 88vw;
}

.lp-hdg-lv1__title__line03__text-red {
  display: inline-block;
  position: absolute;
  left: 12px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -2%;
  transform: translateX(27%);
  color: #e60000;
  font-size: clamp(36px, 36px + 60 * (100vw - 375px) / 1065, 96px);
  text-shadow: 1.5px 1.5px 0 #cccccc;
  white-space: nowrap;
}

.lp-hdg-lv1__line03__text-red-small {
  display: inline-block;
  transform: translateY(-10%);
  font-size: clamp(20px, 20px + 36 * (100vw - 375px) / 1065, 56px);
}

.lp-hdg-lv1__title__text {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding-left: 12px;
  padding-block: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 20px + 36 * (100vw - 375px) / 1065, 56px);
  white-space: nowrap;
}

.lp-hdg-lv1__title__text-break {
  padding-right: 12px;
}

.lp-mv-notice {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1;
}

.lp-hdg-lv2__title {
  color: #333333;
  font-size: 32px;
  text-align: center;
}
.lp-hdg-lv2__title::before {
  display: block;
  width: 60px;
  height: 32px;
  margin: 0 auto;
  background-image: url("/lp/slim/mufgideco/img/index-icon-06.svg");
  background-position: center;
  background-size: 60px 32px;
  background-repeat: no-repeat;
  content: "";
}

.lp-hdg-lv2-02__title {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.lp-hdg-lv2-03 {
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.lp-hdg-lv2-03__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}

.lp-hdg-lv2-02__title--small {
  font-size: 18px;
}

.lp-hdg-lv2-02__title--em {
  margin-inline: 5px;
  color: #e60000;
}

.lp-hdg-lv3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 15px;
}
.lp-hdg-lv3::before, .lp-hdg-lv3::after {
  flex: 1;
  height: 2px;
  background-color: #bc1571;
  content: "";
}

.lp-hdg-lv3__title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.lp-hdg-lv3__title__image {
  width: 180px;
  height: 46px;
}

.lp-hdg-lv3-02__title {
  margin-top: 16px;
  font-weight: bold;
  font-size: 15px;
}

.lp-hdg-lv3-03 {
  margin-top: 48px;
}

.lp-hdg-lv4 {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 8px;
}
.lp-hdg-lv4::before {
  width: 3px;
  height: 16px;
  background-color: #bc1571;
  content: "";
}

.lp-hdg-lv4__title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.lp-hdg-lv4-02__title {
  margin-top: 20px;
  font-weight: normal;
  font-size: 15px;
}

.lp-list-anqlink {
  margin-top: 24px;
}

.lp-list-anqlink__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.lp-list-anqlink__link {
  display: flex;
  position: relative;
  align-items: center;
  height: 64px;
  padding-inline: 77px 60px;
  border: 2px solid #cccccc;
  border-radius: 32px;
  background-color: #ffffff;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.lp-list-anqlink__link--04, .lp-list-anqlink__link--05 {
  height: 72px;
  border-radius: 36px;
}
.lp-list-anqlink__link::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 53px;
  height: 40px;
  transform: translateY(-50%);
  background-color: #333333;
  content: "";
  transition: background-color 0.3s ease;
}
.lp-list-anqlink__link--01::before {
  -webkit-mask: url("/lp/slim/mufgideco/img/index-icon-01.svg") no-repeat center/contain;
  mask: url("/lp/slim/mufgideco/img/index-icon-01.svg") no-repeat center/contain;
}
.lp-list-anqlink__link--02::before {
  -webkit-mask: url("/lp/slim/mufgideco/img/index-icon-02.svg") no-repeat center/contain;
  mask: url("/lp/slim/mufgideco/img/index-icon-02.svg") no-repeat center/contain;
}
.lp-list-anqlink__link--03::before {
  -webkit-mask: url("/lp/slim/mufgideco/img/index-icon-03.svg") no-repeat center/contain;
  mask: url("/lp/slim/mufgideco/img/index-icon-03.svg") no-repeat center/contain;
}
.lp-list-anqlink__link--04::before {
  -webkit-mask: url("/lp/slim/mufgideco/img/index-icon-04.svg") no-repeat center/contain;
  mask: url("/lp/slim/mufgideco/img/index-icon-04.svg") no-repeat center/contain;
}
.lp-list-anqlink__link--05::before {
  -webkit-mask: url("/lp/slim/mufgideco/img/index-icon-05.svg") no-repeat center/contain;
  mask: url("/lp/slim/mufgideco/img/index-icon-05.svg") no-repeat center/contain;
}
.lp-list-anqlink__link::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-image: url("/lp/slim/mufgideco/img/index-icon-arrow-down.svg");
  background-position: center;
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-color: #bc1571;
  content: "";
}
.lp-list-anqlink__link:hover, .lp-list-anqlink__link:focus, .lp-list-anqlink__link:active {
  border-color: #bc1571;
  color: #bc1571;
}
.lp-list-anqlink__link:hover::before, .lp-list-anqlink__link:focus::before, .lp-list-anqlink__link:active::before {
  background-color: #bc1571;
}

.lp-anq {
  margin-top: 16px;
}

.lp-anq__inner {
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #efefef;
  border-radius: 11.4px;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
}
.lp-anq__inner:hover, .lp-anq__inner:focus, .lp-anq__inner:active {
  border-color: #bc1571;
}
.lp-anq__inner:hover .lp-anq__link, .lp-anq__inner:focus .lp-anq__link, .lp-anq__inner:active .lp-anq__link {
  color: #bc1571;
}
.lp-anq__inner:hover .lp-anq__link::before, .lp-anq__inner:focus .lp-anq__link::before, .lp-anq__inner:active .lp-anq__link::before {
  background-color: #bc1571;
}

.lp-anq__link {
  display: flex;
  position: relative;
  padding-inline: 30px 14px;
  gap: 6px;
  color: #333333;
  font-size: 14px;
  transition: color 0.3s ease;
}
.lp-anq__link::before {
  -webkit-mask: url("/lp/slim/mufgideco/img/index-icon-arrow-down.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 10px;
  height: 7px;
  transform: translateY(-50%);
  background-color: #333333;
  content: "";
  -webkit-mask: url("/lp/slim/mufgideco/img/index-icon-arrow-down.svg") no-repeat center/contain;
          mask: url("/lp/slim/mufgideco/img/index-icon-arrow-down.svg") no-repeat center/contain;
  transition: background-color 0.3s ease;
}

.lp-anq--mv {
  position: absolute;
  margin-top: 0;
}

.lp-anq--right {
  display: flex;
  justify-content: flex-end;
}

.lp-list-fea {
  margin-top: 16px;
  padding: 20px 16px;
  background-color: #ffffff;
}

.lp-list-fea__content {
  display: grid;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
}

.lp-list-fea__item {
  position: relative;
  padding-left: 20px;
}
.lp-list-fea__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url("/lp/slim/mufgideco/img/index-icon-check.svg");
  background-size: 16px 14px;
  background-repeat: no-repeat;
  content: "";
}

.lp-text-01 {
  margin-top: 8px;
}

.lp-text-02 {
  margin-top: 16px;
}

.lp-text-03 {
  margin-top: 10px;
}

.lp-text-notice {
  margin-top: 8px;
  color: #888888;
  font-size: 11px;
}

.lp-text-notice--02 {
  margin-top: 24px;
  color: #333333;
}

.lp-text-notice--03 {
  margin-top: 16px;
}

.lp-text-notice--04 {
  margin-top: 24px;
}

.lp-text-lead {
  margin-top: 24px;
  font-weight: bold;
  font-size: 14px;
}

.lp-text-lead--under {
  background: linear-gradient(transparent 75%, rgba(11, 119, 207, 0.3) 75%);
}

.lp-text--em {
  color: #bc1571;
}

.lp-text-period {
  margin-top: 16px;
  font-weight: bold;
  font-size: 14px;
}

.lp-list {
  margin-top: 24px;
}

.lp-list__item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.lp-list__item::before {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin-top: 9px;
  margin-left: 4px;
  border-radius: 50%;
  background-color: #bc1571;
  content: "";
}

.lp-panel-rank {
  margin-top: 29px;
}

.lp-panel-rank__item {
  position: relative;
  margin-left: 14px;
}

.lp-panel-rank__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 21px 47px 21px 59px;
  border: 3px solid #cccccc;
  background-color: #ffffff;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.lp-panel-rank__link:hover, .lp-panel-rank__link:focus, .lp-panel-rank__link:active {
  border-color: #bc1571;
}
.lp-panel-rank__link:hover .lp-panel-rank__text, .lp-panel-rank__link:focus .lp-panel-rank__text, .lp-panel-rank__link:active .lp-panel-rank__text {
  color: #bc1571;
}

.lp-panel-rank__rank {
  display: flex;
  position: absolute;
  top: -16px;
  left: -16px;
  align-items: center;
  align-self: baseline;
  justify-content: center;
  width: 61px;
  height: 61px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: #bc1571;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  line-height: 48px;
  text-align: center;
}

.lp-panel-rank__rank-num {
  margin-top: -3px;
  font-size: 35px;
}

.lp-panel-rank__rank-unit {
  margin-top: 7px;
}

.lp-panel-rank__text {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  transition: color 0.3s ease;
}

.lp-panel-rank__text__external {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 19px;
  height: 17px;
  transform: translateY(-50%);
}

.lp-panel-reco {
  margin-top: 16px;
}

.lp-panel-reco__item {
  padding: 24px 10px;
  border: 3px solid #cccccc;
  background-color: #ffffff;
}

.lp-panel-reco__item + .lp-panel-reco__item {
  margin-top: 6px;
}

.lp-list-reco__text {
  display: block;
  color: #bc1571;
  font-weight: bold;
  font-size: 16px;
  overflow-wrap: anywhere;
}
.lp-list-reco__text:hover, .lp-list-reco__text:focus, .lp-list-reco__text:active {
  text-decoration: underline;
  text-underline-position: under;
}

.lp-list-reco__text__external {
  width: 19px;
  height: 17px;
  margin-top: -4px;
  margin-left: 8px;
  vertical-align: middle;
}

.lp-list-reco__item + .lp-list-reco__item .lp-list-reco__text {
  position: relative;
  margin-top: 32px;
}
.lp-list-reco__item + .lp-list-reco__item .lp-list-reco__text::before {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #cccccc;
  content: "";
}

.lp-list-reco-in__pdfarea {
  padding-top: 16px;
}

.lp-list-reco-in__pdflink {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  gap: 4px;
}

.lp-list-reco-in__pdftext {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
  text-underline-position: under;
}
.lp-list-reco-in__pdftext:hover, .lp-list-reco-in__pdftext:focus, .lp-list-reco-in__pdftext:active {
  text-decoration: none;
}

.lp-list-reco-in__pdficon {
  padding: 2px 4px;
  border: 1px solid #0b77cf;
  border-radius: 9999px;
  font-size: 9px;
  line-height: 1;
}

.lp-panel-reco__text {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
  font-size: 14px;
}
.lp-panel-reco__text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: radial-gradient(circle, #bc1571 2px, transparent 2px);
  background-position: left center;
  background-size: 8px 8px;
  background-repeat: repeat-x;
  content: "";
}

.lp-btn {
  margin-top: 24px;
}

.lp-btn__btn {
  display: inline-block;
  width: 100%;
  height: 47px;
  padding-top: 11px;
  background-color: #bc1571;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}
.lp-btn__btn:hover, .lp-btn__btn:focus, .lp-btn__btn:active {
  background-color: #d54d99;
}

.lp-btn__btn__external {
  position: relative;
  top: 1px;
  width: 19px;
  height: 17px;
  margin-left: 8px;
}

.lp-matrix {
  margin-top: 16px;
  line-height: 1.46;
}

.lp-matrix__head-row {
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.lp-matrix__data {
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.lp-matrix__item__region {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
}

.lp-matrix__item__region-text {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  border-radius: 10px;
  background-color: #f2f2f2;
  color: #888888;
  font-size: 12px;
}

.lp-matrix__item__link {
  display: inline-block;
  color: #bc1571;
  font-weight: bold;
  font-size: 16px;
  overflow-wrap: anywhere;
}
.lp-matrix__item__link:hover, .lp-matrix__item__link:focus, .lp-matrix__item__link:active {
  text-decoration: underline;
  text-underline-position: under;
}

.lp-matrix__item__link__external {
  width: 19px;
  height: 17px;
  margin-top: -4px;
  margin-left: 8px;
  vertical-align: middle;
}

.lp-matrix__item__link + .lp-matrix__item__link {
  margin-top: 10px;
}

.lp-matrix__item__rate {
  margin-top: 2px;
}

.lp-matrix__item__rate-text {
  margin-right: 10px;
  color: #888888;
  font-size: 14px;
}

.lp-matrix__item__rate-num {
  color: #333333;
  font-size: 30px;
}

.lp-matrix__item__rate-unit {
  font-size: 16px;
}

.lp-matrix__item__tax {
  font-size: 13px;
}

.lp-matrix__item__tax-under {
  text-decoration: underline;
  text-underline-position: under;
}

.lp-matrix__item__note {
  font-size: 11px;
}

.lp-text-caution {
  font-size: 16px;
}

.lp-caution-em {
  color: #e8422e;
  font-weight: bold;
}

.lp-caution-line {
  text-decoration: underline;
}

.lp-graph {
  max-width: 742px;
  margin-top: 16px;
  margin-inline: auto;
  padding: 25px 15px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.lp-graph__text {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
}
.lp-graph__text--small {
  font-size: 12px;
}

.lp-graph__graph {
  position: relative;
  aspect-ratio: 66/37;
  width: 100%;
  max-width: 660px;
  max-height: 370px;
  margin-top: 12px;
}

.lp-graph__graph-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: contain;
}

.lp-list-caution,
.lp-list-note-caution {
  margin-top: 8px;
}

.lp-list-caution .m-list__item + .m-list__item {
  margin-top: 8px;
}

.lp-list-note-caution .m-list-note__item + .m-list-note__item {
  margin-top: 8px;
}
.lp-list-note-caution .m-list-note__item {
  font-size: 13px;
}

.lp-lyt-media {
  margin-top: 8px;
}

.lp-bnr__item .m-text {
  margin-top: 0;
}

.m-lyt-media__movie::before {
  content: none;
}

.lp-floatbtn {
  z-index: 3000;
  position: fixed;
}

.lp-floatbtn__inner {
  width: 293px;
  margin: 0 auto;
}

.lp-floatbtn__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}

.lp-floatbtn__btn {
  display: flex;
  position: relative;
  padding: 8px 90px 8px 48px;
  background-color: #bc1571;
  color: #ffffff;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.lp-floatbtn__btn:hover, .lp-floatbtn__btn:focus, .lp-floatbtn__btn:active {
  background-color: #d54d99;
}

.lp-floatbtn__btn__external {
  display: flex;
  position: absolute;
  top: 50%;
  right: 48px;
  width: 19px;
  height: 17px;
  transform: translateY(-50%);
}

html[data-script-enabled=true] .js-scroll-animation {
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.2s;
}
html[data-script-enabled=true] .js-scroll-animation.js-ltr {
  transform: translateX(-10%);
}
html[data-script-enabled=true] .js-scroll-animation.is-shown {
  transform: translateY(0);
  opacity: 1;
}
html[data-script-enabled=true] .js-scroll-animation.js-scale-02 {
  visibility: hidden;
  transform: scale(0.6);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0.3s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0.3s, visibility 0s linear 0.3s;
}
html[data-script-enabled=true] .js-scroll-animation.js-scale-03 {
  visibility: hidden;
  transform: scale(0.3);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.5, 0, 0, 1) 0.8s, transform 0.7s cubic-bezier(0.5, 0, 0, 1) 0.8s, visibility 0s linear 1s;
}
html[data-script-enabled=true] .js-scroll-animation.js-scale-02.is-shown, html[data-script-enabled=true] .js-scroll-animation.js-scale-03.is-shown {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

html[data-script-enabled=true] .js-load-animation {
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition-delay: 5s;
}
html[data-script-enabled=true] .js-load-animation.is-shown {
  transform: translateY(0);
  opacity: 1;
}

html[data-script-enabled=true] .js-floatbtn {
  transform: translateY(0);
  transition: transform 0.5s ease;
}
html[data-script-enabled=true] .js-floatbtn.is-hidden {
  transform: translateY(100%);
  pointer-events: none;
}

.uniq-mufg-footer-content {
  width: 100%;
  max-width: 980px;
  margin-top: 40px;
  margin-inline: auto;
}
.uniq-mufg-footer-content__txt {
  border-bottom: 2px solid;
  font-size: 1.2rem;
}
.uniq-mufg-footer-content__info {
  margin-top: 20px;
  font-size: 1rem;
}
@media screen and (min-width: 520px) {
  .lp-mv__image {
    height: 700px;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .lp-section__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 10px;
  }
  .lp-wide-padding {
    padding-inline: 0;
  }
  .lp-section__inner--small {
    padding-block: 60px;
  }
  .lp-hdg-lv2__title {
    font-size: 56px;
  }
  .lp-hdg-lv2__title::before {
    width: 86px;
    height: 48px;
    background-size: 86px 48px;
  }
  .lp-hdg-lv2-02__title {
    font-size: 52px;
  }
  .lp-hdg-lv2-03 {
    margin-top: 40px;
  }
  .lp-hdg-lv2-03__title {
    line-height: 1.6;
  }
  .lp-hdg-lv2-02__title--small {
    font-size: 40px;
  }
  .lp-hdg-lv2-02__title--em {
    margin-inline: 7px 6px;
  }
  .lp-hdg-lv3 {
    margin-top: 80px;
  }
  .lp-hdg-lv3__title {
    font-size: 32px;
  }
  .lp-hdg-lv3__title__image {
    width: 240px;
    height: 60px;
  }
  .lp-hdg-lv3-02__title {
    margin-top: 24px;
    font-size: 16px;
  }
  .lp-hdg-lv4 {
    margin-top: 60px;
  }
  .lp-hdg-lv4::before {
    width: 5px;
    height: 28px;
  }
  .lp-hdg-lv4__title {
    font-size: 28px;
  }
  .lp-hdg-lv4-02__title {
    margin-top: 24px;
    font-size: 16px;
  }
  .lp-anq {
    margin-top: 40px;
  }
  .lp-anq__inner {
    border-radius: 18px;
  }
  .lp-anq__link {
    padding: 4px 24px 3px 44px;
    font-size: 18px;
  }
  .lp-anq__link::before {
    left: 24px;
    width: 14px;
    height: 9px;
  }
  .lp-anq--mv {
    bottom: 15px;
    left: 51px;
    margin-top: 0;
  }
  .lp-list-fea {
    margin-top: 30px;
    padding-block: 36px;
  }
  .lp-list-fea__inner {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .lp-list-fea__content {
    gap: 6px;
    font-size: 24px;
  }
  .lp-list-fea__item {
    padding-left: 32px;
  }
  .lp-list-fea__item::before {
    width: 24px;
    height: 22px;
    background-size: 24px 22px;
  }
  .lp-text-01 {
    margin-top: 16px;
  }
  .lp-text-02 {
    margin-top: 40px;
  }
  .lp-text-03 {
    margin-top: 21px;
  }
  .lp-text-03 + .lp-text-02 {
    margin-top: 20px;
  }
  .lp-text-notice {
    margin-top: 16px;
    font-size: 14px;
  }
  .lp-text-notice--02 {
    margin-top: 40px;
    font-size: 16px;
  }
  .lp-text-notice--03 {
    margin-top: 30px;
    font-size: 16px;
  }
  .lp-text-notice--04 {
    margin-top: 26px;
  }
  .lp-text-lead {
    margin-top: 40px;
    font-size: 24px;
  }
  .lp-text-center-pc {
    text-align: center;
  }
  .lp-text-period {
    margin-top: 30px;
    font-size: 18px;
  }
  .lp-list {
    margin-top: 30px;
  }
  .lp-list__item {
    gap: 10px;
    font-size: 16px;
    line-height: 1.625;
  }
  .lp-list__item::before {
    margin-top: 12px;
    margin-left: 6px;
  }
  .lp-panel-rank {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 52px;
    gap: 24px;
  }
  .lp-panel-rank__link {
    padding: 18px 47px 19px 64px;
    border-width: 2px;
  }
  .lp-panel-rank__rank {
    top: -19px;
    left: -17px;
    border-width: 2px;
  }
  .lp-panel-rank__text {
    font-size: 16px;
  }
  .lp-panel-rank__text__external {
    right: 24px;
  }
  .lp-panel-reco {
    margin-top: 40px;
  }
  .lp-panel-reco__item {
    padding-inline: 24px;
    border-width: 2px;
  }
  .lp-panel-reco__item + .lp-panel-reco__item {
    margin-top: 30px;
  }
  .lp-list-reco__text {
    font-size: 24px;
  }
  .lp-list-reco__item + .lp-list-reco__item .lp-list-reco__text {
    margin-top: 48px;
  }
  .lp-list-reco__item + .lp-list-reco__item .lp-list-reco__text::before {
    top: -24px;
  }
  .lp-list-reco-in__pdfarea {
    padding-top: 24px;
  }
  .lp-list-reco-in__pdftext {
    font-size: 16px;
  }
  .lp-panel-reco__text {
    margin-top: 24px;
    padding-top: 24px;
    font-size: 18px;
  }
  .lp-btn {
    margin-top: 40px;
  }
  .lp-btn__btn {
    height: 88px;
    padding-top: 22px;
    border: none;
    font-size: 28px;
  }
  .lp-btn__btn__external {
    top: -2px;
    margin-left: 10px;
  }
  .lp-matrix {
    display: grid;
    grid-template-columns: 51px 1fr 1fr 1fr;
    margin-top: 40px;
    gap: 10px 12px;
  }
  .lp-matrix__head-col {
    margin-bottom: 6px;
    padding-bottom: 16px;
    border-bottom: 3px solid #333333;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
  .lp-matrix__head-row {
    margin-right: 5px;
    line-height: 46px;
    writing-mode: vertical-rl;
  }
  .lp-matrix__head-row--stock-emaxis {
    grid-row: 2/5;
    grid-column: 1/2;
  }
  .lp-matrix__head-row--bond {
    grid-row: 5/6;
    grid-column: 1/2;
  }
  .lp-matrix__head-row--reit {
    grid-row: 6/7;
    grid-column: 1/2;
  }
  .lp-matrix__head-row--vertical {
    text-orientation: sideways;
  }
  .lp-matrix__head-row--balance-emaxis {
    grid-row: 7/8;
    grid-column: 1/2;
  }
  .lp-matrix__head-row--stock {
    grid-row: 2/4;
    grid-column: 1/2;
  }
  .lp-matrix__head-row--balance {
    grid-row: 4/6;
    grid-column: 1/2;
  }
  .lp-matrix__head-row--commodity {
    grid-row: 6/7;
    grid-column: 1/2;
    margin-top: 23px;
  }
  .lp-matrix__data {
    padding: 28px 24px 18px 22px;
  }
  .lp-matrix__data--253266 {
    grid-row: 3/4;
    grid-column: 3/4;
  }
  .lp-matrix__data--253425 {
    grid-row: 4/5;
    grid-column: 2/5;
  }
  .lp-matrix__data--252648 {
    grid-row: 5/6;
    grid-column: 2/3;
  }
  .lp-matrix__data--252667 {
    grid-row: 5/6;
    grid-column: 3/4;
  }
  .lp-matrix__data--253669 {
    grid-row: 6/7;
    grid-column: 2/3;
  }
  .lp-matrix__data--253674 {
    grid-row: 6/7;
    grid-column: 3/4;
  }
  .lp-matrix__data--252760 {
    grid-row: 7/8;
    grid-column: 2/5;
  }
  .lp-matrix__data--baillie {
    grid-row: 3/4;
    grid-column: 2/5;
  }
  .lp-matrix__data--target {
    grid-row: 4/5;
    grid-column: 2/4;
  }
  .lp-matrix__data--dcbalance {
    grid-row: 5/6;
    grid-column: 2/4;
  }
  .lp-matrix__data--fine {
    grid-row: 6/7;
    grid-column: 2/5;
    margin-top: 23px;
  }
  .lp-matrix-line {
    grid-row: 6/7;
    grid-column: 1/5;
    height: 1px;
    margin-top: 6px;
    background: #333333;
  }
  .lp-matrix__item__region {
    display: none;
  }
  .lp-matrix__item__link {
    font-size: 18px;
  }
  .lp-matrix__item__rate-text {
    font-size: 13px;
  }
  .lp-matrix__item__rate-num {
    font-size: 40px;
  }
  .lp-matrix__item__rate-unit {
    font-size: 14px;
  }
  .lp-matrix__item__tax {
    font-size: 14px;
  }
  .lp-matrix__item__note-r {
    text-align: right;
  }
  .lp-graph {
    margin-top: 30px;
    padding: 35px 40px 30px;
  }
  .lp-graph__text {
    font-size: 18px;
  }
  .lp-graph__text--small {
    font-size: 14px;
  }
  .lp-graph__graph {
    margin-top: 18px;
  }
  .lp-list-caution,
.lp-list-note-caution {
    margin-top: 14px;
  }
  .lp-list-caution .m-list__item + .m-list__item {
    margin-top: 14px;
  }
  .lp-list-note-caution .m-list-note__item {
    font-size: 14px;
  }
  .lp-lyt-media {
    margin-top: 16px;
  }
  .lp-bnr {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  .lp-floatbtn {
    right: 0;
    bottom: 73px;
  }
  .lp-floatbtn__inner {
    width: 250px;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 4px rgba(153, 153, 153, 0.65);
  }
  .lp-floatbtn__close {
    display: none;
  }
  .lp-floatbtn__btn {
    padding: 16px 52px 16px 20px;
    font-size: 16px;
  }
  .lp-floatbtn__btn__external {
    right: 20px;
  }
  html[data-script-enabled=true] .js-load-animation.js-rtl-pc {
    transform: translateX(100%);
  }
  html[data-script-enabled=true] .js-load-animation.js-rtl-pc.is-shown {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1000px) {
  .lp-mv-title {
    top: 40px;
    left: 51px;
  }
  .lp-hdg-lv1__title__line01 {
    width: 100%;
    padding: 18px 26px 18px 32px;
  }
  .lp-hdg-lv1__title__line01__text-small {
    padding-bottom: 16px;
    font-size: clamp(14px, 14px + 10 * (100vw - 768px) / 672, 24px);
  }
  .lp-hdg-lv1__title__line01__text-small::before, .lp-hdg-lv1__title__line01__text-small::after {
    top: 35%;
    width: 2px;
    height: 28px;
  }
  .lp-hdg-lv1__title__line01__text-small::before {
    left: -10px;
  }
  .lp-hdg-lv1__title__line01__text-small::after {
    right: -12px;
  }
  .lp-hdg-lv1__title__line02 {
    width: 100%;
    margin-top: 24px;
    padding-right: 34px;
  }
  .lp-hdg-lv1__title__line0102 {
    display: grid;
    grid-template-columns: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lp-hdg-lv1__title__line03__text {
    width: -moz-fit-content;
    width: fit-content;
    height: 115px;
    padding-right: 50vw;
  }
  .lp-hdg-lv1__title__line03__text-red {
    top: 50%;
    left: 32px;
    transform: translate(28%, -30%);
    text-shadow: 4.2px 4.2px 0 #cccccc;
  }
  .lp-hdg-lv1__title__text {
    margin-top: 24px;
    padding-left: 32px;
    padding-block: 0;
  }
  .lp-mv-notice {
    margin-top: 24px;
    font-size: 14px;
  }
  .lp-list-anqlink {
    margin-top: 40px;
  }
  .lp-list-anqlink__content {
    flex-direction: row;
    gap: 6px;
  }
  .lp-list-anqlink__content--02 {
    gap: 80px;
  }
  .lp-list-anqlink__link {
    justify-content: center;
    width: 320px;
    height: 182px;
    padding: 110px 33px 32px 34px;
    border-radius: 91px;
    font-size: 24px;
    text-align: center;
  }
  .lp-list-anqlink__link--04, .lp-list-anqlink__link--05 {
    width: 360px;
    height: 220px;
    border-radius: 110px;
  }
  .lp-list-anqlink__link::before {
    top: 16px;
    left: 50%;
    width: 106px;
    height: 80px;
    transform: translateX(-50%);
    font-size: 24px;
  }
  .lp-list-anqlink__link::after {
    top: auto;
    bottom: -20px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    border: 3px solid #ffffff;
    background-size: 22px 13px;
  }
}
@media screen and (min-width: 1230px) {
  .lp-hdg-lv1__title__line03 {
    flex-wrap: nowrap;
  }
  .lp-hdg-lv1__title__line03__text {
    width: 58vw;
    max-width: 825px;
    padding-right: 0;
  }
  .lp-hdg-lv1__title__line03__text-red {
    transform: translate(28%, -32%);
  }
  .lp-hdg-lv1__title__text-break {
    padding-left: 0;
  }
}
@media screen and (min-width: 1441px) {
  .lp-mv-title {
    left: calc(50% - 669px);
  }
  .lp-anq--mv {
    left: calc(50% - 669px);
  }
}
@media screen and (max-width: 1000px) {
  .sp-hide--anq {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-anq--mv {
    bottom: 16px;
    left: 50%;
    width: 278px;
    transform: translateX(-50%);
  }
  .lp-anq--mv .lp-anq__inner {
    border-radius: 28.5px;
  }
  .lp-anq--mv .lp-anq__link {
    padding: 6px 16px 6px 36px;
  }
  .lp-anq--mv .lp-anq__link::before {
    left: 16px;
    width: 14px;
    height: 9px;
  }
  .lp-text-lead--fund {
    margin-top: 16px;
  }
  .lp-panel-rank__item + .lp-panel-rank__item {
    margin-top: 20px;
  }
  .lp-matrix__head-col {
    display: none;
  }
  .lp-matrix__head-row {
    margin-top: 16px;
    padding: 14px 15px;
  }
  .lp-matrix__data + .lp-matrix__head-row {
    margin-top: 24px;
  }
  .lp-matrix__data {
    margin-top: 10px;
    margin-inline: 15px;
  }
  .lp-matrix__data--fine .lp-matrix__item__link {
    margin-top: 0;
  }
  .lp-matrix-line {
    display: none;
  }
  .lp-matrix__data + .lp-matrix__data {
    margin-top: 5px;
  }
  .lp-matrix__item__link {
    margin-top: 5px;
  }
  .lp-bnr__item + .lp-bnr__item {
    margin-top: 30px;
  }
  .lp-floatbtn {
    bottom: 0;
    width: 100%;
    height: 93px;
    padding: 16px;
    background-color: #ffffff;
    box-shadow: -2px 2px 26px rgba(204, 204, 204, 0.35);
  }
  .uniq-mufg-footer-content__txt {
    font-size: 1rem;
  }
  .uniq-mufg-footer-content {
    margin-top: 20px;
  }
  .str-footer--simple {
    margin-bottom: 115px;
  }
}
