@charset "utf-8";
.GAF {
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-optical-sizing: auto;
    font-feature-settings: "palt"1;
    overflow-wrap: break-word; /* 収まらない場合に折り返す */
    word-break: auto-phrase;
    line-break: strict; /* 禁則処理を厳格に適用 */
    font-kerning: normal;
    vertical-align: baseline;
    line-height: 1.5;
    overflow-x: hidden;
    width: 100%;
}
.GAF * {
    box-sizing: border-box;
}
.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;
}
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 {
    /*padding-top: 105px;*/
    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;
    }
    #drawerMenu {
        padding-bottom: 80px;
    }
    #wrap #mainArea {
        padding-top: 74px;
    }
    #wrap #mainArea main {
        padding: 0 0;
    }
    #pageTop {
        bottom: 90px;
    }
    main img {
        width: 100%;
        max-width: none;
    }
}
/*******************************
 *  汎用
 ******************************/
.flex {
    display: flex;
}
.flex.column {
    flex-direction: column;
}
.bold {
    font-weight: 700;
}
.sup {
    font-size: 0.5em;
    vertical-align: top;
}
.sectionBlock {
    width: 100%;
    display: block;
}
#concept .sectionBlockInner h2, #point .sectionBlockInner h2, #backtestdata .sectionBlockInner h2 {
    display: inline-block;
    border-radius: 100px;
    padding: 4px 34px;
    font-size: 2.2rem;
}
#concept .sectionBlockInner h2 {
    padding-top: 1px;
    padding-bottom: 1px;
    border: 3px solid #fff;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
#point .sectionBlockInner h2 {
    background: #3A4E84;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
#backtestdata .sectionBlockInner h2 {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #fff;
    color: #3E3E3E;
    border: 3px solid #3E3E3E;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
#concept .flex.column, #point .flex.column, #backtestdata .flex.column, #weightcontrol .flex.column {
    align-content: center;
    align-items: center;
}
#feature .sectionBlockInner, #reference .sectionBlockInner, #weightcontrol .sectionBlockInner {
    background: #FBFBFB;
    border-radius: 32px;
    width: 100%;
    max-width: 1082px;
    margin: 0 auto;
    padding: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem) * 1.3);
}
#feature .text, #reference .text, #backtestdata .text, #weightcontrol .text {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: calc(1.6rem*1.8);
}
.marker {
    display: inline;
    background: linear-gradient(transparent 50%, #FFF2BE 50%);
}
#feature h3 {
    font-size: 3.8rem;
    color: #3E3E3E;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    margin-top: calc(1.6rem);
    margin-bottom: calc(1.6rem);
}
#feature #POINT02 h3 {
    font-size: 2.8rem;
}
#feature #POINT02 h3 .darkblue {
    font-size: 3.8rem;
}
.figure h4 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: calc(1.6rem*1.5);
}
.figure .wrap {
    max-width: 95%;
    margin: 0 auto;
}
.figure .wrap img {
    width: 100%;
    margin-bottom: calc(1.6rem*1.2);
}
.note {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    /*text-align: left;*/
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #292929;
    display: inline-block;
}
.guide.sp {
    display: none;
}
#backtestdata .text.scroll-icon {
    display: none;
}
@media screen and (max-width: 767px) {
    .guide.sp {
        display: block;
        text-align: right;
        font-size: clamp(1.2rem, 2.3vw, 1.8rem);
        margin-bottom: 1.5em;
        color: #292929;
        font-weight: 600;
    }
    .guide::after {
        content: "pinch_zoom_out";
        font-family: 'Material Symbols Outlined';
        font-weight: normal;
        font-style: normal;
        font-size: 1.2em; /* サイズは任意に調整可 */
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        color: #292929;
        margin-left: 8px;
    }
}
/*******************************
 *  KV
 ******************************/
.bg_outside {
    width: 100%;
    position: relative;
}
.bg_outside::before {
    overflow: hidden;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsl(213.75deg 37.72% 64.83%);
    background-image:
        radial-gradient(at 27% 61%, hsl(205.44deg 100% 86.25%) 0px, transparent 50%), radial-gradient(at 84% 52%, hsl(204.92deg 39.6% 50.7%) 0px, transparent 50%), radial-gradient(at 22% 8%, hsl(195deg 62.99% 55.72%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(216deg 51.64% 51.46%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(208.21deg 100% 87.11%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(185.54deg 94.36% 88.65%) 0px, transparent 50%);
    z-index: -1;
}
#KV {
    margin: 0 auto;
    margin-top: 53px;
    width: 1200px;
    position: relative;
    overflow: visible;
}
#KV::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: 606px;
    pointer-events: none;
    aspect-ratio: 1933 / 1010;
    background-image: url("/fund/gold_allocation/images/KV_R.jpg");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    mask-image:
        linear-gradient(to right, transparent, black 0%, black 10%, transparent), linear-gradient(to right, transparent, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, transparent);
    mask-mode: alpha;
    -webkit-mask-image:
        linear-gradient(to right, transparent, black 0%, black 10%, transparent);
    -webkit-mask-mode: alpha;
}
#KV::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: 606px;
    pointer-events: none;
    aspect-ratio: 1994 / 1010;
    background-image: url("/fund/gold_allocation/images/KV_L.jpg");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    mask-image:
        linear-gradient(to left, transparent, black 2%, black 10%, transparent), linear-gradient(to left, transparent, rgba(0, 0, 0, 1) 2%, rgba(0, 0, 0, 1) 10%, transparent);
    mask-mode: alpha;
    -webkit-mask-image:
        linear-gradient(to left, transparent, black 2%, black 10%, transparent);
    -webkit-mask-mode: alpha;
}
/* WebP対応のブラウザ用 */
@supports (background-image: url("/fund/gold_allocation/images/KV_L.webp")) {
    #KV::before {
        background-image: url("/fund/gold_allocation/images/KV_L.webp");
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
    }
}
@supports(background-image: url("/fund/gold_allocation/images/KV_R.webp")) {
    #KV::after {
        background-image: url("/fund/gold_allocation/images/KV_R.webp");
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
    }
}
#KV::before {
    left: -1158px;
    z-index: 0;
}
#KV::after {
    right: -1158px;
    z-index: -1;
}
.bg-KV {
    aspect-ratio: 2000 / 1010; /* 元画像のアスペクト比を指定 */
    background-image: url("/fund/gold_allocation/images/fund_BG.jpg");
    background-size: cover; /* 画面に合わせて拡大縮小 */
    background-position: center top; /* 中央揃え、上から表示 */
    background-repeat: no-repeat;
}
/* WebP対応のブラウザ用 */
@supports (background-image: url("/fund/gold_allocation/images/fund_BG.webp")) {
    .bg-KV {
        background-image: url("/fund/gold_allocation/images/fund_BG.webp");
    }
}
#KV .sectionBlockInner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.KV_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
h1 img.pc {
    width: 100%;
    display: block;
}
h1 img.sp {
    display: none;
}
h1 {
    width: 70%;
    max-width: 834px;
}
.copy img.pc {
    width: 100%;
    display: block;
}
.copy img.sp {
    display: none;
}
.copy {
    width: 638px;
    margin-top: 16px;
    margin-left: 18px;
}
@media screen and (min-width: 1200px) {
    h1 img {
        max-width: 834px;
    }
}
@media screen and (max-width: 767px) {
    #KV {
        margin-top: 0;
        width: auto;
        overflow: hidden;
    }
    #KV::after, #KV::before {
        display: none;
    }
    .bg-KV {
        aspect-ratio: 1 / 1; /* 元画像のアスペクト比を指定 */
        background-image: url("/fund/gold_allocation/images/fund_BG_SP.png");
        background-size: cover; /* 画面に合わせて拡大縮小 */
        background-position: center top; /* 中央揃え、上から表示 */
        background-repeat: no-repeat;
    }
    /* WebP対応のブラウザ用 */
    @supports (background-image: url("/fund/gold_allocation/images/fund_BG_SP.webp")) {
        .bg-KV {
            background-image: url("/fund/gold_allocation/images/fund_BG_SP.webp");
        }
    }
}
/*******************************
 *  コンセプト
 ******************************/
