:root {
  --color-main: #009869;
  --color-sub: #F4BA16;
  --color-sub2: #F39A37;
  --color-bg: #FCFBDA;
  --color-bg2: #f0f0f0;
  --color-dk: #666;
  --color-txt: #111111;
  --color-caption: #111;
  --color-caption2: #323232;
  --color-red: #CC0200;
  --color-bk: #000;
  --color-wh: #fff;
  --font-base:"dnp-shuei-gothic-gin-std","yu-gothic-pr6n","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  --lineHeight-xs: 1.2;
  --lineHeight-s: 1.4;
  --lineHeight-m: 1.6;
  --lineHeight-l: 1.8;
  --lineHeight-xl: 2;
  --trans-min02: all .2s ease-in-out;
  --headerHeight-pc: 74px;
  --headerHeight-sp: 66px;
}
body {
  /* max-width: 1920px; */
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: var(--color-txt);
  font-family: var(--font-base);
  line-height: 1.6;
  word-break: break-all;
  overflow-x: clip;
}
*,*::before,*::after {
  box-sizing: border-box;
}
main {
  display: block;
  padding-top: var(--headerHeight-pc);
  overflow: clip;
}
main img {
  max-width: 100%;
}
p a {
  text-decoration: underline;

  &:hover {
    text-decoration: none;
  }
}
.js-inview {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out 0.2s;
}
.is-inview-show {
  opacity: 1;
  transform: translateY(0);
}
.hp_brSp, .hp_spOnly {
  display: none !important;
}
.ly_wrap_m {
  width: calc(100% - 30px);
  max-width: 1060px;
  margin: 0 auto;
}
main.fund {
  background: var(--color-bg);
  padding-bottom: 100px;
}
br.brPcsm {
  display: none;
}
#footer {
  padding: 44px 25px;
  color: #474747;
  font-size: 12px;
  font-family: YuGothic, " 游ゴシック", " メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", " ヒラギノ角ゴ Pro W3", "Lucida Grande", "LucidaSans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #fff;
}
#footer .logoArea {
  margin-bottom: 16.4px;
}
#footer .logoArea .imgsize img {
  display: block;
  margin-top: 16.4px;
  height: 22px;
}
#footer .copyright {
  margin-top: 16.4px;
}
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 0;
  display: none;
}
.scroll-top img {
  width: 100%;
  height: auto;
}
.scroll-top:hover {
  cursor: pointer;
}
.js-inview {
  opacity: 0;
  transform: translateY(30px);
  transition: all ease-out .4s;
}
.js-inview.is-show {
  opacity: 1;
  transform: translateY(0);
} 
.explanation {
  padding: 40px 0 80px;
  background: #fff;
}
.explanation_caution_title {
  font-weight: 700;
  margin-bottom: 15px;
}
.explanation_caution_text {
  font-size: 15px;
  line-height: var(--lineHeight-l);
  color: var(--color-dk);
}
.explanation_caution_text + .explanation_caution_text {
  margin-top: 30px;
}
.explanation_caution_text a {
  color: #0000EE;
}
.explanation_caution_list > li {
  font-size: 0.875rem;
  line-height: var(--lineHeight-l);
  color: var(--color-dk);
  text-indent: -1em;
  padding-left: 1em;
}
.explanation_caution_small {
  font-size: 14px;
}
.explanation_caution_list > li::before {
  content: "・";
}
.explanation_caution_list.circle > li::before {
  content: "◉";
}
.explanation_list {
  margin-top: 35px;
  margin-bottom: 30px;
}
.ta_c {
  text-align: center;
}
.fw400 {
  font-weight: 400;
}
.cmn_text, p {
  font-weight: 500;
  line-height: 1.86;
  font-size: 20px;
  /* letter-spacing: 0.04em; */

  & + & {
    margin-top: 10px;
  }
}
.cmn_red{
  color: var(--color-red);
}
.cmn_caption {
  font-size: 0.75rem;
  line-height: var(--lineHeight-s);
  color: var(--color-caption);
  letter-spacing: 0;
}
.cmn_caption_line {
  border-bottom: var(--color-caption) solid 1px;
  padding-bottom: 1.5px;
}
.cmn_captionBox {
  margin-top: 5px;
}
.cmn_h2_cotainer {
  background: #059F70;
  position: relative;
  padding: 45px 0;
}
.cmn_h2_cotainer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #009869;
  clip-path: polygon(0 100%, 0 0, 14% 0, 100% 100%);
}
.cmn_h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: var(--lineHeight-s);
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
  max-width: 1060px;
  width: calc(100% - 40px);
  margin-inline: auto;
  text-align: center;
}
.cmn_h2_point {
  color: #fff;
  font-weight: 500;
  font-size: 1.625rem;
  background: var(--color-main);
  padding: 2px 25px 0;
  margin-bottom: 10px;
  border-radius: 30px;
  display: block;
  width: fit-content;
  line-height: 1.5;
  font-family: var(--font-sub);
  box-shadow: 0 3px 0 #66c6cf;
}
.cmn_graph_title {
  font-weight: 700;
  color: #fff;
  font-size: 1.375rem;
  background: var(--color-main);
  padding: 0px 20px 4px;
  text-align: center;
  line-height: var(--lineHeight-xs);
  letter-spacing: 0.06em;
  margin: 0 auto 30px;
  width: 100%;  
  max-width: 520px;
}
.cmn_graph_fig {
  text-align: center;
}
.cmn_graph_main {
  background: #fff;
  margin: 0 auto 20px;
}
.cmn_section {
  margin-top: 100px;
}
.cmn_secHead {
  display: flex;
  gap: 40px;
  align-items: center;
}
.cmn_secHead--rev {
  align-items: center;
  flex-direction: row-reverse;
}
.cmn_secHead_img {
  max-width: 400px;
  width: 45%;
}
.cmn_secHead_main {
  flex: 1;
}
.cmn_list {
  font-size: 20px;
}
.cmn_list li {
  position: relative;
  padding-left: 20px;
}
.cmn_list li + li {
  margin-top: 8px;
}
.cmn_list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-main);
  top: .5em;
  left: 0;
}
.cmn_h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 28px;
}
.cmn_h3 > span {
  background: linear-gradient(transparent 65%, #F6F286 65%);
  padding-inline: 5px;
}
.cmn_h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  width: fit-content;
}
.cmn_h4 > span {
  background: linear-gradient(transparent 65%, #F6F286 65%);
  padding-left: 3px;
}
.cmn_margin_xs {
  margin-top: 10px !important;
}
.cmn_margin_s {
  margin-top: 20px !important;
}
.cmn_margin_m {
  margin-top: 30px !important;
}
.cmn_margin_md {
  margin-top: 40px !important;
}
.cmn_margin_l {
  margin-top: 60px !important;
}
.cmn_labelbox {
  background: #fff;
  border-radius: 10px;
}
.cmn_labelbox--transparent {
  background: transparent;
}
.cmn_labelbox_main {
  padding: 30px 30px 30px;
}
.cmn_labelbox_col {
  display: flex;
  justify-content: space-between;
}
.cmn_labelbox_label {
  background: var(--color-main);
  color: #fff;
  padding: 10px 25px;
  font-weight: 700;
  width: fit-content;
  border-radius: 10px 0 10px 0;
  line-height: var(--lineHeight-s);
  max-width: calc(100% - 30px);
}
.cmn_labelbox_point {
  display: flex;
  gap: 33px;
  max-width: 924px;
  margin-inline: auto;
}
.cmn_accordion {
  border-radius: 10px;
  border: 2px solid var(--color-main);
}
.cmn_accordion_title {
  background: #fff;
  list-style: none;
  cursor: pointer;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  position: relative;
}
.cmn_accordion_title_inner {
  line-height: var(--lineHeight-xs);
  font-weight: 700;
  text-align: center;
  display: flex;
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  font-size: 20px;
}
.cmn_accordion_title.beginner .cmn_accordion_title_inner::after {
  content: "";
  background: url(../img/icon_acco_beginner.svg) no-repeat center/ contain;
  width: 72px;
  height: 87px;
  display: block;
  position: absolute;
  right: -110px;
  top: -14px;
  bottom: 0;
  margin: auto;
}
.cmn_accordion_title.expert .cmn_accordion_title_inner::after {
  content: "";
  background: url(../img/icon_acco_expert.svg) no-repeat center/ contain;
  width: 45px;
  height: 56px;
  display: block;
  position: absolute;
  right: -90px;
  top: -35px;
  bottom: 0;
  margin: auto;
}
.cmn_accordion_title::-webkit-details-marker {
  display: none;
}
.cmn_accordion_title_icon {
  background: var(--color-main);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin-block: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}
.cmn_accordion_title_icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  transform: translateY(-2px) rotate(45deg);
}
.cmn_accordion[open] .cmn_accordion_title_icon::before {
  transform: translateY(2px) rotate(225deg);
}
.cmn_accordion[open] .cmn_accordion_title {
  border-radius: 10px 10px 0px 0px;
}
.cmn_accordion_main {
  background-color: #F3FFEE;
  border-top: 2px solid var(--color-main);
  padding: 40px min(50px, 4vw) 55px;
  border-radius: 0px 0px 10px 10px;
}
.cmn_accordion--red {
  border-color: #DC5E5E;
}
.cmn_accordion--red .cmn_accordion_main {
  border-color: #DC5E5E;
  background-color: #FFF1F1;
}
.cmn_accordion--red .cmn_accordion_title_icon {
  background-color: #DC5E5E;
}
.cmn_accordion_col {
  display: flex;
  align-items: center;
  gap: 60px;
}
.cmn_accordion_col_h {
  width: 50%;
  flex-shrink: 0;
}
.cmn_small {
  font-size: 13px;
}
.cmn_note_list {
  li + li {
    margin-top: 5px;
  }
}
.cmn_note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
.cmn_note-s {
  font-size: 13px;
}
.cmn_note.num {
  text-indent: -2em;
  padding-left: 2em;
}
.cmn_note.noindent {
  text-indent: 0;
  padding-left: 0;
}
.cmn_point {
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 50px 60px;

  & + & {
    margin-top: 50px;
  }
}
.cmn_point_icon {
  position: absolute;
  top: -45px;
  left: -45px;
}
.cmn_point_head {
  display: flex;
  gap: 50px;
}
.cmn_point_head_main {
  flex: 1;
}
.cmn_point_head_sub {
  max-width: 350px;
}
.cmn_point_title {
  color: var(--color-main);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: var(--lineHeight-xs);
}
.cmn_point_smttl {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
}
.cmn_point_mdttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-main);
}
.cmn_point_ribbon {
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  line-height: var(--lineHeight-s);
  text-align: center;
  padding: 11px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.cmn_tableContainer {
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
}
.cmn_table td,
.cmn_table th {
  border-block: #CCCCCC 1px solid;
  height: 50px;
  vertical-align: middle;
  padding: 10px 30px;
}
.cmn_table tbody td + td{
border-left: #CCCCCC 1px solid;
}
.cmn_table tr:last-child td {
    border-bottom: none;
}
.cmn_table thead th {
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  border-block: none;
}
.cmn_table thead  + th {
  border-left: #fff 1px solid;
}
.cmn_table {
  table-layout: fixed;
  width: 100%;
}
.cmn_btn {
  background: #CC0200;
  color: #fff;
  font-weight: 700;
  max-width: 346px;
  min-height: 70px;
  border-radius: 50px;
  display: grid;
  place-content: center;
  margin-inline: auto;
  position: relative;
  transition: var(--trans-min02);
  padding-inline: 50px;

  &:hover {
    opacity: .7;
  }
}
.cmn_btn::before {
  content: "";
  display: block;
  width: 10px;
  background: #fff;
  height: 17px;
  mask: url(../img/icon_productbtn_mask.svg) center / contain no-repeat;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmn_hoverOp {
  transition: var(--trans-min02);

  &:hover {
    opacity: .7;
  }
}
.chart_btn {
  display: none;
}

/* nisa-contents */

/* MV */
.mv {  
  background-color: #D1F5AD;
  position: relative;
}
.mv::before {  
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #DDF8C2;  
  clip-path: polygon(14% 100%, 100% 0, 100% 0, 100% 100%);
}
.mv > * {
  position: relative;
  z-index: 1;
}
.mv_inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  padding: 34px 0 79px;
}
.mv_fig {
  margin-right: 50px;
}
.mv_label {
  background: #fff;
  border-radius: 9px 0 0 9px;
  box-shadow: rgba(54, 120, 100, 23%) 0 3px 6px;
  width: 203px;
  height: 160px;
  display: grid;
  place-content: center;
  position: absolute;
  bottom: 146px;
  right: 0;
}
.mv_fund {
  position: relative;
  min-height: 305px;
}
.mv_fund_circle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  left: -140px;
  height: fit-content;
}
.mv_fund_main {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
  padding-block: 50px;
  position: relative;
  width: fit-content;
}
.mv_fund_main_flag {
  position: absolute;
  top: 50px;
  left: 25px;
  width: 110px;

  @media screen and (min-width: 1301px){
    &.sp500,
    &.emerging {
      left: 0px;
    }
    &.nikkei,
    &.topix {
      left: -25px;
    }
  }
}
.mv_fund_main_labels {
  display: flex;
  justify-content: center;
  gap: 17px;
}
.mv_fund_main_labels li {
  padding: 10px 20px;
  border-radius: 8px;
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  line-height: var(--lineHeight-xs);

  &.blue {
    background: #225AA2;
  }
}
.mv_fund_main_text {
  margin-top: 15px;
  font-size: 25px;
  font-weight: 700;
}
.mv_fund_main_title {
  margin-top: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: var(--lineHeight-s);
}


