@charset "utf-8";

.leader55 {
  position: static;
  box-sizing: border-box;
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.leader55,
.leader55 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-feature-settings: "halt";
}

.leader55 a {
  text-decoration: none;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-size: 24px;
  /* サイズは任意に調整可 */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/*******************************
 *  override
 ******************************/
:root {
  --bw: 15px;
}

html, body {
  overflow-x: hidden;  /* 横スクロールだけ防止 */
  overflow-y: visible; /* 縦は標準のスクロールにする（これがstickyの命） */
}

header[role="banner"] {
  border-bottom: 3px solid #0CA26C;
  /*position: fixed !important;*/
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
}

header[role="banner"] .headerTop {
  position: relative;
  padding-top: 31px;
  margin-bottom: 28px;
}

#wrap #mainArea {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {


  header[role="banner"] .headerTop {
    padding-top: 20px;
    margin-bottom: 22px;
  }

  header[role="banner"] .headerInner .logoWrap>p>a>img {
    width: 222px;
  }

  #wrap #mainArea {
    padding-top: 74px;
  }

  #wrap #mainArea main {
    padding: 0 0;
  }

  #pageTop {
    bottom: 90px;
  }

  main img {
    width: 100%;
    max-width: none;
  }
}

.headerTop .logoWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.headerTop .logoWrap::after {
  content: "";
  display: block;
  width: 262px;
  height: 46px;
  background: url('/fund/leader55/images/smart-ipro_logo.png') no-repeat center / contain;
}

.leader55 {
  position: relative;
}

nav.leader55-nav {
  background-color: #314C8B;
  width: 100%;
  position: relative;
  z-index: 999;
}

nav.leader55-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.leader55-nav-placeholder {
  display: none;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

nav.leader55-nav .hamburger-btn,
nav.leader55-nav .nav-overlay {
  display: none;
}

nav.leader55-nav ul.nav-menu {
  max-width: 1142px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  list-style: none;
  flex-wrap: wrap;
}

nav.leader55-nav ul.nav-menu li {
  border-right: 1px solid #fff;
  width: calc(100% / 4 - 1px);
  text-align: center;
  margin: 2px 0;
  font-size: clamp(12px, 4vw, 15px);
}

nav.leader55-nav ul.nav-menu li:last-of-type {
  border-right: none;
}

nav.leader55-nav ul.nav-menu li a {
  background-color: #314C8B;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  transition: 0.35s;
}

nav.leader55-nav ul.nav-menu li a:hover {
  filter: brightness(1.5);
}

.leader55 .leaderKV {
  background: url(/fund/leader55/images/leader55_kv_bg.png) top center no-repeat;
  background-size: auto 100%;
  background-color: #000000;
}


.leader55-card {
  position: relative;
  background-color: rgba(4, 20, 52, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 0 15px rgba(79, 172, 254, 0.4);
  border-radius: 4px;
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}

.leader55-card::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(135deg, #00f2fe, #4facfe, rgba(255, 255, 255, 0.2), #00f2fe);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none; /* 中のテキスト選択などを妨げない処理 */
}

.leader55-card__title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
}

.leader55-card__subtitle {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
}

.leader55-card__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.25); /* 薄い白線 */
  font-size: 18px;
}


.leaderKV .titleBox .bbTxt {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 4vw, 28px);
  margin: 0.5em 0;
  font-weight: normal;
  text-shadow:
    0 0 5px #4671af,
    0 0 10px #4671af,
    0 0 10px #4671af,
    0 0 10px #4671af,
    0 0 10px #4671af,
    0 0 15px #4671af;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}


.leaderKV .titleBox .bbTxt::before,
.leaderKV .titleBox .bbTxt::after{
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  box-shadow:
    0 0 5px #4671af,
    0 0 10px #4671af,
    0 0 10px #4671af,
    0 0 10px #4671af,
    0 0 10px #4671af,
    0 0 15px #4671af;
}


