@charset "UTF-8";
html{ 
    font-size: 16px;
    font-weight: 500;
    scroll-behavior: smooth;
    scroll-padding-top: 160px;
} 

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif,Arial,'ＭＳ Ｐゴシック','MS P Gothic','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,Helvetica;
}

a:link, a:visited {
    text-decoration: none;    
}
@media (hover: hover) and (pointer: fine){
a:hover, button:hover {
    opacity: 0.8;    
    transition: all .3s;
}
}
.announcement a:hover{
	opacity: 1;
}
a, button {
    transition: all 0.3s;
}
ul {
    list-style: none;
}

h3 {
    font-size: 36px;
}

p {
    font-size: 18px;
    line-height: 1.7;
}
img {
    width: 100%;
    height: auto;
    vertical-align:bottom;
}
main {
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

.header {
    width: 100%;
    background-color: #0bbebe;
    position: fixed;
    z-index:9999;
	box-shadow: 0px 0px 10px -2px #6a7678;
}

.header__wrap {
    display:flex;
    padding: 5px 0;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin:0 auto;
    width: 1000px;
    height:56px;
}


.header_ttl_sp img {
    width: 120px;
}
@media screen and (max-width:1020px) {
    .header_ttl_sp{
        padding: 2px 0 0 10px;
    }
}
@media screen and (max-width:768px) {
    .header {
        border-bottom: none;
        background-color: #0bbebe;
       height: 10vw;
    }
	.header_ttl_sp{
		display: block;
        position: relative;
        float: left;
		padding: 2px 0 0 3.24%;
        z-index: 9;
    }
	.header_ttl_sp img{
		width: 22.2vw;
    }
    .header__wrap {
        height: 100%;
		max-width: 100%;
		background: url("../img/header_dottedline_sp.png") no-repeat center bottom;
    }
}


.container {
    max-width: 1000px;
    margin: 0 auto;
}

/* mv */
#mv {
    margin: 0 auto;
    padding-top: 56px;
    text-align: center;
	height: auto;
    z-index:-9999;
}

#mv .mv__body {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
#mv .mv__body img {
    width: 100%;
	}

#mv .mv__banner_body {
    width: 970px;
    position: relative;    
}

#mv .banner {
    position: absolute;
    top: 860px;
    right: 10px;
}

#mv .banner img {
    width: 270px;
}

.mv__body picture {
    display:flex;
}

@media screen and (max-width:768px) {
#mv {
    padding-top: 10vw;
    width: 100%;
    height: auto;
}
}

