/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;}

html{scroll-behavior: smooth;}
body {line-height: 1.7; }
ul li {list-style: none; }
blockquote, q {quotes: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
th {text-align: left; }
h1, h2, h3, h4, h5, h6 {font-size: 100%; }
img, fieldset {border: 0; }
* {box-sizing: border-box; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }
.clearfix {display: block;
}
/* End hide from IE-mac */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {zoom: 1; }

/** 共通の基本仕様 **/
a{text-decoration: none;}
body, html {
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    box-sizing: border-box;
    font-size: 93.75%;
    color: #444; }
html > body {
    font-size: 15px;
  /* Except IE */ }
body{
    /*background: linear-gradient(180deg, rgb(255, 242, 78), rgb(0, 132, 226), rgb(4, 52, 146));
    background-attachment: fixed;*/
    /*background-color: #dffbfd;*/ /* 作業用BGカラー 両再度5%*/
}
.tbld{
    font-weight: bold;
}
.tudl{
    text-decoration: underline;
}

/**---------キービジュアル設定-----------**/
/*kv全体の調整*/
@media only screen and (max-width:766px){
    .pc_only1,.pc_only2{ 
        display: none;
    } 
}
@media only screen and (min-width:767px) and (max-width:1000px){
    /*----TOP----*/
    .pc_only2{ 
        display: none;
    }
}

@media only screen and (min-width:1001px){
    .pc_only1{ 
        display: none;
    }
}

/**----------- header ------------**/
/*-- header SP版（～766px）--*/
@media only screen and (max-width:766px){
    header{
        width: 100%;
        background-color:rgba(255,255,255,.7);
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 5px 5px 3px 1px rgba(100, 100, 100, .2);
    }
    .header-logo{
        margin: 10px 0 0 15px;
        display: inline-block;
    }
    .logo-sawakami{
        width:130px;
    }
    .btn1{
        top:0;
        right: 10px;
        text-align: right;
        position: absolute;
        width:50%;
        text-align: center;
        display: inline;
        padding:5px 5px;
        margin: 10px auto 5px;
        background: transparent linear-gradient(180deg, #FFBE58 0%, #EF9407 100%) 0% 0% no-repeat padding-box;
        background: linear-gradient(102deg, #FFDF51 0.81%, #F6DB55 4.72%, #DDD261 10.59%, #B5C474 18.41%, #7EB08E 27.21%, #3997B0 36.98%, #0083CC 44.8%, #0079C2 48.71%, #005CA5 61.42%, #004890 74.13%, #003C84 86.84%, #003880 98.57%) 0% 0% no-repeat padding-box;
        color: #ffffff;
        border-radius: 50px;
        font-size: 0.8em;
        font-weight: bold;
        border: 1px solid #ebebeb;
        transition:all 0.3s ease-in-out;
    }
    .btn1:link,.btn1:hover,.btn1:visited{
        color: #ffffff;
    }
    .btn1:hover{
        color:#005093;
        background-color: #fff;
        background: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
        border: 1px solid #005093;
    }
}
/*-- header PC版（767px～）--*/
@media only screen and (min-width:767px){
    header{
        width: 100%;
        height: 60px;
        background-color:rgba(255,255,255,.7);
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 5px 5px 3px 1px rgba(100, 100, 100, .2);
    }
    .header-logo{
        margin: 10px 0 0 20px;
        display: inline-block;
    }
    .logo-sawakami{
        width:180px;
    }
    .btn1{
        top:0;
        right: 20px;
        text-align: right;
        position: absolute;
        width:250px;
        text-align: center;
        display: inline;
        padding:5px 5px;
        margin: 10px auto 10px;
        background: transparent linear-gradient(180deg, #FFBE58 0%, #EF9407 100%) 0% 0% no-repeat padding-box;
        background: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
        border: 1px solid #005093;
        color: #005093;
        border-radius: 50px;
        font-size: 1em;
        font-weight: bold;
        transition:all 0.3s ease-in-out;
    }
    .btn1:link,.btn1:hover,.btn1:visited{
        color: #005093;
    }
    .btn1:hover{
        color:#fff;
        background-color: #fff;
        background: linear-gradient(102deg, #FFDF51 0.81%, #F6DB55 4.72%, #DDD261 10.59%, #B5C474 18.41%, #7EB08E 27.21%, #3997B0 36.98%, #0083CC 44.8%, #0079C2 48.71%, #005CA5 61.42%, #004890 74.13%, #003C84 86.84%, #003880 98.57%) 0% 0% no-repeat padding-box;
        border: 1px solid #ebebeb;
    }
}


/**------------ main ------------**/
/*--SP版（～766px）--*/
@media only screen and (max-width:766px){
    .pc_only{ 
        display: none;
    }
    body{
    }
    body::before{
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
		height: 100vh;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../img/bg_kv2024-sp.webp);
    }
    main{
        width: 100%;
    }
    footer{
        width: 100%;
        background-color: #ddd;
    }
    .contents-all{
        width: 90%;
        margin: 0 auto;
    }
    .ci-line{
        border-top: 10px solid rgb(4, 52, 146);
        border-image: linear-gradient(90deg, rgb(255, 242, 78), rgb(0, 132, 226), rgb(4, 52, 146));
        border-image-slice: 1;
    }

    /*---- KV ----*/
    #kv{
        margin-bottom: 20%;
    }
    #kv .contents-all .kv-head{
        margin-top: 50px;
    }
    #kv .contents-all .kv-head p{
        font-size: 1.2em;
        color: #043492;
    }
    #kv .contents-all .kv-main{
        margin-top: 30px;
    }
    #kv .contents-all .kv-main img{
        width: 100%;
    }
    #kv .contents-all .kv-sub{
		text-align: center;
        margin-top: 150px;
    }
    #kv .contents-all .kv-sub h2{
        font-family:'Times New Roman', Times, serif;
        font-size: 2em;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 10px rgba(255, 255, 255, 1);
        margin-bottom: 50px;
        line-height: 1.5em;
    }
    #kv .contents-all .kv-sub p{
		font-weight: 600;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 20px rgba(255, 255, 255, 1);
        font-size: 0.9em;
        line-height: 2em;
        margin-top: 20px;
    }

    /*---- 概要 ----*/
    #outline{
    }
    #outline .vote{
        font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
        text-align: center;
    }
    #outline .vote span{
        display: block;
    }
    #outline h3{
        font-family: 'Times New Roman', Times, serif;
        color: #043492;
        font-size: 2em;
        font-weight: 600;
        padding: 20px 0 30px;
    }
    #outline .result h3{
        font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
        padding-top: 40px;
        color: #131313;
        font-size: 2.3em;
        line-height: 1.5em;
        text-align: center;
        margin: 0 auto 20px;
    }
    #outline{
        font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
        text-align: center;
    }
    #outline .result-img{
        padding: 0;
    }
    #outline .result h3{
        color: #131313;
        padding-top: 50px;
        font-size: 2.3em;
        line-height: 1.5em;
        text-align: center;
        margin: 0 auto 20px;
    }
    #outline .container{
        max-width: 95%;
        width: fit-content;
        padding: 20px;
        margin: 0 auto 100px;
        border-radius: 40px;
        background: linear-gradient(100deg, rgb(255, 242, 78), rgb(56, 199, 255), rgb(33, 100, 235));
        box-shadow: 10px 10px 15px 3px rgba(100, 100, 100, .4);
    }
    #outline .container .contents-all{
        width: fit-content;
        background-color:#fff;
        border-radius: 40px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        box-shadow: none;
    }
    #outline .contents-all .result{
        background: linear-gradient(to bottom, #ffffff 30%, #daf8ff);
        border-radius: 40px;
    }
    #outline .contents-all .result .confetti-box{
        background-image: url(../img/confetti.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top -10px center;
        border-radius: 40px;
        padding: 30px 15px 40px;
    }
    #outline .contents-all .result .blue_bold{
        color: #004585;
        margin-bottom: 0;
        font-weight: 900;
        font-size: 1.5em;
        line-height: 1.5;
        text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
        -3px 3px 0 #FFF, 3px -3px 0 #FFF,
        0px 3px 0 #FFF,  0-3px 0 #FFF,
        -3px 0 0 #FFF, 3px 0 0 #FFF;
    }
    #outline .contents-all .result .txt_lkfwd{
        padding: 10px 0 30px;
        font-size: 1.1em;
        line-height: 1.7;
        text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
        -3px 3px 0 #FFF, 3px -3px 0 #FFF,
        0px 3px 0 #FFF,  0-3px 0 #FFF,
        -3px 0 0 #FFF, 3px 0 0 #FFF;
    }
    #outline .contents-all .result .result-comment li{
        margin-bottom: 30px;
        padding: 10px 8px 30px;
        background-color: #fff;
        border: 3px solid #004585;
        border-radius: 30px;
    }
    #outline .contents-all .result .result-comment li h4{
        padding: 0 10px 15px;
        margin-top: 30px
    }
    #outline .contents-all .result .result-comment li h5{
        font-size: 1em;
        font-weight: 500;
        width: fit-content;
        margin: 0 auto;
        border-bottom: 2px dotted #004585;
        padding: 0 5px 0 35px;
    }
    #outline .contents-all .result .result-comment li .result-himself_comment{
        background-image: url(../img/result_mark.svg);
        background-position: center left 5px;
        background-size: 23px;
        background-repeat: no-repeat;
    }
    #outline .contents-all .result .result-comment li .result-reason{
        background-image: url(../img/ship_mark.svg);
        background-position: center left 5px;
        background-size: 25px;
        background-repeat: no-repeat;
    }
    #outline .contents-all .result .result-comment li p{
        text-align: justify;
        font-size: 0.8em;
        margin-bottom: 15px;
        width: 80%;
        line-height: 1.8;
    }
    #outline .contents-all .result .result-comment li a{
        background-image: url(../img/white_arrow.svg);
        background-position: center right 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        display: block;
        text-align: center;
        width: 100%;
        margin: 30px auto 0;
        padding: 10px;
        color: #fff;
        border-radius: 100px;
        background-color: #2465a1;
        box-shadow: 5px 5px 0 rgba(100, 100, 100, .4);
    }
    #outline .contents-all .center p{
        text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF,  0-2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
    }
    #outline .contents-all{
        background-color:rgba(255,255,255,0.8);
        padding: 80px;
        border-radius: 50px;
        background-size: cover;
        box-shadow: 10px 10px 15px 3px rgba(100, 100, 100, .4);
    }
    #outline .contents-all p{
        font-size: 1em;
        line-height: 2em;
        margin: 15px auto 0;
    }
    #outline .contents-all .indent{
        padding-left:1em;
        text-indent:-1em;
    }
    #outline .voting-points dl{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }
    #outline .voting-points dt{
        font-size: 1.2em;
        font-weight: 700;
        padding: 20px 0 0;
        margin-bottom: 10px;
    }
    #outline .voting-points dd{
        padding: 20px 0 30px;
        width: 100%;
        text-align: justify;
        margin-bottom: 10px;
        border-top: 1px solid #131313;
    }
    #outline .voting-points .center-content{
        text-align: center;
    }
    #outline .detail{
        text-align: center;
    }
    #outline .detail h3{
    font-style:  "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
    }
    #outline .detail .img-a{
        width: 90%;
        margin: 20px 0;
    }
    #outline .detail .detail-content{
        width: 95%;
        text-align: justify;
    }
    #outline .explanation{
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
    #outline .explanation h4{
        font-size: 1.4em;
    }
    #outline .explanation p{
        width: 100%;
        text-align: justify;
    }
    #outline .explanation a{
        color: #464646;
    }
    #outline .contents-all{
        background-color: rgba(255, 255, 255, 0.8);
        padding: 8% 5% 10%;
        border-radius: 50px;
        background-size: cover;
        box-shadow: 5px 5px 3px 1px rgba(100, 100, 100, .5);
    }
    #outline .contents-all p{
        font-size: 0.85em;
        line-height: 2em;
        margin: 20px auto 0;
    }
    #outline .contents-all .img-a{
        width: 100%;
        text-align: center;
        margin: 20px auto 0;
        display: inline;
    }
    #outline .contents-all .img-2{
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
	#outline .contents-all .img-line{
		margin-top: 80px;
		width: 100%
	}
    #outline .contents-all .indent{
        padding-left:1em;
        text-indent:-1em;
    }
    .indent2{
        padding-left:1em;
        text-indent:-1em;
        display:inline-block;
    }
    .indent3{
        padding-left:1em;
        text-indent:-1em;
    }
    #outline .contents-all .topmargin{
        margin: 80px auto 0;
    }
    #outline .contents-all .img-a{
        width:100%;
        margin: 20px 0 0;
    }
    #outline .contents-all .img-1,#outline .contents-all .img-2,#outline .contents-all .img-3,#outline .contents-all .img-4{
        text-align: center;
        font-size: 1.4em;
        margin-top: 20px;
        color: #005093;
        text-decoration: underline;
    }
    #outline .contents-all .img-1 p,#outline .contents-all .img-2 p,#outline .contents-all .img-3 p,#outline .contents-all .img-4 p{
        margin-top: 20px;
        line-height: 1.4em;
    }
    #outline .contents-all .img-1 img{
        width:100%;
        margin-top: 30px;
        margin-bottom: -25px;
    }
    #outline .contents-all .img-2 img{
        width:80%;
        margin-top: 10px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-3 img{
        width:100%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-4 img{
        width:100%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
	#outline .contents-all .link_area{
		margin-top:50px;
		font-size: 1.3em;
		font-weight: 500;
	}
    #outline .contents-all .link_note{
        display: block;
        text-align: center;
    }
    #outline .contents-all .link_note img{
        text-align: center;
        margin: 0px auto 0;
    }
    #outline .contents-all .link_note a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }
	#outline .contents-all .link_kanaetaiyume img{
        text-align: center;
		width: 70%;
        margin: 40px 15% 20px;
    }
    #outline .contents-all .link_kanaetaiyume a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }


    /*---- CI ----*/
    #area_ci{
        width: 90%;
        margin: 0 5% 0;
    }
    #area_ci img{
        width: 80%;
        margin: 0 10%;
    }
}
/*--pad版（550~767px）--*/
@media only screen and (min-width:550px) and (max-width:766px){
	#kv .contents-all .kv-sub {
        text-align: center;
        margin-top: 300px;
    }
}
/*----pad版（767~1020px）-----*/
@media only screen and (min-width:767px) and (max-width:1020px){

/*-----共通-------*/
    .sp_only{ 
        display: none;
    }
    body{
        background-image: url("../img/bg_kv2024-min1100.webp");
        background-attachment: fixed;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    main{
        width: 100%;
    }
    footer{
        width: 100%;
        background-color: #ddd;
    }
    .contents-all{
        width: 90%;
        margin: 0 auto;
    }
    .ci-line{
        border-top: 15px solid rgb(4, 52, 146);
        border-image: linear-gradient(90deg, rgb(255, 242, 78), rgb(0, 132, 226), rgb(4, 52, 146));
        border-image-slice: 1;
        margin-bottom: 0px;
    }

    /*---- KV ----*/
    #kv{
        margin-bottom: 150px;
    }
    #kv .contents-all .kv-head{
        margin-top: 50px;
    }
    #kv .contents-all .kv-head p{
        font-size: 1.2em;
        color: #043492;
    }
    #kv .contents-all .kv-main{
        margin-top: 80px;
		text-align: center;
    }
    #kv .contents-all .kv-main img{
        width: 80%;
    }
    #kv .contents-all .kv-sub{
		text-align: center;
        margin-top: 350px;
    }
    #kv .contents-all .kv-sub h2{
        font-family:'Times New Roman', Times, serif;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 10px rgba(255, 255, 255, 1);
        font-size: 2.5em;
        margin-bottom: 70px;
        line-height: 1.5em;
    }
    #kv .contents-all .kv-sub p{
		font-weight: 600;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 20px rgba(255, 255, 255, 1);
        font-size: 16px;
        line-height: 2.2em;
        margin-top: 10px;
    }

    /*---- 概要 ----*/
    #outline{
        font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
        text-align: center;
    }
    #outline .result-img{
        padding: 30px 30px 0;
    }
    #outline h3{
        font-family: 'Times New Roman', Times, serif;
        color: #043492;
        font-size: 3em;
        font-weight: 600;
        padding: 20px 0 30px;
    }
    #outline .result h3{
        font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
        color: #131313;
        padding-top: 50px;
        font-size: 2.3em;
        line-height: 1.5em;
        text-align: center;
        margin: 0 auto 20px;
    }
    #outline .container{
        max-width: 85%;
        width: fit-content;
        padding: 20px;
        margin: 0 auto 100px;
        border-radius: 60px;
        background: linear-gradient(100deg, rgb(255, 242, 78), rgb(56, 199, 255), rgb(33, 100, 235));
        box-shadow: 10px 10px 15px 3px rgba(100, 100, 100, .4);
    }
    #outline .container .contents-all{
        width: fit-content;
        background-color:#fff;
        border-radius: 60px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        box-shadow: none;
    }
    #outline .contents-all .result{
        background: linear-gradient(to bottom, #ffffff 30%, #daf8ff);
        border-radius: 50px;
    }
    #outline .contents-all .result .confetti-box{
        background-image: url(../img/confetti.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top -10px center;
        border-radius: 60px;
        padding: 30px 30px 60px;
    }
    #outline .contents-all .result .blue_bold{
        color: #004585;
        margin-bottom: 0;
        font-weight: 900;
        font-size: 1.8em;
        text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
        -3px 3px 0 #FFF, 3px -3px 0 #FFF,
        0px 3px 0 #FFF,  0-3px 0 #FFF,
        -3px 0 0 #FFF, 3px 0 0 #FFF;
    }
    #outline .contents-all .result .txt_lkfwd{
        padding: 20px 0 50px;
        font-size: 1.2em;
        text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
        -3px 3px 0 #FFF, 3px -3px 0 #FFF,
        0px 3px 0 #FFF,  0-3px 0 #FFF,
        -3px 0 0 #FFF, 3px 0 0 #FFF;
    }
    #outline .contents-all .result .result-comment li{
        margin-bottom: 30px;
        padding: 40px 20px;
        background-color: #fff;
        border: 3px solid #004585;
        border-radius: 60px;
    }
    #outline .contents-all .result .result-comment li h4{
        padding: 0 50px 30px;
    }
    #outline .contents-all .result .result-comment li h5{
        font-size: 1.1em;
        font-weight: 500;
        width: fit-content;
        margin: 0 auto 10px;
        padding: 0 10px;
        padding: 0 5px 0 35px;
        border-bottom: 2px dotted #004585;
    }
    #outline .contents-all .result .result-comment li .result-himself_comment{
        background-image: url(../img/result_mark.svg);
        background-position: center left 5px;
        background-size: 25px;
        background-repeat: no-repeat;
    }
    #outline .contents-all .result .result-comment li .result-reason{
        background-image: url(../img/ship_mark.svg);
        background-position: center left 5px;
        background-size: 26px;
        background-repeat: no-repeat;
    }
    #outline .contents-all .result .result-comment li p{
        text-align: justify;
        font-size: 1em;
        margin-bottom: 20px;
        width: 80%;
        line-height: 1.8;
    }
    #outline .contents-all .result .result-comment li a{
        background-image: url(../img/white_arrow.svg);
        background-position: center right 20px;
        background-size: 30px;
        background-repeat: no-repeat;
        display: block;
        text-align: center;
        width: 80%;
        margin: 30px auto 0;
        padding: 10px;
        color: #fff;
        border-radius: 100px;
        background-color: #2465a1;
        box-shadow: 5px 5px 0 rgba(100, 100, 100, .4);
    }
    #outline .contents-all .center p{
        text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF,  0-2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
    }
    #outline .contents-all p{
        font-size: 1em;
        line-height: 2em;
        margin: 0 auto;
    }
    #outline .contents-all .indent{
        padding-left:1em;
        text-indent:-1em;
    }
    #outline .contents-all{
        background-color:rgba(255,255,255,0.8);
        padding: 80px;
        border-radius: 50px;
        background-size: cover;
        box-shadow: 10px 10px 15px 3px rgba(100, 100, 100, .4);
    }
    #outline .contents-all p{
        font-size: 1em;
        line-height: 2em;
        margin: 15px auto 0;
    }
    #outline .contents-all .indent{
        padding-left:1em;
        text-indent:-1em;
    }
    #outline .voting-points dl{
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
        border-top: 1px solid #131313;
    }
    #outline .voting-points dt{
        display: flex;
        align-items: center;
        font-weight: 700;
        width: 30%;
        padding: 20px 0 30px 60px;
        margin-bottom: 10px;
        border-bottom: 1px solid #131313;
    }
    #outline .voting-points dd{
        display: flex;
        align-items: center;
        text-align: justify;
        width: 70%;
        padding: 20px 30px 30px 0;
        border-bottom: 1px solid #131313;
        margin-bottom: 10px;
    }
    #outline .detail{
        text-align: center;
    }
    #outline .detail h3{
    font-family: 'Times New Roman', Times, serif;
    color: #043492;
    }#outline .detail h4 {
        font-size: 1.5em;
    }
    #outline .detail .img-a{
        width: 90%;
        margin: 20px 0;
    }
    #outline .detail .detail-content{
        width: 80%;
        text-align: justify;
    }
    .indent2{
        padding-left:1em;
        text-indent:-1em;
        display:inline-block;
    }
    .indent3{
        padding-left:1em;
        text-indent:-1em;
    }
	#outline .contents-all .img-line{
		margin-top: 80px;
		width: 100%
	}
    #outline .contents-all .img-1,#outline .contents-all .img-2,#outline .contents-all .img-3,#outline .contents-all .img-4{
        text-align: center;
        font-size: 1.4em;
        margin-top: 20px;
        color: #005093;
        text-decoration: underline;
    }
    #outline .contents-all .img-1 p,#outline .contents-all .img-2 p,#outline .contents-all .img-3 p,#outline .contents-all .img-4 p{
        margin-top: 20px;
        line-height: 1.4em;
    }
    #outline .contents-all .img-1 img{
        width:60%;
        margin-top: 30px;
        margin-bottom: -25px;
    }
    #outline .contents-all .img-2 img{
        width:30%;
        margin-top: 10px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-3 img{
        width:60%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-4 img{
        width:60%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
	#outline .contents-all .link_area{
		margin-top:50px;
		font-size: 1.3em;
		font-weight: 500;
	}
    #outline .contents-all .link_note{
        display: inline;
    }
    #outline .contents-all .link_note img{
        text-align: center;
		width: 40%;
        margin:20px 30% 0;
    }
    #outline .contents-all .link_note a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }
	#outline .contents-all .link_kanaetaiyume img{
        text-align: center;
		width: 70%;
        margin: 40px 15% 20px;
    }
    #outline .contents-all .link_kanaetaiyume a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }
    #outline .contents-all .topmargin{
        margin: 80px auto 0;
    }
    #outline .explanation{
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
    #outline .explanation h4{
        font-size: 1.5em;
    }
    #outline .explanation p{
        width: 100%;
        text-align: justify;
    }
    #outline .explanation a{
        color: #464646;
    }

    /*---- CI ----*/
    #area_ci{
        width: 90%;
        max-width: 500px;
        margin: 0 auto 0;
    }
    #area_ci img{
        width: 100%;
    }
}
/*--PC版（1021px～）--*/
@media only screen and (min-width:1021px){

/*-----共通-------*/
    .sp_only{ 
        display: none;
    }
    body{
        background-image: url("../img/bg_kv2024-min1100.webp");
        background-attachment: fixed;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    main{
        width: 100%;
    }
    footer{
        width: 100%;
        background-color: #ddd;
    }
    .contents-all{
        width: 90%;
        margin: 0 auto;
    }
    .ci-line{
        border-top: 15px solid rgb(4, 52, 146);
        border-image: linear-gradient(90deg, rgb(255, 242, 78), rgb(0, 132, 226), rgb(4, 52, 146));
        border-image-slice: 1;
        margin-bottom: 0px;
    }

    /*---- KV ----*/
    #kv{
        margin-bottom: 150px;
    }
    #kv .contents-all .kv-head{
        margin-top: 50px;
    }
    #kv .contents-all .kv-head p{
        font-size: 1.2em;
        color: #043492;
    }
    #kv .contents-all .kv-main{
        margin-top: 80px;
		text-align: center;
    }
    #kv .contents-all .kv-main img{
        width: 80%;
    }
    #kv .contents-all .kv-sub{
		text-align: center;
        margin-top: 350px;
    }
    #kv .contents-all .kv-sub h2{
        font-family:'Times New Roman', Times, serif;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 10px rgba(255, 255, 255, 1);
        font-size: 2.5em;
        margin-bottom: 70px;
        line-height: 1.5em;
    }
    #kv .contents-all .kv-sub p{
		font-weight: 600;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 20px rgba(255, 255, 255, 1);
        font-size: 16px;
        line-height: 2.2em;
        margin-top: 10px;
    }

    /*---- 概要 ----*/
    #outline{
        margin: 20px;
        font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
    }
    #outline h3{
        font-family: 'Times New Roman', Times, serif;
        color: #043492;
        font-size: 3em;
        font-weight: 600;
        margin-top: 50px;
        padding: 50px 0 30px;
    }
    #outline .result h3{
        color: #131313;
        padding-top: 50px;
        font-size: 2.3em;
        line-height: 1.5em;
        text-align: center;
        margin: 0 auto 20px;
    }
    #outline .container{
        max-width: 1040px;
        width: fit-content;
        margin: 0 auto 100px;
        border-radius: 60px;
        padding: 20px;
        background: linear-gradient(100deg, rgb(255, 242, 78), rgb(56, 199, 255), rgb(33, 100, 235));
        box-shadow: 10px 10px 15px 3px rgba(100, 100, 100, .4);
    }
    #outline .contents-all{
        max-width: 1000px;
        width: fit-content;
        margin: 0 auto;
        background-color:#fff;
        border-radius: 60px;
        text-align: center;
    }
    #outline .contents-all .result{
        background: linear-gradient(to bottom, #ffffff 30%, #daf8ff);
        border-radius: 60px;
    }
    #outline .contents-all .result .confetti-box{
        width: fit-content;
        background-image: url(../img/confetti.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top -10px center;
        border-radius: 60px;
        padding: 80px;
    }
    #outline .contents-all .result .blue_bold{
        font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
        color: #004896;
        margin-bottom: 0;
        font-weight: 900;
        font-size: 2.6em;
        text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
        -3px 3px 0 #FFF, 3px -3px 0 #FFF,
        0px 3px 0 #FFF,  0-3px 0 #FFF,
        -3px 0 0 #FFF, 3px 0 0 #FFF;
    }
    #outline .contents-all .result .txt_lkfwd{
        padding: 30px 0 50px;
        font-size: 1.6em;
        text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
        -3px 3px 0 #FFF, 3px -3px 0 #FFF,
        0px 3px 0 #FFF,  0-3px 0 #FFF,
        -3px 0 0 #FFF, 3px 0 0 #FFF;
    }
    #outline .contents-all .result .result-comment li{
        margin-bottom: 60px;
        padding: 50px 25px 80px;
        background-color: #fff;
        border: 3px solid #004896;
        border-radius: 60px;
    }
    #outline .contents-all .result .result-comment li h4{
        padding: 0 50px 30px;
    }
    #outline .contents-all .result .result-comment li h5{
        font-size: 1.2em;
        font-weight: 600;
        width: fit-content;
        margin: 0 auto 13px;
        padding: 0 10px 0 42px;
        border-bottom: 2px dotted #004896;
    }
    #outline .contents-all .result .result-comment li .result-himself_comment{
        background-image: url(../img/result_mark.svg);
        background-position: center left 5px;
        background-size: 25px;
        background-repeat: no-repeat;
    }
    #outline .contents-all .result .result-comment li .result-reason{
        background-image: url(../img/ship_mark.svg);
        background-position: center left 5px;
        background-size: 27px;
        background-repeat: no-repeat;
    }
    #outline .contents-all .result .result-comment li p{
        text-align: justify;
        font-size: 1.1em;
        margin-bottom: 30px;
        width: 80%;
        line-height: 2.3;
    }
    #outline .contents-all .result .result-comment li a{
        background-image: url(../img/white_arrow.svg);
        background-position: center right 20px;
        background-size: 30px;
        background-repeat: no-repeat;
        display: block;
        text-align: center;
        width: 80%;
        margin: 30px auto 0;
        padding: 10px;
        color: #fff;
        font-weight: 600;
        border-radius: 100px;
        background-color: #004896;
        box-shadow: 5px 5px 0 rgba(100, 100, 100, .4);
        transition: 0.3s;
    }
    #outline .contents-all .result .result-comment li a:hover{
        cursor: pointer;
        transform: translate(5px, 5px);
        box-shadow: 0px 0px 0 rgba(100, 100, 100, .4);
    }
    #outline .contents-all .center p{
        text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF,  0-2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
    }
    #outline .contents-all p{
        font-size: 1em;
        line-height: 2em;
        margin: 0 auto;
    }
    #outline .contents-all .indent{
        padding-left:1em;
        text-indent:-1em;
    }
    #outline .detail{
        text-align: center;
    }
    #outline .detail h3{
    font-family: 'Times New Roman', Times, serif;
    color: #043492;
    }#outline .detail h4 {
        font-size: 1.5em;
    }
    #outline .detail p{
        padding: 20px 0;
    }
    #outline .detail .img-a{
        width: 90%;
        margin: 20px 0;
    }
    #outline .detail .detail-content{
        width: 80%;
        text-align: justify;
    }
    .indent2{
        padding-left:1em;
        text-indent:-1em;
        display:inline-block;
    }
    .indent3{
        padding-left:1em;
        text-indent:-1em;
    }
	#outline .contents-all .img-line{
		margin-top: 80px;
		width: 100%
	}
    #outline .contents-all .img-1,#outline .contents-all .img-2,#outline .contents-all .img-3,#outline .contents-all .img-4{
        text-align: center;
        font-size: 1.4em;
        margin-top: 20px;
        color: #005093;
        text-decoration: underline;
    }
    #outline .contents-all .img-1 p,#outline .contents-all .img-2 p,#outline .contents-all .img-3 p,#outline .contents-all .img-4 p{
        margin-top: 20px;
        line-height: 1.4em;
    }
    #outline .contents-all .img-1 img{
        width:60%;
        margin-top: 30px;
        margin-bottom: -25px;
    }
    #outline .contents-all .img-2 img{
        width:30%;
        margin-top: 10px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-3 img{
        width:60%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-4 img{
        width:60%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
	#outline .contents-all .link_area{
		margin-top:50px;
		font-size: 1.3em;
		font-weight: 500;
	}
    #outline .contents-all .link_note{
        display: inline;
    }
    #outline .contents-all .link_note img{
        text-align: center;
		width: 40%;
        margin:20px 30% 0;
    }
    #outline .contents-all .link_note a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }
	#outline .contents-all .link_kanaetaiyume img{
        text-align: center;
		width: 70%;
        margin: 40px 15% 60px;
    }
    #outline .contents-all .link_kanaetaiyume a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }
    #outline .contents-all .topmargin{
        margin: 80px auto 0;
    }
    #outline .explanation{
        text-align: center;
    }
    #outline .explanation h4{
        font-size: 1.5em;
        padding-bottom: 40px;
    }
    #outline .explanation p{
        width: 700px;
        text-align: justify;
    }
    #outline .explanation a{
        color: #464646;
    }

    /*---- CI ----*/
    #area_ci{
        width: 90%;
        max-width: 500px;
        margin: 0 auto 0;
    }
    #area_ci img{
        width: 100%;
    }
}
/*--PC版（1101px～ コンテンツの列幅は1000px設定）--*/
@media only screen and (min-width:1101px){
	body{
        background-image: url("../img/bg_kv2024.webp");
        background-attachment: fixed;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .contents-all{
        max-width: 1000px;
        margin: 0 auto;
    }
}


/**---- 留意事項・footer ----**/
/*----SP（～766px）----*/
@media only screen and (max-width:766px){
    /** 留意事項など **/
    .consideration{
        background-color: #ddd;
        padding: 10% 0;
    }
    .title-consideration{
        font-size: 1em;
        font-weight: bold;
    }    
    .para-consideration{
        margin-bottom:0;
        width: 100%;
        line-height: 1.8em;
        font-size: 0.7em;
    }

    /**--さわかみファンドのリスクおよび手数料等について--**/
    .disclamer {
        padding: 60px 0; }
    .disclamer_box {
        background-color: #eee; }
    .disclamer_box .box {
        margin-bottom: 40px; }
    .disclamer_box .box:last-child {
        margin-bottom: 0; }
    .disclamer_box .box h3 {
        font-size: 0.8em;
        font-weight: 700;
        margin-bottom: 5px; }
    .disclamer_box .box p {
        font-size: 0.7em;
        line-height: 1.4; }
    .disclamer_box .box p.attn {
        margin-top: 20px; }
    .disclamer_box .box p.attn2 {
        margin-top: 10px;
        margin-bottom: 10px;}
    .disclamer_box .box .line {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #555555; }
    .disclamer_box .box .line.bdru {
        border-top: 1px solid #555555; }
    .disclamer_box .box .line > div {
        padding: 10px 0;
        height: 100%; }
    .disclamer_box .box .line .left_blc {
        width: 180px;
        padding-left: 20px; }
    .disclamer_box .box .line .left_blc p {
        font-weight: 700; }
    .disclamer_box .box .line .right_blc {
        width: calc(100% - 180px);
    }

    /* 最下部コピーライト */
    .copyright {
        background-color: #848484;
        padding: 45px 0;
    }
    .copyright p {
        color: #fff;
        font-size: 0.6em;
        text-align: center;
    }
}
/*----PC（767px～）----*/
@media only screen and (min-width:767px){
    /** 留意事項など **/
    .consideration{
        width: 100%;
        padding: 50px 0;
    }
    .title-consideration{
        font-size: 1.0em;
        font-weight: bold;
    }    
    .para-consideration{
        margin-bottom:0;
        width: 100%;
        line-height: 1.8em;
        font-size: 0.8em;
    }

    /** さわかみファンドのリスクおよび手数料等について **/
    .disclamer {
        width: 100%;
        margin: 0 auto;
        padding: 60px 0;
    }
    .disclamer h2 {
        font-size: 32px;
        font-weight: 700;
        color: #043492;
        text-align: center;
        margin-bottom: 60px;
    }
    .disclamer h2 span {
        border-left: 2px solid #043492;
        border-right: 2px solid #043492;
        line-height: 1;
        padding: 5px 25px;
    }
    .disclamer_box {
        background-color: #eee;
    }
    .disclamer_box .box {
        margin-bottom: 40px; }
    .disclamer_box .box:last-child {
        margin-bottom: 0; }
    .disclamer_box .box h3 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 5px; }
    .disclamer_box .box p {
        font-size: 12px;
        line-height: 1.4; }
    .disclamer_box .box p.attn {
        margin-top: 20px; }
    .disclamer_box .box p.attn2 {
        margin-top: 10px;
        margin-bottom: 10px;}
    .disclamer_box .box .line {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #555555; }
    .disclamer_box .box .line.bdru {
        border-top: 1px solid #555555; }
    .disclamer_box .box .line > div {
        padding: 10px 0;
        height: 100%; }
    .disclamer_box .box .line .left_blc {
        width: 180px;
        padding-left: 20px; }
    .disclamer_box .box .line .left_blc p {
        font-weight: 700; }
    .disclamer_box .box .line .right_blc {
        width: calc(100% - 180px); }   

/* 最下部コピーライト */
    .copyright {
        background-color: #848484;
        padding: 45px 0;
    }
    .copyright p {
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
}

/**------アニメーション設定--------**/
/* フェードイン */
.fadein{
    animation-name: fadeinAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeinAnime{
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}
.trigger_fadein{
    opacity: 0;
}    

/* 拡大 */
.zoomIn{
	animation-name:zoomAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
@keyframes zoomAnime{
    from {
        transform: scale(0.6);
    }
    to {
        transform: scale(1);
    }
}
.trigger_zoomin{
    }

/* 右上へ回転 */
.flip_righttop{
    animation-name:flip_righttopAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
@keyframes flip_righttopAnime{
    from {
        transform: translate(-20px,80px) rotate(25deg);
        opacity: 0;
    }
    to {
        transform: translate(0,1) rotate(0deg);
        opacity: 1;
    }
    }
.trigger_flip_righttop{
    opacity: 0;
    }

/* タイピング */
.text_typing span {
    display: none;
}
/*文字列後ろの線の設定*/
/*.TextTyping::after {
    content: "|";
    animation: typinganime .8s ease infinite;
}*/
@keyframes typinganime{
    from{opacity:0}
    to{opacity:1}
}

/**------//アニメーション設定--------**/

/**----フォームリンク----**/
#form_link a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#eee;
    border:solid 1px #999999;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	color: #000;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}
#form_link a img{
    width: 100px;
}
#form_link a:hover{
	background: #aaa;
}
#form_link {
	position: fixed;
	right: 30px;
	bottom:90px;
	z-index: 2;
	opacity: 0;
	transform: translateX(100px);
    transition: opacity 0.3s, transform 0.3s;
}
/*--左の動き--*/
#form_link.LeftMove{
	animation: LeftAnime 0.3s forwards;
}
@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}
/*--右の動き--*/
#form_link.RightMove{
	animation: RightAnime 0.3s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}
@media only screen and (max-width:766px){
    #form_link a img{
        width: 80px;
    }
    #form_link {
        position: fixed;
        right: 30px;
        bottom:30px;
        z-index: 2;
        opacity: 0;
        transform: translateX(100px);
    }

}

/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;}

