@charset "utf-8";

body{
    font-family: a;
    font-optical-sizing: auto;
    font-style: normal;
}

#wrap {
	overflow: hidden;
}

.com_inner{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

img{
	width: 100%;
	height: auto;
}

.pos_re{
    position: relative;
}
.fade {
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.fade.is-show {
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

@media screen and (max-width: 1100px) {
}


@media screen and (max-width: 800px) {
}

@media screen and (max-width: 550px) {
}


