@charset "utf-8";

/*------------------------------------
header nav
--------------------------------------*/
.main-img {
    position: relative;
    background:url(./images/fv-pc-v3.png) center bottom no-repeat;
    background-size:contain;
    height: auto;
    /* min-width: 790px; */
    /* margin:2rem auto 0 1rem; */
    }

@media (min-width: 768px) {
.lp-header {
    background: url(./images/kira-left.svg) top 6rem left no-repeat, url(./images/kira-right.svg) top 6rem right no-repeat;
    background-size:35rem;
}

.main-img{
    height: 300px;
}
}

@media (min-width: 1200px) {
.lp-header {
    background-size:40rem;
}
}


@media (min-width: 1500px){
.lp-header{
    background-size:65rem;
    background: url(./images/kira-left.svg) top 6rem left no-repeat, url(./images/kira-right.svg) top 6rem right no-repeat;
    background-size:50rem;
    }
}

@media (min-width: 1800px) {
    .lp-header {
            background-size:58rem;
        }
    }

@media (min-width: 2000px) {
    .lp-header {
            background:none;
        }
    }


@media (min-width: 768px) {
.main-img::before{
    content: "";
    display: inline-block;
    position:absolute;  
    background: linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(240,220,152) 40%, rgb(188,67,73) 75%, rgb(206,25,41) 100%);
    width: 100%;
    height:100%;
    z-index:-1;
    }
}

.jcr {
position: absolute;
top:77%;
right: 0;
z-index: 2;
}
.jcr img {width: 200px;}


@media (min-width: 1200px) {
.main-img {
height: 470px;
margin:4rem auto 0;
/* max-width: 1150px; */
}

.jcr img {width: 300px;}
}

/*------------------------------------
text
--------------------------------------*/
h1 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
color: #f6f7f7;
}

@media (max-width: 320px) {
.text-4x {font-size: 3rem;}
}

.content-title {
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin-bottom: 3rem;
color: #084ba6;
}

.content-title:before {
content: "";
display: inline-block;
background: url(./images/sec-ttl-l.svg)bottom left no-repeat;
width: 28px;
height: 31px;
background-size: contain;
margin-right: .4rem;
}
.content-title:after {
content: "";
display: inline-block;
background: url(./images/sec-ttl-r.svg)bottom left no-repeat;
width: 28px;
height: 31px;
background-size: contain;
margin-left: .4rem;
}

@media (max-width: 390px) {
.content-title {font-size: 2rem;}
}

@media (max-width: 575.98px)  {
.content-title > span {padding: 0 1.5rem;}
}
@media (min-width: 768px) {
.content-title {margin-bottom: 4.5rem;}
}

/*------------------------------------
contents
--------------------------------------*/

@media (min-width: 1200px) {
.d-xlg-none {
display: none !important;
}
}

/* section1 */

.sec01-w img{
    width: 50%;
    height:auto;
}

.sec01-w img span{
    display: block;
}

.sec01-yen{
    font-size:2.5rem;
    font-weight: bold;
}

@media (min-width: 1200px){
    .sec01-yen{
        font-size:3rem;
    }
}


.sec01-flag .sec01-yen{
    font-size:5rem;
}

@media (min-width: 1200px){
    .sec01-flag .sec01-yen{
        font-size:9rem;
    }
}

.sec01-p2{
    color:#e80b05;
}

.incentive-area{
    background-color: #FFFCF3;
    padding:3rem 0 4rem;
    font-weight: bolder;
}

@media (min-width: 1200px){
    .incentive-area{
        margin-top:4rem;
    }

    .incentive-pc {
        display: flex;
        justify-content: space-around;
        align-items: center;
}
}

.incen-wrapper{
    background-color:#D52B1E;
    padding: 10% 0 4% 0;
    position:relative;
}

@media (min-width: 1200px){
.incen-wrapper {
    padding: 5% 0 2% 0;
    width: 45%;
}
}

.incentive-area .container>p{
    padding-bottom:7%;
    font-size: 2rem;
}

@media (min-width: 768px) and (max-width: 1199px){
    .incentive-area .container>p{
        font-size: 2.5rem;
}
}

@media (min-width: 1200px){
    .incentive-area .container>p{
        padding-bottom:0;
        font-size: 3rem;
}
}

.incentive-yen {
    font-size: 3rem;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1199px){
    .incentive-yen {
        font-size: 3.8rem;
    }
}

