@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.lp-main {
  padding-top: 0;
  font-family: "Noto Sans JP", serif;
}

@media (769px <= width) {
  .lp-main {
    min-width: 1028px;
  }
}

/* å…±é€? */
.lp-common__br {
  display: none;
}

.lp-common__text-green {
  color: #00847f;
}

.lp-common__text-orange {
  color: #ee8449;
}

.lp-common__bg,
.lp-common__bg-normal,
.lp-common__bg-over,
.lp-common__bg-under {
  position: relative;
  background-color: #f0f0f0;
  z-index: 0;
}

.lp-common__bg::before,
.lp-common__bg-over::before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_common_deco01.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 62.5px;
  height: 90px;
  top: 0;
  right: 0;
  z-index: -1;
}

.lp-common__bg::after,
.lp-common__bg-under::after {
  position: absolute;
  display: block;
  content: "";
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_common_deco02.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 62.5px;
  height: 90px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.lp-common__no-spacing {
  letter-spacing: -1.2rem;
}

@media (769px <= width) {
  .lp-common__br {
    display: inline-block;
  }

  .lp-common__br--sp {
    display: none;
  }

  .lp-common__bg::before,
  .lp-common__bg-over::before {
    background-size: 100%;
    width: 10%;
    max-width: 230px;
    padding-top: 10%;
  }

  .lp-common__bg::after,
  .lp-common__bg-under::after {
    background-size: 100%;
    width: 10%;
    max-width: 230px;
    padding-top: 10%;
  }
}

/* lp-mainvisual */
.lp-mainvisual {
  height: 100%;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_mainvisual_bg01_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.lp-mainvisual__inner {
  max-width: 980px;
  margin-inline: auto;
  padding: 90px 16px 30px;
  display: block;
  height: auto;
}

.lp-mainvisual__title img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.lp-mainvisual__img {
  display: flex;
  margin-top: 180px;
}

.lp-mainvisual__img img {
  width: 100%;
  max-width: 172px;
  height: auto;
}

@media (width <= 375px) {
  .lp-mainvisual__inner {
    padding: 30px 16px;
  }
  .lp-mainvisual__img {
    margin-top: 150px;
  }
  .lp-mainvisual__img img {
    width: 100%;
    max-width: 110px;
    height: auto;
  }
}

@media (769px <= width) {
  .lp-mainvisual {
    background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_mainvisual_bg01.png);
    min-width: 1028px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .lp-mainvisual__inner {
    padding: 100px 24px 60px;
    display: flex;
    justify-content: space-between;
    height: 700px;
  }

  .lp-mainvisual__title img {
    width: 100%;
    max-width: 730px;
  }

  .lp-mainvisual__img {
    display: block;
    margin-top: -20px;
    text-align: right;
  }
  .lp-mainvisual__img img {
    width: 100%;
  }
}

/* lp-award */
.lp-award__inner {
  max-width: 980px;
  margin-inline: auto;
  padding: 60px 16px;
}

.lp-award__contents {
  color: #ffffff;
}

.lp-award__contents-bg {
  position: relative;
  border-radius: 10px;
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_award_bg01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 50px 20px;
  box-sizing: border-box;
  overflow: visible;
}

.lp-award__contents-bg::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, rgba(251, 207, 0, 1), rgba(255, 252, 209, 1) 25%, rgba(203, 155, 12, 1) 60%, rgba(243, 225, 139, 1) 87%, rgba(255, 252, 209, 1));
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 2;
}

.lp-award__contents-title {
  text-align: center;
  border-bottom: solid 1px #ffffff;
  opacity: 0.95;
}

.lp-award__contents-title img {
  width: 100%;
  max-width: 980px;
  height: auto;
}

.lp-award__contents-text {
  font-size: 1.8rem !important;
  margin-top: 20px;
  opacity: 0.95;
}

.lp-award__img-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding-bottom: 35px;
  border-bottom: solid 1px #ffffff;
  gap: 20px;
  text-align: center;
}

.lp-award__img--02 {
  margin: 0 auto;
}

.lp-award__img img {
  width: 100%;
  height: auto;
}

.lp-award__contents-sub-text {
  font-size: 1.2rem !important;
  margin-top: 20px;
  opacity: 0.95;
}

.lp-award__contents-sub-text a {
  color: #ffffff;
}