#concept {
    background: #3C74B4;
    height: auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-sizing: content-box;
    margin-top: -1px;
}
#concept .sectionBlockInner {
    padding-top: calc(clamp(1rem, 0.385rem + 2.62vw, 2.625rem)*1.3);
    padding-bottom: calc(clamp(1rem, 0.385rem + 2.62vw, 2.625rem)*2.3);
    margin: 0 auto;
}
#concept .text {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.dot {
    text-emphasis: filled;
}
#concept .text .bold {
    font-size: 3.2rem;
}
.yellow {
    color: #FCF540;
}
#concept .small {
    font-size: 2.4rem;
}
/*******************************
 *  ポイント
 ******************************/
#point {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fff calc(100% - 1px));
    background-size: 54px 54px;
    background-repeat: repeat;
    background-position: center center;
    background-color: #CDE4F1;
    z-index: -1;
    position: inherit;
    margin-top: -82px;
    padding-top: 96px;
}
#point .sectionBlockInner {
    padding-top: clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem);
    padding-bottom: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.8);
    margin: 0 auto;
    z-index: 1;
}
a.pointBlock {
    text-decoration: none;
    transition: transform 0.25s ease;
    color: #3E3E3E;
}
a.pointBlock:visited {
    color: #3E3E3E;
}
.pointBlock {
    background: #fff;
    border: 4px solid #3A4E84;
    border-radius: 16px;
    box-shadow: 0 4px 0 0 #3A4E84;
    min-width: 362px;
    aspect-ratio: 1 / 1;
    color: #3E3E3E;
}
.pointBlock-gap {
    gap: 32px 16px;
    margin-top: 16px;
}
.point01, .point02 {
    position: relative;
}
a.pointBlock:hover {
    opacity: 0.5;
    transform: translateY(-8px);
    color: inherit;
    transition: 0.25s ease;
}
.point01::before {
    content: url("/fund/gold_allocation/images/num01.svg");
    position: absolute;
    top: 2.6rem;
    left: 1.5em;
}
.point02::before {
    content: url("/fund/gold_allocation/images/num02.svg");
    position: absolute;
    top: 2.6rem;
    left: 1.5em;
}
.point01::after, .point02::after {
    content: "keyboard_arrow_down";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 22px; /* サイズは任意に調整可 */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    padding: 2px;
    border-radius: 50%;
    background: #97cfef;
    position: absolute;
    top: 2.7rem;
    right: 2.7rem;
}
#point h3 {
    text-align: center;
    font-weight: 700;
    font-size: 3.2rem;
    color: #3A4E84;
    position: absolute;
    top: 1.7rem;
    left: 50%;
    transform: translateX(-50%);
}
.point_illust {
    padding: 5%;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.point01 .point_illust {
    transform: translateX(-50%) translateY(-59%);
}
.point02 .point_illust {
    transform: translateX(-53%) translateY(-50%);
}
#point .text {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 1.3;
    position: absolute;
    bottom: 2.0rem;
    left: 50%;
    transform: translateX(-50%);
}
#point .point02 .text {
    font-size: 2.0rem;
}
#point .point02 .text .bold {
    font-size: 2.4rem;
}
.darkblue {
    color: #3A4E84;
}
.pointBlock * {
    pointer-events: none;
}
/*******************************
 *  ファンドの特徴
 ******************************/
#feature {
    background: #3F5AA7;
    padding-top: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.3);
    padding-bottom: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.3);
}
#feature .flex.column {
    align-items: center;
    position: relative;
}
#feature h2 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #3A4E84;
    border-bottom: solid 1px #C1C1C1;
    display: block;
    width: 100%;
    text-align: center;
}
#POINT01 .point, #POINT02 .point {
    width: 15%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 32px;
    margin-top: 32px;
}
.figure .wrap .figure01_sub {
    width: 50%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #POINT01 .point, #POINT02 .point {
        width: 20%;
        max-width: inherit;
        min-width: 44px;
        margin-left: 16px;
        margin-top: 16px;
    }
}
#feature #POINT02.sectionBlockInner {
    margin-top: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.3);
}
#POINT01 .indent {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.indent2 {
    text-indent: -1em;
    padding-left: 1em;
}
/*******************************
 *  投資の王道
 ******************************/
#reference {
    background: #F9F1E0;
    padding-top: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.3);
    padding-bottom: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.3);
}
#reference .flex.column {
    align-items: center;
}
#reference h2 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #563B1D;
    display: inline-block;
    text-align: center;
    margin-bottom: calc(1.6rem);
    vertical-align: baseline;
}
#reference h2 .large {
    font-size: 3.8rem;
}
#reference h2 .line {
    display: inline;
    background: linear-gradient(transparent 90%, #D6AF5F 90%);
    padding: 8px 0px;
}
#reference .text2 {
    color: #654826;
    font-weight: 600;
    font-size: 2.0rem;
    text-align: center;
    margin-top: 1em;
}
/*******************************
 *  バックテストデータ
 ******************************/
#backtestdata {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E8E8E8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #E8E8E8 calc(100% - 1px));
    background-size: 54px 54px;
    background-repeat: repeat;
    background-position: center center;
    background-color: #fff;
    padding-top: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.3);
    padding-bottom: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.3);
}
#backtestdata .sectionBlockInner h2 {
    margin-bottom: calc(1.6rem);
}
/*******************************
 *  ウェイトコントロール
 ******************************/