/* tabArea_head */
.tabArea_head {
  background: #F6F9A0;
  position: relative;
  padding: 30px 0;
}
.tabArea_head.bottom .tabArea_tab_btn::after {
  transform: rotate(180deg);
}
.tabArea_head::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #F6F286;
  clip-path: polygon(0 100%, 0 0, 14% 0, 100% 100%);
}
.tabArea_head > * {
  position: relative;
  z-index: 1;
}
.tabArea_tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
.tabArea_tab_btn {
  display: block;
  border-radius: 12px;
  background: var(--color-main);
  color: #fff;
  font-size: 20px;
  width: 100%;
  font-weight: 700;
  line-height: var(--lineHeight-s);
  text-align: center;
  border: 2px solid var(--color-main);  
  padding: 34px 10px 63px;
  height: 100%;
  position: relative;
}
.tabArea_tab_btn.is-active {
  background: var(--color-sub);
  color: var(--color-txt);
}
.tabArea_tab_btn::after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  margin-inline: auto;
  margin-top: 15px;
  background: url(../img/icon_arrow_bottom.svg) no-repeat center / contain;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  transition: var(--trans-min02);
}
.tabArea_tab_btn:hover::after {
  bottom: 15px;
}
.tabArea_note {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 35px;
}
.tabArea_note_text {
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
}
.tabArea_note_text > span {
  background:linear-gradient(transparent 60%, #F6F286 60%);
}
.tabArea_note_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
}