.leaderKV div.nisa {
    position: relative;
    width: 100%;
    max-width: 990px;
    height: calc(100vh - 200px);
    min-height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}

.leaderKV div.nisa .nisaLogo {
  width: 200px;
  margin: 0 0 0 20px;
  display: block;
}

.leaderKV div.nisa .titleBox{
  width: 100%;
  max-width: 550px;
}

.leader55 .contentBox {
  width: 100%;
  background: url(/fund/leader55/images/leader55_bg.png) top center no-repeat;
  background-size: 100% auto;
  background-color: #264a7f;
  box-sizing: border-box;
  overflow: hidden;
}

.fixed-tag {
  position: fixed;
  right: 0;
  top: 250px;
  width: fit-content;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background-color: #34A4BB;
  z-index: 999;
}

.fixed-tag a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 10px;
  display: inline-block;
}

.fixed-tag.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sipro-scroll-indicator {
  display: none;
}

/*
.sipro-scroll-indicator {
  position: absolute;
  right: 100px;
  top: 400px;
  display: flex;
  align-items: flex-start;
  gap: 0;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: bottom 0.3s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.sipro-scroll-text {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.25em;
  color: #bcb9c8;
  transform: rotate(-90deg);
  transform-origin: center center;
  white-space: nowrap;
  margin-right: -28px;
  margin-top: 28px;
}

.sipro-scroll-line {
  position: relative;
  width: 2px;
  height: 160px;
  background: linear-gradient(to bottom, #bcb9c8 0%, transparent 100%);
  overflow: hidden;
}
*/
.leader55 div.point00 {
  position: relative;
  background-color: rgba(4, 20, 52, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 0 15px rgba(79, 172, 254, 0.4);
  border-radius: 4px;
  max-width: 1142px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 24px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}

.leader55 div.point00::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(135deg, #00f2fe, #4facfe, rgba(255, 255, 255, 0.2), #00f2fe);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none; /* 中のテキスト選択などを妨げない処理 */
}

.leader55  div.point00 p.point00_title {
  font-size: clamp(24px, 4vw, 34px);
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
  text-shadow:
    0 0 5px #4671af,
    0 0 10px #4671af,
    0 0 10px #4671af,
    0 0 10px #4671af,
    0 0 10px #4671af,
    0 0 15px #4671af;
}

.leader55 div.point00 p.point00_title::after{
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin: 20px auto 30px;
}

.leader55 div.point00 p.point00_subtitle {
  font-size: clamp(16px, 4vw, 26px);
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
}

.leader55 div.point00 p.point00_subtitle span,
.leader55 section[class^="point"] p.leadTxt02 span,
.leader55 section.point02 .special-border-box span{
  color: #2eacc2;
}

.leader55 div.point00 p.point00_subtitle span b,
.leader55 section[class^="point"] p.leadTxt02 span b,
.leader55 section.point02 .special-border-box span b{
  font-size: 4rem;
}
.leader55 div.point00 p.point00_subtitle span b,.leader55 div.point00 div.point00_footer p span{
vertical-align: -0.05em;
}

.leader55 div.point00 div.point00_footer p {
  font-size: clamp(14px, 4vw, 24px);
}

.leader55 div.point00 div.point00_footer p span{
  color: #2eacc2;
  font-size: clamp(46px, 4vw, 56px);
  font-weight: bold;
}

.leader55 div.point00 div.point00_footer p b{
  font-size: clamp(26px, 4vw, 36px);
}




.leader55 section[class^=point]{
  width: calc(100% - 20px);
  max-width: 1142px;
  margin: 20px auto;
  padding: 50px;
  background-color: #fff;
}

.leader55 section[class^="point"] h2 {
  font-family: "Noto Serif JP", serif;
  padding: 20px 0;
  font-size: clamp(24px, 4vw, 34px);
  text-align: center;
  font-weight: bold;
  color: #2F4C92;
}

.leader55 section[class^="point0"] h2 {
  font-family: "Noto Serif JP", serif;
  padding: 20px 0;
  font-size: clamp(24px, 4vw, 34px);
  text-align: center;
  font-weight: bold;
  color: #2F4C92;
}

.leader55 section[class^="point0"] h2::after {
  content: "";
  display: block;
  margin: 20px auto 40px;
  width: 50px;
  height: 1px;
  background: #2F4C92;
}

.leader55 section[class^="point0"] h2::before{
  content: "";
  display: block;
  width: 114px;
  height: 28px;
  margin: 0 auto 10px;
}

.leader55 section.point01 h2::before{
  background: url(/fund/leader55/images/leader55_icon_point01.png) center center no-repeat;
  background-size: contain;
}

.leader55 section.point02 h2::before{
  background: url(/fund/leader55/images/leader55_icon_point02.png) center center no-repeat;
  background-size: contain;
}

.leader55 section.point03 h2::before{
  background: url(/fund/leader55/images/leader55_icon_point03.png) center center no-repeat;
  background-size: contain;
}

.leader55 section[class^="point"] h3.blueTxt {
  color: #2F4C92;
  text-align: center;
  font-size: clamp(14px, 4vw, 24px);
  font-weight: bold;
}

.leader55 section[class^="point"] h3 sup,
.leader55 section[class^="point"] p.leadTxt02 sup{
  font-size: clamp(10px, 4vw, 0.65em);
  white-space: nowrap;
}

.leader55 section[class^="point"] h4 {
  font-size: clamp(14px, 4vw, 22px);
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}

.leader55 section[class^="point"] h4 sup{
  font-size: clamp(10px, 4vw, 0.65em);
  white-space: nowrap;
}

.leader55 section[class^="point"] p.leadTxt{
  text-align: center;
  font-size: clamp(20px, 4vw, 24px);
}

.leader55 section[class^="point"] p.leadTxt::after{
  content: "";
  display: block;
  margin: 20px auto 40px;
  width: 50px;
  height: 1px;
  background: #000;
}

.leader55 section[class^="point"] p.leadTxt02{
  text-align: center;
  font-size: clamp(16px, 4vw, 26px);
  margin: 0 auto 20px;
}


.leader55 section[class^="point"] .subTxt{
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.leader55 section[class^="point"] img{
  max-width: 950px;
  margin: 20px auto;
  width: 100%;
  display: block;
}

.leader55 section.point01 .imgBox{
  display: flex;
  max-width: 950px;
  width: 100%;
  margin: 20px auto;
  justify-content: space-around;
  align-items: center;
}

.leader55 section.point01 .imgBox li{
  width: 30%;
}

.leader55 section.point02 .p02_img01{
  max-width: 925px;
  width: 100%;
  margin: 30px auto 0;
}

.leader55 section.point02 .p02_img02{
  max-width: 302px;
  width: 100%;
  margin: 0 auto;
}


.leader55 section.point02 .special-border-box {
  position: relative;
  border: 1px solid #2eacc2;
  max-width: 950px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(12px, 4vw, 22px);
}

/* 四隅の正方形（10px × 10px）を配置 */
.leader55 section.point02 .special-border-box::before,
.leader55 section.point02 .special-border-box::after {
  content: '';
  position: absolute;
  width: calc(100% + 10px);
  height: 10px;
  left: -5px;
  background: 
    linear-gradient(#2eacc2, #2eacc2) no-repeat,
    linear-gradient(#2eacc2, #2eacc2) no-repeat;
  background-size: 10px 10px;
}

/* 上二つの正方形 */
.leader55 section.point02 .special-border-box::before {
  top: -5px; /* ★上へ5px（四角の半分）ずらして枠線に重ねる */
  background-position: 0% 0%, 100% 0%;
}

/* 下二つの正方形 */
.leader55 section.point02 .special-border-box::after {
  bottom: -5px;
  background-position: 0% 0%, 100% 0%;
}

.leader55 section.point02 .special-border-box span{
  font-weight: bold;
}

.leader55 .p02_tableBox{
  border: 2px solid #555;
  max-width: 950px;
  padding: 20px;
  margin: 0 auto;
}

.leader55 .p02_tableBox table{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.leader55 .p02_tableBox table tr.title td{
  border: 2px solid #555;
  border-width: 2px 0;
  padding: 10px 0;
}

.leader55 .p02_tableBox table tr td{
  border-bottom:1px solid #ccc;
}

.leader55 .p02_tableBox table tr.notes td{
  text-align: right;
  font-size: clamp(10px, 4vw, 14px);
  font-weight: normal;
  color: #555;
}

.leader55 .p02_tableBox table col.w10{
  width: 10%;
}
.leader55 .p02_tableBox table col.w50{
  width: 50%;
}
.leader55 .p02_tableBox table col.w20{
  width: 20%;
}

.leader55 .p02_tableBox table tr td{
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.leader55 .point03 .adjust{
  border: 1px solid #314C8B;
  width: 100%;
  max-width: 950px;
  margin: 100px auto 0;
  padding: 10px;
}

.leader55 .point03 .adjust h4{
  display: flex;
  justify-content: center;
  color: #314C8B;
  font-size: clamp(16px, 4vw, 26px);
  align-items: center;
  font-weight: bold;
}

.leader55 .point03 .adjust h4::before{
  content: "";
  display: block;
  width: 45px;
  height: 38px;
  background: url(/fund/leader55/images/leader55_p03_icon01.png) center center no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.leader55 .point03 .adjust .step-list {
  list-style: none;
  padding: 0;
  margin: 20px auto;
  counter-reset: step-count;
    width: fit-content;
}

.leader55 .point03 .adjust .step-list li {
  counter-increment: step-count;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: clamp(12px, 4vw, 20px);
  line-height: 1.6;
  color: #333;
}

.leader55 .point03 .adjust .step-list li::before {
  content: counter(step-count);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; 
  width: 28px; 
  height: 28px;
  background-color: #495F8E;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.leader55 .point03 .adjust table{
  max-width: 363px;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 20px;
}

.leader55 .point03 .adjust table th{
  background: #495F8E;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.leader55 .point03 .adjust table td{
  text-align: center;
  padding: 10px;
  color: #314C8B;
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
}

.leader55 .point03 .p03arrow{
  margin: 0 auto 20px;
  max-width: 110px;
}

.leader55 .point03 .bigTxt{
  font-size: clamp(28px, 4vw, 39px);
  font-family: "Noto Serif JP", serif;
  color: #314C8B;
  text-align: center;
  width: fit-content;
  margin: 0 auto 20px;
}

.leader55 .point03 .bigTxt span{
  background: linear-gradient(transparent 70%, #CED4E2 70%);
  display: inline;
}

.leader55 section.point03 h4{
  margin-top: 50px;
}


.leader55 .point03 img.p03graph01{
  max-width: 974px;
  width: 100%;
  margin: 0 auto;
}

.leader55 .point03 img.p03graph02{
  max-width: 583px;
  width: 100%;
  margin: 0 auto;
}

.leader55 .point00.last{
    margin: 0 auto;
    max-width: 835px;
    background-color: rgba(4, 20, 52, 0.2);
    backdrop-filter: blur(6px);
}


.leader55 .footnote,
.leader55-custom-modal-content .footnote {
  font-size: clamp(10px, 4vw, 14px);
  max-width: 950px;
  width: 100%;
  margin: 20px auto;
}

.leader55 .footnote a,
.leader55-custom-modal-content .footnote a {
  color: #2eacc2;
  font-weight: bold;
  text-decoration: underline;
}

.leader55 .footnote dl,
.leader55-custom-modal-content .footnote dl {
  display: grid;
  grid-template-columns: max-content 1fr; 
  column-gap: 0.5em;
  row-gap: 2px;
  margin-bottom: 0px;
}
.leader55 .footnote dl.copy {
  column-gap: 0;
}

.leader55 .footnote dd,
.leader55-custom-modal-content .footnote dd {
  text-align: justify;
  margin-left: 0; /* デフォルトの余白リセット */
  word-break: normal;
  overflow-wrap: break-word;
}

.leader55 .footnote ul {
  margin-top: 0px;
  padding-left: 0;
}

.leader55 .footnote ul li {
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
  text-align: justify;
  word-break: normal;
  overflow-wrap: break-word;
}

.leader55 .footnote ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.leader55 .leaderFT {
  padding: 50px 10px 0;
  background: url(/fund/leader55/images/leader55_ft_bg.png) top center no-repeat;
  background-size: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #4671af;
}


.leader55 .leaderFT a.sipro {
  margin: calc(100vw * 0.3) auto 50px;
  text-align: center;
  display: inline-block;
}

.leader55 .leaderFT h2 {
  font-size: clamp(16px, 4vw, 26px);
  font-weight: normal;
  text-align: center;
  letter-spacing: .25em;
  background-size: contain;
  font-family: "Noto Serif JP", serif;
  padding-top: 30px;
}

.leader55 .leaderFT .sub::after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 10px auto 20px;

}

.leader55 .leaderFT ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(100%, 300px)); 
  gap: 20px;
  justify-content: center;
  padding: 30px 0;
  max-width: calc(300px * 3 + 20px * 2);
  width: 100%;
  margin: 0 auto;
}

.leader55 .leaderFT ul li {
  width: 300px;
  box-sizing: border-box;
}

.leader55>.btnBox {
  background: #1D315B;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.leader55>.btnBox h2 {
  font-size: clamp(16px, 4vw, 26px);
  letter-spacing: .1em;
  margin: 30px 0 30px;
}

.leader55>.btnBox ul {
  width: 100%;
  max-width: 1142px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.leader55>.btnBox ul li {
  padding: 10px;
  text-align: center;
}

.leader55>.btnBox ul li a {
  transition: .35s;
}

.leader55>.btnBox ul li a:hover {
  opacity: 1;
}

.leader55>.btnBox ul li img{
  max-width: 360px;
}

.leader55 .disclaimer {
  padding: 40px 10px 0;
}

.leader55 .disclaimer h2 {
  font-size: clamp(16px, 4vw, 26px);
  font-family: "Noto Serif JP", serif;
  color: #314C8B;
  font-weight: normal;
  text-align: center;
  letter-spacing: .1em;
  line-height: 105px;
}

.leader55 .disclaimer ul {
  max-width: 1142px;
  width: 100%;
  margin: 0 auto 80px;
}

.leader55 .disclaimer ul li {
  display: flex;
  justify-content: left;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: justify;
  word-break: normal;
  overflow-wrap: break-word;
}

.leader55 .disclaimer ul li::before {
  content: "●";
  flex-shrink: 0;
  color: #7A7A7A;
  margin-right: 5px;
}

.leader55-custom-modal-content h2 {
  font-family: "Noto Serif JP", serif;
  padding: 20px 0;
  font-size: clamp(20px, 4vw, 30px);
  text-align: center;
  font-weight: bold;
  color: #6F5C9A;
}

.leader55-custom-modal-content h3 {
  color: #77659F;
  text-align: center;
  margin: 40px auto 20px;
  font-size: clamp(14px, 4vw, 24px);
  font-weight: bold;
}

.leader55-custom-modal-content h3::after {
  background: #77659F;
  content: "";
  display: block;
  height: 2px;
  width: 44px;
  margin: 20px auto 0;
}

.leader55-custom-modal-content p.leadTxtBox {
  max-width: 940px;
  width: calc(100% - 40px);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: bold;
  padding: 0 20px;
  margin: 0 auto 20px;
  text-align: center;
  color: #6F5C9A;
}

.leader55-custom-modal {
  position: fixed;
  font-size: clamp(12px, 4vw, 16px);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  touch-action: pan-y;
}

.leader55-custom-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.leader55-custom-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.leader55-custom-modal-content {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  padding: 30px;
  max-width: 900px;
  width: calc(100% - 100px) !important;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 1;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  touch-action: auto;
}

.leader55-custom-modal.is-open .leader55-custom-modal-content {
  transform: translateY(0);
}

.leader55-custom-modal-close {
  max-width: 900px;
  width: calc(100% - 100px) !important;
  display: flex;
  justify-content: flex-end; /* 右端に寄せる */
  background: transparent;
  border: none;
  color: #ffffff; /* 白文字 */
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0 0 8px 0; /* コンテンツとの間の余白 */
  z-index: 100;
}

.leader55-custom-modal-content .modalBox {
  border: 1px solid #77659F;
  padding: 10px;
  align-items: start;
  margin: 0 0 20px 0;
}

.leader55-custom-modal-content .modalBox img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}


.leader55-custom-modal-content .modalBox figure img:last-of-type {
  margin-bottom: 0;
}

.leader55-custom-modal-content .modalBox ul.modal01 li {
  display: flex;
  text-align: left;
}

.leader55-custom-modal-content .modalBox ul.modal01 li::before {
  content: "●";
  color: #77659F;
  font-size: 10px;
  margin: 5px 5px 0 0;
  line-height: 16px;
}

.leader55-custom-modal-content sup {
  line-height: normal;
  top: -0.5em;
  font-size: 10px;
  position: relative;
}

.leader55-custom-modal-content .modalBox figure.modal02_target{
  display: flex;
  width: 100%;
  background: #AB91C9;
  justify-content: center;
  position: relative;
  margin-bottom: 120px;
}

.leader55-custom-modal-content .modalBox figure.modal02_target::after {
content: '';
position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100px;
  background:linear-gradient(#AB91C9 0% , #ecdefc 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -1px;
}

.leader55-custom-modal-content .modalBox figure.modal02_target img{
  margin: 10px;
  width: calc(50% - 20px);
}

.leader55-custom-modal-content .modalBox p.modal02txt{
  width: 100%;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
  color: #6F5C9A;
}

.leader55-custom-modal-content .modalBox p.modal02txt span {
    background:linear-gradient(transparent 60%, #ecdefc 60%);
}

.modal-trigger {
  cursor: pointer;
}

.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 画面内に入ったら付与されるクラス */
.js-fade-in.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--delay, 0s);
}

.modalBox p.copy{
  font-size: 10px;
}



/*グラフ*/    
.c-graph__title {
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 24px;
	text-align: center;
}

.c-graph__canvas {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/* 各レイヤー共通 */
.c-graph__layer {
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

/* ★ 1枚目（ベース画像）で自動的に全体の高さを出す */
.c-graph__layer:first-child {
  position: relative;
}

/* ★ 2枚目以降のレイヤーを上に重ねる */
.c-graph__layer:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* 中の画像も枠いっぱいに広げる */
.c-graph__layer img {
  width: 100%;
  height: auto;
  display: block;
}
/* --- Animations --- */
    /* JSによって .is-inview クラスが付与されたらアニメーション開始 */
.c-graph.is-inview .c-graph__layer {
	/* --duration で個別のアニメーション速度を調整可能（指定がなければ0.8s） */
	animation-duration: var(--duration, 0.8s);
	animation-fill-mode: forwards;
	animation-timing-function: var(--easing, cubic-bezier(0.25, 1, 0.5, 1));
      /* 遅延時間の計算:
        --step による基本の遅延(step * 0.3s) に、--delay-add による追加の遅延(指定がなければ0s)を足す。
        これにより、ステップの順番を守りつつタイミングの微調整が可能になる。
      */
      animation-delay: calc((var(--step, 1) * 0.3s) + var(--delay-add, 0s));
}
/* 1. フェードイン（メモリ・軸ラベル・背景など） */
.c-graph.is-inview .c-graph__layer[data-anim="fade-in"] {
	animation-name: animFadeIn;
}
@keyframes animFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* 2. 左から右へマスク（線グラフ用）*/
.c-graph__layer[data-anim="mask-ltr"] {
	clip-path: inset(0 var(--mask-start, 100%) 0 0);
}
.c-graph.is-inview .c-graph__layer[data-anim="mask-ltr"] {
	animation-name: animMaskLTR;
}
@keyframes animMaskLTR {

      from {
clip-path: inset(0 var(--mask-start, 100%) 0 0);
opacity: 1;
}
to {
clip-path: inset(0 var(--mask-end, 0%) 0 0);
opacity: 1;
}
}
/* 3. 下から上へマスク（棒グラフ用） */
.c-graph__layer[data-anim="mask-btt"] {
	clip-path: inset(100% 0 0 0);
	opacity: 1;
}
.c-graph.is-inview .c-graph__layer[data-anim="mask-btt"] {
	animation-name: animMaskBTT;
}
@keyframes animMaskBTT {
from {
clip-path: inset(100% 0 0 0);
}
to {
clip-path: inset(0 0 0 0);
}
}
/* 4. フロートアップ（円グラフ・吹き出し用） */
.c-graph.is-inview .c-graph__layer[data-anim="float-up"] {
	animation-name: animFloatUp;
}
@keyframes animFloatUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* 5. 0時の方向から時計回りにマスク展開（円グラフ用） */
    @property --pie-angle {
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
}
.c-graph__layer[data-anim="pie-reveal"] {
  opacity: 1; 
  /* --center-x と --center-y で個別に中心位置を指定できるように設定（初期値は50%） */
  -webkit-mask-image: conic-gradient(from 0deg at var(--center-x, 50%) var(--center-y, 50%), #000 var(--pie-angle), transparent 0);
  mask-image: conic-gradient(from 0deg at var(--center-x, 50%) var(--center-y, 50%), #000 var(--pie-angle), transparent 0);
}
.c-graph.is-inview .c-graph__layer[data-anim="pie-reveal"] {
	animation-name: animPieReveal;
	animation-timing-function: linear; 
}
@keyframes animPieReveal {
from {
--pie-angle: 0deg;
}
to {
--pie-angle: 360deg;
}
}

/* 6. 上から下へマスク（棒グラフ用） */
.c-graph__layer[data-anim="mask-ttb"] {
	clip-path: inset(0 0 100% 0);
	opacity: 1;
}
.c-graph.is-inview .c-graph__layer[data-anim="mask-ttb"] {
	animation-name: animMaskTTB;
}
@keyframes animMaskTTB {
from {
clip-path: inset(0 0 100% 0);
}
to {
clip-path: inset(0 0 0 0);
}
}

/* --- Accessibility --- */
    /*視差効果を減らす */
@media (prefers-reduced-motion: reduce) {
.c-graph__layer {
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
	clip-path: inset(0 0 0 0) !important;
}
}



.forPC {
  display: block;
}

.forSP,
.scroll-hint {
  display: none;
}

/************************************************************************************************/
@media screen and (max-width: 767px) {

  .forPC {
    display: none;
  }

  .forSP {
    display: block;
  }

.headerTop .logoWrap::after,
  .sipro-scroll-indicator,
  .leader55 p.leadTxt br,
  .sipro-scroll-indicator,
  .leader55 section.point02 .special-border-box br{
    display: none;
  }

  #wrap #mainArea {
    padding-top: 0;
  }

  .leader55 .leaderKV {
    background: url(/fund/leader55/images/leader55_kv_bg_sp.png) top center no-repeat;
    background-size: cover;
  }

  .leaderKV .titleBox {
    max-width: 600px;
  }

.leaderKV div.nisa {
    max-width: 1000px;
    width: fit-content;
    padding: 50px 10px 100px;
    justify-content: start;
    align-items: flex-end;
    flex-direction: column-reverse;
    height:auto;
}

 .leaderKV div.nisa .nisaLogo {
    margin: 0 0 50px;
    min-width: 150px;
  }

  .leaderKV .leadTxt {
    margin-top: 50px;
    text-align: left;
  }

  .leader55 section.point01 .imgBox {
    flex-wrap: wrap;
  }

  .leader55 section.point01 .imgBox li {
    width: 40%;
}



  .leader55 section.point02 .special-border-box{
    text-align: left;
  }

.leader55 section.point02 .p02_img01 {
    margin: 30px auto 50px;
}


.leader55 .p02_tableBox .scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    /* デザイン：目立つ青背景に白文字 */
    background-color: #2eacc2;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 20px; /* カプセル型 */
    margin: 0 auto 12px auto;
    width: fit-content;  /* 文字の長さに合わせる */
  }

  /* ゆらゆら動くアニメーション */
  .leader55 .p02_tableBox .scroll-hint_icon {
    animation: swipeAnim 1.5s infinite ease-in-out;
  }

  @keyframes swipeAnim {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-4px); } /* 左に少し動く */
  }


.leader55 .p02_tableBox .tableWrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.leader55 .p02_tableBox .tableWrap table{
  min-width: 600px; /* ★テーブルに必要な最低幅を指定 */
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.leader55 .p02_tableBox table tr.notes td{
  text-align: left;
}


  nav.leader55-nav .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 44px;
    height: 44px;
    padding: 12px 10px;
    background-color: #314C8B;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: fixed;
    /* 画面右上に固定 */
    top: 15px;
    right: 15px;
    z-index: 10003;
    /* オーバーレイより上 */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  nav.leader55-nav .hamburger-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
  }

  /* X印変形 */
  nav.leader55-nav .hamburger-btn.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  nav.leader55-nav .hamburger-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  nav.leader55-nav .hamburger-btn.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  /* 背景ガード用オーバーレイ（モーダル背景と同じ役割） */
  nav.leader55-nav .nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  nav.leader55-nav .nav-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }

  /* メニュー本体（上からスライドイン） */
  nav.leader55-nav ul.nav-menu {
position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg,
      #000000 0%,
      #000000 40%,
      #203D72 60%,
      #254C83 100%);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 75px;
  align-items: center;
  }

  nav.leader55-nav ul.nav-menu.is-active {
    opacity: 1;
    visibility: visible;
  }


  nav.leader55-nav ul.nav-menu li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin: 0px 0;
  }

  nav.leader55-nav ul.nav-menu li a {
    padding: 30px 20px;
    text-align: center;
    display: block;
  }

  .fixed-tag {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 999;
    writing-mode: horizontal-tb;
    text-align: center;
    border-radius: 0;
    background-color: #34A4BB;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .fixed-tag a {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-top: 2px solid #fff;
  }

  .fixed-tag.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    /* タップ/クリックを無効化 */
  }


  .leader55 .point02 .subBox .backtestBox,
  .leader55 .point03 .graphBox,
  .leader55>.btnBox ul,
  .leader55 .point02 .overlap-wrapper {
    flex-direction: column;
  }

  .leader55 section[class^="point"] {
    padding: 10px;
    width: calc(100% - 20px);
  }

  .leader55 .point02 .subBox {
    padding: 20px;
    width: calc(100% - 40px);
  }

  .leader55 .point02 .overlap-item.icon-img {
    margin: -20px 0 -20px 0;
  }

  .leader55 .point02 .subBox .backtestBox li {
    width: 100%;
    padding-bottom: 50px;
  }

  .leader55 .point02 .process75 {
    background-size: cover;
  }

  .leader55 .point02 .arrow01 {
    line-height: 100px;
  }

  .leader55-custom-modal-content .modalBox figure.modal02_target{
    flex-direction: column;
  }

  .leader55-custom-modal-content .modalBox figure.modal02_target::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    background:linear-gradient(#AB91C9 0% , #ecdefc 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin-top: -1px;
  }

  .leader55-custom-modal-content .modalBox figure.modal02_target img{
    margin: 10px;
    width: calc(100% - 20px);
  }

  .leader55 .disclaimer h2 {
    line-height: normal;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leader55 .leaderFT {
    background: url(/fund/leader55/images/leader55_ft_bg_sp.png) top center no-repeat;
    background-size: cover;
}
}