#weightcontrol {
    background: #DFEEF6;
    padding-top: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.3);
    padding-bottom: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.3);
}
#weightcontrol .flex.column {
    align-items: center;
}
#weightcontrol h2 {
    font-size: 4.0rem;
    font-weight: 600;
    color: #3A4E84;
    display: block;
    text-align: center;
    margin-bottom: calc(clamp(1.25rem, 0.73rem + 2.22vw, 2.625rem)*1.2);
}
span.line-dec {
    font-size: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0px 8px;
}
span.line-dec::before {
    content: "";
    width: 34px;
    height: 3px;
    transform: rotate(70deg);
    box-sizing: border-box;
    background-color: #3A4E84;
    border-radius: 5px;
}
span.line-dec::after {
    content: "";
    width: 34px;
    height: 3px;
    transform: rotate(-70deg);
    box-sizing: border-box;
    background-color: #3A4E84;
    border-radius: 5px;
}
span.line-dec2 {
    font-size: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.line-dec2::before {
    content: "";
    width: 25px;
    height: 3px;
    transform: rotate(55deg) translateX(23px) translateY(-22px);
    box-sizing: border-box;
    background-color: #3A4E84;
    border-radius: 5px;
}
span.line-dec2::after {
    content: "";
    width: 25px;
    height: 3px;
    transform: rotate(304deg) translateX(-22px) translateY(-22px);
    box-sizing: border-box;
    background-color: #3A4E84;
    border-radius: 5px;
}
#weightcontrol h3 {
    font-size: 3.4rem;
    font-weight: 600;
    color: #2D9DC1;
    display: inline-block;
    text-align: center;
    margin-bottom: calc(1.6rem);
}
#weightcontrol h3 .bold {
    font-size: 4.0rem;
}
#weightcontrol h3 .small {
    font-size: 3.2rem;
}
#weightcontrol .text:first-of-type {
    margin-bottom: 0.5em;
}
.pattern_wrap {
    width: 100%;
    gap: 36px;
    margin-bottom: calc(1.6rem * 1.5);
}
.situation {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    flex: 1;
    width: 100%;
    padding: 8px;
}
#pattern01 .situation {
    background: #646464;
    border: 2px solid #646464;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
#pattern02 .situation {
    background: #0F7DCD;
    border: 2px solid #0F7DCD;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.inner {
    flex: 2;
    width: 100%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#pattern01 .inner {
    border: 2px solid #646464;
    border-top: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
#pattern02 .inner {
    border: 2px solid #0F7DCD;
    border-top: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.box {
    flex: 1;
}
#weightcontrol .figure .wrap {
    margin-bottom: calc(1.6rem * 2);
}
.inner ul {
    font-size: 2.0rem;
    line-height: 1.3;
    font-weight: 500;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.inner ul li {
    margin-bottom: 0.5em;
}
.inner ul li:last-of-type {
    margin-bottom: 0;
}
#pattern01 .inner ul li::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("/fund/gold_allocation/images/icon_face01.svg");
    background-size: contain;
    background-position: center top; /* 中央揃え、上から表示 */
    background-repeat: no-repeat;
    margin-right: 0.5em;
    aspect-ratio: 1 / 1;
    vertical-align: middle;
    transform: translateY(-1.5px);
}
#pattern02 .inner ul li:first-of-type {
    margin-top: 0.25em;
}
#pattern02 .inner ul li::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("/fund/gold_allocation/images/icon_face02.svg");
    background-size: contain;
    background-position: center top; /* 中央揃え、上から表示 */
    background-repeat: no-repeat;
    margin-right: 0.5em;
    aspect-ratio: 1 / 1;
    vertical-align: middle;
    transform: translateY(-1.5px);
}
#pattern02 .inner ul {
    color: #0CA26C;
    text-indent: -1.6em;
    padding-left: 1.6em;
}
/*******************************
 *  タブ
 ******************************/