/* tabArea_main */ 
.tabArea_main {
  background: var(--color-bg);
}
.tabArea_contents {
  padding-bottom: 100px;
  display: none;

  &.is-active {
    display: block;
  }
}

.nisa_table {
  table-layout: fixed;
  width: 100%;
}
.nisa_table td,
.nisa_table th {
  border: 1px solid #ccc;
  height: 50px;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  line-height: var(--lineHeight-s);
}
.nisa_table thead th {
  background: var(--color-main);
  color: #fff;
  border-color: #fff;
}
.nisa_table tbody th {
  background: #D1EBC7;
  text-align: center;
  border-color: #fff;
}
.nisa_table tbody td {
  background: #fff;
  font-weight: 700;
}

/* fundCol */
.fundCol {
  display: flex;
  gap: 28px;
  padding-top: 25px;
}
.fundCol_item {
  border-radius: 10px;
  background: #CDE5C3;
  padding: 0 25px 43px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fundCol_title {
  width: fit-content;
  margin-inline: auto;
  border: 2px solid var(--color-main);
  border-radius: 30px;
  background: #fff;
  padding: 10px 40px;
  /* min-width: 328px; */
  text-align: center;
  font-weight: 700;
  line-height: var(--lineHeight-s);
  margin-top: -25px;
  margin-bottom: 20px;
}
.fundCol_img {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-bottom: 25px;
  min-height: 228px;
}
.fundCol_list {
  font-weight: 700;
  margin-bottom: 15px;
}
.fundCol_list li {
  padding-left: 20px;
  position: relative;
}
.fundCol_list li + li {
  margin-top: 5px;
}
.fundCol_list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  background: var(--color-main);
  position: absolute;
  top: 9px;
  left: 0;
}
.fundCol_list span {
  color: var(--color-main);
}
.fundCol_summary {
  margin-top: auto;
  margin-bottom: 0;
}
.fundCol_summary p {
  font-weight: 700;
  text-align: center;
}
.fundCol_summary_main {
  border: 3px solid var(--color-main);
  border-radius: 10px;
  padding: 18px;
  margin-top: 80px;
  position: relative;
}
.fundCol_summary_main::before {
  content: "";
  width: 76px;
  height: 46px;
  display: block;
  background: var(--color-main);
  mask: url(../img/mask_arrow.svg) center / contain no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
  bottom: calc(100% + 20px);
}
.fundCol_summary_main p {
  font-size: 20px;
  line-height: var(--lineHeight-m);
}
.fundCol_summary_main p span {
  color: var(--color-main);
}
.fundCol_item--sub {
  background: #F2F0A2;
}
.fundCol_item--sub .fundCol_title {
  border-color: var(--color-sub2);
}
.fundCol_item--sub .fundCol_list li::before {
  background-color: var(--color-sub2);
}
.fundCol_item--sub .fundCol_summary_main {
  border-color: var(--color-sub2);
}
.fundCol_item--sub .fundCol_summary_main::before {
  background-color: var(--color-sub2);
}
.fundCol_item--sub .fundCol_summary_main p span {
  color: var(--color-sub2);
}
.fundCol_item--sub .fundCol_list span {
  color: var(--color-sub2);
}

/* nisa_labelList */
.nisa_labelList {
  dt {
    background: var(--color-main);
    color: #fff;
    font-weight: 700;
    padding: 7px 13px 6px;
    line-height: var(--lineHeight-s);
    width: fit-content;
    margin-bottom: 14px;
  }
  dd + dt {
    margin-top: 32px;
  }
}

/* .topic-list */
.topic-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 34px;  
}
.topic-box {
  width: 30%;
  padding: 20px 18px 40px;
  border-radius: 37px;
  border: 5px solid #009869;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat
}
.topic-title {
  font-size: 38px;
  text-align: center;
  color: #009869;
  font-weight: 700;
  font-family: "corporate-logo-ver2","yu-gothic-pr6n","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;    
  line-height: 1.6;
  letter-spacing: unset;
}
.topic-content {
  font-size: 18px;
  font-weight: 700;
  color: #5a5028;
  letter-spacing: unset;
  line-height: 1.6;
  margin-top: 0;
}
.topic-content sup {
    font-size: 10px
}
.topic-box.image-nisa {
    background-image: url("../img/bg02_n.png");
    background-position: bottom -6px right 2px
}
.topic-box.image-cost {
    background-image: url("../img/bg03_n.png");
    background-position: bottom -50px right -18px;
    background-size: 74%
}
.topic-box.image-beginner {
    background-image: url("../img/bg01_n.png");
    background-position: bottom -34px right 0;
    background-size: 52%
}
.topic-list + .kome {  
  width: fit-content;
  margin: auto;
  font-size: 14px;
  color: #5a5028;
}
.topic-list + .kome a {
  color: #009869;
  text-decoration: underline;
  font-weight: 700;
}
.topic-list + .kome p + p {
  margin-top: 0;
}
.topic-list + .kome > * {
  font-size: 14px;
}


