@charset "utf-8";

.reboot75 {
  position: static;
  box-sizing: border-box;
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: break-word;
  /* 枠からはみ出る長い英単語等の折り返し */
}

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

.reboot75 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/reboot75/images/Smart-iPro_logo.png') no-repeat center / contain;
}

.reboot75 {
  position: relative;
}

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

nav.reboot75-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;
}

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

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

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

nav.reboot75-nav ul.nav-menu li {
  border-right: 1px solid #fff;
  width: calc(100% / 3 - 1px);
  text-align: center;
  margin: 2px 0;
}

nav.reboot75-nav ul.nav-menu li:first-of-type {
  flex-basis: 100%;
  border-right: none;
  border-bottom: 1px solid #fff;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
}

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

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

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

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

.reboot75 .rebootKV .reboot75-heading {
  font-size: clamp(24px, 5vw, 42px);
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  font-weight: 900;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 20px 0 0 0;
  text-align: center;
  text-shadow:
    0 0 5px #ffffff,
    0 0 5px #ffffff,
    0 0 5px #ffffff,
    0 0 10px #ffffff,
    0 0 10px #ffffff,
    0 0 10px #ffffff,
    0 0 10px #ffffff,
    0 0 15px #ffffff;
    word-break: auto-phrase;
    text-wrap: pretty;
}

.reboot75 .rebootKV .reboot75-heading .small {
  font-size: .667em;
}

.reboot75 .rebootKV .reboot75-heading .text-blue {
  color: #314C8B;
}

.reboot75 .rebootKV .reboot75-heading .text-red {
  color: #C70E0E;
}

.rebootKV .titleBox {
  width: 100%;
  max-width: 1120px;
  height: calc(100vh - 280px);
  min-height: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}

.rebootKV .titleBox figure {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 90%; 
  max-height: 400px;
  min-height: 180px;
  width: 100%;
}

.rebootKV .titleBox figure .nisaLogo {
  width: auto;
  height: min(130px, 35%);   
  object-fit: contain;
  margin-bottom: auto;
}

.rebootKV .titleBox figure .rebootTitle {
  width: auto;
  height: min(154px, 45%);  
  object-fit: contain;
  z-index: 10;
}

.rebootKV .leadTxt {
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 4vw, 23px);
  max-width: 890px;
  width: 95%;
  margin: 100px auto 0;
  /* margin-top: max(0px, calc(1000px - 100vh));*/
  line-height: 1.5em;
  padding-bottom: 50px;
}

.rebootKV .leadTxt .bbTxt {
  font-family: "Noto Serif JP", serif;
    font-size: clamp(24px, 5vw, 36px);
  margin: 0.5em 0;
  text-shadow:
    0 0 5px #09166E,
    0 0 10px #09166E,
    0 0 10px #09166E,
    0 0 10px #09166E,
    0 0 10px #09166E,
    0 0 15px #09166E;
}

.reboot75 .contentBox {
  background: linear-gradient(180deg,
      #000000 0%,
      #1a0031 20%,
      #4a2f61 40%,
      #a44839 60%,
      #dc9275 80%,
      #fce5d9 100%);
  width: 100%;
  padding: 20px 0;
}

.fixed-tag {
  position: fixed;
  right: 0;
  top: 250px;
  width: fit-content;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background-color: #c81010;
  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: 600px;
  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;
}
*/

.reboot75 section[class^="point"] {
  background-color: #FBFBFB;
  padding: 40px 50px;
  width: calc(95% - 100px);
  max-width: 1142px;
  min-height: 100px;
  margin: 0 auto 20px;
}

.reboot75 section[class^="point"] h2 {
  font-family: "Noto Serif JP", serif;
  padding: 120px 0 20px;
  font-size: clamp(22px, 4vw, 30px);/*24*/
  text-align: center;
  font-weight: bold;
}

.reboot75 section[class^="point"] h3,
.reboot75 .point02 .subBox h4 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(18px, 4vw, 24px);
  margin-top: 40px;
  word-break: auto-phrase;
text-wrap: pretty;
}

