@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", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    overflow-x: hidden;
    /* border: 1px solid #fff; */
    background-color: #0b1431;
}

.wrap {
    overflow: hidden;
}

/* .wrapper{
    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);
    top: 0;
}

#title {
    margin-top: 0;
    padding-left: 8%;
    box-sizing: border-box;
    height: 100px;
}

.header-lisk{
    float: right;
    width: 100px;
}

.header-jump{
    width: 100px;
    height: 100px;
    font-size: 0.6em;
    display:flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

/* --------page_top---------- */
#page_top {
    width: 350px;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}

#page_top a {
    width: 350px;
    height: auto;
    text-decoration: none;
}

/* --------メインビジュアル-------- */
.main-visual {
    margin-top: 95px;
    height: 768px;
    overflow: hidden;
    position: relative;
}

.main-visual img {
    width: auto;
    height: 100%;
    z-index: 0;
}

.main_img {
    height: 768px;
    -webkit-animation: anime 20s 0s infinite;
    animation: anime 20s 0s infinite;
}
.main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

@keyframes anime {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    95% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
    }
}

.copy p {
    color: #fff;
    position: relative;
    font-weight: 600;
    top: 13%;
}

.mincho {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", 'Times New Roman', Times, serif;
    position: absolute;
    top: 18%;
    left: 9%;
    right: 0;
    font-size: 26px;
    line-height: 3em;
    text-align: left;
}

.fund_type {
    font-size: 1.7em;
    text-shadow: 5px 5px 5px #0b1431;
}

.fund_type span {
    font-size: 1em;
    border: 1px solid #fff;
    padding: 5px;
}

.fund_copy{
    font-size: 1.7em;
    text-shadow: 5px 5px 5px #0b1431;
    margin-bottom: 20px;
}

.fund_copy span{
    color: #ccac00;
}

.circle{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #736100;
    /* margin: 0 auto; */
    text-align: center;
    box-shadow: 3px 3px 5px #0b1431;
}

.fund_appeal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    font-size: 0.75em;
    line-height: 1.5em;
}

/* .fund_name {
    text-shadow: 8px 8px 8px #0b1431;
}

.fund_name span {
    font-size: 3.6em;
} */

.supplement {
    font-size: 0.85em;
    text-shadow: 5px 5px 5px #0b1431;
}

.shoulder {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    width: 36%;
    position: absolute;
    top: 16%;
    right: 6%;
}

.shoulder img {
    width: 100%;
}

.shoulder p {
    font-weight: 500;
}

.shoulder .y-caption {
    color: #f00;
    font-weight: 600;
}