.tabBlock {
    width: 100%;
    max-width: 994px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
label {
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.icon-zensekai::before {
    content: '';
    display: inline-block;
    width: 3.4rem;
    height: 3.6rem;
    background-image: url("/fund/gold_allocation/images/icon_zensekai.svg");
    background-size: contain;
    background-position: center top; /* 中央揃え、上から表示 */
    background-repeat: no-repeat;
    margin-right: 12px;
    aspect-ratio: 1 / 1;
    vertical-align: middle;
}
.icon-nihon::before {
    content: '';
    display: inline-block;
    width: 3.0rem;
    height: 3.5rem;
    background-image: url("/fund/gold_allocation/images/icon_nihon.svg");
    background-size: contain;
    background-position: center top; /* 中央揃え、上から表示 */
    background-repeat: no-repeat;
    margin-right: 12px;
    aspect-ratio: 1 / 1;
    vertical-align: middle;
}
.icon-zensekai {
    padding-right: 1em;
}
* .contents h4 {
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
}
#content1 h4, #content3 h4, #content5 h4 {
    color: #3B4B78;
}
#content2 h4, #content4 h4, #content6 h4 {
    color: #275A48;
}
.period {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}
#content3 h5, #content4 h5, #content5 h5, #content6 h5 {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    margin-top: 32px;
}
#content5 h5, #content6 h5 {
    margin-top: 0;
}
#content3 .period, #content4 .period, #content5 .period, #content6 .period {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
}
#content5 .period, #content6 .period {
    display: inline-block;
}
#content5 .text, #content6 .text {
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}
#content5 ul.legend, #content6 ul.legend {
    font-size: 1.2rem;
    font-weight: 500;
    vertical-align: middle;
    color: #595959;
    margin-top: 0.5em;
}
#content5 ul.legend li, #content6 ul.legend li {
    margin-right: 1.5em;
}
#content5 ul.legend li:last-of-type, #content6 ul.legend li:last-of-type {
    margin-right: 0;
}
#content5 ul.legend li::before, #content6 ul.legend li::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}
#content5 ul.legend li:first-of-type::before {
    content: '';
    width: 24px;
    height: 3px;
    background-color: #62B6F1;
    border-radius: 6px;
}
#content6 ul.legend li:first-of-type::before {
    content: '';
    width: 24px;
    height: 3px;
    background-color: #0CA26C;
    border-radius: 6px;
}
#content5 ul.legend li:nth-of-type(2)::before, #content6 ul.legend li:nth-of-type(2)::before {
    content: '';
    width: 24px;
    height: 3px;
    background-color: #999999;
    border-radius: 6px;
}
#content5 ul.legend li:last-of-type::before, #content6 ul.legend li:last-of-type::before {
    content: '';
    width: 24px;
    height: 10px;
    background-color: #FFF2CC;
}
.graph {
    width: 90%;
}
.graph img {
    width: 100%;
    margin: 32px 0;
}
#weightcontrol .figure .wrap {
    width: 100%;
}
#content5 .graph img, #content6 .graph img {
    margin-bottom: 0;
}
#content5 .note2, #content6 .note2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
input[type="radio"] {
    display: none;
}
.tabs {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.icon-zensekai, .icon-nihon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    color: #fff;
    z-index: 1; /* SVGより前面に表示 */
}
.tab {
    position: relative;
    flex: 1 1 auto; /* 幅可変、フレックス対応 */
    max-width: calc(50%);
    min-width: 100px;
    aspect-ratio: 8 / 1; /* 高さを幅に応じて調整 */
    cursor: pointer;
}
.tab:hover {
    opacity: 0.5;
}
.tab-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 初期＆非選択状態 */
#tab2:not(:checked) ~ .tabs label[for="tab2"] {
    color: #ddd;
}
/* 選択タブの色 */
#tab1:checked ~ .tabs label[for="tab1"] {
    color: #fff;
}
#tab1:checked ~ .tabs label[for="tab2"] {
    color: #fff;
}
#tab2:checked ~ .tabs label[for="tab2"] {
    color: #fff;
}
#tab2:checked ~ .tabs label[for="tab1"] {
    color: #fff;
}
/* グレーの方にhoverしたときだけ表示 */
#tab1:checked ~ .tabs label[for="tab2"]:hover::after {
    opacity: 0.5;
}
#tab2:checked ~ .tabs label[for="tab1"]:hover::after {
    opacity: 0.5;
}
/* コンテンツ切替 */
#content1, #content3, #content5 {
    border-top-right-radius: 12px;
    background: #3F5AA7;
}
#content2, #content4, #content6 {
    border-top-left-radius: 12px;
    background: #339876;
}
.contents {
    background: #9c9c9c;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    margin-top: -1px;
	z-index: 1;
}
.content {
    display: none;
    padding: 10px;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-top: -1px;
}
.content div.flex.column {
    border-radius: 8px;
    background: #fff;
    padding: 32px;
}
#tab1:checked ~ .contents #content1, #tab2:checked ~ .contents #content2 {
    display: block;
}
/* グレーの方にhoverしたときだけ表示 */
#tab3:checked ~ .tabs label[for="tab4"]:hover::after {
    opacity: 0.5;
}
#tab4:checked ~ .tabs label[for="tab3"]:hover::after {
    opacity: 0.5;
}
/* コンテンツ切替 */
#tab3:checked ~ .contents #content3, #tab4:checked ~ .contents #content4 {
    display: block;
}
/* グレーの方にhoverしたときだけ表示 */
#tab5:checked ~ .tabs label[for="tab6"]:hover::after {
    opacity: 0.5;
}
#tab6:checked ~ .tabs label[for="tab5"]:hover::after {
    opacity: 0.5;
}
/* コンテンツ切替 */
#tab5:checked ~ .contents #content5, #tab6:checked ~ .contents #content6 {
    display: block;
}
/*******************************
 *  表 table
 ******************************/
#content5 table, #content6 table {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: calc(14px * 2);
}
#content5 tbody, #content6 tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    align-items: stretch;
}
#content5 tbody:first-of-type {
    border-bottom: 1px solid #eceff6;
}
#content6 tbody:first-of-type {
    border-bottom: 1px solid #EBF5F1;
}
#content5 tr, #content6 tr {
    display: flex;
    align-items: center;
}
#content5 th, #content5 td, #content6 th, #content6 td {
    padding: 0.5em;
    text-align: center;
}
#content5 th.left, #content5 td.left, #content6 th.left, #content6 td.left {
    text-align: left;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
}
#content5 th.left .small-graph-td2, #content5 td.left .small-graph-td2, #content6 th.left .small-graph-td2, #content6 td.left .small-graph-td2 {
    font-size: 1.2rem;
    vertical-align: baseline;
    color: #3E3E3E;
}
.midashi th {
    font-weight: 600;
    color: #fff;
    font-size: 1.4rem;
}
.midashi th .small {
    font-size: 1.2rem;
}
.zensekai tr:nth-child(2n+1) {
    background: #ECEFF6;
}
.nihon tr:nth-child(2n+1) {
    background: #EBF5F1;
}
.zensekai tr.midashi {
    background: #3F5AA7;
}
.nihon tr.midashi {
    background: #339876;
}
#content5 tr:nth-child(n+2) td:nth-child(n+2), #content6 tr:nth-child(n+2) td:nth-child(n+2) {
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #3E3E3E;
}
#content5 tr:nth-child(n+2) td:nth-child(n+2) .small-graph-td, #content6 tr:nth-child(n+2) td:nth-child(n+2) .small-graph-td {
    font-size: 1.0rem;
    font-weight: 500;
}
#content5 th, #content5 td, #content6 th, #content6 td {
    flex: 1;
    min-width: calc(50px);
}
#content5 th:first-of-type, #content6 th:first-of-type, #content5 td:first-of-type, #content6 td:first-of-type {
    flex: 5;
    min-width: 50%;
}
/*******************************
 *  fundMore
 ******************************/