.reboot75 section[class^="point"] h2 sup,
.reboot75 section[class^="point"] h3 sup,
.reboot75 .point02 p.leadTitle sup,
.reboot75 .point02 .subBox h4 sup {
  font-size: clamp(10px, 4vw, 0.65em);/*12--16*/
  white-space: nowrap;
}

.reboot75 section[class^="point"] .subTxt,
.reboot75 .point02 .subBox .subTxt {
  text-align: center;
  margin-bottom: 20px;
}

.reboot75 .footnote,
.reboot75-custom-modal-content .footnote {
  font-size: clamp(10px, 4vw, 14px);
  max-width: 950px;
  width: 100%;
  margin: 20px auto;
  text-align: justify;
    word-break: break-word;
    text-align-last: left;
    text-justify: inter-character;
}

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

.reboot75 .footnote dl,
.reboot75-custom-modal-content .footnote dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.5em;
  row-gap: 2px;
  margin-bottom: 0px;
}
.reboot75 .footnote dl.copy{
  column-gap: 0;
}
.reboot75 .footnote dd,
.reboot75-custom-modal-content .footnote dd {
  text-align: justify;
  word-break: break-word;
  margin-left: 0; /* デフォルトの余白リセット */
}

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

.reboot75 .footnote ul li {
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
  text-align: justify;
}
@media screen and (min-width: 768px){
#p02 .process75 + .footnote ul li:first-child{
letter-spacing: -0.5px;
}
}

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

.reboot75 .point02 p.leadTitle, .reboot75-custom-modal-content p.leadTitle {
  color: #6F5C9A;
  font-size: clamp(20px, 4vw, 28px); /*22*/
  font-weight: bold;
  text-align: center;
  word-break: auto-phrase;
  text-wrap: pretty;
}

.reboot75 .point02 p.leadTxtBox {
  max-width: 940px;
  width: calc(100% - 40px);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: bold;
  padding: 20px;
  border: 1px solid #77659F;
  box-shadow: 2px 2px 0px #77659F;
  margin: 20px auto;
  text-align: center;
  color: #6F5C9A;
}

.reboot75 .point02 h3 {
  color: #77659F;
  text-align: center;
  margin: 40px auto;
  font-size: clamp(20px, 4vw, 26px);
  font-weight: bold;
}

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