/* nisa_lineup */
.nisa_lineup {
  background: #fff;
  padding: 5px 23px 3px;
  cursor:grab;

  &:active {
    cursor: grabbing;
  }
  &::-webkit-scrollbar {
    background: transparent;
    height: 6px;
    width: 6px;
  }
  &::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
    background: #C9C9C9;
    border-radius: 5px;
    cursor: pointer;
  }  
}
.nisa_lineup img {
  max-width: none;
}

/* nisa_chart */
.nisa_chartContainer {
  padding-top: 1px;
}
.nisa_chart {
  padding: 50px 35px;
  background: #fff;
  margin-block: 50px;
  border-radius: 10px;
}
.nisa_chart_btns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 49px;
  margin-inline: 23px;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
}
.nisa_chart_btns > li {
  position: relative;
}
.nisa_chart_btns > li.green {
  --btn-main: var(--color-main);
  --btn-shadow: #1f6445;
  --btn-blur: #005234;
}
.nisa_chart_btns > li.blue {
  --btn-main: #086497;
  --btn-shadow: #004d77;
  --btn-blur: #6e82a2;
}
.nisa_chart_btns > li.red {
  --btn-main: #ca171d;
  --btn-shadow: #8d0106;
  --btn-blur: #c5876c;
}
.nisa_chart_btns > li.orange {
  --btn-main: #e78b26;
  --btn-shadow: #94570b;
  --btn-blur: #d4b490;
}
.nisa_chart_btns > li.yellow {
  --btn-main: #eab428;
  --btn-shadow: #a47d14;
  --btn-blur: #ca9b21;
}
.nisa_chart_btns > li::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 10px);
  height: 100%;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(4px);
  border-radius: 15px;
  background: var(--btn-blur);
  opacity: .79;
}
.nisa_chart_btn {
  display: block;
  background: var(--btn-main);
  color: #fff;
  font-weight: 700;
  border-radius: 15px;
  text-align: center;
  height: 158px;
  padding: 18px 5px;
  box-shadow: var(--btn-shadow) 0px 10px 0px;
  position: relative;
  transition: var(--trans-min02);
}
.nisa_chart_btn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon_arrow_mask.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
.nisa_chart_btn:hover {
  transform: translateY(10px);
  box-shadow: var(--btn-shadow) 0px 0px 0px;
}
.nisa_chart_eng {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
}


/* nisa_product */
.nisa_product {
  margin-top: 50px;  
  max-width: 928px;
  margin-inline: auto;
}
.nisa_product_item {
  & + & {
    margin-top: 30px;
  }
}
.nisa_product_btn.green {
  --btn-main: var(--color-main);
  --btn-shadow: #0C7555;
}
.nisa_product_btn.blue {
  --btn-main: #126498;
  --btn-shadow: #0A4D78;
}
.nisa_product_btn.red {
  --btn-main: #CA171D;
  --btn-shadow: #8D0307;
}
.nisa_product_btn.orange {
  --btn-main: #E78B26;
  --btn-shadow: #95570E;
}
.nisa_product_btn.yellow {
  --btn-main: #EAB328;
  --btn-shadow: #A37D15;
}
.nisa_product_btn {
  background: #fff;
  border: 3px solid var(--btn-main);
  border-radius: 10px;
  box-shadow: 0 10px 0 var(--btn-shadow);
  display: block;
  display: flex;
  transition: var(--trans-min02);
}
.nisa_product_en {
  width: 126px;
  background: var(--btn-main);
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  display: grid;
  place-content: center;
}
.nisa_product_col {
  flex: 1;
  min-height: 165px;
  padding: 38px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  padding-right: 55px;
}
.nisa_product_col::after {
  content: "";
  width: 15px;
  height: 26px;
  display: block;
  mask: url(../img/icon_productbtn_mask.svg) center / contain no-repeat;;
  background: var(--btn-main);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin-block: auto;
}
.nisa_product_col_flag {
  flex-shrink: 0;
  max-width: 85px;
}
.nisa_product_col_subTtl {
  font-weight: 700;
  color: #575757;
  line-height: var(--lineHeight-xs);
}
.nisa_product_col_title {
  color: var(--btn-main);
  font-weight: 700;
  font-size: 26px;
  line-height: var(--lineHeight-xs);  
  letter-spacing: normal;
}
.nisa_product_btn:hover {
  transform: translateY(10px);
  box-shadow: var(--btn-shadow) 0px 0px 0px;
}

/* .sales-link-block */
.sales-link-block {  
  background-color: #fff;
  border-radius: 60px;
  padding: 36px;
  margin: 30px auto;
}
.sales-link-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.sales-link-block ul li {
    margin: 20px
}


.sales-link-block ul li img.svg-nomura {
    width: 160px
}
.sales-link-block ul li img.svg-ando {
    width: 220px
}
.sales-link-block ul li img.svg-mufg {
    width: 220px
}
.sales-link-block ul li img.svg-SBI {
    width: 174px
}
.sales-link-block ul li img.svg-kyoto {
    width: 168px
}
.sales-link-block ul li img.svg-kiraboshiLD {
    width: 220px
}
.sales-link-block ul li img.svg-paypay {
    width: 200px
}
.sales-link-block ul li img.svg-matsui {
    width: 150px
}
.sales-link-block ul li img.svg-monex {
    width: 220px
}
.sales-link-block ul li img.svg-zyoyo {
    width: 164px
}
.sales-link-block ul li img.svg-tottori {
    width: 220px;
    margin-top: -2px
}
.sales-link-block ul li img.svg-nishinihoncity {
    width: 220px
}
.sales-link-block ul li img.svg-tokaitokyo {
    width: 200px
}
.sales-link-block ul li img.svg-rakuten {
    width: 210px
}
.sales-link-block ul li img.svg-kyotoBK {
    width: 180px
}
.sales-link-block ul li img.svg-kiraboshi {
    width: 210px
}
.sales-link-block ul li img.svg-mebuki {
    width: 210px;
    margin-top: -12px
}
.sales-link-block ul li img.svg-toho {
    width: 200px
}
.sales-link-block ul li img.svg-moomoo {
    width: 220px
}
.sales-link-block ul li.blank {
    display: none
}
.sales-link-block ul .spacer {
    flex: 1
}
.sales-link-block ul::after {
    content: "";
    width: 350px
}



/* fund-feature */

