@charset "utf-8";

html {
    scroll-behavior: smooth;
}

ol {
    list-style: true;
    padding-left: 20px;
}

ul {
    padding-left: 20px;
}

/* bodyの設定-------------- */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    overflow-x: hidden;
}

/*---------fadein-------*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* header---------- */
header {
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
}

h1 {
    padding-left: 10%;
    box-sizing: border-box;
    height: 80px;
}

/* navの設定---------------- */
nav.global ul {
    justify-content: space-between;
    margin-top: -15px;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

nav.global ul li {
    width: auto;
    /* アニメーションの速度設定 */
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

nav.global ul li a {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: bolder;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.3s;
}

nav.global ul li a:hover {
    color: #999;
}

/* --------page_top---------- */
#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 999;
}

#page_top a {
    width: 60px;
    height: 60px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f139';
    font-size: 50px;
    color: #9ed8f6;
}

/* --------メインビジュアル-------- */
.main-visual img {
    width: 100%;
    height: auto;
    z-index: 0;
}

.copy p {
    color: #000060;
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    top: 13%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 1.6em;
}

.tytle {
    font-size: 60px;
    line-height: 1.5em;
    font-weight: bold;
}

.ms{
    display: none;
}

/* main-------------------- */
main {
    max-width: 1000px;
    margin: 0 auto;
}

figure {
    text-align: center;
    margin-bottom: 30px;
}

figcaption {
    font-size: 0.8em;
    text-align: left;
    margin-top: 10px;
}

.caption {
    font-size: 0.8em;
    text-align: left;
}

.y-caption {
    clear: both;
    font-size: 0.8em;
    color: #f00;
    text-align: left;
}

/* section-------- */
section {
    margin-top: 80px;
}

h2 {
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.2em;
    
}

h2 span{
    border-bottom: 5px dotted #9ed8f6;
    padding: 8px 1em;
}

.introduction p {
    font-size: 1.1em;
    line-height: 2.5em;
    font-weight: 600;
    text-align: center;
}

.mt80{
    margin-top: 80px;
}

.bunsan{
    text-align: center;
}

.bunsan p{
    text-align: left;
    line-height: 2em;
}

.about{
    text-align: center;
}

.about p{
    text-align: left;
    line-height: 2em;
}

.about .caption,.about .y-caption{
    padding-left: 50px;
}

h3 {
    text-align: left;
    font-size: 1.3em;
    font-weight: 600;
    color: #2db9ff;
    line-height: 1.8em;
    margin-top: 80px;
    margin-bottom: 30px;
}

.column h3{
    color: #fff;
    margin-top: 0;
    border-bottom: 2.5px dotted #023894;
}

.column h3 span{
    color: #023894;
}

/* .about h3:before{
    content: url(../img/p_obi_01.png);
    margin-right: 15px;
    position: relative;
    top: 15px;
} */