.reboot75 .point02 .p02graph01{
  max-width: 796px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.reboot75 .point02 .arrow01 {
  background: url(/fund/reboot75/images/reboot75_point02_arrow01.png) top center no-repeat;
  background-size: contain;
  line-height: 114px;
  font-weight: bold;
  color: #6F5C9A;
  font-size: clamp(18px, 4vw, 26px);
  text-align: center;
}

.reboot75 .point02 .processBox {
  background: url(/fund/reboot75/images/reboot75_point02_arrow02.png) top center no-repeat;
  background-size: contain;
  text-align: center;
}

.reboot75 .point02 .processBox .btnBox {
  margin-top: 100px;
}

.reboot75 .point02 .processBox .btnBox picture:first-of-type {
    margin-top: -80px;
    display: inline-block;
}

.reboot75 .point02 .processBox .btnBox img {
  margin-bottom: 20px;
}


.reboot75 .point02 .overlap-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 736px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.reboot75 .point02 .overlap-item.main-img {
  flex: 1;
  z-index: 1;
}

.reboot75 .point02 .overlap-item.main-img img {
  width: 100%;
  height: auto;
  display: block;
}

.reboot75 .point02 .overlap-item.icon-img {
  width: 70px;
  flex-shrink: 0;
  z-index: 2;
  margin-left: -45px;
  margin-right: -45px;
}

.reboot75 .point02 .overlap-item.icon-img img {
  width: 100%;
  height: auto;
  display: block;
}


.reboot75 .point02 .process75 {
  color: #524177;
  font-size: clamp(24px, 4vw, 31px);
  font-weight: bold;
  text-align: center;
  background: url(/fund/reboot75/images/reboot75_point02_bg1275.png) top center no-repeat;
  background-size: contain;
}

.reboot75 .point02 .process75 p>span {
  background: linear-gradient(transparent 50%, #fff100 50%);
}

.reboot75 .point02 .process75 p>span>b {
  color: #D5A22A;
  font-size: clamp(40px, 4vw, 61px);
  font-weight: bold;
}

.reboot75 .point02 .process75 p>span>b>span {
  font-size: clamp(24px, 4vw, 31px);
}

.reboot75 .point02 .subBox {
  width: calc(100% - 100px);
  border: 1px solid #5B34B1;
  padding: 50px;
  margin: 10px auto;
}

.reboot75 .point02 .subBox .p2subTxt {
  font-size: clamp(12px, 4vw, 16px);
  color: #524177;
  margin-top: 20px;
  text-align: center;
  word-break: auto-phrase;
    text-wrap: pretty;
}

.reboot75 .point02 .subBox h3 {
  margin-top: 0;
}

.reboot75 .point02 .subBox .backtestBox h4 {
  background: #77659F;
  color: #fff;
  font-size: clamp(18px, 4vw, 24px);
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.reboot75 .point02 .subBox .backtestBox,
.reboot75 .point02 .subBox .backtestBox li p.txtBox {
  display: flex;
  justify-content: space-between;
}

.reboot75 .point02 .subBox .backtestBox li {
  width: calc(50% - 20px);
}

.reboot75 .point02 .subBox .backtestBox li div.txtBox {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
  text-align: left;
  padding: 10px;
  font-size: clamp(10px, 4vw, 14px);
  margin-bottom: 20px;
}

.reboot75 .point02 .subBox .backtestBox li div.txtBox span{
  width: calc(100% - 125px);
  text-align: justify;
  display: inline-block;
  text-wrap: pretty;
  text-justify: inter-character;
}

.reboot75 .point02 .subBox .backtestBox li div.txtBox img {
  margin: 0 10px;
  width: 105px;
  height: 105px;
  object-fit: cover;
}


.reboot75 .point02 .subBox .backtestBox li div.txtBox p{
  width: 100%;
  flex-basis: 100%;
  font-size: clamp(10px, 4vw, 12px);
  text-align: right;
  margin-top: 5px;
}

.reboot75 .point02 .subBox .backtestBox h5 {
  font-weight: bold;
  font-size: clamp(14px, 4vw, 18px);
  text-align: center;
}

.reboot75 .point02 .subBox .backtestBox p {
  text-align: center;
}



.reboot75 .point03 .graphBox {
  display: flex;
  justify-content: center;
}

.reboot75 .point03 .graphBox li {
  padding: 10px;
  text-align: center;
}

.reboot75 .point01 h2 {
  background: url(/fund/reboot75/images/reboot75_megami_01.png) top center no-repeat;
  color: #314C8B;
}

.reboot75 .point02 h2 {
  background: url(/fund/reboot75/images/reboot75_megami_02.png) top center no-repeat;
  color: #6F5C9A;
}

.reboot75 .point03 h2 {
  background: url(/fund/reboot75/images/reboot75_megami_03.png) top center no-repeat;
  color: #AE1818;
}

.reboot75 .rebootFT {
  padding: 200px 10px 0;
  background: url(/fund/reboot75/images/reboot75_ft_bg.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  color: #fff;
}

.reboot75 .rebootFT .leadTxt {
  font-size: clamp(28px, 4vw, 34px);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  text-shadow:
    0 0 5px #ED8936,
    0 0 10px #ED8936,
    0 0 10px #ED8936,
    0 0 10px #ED8936,
    0 0 10px #ED8936,
    0 0 15px #ED8936;
}

.reboot75 .rebootFT .leadTxt .small {
  font-size: clamp(24px, 4vw, 30px);
}

.reboot75 .rebootFT .leadTxt .big {
  font-size: clamp(30px, 4vw, 36px);
  color: #FFF836;
}

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

.reboot75 .rebootFT h2 {
  font-size: clamp(20px, 4vw, 26px);
  font-weight: normal;
  text-align: center;
  letter-spacing: .25em;
  background-size: contain;
  line-height: 105px;
  background: url(/fund/reboot75/images/reboot75_megami_sales.png) center center no-repeat;
  font-family: "Noto Serif JP", serif;
  padding-top: 30px;
}

.reboot75 .rebootFT 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;
}

.reboot75 .rebootFT ul li {
  width: 300px;
  box-sizing: border-box;
}

.reboot75>.btnBox {
  background: #AE1818;
  padding: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

.reboot75 .disclaimer h2 {
  font-size: clamp(20px, 4vw, 26px);
  font-weight: normal;
  text-align: center;
  letter-spacing: .1em;
  line-height: 105px;
  background: url(/fund/reboot75/images/reboot75_megami_gr.png) center center no-repeat;
  background-size: contain;
}

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

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

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

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

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

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

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

.reboot75-custom-modal {
  position: fixed;
  font-size: clamp(12px, 4vw, 16px);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  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: none;
  font-feature-settings: "halt";
  word-break: auto-phrase;
text-wrap: pretty;
}

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

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

.reboot75-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;
}

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

.reboot75-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;
}

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

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


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

.reboot75-custom-modal-content .modalBox ul.modal01{
  width: fit-content;
  margin: 0 auto;
}

.reboot75-custom-modal-content .modalBox ul.modal01 li {
  display: flex;
  text-align: justify;
  text-align-last: left;
  word-break: break-word;
  text-justify: inter-character;
}

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

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

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

.reboot75-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;
}

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

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

.reboot75-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);
}