.fund-feature {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: normal;
}
.fund-feature>li {
    width: calc(50% - 20px);
    border: 2px solid #fdbe03;
    border-radius: 30px;
    padding-top: 15px;
    position: relative;
    height: 120px;
}
.fund-feature>li::before,.fund-feature>li::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 4px;
    background-color: #fff;
    top: -3px;
    left: 10%
}
.fund-feature>li::after {
    top: calc(100% - 1px)
}
.fund-feature .title {
  font-weight: bold;
}
.fund-feature>li.u-margin .title {
    letter-spacing: -0.05em;
    margin-left: 30px;
    font-size: 24px
}
.fund-feature>li.u-margin .title .degrade {
    font-size: clamp(20px,1.8965517241vw,22px)
}
.fund-feature>li.u-margin .title .small-font {
    font-size: 16px;
    vertical-align: top
}
.fund-feature>li.u-margin .title sup {
    left: -1em;
    font-size: 10px;
    top: -1em;
}
.fund-feature .title {
    color: #fdbe03;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto
}
.fund-feature .target {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    font-size: 28px
}
.fund-feature .target>span {
    position: relative;
    z-index: 1
}
.fund-feature .target>span::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -3%;
    width: 106%;
    height: clamp(9px,.9821428571vw,12px);
    background-color: #fc0;
    z-index: -1
}
.fund-feature .target>span:first-child {
    display: block;
    margin-right: clamp(70px,12.5vw,140px)
}
.fund-feature .img-box {
    width: clamp(174px,17.3214285714vw,194px);
    height: clamp(128px,12.6785714286vw,142px);
    margin: 0 auto
}
.fund-feature .img-box>img {
    width: 100%;
    height: 100%
}
.fund-feature p {
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
}
.fund-feature .cost {
    font-size: 28px;
    font-weight: 700;
}
.fund-feature .cost .large-font {
    font-size: clamp(32px,3.75vw,42px)
}
.fund-feature .cost .small-font {
    font-size: 20px
}
.fund-feature .reference {
    font-size: 18px;
    color: #fdbe03;
    line-height: .8;
    margin-top: 0;
}
.fund-feature .reference sup {
  font-size: 10px;
    top: -1em;
}
.fund-feature .reference .small-font {
    font-size: 16px;
    vertical-align: top;
    letter-spacing: -0.04em
}
.fund-feature .reference-num {
    font-size: 24px;
    color: #5a5028;
    padding-left: 8px
}

/* fundDiff */
.fundDiff {
  margin-top: 30px;

  dt {
    font-weight: 700;
  }
  dd {
    margin-top: 10px;
  }
}
.fundDiff_list li {
  text-indent: -1.4em;
  padding-left: 1.4em;

  &::before {
    content: "✓";
    color: var(--color-main);
    font-weight: 700;
    margin-right: 0.4em;
  }

  & + li {
    margin-top: 5px;
  }
}

/* /nisa-contents */





header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #c00
}
.header_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    height: 74px;
    padding-left: 40px
}
.logo-nam a {
    width: 326px;
    height: 58px;
    display: flex;
    align-items: center
}
#hamburger {
    display: none
}
.global_menu {
    text-align: center
}

.global_menu li {
    display: inline-block
}
.global_menu>ul>li>a,
.global_menu>ul>li>button {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 24px;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: var(--trans-min02);

    &:hover {
      text-decoration-color: #fff;   
      text-underline-offset: 6px;   
    }
}
.global_menu .menu .pc_on {
    display: block
}
.global_menu>ul {
    display: flex;
    justify-content: space-between
}
.global_menu>ul>li.menu {
    display: flex
}
.text_red {
    color: #df1f1c
}
.breadcrumb {
    padding-top: 40px;
    font-size: 16px;
    max-width: 1120px;
    margin: 0 auto
}
.breadcrumb li {
    display: inline-block
}
.breadcrumb li::after {
    content: ">";
    display: inline-block;
    padding: 0 10px
}
.breadcrumb li:last-child::after {
    display: none
}
.breadcrumb li a {
    text-decoration: underline
}
.breadcrumb li a:hover {
    opacity: .7
}
header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #c00
}

.header_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding-left: 40px
}
.logo-nam a {
    width: 326px;
    height: 58px;
    display: flex;
    align-items: center
}

.header_area .logo-nam img {
    display: block;
    height: 22px;
}
.global_menu ul li.border-left {
    position: relative;
    margin-left: 24px;
}
.global_menu ul li.border-left::before {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    height: 16px;
    width: 1px;
    top: 0px;
    left: -25px
}
.menu.pulldown {
  position: relative;
}
.menu.pulldown > a,
.menu.pulldown > button {
  position: relative;
}
.menu.pulldown > a::after,
.menu.pulldown > button::after  {
  content: "";
  width: 10px;
  height: 5px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 6px;
  display: inline-block;
}
.menu_innerMenu {
  position: absolute;
  top: calc(100% + 20px);
  left: 40%;
  background: rgba(204, 2, 0, .8);
  color: #fff;
  padding: 30px 28px 25px;
  min-width: 250px;
  line-height: 1.8;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-20px);
  display: none;

  &.is-active {
    display: block;
    pointer-events: all;
    animation: puldownOn ease-out .2s forwards;
  }
}
@keyframes puldownOn{
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to{
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
  }
}
.menu_innerMenu p {
  margin-bottom: 6px;
}
.menu_innerMenu hr {
  border-color: #DC5E5E;
  margin: 17px 0 19px;
}
.menu_innerMenu_list {
  font-weight: 700;
}
.menu_innerMenu_list a {
  padding-left: 24px;
  position: relative;
  display: block;
  transition: var(--trans-min02);  
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;

  &:hover {
    text-decoration-color: #fff;
    text-underline-offset: 6px;
  }
}
.menu_innerMenu_list a::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../img/icon_menu_arrow.svg) no-repeat center / contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.menu_innerMenu_list > li {
  display: block;
}
.nisa-contents {
    font-family: "dnp-shuei-gothic-gin-std","yu-gothic-pr6n","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif
}

.ib {
    display: inline-block
}
.tab {
    display: none
}