@media (min-width: 1200px){
    .incentive-yen {
        font-size: 5rem;
    }
}

.incen-detail-2{
    color:#ffffff;
}

.incentive-more{
    padding: 6% 0 10%;
}

.incentive-more P{
    margin-bottom:0 !important;
}


.incentive-more div{
    font-size: 4rem;
    border-radius: 30px;
    background-color: #FFE431;
    display: inline;
    padding: 0 14px;
    color: #ffffff;
}

.incen-detail-1{
    background-color: #ffffff;
    border: solid #D52B1E 2px;
    display: inline-block;
    padding: 2%;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    font-size: 1.8rem;
}

@media (min-width: 768px) and (max-width: 1199px){
    .incen-detail-1{
        font-size: 2.2rem;
    }
}

@media (min-width: 1200px){
    .incen-detail-1{
    padding: 2% 4%;
    font-size: 2.5rem;
}
}

.cta-txt{
    color:#ffffff;
}

.cta-txt h2{
    color:#FFE431;
}

.ruby-color{
    color:#434343;
}

.sec01-img-ba{
    position:relative;
    height:auto;
    width:100%;
    padding: 0rem 2rem 2rem 2rem;
}

.sec01-img-ba::before{
    background: url(./images/tree-left.svg) no-repeat;
    content:"";
    width: 70px;
    height: 93px;
    display: block;
    position: absolute;
    left: 6%;
}

.sec01-img-ba::after{
    background: url(./images/tree-right.svg) no-repeat;
    content:"";
    width: 70px;
    height:93px;
    display: block;
    position: absolute;
    top: 0;
    left: 81%;
}

@media (min-width: 450px){
    .sec01-img-ba::before{
        left: 8%;
    }
    .sec01-img-ba::after{
        top: -3%;
        left: 82%;
    }
}


@media (min-width: 768px){
    .sec01-img-ba::before{
        left: 24%;
    }
    
    .sec01-img-ba::after{
        top: -3%;
        left: 70%;
    }
}

@media (min-width: 992px){
    .sec01-img-ba::before{
        left: 30%;
    }
    
    .sec01-img-ba::after{
        top: 0;
        left: 65%;
    }
}

@media (min-width: 1200px){
    .sec01-img-ba::before{
        width: 74px;
        height:100px;
        left: 28%;
    }

    .sec01-img-ba::after{
        width: 74px;
        height:100px;
        left: 68%;
        top:-2%;
    }
}

@media (min-width: 768px){
    .sec01-flag{
    display: flex;
    justify-content: space-evenly;
}
}

@media (max-width: 767px){
    .d-sp-none{
        display:none;
    }
}

.sec01-w p{
    font-weight:bolder;
}

@media (min-width: 1200px){
    .sec01-frag-b li{
        flex-grow:1;
    }

    .sec01-frag-b img{
        width: 41%;
    }
}

.d-md-none .sec01-sp{
    display: flex;
    flex-wrap: wrap;
    }

.sec01-sp li{
    width:45%;
    margin: 0 auto;
}

.comment {
text-align: left;
font-size: 1.4rem;
line-height: 1.4;
margin-bottom: 0;
}

.sec01-p{
    padding-top:0;
    padding-bottom:3rem;
    text-align: center;
}

@media (min-width: 768px) {
.comment {font-size: 1.4rem;
}
}

/*キャンペーン*/
.campaign-list {text-align: center;}
.campaign-list li {margin-bottom: 1.5rem;}
@media (min-width: 768px) {
.campaign-title {margin-bottom: 5rem;}
.campaign-list li {margin-bottom: 3rem;}
}

/*取引手数料*/
ul.check-mark li {
font-size: 2.2rem;
font-weight: bold;
line-height: 1.5;
}
@media (max-width: 575.98px)  {
ul.check-mark li {
font-size: 2rem;
line-height: 1.35;
}
}


/*smartphone*/
.spapp-img {
position: relative;
text-align: center;
}
.wappen {
position: absolute;
display: inline-block;
z-index: 2;
top: -2rem;
left: -1rem;
background: url(./images/wappen1.svg) no-repeat;
background-size: contain;
width: 70px;
height: 70px;
}
.wappen2 {background-image: url(./images/wappen2.svg) !important;}
.wappen3 {background-image: url(./images/wappen3.svg) !important;}
.wappen4 {background-image: url(./images/wappen4.svg) !important;}