.reboot75-custom-modal-content dl.copy{
  font-size: clamp(10px, 4vw, 14px);
  display: grid;
  grid-template-columns: max-content 1fr; 
  row-gap: 8px;
  text-align: justify;
  text-align-last: left;
  word-break: break-word;
  text-justify: inter-character;
}
.reboot75-custom-modal-content dl.copy dd {
  text-align: justify;
  margin-left: 0;
  }
  @media screen and (min-width: 520px) {
  .reboot75 .footnote dl.copy{
    column-gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .reboot75-custom-modal-content dl.copy:last-child{
    column-gap: 0;
  }
}
.graphWrap {
	margin: 1.5rem 0;
}
#sec01_B .date + div.flex {
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}
#sec01_B .graphWrap {
	width: 100%;
}
#sec01_B .graphWrap h4 {
	text-align: center;
}
/*グラフ*/    
.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; 
	-webkit-mask-image: conic-gradient(from 0deg at 50% 50%, #000 var(--pie-angle), transparent 0);
	mask-image: conic-gradient(from 0deg at 50% 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 {
  display: none;
}

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

  .forPC {
    display: none;
  }

  .forSP {
    display: block;
  }
  
  .headerTop .logoWrap::after,
  .sipro-scroll-indicator {
    display: none;
  }

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

  .reboot75 .rebootKV {
    background: url(/fund/reboot75/images/reboot75_kv_bg_sp.png) top center no-repeat;
    background-size: cover;
    min-height: 715px;
  }

  .rebootKV .titleBox {
    max-width: 600px;
    padding: 0 10px;
    height: calc(100vh - 250px);
    min-height: 400px;
    max-height: 440px;
  }

  .rebootKV .titleBox figure .nisaLogo {
    margin: calc(100vw * 0.1) 0 calc(100vw * 0.1) 0;
    min-width: 110px;
    height: min(130px, 30%);
  }

  .rebootKV .titleBox figure .rebootTitle{
    width: 100%;
  }

.rebootKV .leadTxt {
    margin-top: 40px;
  }


.reboot75 .point02 p.leadTxtBox{
  text-align: justify;
  text-align-last: left;
  line-height: 1.6;
  text-wrap: pretty;
}

  nav.reboot75-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.reboot75-nav .hamburger-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
  }

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

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

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

  /* 背景ガード用オーバーレイ（モーダル背景と同じ役割） */
  nav.reboot75-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.reboot75-nav .nav-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }

  /* メニュー本体（上からスライドイン） */
  nav.reboot75-nav ul.nav-menu {
position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg,
      #000000 0%,
      #1a0031 20%,
      #4a2f61 40%,
      #a44839 60%,
      #dc9275 80%,
      #fce5d9 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.reboot75-nav ul.nav-menu.is-active {
    opacity: 1;
    visibility: visible;
  }

  nav.reboot75-nav ul.nav-menu li:first-of-type {
    flex-basis: unset;
    padding: 10px 0;
  }

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

  nav.reboot75-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: #c81010;
    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;
    /* タップ/クリックを無効化 */
  }


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

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

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

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

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

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

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

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

  .reboot75-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;
  }

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

  .reboot75 .disclaimer h2 {
    line-height: normal;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: auto-phrase;
  text-justify: inter-character;
}
.reboot75 .point02 .subBox .backtestBox p, .reboot75 section[class^="point"] .subTxt, .reboot75 .point02 .subBox .subTxt{
font-size: clamp(14px, 2.086vw, 16px);
}
.reboot75 .rebootFT .leadTxt {
  font-size: clamp(26px, 3.911vw, 30px);
  }
  .reboot75 .rebootFT .leadTxt .small{
  font-size: 0.8em;
  }
  .reboot75 .rebootFT .leadTxt .big{
  font-size: 1.2em;
  }
  .reboot75 .point02 .subBox h3{
  margin-bottom: 1.6em;
  word-break: auto-phrase;
  text-wrap: pretty;
  }
  .reboot75-custom-modal-content p.leadTxtBox {
width: 100%;
padding: 0;
word-break: auto-phrase;}

  
}

