@charset "utf-8";

#campaign {
	padding-top: 10vw;
    margin-bottom: 16vw;
}
#tour #campaign .area-title {
	position: relative;
    color: #ff5409;
	font-size: 4vw;
}
#campaign .area-title span {
    font-size: 5.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
    line-height: 1.2em;
}
#campaign .other-button ul li a {
    background-color: #ff5409;
}
#tour #campaign .area-title:before, #tour #campaign .area-title:after{display: none;}
#tour #campaign .area-title span:before, #tour #campaign .area-title span:after {
    content: "";
    display: inline-block;
    width: 6vw;
    height: 8vw;
    background: url(../../common/images/icon-cpn-title.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 2vw;
}
#tour #campaign .area-title span:after  {
    transform: scaleX(-1);
}