/* *************
Staking-LP
*************** */
/* *************
header
*************** */
.header-inner ul, .header-inner ul li{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    height: 48px;
    background-color: #FFFFFF;
}
.header-inner ul{
    list-style: none;
    margin: 0;
    width: calc(100% - 64px);
    padding-right: 16px;

    justify-content: right;
    gap: 32px;
}
.header-inner ul li .btn-primary{
    padding: 0;
    gap: 4px;
    width: 158px;
    height: 28px;
}
.header-inner ul li .btn-primary p{
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}
.header-inner ul li.reward{
    display: flex;
    justify-content:center;
    align-items: center;
    font-weight: 700;
    gap: 8px;
}
.header-inner ul li .reward-rate{
    border: 1px solid #BABCC0;
    border-radius: 8px;    
    padding: 4px 16px;
}
.header-inner ul li .reward-rate img{
    width: 24px;
    height: auto;
}
/* *******************
  FirstView
********************* */
#contents .fv{
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
    background-image: url(/images/doc/staking/fvImg.png);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
#contents .fv .reward-item{
    width: 100%;
    padding: 4px 16px;
    background: #F3F5F9;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    gap: 16px;
    background-color: #FFFFFF;
}
#contents .fv .reward-item,
#contents .fv .reward-rate{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1F2023;
}
#contents .fv .reward-rate{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 16px;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #BABCC0;
    border-radius: 8px;    
}
#contents .fv .reward-rate img{
    width: 24px;
}
#contents .fv-inner{
    padding-top: 32px;
}
#contents .fv .fv-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
#contents .fv .fv-text .catchphrase{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contents .fv .fv-text .catchphrase .description{
    padding-top: 16px;
}
#contents .fv-inner .fv-image,
#contents .fv-inner .fv-image .reward{
    display: block;
}
#contents .fv-inner .fv-image{
    width: 100%;
    height: 270px;
    position: relative;
    background-color:transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(/images/doc/staking/fvImg-sub.png);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contents .fv-inner .fv-image .fv-image-text{
    position: absolute;
    top: 0px;
}
#contents .fv-inner .fv-image .fv-image-text p{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1F2023;
}
#contents .fv-inner .fv-image .fv-image-text p::before {
  content:'';
  border-top:solid 4px transparent;
  border-left:solid 16px #F8FB51;
  border-bottom:solid 4px transparent;
  transform: rotate(65deg);
  margin:5px;
}
#contents .fv-inner .fv-image .fv-image-text p::after {
  content:'';
  border-top:solid 4px transparent;
  border-left:solid 16px #F8FB51;
  border-bottom:solid 4px transparent;
  transform: rotate(120deg);
  margin:5px;
}
#contents .fv-inner .fv-image .reward{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: absolute;
    width: 100%;
    max-width: 480px;
    top: 32px;
}
#contents .fv-inner .fv-image .reward .reward-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 180px;
    margin: 10px;
}
#contents .fv-inner .fv-image .reward .reward-child .reward-item{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
    padding: 24px 0px;
    height: 192px;
    box-sizing: border-box;
}
#contents .fv-inner .fv-image .reward .reward-child .reward-item .reward-item-img{
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
#contents .fv-inner .fv-image .reward .reward-child .reward-item .reward-item-img img{
    display: block;
    margin: auto;
    width: 32px;
}
#contents .fv-inner .fv-image .reward .reward-child .reward-item .reward-item-img-large img {
    width: 46px;
}
#contents .fv-inner .fv-image .reward .reward-child .reward-item-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contents .fv-inner .fv-image .reward .reward-child .reward-item-text p{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
#contents .fv-inner .fv-image .reward .reward-child .reward-item-text p.reward-item-text-small{
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
#contents .fv-inner .fv-image .reward .reward-child .reward-item-under p{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
}

#contents .fv-inner .fv-image .reward .reward-child .reward-not-yet {
    color: #BABCC0;
    ;
}