@media screen and (max-width: 484px) {
  .reboot75 .rebootFT .leadTxt {
    font-size: clamp(18px, 5.176vw, 22px);
  }
  .reboot75 .point02 p.leadTitle, .reboot75-custom-modal-content p.leadTitle {
    font-size: clamp(14px, 4.132vw, 20px);
  }
  .reboot75 .point02 .subBox .backtestBox p, .reboot75 section[class^="point"] .subTxt, .reboot75 .point02 .subBox .subTxt {
    font-size: clamp(10px, 2.5vw, 13px);
  }
  .reboot75 .point02 .process75 {
    font-size: clamp(20px, 4.959vw, 24px);
  }
  .reboot75 .point02 .process75 p > span > b {
    font-size: 1.5em;
    vertical-align: -0.08em;
  }
  .reboot75 .point02 .process75 p > span > b > span {
    font-size: 0.75em;
    vertical-align: 0.1em;
    background-size: 146%;
  }
  .rebootKV .leadTxt {
    word-break: auto-phrase;
    text-wrap: pretty;
    margin-top: 0;
  }
  .sp-nowrap {
    display: inline-block;
  }
}
@media screen and (max-width: 425px) {
  .reboot75 .point02 p.leadTitle, .reboot75-custom-modal-content p.leadTitle {
    font-size: clamp(14px, 4.235vw, 18px)
  }
  .reboot75 .point02 p.leadTxtBox, .reboot75 .point02 .subBox {
    width: calc(100% - 14px);
    padding: 20px 10px
  }
  .reboot75 > .btnBox h2, .reboot75 section[class^="point"] h2 {
    word-break: auto-phrase;
    text-wrap: pretty;
  }
  .reboot75 .rebootKV .reboot75-heading {
    font-size: clamp(18px, 5.647vw, 24px);
  }

}

@media screen and (max-width: 375px) {
  .rebootKV .titleBox {
    height: calc(100vh - 300px);
    min-height: 300px;
  }
  .rebootKV .titleBox figure {
    max-height: 300px;
  }
  .reboot75 .rebootKV {
    min-height: 645px;
  }
}

@media screen and (max-width: 320px) {
  .reboot75 .point02 .subBox .backtestBox li div.txtBox img {
    margin: 0;
    width: 50%;
    height: 50%;
  }
  .reboot75 .point02 .subBox .backtestBox li div.txtBox span {
    width: calc(50% - 10px);
  }
  .reboot75 .point02 .subBox .backtestBox li div.txtBox {
    justify-content: space-between;
  }
}