/* main_copy------------- */
.main-visual .main_copy {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 95px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.main-visual .main_copy .main_copy_head {
    color: #fff;
    display: flex;
}

.main-visual .main_copy .main_copy_head .fund_ribbon {
    width: 182px;
}
.main-visual .main_copy .main_copy_head .fund_ribbon img {
    width: 100%;
    height: auto;
}
.main-visual .main_copy .main_copy_head .copy-wrap {
    width: calc(100% - 182px);
    padding: 65px 0 0 20px;
    box-sizing: border-box;
}

.main-visual .main_copy .main_copy_head .supplement {
    font-size: 28px;
    margin: 0 0 15px;
    text-shadow: none;
}
.main-visual .main_copy .main_copy_head .fund_copy {
    font-size: 57px;
    font-weight: bold;
    margin: 0;
    text-shadow: none;
}
.main-visual .main_copy .main_copy_head .fund_copy {
    line-height: 1.3;
    margin: 0;
}
.main-visual .main_copy .main_copy_head .fund_copy span {
  color: #fff;
}
.main-visual .main_copy .main_copy_head .fund_copy span.color {
  color: #ccac00;
}

.main-visual .main_copy span.ib {
  display: inline-block;
}

.main-visual .main_copy .main_copy_bottom {
  /* margin: auto 0 0; */
  padding: 140px 0 0 0;
  /* border: 1px solid red; */
}
.main-visual .main_copy .main_copy_bottom .fund_head {
    color: #fff;
    font-size: 27px;
    padding: 0 0 0 32px;
}

.main-visual .main_copy .main_copy_bottom .fund_name img{
    width: 25%;
}

.main-visual .main_copy .main_copy_award{
    height: 200px;
    font-size: 0;
    /* line-height: 150px; */
    /* border: 1px solid yellow; */
}

.main-visual .main_copy .main_copy_award p{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.main-visual .main_copy .main_copy_award .award_logo img{
    width: 60%;
    padding: 75px 0 0 0;
    /* border: 1px solid red */
}


.main-visual .main_copy .main_copy_award .fund_award{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: -210px;
    padding: 145px 0 0 0;
    /* border: 1px solid red; */
}

.disc .note {
    color: #fff;
    font-size: 0.8em;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 20px;
    margin-left: 100px;
}

/* 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;
    margin-left: 3rem;
    text-indent: -3rem;
}

.shoulder .caption {
    font-size: 0.7em;
}

.one_rem {
    margin-left: 1rem;
    text-indent: -1rem;
}

.one_rem_nal {
    margin-left: 0.5rem;
    text-indent: -0.5rem;
}

.y-caption {
    clear: both;
    font-size: 0.8em;
    color: #f00;
    text-align: left;
    margin-left: 1rem;
    text-indent: -1rem;
}

/* --------award_wrap--------- */
.award_wrap{
    max-width: 1000px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    padding: 10px 0;
    border: 8px solid;
    border-image: linear-gradient(45deg, #736100 0%, #ccac00 50%, #736100 100%)1;
}

/* section-------- */
section {
    margin-top: 80px;
}

.white {
    max-width: 1000px;
    background-color: #fff;
    margin: 0 auto;
}

section p {
    font-size: 1.1em;
    text-align: left;
    line-height: 2em;
}

.deepblue {
    background-color: #0b1431;
}

.channel {
    margin: 150px 0 150px 0;
}



.yellow {
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid rgb(255, 225, 0);
}

h2 {
    margin-top: 100px;
    padding: 25px 0 25px 0;
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
    color: #fff;
    background: linear-gradient(90deg, #736100 0%, #ccac00 50%, #736100 100%);
    max-width: 1000px;
    margin: 0 auto;
}



/* -------mv-note-wrap-------- */
.mv-note-wrap {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
}

.mv-note-wrap .note {
    color: #fff;
    font-size: 0.8em;
    text-indent: -1em;
    padding-left: 1em;
}



/* -------nigu-------- */
.nigu .inner_box img {
    float: left;
}

.nigu .caption {
    font-size: 0.8em;
    font-weight: light;
    margin-top: 10px;
}

.excellence {
    line-height: 1.8em;
    width: 710px;
    float: left;
    margin-left: 30px;
    font-size: 21px;
    font-weight: bold;
}

.hyouka {
    width: 720px;
    float: right;
    margin-top: -80px;
}

.bold {
    font-weight: bold;
}

.big {
    font-size: 20px;
}

.profile {
    font-size: 14px;
    line-height: 1.7em;
}

.mb10{
    margin-bottom: 10px;
}

/* ---------アコーディオン--------- */
/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 0;
}

.accordion-area li {
    margin: 10px 0;
}

.accordion-area section {
    border: 1px solid #ccc;
    margin-top: 40px;
}

/*アコーディオンタイトル*/
.a_title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 2% 3% 2% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.a_title::before,
.a_title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
}

.a_title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);

}

.a_title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.a_title.close::before {
    transform: rotate(45deg);
}

.a_title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    /*はじめは非表示*/
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 3%;
}

.box p {
    font-size: 1em;
    font-weight: 600;
}

.box .caption {
    font-weight: 400;
    margin-top: 3px;
}

.cap_box {
    margin-top: 20px;
}

/* ------target------ */
.target {
    background-image: url(../images/g_main_03_202230605.png);
    background-size: contain;
    padding: 100px 0 100px 0;
}

.target h2 {
    background: none;
    border: none;
    color: #163470;
}

.target h2 span {
    font-size: larger;
}

.target ul {
    border: solid 2px #736100;
    padding: 3em 1em 3em 5em;
    position: relative;
}

.target ul li {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0.5em 0;
    list-style-type: none;
}