html{scroll-behavior: smooth;}
body {line-height: 1.7; }
ul li {list-style: none; }
blockquote, q {quotes: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
th {text-align: left; }
h1, h2, h3, h4, h5, h6 {font-size: 100%; }
img, fieldset {border: 0; }
* {box-sizing: border-box; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }
.clearfix {display: block;
}
/* End hide from IE-mac */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {zoom: 1; }

/** 共通の基本仕様 **/
a{text-decoration: none;}
body, html {
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    box-sizing: border-box;
    font-size: 93.75%;
    color: #444; }
html > body {
    font-size: 15px;
  /* Except IE */ }
body{
    /*background: linear-gradient(180deg, rgb(255, 242, 78), rgb(0, 132, 226), rgb(4, 52, 146));
    background-attachment: fixed;*/
    /*background-color: #dffbfd;*/ /* 作業用BGカラー 両再度5%*/
}
.tbld{
    font-weight: bold;
}
.tudl{
    text-decoration: underline;
}

/**---------キービジュアル設定-----------**/
/*kv全体の調整*/
@media only screen and (max-width:766px){
    .pc_only1,.pc_only2{ 
        display: none;
    } 
}
@media only screen and (min-width:767px) and (max-width:1000px){
    /*----TOP----*/
    .pc_only2{ 
        display: none;
    }
}

@media only screen and (min-width:1001px){
    .pc_only1{ 
        display: none;
    }
}

/**----------- header ------------**/
/*-- header SP版（～766px）--*/
@media only screen and (max-width:766px){
    header{
        width: 100%;
        background-color:rgba(255,255,255,.7);
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 5px 5px 3px 1px rgba(100, 100, 100, .2);
    }
    .header-logo{
        margin: 10px 0 0 15px;
        display: inline-block;
    }
    .logo-sawakami{
        width:130px;
    }
    .btn1{
        top:0;
        right: 10px;
        text-align: right;
        position: absolute;
        width:50%;
        text-align: center;
        display: inline;
        padding:5px 5px;
        margin: 10px auto 5px;
        background: transparent linear-gradient(180deg, #FFBE58 0%, #EF9407 100%) 0% 0% no-repeat padding-box;
        background: linear-gradient(102deg, #FFDF51 0.81%, #F6DB55 4.72%, #DDD261 10.59%, #B5C474 18.41%, #7EB08E 27.21%, #3997B0 36.98%, #0083CC 44.8%, #0079C2 48.71%, #005CA5 61.42%, #004890 74.13%, #003C84 86.84%, #003880 98.57%) 0% 0% no-repeat padding-box;
        color: #ffffff;
        border-radius: 50px;
        font-size: 0.8em;
        font-weight: bold;
        border: 1px solid #ebebeb;
        transition:all 0.3s ease-in-out;
    }
    .btn1:link,.btn1:hover,.btn1:visited{
        color: #ffffff;
    }
    .btn1:hover{
        color:#005093;
        background-color: #fff;
        background: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
        border: 1px solid #005093;
    }
}
/*-- header PC版（767px～）--*/
@media only screen and (min-width:767px){
    header{
        width: 100%;
        height: 60px;
        background-color:rgba(255,255,255,.7);
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 5px 5px 3px 1px rgba(100, 100, 100, .2);
    }
    .header-logo{
        margin: 10px 0 0 20px;
        display: inline-block;
    }
    .logo-sawakami{
        width:180px;
    }
    .btn1{
        top:0;
        right: 20px;
        text-align: right;
        position: absolute;
        width:250px;
        text-align: center;
        display: inline;
        padding:5px 5px;
        margin: 10px auto 10px;
        background: transparent linear-gradient(180deg, #FFBE58 0%, #EF9407 100%) 0% 0% no-repeat padding-box;
        background: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
        border: 1px solid #005093;
        color: #005093;
        border-radius: 50px;
        font-size: 1em;
        font-weight: bold;
        transition:all 0.3s ease-in-out;
    }
    .btn1:link,.btn1:hover,.btn1:visited{
        color: #005093;
    }
    .btn1:hover{
        color:#fff;
        background-color: #fff;
        background: linear-gradient(102deg, #FFDF51 0.81%, #F6DB55 4.72%, #DDD261 10.59%, #B5C474 18.41%, #7EB08E 27.21%, #3997B0 36.98%, #0083CC 44.8%, #0079C2 48.71%, #005CA5 61.42%, #004890 74.13%, #003C84 86.84%, #003880 98.57%) 0% 0% no-repeat padding-box;
        border: 1px solid #ebebeb;
    }
}


/**------------ main ------------**/
/*--SP版（～766px）--*/
@media only screen and (max-width:766px){
    .pc_only{ 
        display: none;
    }
    body{
    }
    body::before{
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
		height: 100vh;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-image: url(../img/bg_kv2024-sp.webp);
    }
    main{
        width: 100%;
    }
    footer{
        width: 100%;
        background-color: #ddd;
    }
    .contents-all{
        width: 90%;
        margin: 0 auto;
    }
    .ci-line{
        border-top: 10px solid rgb(4, 52, 146);
        border-image: linear-gradient(90deg, rgb(255, 242, 78), rgb(0, 132, 226), rgb(4, 52, 146));
        border-image-slice: 1;
    }

    /*---- KV ----*/
    #kv{
        margin-bottom: 20%;
    }
    #kv .contents-all .kv-head{
        margin-top: 50px;
    }
    #kv .contents-all .kv-head p{
        font-size: 1.2em;
        color: #043492;
    }
    #kv .contents-all .kv-main{
        margin-top: 30px;
    }
    #kv .contents-all .kv-main img{
        width: 100%;
    }
    #kv .contents-all .kv-sub{
		text-align: center;
        margin-top: 100px;
    }
    #kv .contents-all .kv-sub h2{
        font-family:'Times New Roman', Times, serif;
        font-size: 1.4em;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 10px rgba(255, 255, 255, 1);
        margin-bottom: 50px;
        line-height: 1.5em;
    }
    #kv .contents-all .kv-sub p{
		font-weight: 600;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 20px rgba(255, 255, 255, 1);
        font-size: 0.9em;
        line-height: 2em;
        margin-top: 20px;
    }

    /*---- 概要 ----*/
    #outline{
    }
    /* #outline h3{
        font-family:'Times New Roman', Times, serif;
        color: #043492;
        font-size: 1.8em;
        line-height: 1.5em;
        text-align: center;
        margin: 3% auto 20px;
    } */
    #outline h4{
        font-size: 1.4em;
        margin: 80px auto 10px;
        text-align: center;
    }
    #outline .contents-all{
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0 5% 10%;
        border-radius: 50px;
        background-size: cover;
        box-shadow: 5px 5px 3px 1px rgba(100, 100, 100, .5);
    }
    #outline .contents-all p{
        font-size: 0.85em;
        line-height: 2em;
        margin: 20px auto 0;
    }
    #outline .contents-all .img-a{
        width: 100%;
        text-align: center;
        margin: 20px auto 0;
        display: inline;
    }
	#outline .contents-all .img-line{
		margin-top: 80px;
		width: 100%
	}
    #outline .contents-all .indent{
        padding-left:1em;
        text-indent:-1em;
    }
    .indent2{
        padding-left:1em;
        text-indent:-1em;
        display:inline-block;
    }
    .indent3{
        padding-left:1em;
        text-indent:-1em;
    }
    #outline .contents-all .topmargin{
        margin: 80px auto 0;
    }
    #outline .contents-all .img-a{
        width:100%;
        margin: 20px 0 0;
    }
    #outline .contents-all .img-1,#outline .contents-all .img-2,#outline .contents-all .img-3,#outline .contents-all .img-4{
        text-align: center;
        font-size: 1.4em;
        margin-top: 20px;
        color: #005093;
        text-decoration: underline;
    }
    #outline .contents-all .img-1 p,#outline .contents-all .img-2 p,#outline .contents-all .img-3 p,#outline .contents-all .img-4 p{
        margin-top: 20px;
        line-height: 1.4em;
    }
    #outline .contents-all .img-1 img{
        width:100%;
        margin-top: 30px;
        margin-bottom: -25px;
    }
    #outline .contents-all .img-2 img{
        width:80%;
        margin-top: 10px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-3 img{
        width:100%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-4 img{
        width:100%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
	#outline .contents-all .link_area{
		margin-top:50px;
		font-size: 1.3em;
		font-weight: 500;
	}
    #outline .contents-all .link_note{
        display: block;
        text-align: center;
    }
    #outline .contents-all .link_note img{
        text-align: center;
        margin: 20px auto 0;
    }
    #outline .contents-all .link_note a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }
	#outline .contents-all .link_kanaetaiyume img{
        text-align: center;
		width: 90%;
        margin: 40px 5% 20px;
    }
    #outline .contents-all .link_kanaetaiyume a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }


    /*---- CI ----*/
    #area_ci{
        width: 90%;
        margin: 0 5% 0;
    }
    #area_ci img{
        width: 80%;
        margin: 0 10%;
    }
}
/*--pad版（550~767px）--*/
@media only screen and (min-width:550px) and (max-width:766px){
	#kv .contents-all .kv-sub {
        text-align: center;
        margin-top: 300px;
    }
}
/*--PC版（767px～）--*/
@media only screen and (min-width:767px) and (max-width:1020px){

/*-----共通-------*/
    .sp_only{ 
        display: none;
    }
    body{
        background-image: url("../img/bg_kv2024-min1100.webp");
        background-attachment: fixed;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    main{
        width: 100%;
    }
    footer{
        width: 100%;
        background-color: #ddd;
    }
    .contents-all{
        width: 90%;
        margin: 0 auto;
    }
    .ci-line{
        border-top: 15px solid rgb(4, 52, 146);
        border-image: linear-gradient(90deg, rgb(255, 242, 78), rgb(0, 132, 226), rgb(4, 52, 146));
        border-image-slice: 1;
        margin-bottom: 0px;
    }

    /*---- KV ----*/
    #kv{
        margin-bottom: 150px;
    }
    #kv .contents-all .kv-head{
        margin-top: 50px;
    }
    #kv .contents-all .kv-head p{
        font-size: 1.2em;
        color: #043492;
    }
    #kv .contents-all .kv-main{
        margin-top: 80px;
		text-align: center;
    }
    #kv .contents-all .kv-main img{
        width: 80%;
    }
    #kv .contents-all .kv-sub{
		text-align: center;
        margin-top: 350px;
    }
    #kv .contents-all .kv-sub h2{
        font-family:'Times New Roman', Times, serif;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 10px rgba(255, 255, 255, 1);
        font-size: 2.5em;
        margin-bottom: 70px;
        line-height: 1.5em;
    }
    #kv .contents-all .kv-sub p{
		font-weight: 600;
		text-shadow: -1px -1px rgba(255, 255, 255, 0.8), -1px 1px rgba(255, 255, 255, 0.8), 1px -1px rgba(255, 255, 255, 0.8), 1px 1px rgba(255, 255, 255, 0.8),0 0 20px rgba(255, 255, 255, 1);
        font-size: 18px;
        line-height: 2.2em;
        margin-top: 10px;
    }

    /*---- 概要 ----*/
    #outline .contents-all{
        background-color:rgba(255,255,255,0.8);
        padding: 80px;
        border-radius: 50px;
        background-size: cover;
        box-shadow: 10px 10px 15px 3px rgba(100, 100, 100, .4);
    }
    #outline .contents-all p{
        font-size: 1em;
        line-height: 2em;
        margin: 15px auto 0;
    }
    #outline .contents-all .indent{
        padding-left:1em;
        text-indent:-1em;
    }
    .indent2{
        padding-left:1em;
        text-indent:-1em;
        display:inline-block;
    }
    .indent3{
        padding-left:1em;
        text-indent:-1em;
    }
    #outline .contents-all .img-a{
        /* width:100%; */
        margin: 20px 0 0;
    }
	#outline .contents-all .img-line{
		margin-top: 80px;
		width: 100%
	}
    #outline .contents-all .img-1,#outline .contents-all .img-2,#outline .contents-all .img-3,#outline .contents-all .img-4{
        text-align: center;
        font-size: 1.4em;
        margin-top: 20px;
        color: #005093;
        text-decoration: underline;
    }
    #outline .contents-all .img-1 p,#outline .contents-all .img-2 p,#outline .contents-all .img-3 p,#outline .contents-all .img-4 p{
        margin-top: 20px;
        line-height: 1.4em;
    }
    #outline .contents-all .img-1 img{
        width:60%;
        margin-top: 30px;
        margin-bottom: -25px;
    }
    #outline .contents-all .img-2 img{
        width:30%;
        margin-top: 10px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-3 img{
        width:60%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
    #outline .contents-all .img-4 img{
        width:60%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
	#outline .contents-all .link_area{
		margin-top:50px;
		font-size: 1.3em;
		font-weight: 500;
	}
    #outline .contents-all .link_note{
        display: inline;
    }
    #outline .contents-all .link_note img{
        text-align: center;
		width: 40%;
        margin:20px 30% 0;
    }
    #outline .contents-all .link_note a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }
	#outline .contents-all .link_kanaetaiyume img{
        text-align: center;
		width: 70%;
        margin: 40px 15% 20px;
    }
    #outline .contents-all .link_note a:hover{
        transition:all 0.3s ease-in-out;
        opacity: 0.7;
    }
    #outline .contents-all .topmargin{
        margin: 80px auto 0;
    }

    /*---- CI ----*/
    #area_ci{
        width: 90%;
        max-width: 500px;
        margin: 0 auto 0;
    }
    #area_ci img{
        width: 100%;
    }
}
/*--PC版（1101px～ コンテンツの列幅は1000px設定）--*/
@media only screen and (min-width:1101px){
	body{
        background-image: url("../img/bg_kv2024.webp");
        background-attachment: fixed;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .contents-all{
        width: 1000px;
        margin: 0 auto;
    }
}


/**---- 留意事項・footer ----**/
/*----SP（～766px）----*/
@media only screen and (max-width:766px){
    /** 留意事項など **/
    .consideration{
        background-color: #ddd;
        padding: 10% 0;
    }
    .title-consideration{
        font-size: 1em;
        font-weight: bold;
    }    
    .para-consideration{
        margin-bottom:0;
        width: 100%;
        line-height: 1.8em;
        font-size: 0.7em;
    }

    /**--さわかみファンドのリスクおよび手数料等について--**/
    .disclamer {
        padding: 60px 0; }
    .disclamer_box {
        background-color: #eee; }
    .disclamer_box .box {
        margin-bottom: 40px; }
    .disclamer_box .box:last-child {
        margin-bottom: 0; }
    .disclamer_box .box h3 {
        font-size: 0.8em;
        font-weight: 700;
        margin-bottom: 5px; }
    .disclamer_box .box p {
        font-size: 0.7em;
        line-height: 1.4; }
    .disclamer_box .box p.attn {
        margin-top: 20px; }
    .disclamer_box .box p.attn2 {
        margin-top: 10px;
        margin-bottom: 10px;}
    .disclamer_box .box .line {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #555555; }
    .disclamer_box .box .line.bdru {
        border-top: 1px solid #555555; }
    .disclamer_box .box .line > div {
        padding: 10px 0;
        height: 100%; }
    .disclamer_box .box .line .left_blc {
        width: 180px;
        padding-left: 20px; }
    .disclamer_box .box .line .left_blc p {
        font-weight: 700; }
    .disclamer_box .box .line .right_blc {
        width: calc(100% - 180px);
    }

    /* 最下部コピーライト */
    .copyright {
        background-color: #848484;
        padding: 45px 0;
    }
    .copyright p {
        color: #fff;
        font-size: 0.6em;
        text-align: center;
    }
}
/*----PC（767px～）----*/
@media only screen and (min-width:767px){
    /** 留意事項など **/
    .consideration{
        width: 100%;
        padding: 50px 0;
    }
    .title-consideration{
        font-size: 1.0em;
        font-weight: bold;
    }    
    .para-consideration{
        margin-bottom:0;
        width: 100%;
        line-height: 1.8em;
        font-size: 0.8em;
    }

    /** さわかみファンドのリスクおよび手数料等について **/
    .disclamer {
        width: 100%;
        margin: 0 auto;
        padding: 60px 0;
    }
    .disclamer h2 {
        font-size: 32px;
        font-weight: 700;
        color: #043492;
        text-align: center;
        margin-bottom: 60px;
    }
    .disclamer h2 span {
        border-left: 2px solid #043492;
        border-right: 2px solid #043492;
        line-height: 1;
        padding: 5px 25px;
    }
    .disclamer_box {
        background-color: #eee;
    }
    .disclamer_box .box {
        margin-bottom: 40px; }
    .disclamer_box .box:last-child {
        margin-bottom: 0; }
    .disclamer_box .box h3 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 5px; }
    .disclamer_box .box p {
        font-size: 12px;
        line-height: 1.4; }
    .disclamer_box .box p.attn {
        margin-top: 20px; }
    .disclamer_box .box p.attn2 {
        margin-top: 10px;
        margin-bottom: 10px;}
    .disclamer_box .box .line {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #555555; }
    .disclamer_box .box .line.bdru {
        border-top: 1px solid #555555; }
    .disclamer_box .box .line > div {
        padding: 10px 0;
        height: 100%; }
    .disclamer_box .box .line .left_blc {
        width: 180px;
        padding-left: 20px; }
    .disclamer_box .box .line .left_blc p {
        font-weight: 700; }
    .disclamer_box .box .line .right_blc {
        width: calc(100% - 180px); }   

/* 最下部コピーライト */
    .copyright {
        background-color: #848484;
        padding: 45px 0;
    }
    .copyright p {
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
}

/**------アニメーション設定--------**/
/* フェードイン */
.fadein{
    animation-name: fadeinAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeinAnime{
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}
.trigger_fadein{
    opacity: 0;
}    

/* 拡大 */
.zoomIn{
	animation-name:zoomAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
@keyframes zoomAnime{
    from {
        transform: scale(0.6);
    }
    to {
        transform: scale(1);
    }
}
.trigger_zoomin{
    }

/* 右上へ回転 */
.flip_righttop{
    animation-name:flip_righttopAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
@keyframes flip_righttopAnime{
    from {
        transform: translate(-20px,80px) rotate(25deg);
        opacity: 0;
    }
    to {
        transform: translate(0,1) rotate(0deg);
        opacity: 1;
    }
    }
.trigger_flip_righttop{
    opacity: 0;
    }

/* タイピング */
.text_typing span {
    display: none;
}
/*文字列後ろの線の設定*/
/*.TextTyping::after {
    content: "|";
    animation: typinganime .8s ease infinite;
}*/
@keyframes typinganime{
    from{opacity:0}
    to{opacity:1}
}

/**------//アニメーション設定--------**/


/**----ページトップリンク----**/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#eee;
    border:solid 1px #999999;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	color: #000;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}
#page-top a:hover{
	background: #aaa;
}
#page-top {
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 2;
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/
#page-top.LeftMove{
	animation: LeftAnime 0.3s forwards;
}
@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove{
	animation: RightAnime 0.3s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}