@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP";
  font-weight: 400;
  scroll-behavior: auto !important;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../fonts/NotoSansJP-Black.ttf) format("truetype");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Bold.ttf) format("truetype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Regular.ttf) format("truetype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Main Font";
  src: url("../fonts/font-icon.woff2") format("woff2"), url("../fonts/font-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.new-fund-lp {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgb(209, 236, 250)), to(rgb(140, 210, 243)));
  background: linear-gradient(to bottom, rgb(209, 236, 250) 85%, rgb(140, 210, 243) 100%);
}
.new-fund-lp.no-scroll {
  overflow: hidden;
  height: 100%;
}
.new-fund-lp .p-ttl01 {
  text-align: center;
  color: #080059;
  font-weight: 800;
  font-size: min(60px, 5.4054054054vw) !important;
  line-height: 1.7 !important;
}
.new-fund-lp .p-ttl02 {
  text-align: center;
  color: #080059;
  font-weight: 900;
  font-size: min(40px, 3.6036036036vw) !important;
  line-height: 1;
}
.new-fund-lp .p-ttl02 .small {
  font-size: min(22px, 1.981981982vw);
  letter-spacing: 0.05em;
}
.new-fund-lp .p-diag-ttl {
  padding: 8px 30px 9px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  font-size: min(20px, 1.8018018018vw) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(21%, rgb(0, 146, 223)), to(rgb(0, 99, 180)));
  background: linear-gradient(to right, rgb(0, 146, 223) 21%, rgb(0, 99, 180) 100%);
}
.new-fund-lp .p-diag-ttl::before, .new-fund-lp .p-diag-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  background: url(../images/static/deco-star02.svg) center/contain no-repeat;
}
.new-fund-lp .p-diag-ttl::before {
  left: 10px;
}
.new-fund-lp .p-diag-ttl::after {
  right: 10px;
}
.new-fund-lp .p-list01 {
  margin-top: 28px;
}
.new-fund-lp .p-list01 > li {
  position: relative;
  padding-left: 20px;
  line-height: 1.25 !important;
  letter-spacing: 0.05em;
  font-size: 16px !important;
}
.new-fund-lp .p-list01 > li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #080059;
}
.new-fund-lp .p-list02 > li {
  position: relative;
  line-height: 1.4 !important;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding-left: 15px;
}
.new-fund-lp .p-list02 > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.new-fund-lp .p-list02 > li.star::before {
  content: "＊";
}
.new-fund-lp .p-list02 > li.bold {
  font-weight: bold;
}
.new-fund-lp .p-list02 > li.bold::before {
  font-weight: 400;
}
.new-fund-lp .p-list02 > li.red {
  font-weight: 800;
  color: #EC2027;
}
.new-fund-lp .p-ref-txt {
  font-size: 14px;
}
.new-fund-lp .p-ast {
  font-size: 10px;
  vertical-align: top;
}
.new-fund-lp .p-diag-area {
  margin: 0 auto;
  max-width: 860px;
}
.new-fund-lp .p-br01 {
  display: none;
}
.new-fund-lp .p-br02 {
  display: none;
}
.new-fund-lp .p-br03 {
  display: none;
}
.new-fund-lp .p-btn01 {
  position: relative;
  padding: 20px 30px;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 700px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #080059;
  border-radius: 50px;
  border: solid 2px #080059;
}
.new-fund-lp .p-btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask: url("../images/static/ico-right.svg") no-repeat center/contain;
          mask: url("../images/static/ico-right.svg") no-repeat center/contain;
}
.new-fund-lp .img-wrap {
  display: block;
  margin: 0 auto;
}
.new-fund-lp .img-wrap > img {
  width: 100%;
  height: auto;
}
.new-fund-lp .anim {
  opacity: 0;
}
.new-fund-lp .anim.is-animated {
  -webkit-animation: fadeIn 1.5s both;
          animation: fadeIn 1.5s both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.new-fund-lp .fuwa {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes growHeight {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes growHeight {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes opacityInc {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacityInc {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes widthInc {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes widthInc {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: translateX(-120%) rotate(0deg);
            transform: translateX(-120%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-120%) rotate(360deg);
            transform: translateX(-120%) rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: translateX(-120%) rotate(0deg);
            transform: translateX(-120%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-120%) rotate(360deg);
            transform: translateX(-120%) rotate(360deg);
  }
}
.new-fund-lp .diag01 .diag-anim, .new-fund-lp .diag01 .diag01-txt {
  opacity: 0;
}
.new-fund-lp .diag01 .diag-anim.is-animated, .new-fund-lp .diag01 .diag01-txt.is-animated {
  -webkit-animation: fadeIn 1.5s both;
          animation: fadeIn 1.5s both;
}
.new-fund-lp .diag02 .diag-anim-wrap .diag-anim {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.new-fund-lp .diag02 .diag-anim-wrap .diag-anim.is-animated {
  -webkit-animation: growHeight 1s both;
          animation: growHeight 1s both;
}
.new-fund-lp .diag02 .num-wrap .diag-anim {
  opacity: 0;
}
.new-fund-lp .diag02 .num-wrap .diag-anim.is-animated {
  -webkit-animation: opacityInc 1.5s both;
          animation: opacityInc 1.5s both;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.new-fund-lp .diag03 .diag-anim {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.new-fund-lp .diag03 .diag-anim.is-animated {
  -webkit-animation: growHeight 1.5s both;
          animation: growHeight 1.5s both;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.new-fund-lp .diag04 .diag-anim > img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 2s ease;
  transition: -webkit-clip-path 2s ease;
  transition: clip-path 2s ease;
  transition: clip-path 2s ease, -webkit-clip-path 2s ease;
}
.new-fund-lp .diag04 .diag-anim.is-animated > img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.new-fund-lp .diag05 .diag-anim.is-animated {
  -webkit-animation: spin 1s both;
          animation: spin 1s both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.new-fund-lp .diag06 .diag-anim {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.new-fund-lp .diag06 .diag-anim.is-animated {
  -webkit-animation: growHeight 1s both;
          animation: growHeight 1s both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.new-fund-lp.sbi .header {
  min-width: auto !important;
}
.new-fund-lp.sbi .header.is-top {
  -webkit-transform: translate(0px, 0px) !important;
          transform: translate(0px, 0px) !important;
}
.new-fund-lp.sbi .header .nav-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.new-fund-lp.sbi .header .logo-sbi {
  max-width: 90px;
}
.new-fund-lp.sbi .header .logo-mitsui {
  max-width: 350px;
}
.new-fund-lp.mitsui .header {
  padding: 22px 33px;
  border-bottom: none;
  background-color: #fff;
}
.new-fund-lp.mitsui .header .header-nav {
  margin: 0;
}
.new-fund-lp.sbi .link-block .menu-btn {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.new-fund-lp.mitsui .link-block.is-hidden .menu-btn {
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
  opacity: 0;
}
.new-fund-lp .link-block {
  pointer-events: none;
  z-index: 4;
  position: fixed;
  padding-top: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.new-fund-lp .link-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.new-fund-lp .link-block.is-hidden {
  pointer-events: none;
}
.new-fund-lp .link-block.is-hidden .fv-wrap {
  -webkit-transform: translateX(-500px);
          transform: translateX(-500px);
  opacity: 0;
}
.new-fund-lp .link-block.is-hidden .link-wrap {
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
  opacity: 0;
}
.new-fund-lp .link-block.active::before {
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.new-fund-lp .link-block.active .menu-btn > span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.new-fund-lp .link-block.active .menu-btn > span:nth-of-type(2) {
  opacity: 0;
}
.new-fund-lp .link-block.active .menu-btn > span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
.new-fund-lp .link-block.active .link-wrap {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}
.new-fund-lp .link-block .menu-btn {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: #080059;
  padding: 0 20px;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.new-fund-lp .link-block .menu-btn > span {
  position: absolute;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
}
.new-fund-lp .link-block .menu-btn > span:nth-of-type(1) {
  top: 18px;
}
.new-fund-lp .link-block .menu-btn > span:nth-of-type(2) {
  top: 38px;
}
.new-fund-lp .link-block .menu-btn > span:nth-of-type(3) {
  top: 58px;
}
.new-fund-lp .link-block .fv-wrap {
  padding: 0 min(20px, 1.0416666667vw);
  display: grid;
  place-items: center;
  width: calc((100vw - 1100px) / 2);
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.new-fund-lp .link-block .fv-wrap img {
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
}
.new-fund-lp .link-block .link-wrap {
  display: grid;
  place-items: center;
  padding: 0 min(20px, 1.0416666667vw);
  width: calc((100vw - 1100px) / 2);
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.new-fund-lp .link-block .link-wrap .link-list {
  width: 100%;
}
.new-fund-lp .link-block .link-wrap .link-list > li > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 min(50px, 2.6041666667vw) 0 min(20px, 1.0416666667vw);
  font-family: "Noto Sans JP";
  color: #080059;
  font-size: min(18px, 0.9375vw);
  letter-spacing: 0.05em;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
}
.new-fund-lp .link-block .link-wrap .link-list > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  width: min(15px, 1.3513513514vw);
  height: min(12px, 1.0810810811vw);
  background-color: #41AAE1;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.new-fund-lp .inner-deco-wrap {
  position: relative;
  overflow-y: hidden;
}
.new-fund-lp .inner-block {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1180px;
}
.new-fund-lp .white-bg {
  background-color: #fff;
  padding: min(34px, 3.0630630631vw) min(35px, 3.1531531532vw) min(80px, 7.2072072072vw);
}
.new-fund-lp .bg-inner {
  max-width: 960px;
  margin: 0 auto;
}
.new-fund-lp .deco-circle {
  z-index: 0;
  position: absolute;
  top: min(226px, 20.3603603604vw);
  left: 0;
  width: 100%;
  height: 9984px;
  background: url(../images/static/deco-circle-bg.png.webp) top center/cover no-repeat scroll;
  pointer-events: none;
  overflow: hidden;
}
.new-fund-lp .deco-illust {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  overflow: hidden;
}
.new-fund-lp .deco-illust .left, .new-fund-lp .deco-illust .right {
  position: relative;
  width: calc((100vw - 1100px) / 2);
}
.new-fund-lp .deco-illust .left > span, .new-fund-lp .deco-illust .right > span {
  position: absolute;
}
.new-fund-lp .deco-illust .left .fw-yb01 {
  width: min(389px, 20.2604166667vw);
  height: min(408px, 21.25vw);
  top: min(1043px, 93.963963964vw);
  right: min(73px, 3.8020833333vw);
  background: url(../images/static/illust-fw-yb.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .left .paper-l {
  width: min(46px, 2.3958333333vw);
  height: min(68px, 3.5416666667vw);
  top: min(1561px, 140.6306306306vw);
  right: min(165px, 8.59375vw);
  background: url(../images/static/illust-paper-l.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .left .fw-bp {
  width: min(436px, 22.7083333333vw);
  height: min(457px, 23.8020833333vw);
  top: min(2654px, 239.0990990991vw);
  right: max(-43px, -2.2395833333vw);
  background: url(../images/static/illust-fw-bp.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .left .fw-pink {
  width: min(370px, 19.2708333333vw);
  height: min(372px, 19.375vw);
  top: min(4562px, 410.990990991vw);
  right: min(126px, 6.5625vw);
  background: url(../images/static/illust-fw-pink.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .left .fw-yb02 {
  width: min(389px, 20.2604166667vw);
  height: min(408px, 21.25vw);
  top: min(7428px, 669.1891891892vw);
  right: min(158px, 8.2291666667vw);
  background: url(../images/static/illust-fw-yb.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .left .fw-bp {
  width: min(438px, 22.8125vw);
  height: min(457px, 23.8020833333vw);
  top: min(9437px, 850.1801801802vw);
  right: min(42px, 2.1875vw);
  background: url(../images/static/illust-fw-bp.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .right .fw-yb01 {
  width: min(389px, 20.2604166667vw);
  height: min(408px, 21.25vw);
  top: min(1043px, 93.963963964vw);
  right: min(73px, 3.8020833333vw);
  background: url(../images/static/illust-fw-yb.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .right .paper-r {
  width: min(65px, 3.3854166667vw);
  height: min(58px, 3.0208333333vw);
  top: min(655px, 59.009009009vw);
  left: min(148px, 7.7083333333vw);
  background: url(../images/static/illust-paper-r.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .right .fw-red01 {
  width: min(456px, 23.75vw);
  height: min(459px, 23.90625vw);
  top: min(1344px, 121.0810810811vw);
  left: max(-59px, -3.0729166667vw);
  background: url(../images/static/illust-fw-red.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .right .fw-rb {
  width: min(433px, 22.5520833333vw);
  height: min(414px, 21.5625vw);
  top: min(3389px, 305.3153153153vw);
  left: min(60px, 3.125vw);
  background: url(../images/static/illust-fw-rb.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .right .fw-yp01 {
  width: min(366px, 19.0625vw);
  height: min(346px, 18.0208333333vw);
  top: min(4742px, 427.2072072072vw);
  left: min(115px, 5.9895833333vw);
  background: url(../images/static/illust-fw-yp.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .right .fw-yp02 {
  width: min(366px, 19.0625vw);
  height: min(346px, 18.0208333333vw);
  top: min(6716px, 605.045045045vw);
  left: min(103px, 5.3645833333vw);
  background: url(../images/static/illust-fw-yp.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .right .fw-red02 {
  width: min(456px, 23.75vw);
  height: min(459px, 23.90625vw);
  top: min(8379px, 754.8648648649vw);
  left: min(94px, 4.8958333333vw);
  background: url(../images/static/illust-fw-red.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .bal-pink {
  width: min(64px, 3.3333333333vw);
  height: min(167px, 8.6979166667vw);
  top: min(1788px, 161.0810810811vw);
  right: max(-13px, -0.6770833333vw);
  background: url(../images/static/illust-balloon-pink.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .bal-red {
  width: min(66px, 3.4375vw);
  height: min(140px, 7.2916666667vw);
  top: min(3455px, 311.2612612613vw);
  right: min(70px, 3.6458333333vw);
  background: url(../images/static/illust-balloon-red.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .bal-yellow {
  width: min(70px, 3.6458333333vw);
  height: min(150px, 7.8125vw);
  top: min(5765px, 519.3693693694vw);
  right: min(64px, 3.3333333333vw);
  background: url(../images/static/illust-balloon-yellow.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .bal-l-pink {
  width: min(68px, 3.5416666667vw);
  height: min(177px, 9.21875vw);
  top: min(282px, 25.4054054054vw);
  left: max(-18px, -0.9375vw);
  background: url(../images/static/illust-balloon-l-pink.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .bal-blue {
  width: min(76px, 3.9583333333vw);
  height: min(198px, 10.3125vw);
  top: min(3089px, 278.2882882883vw);
  left: min(97px, 5.0520833333vw);
  background: url(../images/static/illust-balloon-blue.svg) center/contain no-repeat;
}
.new-fund-lp .deco-illust .bal-blue-small {
  width: min(71px, 3.6979166667vw);
  height: min(166px, 8.6458333333vw);
  top: min(5766px, 519.4594594595vw);
  left: max(-26px, -1.3541666667vw);
  background: url(../images/static/illust-balloon-blue-small.svg) center/contain no-repeat;
}
.new-fund-lp .deco-line {
  position: relative;
  display: block;
  margin-top: min(95px, 8.5585585586vw);
  width: 100%;
  height: 8px;
}
.new-fund-lp .deco-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/static/deco-line.svg) center/contain no-repeat;
}
.new-fund-lp .deco-line + .Sec {
  margin-top: min(100px, 9.009009009vw);
}
.new-fund-lp .Sec {
  font-family: "Noto Sans JP";
}
.new-fund-lp #fvSec {
  margin-bottom: max(-280px, -25.2252252252vw);
  width: 100%;
  height: min(1000px, 90.0900900901vw);
  background: url(../images/static/fv-bg.png.webp) center/cover no-repeat;
}
.new-fund-lp #fvSec .img-wrap {
  max-width: min(800px, 72.0720720721vw);
}
.new-fund-lp #fvSec .btn-wrap {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 40px;
  display: grid;
  place-items: center;
}
.new-fund-lp #aboutSec .desc-ttl {
  color: #41AAE1;
  font-weight: 900;
  font-size: min(40px, 3.6036036036vw) !important;
  line-height: 1;
  text-align: center;
}
.new-fund-lp #aboutSec .desc-txt-wrap {
  margin-top: 20px;
  padding: min(17px, 1.5315315315vw) min(40px, 3.6036036036vw);
  background-color: #080059;
  text-align: center;
  color: #fff;
  font-size: min(24px, 2.1621621622vw);
  font-weight: bold;
  line-height: 1.4 !important;
  letter-spacing: 0.04em;
}
.new-fund-lp #aboutSec .desc-txt-wrap .desc-txt {
  max-width: 840px;
  margin: 0 auto;
}
.new-fund-lp #aboutSec .why-ttl {
  z-index: 1;
  position: relative;
  margin-top: 15px;
}
.new-fund-lp #aboutSec .why-ttl::before, .new-fund-lp #aboutSec .why-ttl::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -30px;
  width: min(332px, 29.9099099099vw);
  height: min(304px, 27.3873873874vw);
  background: url(../images/static/deco-star.svg) center/contain no-repeat;
  pointer-events: none;
}
.new-fund-lp #aboutSec .why-ttl::before {
  left: min(150px, 13.5135135135vw);
}
.new-fund-lp #aboutSec .why-ttl::after {
  right: max(-28px, -2.5225225225vw);
}
.new-fund-lp #aboutSec .stat-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(40px, 3.6036036036vw);
}
.new-fund-lp #aboutSec .stat-area {
  margin-top: 20px;
  position: relative;
  display: block;
  max-width: 460px;
  padding: min(25px, 1.3020833333vw) min(30px, 1.5625vw) min(38px, 1.9791666667vw);
  color: #41AAE1;
  border: solid 2px #41AAE1;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.new-fund-lp #aboutSec .stat-area.green {
  color: #01A4A2;
  border-color: #01A4A2;
}
.new-fund-lp #aboutSec .stat-area.green .detail-btn {
  background-color: #01A4A2;
}
.new-fund-lp #aboutSec .stat-area .stat-ttl {
  text-align: center;
  font-weight: 800;
  font-size: min(30px, 2.7027027027vw) !important;
  line-height: 1.2 !important;
}
.new-fund-lp #aboutSec .stat-area .img-wrap {
  margin-top: 14px;
  max-width: min(290px, 26.1261261261vw);
}
.new-fund-lp #aboutSec .stat-area .detail-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 45px 7px 15px;
  color: #fff;
  font-size: min(18px, 1.6216216216vw);
  font-weight: bold;
  background-color: #41AAE1;
}
.new-fund-lp #aboutSec .stat-area .detail-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 16px;
  width: 13px;
  height: 13px;
  background: url(../images/static/btn-triangle.svg) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.new-fund-lp #effectSec .p-diag-ttl {
  margin-top: 20px;
}
.new-fund-lp #effectSec .diag01 {
  margin-bottom: 40px;
}
.new-fund-lp #effectSec .diag01 .img-wrap {
  position: relative;
  margin-top: 15px;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap {
  position: absolute;
  display: grid;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap > span {
  display: block;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap .part01 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap .part02 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap .part03 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap.pink {
  grid-template-columns: 1fr 1fr 0.57fr;
  top: 43%;
  left: 4%;
  width: 41%;
  height: 32%;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap.pink .part01 {
  background: url(../images/static/diag01-part01.svg) center/contain no-repeat;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap.pink .part02 {
  background: url(../images/static/diag01-part02.svg) center/contain no-repeat;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap.pink .part03 {
  background: url(../images/static/diag01-part03.svg) center/contain no-repeat;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap.blue {
  grid-template-columns: 1fr 1.9fr 1.5fr;
  top: 33.5%;
  right: 3%;
  width: 42%;
  height: 42%;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap.blue .part01 {
  background: url(../images/static/diag01-part04.svg) center/contain no-repeat;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap.blue .part02 {
  background: url(../images/static/diag01-part05.svg) center/contain no-repeat;
}
.new-fund-lp #effectSec .diag01 .diag-anim-wrap.blue .part03 {
  background: url(../images/static/diag01-part06.svg) center/contain no-repeat;
}
.new-fund-lp #effectSec .diag01 .diag01-txt {
  position: absolute;
  top: 32.5%;
  left: 13%;
  max-width: 23%;
}
.new-fund-lp #effectSec .diag01 .p-list02 {
  margin-top: 25px;
}
.new-fund-lp #effectSec .diag02 .img-wrap {
  position: relative;
}
.new-fund-lp #effectSec .diag02 .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/static/diag02-line.svg) center/contain no-repeat;
}
.new-fund-lp #effectSec .diag02 .img-wrap > img {
  position: relative;
  z-index: 2;
}
.new-fund-lp #effectSec .diag02 .diag-anim-wrap {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 9.2%;
  width: 100%;
  height: 48.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding-left: 5%;
  gap: 11.5%;
}
.new-fund-lp #effectSec .diag02 .diag-anim-wrap > span {
  display: block;
  width: 8%;
  background-color: #AABCD9;
}
.new-fund-lp #effectSec .diag02 .diag-anim-wrap .bar01 {
  height: 95%;
  background-color: #ef001e;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.new-fund-lp #effectSec .diag02 .diag-anim-wrap .bar02 {
  height: 100%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.new-fund-lp #effectSec .diag02 .diag-anim-wrap .bar03 {
  height: 86%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.new-fund-lp #effectSec .diag02 .diag-anim-wrap .bar04 {
  height: 86%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.new-fund-lp #effectSec .diag02 .diag-anim-wrap .bar05 {
  height: 52%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.new-fund-lp #effectSec .diag02 .num-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-fund-lp #effectSec .diag02 .p-list02 {
  margin-top: 20px;
}
.new-fund-lp #effectSec .diag02 .p-ref-txt {
  margin-bottom: 24px;
}
.new-fund-lp #effectSec .p-ref-txt {
  margin-top: 7px;
}
.new-fund-lp #choiceSec .process-ttl {
  margin-top: 44px;
  padding: 6px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: min(22px, 1.981981982vw) !important;
  line-height: 1.45 !important;
  letter-spacing: 0.05em;
  background-color: #080059;
}
.new-fund-lp #choiceSec .img-wrap {
  position: relative;
  margin-top: 20px;
}
.new-fund-lp #choiceSec .img-wrap > img {
  position: relative;
  z-index: 2;
}
.new-fund-lp #choiceSec .img-wrap .diag-anim {
  position: absolute;
  top: min(48px, 4.7524752475vw);
  left: 0;
  width: 100%;
  height: min(425px, 42.0792079208vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-fund-lp #choiceSec .img-wrap .tri01, .new-fund-lp #choiceSec .img-wrap .tri02 {
  z-index: 1;
  display: block;
  width: min(318px, 31.4851485149vw);
}
.new-fund-lp #choiceSec .img-wrap .tri01 {
  right: 50%;
  background-color: #FAB8CE;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.new-fund-lp #choiceSec .img-wrap .tri02 {
  left: 50%;
  background-color: #97DCEE;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
}
.new-fund-lp #choiceSec .note-list {
  margin-top: 20px;
  counter-reset: note;
}
.new-fund-lp #choiceSec .note-list > li {
  position: relative;
  line-height: 1.4 !important;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding-left: 38px;
  counter-increment: note;
}
.new-fund-lp #choiceSec .note-list > li::before {
  content: "＊" counter(note) "：";
  position: absolute;
  left: 0;
  top: 0;
}
.new-fund-lp #performSec .diag04 {
  margin-top: 30px;
}
.new-fund-lp #performSec .diag04 .img-wrap {
  margin-top: 14px;
  position: relative;
}
.new-fund-lp #performSec .diag04 .img-wrap::before, .new-fund-lp #performSec .diag04 .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-fund-lp #performSec .diag04 .img-wrap::before {
  background: url(../images/static/diag04-line.svg) center/contain no-repeat;
}
.new-fund-lp #performSec .diag04 .img-wrap::after {
  background: url(../images/static/diag04-data.svg) center/contain no-repeat;
}
.new-fund-lp #performSec .diag04 .diag-anim {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.new-fund-lp #performSec .diag04 .diag-anim > img {
  width: 100%;
  height: auto;
}
.new-fund-lp #performSec .diag05 {
  margin-top: 35px;
}
.new-fund-lp #performSec .diag05 .img-wrap {
  position: relative;
}
.new-fund-lp #performSec .diag05 .img-wrap .diag-anim {
  display: block;
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  width: min(45px, 4.4554455446vw);
  height: min(45px, 4.4554455446vw);
  background: url(../images/static/diag05-star.svg) center/contain no-repeat;
}
.new-fund-lp #performSec .diag05 .p-ref-txt {
  margin-top: 7px;
  margin-bottom: 22px;
}
.new-fund-lp #modelSec .p-diag-area {
  margin-top: 40px;
}
.new-fund-lp #modelSec .sub-cont-wrap {
  margin-top: 24px;
}
.new-fund-lp #modelSec .ttl01 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: center;
  color: #080059;
  font-weight: bold;
  font-size: 22px !important;
  letter-spacing: 0.05em;
  line-height: 1.45 !important;
  border-bottom: solid 2px #41AAE1;
}
.new-fund-lp #modelSec .ttl01 .small {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 16px !important;
}
.new-fund-lp #modelSec .ttl02 {
  margin-bottom: 18px;
  text-align: center;
  color: #41AAE1;
  font-weight: bold;
  font-size: 22px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.05em;
}
.new-fund-lp #modelSec .table-wrap .primary {
  color: #fff;
  font-weight: bold;
  background-color: #080059;
}
.new-fund-lp #modelSec .table-wrap .gray {
  color: #fff;
  font-weight: bold;
  background-color: #868CA5;
}
.new-fund-lp #modelSec .table-wrap .l-gray {
  background-color: #E7E8ED;
}
.new-fund-lp #modelSec .table01 {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  font-size: 16px;
}
.new-fund-lp #modelSec .table01 th, .new-fund-lp #modelSec .table01 td {
  padding: 10px 15px;
}
.new-fund-lp #modelSec .table01 thead::after {
  content: "";
  display: block;
  height: 5px;
}
.new-fund-lp #modelSec .table01 tbody th, .new-fund-lp #modelSec .table01 tbody td {
  border-top: solid 1px #41AAE1;
  border-left: solid 1px #41AAE1;
}
.new-fund-lp #modelSec .table01 tbody tr td:last-child {
  border-right: solid 1px #41AAE1;
}
.new-fund-lp #modelSec .table01 tbody tr:last-child {
  border-bottom: solid 1px #41AAE1;
}
.new-fund-lp #modelSec .table01 .col1 {
  width: 19%;
}
.new-fund-lp #modelSec .table01 .col3::before {
  content: "";
  display: block;
  width: 5px;
}
.new-fund-lp #modelSec .table02 {
  margin: 0 auto;
  width: 100%;
  max-width: 684px;
  text-align: center;
  table-layout: fixed;
  font-size: 16px;
}
.new-fund-lp #modelSec .table02 th, .new-fund-lp #modelSec .table02 td {
  padding: 14px 10px;
  padding: 10px;
}
.new-fund-lp #modelSec .table02 thead th {
  border-right: solid 1px #fff;
}
.new-fund-lp #modelSec .table02 thead th:first-child {
  border-left: solid 1px #080059;
}
.new-fund-lp #modelSec .table02 thead th:last-child {
  border-right: solid 1px #080059;
}
.new-fund-lp #modelSec .table02 tbody td {
  border-left: solid 1px #41AAE1;
  border-bottom: solid 1px #41AAE1;
}
.new-fund-lp #modelSec .table02 tbody td:first-child {
  text-align: left;
}
.new-fund-lp #modelSec .table02 tbody td:last-child {
  border-right: solid 1px #41AAE1;
}
.new-fund-lp #modelSec .table02 .col2 {
  width: 36%;
}
.new-fund-lp #modelSec .table02 .col3 {
  width: 22%;
}
.new-fund-lp #modelSec .diag06 {
  margin-top: 48px;
  margin-bottom: 20px;
}
.new-fund-lp #modelSec .diag06 .img-wrap {
  position: relative;
}
.new-fund-lp #modelSec .diag06 .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/static/diag06-line.svg) center/contain no-repeat;
}
.new-fund-lp #modelSec .diag06 .img-wrap > img {
  position: relative;
  z-index: 2;
}
.new-fund-lp #modelSec .diag06 .diag-anim {
  z-index: 1;
  position: absolute;
  left: 9%;
  bottom: 35%;
  width: 86%;
}
.new-fund-lp #modelSec .p-list02 {
  margin-top: 32px;
}
.new-fund-lp #featureSec .feature-wrap {
  margin-top: 45px;
}
.new-fund-lp #featureSec .feature-wrap + .feature-wrap {
  margin-top: 40px;
}
.new-fund-lp #featureSec .feature-wrap.is-open .ttl-area .deco::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.new-fund-lp #featureSec .ttl-area {
  position: relative;
  width: 100%;
}
.new-fund-lp #featureSec .ttl-area .ttl {
  position: relative;
  display: block;
  padding: min(14px, 1.2612612613vw) min(150px, 13.5135135135vw) min(14px, 1.2612612613vw) min(140px, 12.6126126126vw);
  font-size: min(22px, 1.981981982vw) !important;
  color: #fff;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.45 !important;
  background-color: #41AAE1;
}
.new-fund-lp #featureSec .ttl-area .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: min(110px, 9.9099099099vw);
  height: min(110px, 9.9099099099vw);
}
.new-fund-lp #featureSec .ttl-area .ttl01::before {
  background: url(../images/static/deco-num01.svg) center/contain no-repeat;
}
.new-fund-lp #featureSec .ttl-area .ttl02::before {
  background: url(../images/static/deco-num02.svg) center/contain no-repeat;
}
.new-fund-lp #featureSec .ttl-area .deco {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: min(18px, 1.6216216216vw);
  width: min(30px, 2.7027027027vw);
  height: min(30px, 2.7027027027vw);
  background-color: #EC2027;
}
.new-fund-lp #featureSec .ttl-area .deco::before, .new-fund-lp #featureSec .ttl-area .deco::after {
  content: "";
  position: absolute;
}
.new-fund-lp #featureSec .ttl-area .deco::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
          clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.new-fund-lp #featureSec .ttl-area .deco::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: min(13px, 1.1711711712vw);
  height: min(12px, 1.0810810811vw);
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.new-fund-lp #featureSec .txt-area {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.new-fund-lp #featureSec .desc-block {
  padding: min(28px, 2.5225225225vw) min(20px, 1.8018018018vw) min(28px, 2.5225225225vw) min(140px, 12.6126126126vw);
  background-color: #ECF7FC;
}
.new-fund-lp #featureSec .desc-block .p-list01 {
  margin-top: 0;
}
.new-fund-lp #featureSec .desc-block .p-list02 {
  margin-top: 12px;
  padding-left: 15px;
}
.new-fund-lp #featureSec .detail-block .ttl {
  margin-top: 50px;
  color: #080059;
  font-weight: bold;
  font-size: min(22px, 1.981981982vw) !important;
  text-align: center;
}
.new-fund-lp #featureSec .detail-block .img-wrap {
  margin-top: 25px;
}
.new-fund-lp #featureSec .detail-block .p-list02 {
  margin-top: 18px;
}
.new-fund-lp #featureSec .detail-block .note-txt {
  margin-top: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4 !important;
  font-size: 14px;
}
.new-fund-lp #refrainSec .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 30px;
  background: url(../images/static/refrain-bg.png.webp) center/cover no-repeat;
}
.new-fund-lp #refrainSec .btn-area {
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(20px, 1.8018018018vw);
}
.new-fund-lp #refrainSec .btn-area .note {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.new-fund-lp #refrainSec .btn-area .p-btn01 {
  padding: 5px 20px;
  height: 80px;
}
.new-fund-lp.sbi #refrainSec .btn-area {
  grid-template-columns: 1fr;
  place-items: center;
}
.new-fund-lp.sbi #refrainSec .btn-area .p-btn01 {
  padding: 15px 30px;
  height: auto;
}
.new-fund-lp #noteSec {
  padding: min(20px, 1.8018018018vw) 0 min(120px, 10.8108108108vw);
}
.new-fund-lp #noteSec .cont-wrap + .cont-wrap {
  margin-top: 70px;
}
.new-fund-lp #noteSec .cont-wrap {
  font-size: 16px;
}
.new-fund-lp #noteSec .ttl {
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  color: #080059;
  font-size: min(22px, 1.981981982vw) !important;
  letter-spacing: 0.04em;
  line-height: 0.8 !important;
  font-weight: bold;
  text-align: center;
}
.new-fund-lp #noteSec .ttl::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #080059;
}
.new-fund-lp #noteSec .ttl .inn {
  z-index: 2;
  display: inline-block;
  padding: min(5px, 0.4504504505vw) min(10px, 0.9009009009vw);
  text-align: center;
  background-color: #fff;
}
.new-fund-lp #noteSec .note-list > li {
  position: relative;
  padding-left: 24px;
  font-size: min(16px, 1.4414414414vw);
  letter-spacing: 0.04em;
  line-height: 1.25 !important;
}
.new-fund-lp #noteSec .note-list > li::before {
  content: "";
  position: absolute;
  top: min(9px, 0.8108108108vw);
  left: min(10px, 0.9009009009vw);
  width: 4px;
  height: 4px;
  background-color: #000;
}
.new-fund-lp #noteSec .note-list > li + li {
  margin-top: 4px;
}
.new-fund-lp #noteSec .note-list .link {
  color: #41AAE1;
  text-decoration: underline;
}
.new-fund-lp #noteSec .date-txt {
  margin-top: 10px;
  text-align: right;
  font-size: min(16px, 1.4414414414vw);
  letter-spacing: 0.04em;
  line-height: 1.25 !important;
}
.new-fund-lp.sbi .sbi-footer {
  font-family: "Noto Sans JP";
  background-color: #EAF0F6;
}
.new-fund-lp.sbi .sbi-footer .inner-block {
  padding: 0 40px;
}
.new-fund-lp.sbi .sbi-footer .info-area {
  padding: 40px 0;
}
.new-fund-lp.sbi .sbi-footer .com {
  margin-bottom: 20px;
  font-size: 20px;
  color: #080059;
  font-weight: bold;
}
.new-fund-lp.sbi .sbi-footer .info + .info {
  margin-top: 6px;
}
.new-fund-lp.sbi .sbi-footer .info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-fund-lp.sbi .sbi-footer .info-wrap .info-name {
  margin-top: 3px;
  display: block;
  white-space: nowrap;
}
.new-fund-lp.sbi .sbi-footer .copyright-area {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background-color: #080059;
}
.new-fund-lp.mitsui .footer {
  position: relative;
  min-width: auto;
  height: min(388px, 34.954954955vw);
  color: #fff;
  padding-top: 40px;
  background-color: #41AAE1;
}
.new-fund-lp.mitsui .footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/static/footer-bg.svg) center bottom/contain no-repeat;
}
.new-fund-lp.mitsui .footer .txt-wrap {
  width: 100%;
  max-width: min(960px, 86.4864864865vw);
  margin: 0 auto;
}
.new-fund-lp.mitsui .footer .com-txt {
  font-size: min(23px, 2.0720720721vw) !important;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.new-fund-lp.mitsui .footer .info-txt {
  margin-top: 20px;
  font-size: min(15px, 1.3513513514vw);
  letter-spacing: 0.04em;
  line-height: 1.7 !important;
}
.new-fund-lp.mitsui .footer .copy-txt {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.new-fund-lp .stat-modal {
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  font-family: "Noto Sans JP";
  place-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0s 0.5s;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}
.new-fund-lp .stat-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.new-fund-lp .stat-modal.is-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0s;
  transition: opacity 0.5s ease, visibility 0s;
}
.new-fund-lp .stat-modal .modal-bg {
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.new-fund-lp .stat-modal .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(20px, 1.8018018018vw);
  background: -webkit-gradient(linear, left top, right top, color-stop(21%, rgb(0, 146, 223)), to(rgb(0, 99, 180)));
  background: linear-gradient(to right, rgb(0, 146, 223) 21%, rgb(0, 99, 180) 100%);
}
.new-fund-lp .stat-modal .modal-header .ttl {
  color: #fff;
  font-size: min(24px, 2.1621621622vw) !important;
  line-height: 1.4 !important;
  font-weight: bold;
}
.new-fund-lp .stat-modal .modal-header .ttl .small {
  font-size: min(16px, 1.4414414414vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25 !important;
}
.new-fund-lp .stat-modal .modal-header .ttl .p-ast {
  font-size: 14px;
}
.new-fund-lp .stat-modal .modal-header .close-btn {
  position: relative;
  width: min(30px, 2.7027027027vw);
  height: min(30px, 2.7027027027vw);
  background-color: #EC2027;
}
.new-fund-lp .stat-modal .modal-header .close-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
          clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.new-fund-lp .stat-modal .modal-header .close-btn::after {
  content: "×";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: min(25px, 2.2522522523vw);
  height: min(35px, 3.1531531532vw);
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff;
  font-size: min(24px, 2.1621621622vw);
}
.new-fund-lp .stat-modal .modal-cont {
  padding: min(30px, 2.7027027027vw) min(43px, 3.8738738739vw) min(20px, 1.8018018018vw);
  max-width: 960px;
  overflow-y: auto;
}
.new-fund-lp .stat-modal .cont-wrap {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: min(30px, 2.7027027027vw);
}
.new-fund-lp .stat-modal .left .bold {
  font-weight: bold;
}
.new-fund-lp .stat-modal .left .block {
  display: block;
}
.new-fund-lp .stat-modal .left .small {
  font-size: 14px;
}
.new-fund-lp .stat-modal .left .img-wrap {
  z-index: 1;
  position: relative;
  padding-top: min(20px, 1.8018018018vw);
  max-width: min(300px, 27.027027027vw);
}
.new-fund-lp .stat-modal .left .img-wrap::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: min(492px, 44.3243243243vw);
  height: min(458px, 41.2612612613vw);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -35%);
          transform: translate(-55%, -35%);
  background: url(../images/static/deco-star.svg) center/contain no-repeat;
}
.new-fund-lp .stat-modal .left .txt {
  font-size: 16px !important;
  margin-top: 29px;
  letter-spacing: 0.05em;
  line-height: 1.25 !important;
}
.new-fund-lp .stat-modal .left .source-txt {
  font-size: 16px !important;
  margin-top: 20px;
  letter-spacing: 0.05em;
  line-height: 1.25 !important;
}
.new-fund-lp .stat-modal .left .point-area {
  position: relative;
  margin-top: 25px;
  padding: min(20px, 1.8018018018vw) min(10px, 0.9009009009vw) min(15px, 1.3513513514vw);
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  border: solid 1px #41AAE1;
}
.new-fund-lp .stat-modal .left .point-area::before, .new-fund-lp .stat-modal .left .point-area::after {
  content: "";
  position: absolute;
  top: max(-10px, -0.9009009009vw);
  left: 0;
  width: min(150px, 13.5135135135vw);
  height: min(25px, 2.2522522523vw);
}
.new-fund-lp .stat-modal .left .point-area::before {
  background-color: #fff;
}
.new-fund-lp .stat-modal .left .point-area::after {
  background: url(../images/static/stat-point-ttl.png.webp) center/contain no-repeat;
}
.new-fund-lp .stat-modal .left .point-area > p {
  line-height: 1.4 !important;
}
.new-fund-lp .stat-modal .right .graph-ttl {
  padding: min(5px, 0.4504504505vw);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.6 !important;
  background-color: #41AAE1;
}
.new-fund-lp .stat-modal .right .img-wrap {
  margin-top: 20px;
}
.new-fund-lp .stat-modal .right .img-wrap > img {
  position: relative;
  z-index: 2;
}
.new-fund-lp .stat-modal .ref-txt {
  position: relative;
  padding-left: 60px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.4 !important;
}
.new-fund-lp .stat-modal .ref-txt .ref {
  position: absolute;
  left: 0;
  top: 0;
}
.new-fund-lp .stat-modal .note-list {
  margin-top: 20px;
}
.new-fund-lp .stat-modal .note-list > li {
  position: relative;
  padding-left: 21px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.new-fund-lp .stat-modal .note-list > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.new-fund-lp .stat-modal .note-list > li.star::before {
  content: "＊";
}
.new-fund-lp .stat-modal .note-txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.4 !important;
  color: #EC2027;
  font-weight: bold;
}
.new-fund-lp .stat-modal.green .right .ref-txt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .new-fund-lp .p-ttl01 {
    font-size: 24px !important;
  }
  .new-fund-lp .p-ttl02 {
    font-size: 20px !important;
  }
  .new-fund-lp .p-ttl02 .small {
    font-size: 10px;
  }
  .new-fund-lp .p-diag-ttl {
    height: auto;
    padding: 10px 30px;
    text-align: center;
    font-size: 16px !important;
  }
  .new-fund-lp .p-diag-ttl::before, .new-fund-lp .p-diag-ttl::after {
    width: 20px;
    height: 20px;
  }
  .new-fund-lp .p-diag-ttl::before {
    left: 5px;
  }
  .new-fund-lp .p-diag-ttl::after {
    right: 5px;
  }
  .new-fund-lp .p-list01 > li {
    font-size: 14px !important;
  }
  .new-fund-lp .p-list02 > li {
    font-size: 12px;
  }
  .new-fund-lp .p-ref-txt {
    font-size: 12px;
  }
  .new-fund-lp .p-btn01 {
    padding: 15px 30px;
    font-size: 16px;
  }
  .new-fund-lp .p-btn01::after {
    width: 15px;
    height: 15px;
  }
  .new-fund-lp.sbi .header .nav-logo-wrap {
    gap: 20px;
  }
  .new-fund-lp.sbi .header .logo-sbi {
    max-width: 80px;
  }
  .new-fund-lp.sbi .header .logo-mitsui {
    max-width: 270px;
  }
  .new-fund-lp.mitsui .header {
    min-width: auto;
    padding: 20px 15px;
  }
  .new-fund-lp.mitsui .header .nav-logo {
    display: block;
    max-width: 250px;
  }
  .new-fund-lp .link-block {
    padding-bottom: 10px;
  }
  .new-fund-lp .link-block.active .menu-btn > span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .new-fund-lp .link-block.active .menu-btn > span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .new-fund-lp .link-block .menu-btn {
    top: 20px;
    right: 10px;
    padding: 0 10px;
    width: 50px;
    height: 50px;
  }
  .new-fund-lp .link-block .menu-btn > span:nth-of-type(1) {
    top: 10px;
  }
  .new-fund-lp .link-block .menu-btn > span:nth-of-type(2) {
    top: 22px;
  }
  .new-fund-lp .link-block .menu-btn > span:nth-of-type(3) {
    top: 34px;
  }
  .new-fund-lp .link-block .fv-wrap {
    display: none;
  }
  .new-fund-lp .link-block .link-wrap .link-list > li > a {
    padding: 0 40px 0 10px;
    height: 50px;
    font-size: 16px;
  }
  .new-fund-lp .link-block .link-wrap .link-list > li > a::after {
    width: 11px;
    height: 9px;
  }
  .new-fund-lp .inner-block {
    padding: 0;
  }
  .new-fund-lp .white-bg {
    padding: 20px 15px 40px;
  }
  .new-fund-lp .bg-inner {
    max-width: 520px;
  }
  .new-fund-lp .deco-illust {
    display: none;
  }
  .new-fund-lp .deco-line {
    margin-top: 50px;
  }
  .new-fund-lp .deco-line + .Sec {
    margin-top: 50px;
  }
  .new-fund-lp #fvSec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: max(-50px, -9.0909090909vw);
    height: 75vh;
    background: url(../images/static/fv-bg-sp.png.webp) center/cover no-repeat;
  }
  .new-fund-lp #fvSec .img-wrap {
    max-width: none;
  }
  .new-fund-lp #fvSec .img-wrap > img {
    width: auto;
    max-height: 60vh;
  }
  .new-fund-lp #fvSec .btn-wrap {
    padding: 0 20px;
  }
  .new-fund-lp #aboutSec .p-ttl01 {
    margin-bottom: 5px;
  }
  .new-fund-lp #aboutSec .desc-ttl {
    font-size: 16px !important;
  }
  .new-fund-lp #aboutSec .desc-txt-wrap {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .new-fund-lp #aboutSec .stat-block {
    gap: min(15px, 2.7272727273vw);
  }
  .new-fund-lp #aboutSec .stat-area {
    padding-bottom: 28px;
  }
  .new-fund-lp #aboutSec .stat-area .stat-ttl {
    font-size: 14px !important;
  }
  .new-fund-lp #aboutSec .stat-area .img-wrap {
    margin-top: 8px;
  }
  .new-fund-lp #aboutSec .stat-area .detail-btn {
    font-size: 10px;
    padding: 5px 30px 5px 10px;
  }
  .new-fund-lp #aboutSec .stat-area .detail-btn::after {
    right: 5px;
  }
  .new-fund-lp #effectSec .diag02 .p-ref-txt {
    margin-bottom: 15px;
  }
  .new-fund-lp #choiceSec .process-ttl {
    font-size: 16px !important;
  }
  .new-fund-lp #choiceSec .note-list > li {
    font-size: 12px;
  }
  .new-fund-lp #performSec .diag05 {
    margin-top: 20px;
  }
  .new-fund-lp #performSec .diag05 .p-list02 {
    margin-top: 10px;
  }
  .new-fund-lp #modelSec .ttl01 .small {
    position: static;
    display: block;
  }
  .new-fund-lp #modelSec .ttl02 {
    margin-bottom: 10px;
    font-size: 16px !important;
  }
  .new-fund-lp #modelSec .table-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .new-fund-lp #modelSec .table01 {
    min-width: 450px;
    font-size: 14px;
  }
  .new-fund-lp #modelSec .table01 th, .new-fund-lp #modelSec .table01 td {
    padding: 10px;
  }
  .new-fund-lp #modelSec .table01 .col1 {
    width: 25%;
  }
  .new-fund-lp #modelSec .table02 {
    min-width: 520px;
    font-size: 14px;
  }
  .new-fund-lp #modelSec .table02 .col3 {
    width: 26%;
  }
  .new-fund-lp #featureSec .feature-wrap {
    margin-top: 20px;
  }
  .new-fund-lp #featureSec .feature-wrap + .feature-wrap {
    margin-top: 30px;
  }
  .new-fund-lp #featureSec .ttl-area .ttl {
    padding-left: 65px;
    padding-right: 35px;
    font-size: 16px !important;
  }
  .new-fund-lp #featureSec .ttl-area .ttl::before {
    width: 55px;
    height: 55px;
  }
  .new-fund-lp #featureSec .ttl-area .deco {
    right: 10px;
    width: 15px;
    height: 15px;
  }
  .new-fund-lp #featureSec .ttl-area .deco::after {
    width: 6px;
    height: 6px;
  }
  .new-fund-lp #featureSec .desc-block {
    padding: 20px 10px;
  }
  .new-fund-lp #featureSec .detail-block .ttl {
    margin-top: 20px;
    font-size: 16px !important;
  }
  .new-fund-lp #featureSec .detail-block .img-wrap {
    margin-top: 15px;
  }
  .new-fund-lp #featureSec .detail-block .note-txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .new-fund-lp #refrainSec .cont-wrap {
    padding: 20px 10px;
  }
  .new-fund-lp #refrainSec .btn-area .note {
    margin-top: 0;
  }
  .new-fund-lp #noteSec .cont-wrap + .cont-wrap {
    margin-top: 20px;
  }
  .new-fund-lp #noteSec .cont-wrap {
    font-size: 14px;
  }
  .new-fund-lp #noteSec .ttl {
    line-height: 1.5 !important;
    font-size: 16px !important;
  }
  .new-fund-lp #noteSec .note-list > li {
    padding-left: 16px;
    font-size: 12px;
  }
  .new-fund-lp #noteSec .note-list > li::before {
    top: 6px;
    left: 5px;
  }
  .new-fund-lp #noteSec .date-txt {
    font-size: 12px;
  }
  .new-fund-lp.sbi .sbi-footer .inner-block {
    padding: 0 20px;
  }
  .new-fund-lp.sbi .sbi-footer .info-area {
    padding: 30px 0;
    font-size: 12px;
  }
  .new-fund-lp.sbi .sbi-footer .com {
    font-size: 16px;
  }
  .new-fund-lp.sbi .sbi-footer .copyright-area {
    font-size: 12px;
  }
  .new-fund-lp.mitsui .footer {
    height: auto;
    padding: 20px 20px 80px 50px;
  }
  .new-fund-lp.mitsui .footer .txt-wrap {
    margin: 0;
    max-width: none;
  }
  .new-fund-lp.mitsui .footer .com-txt {
    font-size: 12px !important;
  }
  .new-fund-lp.mitsui .footer .info-txt {
    margin-top: 15px;
    font-size: 10px;
  }
  .new-fund-lp.mitsui .footer .copy-txt {
    margin-top: 10px;
    font-size: 10px;
  }
  .new-fund-lp .stat-modal {
    padding: 20px;
  }
  .new-fund-lp .stat-modal .modal-header {
    padding: 10px;
  }
  .new-fund-lp .stat-modal .modal-header .ttl {
    font-size: 16px !important;
  }
  .new-fund-lp .stat-modal .modal-header .ttl .small {
    font-size: 12px !important;
  }
  .new-fund-lp .stat-modal .modal-header .close-btn {
    width: 20px;
    height: 20px;
  }
  .new-fund-lp .stat-modal .modal-header .close-btn::after {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .new-fund-lp .stat-modal .modal-cont {
    padding: 30px 15px;
    max-height: 85vh;
  }
  .new-fund-lp .stat-modal .cont-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .new-fund-lp .stat-modal .left .img-wrap {
    width: 70%;
    max-width: 280px;
  }
  .new-fund-lp .stat-modal .left .point-area {
    padding: 15px 10px 10px;
  }
  .new-fund-lp .stat-modal .left .point-area::before, .new-fund-lp .stat-modal .left .point-area::after {
    top: -10px;
    width: 120px;
    height: 20px;
  }
  .new-fund-lp .stat-modal .right .graph-ttl {
    padding: 10px;
    font-size: 16px;
  }
  .new-fund-lp .stat-modal .ref-txt {
    padding-left: 50px;
    font-size: 12px;
  }
  .new-fund-lp .stat-modal .note-list > li {
    font-size: 12px;
  }
  .new-fund-lp .stat-modal .note-txt {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .new-fund-lp .p-br01 {
    display: inline;
  }
}
@media only screen and (max-width: 370px) {
  .new-fund-lp .p-br02 {
    display: inline;
  }
}
@media only screen and (max-width: 550px) {
  .new-fund-lp .p-br03 {
    display: inline;
  }
}
@media (any-hover: hover) {
  .new-fund-lp .p-btn01:hover {
    background-color: #fff;
    color: #080059;
  }
  .new-fund-lp .p-btn01:hover::after {
    background-color: #080059;
  }
  .new-fund-lp .link-block .link-wrap .link-list > li > a:hover {
    background-color: #080059;
    color: #fff;
  }
  .new-fund-lp .link-block .link-wrap .link-list > li > a:hover::after {
    background-color: #fff;
  }
  .new-fund-lp #aboutSec .stat-area:hover {
    -webkit-box-shadow: inset 0 0 0 6px #41AAE1;
            box-shadow: inset 0 0 0 6px #41AAE1;
  }
  .new-fund-lp #aboutSec .stat-area:hover .detail-btn::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .new-fund-lp #aboutSec .stat-area.green:hover {
    -webkit-box-shadow: inset 0 0 0 6px #01A4A2;
            box-shadow: inset 0 0 0 6px #01A4A2;
  }
}
@media only screen and (max-width: 600px) {
  .new-fund-lp.sbi .header .header-nav {
    height: 60px;
  }
  .new-fund-lp.sbi .link-block .menu-btn {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .new-fund-lp.sbi .link-block .link-wrap {
    top: 130px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) {
  .new-fund-lp.sbi .header .nav-logo-wrap {
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
  .new-fund-lp.sbi .header .logo-sbi {
    max-width: 70px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) and (max-width: 460px) {
  .new-fund-lp.sbi .header .logo-sbi {
    max-width: 50px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 460px) {
  .new-fund-lp.sbi .header .logo-mitsui {
    max-width: 150px;
  }
}
@media only screen and (max-width: 500px) {
  .new-fund-lp.sbi .header .nav-items {
    gap: 4px !important;
  }
}
@media only screen and (max-width: 460px) {
  .new-fund-lp.sbi .header .nav-items .nav-item {
    width: 28px !important;
  }
}
@media only screen and (min-width: 769px) {
  .new-fund-lp.mitsui .header {
    min-width: auto;
  }
}
@media only screen and (max-width: 1600px) {
  .new-fund-lp.sbi .link-block.is-hidden .link-wrap {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .new-fund-lp .link-block .link-wrap {
    position: absolute;
    top: 180px;
    right: 0;
    padding: 0 20px;
    width: 390px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .new-fund-lp .link-block .link-wrap .link-list > li > a {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1601px) {
  .new-fund-lp .link-block .menu-btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .new-fund-lp .link-block .fv-wrap {
    width: 220px;
  }
  .new-fund-lp .link-block .link-wrap .link-list > li > a {
    padding: 0 40px 0 15px;
    font-size: 18px;
    height: 50px;
  }
}
@media only screen and (max-width: 1600px) and (max-width: 767px) {
  .new-fund-lp .link-block .link-wrap {
    padding: 0;
    right: 10px;
    top: 110px;
    width: 280px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 360px) {
  .new-fund-lp #aboutSec .p-ttl01 {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 1075px) {
  .new-fund-lp #featureSec .feature-wrap + .feature-wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 850px) {
  .new-fund-lp #refrainSec .btn-area {
    padding: 0 80px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 850px) and (max-width: 550px) {
  .new-fund-lp #refrainSec .btn-area {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 450px) {
  .new-fund-lp #refrainSec .btn-area .note {
    font-size: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .new-fund-lp #refrainSec .btn-area .p-btn01 {
    height: 78px;
  }
  .new-fund-lp #refrainSec .btn-area .p-btn01::after {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 510px) {
  .new-fund-lp.mitsui .footer {
    padding: 20px 20px 50px;
  }
}