@media (min-width: 768px) {
.wappen {
top: -2rem;
left: 3rem;
width: 80px;
height: 80px;
}
}
@media (min-width: 992px) {
.wappen {left: -2rem;}
}



/*安心の信託保全*/
.content-inner {
max-width: 900px;
margin: 0 auto 3rem;
text-align: center;
}
.content-inner p {
display: inline-block;
text-align: left;
}

.trust-img {
margin: auto;
padding: 3rem;
text-align: center;
border: 2px solid #969595;
border-radius: 1rem;
background: #fff;
}

@media (min-width: 768px) {
.trust-img {padding: 3rem 5rem;}
}



/*ステップ*/
.step-area {
display: -ms-flexbox;
display: flex;
justify-content: center;
position: relative;
margin: auto;
}

.step-open {
display: -ms-flexbox;
display: flex;
}

@media (min-width: 768px) {
.step-area {
width: 100%;
max-width: 700px;
}
.step-open {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
align-items: center;
flex: 1 0 auto;
padding: 0 .5rem;
}
.step-open:first-of-type {width: 29%;}
.step-open:nth-of-type(2) {width: 36%;}
.step-open:nth-of-type(3) {width: 10%;}
.step-open:nth-of-type(4) {width: 25%;}
}

@media (min-width: 992px)  {
.step-area {max-width: 800px;}
.step-open:first-of-type {width: 26%;}
.step-open:nth-of-type(2) {width: 34%;}
.step-open:nth-of-type(3) {width: 16%;}
.step-open:nth-of-type(4) {width: 24%;}
}