@media (min-width: 1220px) {
    #contents .fv{
        height: 590px;
    }
    #contents .fv-inner{
        padding: 32px 0;
        width: 100%;
        max-width: 1220px;
        height: 590px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding: 0px;
        position: absolute;
        left: calc(50% - 1200px/2);
        top: 0;
    }
    #contents .fv-inner .fv-image{
        height: 540px;
        max-width: calc(100% / 2 );
    }
    #contents .fv-inner .fv-image .fv-image-text{
        position: absolute;
        top: 140px;
    }
    #contents .fv .fv-text,
    #contents .fv .fv-text .catchphrase{
        align-items: flex-start;
    }

    #contents .fv-inner .fv-image .reward {
        top: 164px;
    }

}
/* *******************
  Feature
********************* */
#contents .feature-inner{
    gap: 16px;
}
#contents .feature .feature-three,
#contents .feature .child,
#contents .feature .child div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#contents .feature .child{
    padding: 16px;
}
#contents .feature .child img{
    width: 100%;
    max-width: 267px;
}
#contents .feature .child-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
#contents .feature .child-title span{
    color: #0695F0;
}
#contents .feature .child-desc{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #727478;
}
#contents .feature .child div{
    gap: 8px;
}
#contents .feature .feature-cv{
    padding-top: 16px;
}
@media (min-width: 960px) {
    #contents .feature{
        padding-bottom: 32px;
    }
    #contents .feature .feature-three{
        flex-direction: row;
        gap: 0;
    }
}

/* *******************
  About
********************* */
#contents .about-inner{
    gap: 16px;
    margin-top: 32px;
    border: 1px solid #BABCC0;
    border-radius: 24px 0px;
    padding: 24px 16px;
}
#contents .about .child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;

}
#contents .about .child img{
    margin: 0 auto;
    width: 100%;
    max-width: 203px;
}
#contents .about .child-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 960px) {
    #contents .about{
        padding-top: 32px;
    }
    #contents .about-inner{
        margin-top: 0;
    }
    #contents .about .child{
        flex-direction: row;
    }
    #contents .about .child-text{
        width: 100%;
        max-width: 404px;
    }
}
/* *******************
  Sim
********************* */
#contents .sim{
    background-color: #F8FAFE;
}
#contents .sim .sim-title-wrap,
#contents .sim .sim-form-wrap,
#contents .sim .form-input{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contents .sim .sim-title-wrap{
    gap: 16px;
}
#contents .sim .sim-sub-title{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
#contents .sim .sim-form-wrap{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDFE3;
    border-radius: 16px;
    gap: 0;
}
#contents .sim .form-input{
    width: 100%;
    padding: 32px 8px;
    gap: 24px;
}
#contents .sim .form-input-child{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
#contents .sim .form-input-child input{
    font-family: 'Noto Sans JP';
    padding: 8px;
    border: 1px solid #DDDFE3;
    border-radius: 4px;
}
#contents .sim .form-input-child label{
    margin-left: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
#contents .sim .form-input-child .child-title{
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    width: 80px;
    text-align: left;
}
#contents .sim .form-input-child .child-item{
    width: calc(100% - 30px);
}
#contents .sim .form-input-child .child-brand{
    display: flex;
    gap: 8px;
    align-items:center;
}
#contents .sim .form-input-child .child-brand .select-container {
    position: relative;
}
#contents .sim .form-input-child .child-brand .brand-select {
    appearance: none;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: 12px 6px;
    padding-left: 40px;
    height: 36px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #DDDFE3;
    border-radius: 4px;
    background-size: 24px 24px;
    padding-right: 36px;
    max-width: 229px;
    box-sizing: border-box;
}
#contents .sim .form-input-child .child-brand .select-container::after {
    content: '';
    position: absolute;
    background: #727478;
    right: 16px;
    top: 16px;
    height: calc(10px / 2);
    width: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#contents .sim .form-input-child .child-brand .brand-select.xym {
    background-image: url(/images/top/icon/coins/xym.png);
}
#contents .sim .form-input-child .child-brand .brand-select.eth {
    background-image: url(/images/top/icon/coins/eth.png);
}
#contents .sim .form-input-child .child-rate input{
    width: 120px;
}
#contents .sim .form-input-child .child-assets input{
    width: calc(100% - 50px);

}
#contents .sim .form-input-child .child-jpy{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
#contents .sim .form-input-child .child-jpy span{
    font-size: 24px;
    line-height: 36px;
    padding: 8px 16px;
    border-bottom: 2px solid #DDDFE3;
}
#contents .sim .form-input-child .calc-title{
    width: 66px;
}
#contents .sim .form-input-child .calc-item{
    width: calc(100% - 66px)
}
#contents .sim .form-input-child #calc-btn{
    width: 200px;
    height: 36px;
    font-weight: 500;
    background: #0695F0;
    border-radius: 100px;
    border: none;
    color: #fff;
}
#contents .sim .form-input-child #calc-btn:disabled{
    background: #FFFFFF;
    opacity: 0.38;
    border: 1px solid #0695F0;
    border-radius: 100px;
    color: #0695F0;    
}
@media (hover: hover) {
    #contents .sim .form-input-child #calc-btn:hover{
        background: #045D97;
        border-radius: 100px;
    }
}
@media (hover: none){
    #contents .sim .form-input-child #calc-btn:active{
        text-decoration: none;
        background: #0579C4;
        border-radius: 100px;        
        color: #FFFFFF;
    }
}

