@media only screen and (max-width: 1680px) {
	.banner-content {
	    padding-left: 0%;
	    padding-right: 5%;
	}
}

@media only screen and (max-width: 1440px) {
	.banner-title h1 {
	    font-size: 40px;
	}
}

@media only screen and (max-width: 1280px) {
	.main-banner {
		height: auto;
	}
	.banner-content img {
	    width: 40%;
	    height: auto;
	}
}


@media only screen and (max-width: 1200px) {
	.merit-title::before {
	    border-left: calc(940px / 2) solid transparent;
	    border-right: calc(940px / 2) solid transparent;
	    border-top: 45px solid #01B200;
	}
	.merit-title {
		margin-bottom: 45px;
	}
	.merit-info {
	    font-size: 20px;
	    line-height: 36px;
	}
	.merit {
	    padding-bottom: 140px;
	}
	.add-friends {
	    padding: 90px 0 50px;
	}
	.add_friends-lists {
	    margin-bottom: 90px;
	}
	.add_friends_text {
	    font-size: 32px;
	}
	.site-footer {
	    padding: 133px 0 30px;
	}
	.main-menu ul li a {
		margin-right: 40px;
	}
	.header-content .container.d-flex {
	    position: relative;
	}
	.banner-title h1 {
	    font-size: 32px;
	}
	.banner-title h1 {
   		margin-top: 100px;
   	}
   	.main-banner {
    	padding-top: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px)  {
	.add_friends-item h3 {
	    font-size: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.site-header {
	    padding: 15px 0;
	}
	.main-menu > .container {
		position: relative;
	}
	.menu-main {
	    position: absolute;
	    top: calc(100% + 35px);
	    background: #fff;
	    margin-top: 20px;
	    opacity: 0;
	    visibility: hidden;
	    height: 100vh;
	    padding-top: 75px !important;
	    left: -25%;
		width: 150%;
	}
	.main-menu ul li {
		display: block;
	}
	.main-menu ul li a {
		margin-right: 0;
		margin-bottom: 44px;
	}
	.main-menu .campaign_details {
	    max-width: 250px;
	    margin: 0 auto !important;
	}
	.main-menu.open .menu-main {
		opacity: 1;
		visibility: visible;
		margin-top: 0;
	}
	.main-menu .sub-menu {
		position: static;
		display: none;
		opacity: 1;
		margin-top: 0;
		visibility: visible;
		background: rgba(255, 255, 255, 0.1);
	}
	.main-menu .sub-menu li a {
		font-size: 13px;
		padding-left: 25px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.main-menu .arrow {
		display: block;
	}
	.mobile-menu {
		display: inline-block;
	}
	body.open .site-content::before {
	    background: #fff;
	    content: "";
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    z-index: 1;
	    bottom: 0;
	}

	.main-banner {
	    padding-top: 50px;
	}
	.banner-content {
	    padding-left: 15px;
	    padding-right: 15px;
	    flex-wrap: wrap;
	}
	.banner-content img {
	    order: 1;
		margin-left: -12%;
		width: 80%;
	}
	.banner-title {
		margin-bottom: 43px;
		width: 100%;
	}
	.banner-title h1 {
    	text-align: center;
		margin: 0 auto;
    }
    .merit-title {
	    padding-top: 0;
	    max-height: 57px;
	    margin-top: -20px;
	}
	.merit-title::before {
	    border-left: calc(720px / 2) solid transparent;
	    border-right: calc(720px / 2) solid transparent;
	    border-top: 36px solid #01B200;
	}
	.merit-title h2 {
	    position: relative;
	}
	.banner-title h1.pc {
	    position: absolute;
	    display: block;
	    width: 100%;
	    color: transparent;
	    font-size: 32px;
	    -webkit-text-stroke: 5px white;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.sp {
		display: block;
	}
	.banner-title h1.sp {
	    color: #01B200;
	    text-shadow: none;
	}
	.banner-title h1 {
	    font-size: 32px;
	    line-height: 50px;
	    color: #01B200;
	    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	    padding: 0;
	}
	.banner-title h1:after,
	.banner-title h1:before {
		display: none;
	}

	.banner-title text {
	    -webkit-text-stroke: 5px #fffdfd;
	    stroke-linejoin: round;
	    text-anchor: middle;
	    fill: #01B200;
	    paint-order: stroke fill;
	    stroke: #fff;
	    stroke-width: 5px;
	    height: 50px;
	}

    .add_friends-lists {
	    margin-bottom: 76px;
	    flex-wrap: wrap;
	    margin-top: 78px;
	}
	.add_friends-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 85px;
	}
	.add_friends-item:last-child {
		margin-bottom: 0;
	}
	.add_friends-item > span {
		left: 50%;
		top: -46px;
		transform: translateX(-50%);
	}
	.add_friends-title h2 {
		margin-bottom: 15px;
	}
	.add_friends-thumb {
	    flex: auto;
	    height: 235px;
	}
	.add-friends {
	    padding: 60px 0 50px;
	}
	.add_friends_text {
	    font-size: 26px;
	    line-height: 38px;
	}
	.logo-ft {
	    margin-bottom: 18px;
	}
	.logo-ft img:first-child {
	    margin-bottom: 27px;
	}

	.merit {
	    padding-bottom: 80px;
	}
	.merit-lists {
	    padding-top: 30px;
	}
	.merit-item {
	    background: #FFFFFF;
	    border: 2px solid rgba(1, 178, 0, 0.2);
	    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	    border-radius: 10px;
	    display: flex;
	    margin-bottom: 70px;
	    padding: 24px 26px 30px 29px;
	    flex-wrap: wrap;
	}
	.merit-item {
	    margin-bottom: 40px;
	    padding: 24px 26px 30px 29px;
	    flex-wrap: wrap;
	}
	.b-greeb {
	    border: 2px solid #01B200;
	}
	.merit-thumb {
	    width: 100% !important;
	    text-align: center;
	    order: 1;
	}
	.merit-desc {
	    padding-left: 0;
	    width: 100% !important;
	    text-align: center;
	}
	.merit-desc h3 {
		margin-top: 0;
		margin-bottom: 25px;
	}
	.merit-info {
	    margin-bottom: 25px;
	}
	.merit-note {
		margin-left: -2px;
		width: 101%;
	}
	.merit-lists .campaign_details-btn {
	    margin-top: 2px;
	}
	.merit-thumb.t-border.t-img {
	    margin-top: 121px;
	}
	.logo img {
	    height: 50px;
	}
	.site-content {
	    padding-top: 80px;
	}

	.t-border.t-note .merit-note {
		width: 101%;
	}
	.t-border.t-note {
	    margin-top: 180px;
	}
	.t-border.t-note .merit-note img {
	    left: 50%;
	    transform: translateX(-50%);
	}
}

@media only screen and (max-width: 768px) {
	.site-brand,
	.right-header {
		text-align: center;
	}
	.left-thumb .post-thumb {
		float: none;
		width: auto;
		max-width: 400px;
		margin-right: 0;
	}
	.site-footer {
		text-align: center;
		padding: 75px 0 20px;
	}
	.site-footer .socials {
		padding: 10px 0;
		text-align: center;
	}
	.add_friends-desc {
	    padding: 0 18px 20px;
	}
	.campaign_details-btn {
    	max-width: 600px;
    	width: 100%;
		font-size: 26px;
	}
	.campaign_details-btn img {
	    margin-right: 18px;
	    width: 43px;
	}
	.merit-title::before {
	    border-left: 0;
		border-right: 0;
		border-top: 0;
		background-image: url(../images/triangle.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 36px;
		width: 100%;
		bottom: -35px;
		top: auto;
	}
	.merit-lists .campaign_details_group {
	    margin-bottom: 30px;
	}
	.b-greeb {
		margin-bottom: 18px;
	}
	.has-note {
	    padding-top: 54px;
	}
	.merit_note {
		top: 15px;
	}
	.merit-title h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.banner-title h1 {
	    max-width: 280px;
	}
	.campaign_details-btn:before {
	    background-image: url(../images/campaign_details-btn-sp1.png);
	    width: 32px;
	    height: 40px;
	    left: 35px;
		top: -60px;
		transform: none;
	}
	.campaign_details-btn:after {
	    background-image: url(../images/campaign_details-btn-sp2.png);
	    width: 32px;
	    height: 40px;
	    right: 28px;
	    top: -60px;
	    content: "";position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
		transform: translateX(-50%);
	}
	.friends_subtitle span {
	    display: none;
	}
	.merit-note {
	    margin-left: -15px;
	    width: calc(100% + 30px);
	}

	.copyright {
	    margin: 0 -15px;
	    padding: 0 8px;
	    font-size: 13px;
		line-height: 19px;
	}

	.add_friends-item:first-child .add_friends-desc,
	.add_friends-desc {
	    font-size: 14px;
	    line-height: 20px;
	}
	.t-border.t-note .merit-note {
	    font-size: 16px;
	    width: calc(100% + 30px);
	}
	.merit_desc_note {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 359px) {
	.merit-note {
		font-size: 16px;
	}
	.merit-item {
	    padding-left: 22px ;
	    padding-right: 22px;
	}
	.has-note {
	    padding-top: 60px;
	}


	.t-border.t-note .merit-note {
	    margin-left: -22px;
	    font-size: 15px;
		width: calc(100% + 44px);
	}
}