#fundMore {
    padding-top: 32px;
    border-top: 2px solid #0CA26C;
    background: #fff;
}
.fundMoreTitle {
    font-size: 3.2rem;
    font-weight: bold;
    color: #0CA26C;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.4;
}
#fundMore .wrap {
    padding: 32px 24px;
    width: 100%;
}
#fundMore .wrap.zensekai {
    background-color: #3F5AA7;
}
#fundMore .wrap.nihon {
    background-color: #339876;
}
.fundMoreUnit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
    max-width: 90%;
    margin: 0 auto;
    gap: 24px;
}
.fundMoreUnit_title {
    color: #FFFFFF;
    font-size: clamp(1.6rem, 1.6vw, 2.2rem);
    font-weight: bold;
    /*width: 160px;*/
    z-index: 2;
    position: relative;
    line-height: 1.3;
}
.zensekai .fundMoreUnit_title::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url("/fund/gold_allocation/images/icon_zensekai.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -0.5em;
    transform: translateY(-50%);
    opacity: 0.2;
}
.nihon .fundMoreUnit_title::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: auto;
    background-image: url("/fund/gold_allocation/images/icon_nihon.svg");
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -0.5em;
    transform: translateY(-50%);
    opacity: 0.2;
}
.fundMoreUnit_list {
    display: flex;
    width: 100%;
    gap: 1em;
}
.fundMoreUnit_list .item {
    flex: 1;
    min-width: 17em;
}
.fundMoreUnit_list .item a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    white-space: nowrap;
}
.fundmore-btn {
    background: #fff;
    font-size: clamp(1.4rem, 1.3vw, 1.8rem);
    padding: 0.8em 1em;
    box-sizing: border-box;
    border-radius: 100px;
    font-weight: 600;
    transition: 0.25s ease;
}
.fundmore-btn:hover {
    opacity: 0.5;
    transform: translateY(-4px);
    transition: 0.25s ease;
}
.zensekai .fundmore-btn {
    color: #3F5AA7;
    box-shadow: 2px 3px 0 0 #22325E;
}
.nihon .fundmore-btn {
    color: #339876;
    box-shadow: 2px 3px 0 0 #275A48;
}
.outside::after {
    content: "open_in_new";
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-size: 1em; /* サイズは任意に調整可 */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: #C1C1C1;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 0.25em;
    transform: translateY(-1px);
}
.btn1::before {
    content: "info";
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-size: 1.2em; /* サイズは任意に調整可 */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: #C1C1C1;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 0.25em;
    transform: translateY(-2px);
}
.btn2::before {
    content: "news";
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-size: 1.2em; /* サイズは任意に調整可 */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: #C1C1C1;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 0.25em;
    transform: translateY(-2px);
}
.btn3::before {
    content: "apartment";
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-size: 1.2em; /* サイズは任意に調整可 */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: #C1C1C1;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 0.25em;
    transform: translateY(-2px);
}
.zensekai .btn1::before, .zensekai .btn2::before, .zensekai .btn3::before {
    color: #3F5AA7;
}
.nihon .btn1::before, .nihon .btn2::before, .nihon .btn3::before {
    color: #339876;
}
/*******************************
 *  fundCation
 ******************************/
#notes {
    background: #fff;
}
.fundCation {
    padding: 48px 0;
}
.fundCation:not(:last-of-type) {
    padding-bottom: 0;
}
.fundCationUnit {
    max-width: 1040px;
    margin: 0 auto;
}
.fundCationUnit.isAncher {
    margin-top: -105px;
}
.fundCationUnit + .fundCationUnit {
    margin-top: 80px;
}
.fundCationUnit + .fundCationUnit.isAncher {
    margin-top: -25px;
}
.fundCationUnit > * + * {
    margin-top: 24px;
}
.fundCationUnit.flex.column {
    align-items: center;
}
.fundCationUnitTitle {
    display: inline-block;
    border-radius: 100px;
    padding: 4px 34px;
    font-size: 2.2rem;
    background: #fff;
    color: #3A4E84;
    border: 3px solid #3A4E84;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.fundCationUnitSubTitle {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.56;
}
.fundCationUnitText {
    font-size: 1.6rem;
    line-height: 1.56;
}
.fundCationUnitCategory {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.56;
    margin: 32px 0 -10px;
}
.fundCationUnitList {
    font-size: 1.6rem;
    line-height: 1.56;
}
.fundCationUnitList li {
    position: relative;
    padding-left: 1.5em;
    color: #646464;
}
.fundCationUnitList li + li {
    margin-top: 0.6em;
}
.fundCationUnitList.note li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.fundCationUnitList.num {
    counter-reset: num;
}
.fundCationUnitList.num li {
    padding-left: 2.2em;
}
.fundCationUnitList.num li::before {
    content: "＊"counter(num);
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0;
}
.fundCationUnitList.blue-circle li::before {
    content: '';
    width: 0.9em;
    height: 0.9em;
    line-height: 1;
    background: url("/fund/gold_allocation/images/icon_blue-circle.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    transform: translateY(4px);
}
.fundCationUnitTable_table {
    width: 100%;
}
.fundCationUnitTable_table thead th {
    position: relative;
    padding: 4px 0;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}
.fundCationUnitTable_table thead th:nth-child(2) {
    background-color: #0168B7;
}
.fundCationUnitTable_table thead th:nth-child(3) {
    background-color: #0CA26C;
}
.fundCationUnitTable_table thead th:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #FFFFFF;
}
.fundCationUnitTable_table tbody th {
    padding: 16px 0;
}
.fundCationUnitTable_table tbody tr {
    border-bottom: 1px solid #CCCCCC;
}
.fundCationUnitTable_table tbody tr:nth-child(1) {
    border-top: none;
}
.fundCationUnitTable_table tbody th span {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.56;
    width: 64px;
    height: 64px;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fundCationUnitTable_table tbody td {
    position: relative;
    padding: 16px 0;
    line-height: 1.56;
}
.fundCationUnitTable_table tbody td:not([colspan]):nth-child(2) {
    padding-right: 16px;
}
.fundCationUnitTable_table tbody td:nth-child(3) {
    padding-left: 16px;
}
.fundCationUnitTable_table tbody td:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    height: calc(100% - 32px);
    width: 1px;
    background-color: #DDDDDD;
}
.fundCationUnitTable_table tbody td .title {
    font-size: 1.6rem;
    font-weight: bold;
}
.fundCationUnitTable_table tbody td .text {
    font-size: 1.4rem;
    margin-top: 4px;
}
.fundCationUnitTable_table tbody td .note {
    font-size: 1.2rem;
    color: #333333;
    margin-top: 4px;
}
.fundCationTradename {
    text-align: right;
    color: #646464;
}
.fundCationTradename_text {
    display: inline-block;
    text-align: left;
}
.fundCationTradename_text dt {
    float: left;
}
.fundCationTradename_text dd.idx {
    padding-left: 5.0em;
}
.fundCationTradename_text dd:after {
    content: "";
    display: table;
    clear: both;
}
/*******************************
 *  menu
 ******************************/
/* 共通部分 */
#topmenu {
    width: 100%;
    background: #207ABA;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