.step-circle {
display: flex;
flex-flow: column;
flex-shrink: 0;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
text-align: center;
background: #065590;
border-radius: 50%;
color: #fff;
line-height: 1;
margin-bottom: 2rem;
}
.step-line {
position: absolute;
background-image: linear-gradient(90deg,#065590,#065590 5px,transparent 0,transparent 8px);
background-repeat: repeat-x;
background-size: 8px 2px;
display: block;
height: 2px;
left: 140px;
top: 50px;
width: 60%;
z-index: -1;
}
.step-circle span:nth-child(2){font-size: 2em;}
.step-blue {
display: inline-block;
background: #065590;
color: #fff;
padding: 2rem 1rem;
border-radius: 1rem;
}
.step-img {text-align: center;}
.step-text {text-align: left;}
.step-text p {font-size: 1.65rem;}

span.check-mark {
position: relative;
padding-left: 2rem;
}
span.check-mark:before {
position: absolute;
display: inline-block;
content: "";
background: url("/ad/common/include/body_messages/img_common/checkmark-b.svg") no-repeat;
height: 16px;
width:16px;
top: 4px;
left: 0;
}


@media (min-width: 768px) {
.step-img {height: 120px;}
.step-text {text-align: center;}
.step-open h6 {text-align: center;}
}

@media (min-width: 992px) {
.step-line {
left: 150px;
width: 68%;
}
}

@media (max-width: 767.9px) {
.step-circle {
width: 68px;
height: 68px;
margin-right: 1.5rem;
}
.step-line {
left: calc(15px + 20px);
top: 11%;
transform: rotate(90deg);
transform-origin: left;
width: 445px;
}
#step ul li:nth-of-type(1) .step-img img {max-width: 60px;}
#step ul li:nth-of-type(2) .step-img img {max-width: 110px;}
#step ul li:nth-of-type(4) .step-img img {max-width: 80px;}
.step-blue {
padding: 1rem 2rem;
margin-bottom: 2rem;
width: 100%;
}
}
@media (max-width: 576px) {
.step-circle {margin-right: 1.5rem;}
}
@media (max-width: 320px) {
.step-line {left:36px;}
}



/*sec02 テキスト*/
.sub-title-icon {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
flex-flow: column;
text-align: center;
line-height: 1.4;
font-size: 2rem;
font-weight: bolder;
margin-bottom: 0;
}
.sub-title-icon span.ttl {
display: inline-block;
text-align: left;
}
.icon-ccypair1 {
content: '';
display: inline-block;
width: 110px;
height: 53px;
background: url(/img/ccypair/mxnjpy.svg) no-repeat;
background-size: contain;
vertical-align: middle;
}
.icon-ccypair2 {
content: '';
display: inline-block;
width: 110px;
height: 53px;
background: url(/img/ccypair/tryjpy.svg) no-repeat;
background-size: contain;
vertical-align: middle;
}
.icon-ccypair3 {
content: '';
display: inline-block;
width: 110px;
height: 53px;
background: url(/img/ccypair/eurusd.svg) no-repeat;
background-size: contain;
vertical-align: middle;
}
.icon-ccypair4 {
content: '';
display: inline-block;
width: 110px;
height: 53px;
background: url(/img/ccypair/usdjpy.svg) no-repeat;
background-size: contain;
vertical-align: middle;
}
.icon-ccypair5 {
    content: '';
    display: inline-block;
    width: 110px;
    height: 53px;
    background: url(/img/ccypair/gbpjpy.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    }

.swap-amount {
font-weight: bolder;
font-size: 2.6rem;
line-height: 1.2;
margin-bottom: 0;
display: flex;
align-items: baseline;
}
.swap-amount > span.amount {
font-size: 3.2em;
line-height: 1;
color: #e80b05;
text-align: right;
}
.swap-amount span.text-small {
font-size: .6em;
margin-left: .5rem;
}

.dflex-box {flex-wrap: wrap;}
.dflex-box > div:first-of-type {
width: 23%;
text-align: center;
}
.dflex-box > div:nth-of-type(2),
.dflex-box > div:nth-of-type(3) {
width: 38%;
text-align: center;
}

@media (max-width: 767.98px) {
.dflex-box > div:first-of-type {
width: 25%;
text-align: center;
}
.dflex-box > div:nth-of-type(2),
.dflex-box > div:nth-of-type(3) {
width: 37.5%;
text-align: center;
}
.sub-title-icon span.ttl {font-size: 1.4rem;}
.unit-txt {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: end;
align-items: end;
flex-flow: column-reverse;
}
}

@media (max-width: 575.98px) {
.sub-title-icon {font-feature-settings: "palt";}
.icon-ccypair1,
.icon-ccypair2,
.icon-ccypair3,
.icon-ccypair4,
.icon-ccypair5 {
max-width: 80%;
max-height: 30px;
}
.swap-amount {
font-size: 1.8rem;
align-items: end;
}
.swap-amount > span.amount {
font-size: /*2.6em*/12vw;
min-width: 26vw;
}
.swap-amount span.text-small {
font-size: .5em;
margin-left: 0;
}
.dflex-box h3 {
font-size: 1.7rem;
font-feature-settings: "palt";
}
}
@media (min-width: 768px) {
.swap-amount > span.amount {width: 165px;}
}
@media (min-width: 992px) {
.swap-amount > span.amount {
width: 245px;
font-size: 3.8em;
}
.dflex-box > div:first-of-type {width: 27%;}
.dflex-box > div:nth-of-type(2),
.dflex-box > div:nth-of-type(3) {
width: 36%;
}
.dflex-box h3 {
font-size: 2.4rem;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.dflex-box h3 {font-size: 2rem;}
}

@media (min-width: 1200px)  {
.dflex-box > div:first-of-type {width: 23%;}
.dflex-box > div:nth-of-type(2),
.dflex-box > div:nth-of-type(3) {
width: 30%;
}
}



/*------------------------------------
button
--------------------------------------*/
@media (max-width: 575.98px) {
.top-btn {bottom: 13vh;}
}

/*申込ボタン*/
.register {background: #0974b8;}
.btn-orange.btn-special {
margin: auto;
display: block;
display: flex;
vertical-align: middle;
justify-content: center;
align-items: center;
padding: /*9px 0*/11px 0 !important;
max-width: /*500px*/530px;
font-size: 2.5rem;
line-height: 1;
}
.btn-orange.btn-special:after {
height: 24px;
width: 25px;
top: 2.2rem;
}
@media (max-width: 575.98px) {
.btn-orange.btn-special {font-size: 1.8rem;}
.btn-orange.btn-special:after {
height: 21px;
width: 22px;
top: /*1.6rem*/1.95rem;
}
}
@media (max-width: 320px) {
.btn-orange.btn-special {font-size: 1.6rem;}
.btn-orange.btn-special:after {
height: 19px;
width: 19px;
top: 1.4rem;
}
}
.btn-orange.btn-special > span {display: inline-block;}

.btn-orange.btn-special > span:first-of-type {
display: inline-block;
margin-right: 1rem;
padding: 0.4rem 0.6rem;
border-radius: 0.25rem;
background: /*#fff*/#1b6a9c;
font-size: .7em;
color: /*#c63e1b*/#fff;
line-height: 1.1;
border: 2px solid #acb4ba;
}
.btn-orange.btn-special > span:first-of-type span {
font-size: 1.3em;
font-weight: bold;
line-height: 1;
}

@media (max-width: 320px) {
.btn-orange.btn-special > span:first-of-type {
margin-right: .5rem;
font-size: .5em;
}
.btn-orange.btn-special > span:first-of-type {
padding: 0.4rem 0.15rem;
}
}

.register-text {
position: relative;
display: inline-block;
color: #fff;
line-height: 1.1;
text-align: center;
}
.register-text span.s-title {font-size: .65em}
.register-text span.l-title {
font-size: 1.65em;
line-height: 1;
}

/*固定ボタン*/
.fixed-btn {
position: fixed;
top: /*20vh*/ 5vh;
bottom: 0;
right: 0;
z-index: 1030;
}
.fixed-btn > .btn-orange {display: inline-block;}

@media (min-width: 992px) {
.fixed-btn > .btn-orange {
padding: /*5rem  1.5rem*/ 3rem  1.5rem 2.5rem;
border-radius: 2rem 0 0 2rem;
font-size: /*2.8rem*/ 2.4rem;
writing-mode: vertical-rl;
letter-spacing: 0.08em;
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.35);
}
.fixed-btn > .btn-orange:after {display: none;}
}

@media (max-width: 991.9px) {
.fixed-btn {
position: fixed;
top: auto;
bottom: 0;
right: 0;
left: 0;
text-align: center;
z-index: 1030;
padding: .8rem 1.5rem;
background-color:rgba(223,223,223,0.6);
}
.fixed-btn > .btn-orange {
width: 80vw;
max-width: 400px;
}
.fixed-btn > .btn-orange:after {top:2rem;}
}


/*ポップアップバナー*/
#fixes-ads {
display: block;
position: fixed;
bottom: 0;
right: 0;
width: 250px;
height: auto;
z-index: 1035;
}
#fixes-ads .card-body {
padding: 0;
}
#fixes-ads .accordion {
display: flex;
justify-content: end;
}
#fixes-ads .accordion a:after {
display: none;
}
#fixes-ads .accordion a {
display: flex;
justify-content: center;
align-items: center;
width: 36px;
height: 32px;
text-align: center;
border-radius: .5rem .5rem 0 0 ;
background: rgba(0,0,0,.5);
transition: all .2s ease-in-out;
}
.toggle_btn {
display: inline-block;
width: 20px;
height: 20px;
background: url(./images/close.svg) no-repeat center center;
background-size: contain;
cursor: pointer;
overflow: hidden;
}
.toggle_btn.selected {
width: 20px;
height: 12px;
background: url(./images/arrow-up.svg) no-repeat center center;
background-size: contain;
}