.column{
    background-color: #76aede;
    padding: 20px;
    margin-top: 80px;
    border-radius: 20px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.columnp{
    color: #fff;
}

.pt40 {
    padding-top: 40px;
}

ul li {
    line-height: 2.1em;
    margin-bottom: 25px;
    text-align: left;
}

.mb {
    margin-bottom: 100px;
}

.cb {
    clear: both;
}

h4 {
    text-align: center;
    margin: 50px 0 25px 0;
}

/* ----------ファンド--------- */
.features {
    margin-top: 150px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #eaf6fd;
    color: #333;
    padding: 100px 0;
    box-sizing: border-box;
    text-align: center;
}

.features h2 {
    margin-top: 20px;
}

.tokushoku img {
    float: left;
    width: 250px;
    height: auto;
    margin-bottom: 10px;
}

.tokushoku .caption{
    clear: both;
    width: 250px;
}

.features h3 {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-weight: bold;
    line-height: 1.6em;
    padding: 10px 0;
}

.features .detail {
    width: 700px;
    float: right;
    box-sizing: border-box;
}

.tokushoku {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.fundimg {
    float:left
}

.cover {
    width: 700px;
    box-sizing: border-box;
    float: right;
    text-align: right;
}

.ex {
    width: 700px;
    box-sizing: border-box;
}

.ex img{
    width: 700px;
    float: right;
}

.ex li {
    line-height: 2em;
}

.link {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 5em;
    border-bottom: solid 1px;
    transition: color 0.3s;
}

.link:hover {
    color: #bbb;
}

.haba{
    width: 1000px;
    margin: 0 auto;
}

/* -------simulation------- */
.simulation{
    text-align: center;
}

.simulation h3{
    border-bottom: #2db9ff 2px solid;
}

.simulation h3:before{
    content: url(../img/p_obi_02.png);
    margin-right: 12px;
    position: relative;
    top: 8px;
}

.simulation p{
    text-align: left;
}

.graph {
    padding-bottom: 0;
    margin-bottom: 100px;
}

.graph img{
    max-width: 100%;
}

.button img {
    box-shadow: 5px 5px 10px #666;
    transition: 0.3s;
}

.button img:hover {
    box-shadow: 20px 10px 30px #bbb;
    transform: translateY(-4px);
}

/* ------notes------- */

.fund h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    background-color: #777;
    color: #fff;
    padding-left: 20px;
    line-height: 2em;
    box-sizing: border-box;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
}

.fund p{
    font-size: 0.9em;
}

.fund p span {
    font-weight: bold;
    color: #f00;
    border-bottom: 1px solid;
}

.fund h4 {
    margin-top: 30px;
    text-align: left;
    margin-bottom: 0;
}

.right{
    text-align: right;
}

/* footer-------- */
footer {
    background-color: #000;
    margin-top: 60px;
    text-align: center;
    padding: 40px 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

small {
    color: #fff;
}

/* ----------スマホ用---------- */
@media screen and (max-width:480px) {

    header {
        padding-top: none;
        height: 48px;
        max-width: 100%;
    }

    h1 {
        padding-left: 20px;
    }

    h1 img {
        width: 50%;
        height: auto;
    }

    nav.global {
        position: fixed;
        transition: all .4s;
    }

    nav.global ul {
        display: block;
        width: 100%;
        /* margin-top: 30px; */
        padding-top: 5px;
        height: 280px;
        transition: all .4s;
    }

    nav.global ul li {
        width: auto;
        display: block;
        margin-left: -20px;
        transition: all .4s;
    }

    nav.global ul li a {
        color: #fff;
        font-size: 0.75em;
        font-weight: lighter;
        line-height: 40px;
    }

    .wrapper {
        overflow: hidden;
    }


    figure {
        margin-bottom: 0;
    }

    figcaption {
        font-size: 9px;
        line-height: 1.5;
    }

    .caption {
        font-size: 9px;
        line-height: 1.5;
    }

    /* main-visual-------- */
    .main-visual {
        margin-top: 40px;
        background-image: url(../img/mainvisual_sp.jpg);
        background-size: cover;
        height: 450px;
    }

    .main-visual img {
        display: none;
    }

    .copy {
        max-width: 90%;
        margin: 0 auto;
    }

    .copy p {
        font-size: 14px;
        top: 11%;
    }

    .tytle {
        font-size: 24px;
    }

    main {
        padding-top: 0;
    }

    /* introduction------------- */
    section {
        margin-top: 0;
    }

    .introduction {
        margin-top: 10px;
    }

    .container {
        width: 95%;
        margin: 0 auto;
    }

    .introduction p {
        margin-top: 40px;
        font-size: 11px;
        line-height: 2.1em;
        font-weight: 500;
    }

    /* section-------- */
    section {
        margin-top: 30px;
    }

    section p {
        font-size: 11px;
        line-height: 1.8em;
    }

    section ul li {
        font-size: 11px;
        line-height: 1.7em;
        margin-bottom: 15px;
    }

    h2 {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 1em;
        line-height: 1.8em;
    }

    h2 span{
        border-bottom: 4px dotted #9ed8f6;
        padding: 4px 1em;
    }

    section img{
        max-width: 100%;
    }

    h3 {
        font-size: 13px;
        line-height: 2em;
        margin-top:10px;
        margin-bottom: 15px;
        padding: 5px 0;
    }

    .pt40 {
        padding-top: 20px;
    }

    .mt80{
        margin-top: 40px;
    }

    .commentary {
        max-width: 100%;
        float: none;
    }   

    .y-caption {
        clear: both;
        font-size: 9px;
        color: #f00;
        text-align: left;
    }

    .about .y-caption{
        padding-left: 0;
    }

    .mb {
        margin-bottom: 10px;
    }

    .column{
        padding: 10px;
        margin-top: 30px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .column h3{
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 3px;
        padding: 3px 0;
    }

    .columnp{
        line-height: 1em;
    }

    h4 {
        text-align: center;
        margin: 30px 0 10px 0;
        font-size: 0.8em;
    }

    .about .caption{
        padding-left: 0;
    }

    /* ----------ファンド--------- */
    .features {
        margin-top: 10px;
        padding: 20px 10px;
    }

    .features h2 {
        margin-top: 0;
    }

    .features h3 {
        font-size: 0.9em;
        max-width: 100%;
        margin-top: 10px;
        font-size: 12px;
    }

    .fundimg{
        width: 100px;
        margin-right: 10px;
        box-sizing: border-box;
    }

    .features .detail {
        width: calc(100% - 110px);
    }

    .tokushoku {
        max-width: 100%;
        margin: 0 auto;
        margin-top: -20px;
        margin-bottom: 0;
    }

    .cover {
        width: 100%;
    }

    .ex {
        margin-top: 0;
        text-align: left;
        font-size: 0.7em;
        width: 100%
    }

    .ex img{
        width: 100%;
    }

    .link {
        font-weight: bold;
        font-size: 0.75em;
        line-height: 3em;
        border-bottom: solid 1px;
    }

    .haba{
        max-width: 100%;
    }

    /* -------simulation------- */
    .simulation {
        margin-top: 10px;
        padding-top: 0;
    }

    .simulation h3{
        margin-top: 0;
    }

    .graph {
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    .button img {
        box-shadow: 2px 2px 5px #666;
    }

    /* ------notes------- */

    .notes p {
        font-size: 0.7em;
    }

    .fund h3 {
        font-size: 0.7em;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 10px;
        line-height: 2em;
    }

    .fund p {
        font-size: 10px;
    }

    .fund h4 {
        margin-top: 20px;
        font-size: 0.8em;
    }

    /* footer-------- */
    footer {
        margin-top: 30px;
        padding: 20px 20px;
    }

    small {
        font-size: 0.5em;
    }

}

/*  ←レスポンシブ閉じタグ */