/* ハンバーガー */
.hamburger {
    display: none;
    position: fixed;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 1001;
}
.hamburger span {
    display: block;
    height: 4px;
    margin-bottom: 3px;
    background-color: #333; /* デフォルトは黒 */
    transition: all 0.3s ease;
    z-index: 1001;
}
#topmenu .flex {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    font-size: 1.6rem;
}
#topmenu ul li {
    text-align: center;
    position: relative;
    flex: 1;
}
#topmenu ul li a {
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    flex-direction: column;
    height: 100%;
    padding: 6px 0 4px 0;
}
#topmenu .menu-style01 {
    font-family: "Oswald", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
    font-size: 0.9em;
}
#topmenu ul li a:hover {
    opacity: 0.5;
    background: #4B9ED9;
}
#topmenu ul li::before {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
#topmenu ul li:last-child::after {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
@media screen and (max-width: 975px) {
    #KV {
        margin-top: 42px;
    }
    #topmenu, #topmenu .small {
        font-size: 1.2rem;
    }
}
/* スマホ用（767px以下） */
@media screen and (max-width: 767px) {
    #topmenu ul li::before {
        content: none;
    }
    #topmenu ul li:last-child::after {
        content: none;
    }
    #topmenu, #topmenu .small {
        font-size: 1.6rem;
    }
    #topmenu .flex {
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
    #topmenu ul li {
        flex: 1;
        display: flex; /* aをflex子要素に */
        height: 100%;
    }
    #topmenu ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1; /* li内でいっぱいに広がる */
        line-height: 1.4;
        color: #fff;
        width: 100%;
        height: 100%;
        padding: 4px;
        text-decoration: none;
        text-align: center;
        box-sizing: border-box;
    }
    .hamburger {
        display: block;
        padding: 8px;
    }
    .hamburger span {
        background-color: #003366; /* スマホでは紺色に */
    }
    .menu-list {
        display: none;
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: #207ABA; /* ハンバーガーメニューの背景 */
        z-index: 1000;
        flex-direction: column;
        justify-content: flex-start;
        /*padding: 60px 20px;*/
        transition: right 0.4s ease;
    }
    .menu-list.is-active {
        right: 0;
    }
    .menu-list li {
        position: relative;
    }
    .menu-list li::after {
        content: '';
        width: 90%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background: rgba(255, 255, 255, 0.55);
        transform: translateX(-50%);
    }
    .menu-list li:last-of-type::after {
        content: none;
    }
}
/* 固定メニュー共通 */
.is-fixed-topmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
/* ハンバーガー閉じる時に「×」表示する */
.hamburger.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: #fff; /* 白で見やすく */
}
.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: #fff;
}
/*******************************
 *  設定日告知
 ******************************/
.info_wrap {
    display: block;
    position: absolute;
    bottom: 6.4%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
#info_date250808 {
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    padding: 10px;
    border: 2px solid #FF7171;
    border-right: 5px solid #FF7171;
    border-bottom: 5px solid #FF7171;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}
#info_date250808 .bg {
    background: #FF7171;
    font-size: 1.8rem;
    font-weight: 600;
    vertical-align: baseline;
    padding: 0.25em 2em;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
#info_date250808 .large {
    font-size: 2.6rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
#info_date250808 .text {
    font-size: 1.6rem;
    color: #1c1c1c;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
    .info_wrap {
        width: 100%;
        position: inherit;
        top: inherit;
        box-sizing: border-box;
        z-index: 1;
        display: block;
        left: inherit;
        transform: translateX(0);
        padding: 4px;
    }
    #info_date250808 {
        flex-direction: column;
        margin: 4px;
        background: rgba(255, 255, 255, 1);
        border-radius: 14px;
        border: 4px solid #FF7171;
        padding: 6px;
    }
    #info_date250808 .bg {
        width: 100%;
    }
    #info_date250808 .text {
        text-align: center;
        padding: 0.35em 0.35em 0;
        width: 100%;
    }
}
/*******************************
 *  fixedNewInfo
 ******************************/
.fixedNewInfo {
    position: fixed;
    top: 200px;
    right: 0;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 16px 0 0 16px;
    padding: 10px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 600;
}
.fixedNewInfoTitle {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
}
.fixedNewInfoUnit {
    position: relative;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 0;
    transition: 0.25s ease;
}
.fixedNewInfoUnit:hover {
    transform: translateY(-4px);
    opacity: 0.5;
}
.fixedNewInfo .zensekai {
    background: #3F5AA7;
    border: 1px solid #1D2A4D;
    margin-bottom: 8px;
}
.fixedNewInfo .nihon {
    background: #339876;
    border: 1px solid #275A48;
}
.fixedNewInfoUnit_title {
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
    color: #fff !important;
    line-height: 1.2;
    display: inline-block;
    font-weight: 600;
}
.fixedNewInfoUnit.zensekai::before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 52px;
    background-image: url("/fund/gold_allocation/images/icon_zensekai.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    opacity: 0.2;
}
.fixedNewInfoUnit.nihon::before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 52px;
    background-image: url("/fund/gold_allocation/images/icon_nihon.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    opacity: 0.2;
}
.fixedNewInfoUnit::after {
    content: "open_in_new";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    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;
    position: absolute;
    z-index: 2;
    bottom: 4px;
    right: 6px;
    color: #FCF540;
}
.fixedNewInfoTitle::before {
    content: "news";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em; /* サイズは任意に調整可 */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    z-index: 2;
    color: #1c1c1c;
    margin-right: 8px;
    vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
    .fixedNewInfo {
        top: auto !important;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        border-radius: 16px 16px 0 0;
        box-sizing: border-box;
    }
    .fixedNewInfoUnit_title {
        font-size: 1.2rem;
    }
    .fixedNewInfoUnit::after {
        font-size: 18px;
    }
    .fixedNewInfoTitle span::after {
        content: "keyboard_arrow_down";
        font-family: 'Material Symbols Outlined';
        font-style: normal;
        font-size: 1.5em; /* サイズは任意に調整可 */
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        color: #292929;
        font-weight: 400;
        vertical-align: middle;
        margin-right: 0.5em;
        transform: translateY(-1px);
    }
    .fixedNewInfoUnit_wrap {
        display: flex;
        flex-direction: row;
        gap: 16px;
        /* margin-top: 10px;*/
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease;
    }
    .fixedNewInfo.is-active .fixedNewInfoUnit_wrap {
        max-height: 300px; /* 内容の高さに合わせて適宜調整 */
    }
    .fixedNewInfoUnit {
        flex: 1;
        margin-bottom: 0;
        display: block;
    }
    .fixedNewInfoUnit:hover {
        transform: translateY(0);
        opacity: inherit;
    }
    .fixedNewInfo .zensekai {
        margin-bottom: 0;
    }
}
/*******************************
 *  バナー
 ******************************/
#banner img {
    width: 100%;
}
#banner-wrap {
    position: fixed;
    left: 14px; /* ← 変更箇所 */
    bottom: 14px;
    z-index: 999;
}
/* バナーの基本スタイル */
#banner {
    position: relative;
    width: 15vw;
    max-width: 230px;
    min-width: 200px;
    transition: opacity 0.3s ease;
}
/* 閉じるボタン */
.banner-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
	z-index: 600;
}
.banner-close::before, .banner-close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #3E3E3E;
    transform-origin: center;
}
.banner-close::before {
    transform: rotate(45deg);
}
.banner-close::after {
    transform: rotate(-45deg);
}
/* チェックが入ったらバナー非表示 */
#banner-toggle:checked + #banner {
    display: none;
}
/*******************************
 *  改行
 ******************************/