@media (769px <= width) {
  .lp-award__inner {
    padding: 100px 24px 0;
  }

  .lp-award__contents-bg {
    padding: 50px 40px;
  }

  .lp-award__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
  }

  .lp-award__img--02 {
    margin: 0;
  }
}

/* lp-problem */
.lp-problem__inner {
  max-width: 980px;
  margin-inline: auto;
  padding: 60px 16px;
}

.lp-problem__title {
  display: flex;
  flex-direction: column;
  font-size: 3rem !important;
  text-align: center;
  line-height: 1.3;
  opacity: 0.95;
}

.lp-problem__title img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.lp-problem__body {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}

.lp-problem__contents {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
}

.lp-problem__contents img {
  width: 100%;
  height: auto;
}

.lp-problem__point {
  margin-top: 60px;
  margin: 60px auto 0;
  max-width: 860px;
}

.lp-problem__point img {
  width: 100%;
  height: auto;
}

@media (769px <= width) {
  .lp-problem__inner {
    padding: 80px 24px 120px;
  }

  .lp-problem__title {
    font-size: 5rem !important;
  }

  .lp-problem__body {
    margin-top: 60px;
    gap: 30px 20px;
  }

  .lp-problem__contents {
    width: calc(33.33% - 20px);
  }
}

/* lp-concept */
.lp-concept__inner {
  max-width: 980px;
  margin-inline: auto;
  padding: 60px 16px 0px;
}

.lp-concept__title {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  font-size: 3rem !important;
  text-align: center;
  line-height: 1.3;
  opacity: 0.95;
}

.lp-concept__sub-title {
  line-height: 1;
}

.lp-concept__sub-title img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.lp-concept__contents-title {
  font-size: 2rem !important;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  opacity: 0.95;
  text-decoration: underline;
  -webkit-text-decoration-color: #00847f;
  text-decoration-color: #00847f;
  text-underline-offset: 6px;
  text-decoration-thickness: 0.5px;
}

.lp-concept__contents-wrap {
  background-color: #f0f0f0;
  padding: 20px 20px 40px;
  border-radius: 10px;
  margin-top: 40px;
}

.lp-concept__contents-img {
  text-align: center;
  margin-top: 20px;
}

.lp-concept__contents-img img {
  width: 100%;
  max-width: 720px;
  height: auto;
}

.lp-concept__contents-wrap .lp-concept__contents-img img {
  width: 100%;
  max-width: 860px;
  height: auto;
}

.lp-concept__contents-notes {
  margin-top: 10px;
  font-size: 1.2rem;
  opacity: 0.6;
}

@media (769px <= width) {
  .lp-concept__inner {
    padding: 120px 24px 0px;
  }

  .lp-concept__title {
    font-size: 5rem !important;
  }

  .lp-concept__contents-wrap {
    padding: 40px 20px;
  }

  .lp-concept__contents-img {
    margin-top: 0;
  }

  .lp-concept__sub-title img {
    max-width: 320px;
  }

  .lp-concept__contents-title {
    font-size: 2.5rem !important;
    margin-top: 30px;
  }

  .lp-concept__contents-notes {
    font-size: 1.3rem;
    padding-left: 40px;
  }
}

/* lp-point__head */
.lp-point__head {
  max-width: 980px;
  margin-inline: auto;
  padding: 60px 16px 50px;
}

.lp-point__title {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  font-size: 3rem !important;
  text-align: center;
  line-height: 1.3;
  opacity: 0.95;
}

.lp-point__sub-title {
  line-height: 1;
  opacity: 1;
}

.lp-point__sub-title img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.lp-point__head-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 50px 20px;
}

.lp-point__head-item {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding-top: 45px;
  background-color: #f0f0f0;
}

.lp-point__head-item::before {
  position: absolute;
  content: "";
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_deco01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 125px;
  top: 0;
  left: 0;
}

.lp-point__head-item-img {
  padding-inline: 25px;
  text-align: center;
}

.lp-point__head-item-img img {
  width: 100%;
  height: 100%;
  max-height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lp-point__head-item-title {
  font-size: 2.8rem !important;
  margin-top: 15px;
  text-align: center;
  padding-inline: 25px;
  opacity: 0.95;
}

.lp-point__head-item-sub-title {
  position: absolute;
  top: -25px;
  left: 25px;
}

.lp-point__head-item-sub-title img {
  width: 60px;
  height: 60px;
}

.lp-point__head-item-text {
  position: relative;
  font-size: 1.6rem !important;
  color: #ffffff;
  margin-top: 25px;
  padding: 20px 25px;
  background-color: #2b2d2c;
}

.lp-point__head-item-text::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 125px;
  right: 0;
  bottom: 0;
}