#fixes-ads .collapsing {
-webkit-transition: height 0.45s ease;
transition: height 0.45s ease;
}

.top-btn {
z-index: 999;	
}

@media (max-width: 991.98px) {
#fixes-ads {
bottom: 90px;
width: 200px;
}
.top-btn {
display: none !important;
}
}



/* ==========モーダルウィンドウ========= */
#mod {
top:150px;
left:50%;
background:url(/ad/common/include/body_messages/img_lp19/keikoku_modal_v2.png) no-repeat center;
position:absolute;
display:block;
width:655px;
height:310px;
overflow:hidden;
margin-left:-335px;
z-index:5;
}

#mod img {
margin:/*142px 0 0 195px*/ 163px 0 0 148px;
cursor:pointer;
max-width: /*260px*/370px;	
}

#mod_bg {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
background:url(/ad/common/include/body_messages/img_lp19/modal_toumei-trans.png) repeat;
background-repeat: repeat;
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
}

@media only screen and (max-width: 680px) {
#mod {
top:55px;
left:5%;
background:url(/ad/common/include/body_messages/img_lp19/keikoku_modal_v2.png) no-repeat center;
background-size:100%;
display:block;
width:90%;
overflow:hidden;
margin:0 auto;
}
#mod img {
position:absolute; 
cursor:pointer;
width:/*40%*/60%;
margin-left:/*30%*/ 20%;
margin-top:158px;
}
#mod_bg {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
background:url(/ad/common/include/body_messages/img_lp19/modal_toumei-trans.png) repeat;
background-repeat: repeat;
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
}
}

.br-sp {
    display: none;
}

@media (max-width: 767px) {
    .br-sp {
        display: block;
    }
}
