@charset "UTF-8";
/* *****************************************************************************************************
# float
***************************************************************************************************** */
#float{
  display: none;
}
#float .pc {
    display: block;
}
#float .sp {
    display: none;
}
#float .float_wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 150%;
}
#float .float_txt {
    position: relative;
    width: 47%;
    height: 22px;
    z-index: 1;
    vertical-align: bottom;
    font-size: 0;
}
#float .float_txt_bg{
    display: inline-block;
    position: relative;
    width: 80%;
    background: rgba(0,0,0,0.5);
    height: 100%;
}
#float .float_txt_bg p{
    position: absolute;
    right: 10px;
    bottom: 1px;
}
#float .float_txt_right {
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
    width: 4%;
    height: 100%;
    background: url(../img/float/float_bg.png) no-repeat;
}
/* #float .float_txt_right {
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
} */
/* #float .float_txt_right::after {
content: "";
    position: relative;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33px 0 0 33px;
    border-color: transparent transparent transparent rgba(0,0,0,0.5);
} */


#float .float_bg {
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#float .float_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 80%;
    margin: 0 auto;
}
#float .pagetop {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 2.5%;
    translate: .5s ease;
}

@media screen and (max-width: 768px) {
  #float .pc {
    display: none;
  }
  #float .sp {
    display: block;
  }
  #float .float_txt {
    position: relative;
    width: 62%;
    height: 5vw;
}
#float .float_txt_right {
    width: 12%;
    background-size: contain;
}
#float .float_txt_bg{
    width: 85%;
}
#float .float_txt_bg p{
    text-align: right;
    left: 0;
    bottom: 18%;
}
  #float .float_txt_bg p img{
    width: 90%;
}
#float .float_menu{
    width: 100%;
}
#float .pagetop {
    position: absolute;
    width: 13%;
    top: -13.3333vw;
    right: 5.33333vw;
    /* transform: translateY(0px); */
}
#float .pagetop img{
  width: 90%;
}

}
@media screen and (max-width: 375px) {
#float .float_txt_bg p{
    text-align: right;
    left: 0;
    bottom: 4px;
}
#float .pagetop {
    position: absolute;
    width: 13%;
    top: -13.3333vw;
    right: 5.33333vw;
    /* transform: translateY(0px); */
}
}