@charset 'UTF-8';



/*------------Discoveryのサイズ、位置----------------*/
.category .section01-text-rerative img {
    top: -15px;
    left: -20px;
}

@media screen and (max-width: 500px) {
    .category .section01-text-rerative img {
        left: -10px;
    }
}

/*---------------ボタン共通----------------*/
.btn {
    text-align: center;
    margin-top: 55px;
}

.btn input {
	color: #fff;
    font-size: 18px;
    letter-spacing: 3.5px;
    padding: 26px 80px;
}

.btn input:hover {
	filter: brightness(1.45);
}

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

    .btn input {
        padding: 18px 58px;
    }

	.btn input:hover {
		filter: brightness(1);
	}

}

/*----------------虫眼鏡の幅共通----------------*/
/*小さい虫眼鏡*/
.category .section02 p img {
    width: 40px;
}

/*大きい虫眼鏡*/
.category .img-area a {
    width: 92px;
}

@media screen and (max-width: 500px) {
    /*大きい虫眼鏡*/
    .category .img-area a {
        width: 41px;
    }
}