.lp-point__head-item-text--01::after {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_deco02.png);
}

.lp-point__head-item-text--02::after {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_deco03.png);
}

.lp-point__head-item-text--03::after {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_deco04.png);
}

@media (769px <= width) {
  .lp-point__head {
    padding: 80px 24px 150px;
  }

  .lp-point__title {
    font-size: 5rem !important;
    gap: 20px 0;
  }

  .lp-point__head-list {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 80px;
  }

  .lp-point__head-item {
    padding-top: 65px;
  }

  .lp-point__head-item-img img {
    max-height: 158px;
  }

  .lp-point__head-item-title {
    font-size: 3.6rem !important;
    margin-top: 25px;
  }

  .lp-point__sub-title img {
    max-width: 340px;
  }

  .lp-point__head-item-sub-title {
    top: -35px;
  }

  .lp-point__head-item-sub-title img {
    width: 80px;
    height: 80px;
  }

  .lp-point__head-item-text {
    padding: 25px 25px;
    font-size: 1.8rem !important;
  }
}

.lp-point__inner {
  max-width: 980px;
  margin-inline: auto;
  padding: 70px 16px;
}

.lp-point__text {
  font-size: 1.6rem !important;
  margin-top: 20px;
  opacity: 0.95;
}

.lp-point__img {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.lp-point__img img {
  width: 100%;
  max-width: 980px;
  height: auto;
}

.lp-point__contents-column {
  display: block;
}

.lp-point__contents-column--img {
  margin-top: 40px;
}

.lp-point__contents-column--img img {
  width: 100%;
  max-width: 980px;
  height: auto;
}

.lp-point__contents {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  margin-top: 40px;
  z-index: 1;
}

.lp-point__contents ~ .lp-point__contents {
  margin-top: 50px;
}

.lp-point__contents-item--line {
  padding-bottom: 40px;
  border-bottom: 2px solid #f0f0f0;
}

.lp-point__contents-item ~ .lp-point__contents-item {
  margin-top: 40px;
}

.lp-point__contents-head-title-wrap {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 25px;
}

.lp-point__contents-head-title-bg {
  background-color: #f0f0f0;
}

.lp-point__contents-head-title {
  font-size: 3rem !important;
  text-align: center;
  opacity: 0.95;
}

.lp-point__contents-head-title::after {
  position: absolute;
  content: "";
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_common_deco05.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 100px;
  top: -15px;
  right: 14px;
  border-radius: 10px 0 0 0;
  transform: rotate(90deg);
}

.lp-point__contents-head-title::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: -25px;
  left: 20px;
  transform: rotate(-15deg);
}

.lp-point__contents-head-title--01::before {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_number01.png);
}

.lp-point__contents-head-title--02::before {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_number02.png);
}

.lp-point__contents-head-title--03::before {
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_number03.png);
}

.lp-point__contents-title-01 {
  font-size: 3rem !important;
  padding-bottom: 20px;
  border-bottom: solid 2px #2b2d2c;
  opacity: 0.95;
  line-height: 1.3;
}

.lp-point__contents-text {
  font-size: 1.6rem !important;
  margin-top: 20px;
  opacity: 0.95;
}

.lp-point__contents-text--small {
  margin-top: 20px;
  opacity: 0.6;
}