#contents .sim .form-result{
    width: 100%;
    padding: 16px 8px;
    background-color: #0695F0;
    border-radius: 0 0 16px 16px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
}
#contents .sim .result-value{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
#contents .sim .result-value .currency{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
#contents .sim .result-value .currency span:not(.brand-label){
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    padding: 4px 8px;
    border-bottom: 1px solid #FFFFFF;
    display: inline-block;
    min-width: 60px;
    text-align: right;
    height: 44px;
}
#contents .sim .result-value .currency span.brand-label {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
#contents .sim #error_rate,
#contents .sim #error_assets{
    color: #F00635;
    margin-top: 8px;
}

@media (min-width: 768px) {
    #contents .sim .form-input-child .child-assets input{
        width: auto;
    }
    #contents .sim .result-value .currency span{
        font-size: 24px;
        line-height: 36px;        
    }
}
@media (min-width: 960px) {
    #contents .sim .form-input{
        padding: 32px 80px;
    }
}
/* *******************
  overview
********************* */
#contents .overview-text,
#contents .overview .cv-text,
#contents .overview .overview-cv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
#contents .overview .cv-text img{
    width: 100%;
    max-width: 185px;
}
#contents .overview .child-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;

    border-top: 1px solid #DDDFE3;

    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #727478;
}
#contents .overview .child-row:last-child{
    border-bottom: 1px solid #DDDFE3;
}
#contents .overview .child-row-head {
    width: 100%;
    padding: 8px;
    background-color: #F8FAFE;
    text-align: center;
}
#contents .overview .child-row-item {
    width: 100%;
    padding: 8px;
    word-break: break-word;
}
#contents .overview .overview-cv{
    padding: 56px 0;
    gap: 16px;
}
#contents .overview .cv-text{
    gap: 16px;
}
#contents .overview .cv-text .catchphrase *{
    text-align: center;
}
#contents .overview .cv-text .catchphrase .description{
    text-align: left;
    padding-top: 16px;
}
#contents .overview .overview-note,
#contents .overview .overview-lastupdate{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #727478;    
}
#contents .overview .overview-note a{
    color: #0695F0;
}
#contents .overview .overview-lastupdate{
    text-align: right;
    width: 100%;
}
@media (min-width: 768px) {
    #contents .overview .cv-text{
        gap: 24px;
        flex-direction: row;
    }
    #contents .overview .child-row{
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }
    #contents .overview .child-row-head{
        width: 200px;
        text-align: left;
    }
    #contents .overview .child-row-item{
        width: calc(100% - 200px);
    }
}
@media (min-width: 960px) {
    #contents .overview{
        padding-bottom: 56px;
    }
    #contents .overview .overview-cv{
        padding: 56px 0 0; 
    }
}
/* *******************
  faq
********************* */
#contents .faq .faq-child,
#contents .faq .child-row{
    display: flex;
    flex-direction: column;
}
#contents .faq .faq-child{
    gap:24px;
    width: 100%;
    padding: 0px 16px;
}
#contents .faq .child-row{
    gap:16px;
}
#contents .faq .child-row-q,
#contents .faq .child-row-a{
    font-family: 'Noto Sans JP';
}
#contents .faq .child-row-a{
    color: #727478;
}
/* *******************
  attention
********************* */
#contents .attention{
    padding-bottom: 56px;
}
#contents .attention-inner{
    gap: 10px;
    padding-bottom: 0;
}
#contents .attention .attention-title{
    font-family: 'Noto Sans JP';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
#contents .attention .attention-child{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
/* *******************
  other
********************* */
#contents .other{
    padding-bottom: 120px;
}
#contents .other-inner{
    gap: 16px;
}
#contents .other .other-title .spviews{
    display: block;
}
#contents .other .other-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#contents .other .child-img{
    width: 100%;
}
#contents .other .child-text{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
#contents .other .child-text .spviews{
    display: block;
}
@media (min-width: 768px) {
    #contents .other .other-title .spviews{
        display: none;
    }
    #contents .other .child-text .spviews{
        display: none;
    }
}