/* lead */
.lead {
    background-image:url(../img/bk_purple_2.jpg);
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    padding: 52px 100px 30px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.lead::before {
    content: '';
    display: inline-block;
    background: url(../img/parts_spider_1.png) no-repeat;
    width: 568px;
    height: 568px;
    position: absolute;
    left: -135px;
    top: -292px;
    z-index: -1;
}
.lead::after {
    content: '';
    display: inline-block;
    background: url(../img/parts_spider_1.png) no-repeat;
    width: 568px;
    height: 568px;
    position: absolute;
    right: -135px;
    bottom: -292px;
    z-index: -1;
}
.lead .wrapper {
    padding-top: 0;
}
.wrapper{
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}
.lead__title {
    max-width: 387px;
    width: 100%;
    padding-bottom: 30px;
    margin:0 auto;
}
.lead__txt {
    max-width: 430px;
    width: 100%;
    margin:0 auto;
}
.lead__img {
    max-width: 530px;
    margin-right: -20px;
}

@media screen and (max-width:768px) {
    .lead {
        padding: 50px 30px;
        background-size: auto;
        background-position: center;
    }
    .lead::before {
        left: -290px;
        top: -233px;
    }
    .lead::after {
        right: -290px;
        bottom: -233px;
    }
    .wrapper { 
        display: block;
        padding-top: 0;
    }
    .lead__contents {
        margin:0 auto;
    }
    .lead__txt {
        max-width: 100%;
    }
    .lead__img {
        max-width: 100%;
        margin:0 auto;
    }
}
@media screen and (max-width: 600px) {
    .lead::before {
        width: 273px;
        height: 273px;
        background-size: contain;
        left: -135px;
        top: -85px;
    }
    .lead::after {
        width: 273px;
        height: 273px;
        background-size: contain;
        right: -135px;
        bottom: -27px;
    }
}

@media screen and (max-width:600px) {
    .lead {
        padding: 30px 24px;
        background-position: -150px -100px,220px 450px,center;
    }
    .lead__title {
        max-width: 245px;
    }
}

/* primary */
.primary {
    background-image: url(../img/parts_melt_og.png),url(../img/bk_orange.jpg);
    background-size: auto, auto;
    background-position: top right,center;
    background-repeat: no-repeat,repeat;
    padding: 80px 30px 0;
    position: relative;
    overflow: hidden;
}
.no-melt::before {
    content: '';
    display: inline-block;
    background: url(../img/parts_spider_3.png) no-repeat;
    width: 545px;
    height: 545px;
    position: absolute;
    right: -94px;
    top: -144px;
}
.primary:nth-child(2n) {
    background-image: url(../img/parts_melt_pu.png),url(../img/bk_purple_2.jpg);
    background-size: auto, auto;
    background-position: top right,center;
    background-repeat: no-repeat,repeat;
    padding: 80px 30px 0;
    position: relative;
}
.primary:nth-child(2n)::before {
    content: '';
    display: inline-block;
    background: url(../img/parts_spider_1.png) no-repeat;
    width: 545px;
    height: 545px;
    position: absolute;
    right: -94px;
    top: -144px;
}
.primary03::before {
    content: '';
    display: inline-block;
    background: url(../img/parts_spider_3.png) no-repeat;
    width: 545px;
    height: 545px;
    position: absolute;
    right: -94px;
    top: -144px;
}
.primary__background-or{
    position: absolute;
    bottom: 0;
    transform: translate(-125px, 217px);
}
.primary__background-pu{
    position: absolute;
    bottom: 0;
    transform: translate(-125px, 217px);
}
.primary__contents {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.primary__container {
    width: 100%;
    padding-bottom: 70px;
    padding-top: 20px;
}
.primary__container-img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .primary {
        background-size: 60%,auto, auto;
        background-position: top right, 450px -161px,center;
        padding: 89px 30px 0;
    }
    .no-melt {
        background-image:url(../img/bk_orange.jpg);
        background-repeat: repeat;
        background-size: auto;
    }
    .primary:nth-child(2n) {
        background-size: 60%,auto, auto;
        padding: 89px 30px 0;
    }
    .primary:nth-child(2n)::before {
        content: none;
    }
    .primary03::before {
        right: -200px;
        top: -220px;
    }
    .primary__background-pu {
        top: 0;
        transform: translate(-192px,-230px);
        width: 100%;
        max-width: 554px;
    }
    .primary__background-or{
        position: absolute;
        top: 0;
        transform: translate(-125px, 217px);
        width: 100%;
        max-width: 554px;
    }
    .primary__container {
        margin-top: -80px;
        padding-bottom: 0;
    }
    .no-melt::before {
        content: none;
    }
}
@media screen and (max-width: 600px) {
    .primary__background-pu {
        max-width: 273px;
        transform: translate(-103px, -102px);
    }
    .primary03::before {
        width: 273px;
        height: 273px;
        right: -78px;
        top: -85px;
        background-size: contain;
    }
}
@media screen and (max-width:600px) {
    .primary {
        background-position: top right, 200px -100px,center;
        padding: 45px 30px 0;
    }
    .primary:nth-child(2n){
        padding: 45px 30px 0;
    }
    .primary__container {
        margin-top: -28px;
        padding-bottom: 0;
    }
}
/* primary */

/* odayaka */
.primary__odayaka-main {
    position: absolute;
    bottom: -5px;
    width: 42.25%;
    z-index: 20;
}
.primary__odayaka-accessory {
    position: absolute;
    width: 20.1%;
    top: 31%;
    left: 83%;
    /* top: min(400 / 1200* 100vw, 400px);
    left: min(860 / 1200* 100vw, 860px); */
}
.button__info-odayaka {
    position: absolute;
    width: 24.1%;
    top: 43.8%;
    left: 7.5%;
}

@media screen and (max-width:768px) {
    .primary__odayaka-accessory {
        display: none;
    }
    .primary__odayaka-main {
        position: static;
        width: calc(100% + 30px);
        margin-left: -30px;
    }
    .button__info-odayaka {
        top: 88.5%;
        left: 50%;
        width: 45%;
    }
}
@media screen and (max-width:600px) {
    .odayaka {
        margin-top: -28px;
        padding-top: 0;
    }
}
/* odayaka */

/* meiousama */
.meiousama {
    padding-bottom: 150px;
}
.primary__meiousama-main {
    position: absolute;
    width: 71.8%;
    top: 60%;
    left: 23%;
}
.button__info-meiousama {
    position: absolute;
    width: 24.1%;
    top: 51.5%;
    left: 67.5%;
}
@media screen and (max-width:1030px) {
    .button__info-meiousama {
    top: 51%;
    left: 67.5%;
    }
}
@media screen and (max-width:990px) {
    .button__info-meiousama {
    top: 50.5%;
    left: 67.5%;
    }
}
@media screen and (max-width:880px) {
    .button__info-meiousama {
    top: 49.5%;
    left: 67.5%;
    }
}

@media screen and (max-width:768px) {
    .meiousama {
        padding-bottom: 0;
    }
    .primary__meiousama-main {
        position: static;
        width: calc(100% + 30px);
        margin-right: -30px;
    }
    .button__info-meiousama {
        top: 88.5%;
        left: 7%;
        width: 45%;
    }
}
@media screen and (max-width:600px) {
    .meiousama {
        margin-top: -42px;
        padding-top: 0;
    }
}
/* meiousama */

/* yake */
.yake {
    padding-bottom: 20px;
}
.primary__yake-main {
    position: absolute;
    width: 66.4%;
    bottom: 0;
    left: -8%;
}
.button__info-yake {
    position: absolute;
    width: 24.1%;
    top: 88.5%;
    left: 61.5%;
}
.container-img-yake {
    width: 87.7%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .yake {
        margin-top: 0;
        padding-bottom: 64vw;
    }
    .container-img-yake {
        width: 100%;
    }
    .primary__yake-main {
        width: calc(100% + 30px);
        margin-left: -30px;
        left: 0;
    }
    .button__info-yake {
        top: 90%;
        left: 47%;
        width: 45%;
        z-index: 20;
    }
}
@media screen and (max-width:600px) {
    .yake {
        margin-top: 0;
        padding-top: 0;
    }
}
/* yake */

/* tenseidaimajo */
.tenseidaimajo {
    padding-bottom: 7.5%;
}
.primary__tenseidaimajo-main {
    position: absolute;
    width: 47.8%;
    bottom: 0;
    right: 0;
}
.button__info-tenseidaimajo {
    position: absolute;
    width: 24.1%;
    top: 46.5%;
    left: 67%;
}
.container-img-tenseidaimajo {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .tenseidaimajo {
        margin-top: 0;
        padding-bottom: 67vw;
    }
    .container-img-tenseidaimajo {
        width: 100%;
    }
    .primary__tenseidaimajo-main {
        width: calc(100% + 30px);
        margin-right: -30px;
    }
    .button__info-tenseidaimajo {
        top: 90%;
        left: 9%;
        width: 45%;
        z-index: 20;
    }
}
@media screen and (max-width:600px) {
    .tenseidaimajo {
        margin-top: -10px;
        padding-top: 0;
    }
}
/* tenseidaimajo */

/* end */
.end {
    background-image: url(../img/bk_orange.jpg);
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.end::before {
    content: '';
    display: inline-block;
    background: url(../img/parts_spider_3.png) no-repeat;
    width: 568px;
    height: 568px;
    position: absolute;
    left: -135px;
    top: -292px;
    z-index: 1;
}
.end::after {
    content: '';
    display: inline-block;
    background: url(../img/parts_spider_4.png) no-repeat;
    width: 568px;
    height: 568px;
    position: absolute;
    right: -135px;
    bottom: -292px;
    z-index: 1;
}
.end__contents {
    position: relative;
    padding: 0 20px;
}
.end__candy {
    width: 29.8%;
    margin: 0 auto;
}
.end__txt {
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 30px;
    margin:0 auto;
}
.end__img {
    position: relative;
}
.button__info-tochan {
    position: absolute;
    width: 60%;
    left: 18%; 
    top: 66%;
    z-index: 30;
}
.end__img-title {
    position: relative;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .end {
        background-image: url(../img/bk_orange.jpg);
        background-size: auto;
        background-position: center;
        position: relative;
        overflow: hidden;
    }
    .end::before {
        left: auto;
        right: -258px;
        top: -233px;
    }
    .end::after {
        right: auto;
        left: -240px;
        bottom: -233px;
    }
    .end__img-tochan {
        display: none;
    }
    .end__txt {
        margin: 0;
        width: 75%;
    }
    .end__contents {
        padding-bottom: 60vw;
    }
    .end__candy {
        width: 18.8%;
        padding: 42px 0 14px;
    }
    .end__img {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 30px;
        width: calc(100% - 30px);
    }
    .button__info-tochan {
        position: absolute;
        width: 40%;
        left: 12%; 
        top: 68%;
        z-index: 30;
    }
}
@media screen and (max-width: 600px) {
    .end::before {
        width: 273px;
        height: 273px;
        background-size: contain;
        left: -135px;
        top: -85px;
    }
    .end::after {
        width: 273px;
        height: 273px;
        background-size: contain;
        right: -135px;
        bottom: -27px;
    }
}
@media screen and (max-width:600px) {
    .end {
        background-position: center;
    }
    .end__candy {
        padding: 21px 0 7px;
    }
}
/* end */

/* info */
.info {
    background-image: url(../img/parts_spider_1.png),url(../img/bk_purple_2.jpg);
    background-size: auto, auto;
    background-position: -154px -210px,center;
    background-repeat: no-repeat,repeat;
    padding: 120px 50px;
    position: relative;
    z-index: -2;
}
.info__background{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(194px, 145px);
}
.info__background-2 {
    display: none;
}
.info__title {
    max-width: 475px;
    margin: 0 auto;
    position: relative;
}
.info__contents {
    position: relative;
    max-width: 1000px;
    height: auto;
    background-color: #ffffff;
    margin: 29px 0;
    z-index: 40;
}
.info__contents::before {
    content: "";
    position: absolute;
    max-width: 1000px;
    min-width: 100%;
    background-image: url(../img/info_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 31px;
    background-position: bottom;
    top: -31px;
}
.info__contents::after {
    content: "";
    position: absolute;
    max-width: 1000px;
    min-width: 100%;
    background-image: url(../img/info_bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 37px;
    background-position: top;
    bottom: -37px;
}
.info__container-badge {
    position: absolute;
    top: -86px;
    right: 10px;
    background-size: contain;
    width: 151px;
    height: 153px;
}
.info__container {
    display: flex;
    gap: 24px;
}
.info__inner {
    padding: 70px 60px;
}
.info__container-img {
    max-width: 331px;
    width: 40%;
}
.comic_copyright {
    display: block;
    margin-left: auto;
    width: auto;
    padding-top: 3px;
}
.info__container-buttonbox {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    gap: 1rem;
    width: fit-content;
    margin-top: 26px;
}
.info__container-button img {
    width: 100%;
}
.last-button {
    max-width: 274px;
}
.info__container-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.344;
}
.info__container-author {
    font-size: min(18px , 1.5vw);
    font-weight: 800;
    padding: 10px 0 20px;
    position: relative;
}
.info__container-author span {
    font-size: min(15px , 1.25vw);
}
.info__container-author::before{
    content: "";
    position: absolute;
    max-width: 501px;
    min-width: 100%;
    width: auto;
    background: url(../img/line_list.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    bottom: -3px;
    padding-bottom: 13px;
}
.br {
    display: block;
    font-size: min(24px , 2vw);
}
.info__container-story {
    padding-top: 20px;
    font-size: min(18px , 1.5vw);
}
.info__wrapper {
    margin-bottom: 158px;
}
.info__wrapper:last-child {
    margin-bottom: 0;
}
.decoration {
    margin-top: 76px;
}
.info__container-text {
    width: 60%;
}

@media screen and (max-width:1299px) {
    .info__container-title {
        font-size: 2.771vw;
    }
}

@media screen and (max-width:768px) {
    .info{
        padding: 46px 58px 84px 58px;
        background-size: 0%, auto;
        background-position: -246px -316px,center;
    }
    .info__background-2 {
        display: initial;
        position: absolute;
        left: 0;
        top: 0;
        max-width: 768px;
        width: 100%;
    }
    .info__container {
        display: block;
    }
    .info__container-text {
        padding-top: 44px;
    }
    .info__container-title {
        font-size: 6.66vw;
        line-height: 1.2;
    }
    .info__container-author {
        font-size: 3.46vw;
        line-height: 1.346;
    }
    .info__container-author span {
        font-size: 2.93vw;
    }
    .info__container-story {
        font-size: 3.46vw;
        line-height: 1.5;
    }
    .info__container-buttonbox {
        display: block;
        max-width: 491px;
        margin: 26px auto 0;
    }
    .info__container-button {
        padding-bottom: 20px;
    }
    .info__inner {
        padding: 25px 30px;
    }
    .info__container-img {
        max-width: 100%;
        width: 100%;
    }
    .info__container-text {
        width: 100%;
    }
    .comic_img {
        width: 100%;
    }
    .br {
        display:inline;
        font-size: 4.66vw;
    }
    .br__yake {
        display: none;
    }
    .info__container-badge {
        width: 170px;
        top: -132px;
        left: -22px;
    }
    .last-button {
        max-width: 100%;
    }
    .info::before {
        content: '';
        display: inline-block;
        background: url(../img/parts_spider_1.png) no-repeat;
        background-size: contain;
        width: 250px;
        height: 250px;
        position: absolute;
        left: -76px;
        top: -150px;
    }
    .decoration {
        position: relative;
        margin-top: 138px;
    }
    .decoration::before {
        content: '';
        display: inline-block;
        background: url(../img/parts_spider_1.png) no-repeat;
        background-size: contain;
        width: 200px;
        height: 200px;
        position: absolute;
        bottom: 100px;
        right: -128px;
    }
    .decoration::after {
        content: '';
        display: inline-block;
        background: url(../img/parts_spider_1.png) no-repeat;
        background-size: contain;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 520px;
        right: -128px;
    }
    .decoration01 {
        position: relative;
    }
    .decoration01::before {
        content: '';
        display: inline-block;
        background: url(../img/parts_spider_1.png) no-repeat;
        background-size: contain;
        width: 350px;
        height: 350px;
        position: absolute;
        top: -132px;
        left: -182px;
    }
    .decoration01::after {
        content: '';
        display: inline-block;
        background: url(../img/parts_spider_1.png) no-repeat;
        background-size: contain;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 600px;
        right: -128px;
    }
    .decoration02 {
        position: relative;
    }
    .decoration02::before {
        content: '';
        display: inline-block;
        background: url(../img/parts_spider_1.png) no-repeat;
        background-size: contain;
        width: 350px;
        height: 350px;
        position: absolute;
        top: -145px;
        left: -124px;
    }
    .decoration03 {
        position: relative;
    }
    .decoration03::before {
        content: '';
        display: inline-block;
        background: url(../img/parts_spider_1.png) no-repeat;
        background-size: contain;
        width: 250px;
        height: 250px;
        position: absolute;
        top: -78px;
        right: -105px;
    }
    .decoration04 {
        position: relative;
    }
    .decoration04::before {
        content: '';
        display: inline-block;
        background: url(../img/parts_spider_1.png) no-repeat;
        background-size: contain;
        width: 370px;
        height: 370px;
        position: absolute;
        top: -190px;
        left: -200px;
    }
    .info__contents::before {
        background-image: url(../img/info_top_sp.png);
        height: 38px;
        top: -38px;
    }
    .info__contents::after {
        background-image: url(../img/info_bottom_sp.png);
        height: 43px;
        bottom: -43px;
    }
    .comic_copyright {
        padding-top: 8px;
        max-width: 100%;
    }
    .info__wrapper {
        margin-bottom: 170px;
    }
}
@media screen and (max-width:600px) {
    .info__container-text {
        padding-top: 22px;
    }
    .info__container-badge {
        width: 28%;
        max-width: 136px;
        height: auto;
        top: -36px;
    }
    .decoration {
        position: relative;
        margin-top: 62px;
    }
    .info__wrapper {
        margin-bottom: 111px;
    }
    .info__background {
        max-width: 280px;
        transform: translate(108px, 46px);
    }
    .comic_copyright {
        padding-top: 4px;
    }
}
@media screen and (max-width:600px) {
    .info {
        padding: 47px 29px 42px;
        background-position: -130px -173px,center;
    }
    .info__wrapper {
        margin-bottom: 86px;
    }
    .info__container-button {
    padding-bottom: 10px;
    }
    .info__container-odayaka {
        display: block;
        margin-left: auto;
        width: 94%;
    }
    .info__container-meiousama {
        display: block;
        margin-left: auto;
        width: 62%;
    }
    .info__container-yake {
        display: block;
        margin-left: auto;
        width: 70%;
    }
    .info__container-tenseidaimajo {
        display: block;
        margin-left: auto;
        width: 67%;
    }
    .info__container-tochan {
        display: block;
        margin-left: auto;
        width: 49%;
    }
}
/* info */
.banner {
	background-image: url(../img/parts_melt_green.png),url(../img/bk_green.jpg);
	background-position: top right,center;
    background-size: auto,auto;
    background-repeat: no-repeat,repeat;
	display: block;
	padding: 50px 30px 53px;
    overflow: hidden;
}
.banner__title{
	padding-bottom: 20px;
}
.banner__contents {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:768px) {
    .banner {
        padding: 20px 0px 80px;
        background-size: 60%,auto;
    }
    .decoration05 {
        position: relative;
    }
    .decoration05::before {
        content: '';
        display: inline-block;
        background: url(../img/parts_spider_gr.png) no-repeat;
        background-size: contain;
        width: 220px;
        height: 220px;
        position: absolute;
        top: -95px;
        left: -65px;
    }
    .banner__title{
        padding-bottom: 0;
        margin-bottom: -20px;
        padding-left: 14px;
        padding-right: 24px;
    }
}
@media screen and (max-width:600px) {
    .banner__title{
        padding-left: 7px;
        padding-right: 12px;
    }
    .banner {
        padding-bottom: 40px;
    }
}
.footer {
    margin: 0 auto;
    margin-top: 0;
    padding: 19px 0 14px 0;
    
    color: #fff;
    background-color: #0bbebe;
}

.footer__body {
    padding:0 20px;
    display: flex;
	max-width:1000px;
    text-align:center;
	margin: 0 auto;
    justify-content: space-between;
}

.footer_menu  {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}
.footer_menu li {
    float:left;
    list-style-type: none;
    vertical-align:top;
}
.footer_menu li img {
    margin-top:-5px;
    margin-right:10px;
    width: 105px;
}
.copyright {
    clear: both;
    font-size:13px;
    color:#fff;
}

@media screen and (max-width:768px) {
    .footer {
        text-align:center;
        padding: 0;
        max-width:100%;
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .footer__body {
        display:block;
        height: 50px;
        padding:0;
    }
    .copyright {
        font-size:11px;
        color:#fff;
        background-color: #121212;
        padding: 30px 0 30px 0;
    }
    .footer_menu li img {
        margin:0;
        padding-bottom:0px;
    }
    .logo {
        display:none;
    }
    .footer_menu li {
        float:none;
    }
}

@media screen and (max-width:414px) {
	
html{ 
    scroll-padding-top: 95px;
} 
}