@media only screen and (min-width: 768px) {
    .sp {
        display:none
    }
}
@media only screen and (max-width: 380px) {
    .logo-nam a {
        width:260px
    }
}
@media only screen and (max-width: 1200px) and (min-width: 981px) {
  .global_menu>ul>li>a,
  .global_menu>ul>li>button {
    font-size: 14px;
    margin-right: 13px;
  }
  .global_menu ul li.border-left {
    margin-left: 13px;
  }
  .global_menu ul li.border-left::before {
    left: -13px;
  }
  .logo-nam a {
    width: 260px;
  }
  .header_area {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 980px) {
    header {
        min-width:320px
    }
    .logo-nam a {
        float:left;
        width: 281px;
        padding: 23px 0 23px 20px;
        height: auto
    }
    #hamburger:after {
        content:"";
        display: block;
        clear: both
    }
    #hamburger:checked~.global_menu {
        visibility:visible;
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
    }
    .global_menu {
        overflow-y:scroll;
        visibility: hidden;
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        padding-bottom: 150px;
        background: #474747;
        box-sizing: border-box;
        top: var(--headerHeight-pc);
    }
    .global_menu>ul>li>a,
    .global_menu>ul>li>button {
        margin-right:0;
        width: 100%
    }
    .global_menu>ul {
        display:block
    }
    .global_menu a {
        display:block;
        color: #dadada
    }
    .global_menu .menu .pc_on {
        display:none
    }    
    .global_menu ul li.border-left {
      margin-left: 0;
    }    
    .menu {
        border-bottom:1px solid #6b6b6b
    }
    .menu>a,.menu>button {
        padding:15px 15px 15px;
        font-size: 17px
    }
    .menu_button {
        float:right;
        position: relative;
        z-index: 9999;
        width: 30px;
        height: 30px;
        margin: 13px 15px 13px 0;
        background: #c00
    }
    .menu_button span span::before,.menu_button span span::after,.menu_button span::after {
        content:"";
        position: absolute;
        background-color: #fff;
        width: 28px;
        height: 2px
    }
    .menu_button span span::before {
        top:5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all .5s
    }
    .menu_button span span::after {
        top:50%;
        left: 0;
        right: 0;
        margin: -1px auto 0;
        transition: all .5s
    }
    .menu_button span::after {
        bottom:5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all .5s
    }
    .menu_button.open span span::before {
        top:50%;
        width: 36px;
        transform: rotate(-315deg)
    }
    .menu_button.open>span::after {
        top:50%;
        width: 36px;
        transform: rotate(315deg)
    }
    .menu_button.open span span::after {
        opacity:0
    }
    .header_area {
      padding-left:0;
    }
    .logo-nam a {        
        float: none;
        width: auto;
        padding: 14px 0 14px 26px;
        height: auto
    }
    .header_area .logo-nam img {
      height: 38px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .mv_fund_circle {
    left: 0;
    width: 150px;
    bottom: auto;
    top: 12px;
  }
  .mv_fund_main_flag {
    left: auto;
    right: -20px;
  }
}
@media screen and (max-width: 1140px) {

  .nisa_chart_img {
    height: auto;
    aspect-ratio: 1060/814;
  }
}
@media only screen and (max-width: 880px)and (min-width: 768px) {  
  .tab {
        display:block
    }
  .topic-list {
    display:block
  }
  .topic-box {
    width:100%;
    padding: 20px 15px;
    margin-bottom: 20px
  }
  .topic-box.image-cost {
    background-position:bottom -10px right 0;
    background-size: 128px
  }
  .topic-box.image-beginner {
      background-position:bottom -16px right 0;
      background-size: 112px
  }
  .sales-link-block ul {
    justify-content:space-between
  }
  .sales-link-block ul li {
    margin:20px 4px 20px;
    width: 22%
  }
    .sales-link-block ul li img.svg-nomura {
        width:100%
    }
    .sales-link-block ul li img.svg-ando {
        width:100%
    }
    .sales-link-block ul li img.svg-mufg {
        width:100%
    }
    .sales-link-block ul li img.svg-SBI {
        width:100%
    }
    .sales-link-block ul li img.svg-kyoto {
        width:100%
    }
    .sales-link-block ul li img.svg-kiraboshiLD {
        width:100%
    }
    .sales-link-block ul li img.svg-paypay {
        width:100%
    }
    .sales-link-block ul li img.svg-matsui {
        width:100%
    }
    .sales-link-block ul li img.svg-monex {
        width:100%
    }
    .sales-link-block ul li img.svg-zyoyo {
        width:100%
    }
    .sales-link-block ul li img.svg-tottori {
        width:100%
    }
    .sales-link-block ul li img.svg-nishinihoncity {
        width:100%
    }
    .sales-link-block ul li img.svg-tokaitokyo {
        width:100%
    }
    .sales-link-block ul li img.svg-rakuten {
        width:100%
    }
    .sales-link-block ul li img.svg-kyotoBK {
        width:100%
    }
    .sales-link-block ul li img.svg-kiraboshi {
        width:100%
    }
    .sales-link-block ul li img.svg-mebuki {
        width:100%
    }
    .sales-link-block ul li img.svg-toho {
        width:100%
    }
    .sales-link-block ul li img.svg-moomoo {
        width:100%
    }
    .fund-feature {
        margin-bottom:0
    }
    .fund-feature>li {
        margin:0 auto 40px;
        width: calc(50% - 20px);
        height: auto;
        padding-top: 44px;
        height: auto;
    }
    .fund-feature>li::before,.fund-feature>li::after {
        width:70%;
        left: 16%
    }
    .fund-feature>li.u-margin .title {
        font-size:23px;
        margin-left: 6px;
        top: -20px;
        line-height: 1.3;
    }
    .fund-feature>li.u-margin .title sup {
        font-size:10px
    }
    .fund-feature .target {
        font-size:24px
    }
    .fund-feature .target>span::before {
        height:9px
    }
    .fund-feature .img-box {
        width:173px;
        height: 127px
    }
    .fund-feature .cost {
        font-size:25px
    }
    .fund-feature .cost .large-font {
        font-size:32px
    }
    .fund-feature .cost .small-font {
        font-size:18px
    }
    .fund-feature .reference {
        font-size:17px;
        line-height: 1.5
    }
    .fund-feature .reference .small-font {
        font-size:14px
    }
    .fund-feature .reference sup {
        font-size:10px
    }
}
@media screen and (max-width: 767px) {
  .pc {
      display:none
  }
  
  .tab {
      display:block
  }
  main {
    padding-top: var(--headerHeight-sp);
  }
  main.fund {
    padding-bottom: 80px;
  }
  .hp_brPc {
    display: none !important;
  }
  .hp_brSp {
    display: inline !important;
  }
  .hp_pcOnly {
    display: none !important;
  }
  .hp_spOnly {
    display: block !important;
  }
  .hp_spNone {
    display: none !important;
  }
  body {
    min-width: 0;
    font-size: 16px;
    scroll-padding-top: var(--headerHeight-sp);
  }
  #footer .logoArea .imgsize img {
    height: 17px;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
    right: 12px;
  }
  .scroll-top > img {
    width: 100%;
    height: auto;
  }
  .explanation {
    padding: 40px 0 70px;
  }
  .explanation_caution_text {
    font-size: 0.75rem;
  }
  .explanation_caution_text + .explanation_caution_text {
    margin-top: 25px;
  }
  .explanation_caution_list > li {
    font-size: 0.75rem;
  }
  .explanation_caution_small {
    font-size: 12px;
  }
  .explanation_list {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .cmn_graph_title {
    font-size: 1rem;
    width: calc(100% - 40px);
    padding: 3px 10px 5px;
  }
  .cmn_h2_cotainer {
    padding: 33px 0;
  }
  .cmn_h2 {
    font-size: 28px;
  }
  .cmn_h2_point {
    font-size: 1.25rem;
  }
  .cmn_text, p {
    font-size: 16px;
  }
  .cmn_section {
    margin-top: 70px;
  }
  .cmn_secHead_main {
    /* display: contents; */    
    order: 2;
  }
  .cmn_secHead {
    flex-direction: column;
    gap: 15px;
  }
  .cmn_secHead_img {
    order: 1;
    max-width: 260px;
    margin-inline: auto;
  }
  /* .cmn_secHead .cmn_h3 {
    order: 2;
  }
  .cmn_secHead .cmn_text {
    order: 3;
  } */
  .cmn_h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .cmn_h4 {
    font-size: 18px;
  }
  .cmn_labelbox_col {
    flex-direction: column;
    gap: 30px;
  }
  .cmn_labelbox_main {
    padding: 25px 15px 30px;
  }
  .cmn_labelbox_point {
    flex-direction: column;
    gap: 20px;    
    max-width:270px;
  }
  .cmn_accordion_main {
    padding: 25px 15px 30px;
  }
  .cmn_accordion_title {
    position: relative;
    padding-inline: 35px 40px;
  }
  .cmn_accordion_title_inner {
    position: static;
    gap: 10px;
    font-size: 18px;
  }
  .cmn_accordion_title.beginner .cmn_accordion_title_inner::after {
    width: 60px;
    height: 70px;
    right: -5px;
    top: -3px;
  }
  .cmn_accordion_title.expert .cmn_accordion_title_inner::after {
    width: 32px;
    height: 40px;
    right: -3px;
    top: 20px;
    bottom: auto;
  }
  .cmn_accordion_title_icon {
    left: 10px;
    right: auto;
    width: 25px;
    height: 25px;
  }
  .cmn_accordion_title_icon::before {
    width: 8px;
    height: 8px;
  }
  .cmn_accordion_col {
    flex-direction: column;
    gap: 20px;
  }
  .cmn_accordion_col_h {
    width: auto;
    text-align: center;
  }
  .cmn_margin_s {
    margin-top: 10px !important;
  }
  .cmn_margin_m {
    margin-top: 20px !important;
  }
  .cmn_margin_md {
    margin-top: 30px !important;
  }
  .cmn_margin_l {
    margin-top: 50px !important;
  }  
  .js-scrollable .cmn_tableContainer {
    width: 900px;
  }
  .cmn_point {
    padding: 50px 20px 30px;

    &.noicon {
      padding-top: 30px;
    }
  }
  .cmn_point_head {
    flex-direction: column;
  }
  .cmn_point_icon {
    width: 75px;
    height: 75px;
    top: -35px;
    left: -8px;
  }
  .cmn_point_title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .cmn_point_smttl {
    font-size: 18px;
  }
  .cmn_btn {
    min-height: 55px;
  }
  .cmn_note,
  .cmn_small {
    font-size: 12px;
  }
  .scroll_x_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll_x_wrap .sp_scrolling {
    width: 100%;
  }
  .scroll_x_wrap .scroll_x_overlay {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
  }
  .scroll_x_wrap .scroll_x_btn {
    content: "";
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: calc(50% - 2.6667vw);
    top: calc(50% - 0.5em);
  }
  .scroll_x_wrap .scroll_x_btn span {
    display: table-cell;
    width: 100%;
    height: 100%;
    color: #fff;
    vertical-align: middle;
  }
  .scroll_x_wrap .scroll_x_btn:before {
    content: "";
    position: absolute;
    left: -29.3333vw;
    top: -5.3333vw;
    width: 39.0667vw;
    height: 15.7333vw;
    background: url(../img/icon_swipe.png) no-repeat center center;
    background-size: contain;
  }
  .scroll_x_wrap .scroll_x_btn:before {
    animation-name: swipe;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  .scroll_x_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_x_wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll_x_wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .scroll_x_wrap figure {
    text-align: center;
  }
  .chart_btn {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    background: var(--color-wh);
    color: var(--color-main);
    border-radius: 40px;
    border: 2px solid var(--color-main);
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 2px;
  }
  .chart_btn::before,
  .chart_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 2px;
    height: 14px;
    background: var(--color-main);
    transition: all 300ms 0s ease;
  }
  .chart_btn::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .chart_btn::after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .chart_btn.on::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .chart_btn.on::after {
    display: none;
  }
  .chart-img {
    width: 100%;
    transition: all 0.8s cubic-bezier(0.75, 0, 0.15, 1);
    max-width: none;
  }
  .chart-img.on {
    width: 600px;
  }
  .img_scroll {
    margin: 0;
    margin-right: -12px;
  }
  .img_scroll img {
    padding-right: 12px;
  }
  .mv_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0 50px;
  }
  .mv_title {
    max-width: 240px;
  }
  .mv_fig {
    max-width: 220px;
    margin-right: 0;
  }
  .mv_label {
    width: auto;
    height: auto;
    bottom: 180px;    
    max-width: 110px;
    padding: 12px 20px;
    right: 0;
    display: block;
    text-align: center;
  }
  .mv_fund_circle {
    position: static;
    width: 150px;
    margin: auto;
  }
  .mv_fund {
    min-height: 0;
    padding-top: 30px;
  }
  .mv_fund_main {
    /* padding-top: 90px; */
    padding-block: 30px;
  }
  .mv_fund_main_flag {
    left: calc(50% + 75px);
    top: -30px;
    width: 65px;
  }
  .mv_fund_main_labels {
    font-size: 14px;
  }
  .mv_fund_main_labels li {
    padding: 8px 15px;
  }
  .mv_fund_main_text {
    font-size: 18px;
  }
  .mv_fund_main_title {
    font-size: 24px;
  }
  .tabArea_tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .tabArea_tab_btn {
    padding: 15px 10px 45px;
    font-size: 16px;
  }
  .tabArea_tab_btn::after {
    width: 20px;
    height: 20px;
    bottom: 15px;
  }
  .tabArea_note {
    margin-top: 20px;
  }
  .tabArea_note_list {
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
  }
  .tabArea_note_list img {
    max-width: 22px;
    max-height: 25px;
  }
  .tabArea_contents {
    padding-bottom: 70px;
  }
  .nisa_table {
    width: 1000px;
  }
  .fundCol {
    flex-direction: column;
    gap: 50px;
  }
  .fundCol_title {
    min-width: 0;
    margin-bottom: 15px;
  }
  .fundCol_item {
    padding: 0 18px 30px;
  }
  .fundCol_img {
    min-height: 0;
  }
  .nisa_labelList {
    dd + dt {
      margin-top: 25px;
    }
  }
  .topic-list {
    display:block
  }
  .topic-box {
    width:100%;
    padding: 20px 15px;
    margin-bottom: 20px
  }
  .topic-title {
      font-size:26px
  }
  .topic-content {
      font-size:16px
  }
  .topic-box.image-cost {
      background-position:bottom -20px right 0;
      background-size: 142px
  }
  .topic-box.image-beginner {
      background-position:bottom -20px right 0;
      background-size: 112px
  }
  .nisa_lineup img {
    width: 1000px;
    max-width: none;
  }
  .nisa_lineup  {
    cursor:unset;
    &:active {
      cursor: unset;
    }
  }
  .nisa_chart {
    padding: 20px 15px;
  }
  .nisa_chart_btns {
    gap: 5px;
    margin-inline: 0;
  }
  .nisa_chart_btns > li::before {
    border-radius: 8px;
    filter: blur(2px);
    width: calc(100% - 4px);
    top: 8px;
  }
  .nisa_chart_btn {
    height: auto;    
    padding: 6px 4px 23px; 
    border-radius: 8px;
    box-shadow: var(--btn-shadow) 0 5px 0;
  }
  .nisa_chart_btn::after {
    width: 12px;
    height: 12px;
    bottom: 6px;
  }
  .nisa_chart_btn > span {
    font-size: 11px;
    line-height: 12px;
    display: block;    
  }
  .nisa_chart_eng {
    font-size: 24px;    
    margin-top: 4px;    
    line-height: 23px;
  }
  .nisa_product {
    margin-top: 30px;
  }
  .nisa_product_en {
    width: 40px;
    font-size: 24px;    
  }
  .nisa_product_col {
    padding: 15px 10px ;
    gap: 14px;
    padding-right: 35px;
    min-height: 0;
  }
  .nisa_product_col::after {
    right: 10px;
    width: 10px;
    height: 20px;
  }
  .nisa_product_col_subTtl {
    font-size: 14px;
    line-height: var(--lineHeight-s);
  }
  .nisa_product_col_subTtl + p.nisa_product_col_title {
    font-size: 18px;
    margin-top: 6px;
  }
  .nisa_product_col_flag {
    max-width: 40px;
  }
  .sales-link-block {
    border-radius:37px;
    padding: 20px
  }
  .sales-link-block ul {
    text-align:center
  }
  .sales-link-block ul li {
    margin:0 auto 30px;
    width: 44%
  }
    .sales-link-block ul li img.svg-nomura {
        width:80%
    }
    .sales-link-block ul li img.svg-ando {
        width:100%
    }
    .sales-link-block ul li img.svg-mufg {
        width:100%
    }
    .sales-link-block ul li img.svg-SBI {
        width:90%
    }
    .sales-link-block ul li img.svg-kyoto {
        width:100%
    }
    .sales-link-block ul li img.svg-kiraboshiLD {
        width:100%
    }
    .sales-link-block ul li img.svg-paypay {
        width:100%
    }
    .sales-link-block ul li img.svg-matsui {
        width:78%
    }
    .sales-link-block ul li img.svg-monex {
        width:100%
    }
    .sales-link-block ul li img.svg-zyoyo {
        width:90%
    }
    .sales-link-block ul li img.svg-tottori {
        width:100%
    }
    .sales-link-block ul li img.svg-nishinihoncity {
        width:100%
    }
    .sales-link-block ul li img.svg-tokaitokyo {
        width:100%
    }
    .sales-link-block ul li img.svg-rakuten {
        width:100%
    }
    .sales-link-block ul li img.svg-kyotoBK {
        width:100%
    }
    .sales-link-block ul li img.svg-kiraboshi {
        width:100%
    }
    .sales-link-block ul li img.svg-mebuki {
        width:100%;
        margin-top: -10px
    }
    .sales-link-block ul li img.svg-toho {
        width:100%
    }
    .sales-link-block ul li img.svg-moomoo {
        width:100%
    }
    .sales-link-block ul li.last-row {
        margin-bottom:0
    }
    .sales-link-block ul li.blank {
        display:block
    }
    .sales-link-block ul .spacer {
        display:none
    }
    .fund-feature {
        margin-bottom:0;
        font-size: 20px
    }
    .fund-feature>li {
        height:auto;
        width:49%;
        padding-top: 28px;
        border-radius: 20px
    }
    .fund-feature>li::before,.fund-feature>li::after {
        width:70%;
        left: 16%
    }
    .fund-feature>li.u-margin .title {
        margin-left:2px;
        font-size: 12px;
        line-height: 1.4;
        top: -10px;
    }
    .fund-feature>li.u-margin .title .degrade {
        font-size: clamp(14px,3.8095238095vw,16px)
    }    
    .fund-feature>li.u-margin .title .small-font {
        font-size:12px
    }
    .fund-feature>li.u-margin .title sup {
        font-size:10px;
        left: -0.5em;
        top: -0.5em
    }
    .fund-feature .target {
        font-size:clamp(12px,2.380952381vw,24px);
        margin-bottom: 8px
    }
    .fund-feature .target>span::before {
        height:8px;
        bottom: 7px
    }
    .fund-feature .target>span:first-child {
        margin-right:50px
    }
    .fund-feature .img-box {
        width:min(41.6666666667vw,166px);
        height: min(27.619047619vw,110px)
    }
    .fund-feature .cost {
        font-size:clamp(10px,2.380952381vw,22px);
        margin-bottom: 7px
    }
    .fund-feature .cost .large-font {
        font-size:16px
    }
    .fund-feature .cost .small-font {
        font-size:10px
    }
    .fund-feature .reference {
        font-size:10px;
        line-height: 1.5
    }
    .fund-feature .reference .small-font {
        font-size:12px
    }
    .fund-feature .reference sup {
        font-size:10px;
        top: -0.5em
    }
    .fund-feature .reference-num {
        font-size:12px
    }
    .breadcrumb {
        padding-top:0;
        font-size: 14px
    }
    .breadcrumb li a:hover {
        opacity:1
    }
  .global_menu ul li.border-left::before {
      display:none
  }
  .global_menu {
    top: var(--headerHeight-sp);
  }
  .header_area {    
    height: var(--headerHeight-sp);
  }
  .global_menu>ul>li.menu {
    display: block;
  }
  .menu_innerMenu {
    display: none;
    position: static;
    min-width: 0;
    transform: none;
    background: none;
    border-top: 1px solid #6b6b6b;
    transform: translateY(0px);

    &.is-active {
      display: block;      
      animation: none;
      transform: translateY(0px);
      opacity: 1;
    }
  }
  .menu_innerMenu hr {
    border-color: #6b6b6b;
  }
}