br.pc {
    display: block;
}
br.sp {
    display: none !important;
}
br.min-sp {
    display: none !important;
}
@media screen and (max-width: 767px) {
    br.pc {
        display: none !important;
    }
    br.sp {
        display: block !important;
    }
}
@media screen and (max-width: 320px) {
    br.min-sp {
        display: block !important;
    }
}
/*******************************
 *  SP
 ******************************/
@media screen and (max-width: 767px) {
    /*汎用*/
    .sp-flex-column {
        flex-direction: column;
        align-items: center;
    }
    #wrap #mainArea {
        padding-top: 0;
    }
    #concept .sectionBlockInner h2, #point .sectionBlockInner h2, #backtestdata .sectionBlockInner h2 {
        font-size: 1.2rem;
        padding: 4px 2em;
    }
    #concept .sectionBlockInner h2 {
        padding-top: 1px;
        padding-bottom: 1px;
        border: 2px solid #fff;
    }
    #backtestdata .sectionBlockInner h2 {
        border: 2px solid #3E3E3E;
    }
    #feature .text, #reference .text, #backtestdata .text, #weightcontrol .text {
        font-size: clamp(1.6rem, 2.3vw, 1.8rem);
        text-align: justify;
        word-break: break-all;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: calc(1.6rem * 1.5);
    }
    .figure h4 {
        font-size: clamp(1.6rem, 3.1vw, 2.4rem);
    }
    * .contents h4 {
        font-size: clamp(1.7rem, 3.6vw, 2.8rem);
        line-height: 1.3;
    }
    #content3 .period, #content4 .period, #content5 .period, #content6 .period, .period {
        font-size: clamp(1.4rem, 2.08vw, 1.6rem);
    }
    #content3 h5, #content4 h5, #content5 h5, #content6 h5 {
        font-size: clamp(1.7rem, 2.6vw, 2.0rem);
        margin-top: clamp(1.7rem, 3.6vw, 2.8rem);
    }
    .graph img {
        margin: calc(1.6rem * 1.2) 0;
    }
    /*各エリア*/
    h1 img.pc {
        display: none;
    }
    h1 img.sp {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    h1 {
        width: 108%;
        max-width: inherit;
    }
    #KV {
        margin-top: 0;
        position: relative;
    }
    #KV .sectionBlockInner {
        position: inherit;
    }
    #KV::before {
        position: absolute;
        width: 100%;
        height: 118px;
        background-color: #071C40;
    }
    .KV_block {
        width: 100%;
    }
    .copy {
        width: 100%;
        padding: 13px 10px;
        margin: 0;
    }
    .copy img.pc {
        display: none;
    }
    .copy img.sp {
        display: block;
        /*min-width: 330px;*/
    }
    .bg_outside::before {
        display: none;
    }
    .bg_outside {
        background: #222d68;
        position: relative;
        width: 100%;
    }
    #banner {
        min-width: 146px;
    }
    .banner-close {
        top: -40px;
        right: inherit;
        left: 0;
        width: 32px;
        height: 32px;
    }
    .fixedNewInfoUnit {
        box-shadow: none;
    }
    #concept {
        display: block;
        width: 100%;
    }
    #concept .text {
        font-size: clamp(1.8rem, 3.12vw, 2.4rem);
    }
    #concept .small {
        font-size: clamp(1.6rem, 2.9vw, 1.8rem);
    }
    #concept .text .bold {
        font-size: clamp(2.0rem, 4vw, 2.6rem);
    }
    #concept .sectionBlockInner {
        padding-top: calc(clamp(1rem, 0.385rem + 2.62vw, 2.625rem) * 1);
        padding-bottom: calc(clamp(1rem, 0.385rem + 2.62vw, 2.625rem) * 2);
        padding-right: 12px;
        padding-left: 12px;
    }
    .point01::after, .point02::after {
        top: 2.2rem;
        right: 2rem;
    }
    .point01::before, .point02::before {
        top: 2rem;
        left: 0.9em;
        transform: scale(0.8);
    }
    #point h3 {
        font-size: 2.6rem;
    }
    #point .text {
        bottom: 1rem;
    }
    #point .point02 .text {
        font-size: 1.8rem;
    }
    #point .text, #point .point02 .text .bold {
        font-size: 2.2rem;
    }
    .point_illust {
        width: 55%;
    }
    .point01 .point_illust {
        transform: translateX(-50%) translateY(-65%);
    }
    .point02 .point_illust {
        transform: translateX(-53%) translateY(-56%);
    }
    .pointBlock {
        min-width: 290px;
        width: 100%;
        max-width: 352px;
    }
    #feature.sectionBlock, #reference.sectionBlock, #weightcontrol.sectionBlock {
        padding: 24px 12px;
        margin: 0 auto;
    }
    #feature .sectionBlockInner, #reference .sectionBlockInner, #weightcontrol .sectionBlockInner {
        max-width: 100%;
        padding: 16px;
        border-radius: 16px;
    }
    #feature h2 {
        font-size: clamp(2.2rem, 4.17vw, 3.2rem);
    }
    #feature h2 .small {
        font-size: clamp(1.4rem, 2.86vw, 2.2rem);
        margin-right: clamp(1.8rem, 3.6vw, 2.8rem);
    }
    #POINT01 .small::after {
        width: clamp(1.4rem, 2.86vw, 2.2rem);
        height: clamp(1.2rem, 2.34vw, 1.8rem);
    }
    #POINT02 .small::after {
        width: clamp(1.6rem, 2.86vw, 2.2rem);
        height: clamp(1.4rem, 2.34vw, 1.8rem);
    }
    #feature h3 {
        font-size: clamp(2.2rem, 4.95vw, 3.8rem);
    }
    #feature #POINT02 h3 {
        font-size: clamp(1.8rem, 3.6vw, 2.8rem);
    }
    #feature #POINT02 h3 .darkblue {
        font-size: clamp(2.2rem, 4.95vw, 3.8rem);
    }
    #reference h2 {
        font-size: clamp(2.2rem, 4.17vw, 3.2rem);
    }
    #reference .text2 {
        font-size: clamp(1.6rem, 2.6vw, 2.0rem);
    }
    #reference h2 .large {
        font-size: clamp(2.2rem, 4.95vw, 3.8rem);
    }
    #backtestdata {
        padding: 24px 28px;
    }
    #backtestdata .tabBlock {
        max-width: 100%;
    }
    #weightcontrol h2 {
        font-size: clamp(2.2rem, 5.2vw, 4.0rem);
        line-height: 1.3;
    }
    #weightcontrol h3 {
        font-size: clamp(2.4rem, 4.43vw, 3.4rem);
        line-height: 1.3;
    }
    #weightcontrol h3 .bold {
        font-size: clamp(2.6rem, 5.2vw, 4.0rem);
    }
    #reference h2 .line {
        padding: 0 0 2px 0;
    }
    #backtestdata .text {
        margin-bottom: clamp(1.6rem, 2.6vw, 2.0rem);
    }
    #weightcontrol h3 .small {
        font-size: clamp(2.2rem, 4.17vw, 3.2rem);
    }
    label {
        font-size: clamp(1.4rem, 0.163rem + 3.57vw, 3rem);
    }
    .icon-zensekai::before, .icon-nihon::before {
        width: clamp(1.6rem, 0.163rem + 4vw, 3.5rem);
        height: clamp(1.6rem, 0.163rem + 4vw, 3rem);
        margin-right: 8px;
    }
    .contents {
        margin-top: -1px;
        z-index: 1;
    }
    .content div.flex.column {
        padding: clamp(1.2rem, 2.0vw, 1.6rem);
    }
    .tab {
        aspect-ratio: 6 / 1;
    }
    .graph {
        width: 100%;
    }
    .content {
        padding: 6px;
    }
    #content5 h5, #content6 h5 {
        margin-top: 0;
    }
    #content5 th:first-of-type, #content6 th:first-of-type, #content5 td:first-of-type, #content6 td:first-of-type {
        flex: 3;
        min-width: 35%;
    }
    #content5 tr:nth-child(n+2) td:nth-child(n+2), #content6 tr:nth-child(n+2) td:nth-child(n+2) {
        font-size: 1.6rem;
    }
    #content5 tr:nth-child(n+2) td:nth-child(n+2) .small-graph-td, #content6 tr:nth-child(n+2) td:nth-child(n+2) .small-graph-td {
        font-size: 1.0rem;
    }
    #content5 ul.legend li, #content6 ul.legend li {
        margin-right: 0;
    }
    #content5 th, #content5 td, #content6 th, #content6 td {
        padding: 4px 6px;
    }
    #weightcontrol .box {
        width: 100%;
    }
    #backtestdata .text.scroll-icon {
        display: block;
        text-align: center;
        color: #292929;
        font-size: clamp(1.2rem, 2.3vw, 1.8rem);
    }
    #backtestdata .text.scroll-icon::before {
        content: "swipe";
        font-family: 'Material Symbols Outlined';
        font-style: normal;
        font-size: 1.5em; /* サイズは任意に調整可 */
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        color: #292929;
        font-weight: 400;
        vertical-align: middle;
        margin-right: 0.5em;
        transform: translateY(-1px);
    }
    table {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    tbody {
        min-width: 654px; /* テーブルの内容に応じて調整 */
    }
    .situation {
        font-size: clamp(1.6rem, 2.3vw, 1.8rem);
    }
    .inner ul {
        font-size: clamp(1.6rem, 2.3vw, 1.8rem);
    }
    .pattern_wrap {
        gap: 16px;
        margin-bottom: calc(1.6rem * 1);
    }
    .fundMoreUnit, .fundMoreUnit_list {
        flex-direction: column;
    }
    .fundMoreTitle {
        font-size: clamp(1.6rem, 2.86vw, 2.2rem);
        text-align: center;
    }
    .fundMoreUnit_title {
        font-size: clamp(2.0rem, 2.86vw, 2.2rem);
    }
    .fundMoreUnit {
        max-width: 100%;
    }
    #drawerMenu {
        padding-bottom: 0;
    }
    .fundCationUnit.flex.column {
        width: 100%;
        padding: 24px 12px;
    }
    .fundCationUnitList li {
        text-align: justify;
        word-break: break-all;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .fundCationTradename {
        margin-right: 12px;
    }
    .fundCation {
        padding-top: 0;
    }
    #pattern02 .inner ul {
        text-indent: -1.5em;
        padding-left: 1.5em;
    }
    .inner ul li {
        text-indent: -1.5em;
        padding-left: 0;
        word-break: break-all;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .zensekai .fundMoreUnit_title::after, .nihon .fundMoreUnit_title::after {
        width: 88px;
    }
    a.pointBlock:hover {
        opacity: inherit;
        transform: translateY(0);
    }
    .tab:hover {
        opacity: 1;
    }
    .fundMoreUnit_list .item a:hover {
        opacity: inherit;
        transform: translateY(0);
    }
}
@media screen and (max-width: 620px) {
    .tab {
        aspect-ratio: 5 / 1;
    }
    span.line-dec2 {
        transform: scale(0.7);
        margin-bottom: -6px;
    }
}
@media screen and (max-width:425px) {
    span.line-dec2 {
        transform: scale(0.6);
        margin-bottom: -6px;
    }
    .fixedNewInfoUnit {
        padding: 4px;
    }
    .figure .wrap .figure01_sub {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 374px) {
    #info_date250808 .text {
        font-size: 1.4rem;
    }
    .icon-zensekai::before, .icon-nihon::before {
        margin-right: 4px;
    }
    .fixedNewInfoUnit_title {
        letter-spacing: -1px;
    }
    .fixedNewInfoUnit::after {
        font-size: 1.2rem;
    }
}
#content5 table {
    --sb-track-color: #fbfbfb;
    --sb-thumb-color1: #bec6df;
    --sb-size: 12px;
}
#content5 table::-webkit-scrollbar {
    width: var(--sb-size)
}
#content5 table::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 8px;
}
#content5 table::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color1);
    border-radius: 8px;
    border: 3px solid #ffffff;
}
@supports not selector(::-webkit-scrollbar) {
    #content5 table {
        scrollbar-color: var(--sb-thumb-color1) var(--sb-track-color);
    }
}
#content6 table {
    --sb-track-color: #fbfbfb;
    --sb-thumb-color: #bedfcb;
    --sb-size: 12px;
}
#content6 table::-webkit-scrollbar {
    width: var(--sb-size)
}
#content6 table::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 8px;
}
#content6 table::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 8px;
    border: 3px solid #ffffff;
}
@supports not selector(::-webkit-scrollbar) {
    #content6 table {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
}
/* 共通スタイル */
.animate-on-scroll {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animate-on-scroll.is-visible {
    opacity: 1;
    transform: none;
    &.delay-0 {
        transition-delay: 0.1s;
    }
    &.delay-1 {
        transition-delay: 0.2s;
    }
    &.delay-2 {
        transition-delay: 0.3s;
    }
    /* 必要に応じて増やす */
}
/* 各方向の初期位置 */
.fade-in-top {
    transform: translateY(-20px);
}
.fade-in-bottom {
    transform: translateY(20px);
}
.fade-in-left {
    transform: translateX(-20px);
}
.fade-in-right {
    transform: translateX(20px);
}
/* 画面内に入ったときのスタイル */
.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0);
}