.target ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 1.5em;
    color: #736100;
}

.target .white {
    box-shadow: 4px 4px 8px gray;
}

/* -------------- */

.short {
    border-left: none;
    width: 670px;
    padding: 10px 0 10px 0;
    font-size: 1.6em;
    background-color: #736100;
    color: #fff;
}

.inner_box {
    padding: 50px;
}

/* -------graph------- */

.jisseki {
    color: #736100;
    font-size: 2.3em;
    margin-top: -15px;
    margin-bottom: 15px;
}

.kuro {
    color: #000;
    font-size: 24px;
}

h3 span {
    font-size: 1.8em;
}

/* ----start----- */
.start {
    padding: 100px 0 100px 0;
    background: linear-gradient(-20deg, #736100 0%, #ccac00 50%, #736100 100%);
    text-align: center;
}

.start h2 {
    background: none;
    border: none;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    border-bottom: solid 2px #fff;
    padding: 0 1em 6px 1em;
}

.start h3 {
    color: #fff;
    font-size: 1.8em;

}

.start p {
    text-align: center;
    color: #fff;
}

.flexbox {
    width: 700px;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
    margin: 0 auto;
    margin-top: 20px;
}

.flexbox2 {
    width: 700px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
    margin: 0 auto;
    margin-top: 20px;
}

/* ------------- */

.mt80 {
    margin-top: 80px;
}

.pt40 {
    padding-top: 40px;
}

.mb {
    margin-bottom: 100px;
}

.cb {
    clear: both;
    /* border: solid 1px yellow; */
}

.strong {
    font-weight: bold;
    border-bottom: 5px solid rgb(255, 225, 0);
}

h4 {
    font-size: 1.5em;
    text-align: center;
    margin: 80px 0 25px 0;
}

.center {
    text-align: center;
}

h6 {
    font-size: 1.4em;
    margin-top: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

/* -------fund_manager--------- */
.specialist img {
    float: left;
    margin-right: 30px;
}

.comment {
    width: 670px;
    float: right;
}

.comment h3 {
    margin-bottom: 15px;
    color: #163470;
}

.comment p {
    font-size: 1em;
    line-height: 1.9em;
    font-weight: 500;
}

.comment .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

.nigu .comment p {
    font-weight: 600;
}

.name span {
    font-size: 1.4em;
    line-height: 1.7em;
    color: #000;
    border-bottom: none;
}

.name .pro {
    font-size: 14px;
    font-weight: normal;
}

/* ----------ファンド--------- */

.button img {
    box-shadow: 5px 5px 10px #666;
    transition: 0.3s;
}

.button img:hover {
    box-shadow: 20px 10px 30px #bbb;
    transform: translateY(-4px);
}

/* movie------------- */
.douga {
    padding-top: 5px;
}

.douga h4 {
    font-size: 1em;
}

.douga p {
    text-align: center;
}

.douga .caption {
    margin-top: 2px;
}

.movie {
    margin: 0 auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.jstream {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.right {
    text-align: right;
}

.youtube {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 50px;
}

/* -------point-------- */
.three_point {
    background-image: url(../images/g_main_03_202230605.png);
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    background-size: 35%;
    padding: 100px 0 100px 0;
}

.three_point h2 {
    background: none;
    border: none;
    color: #163470;
    margin-bottom: 10px;
}

.point-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.point-item {
    background: linear-gradient(-20deg, #163470 0%, #2352af 50%, #163470 100%);
    width: 320px;
    height: 150px;
    text-align: center;
    padding-top: 30px;
    text-decoration: none;
    transition: .3s;
    box-shadow: 4px 4px 8px gray;
}

.point-item:hover {
    opacity: 0.8;
}

.point-link {
    text-decoration: none;
}

.point-item_sub {
    color: #968002;
    font-size: 1.25em;
    font-weight: bold;
}

.point-item_ttl {
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 5px;
}

.arrow {
    width: 10px;
    height: 10px;
    border: 3px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    margin: 0 auto;
}

.point-area {
    margin-top: 100px;
}

.point-head {
    background: linear-gradient(-20deg, #163470 0%, #2352af 50%, #163470 100%);
    text-align: center;
    padding: 20px 0 20px 0;
}

.point-head_sub {
    color: #968002;
    font-size: 1.5em;
    font-weight: bold;
}

.point-head_ttl {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 5px;
}

.point-body h4 {
    margin-bottom: 10px;
}

.point-body_text {
    font-weight: 600;
    color: #444;
}

.point-body img {
    margin-top: 30px;
}

.three_point .white {
    box-shadow: 4px 4px 8px gray;
}

.mt0{
    margin-top: 0;
}

/* ---------fmreport--------- */
.report{
    max-width: 1000px;
    height: 230px;
    margin: 0 auto;
    padding: 100px 0 0 0;
    clear: both;
}

.report img{
    box-shadow: 4px 4px 8px gray;
}

.report_11{
    margin-bottom: 20px;
    float: left;
}

.report_10{
    float: right;
}

.report a{
    transition: .3s;
}

.report a:hover{
    opacity: 0.7;
}

/* --------step-------- */
.step {
    background-color: #0b1431;
    padding: 80px 0 100px 0;
    margin-top: 0;
}

.step_ttl {
    background: none;
    color: #fff;
}

.step_head {
    color: #163470;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: solid 2px #968002;
    padding-bottom: 5px;
}

.step_body {
    margin-top: 10px;
}

.step_sub {
    font-weight: bold;
    font-size: 1.2em;
}

.step_sub span {
    background: rgb(255, 225, 0);
}

.step_text {
    font-size: 1em;
    line-height: 1.8em;
    margin: 10px 0 50px 0;
}

.step h3 {
    margin-top: -40px;
    margin-bottom: 30px;
    color: #163470;
}

.step h3 span {
    border-bottom: 2px dotted #968002;
    font-size: 1em;
    padding: 0 2em 5px 2em;
}

.charge {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-left: 50px;
}

.howto {
    text-align: center;
    margin: 0 !important;
}

.howto h4 {
    font-size: 1.1em;
    margin: 0;
}

.howto img {
    margin-top: 5px;
}

/* --------detail_link-------- */
.detail_link{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    padding-top:100px;
}

.btn a{
    transition: .3s;
}

.btn a:hover{
    opacity: 0.8;
}

/* ------notes------- */
.notes {
    background-color: #fff;
    padding: 80px 0;
    margin-top: 0;
}

.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;
}

.fund h5{
    margin-top: 40px;
    font-size: 1.1em;
    color: #444;
    border-bottom:solid 2px #444;
}

.frame{
    border: solid 1px #444;
    padding: 15px;
    margin-top: 20px;
}

.frame h5{
    border-bottom: none;
    margin-top: 0;
    color: #444;
    font-size: 1em;
}

/* footer-------- */
footer {
    background-image: url(../images/g_footer_01_20230605.png);
    background-size: cover;
    margin-top: 30px;
    text-align: center;
    padding: 40px 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

small {
    color: #fff;
}

/* ------------タブレットサイズ--------- */
@media screen and (max-width:1025px) {
    h1 img {
        width: 55%;
        height: auto;
    }

    .main-visual {
      height: 500px;
        position: relative;
    }

    /* .main-visual img {
        width: 180%;
        height: auto;
    } */

    .main_img {
        height: 100%;
    }

    .copy {
        max-width: 90%;
        margin: 0 auto;
    }

    .copy p {
        font-size: 0.9em;
        top: 15%;
    }

    .mincho {
        top: 7%;
        line-height: 2.1em;
        left: 5%;
        text-align: left;
    }

    .copy .supplement {
        line-height: 1.25em;
    }

    .copy .fund_type {
        font-size: 1.9rem;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .copy .fund_copy{
        font-size: 2rem;
    }

    .copy .fund_name{
        margin-bottom: 10px;
    }

    .circle .fund_appeal{
        font-size: 0.75em;
    }

    .shoulder {
        top: 55%;
        left: 2.5%;
        width: 95%;
        text-align: center;
    }

    .shoulder img {
        max-width: 95%;
        height: auto;
    }

    .cap_box {
        max-width: 95%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .shoulder .caption {
        max-width: 95%;
        font-weight: normal;
    }

    /* main_copy------- */
    .main-visual .main_copy {
      padding: 0 20px;
    }

    .main-visual .main_copy .main_copy_head .supplement {
      font-size: 18px;
    }
    .main-visual .main_copy .main_copy_head .fund_copy {
      font-size: 35px;
    }

    .main-visual .main_copy .main_copy_head .fund_ribbon {
      width: 100px;
    }
    .main-visual .main_copy .main_copy_head .copy-wrap {
      padding: 30px 0 0 20px;
      width: calc(100% - 100px);
    }

    .main-visual .main_copy .main_copy_bottom {
      padding: 0 0 30px 0;
    }
    .main-visual .main_copy .main_copy_bottom .fund_head {
      font-size: 20px;
      padding: 0 0 0 20px;
    }
    .main-visual .main_copy .main_copy_bottom .fund_name {
      width: 300px;
    }
    .main-visual .main_copy .main_copy_bottom .fund_name img {
      width: 100%;
      height: auto;
    }

    .disc .note{
        margin: 5px 5px 30px 5px;
    }

    /* ---------section------- */

    .mv-note-wrap {
        max-width: 95%;
    }

    .white {
        max-width: 95%;
    }

    section img {
        max-width: 100%;
    }

    /* --------award_wrap--------- */
.award_wrap{
    max-width: 100%;
    margin-top: 0;
    border: 5px solid;
    border-image: linear-gradient(45deg, #736100 0%, #ccac00 50%, #736100 100%)1;
}

.award_wrap .award_logo img{
    width: 100%;
}

    /* ----------nigu---------- */

    .excellence {
        line-height: 1.8em;
        width: calc(100% - 180px);
        float: right;
        margin-left: 0;
        font-size: 21px;
        font-weight: bold;
    }

    .hyouka {
        width: 100%;
        height: auto;
        float: none;
        padding-top: 20px;
    }

    .accordion-area {
        margin-top: -20px;
    }

    /* --------spacialist------- */
    .specialist img {
        float: left;
    }

    .comment {
        width: 100%;
        float: none;
    }

    /* --------step-------- */
    .howto {
        text-align: center;
        margin: 0 !important;
        width: 45%;
        /* border: solid 1px blue; */
    }

    /* .howto h3{
        padding-top: 30px;
    } */
    
    .howto h4 {
        font-size: 0.9em;
        margin: 0;
    }
    
    .howto img {
        margin-top: 5px;
    }

    /* ---------fmreport--------- */
.report{
    max-width: 1000px;
    height: 200px;
    margin: 0 auto;
    padding: 100px 20px 0 20px;
    clear: both;
}

.report img{
    width: 360px;
    height: auto;
}

.report_11{
    margin-bottom: 20px;
    float: left;
}

.report_10{
    float: right;
}

    /* ----------footer---------- */
    footer {
        margin-bottom: 85px;
    }

}

/* ---------タブレットのみ改行---------- */
@media screen and (min-width:1021px) {
    .tab {
        display: none;
    }

}


/* ----------スマホのみ改行---------- */
@media screen and (min-width:481px) {
    .sp {
        display: none;
    }
}

/* ----------スマホ用---------- */
@media screen and (max-width:480px) {
    .tab {
        display: none;
    }

    header {
        padding-top: none;
        height: 48px;
        max-width: 100%;
    }

    h1 {
        padding-left: 20px;
    }

    h1 img {
        width: 50%;
        height: auto;
    }

    .header-lisk{
        width: 48px;
    }

    .header-jump{
        width: 48px;
        height: 48px;
        font-size: 10px;
    }

    .wrapper {
        overflow: hidden;
    }

    .caption {
        font-size: 9px;
        line-height: 1.5;
        margin-left: 2.25rem;
        text-indent: -2.25rem;
    }



    /* main-visual-------- */
    .main-visual {
        margin-top: 48px;
        height: 400px;
    }

    .copy {
        max-width: 90%;
        margin: 0 auto;
    }

    .copy p {
        font-size: 0.6em;
        top: 11%;
    }

    .mincho {
        top: 12%;
        line-height: 1.5em;
        left: 5%;
        text-align: left;
    }

    .copy .supplement {
        line-height: 1.25em;
    }

    .copy .fund_type {
        font-size: 1.3rem;
    }

    .copy .fund_copy {
        font-size: 1.5rem;
    }

    .circle{
        width: 120px;
        height: 120px;
    }

    .fund_appeal{
        font-size: 0.65em;
        padding-top: 5px;
    }

    .shoulder {
        top: 60%;
        right: 0;
        max-width: 100%;
        text-align: center;
    }

    .shoulder img {
        max-width: 95%;
        height: auto;
    }

    .cap_box {
        max-width: 95%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .shoulder .caption {
        font-size: 9px;
        max-width: 95%;
        font-weight: normal;
    }

    .shoulder .y-caption {
        font-size: 9px;
        max-width: 95%;
        font-weight: 500;
    }

    main {
        padding-top: 0;
    }

    /* main_copy------------- */
    .main-visual .main_copy {
      padding: 0 10px;
    }
    .disc .note{
        font-size: 9px;
        margin: 5px 5px 20px 5px;
        
    }
    .main-visual .main_copy .main_copy_head .copy-wrap {
      padding: 20px 0 0 10px;
    }
    .main-visual .main_copy .main_copy_head .supplement {
        font-size: 13px;
    }
    .main-visual .main_copy .main_copy_head .fund_copy {
      font-size: 24px;
    }

    .main-visual .main_copy .main_copy_bottom {
      padding: 0 0 20px 0;
    }
    .main-visual .main_copy .main_copy_bottom .fund_head {
      font-size: 16px;
      padding: 0 0 0 15px;
    }
    .main-visual .main_copy .main_copy_bottom .fund_name {
      width: 220px;
    }

    

    /* mv-note-wrap------------- */
    .mv-note-wrap .note {
        font-size: 9px;
    }

    /* introduction------------- */
    .introduction {
        margin-top: 10px;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        margin-top: 5px;
    }

    .introduction p {
        margin-top: 15px;
        font-size: 11px;
        line-height: 1.8em;
        font-weight: 500;
    }

    /* section-------- */
    section {
        margin-top: 30px;
    }

    section p {
        font-size: 11px;
        line-height: 1.8em;
    }

    .white {
        max-width: 95%;
    }

    h2 {
        border-left: solid 7px #736100;
        border-right: solid 7px #736100;
        margin-top: 40px;
        margin-bottom: 0;
        padding: 10px 0 10px 0;
        text-align: center;
        font-size: 1em;
        line-height: 1.3em;
    }


    section img {
        max-width: 100%;
    }

    h3 {
        font-size: 13px;
        line-height: 2em;
        margin-top: 10px;
        margin-bottom: 15px;
        padding: 5px 0;
    }

    .inner_box {
        padding: 10px;
    }

    /* -------nigu-------- */
    .nigu img {
        width: 100px;
        height: auto;
        margin-bottom: 10px;
    }

    .nigu h3 {
        margin-top: 25px;
        color: #163470;
        font-size: 0.8em;
        line-height: 1.8em;
        max-width: 100%;
        float: none;
    }

    .nigu .caption {
        font-size: 9px;
        font-weight: light;
        margin-top: 10px;
    }

    .excellence {
        line-height: 1.8em;
        margin-left: -20px;
        width: calc(100% - 110px);
        font-size: 14px;
    }

    .hyouka {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 10px;
        padding-top: 0;
    }

    .bold {
        font-size: 12px;
        font-weight: bold;
    }

    .big {
        font-size: 16px;
    }

    .profile {
        font-size: 11px;
        line-height: 1.7em;
    }

    /* ---------アコーディオン--------- */
    /*アコーディオン全体*/
    .accordion-area {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        margin-top: 10px;
    }

    .accordion-area li {
        margin: 0;
    }

    .accordion-area section {
        border: 1px solid #ccc;
        margin-top: 0;
    }

    /*アコーディオンタイトル*/
    .a_title {
        position: relative;
        /*+マークの位置基準とするためrelative指定*/
        /* cursor: pointer; */
        font-size: 12px;
        /* font-weight: normal; */
        padding: 2% 3% 1% 40px;
        transition: all .5s ease;
    }

    /*アイコンの＋と×*/
    .a_title::before,
    .a_title::after {
        position: absolute;
        content: '';
        width: 12px;
        height: 2px;
        background-color: #333;
    }

    .a_title::before {
        top: 48%;
        left: 15px;
        transform: rotate(0deg);

    }

    .a_title::after {
        top: 48%;
        left: 15px;
        transform: rotate(90deg);

    }

    /*　closeというクラスがついたら形状変化　*/
    .a_title.close::before {
        transform: rotate(45deg);
    }

    .a_title.close::after {
        transform: rotate(-45deg);
    }

    /*アコーディオンで現れるエリア*/
    .box {
        display: none;
        /*はじめは非表示*/
        background: #f3f3f3;
        margin: 0 3% 3% 3%;
        padding: 2%;
    }

    .box p {
        font-size: 12px;
        font-weight: 500;
    }

    .box .caption {
        font-size: 9px;
        font-weight: 400;
        margin-top: 3px;
    }

    .cap_box2 {
        max-width: 100%;
        margin-top: 20px;
    }

    .one_rem {
        margin-left: 0.5rem;
        text-indent: -0.5rem;
    }

    /* ---------movie---------- */
    .channel {
        max-width: 95%;
        margin: 50px 0;
        margin: 0 auto;
    }

    .short {
        max-width: 98%;
        padding: 10px 0 10px 0;
        font-size: 1em;
    }



    /* ------target------ */
    .target {
        padding: 1px 0 50px 0;
    }

    .target h2 span {
        font-size: larger;
    }

    .target ul {
        border: solid 2px #736100;
        padding: 1em 1em 1em 3em;
        position: relative;
        box-sizing: border-box;
    }

    .target ul li {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.8em;
        padding: 0.5em 0;
        list-style-type: none;
    }

    .target ul li::before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        position: absolute;
        left: 1.5em;
        color: #736100;
    }

    .target .white {
        box-shadow: 3px 3px 6px gray;
        max-width: 95%;
    }

    /* ------------------------ */
    .jisseki {
        margin-top: 10px;
        margin-bottom: -10px;
        padding: 0;
        font-size: 1.4em;
    }

    .jisseki span {
        font-size: 26px;
    }

    .kuro {
        font-size: 14px;
        margin-bottom: 0;
    }

    /* ----start----- */
    .start {
        padding: 0 0 30px 0;
    }

    .start h2 {
        margin-bottom: 1em;
    }

    .start h2:before {
        bottom: -8px;
        width: 30px;
        height: 3px;
        left: 50%;
    }

    .start h3 {
        font-size: 1em;
        margin-bottom: 0;
        padding-top: 0;
    }

    .start p {
        text-align: center;
        color: #fff;
    }

    .flexbox {
        width: 95%;
        height: 250px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-around;
        margin: 0 auto;
        margin-top: 20px;
    }

    .flexbox img {
        width: 150px;
        height: auto;
    }

    .flexbox2 {
        width: 95%;
        height: 500px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-around;
        margin: 0 auto;
        margin-top: 20px;
    }

    .flexbox2 img {
        width: 150px;
        height: auto;
    }

    /* -------fund_manager--------- */

    .comment {
        width: 100%;
        float: none;
    }

    .comment h3 {
        margin-bottom: 3px;
        margin-top: 0;
    }

    .comment p {
        font-size: 1em;
        line-height: 1.9em;
        font-weight: 500;
    }

    .comment .name {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5em;
        margin-top: 20px;
    }

    .line {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.8em;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .kakugen {
        padding: 20px;
    }

    .word {
        font-size: 0.8em;
    }

    .buffet {
        text-align: right;
        font-size: 0.9em;
        margin-bottom: 15px;
    }

    .strong {
        border-bottom: 3px solid rgb(255, 225, 0);
    }

    .pt40 {
        padding-top: 20px;
    }

    .mt80 {
        margin-top: 40px;
    }

    .y-caption {
        clear: both;
        font-size: 9px;
        color: #f00;
        text-align: left;
        margin-left: 0.5rem;
        text-indent: -0.5rem;
    }

    .mb {
        margin-bottom: 10px;
    }

    .column {
        padding: 10px;
        margin-top: 30px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    h4 {
        text-align: center;
        margin: 30px 0 10px 0;
        font-size: 0.8em;
    }

    h6 {
        font-size: 1em;
    }

    .specialist img {
        width: 120px;
        height: auto;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .specialist p {
        font-size: 0.8em;
        line-height: 1.5em;
    }

    .name span {
        font-size: 1.3em;
    }

    .name {
        padding: 0;
    }

    .name .pro {
        font-size: 11px;
        font-weight: normal;
        line-height: 1.2em;
    }

    .douga {
        padding-top: 0;
        height: 200px;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .douga h4 {
        font-size: 0.8em;
    }

    .douga .caption {
        margin-top: 2px;
    }

    .movie {
        margin: 0 auto;
    }

    .jstream {
        max-width: 100%;
        height: 200px;
    }

    .youtube {
        max-width: 100%;
        height: 200px;
    }

    .button img {
        box-shadow: 2px 2px 5px #666;
    }

    /* --------point-------- */
    .three_point {
        background-size: 100%;
        padding: 1px 0 30px 0;
    }

    .point-list {
        width: 95%;
    }

    .point-item {
        width: 32%;
        height: 90px;
        padding-top: 10px;
    }

    .point-item_sub {
        font-size: 0.9em;
    }

    .point-item_ttl {
        font-size: 0.8em;
    }

    .arrow {
        width: 6px;
        height: 6px;
        border: 2px solid;
        border-color: transparent transparent #fff #fff;
        transform: rotate(-45deg);
        margin: 0 auto;
    }

    .point-area {
        margin-top: 30px;
    }
    
    .point-head {
        padding: 13px 0 0 0;
    }
    
    .point-head_sub {
        font-size: 1em;
    }
    
    .point-head_ttl {
        font-size: 1em;
        font-weight: bold;
        margin-top: -5px;
    }
    
    .point-body h4 {
        margin-bottom: 0;
    }
       
    .point-body img {
        margin-top: 10px;
    }

    /* ---------fmreport--------- */
.report{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 0 30px;
    clear: both;
}

.report img{
    width: 65%;
    height: auto;
}

.report_11{
    margin-bottom: 20px;
    float: none;
}

.report_10{
    float: none;
}

    /* --------step-------- */
.step {
    padding: 1px 0 30px 0;
    /* margin-top: -40px; */
}

.step_ttl {
    /* background: none; */
    color: #fff;
    border: 1px solid #0b1431;
}

.step_head {
    font-size: 1em;
    border-bottom: solid 2px #968002;
    padding-bottom: 2px;
}

.step_body {
    margin-top: 10px;
}

.step_sub {
    font-weight: bold;
    font-size: 0.9em;
}

.step_sub span {
    background: rgb(255, 225, 0);
}

.step_text {
    font-size: 0.8em;
    line-height: 1.8em;
    margin: 5px 0 20px 0;
}

.step h3 {
    margin-top: -10px;
    margin-bottom: 10px;
}

.step h3 span {
    border-bottom: 2px dotted #968002;
    font-size: 1em;
    padding: 0 2em 5px 2em;
}

.charge {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-left: 0;
    /* border: 1px solid red; */

}

.howto {
    text-align: center;
    margin: 0 !important;
    width: 45%;
    /* border: solid 1px blue; */
}

.howto h4 {
    font-size: 0.75em;
    margin: 0;
}

.howto img {
    margin-top: 5px;
}

/* --------detail_link-------- */
.detail_link{
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    padding-top:30px;
}

.btn{
    padding:0 5px;
}

    /* ------notes------- */

    .notes {
        padding: 10px 0;
    }

    .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;
    }

    .fund h5{
        margin-top: 20px;
        font-size: 0.8em;
        margin-bottom: 5px;
    }

    .frame{
        padding: 10px;
        margin-top: 10px;
    }
    
    .frame h5{
        margin-top: 0;
        font-size: 12px;
    }

    /* footer-------- */
    footer {
        margin-top: 30px;
        margin-bottom: 85px;
        padding: 20px 20px;
    }

    small {
        font-size: 0.5em;
    }

}

/*  ←レスポンシブ閉じタグ */