.lp-point__contents__img {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.lp-point__contents__img img {
  width: 100%;
  max-width: 980px;
  height: auto;
}

.lp-point__contents-notes {
  margin-top: 10px;
  font-size: 1.2rem;
  opacity: 0.6;
}

.lp-point__contents-notes--important {
  font-size: 1.2rem;
  color: #e5004c;
  opacity: 1;
}

.lp-point__contents-sub-text {
  position: relative;
  max-width: 860px;
  font-size: 1.6rem !important;
  margin-top: 40px;
  margin-inline: auto;
  padding-bottom: 70px;
  opacity: 0.95;
}

.lp-point__contents-sub-text::after {
  position: absolute;
  content: "";
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_images09.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  height: 50px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.lp-point__contents-detail {
  margin-top: 20px;
  padding: 20px;
  border: 3px solid #56aeb1;
  border-radius: 30px;
}

.lp-point__contents-detail-text {
  position: relative;
  font-size: 1.8rem !important;
  padding-left: 35px;
  font-weight: 500;
  opacity: 0.95;
}

.lp-point__contents-detail-text ~ .lp-point__contents-detail-text {
  margin-top: 10px;
}

.lp-point__contents-detail-text::before {
  position: absolute;
  content: "";
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_common_check.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 1px;
  left: 0;
}

.lp-point__contents-bg {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 45px 20px 30px;
  box-sizing: border-box;
  overflow: visible;
}

.lp-point__contents-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ec844a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 2;
}

.lp-point__contents-reference-bg {
  position: relative;
  border-radius: 10px;
  background-color: #f0f0f0;
  z-index: 1;
  padding: 45px 20px 40px;
  box-sizing: border-box;
  overflow: visible;
}

.lp-point__contents-reference-bg::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  height: 60px;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_images16.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.lp-point__contents-reference-bg::before {
  content: "";
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_point_images17.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.lp-point__contents-title-02 {
  font-size: 2.8rem !important;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom: solid 1px #2b2d2c;
  opacity: 0.95;
}

.lp-point__contents-title-02--sub {
  font-size: 1.6rem;
  display: block;
  line-height: 1.6;
  padding-top: 10px;
}

.lp-point__contents-title-03 {
  font-size: 1.6rem !important;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 90px;
  border-bottom: solid 1px #2b2d2c;
  opacity: 0.95;
}

.lp-point__contents-title-03--sub {
  font-size: 2.8rem;
}

/* safariç”¨ */
@supports (-webkit-touch-callout: none) {
  .lp-point__contents-reference-bg::before {
    top: 144px;
  }
}

@media (769px <= width) {
  .lp-point__inner {
    max-width: 980px;
    margin-inline: auto;
    padding: 120px 24px;
  }

  .lp-point__contents-rap {
    padding: 120px 0;
  }

  .lp-point__contents {
    max-width: 980px;
    margin-top: 60px;
  }

  .lp-point__contents ~ .lp-point__contents {
    margin-top: 70px;
  }

  .lp-point__contents-head-title-wrap {
    max-width: 860px;
    padding: 45px 60px;
  }

  .lp-point__contents-title-01 {
    font-size: 5.5rem !important;
    letter-spacing: -0.05rem;
    padding-bottom: 30px;
  }

  .lp-point__contents-head-title {
    font-size: 5.5rem !important;
  }

  .lp-point__contents-text {
    font-size: 1.8rem !important;
    margin-top: 30px;
  }

  .lp-point__contents__img {
    margin-top: 40px;
  }

  .lp-point__contents__img--small {
    margin-top: 40px;
  }

  .lp-point__contents-item--line {
    padding-bottom: 60px;
  }

  .lp-point__contents-notes {
    font-size: 1.3rem;
  }

  .lp-point__contents-notes--important {
    font-size: 1.3rem;
  }

  .lp-point__contents-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 970px;
  }

  .lp-point__contents-column--img {
    width: 480px;
  }

  .lp-point__contents-column--img img {
    width: 100%;
    height: auto;
  }

  .lp-point__contents-item ~ .lp-point__contents-item {
    margin-top: 50px;
  }

  .lp-point__contents-head-title::after {
    width: 120px;
    height: 150px;
  }

  .lp-point__contents-head-title::before {
    width: 160px;
    height: 160px;
    top: -50px;
    left: 40px;
  }

  .lp-point__contents-sub-text {
    font-size: 1.8rem !important;
    margin-top: 50px;
  }

  .lp-point__contents-detail-text {
    font-size: 2.2rem !important;
    padding-left: 40px;
  }

  .lp-point__contents-detail-text::before {
    width: 30px;
    height: 30px;
    top: 2px;
  }

  .lp-point__contents-bg {
    padding: 70px 60px 30px;
  }

  .lp-point__contents-reference-bg {
    padding: 90px 60px 50px;
  }

  .lp-point__contents-reference-bg::after {
    top: -15px;
    left: 58px;
    transform: translateX(0%);
    width: 176px;
    height: 90px;
  }

  .lp-point__contents-reference-bg::before {
    top: 139px;
    left: 86px;
    transform: translateX(0%);
    width: 118px;
    height: 118px;
  }

  .lp-point__contents-title-02 {
    font-size: 4.4rem !important;
    line-height: 1.2;
    padding-bottom: 30px;
  }

  .lp-point__contents-title-02--sub {
    font-size: 2.2rem;
    padding-top: 20px;
  }

  .lp-point__contents-title-03 {
    font-size: 3rem !important;
    line-height: 1.8;
    padding-bottom: 30px;
  }

  .lp-point__contents-title-03--sub {
    font-size: 4.4rem;
  }
}

/* lp-reserve */
.lp-reserve {
  z-index: 2;
  position: relative;
}

.lp-reserve__inner {
  max-width: 980px;
  margin-inline: auto;
  padding: 40px 16px 200px;
}

.lp-reserve__contents {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
}

.lp-reserve__contents-title {
  font-size: 3rem !important;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom: solid 2px #2b2d2c;
  opacity: 0.95;
  gap: 20px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.lp-reserve__sub-title img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.lp-reserve__contents-text {
  font-size: 1.6rem !important;
  margin-top: 20px;
  opacity: 0.95;
}

.lp-reserve__contents__img {
  position: relative;
  margin-top: 30px;
}

.lp-reserve__contents__img img {
  width: 100%;
  max-width: 980px;
  height: auto;
}

.lp-reserve__contents-notes {
  margin-top: 10px;
  font-size: 1.2rem;
  opacity: 0.6;
}

.lp-reserve__contents__point {
  position: absolute;
  bottom: -203px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 450px;
}

.lp-reserve__contents__point img {
  width: 100%;
  height: auto;
}

@media (769px <= width) {
  .lp-reserve__inner {
    padding: 90px 24px 320px;
  }

  .lp-reserve__contents {
    max-width: 980px;
  }

  .lp-reserve__contents-title {
    font-size: 5rem !important;
    letter-spacing: -0.05rem;
    padding-bottom: 30px;
  }

  .lp-reserve__sub-title img {
    max-width: 320px;
  }

  .lp-reserve__contents-text {
    font-size: 1.8rem !important;
    margin-top: 30px;
  }

  .lp-reserve__contents__img {
    margin-top: 40px;
  }

  .lp-reserve__contents__img--small {
    margin-top: 40px;
  }

  .lp-reserve__contents-notes {
    font-size: 1.3rem;
  }

  .lp-reserve__contents__point {
    bottom: -325px;
    max-width: 720px;
  }
}

/* lp-fand */
.lp-fand__inner {
  padding: 80px 16px;
}

.lp-fand__risk,
.lp-fand__cost {
  position: relative;
  padding: 60px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.lp-fand__risk::after,
.lp-fand__cost::after {
  position: absolute;
  content: "";
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_common_deco05.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 120px;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 0;
}

.lp-fant__title {
  font-size: 3rem !important;
  text-align: center;
  opacity: 0.95;
}

.lp-fand__cost {
  margin-top: 30px;
}

.lp-fand__risk-contents {
  margin-top: 30px;
}

.lp-fand__risk-title {
  position: relative;
  font-size: 2rem !important;
  padding-left: 35px;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #2b2d2c;
  z-index: 1;
  opacity: 0.95;
}

.lp-fand__risk-title::before {
  position: absolute;
  content: "";
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_common_check.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 2px;
  left: 0;
}

.lp-fand__text {
  font-size: 1.4rem !important;
  margin-top: 10px;
  opacity: 0.95;
}

.lp-fand__text--small {
  font-size: 1.2rem !important;
  margin-top: 10px;
  opacity: 0.6;
}

.lp-fand__text--line {
  text-decoration: underline;
}

.lp-fand__risk-detail {
  margin-top: 30px;
}

.lp-fand__risk-detail-title {
  font-size: 1.6rem !important;
  color: #00847f;
  opacity: 0.95;
}

.lp-fand__risk-detail p ~ h4 {
  margin-top: 25px;
}

.lp-fand__risk-text {
  font-size: 1.4rem !important;
  padding-left: 14px;
  text-indent: -14px;
  opacity: 0.95;
}

.lp-fand__risk-text:first-of-type {
  margin-top: 15px;
}

.lp-fand__cost-img {
  margin-top: 50px;
  text-align: center;
}

.lp-fand__cost-img img {
  width: 100%;
  max-width: 860px;
  height: auto;
}

.lp-fand__contents-notes {
  margin-top: 10px;
  font-size: 1.2rem;
  opacity: 0.6;
}

.lp-fand__btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}

.lp-fand__btn a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: 1.6rem !important;
  font-weight: 500;
  color: #ffffff;
  background-color: #00847f;
  padding: 15px;
  border-radius: 30px;
  line-height: 1.3;
}

.lp-fand__btn a .i-external {
  margin-left: 10px;
  font-size: 1.6rem;
}

.lp-fand__btn-text {
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: center;
}

@media (769px <= width) {
  .lp-fand__inner {
    padding: 80px 24px 100px;
  }

  .lp-fand__risk,
  .lp-fand__cost {
    max-width: 860px;
    margin-inline: auto;
    padding: 85px 60px 70px;
  }

  .lp-fand__risk::after,
  .lp-fand__cost::after {
    width: 180px;
    height: 241px;
  }

  .lp-fand__cost {
    margin-top: 60px;
  }

  .lp-fant__title {
    font-size: 4.4rem !important;
  }

  .lp-fand__risk-contents {
    margin-top: 50px;
  }

  .lp-fand__risk-title {
    font-size: 2.2rem !important;
    padding-left: 40px;
  }

  .lp-fand__risk-title::before {
    width: 30px;
    height: 30px;
  }

  .lp-fand__risk-detail-title {
    font-size: 1.8rem !important;
  }

  .lp-fand__text {
    font-size: 1.6rem !important;
  }

  .lp-fand__text--small {
    font-size: 1.4rem !important;
  }

  .lp-fand__risk-text {
    font-size: 1.6rem !important;
    padding-left: 16px;
    text-indent: -16px;
  }

  .lp-fand__contents-notes {
    font-size: 1.3rem;
  }

  .lp-fand__btn a {
    max-width: 380px;
    font-size: 1.8rem !important;
    padding: 20px;
    border-radius: 30px;
  }

  .lp-fand__btn a .i-external {
    margin-left: 10px;
    font-size: 1.8rem;
  }
}

/* lp-disclaimer */
.lp-disclaimer__inner {
  padding: 80px 16px 100px;
}

.lp-disclaimer__body {
  padding: 30px 20px;
  background-color: #f0f0f0;
}

.lp-disclaimer__title {
  position: relative;
  font-size: 2rem !important;
  padding-left: 35px;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #2b2d2c;
  opacity: 0.95;
}

.lp-disclaimer__title::before {
  position: absolute;
  content: "";
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_common_check.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 2px;
  left: 0;
}

.lp-disclaimer__text {
  font-size: 1.4rem !important;
  margin-top: 20px;
  opacity: 0.95;
}

.lp-disclaimer__text a {
  text-decoration: underline;
  color: #00847f;
  outline: none;
}

@media (769px <= width) {
  .lp-disclaimer__inner {
    padding-inline: 24px;
    padding-bottom: 120px;
  }

  .lp-disclaimer__body {
    max-width: 860px;
    margin-inline: auto;
    padding: 50px 60px;
  }

  .lp-disclaimer__title {
    font-size: 2.2rem !important;
    padding-left: 40px;
  }

  .lp-disclaimer__title::before {
    width: 30px;
    height: 30px;
  }

  .lp-disclaimer__text {
    font-size: 1.6rem !important;
  }
}

/* lp-cv */
.lp-cv {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: rgba(43, 45, 44, 0.3);
  opacity: 0;
  z-index: 99;
}

.lp-cv__inner {
  max-width: 980px;
  margin-inline: auto;
  padding: 15px 16px;
  text-align: center;
}

.lp-cv__btn {
  display: flex;
  justify-content: center;
}

.lp-cv__btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  font-size: 1.6rem !important;
  font-weight: 500;
  color: #ffffff;
  background-color: #ee8449;
  border: 2px solid #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  outline: none;
  line-height: 1.3;
}

.lp-cv__btn a::after {
  position: absolute;
  content: "";
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/ETF_balance_fund25_lp_cv_arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media (769px <= width) {
  .lp-cv__inner {
    padding: 20px 24px;
  }

  .lp-cv__btn a {
    max-width: 400px;
    font-size: 2rem !important;
    padding: 15px 20px;
    border-radius: 15px;
  }

  .lp-cv__btn a::after {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
  }
}

/* lp-floatbnr */
.lp-floatbnr {
  position: fixed;
  right: 0;
  bottom: 130px;
  z-index: 99;
  transform: translateX(170px);
}

.lp-floatbnr a {
  outline: none;
}

.lp-floatbnr img {
  width: 100%;
  max-width: 100px;
  vertical-align: bottom;
  height: auto;
}

@media (769px <= width) {
  .lp-floatbnr {
    bottom: 150px;
  }

  .lp-floatbnr img {
    max-width: 150px;
  }
}
