html {
	margin-top : 0 !important;
}

a.anchor, span.anchor {
	position: absolute;
	height: 0px;
	font-size: 0;
	line-height: 0;
	border-bottom: 0px;
}

.m-callout, .m-callout-secondary, .m-callout-tertiary, .m-callout-bg-image .cta-content, .m-callout-quaternary {
	background: white;
}

.m-callout h1, .m-callout-secondary h1, .m-callout-tertiary h1, .m-callout-bg-image .cta-content h1, .m-callout-quaternary h1, .m-callout .ext-h1, .m-callout-secondary .ext-h1, .m-callout-tertiary .ext-h1, .m-callout-bg-image .cta-content .ext-h1, .m-callout-quaternary .ext-h1 {
	margin-bottom: 12px;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
	letter-spacing: 1px;
}

@media screen and (min-width: 800px) {
  .m-callout, .m-callout-secondary, .m-callout-tertiary, .m-callout-bg-image .cta-content, .m-callout-quaternary {
    padding: 40px 2em;
  }
}


/* US titleist.css */

@media all and (min-width:726px) {
	.m-category-image {
		padding-top: 72px;
	}
}
@media all and (min-width:960px) {
	.m-category-image {
		padding-top: 110px;
	}
}
@media all and (min-width:1080px) {
	.m-category-image {
		padding-top: 75px;
	}
}
@media all and (min-width:1250px) {
	.m-category-image {
		padding-top: 54px;
	}
}
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	
}
.flickity-viewport {
	height: 100%; overflow: hidden; position: relative;
}
.flickity-slider {
	width: 100%; height: 100%; position: absolute;
}
.is-draggable.flickity-enabled {
	-ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent;
}
.is-draggable.flickity-enabled .flickity-viewport {
	cursor: move;
}
.is-draggable.flickity-enabled .is-pointer-down.flickity-viewport {
	
}
.flickity-button {
	background: rgba(255, 255, 255, 0.75); border: currentColor; border-image: none; color: rgb(51, 51, 51); position: absolute;
}
.flickity-button:hover {
	background: white; cursor: pointer;
}
.flickity-button:focus {
	box-shadow: 0px 0px 0px 5px #19f;
}
.flickity-button:active {
	opacity: 0.6;
}
:disabled.flickity-button {
	cursor: auto; opacity: 0.3; pointer-events: none;
}
.flickity-button-icon {
	fill: #333;
}
.flickity-prev-next-button {
	border-radius: 50%; top: 50%; width: 44px; height: 44px; transform: translateY(-50%);
}
.previous.flickity-prev-next-button {
	left: 10px;
}
.next.flickity-prev-next-button {
	right: 10px;
}
.flickity-rtl .previous.flickity-prev-next-button {
	left: auto; right: 10px;
}
.flickity-rtl .next.flickity-prev-next-button {
	left: 10px; right: auto;
}
.flickity-prev-next-button .flickity-button-icon {
	left: 20%; top: 20%; width: 60%; height: 60%; position: absolute;
}
.flickity-page-dots {
	list-style: none; margin: 0px; padding: 0px; width: 100%; text-align: center; bottom: -25px; line-height: 1; position: absolute;
}
.flickity-rtl .flickity-page-dots {
	direction: rtl;
}
.flickity-page-dots .dot {
	background: rgb(51, 51, 51); margin: 0px 8px; border-radius: 50%; width: 10px; height: 10px; display: inline-block; cursor: pointer; opacity: 0.25;
}
.flickity-page-dots .is-selected.dot {
	opacity: 1;
}
.flickity-page-dots {
	left: 0px;
}
.flickity-page-dots .dot {
	background: rgb(76, 76, 76); margin: 0px 6px; opacity: 1;
}
.flickity-page-dots .is-selected.dot {
	background: rgb(227, 24, 55);
}
.flickity-prev-next-button {
	background: rgb(255, 255, 255); border-radius: 0px; width: 43px; height: 43px; opacity: 1; box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}
:disabled.flickity-prev-next-button {
	opacity: 1;
}
:disabled.flickity-prev-next-button svg {
	opacity: 0.3;
}
.hero-2018__wrapper {
	width: 100%; position: relative; box-sizing: border-box;
}
.hero-2018__wrapper--mt.hero-2018__wrapper {
	margin-top: 0px;
}
.hero-2018__wrapper--mt.hero-2018__wrapper ~ .hero-2018__wrapper--mt.hero-2018__wrapper {
	margin-top: 80px;
}

@media screen and (min-width:768px) {
	.hero-2018__wrapper--mt.hero-2018__wrapper ~ .hero-2018__wrapper--mt.hero-2018__wrapper {
		margin-top: 90px;
	}
}
.hero-2018__wrapper-mh-560.hero-2018__wrapper {
	min-height: 560px;
}
.hero-2018__wrapper--center.hero-2018__wrapper {
	margin-right: auto; margin-left: auto;
}
@media screen and (max-width:900px) {
	.hero-2018__wrapper--center.hero-2018__wrapper {
		padding: 0px;
	}
}
@media screen and (min-width:800px) {
	.hero-2018__wrapper--center.hero-2018__wrapper {
		max-width: 800px;
	}
}
@media screen and (min-width:900px) {
	.hero-2018__wrapper--center.hero-2018__wrapper {
		max-width: 900px;
	}
}
@media screen and (min-width:1000px) {
	.hero-2018__wrapper--center.hero-2018__wrapper {
		max-width: 1000px;
	}
}
@media screen and (min-width:1200px) {
	.hero-2018__wrapper--center.hero-2018__wrapper {
		max-width: 1200px;
	}
}
@media screen and (min-width:1400px) {
	.hero-2018__wrapper--center.hero-2018__wrapper {
		max-width: 1400px;
	}
}
@media screen and (min-width:1600px) {
	.hero-2018__wrapper--center.hero-2018__wrapper {
		max-width: 1600px;
	}
}
@media screen and (min-width:1800px) {
	.hero-2018__wrapper--center.hero-2018__wrapper {
		max-width: 1800px;
	}
}
@media screen and (min-width:2000px) {
	.hero-2018__wrapper--center.hero-2018__wrapper {
		max-width: 2000px;
	}
}
@media screen and (min-width:1200px) {
	.hero-2018__wrapper .reg-form {
		min-height: 467px;
	}
}
.hero-2018__wrapper .reg-errors {
	margin-top: 30px;
}
.hero-2018__wrapper .parsley-errors-list li {
	color: rgb(227, 24, 55);
}
.hero-2018 {
	width: 100%; height: 0px; padding-bottom: 37.5%; position: relative;
}
.hero-2018::before {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute; z-index: 1; content: "";
}
.hero-2018--tt.hero-2018 {
	position: static;
}
@media screen and (max-width:767px) {
	.hero-2018 {
		height: auto; padding-bottom: 0px;
	}
	.hero-2018 .hero-2018__content {
		width: 100%; height: auto; padding-top: 20px; padding-bottom: 50px; position: relative; background-color: #fff;
	}
	.hero-2018 .hero-2018__content--sm-bpad.hero-2018__content {
		padding-bottom: 100px;
	}
	.hero-2018 .hero-2018__content--sm-pull-up.hero-2018__content {
		padding-top: 0px; margin-top: -4px;
	}
	.hero-2018 .hero-2018__image {
		width: 100%; height: 0px; padding-bottom: 71.87%; position: relative;
	}
	.hero-2018 .hero-2018__image video {
		display: none;
	}
	.hero-2018 #homepage-hero {
		padding-bottom: 71.87%;
	}
	.hero-2018 .homepage-hero {
		padding-bottom: 71.87%;
	}
}
@media screen and (max-width:940px) {
	.hero-2018--tt.hero-2018 {
		height: auto !important; padding-bottom: 0px !important;
	}
	.hero-2018--tt.hero-2018 .hero-2018__image {
		height: 0px; padding-bottom: 40.8%; position: static;
	}
}
@media screen and (max-width:900px) and (min-width:768px) {
	.hero-2018__content-inner {
		padding-top: 20px;
	}
}
.hero-position-center.hero-2018__content-inner .hero-2018__content-text {
	text-align: center;
}
@media screen and (min-width:767px) {
	.hero-2018__content-inner {
		width: 50%;
	}
	.hero-position-left.hero-2018__content-inner {
		left: 3%; position: absolute;
	}

	_:-ms-lang(x)::-ms-backdrop, .hero-2018__content-inner.hero-position-left {
		transform: translateY(-50%); /* edge,ie11対応 */
	}
	_:-ms-lang(x), .hero-2018__content-inner.hero-position-left {
		transform: translateY(-50%); /* ie10対応 */
	}
}
@media screen and (min-width:1150px) {
	.hero-position-left.hero-2018__content-inner {
		/*left: 15%;*/
		left: 6.973293768545995%;
	}
}
@media screen and (min-width:767px) {
	.hero-position.hero-2018__content-inner {
		position: absolute;
	}
}
@media screen and (max-width:1150px) and (min-width:767px) {
	.hero-position.hero-2018__content-inner {
		width: 80%;
	}
}
@media screen and (min-width:767px) {
	.hero-position-center.hero-2018__content-inner {
		left: 50%; position: absolute; transform: translateX(-50%); -webkit-transform: translateX(-50%);
	}
	.hero-position-middle.hero-position-center.hero-2018__content-inner {
		left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
	}
	.hero-position-right.hero-2018__content-inner {
		right: 3%;
	}
}
@media screen and (min-width:1150px) {
	.hero-position-right.hero-2018__content-inner {
		right: 15%;
	}
}
@media screen and (min-width:767px) {
	.hero-position-right.hero-2018__content-inner .hero-2018__content-text {
		text-align: right;
	}
	.hero-position-top.hero-2018__content-inner {
		top: 4%;
	}
}
@media screen and (min-width:1150px) {
	.hero-position-top.hero-2018__content-inner {
		top: 10%;
	}
}
@media screen and (min-width:767px) {
	.hero-position-middle.hero-2018__content-inner {
		top: 50%; position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%);
	}
	.hero-position-bottom.hero-2018__content-inner {
		bottom: 4%;
	}
}
@media screen and (min-width:1350px) {
	.hero-position-bottom.hero-2018__content-inner {
		bottom: 10%;
	}
}
@media screen and (min-width:767px) {
	.hero-2018--right .hero-2018__content-inner {
		width: 46%; text-align: right; margin-right: 1%; margin-left: 0px; align-self: flex-end; -webkit-align-self: flex-end; -moz-align-self: flex-end;
	}
}
@media screen and (min-width:1000px) {
	.hero-2018--right .hero-2018__content-inner {
		width: 35%; margin-right: 6%;
	}
}
@media screen and (min-width:1200px) {
	.hero-2018--right .hero-2018__content-inner {
		width: 33%; margin-right: 7%;
	}
}
@media screen and (min-width:767px) {
	.hero-2018--right .hero-2018__content-inner .hero-2018__content-text {
		float: none;
	}
	.hero-2018--center .hero-2018__content-inner {
		margin-right: auto; margin-left: auto; align-self: center; -webkit-align-self: center; -moz-align-self: center;
	}
	.hero-2018--center .hero-2018__content-inner .hero-2018__content-text {
		text-align: center;
	}
}
@media screen and (min-width:900px) {
	.hero-2018__content-inner {
		padding: 0px; margin-right: auto; margin-left: 0px;
	}
}
@media screen and (min-width:768px) {
	.override-position .hero-2018__content-inner {
		width: auto; margin-right: 0px; position: absolute; max-width: initial;
	}
}
.hero-2018__cta {
	margin-top: 1.5em;
}
@media screen and (max-width:767px) {
	.hero-2018__cta {
		margin-top: 0.5em;
	}
}
@media screen and (max-width:1024px) and (min-width:768px) {
	.hero-2018__cta {
		margin-top: 8px;
	}
}
.hero-2018__cta a + a {
	margin-left: 20px;
}
.hero-2018__image {
	background-position: top; left: 0px; width: 100%; height: 100%; right: 0px; position: absolute; background-repeat: no-repeat; background-size: cover;
}
@media screen and (max-width:660px) {
	.hero-2018__image--sm-bg-right.hero-2018__image {
		background-position-x: right;
	}
	.hero-2018__image--shadow-right.hero-2018__image::after {
		width: 500px;
	}
	.hero-2018__image--shadow-left.hero-2018__image::after {
		width: 500px;
	}
}
.hero-2018__content {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; position: absolute; z-index: 2;
}
@media screen and (max-width:767px) {
	.hero-2018__content {
		margin-top: -2px;
	}
	.hero-2018__content--sm-bg-red.hero-2018__content {
		background: rgb(112, 9, 25);
	}
}
.hero-2018__content-container {
	margin: 0px auto; padding: 0px 15px; height: 100%; display: flex; max-width: 700px; box-sizing: border-box; flex-direction: column; justify-content: center; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center;
}
@media screen and (min-width:768px) {
	.hero-2018__content-container {
		padding: 0px;
	}
	.hero-2018__content-container.override-position {
		max-width: initial !important;
		padding: 0;
		position: relative;
		width: auto;
		height: calc(100% - 20px);
		margin: 10px;
	}
	_:-ms-lang(x)::-ms-backdrop, .hero-2018__content-container.override-position {
		max-width: 100% !important;/* edge,ie11対応 */
	}
	_:-ms-lang(x), .hero-2018__content-container.override-position {
		max-width: 100% !important;/* ie10対応 */
	}
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
	.hero-2018__content-container.override-position {
		height: calc(100% - 50px);
	margin: 25px;
	}
}
@media screen and (min-width:768px) {
.hero-2018--right .hero-2018__content-container {
	max-width: 100%;
	}
}
.hero-2018__content-text {
	text-align: left;
}
.hero-2018__content-text *:last-child {
	margin-bottom: 0px;
}
.hero-2018__content-text .btn-tertiary {
	font-size: 0.87rem;
}
.hero-2018__content-text .inputfile + label {
	font-size: 0.87rem;
}
.hero-2018__content-text .btn-tertiary + .btn-tertiary {
	margin: 20px 0px 0px;
}
.hero-2018__content-text .inputfile + label + .btn-tertiary {
	margin: 20px 0px 0px;
}
.hero-2018__content-text .btn-tertiary.inputfile + label {
	margin: 20px 0px 0px;
}
.hero-2018__content-text .inputfile + label.inputfile + label {
	margin: 20px 0px 0px;
}
.hero-2018__content-text--center.hero-2018__content-text {
	text-align: center;
}
.hero-2018__content-text--right.hero-2018__content-text {
	text-align: right;
}
@media screen and (min-width:440px) {
	.hero-2018__content-text .btn-tertiary + .btn-tertiary {
		margin: 0px 0px 0px 20px;
	}
	.hero-2018__content-text .inputfile + label + .btn-tertiary {
		margin: 0px 0px 0px 20px;
	}
	.hero-2018__content-text .btn-tertiary.inputfile + label {
		margin: 0px 0px 0px 20px;
	}
	.hero-2018__content-text .inputfile + label.inputfile + label {
		margin: 0px 0px 0px 20px;
	}
}
.hero-2018__title-intro {
	color: rgb(76, 76, 76); line-height: 1.6; font-size: 0.87rem; font-weight: 400; margin-bottom: 1.85em;
}
@media screen and (max-width:767px) {
	.hero-2018__title-intro {
		margin-top: 10px; margin-bottom: 10px;
	}
}
/*@media screen and (max-width:1280px) and (min-width:768px)
{
.hero-2018__title-intro {
	margin-bottom: 0px;
}
}*/
@media screen and (min-width:1025px) {
	.hero-2018__title-intro {
		line-height: 1.9;
	}
}
.hero-2018__content-text--dark .hero-2018__title-intro {
	color: rgb(76, 76, 76);
}
.hero-2018__title-intro--upper.hero-2018__title-intro {
	text-transform: uppercase; font-weight: 700; margin-bottom: 0.64em;
}
@media screen and (max-width:767px) {
	.hero-2018__title-intro--upper.hero-2018__title-intro {
		line-height: 1.07; margin-top: 1.43em;
	}
}
@media screen and (max-width:900px) and (min-width:768px) {
	.hero-2018__title-intro--upper.hero-2018__title-intro {
		margin-bottom: 0.37em;
	}
}
.hero-2018__title-intro--upper.hero-2018__title-intro span {
	text-transform: lowercase;
}
@media screen and (max-width:767px) {
	.hero-2018__content--sm-bg-red .hero-2018__title-intro {
		color: rgb(255, 255, 255);
	}
}
@media screen and (min-width:767px) {
	.hero-2018__title-intro {
		color: rgb(255, 255, 255);
	}
}
.hero-2018__title {
	color: rgb(0, 0, 0); text-transform: uppercase; line-height: 1.08; letter-spacing: -0.5px; font-size: 1.5rem; font-weight: 700; margin-top: 0px; margin-bottom: 0.25em;
}
.hero-2018__title span {
	text-transform: lowercase;
}
.hero-2018__content-text--dark .hero-2018__title {
	color: rgb(0, 0, 0);
}
@media screen and (max-width:767px) {
	.hero-2018__title {
		margin-bottom: 0px;
	}
	.hero-2018__content--sm-bg-red .hero-2018__title {
		color: rgb(255, 255, 255);
	}
}
@media screen and (min-width:500px) {
	.hero-2018__title {
		font-size: 2rem;
	}
}
@media screen and (min-width:767px) {
	.hero-2018__title {
		color: rgb(255, 255, 255);
	}
}
@media screen and (min-width:1200px) {
	.hero-2018__title {
		line-height: 1.1; letter-spacing: -0.29px; font-size: 2.5rem; margin-bottom: 0.26em;
	}
}
@media screen and (min-width:1400px) {
	.hero-2018__title {
		letter-spacing: -0.35px; font-size: 3rem; margin-bottom: 0.22em;
	}
}
@media screen and (min-width:769px) {
	.hero-2018__title--shadow {
		text-shadow: 0px 2px 20px rgba(0,0,0,0.2);
	}
}
@media screen and (min-width:769px) {
	.hero-2018__title--shadow-light {
		text-shadow: 0px 2px 20px rgba(0,0,0,0.2);
	}
}
.hero-2018__columns {
	max-width: 90%;
	position: relative;
	margin: 0px auto;
	padding: 0px 20px;
	z-index: 1;
}
@media screen and (min-width:940px) {
	.hero-2018__columns {
		display: flex; justify-content: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between;
	}
	.hero-2018__columns--vcenter.hero-2018__columns {
		align-items: center; -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center;
	}
	.hero-2018__columns--vcenter.hero-2018__columns .hero-2018__columnn-heading {
		margin-top: -20px;
	}
}
@media screen and (min-width:768px) {
	.hero-2018__columns {
		padding: 0px;
	}
}
@media screen and (min-width:1200px) {
	.hero-2018__columns {
		max-width: 780px;
	}
	#mailmagazine_regist.signup-button {
	/*	margin-left: 2%;*/
	display:block;
	}
}
@media screen and (min-width:1400px) {
	.hero-2018__columns {
		max-width: 930px;
	}
}
@media screen and (min-width:1430px) {
	.hero-2018__columns {
		padding: 0px;
	}
}
@media screen and (min-width:1800px) {
	.hero-2018__columns {
		max-width: 1090px;
	}
}
@media screen and (min-width:2000px) {
	.hero-2018__columns {
		max-width: 1400px;
	}
}
.hero-2018__column {
	box-sizing: border-box;
}
.hero-2018__column h3 {
	color: rgb(0, 0, 0); letter-spacing: 0px; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.96em;
}
.hero-2018__column form {
	background: rgb(255, 255, 255); margin: 0px auto; padding: 30px 10px 40px; position: relative; z-index: 1; box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
}
.hero-2018__column form label {
	width: auto;
	display: inline-block;
	text-transform: none;
}
.hero-2018__column form button[type=submit] {
	margin: 0px;
}
.hero-2018__column .enhanced-signup-form input,
.hero-2018__column .enhanced-signup-form .select-menu {
	display: inline-block;
	margin-left: 3%;
}
.hero-2018__column .enhanced-signup-form input {
	width: 50%;
}
.hero-2018__column .enhanced-signup-form .select-menu {
	display: inline-block;
	width: auto;
}
.hero-2018__column .enhanced-signup-form .select-menu.em2 {
	margin-left: 0;
}
@media screen and (min-width:660px) {
	.hero-2018__column form {
		padding: 30px 10px;
	}
	.hero-2018__column h3 {
		margin-left: 4px;
	}
	.hero-2018__column form .col {
		margin-left: 0;
	}
}
@media screen and (min-width:940px) {
	.hero-2018__column {
		flex:0 1 400px; -webkit-box-flex: 0 1 400px; -moz-box-flex: 0 1 400px; -webkit-flex: 0 1 400px;
	}
	.hero-2018__column_right {
		flex:0 1 550px; -webkit-box-flex: 0 1 550px; -moz-box-flex: 0 1 550px; -webkit-flex: 0 1 550px;
	}
	.hero-2018__column h3 {
		font-size: 2rem;
	}
}
.hero-2018__column * {
	box-sizing: inherit;
}
.hero-2018__columnn-heading {
	margin: 1em 0px 1.5em; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: -0.5px; font-size: 1.62rem; font-weight: 700; position: relative; z-index: 1;
}
.hero-2018__columnn-heading--light.hero-2018__columnn-heading {
	color: rgb(255, 255, 255);
}
@media screen and (min-width:940px) {
	.hero-2018__columnn-heading {
		margin: 2em 0px 0px; font-size: 2.62rem;
	}
}
.hero-2018--animation .animated-images {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: absolute;
}
@media screen and (min-width:940px) {
	.hero-2018--animation .animated-images::before {
		background: rgba(0, 0, 0, 0.2); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; content: "";
	}
}
.hero-2018--animation .hero-2018__columnn-heading--light {
	position: relative; z-index: 1; text-shadow: 0px 0px 100px rgba(0,0,0,0.7);
}
.hero-2018--animation .hero-2018__columnn-heading--light::before {
	border-radius: 125px; left: -15%; top: -20%; width: 115%; height: 130%; position: absolute; z-index: -1; content: ""; opacity: 0.35; background-image: radial-gradient(at center, black 0%, rgba(0, 0, 0, 0) 75%);
}
.hero-2018--animation .animated {
	position: absolute;
}
.hero-2018--animation :nth-child(1).animated {
	left: -2px; top: 12.38%;
}
.hero-2018--animation :nth-child(2).animated {
	left: 47.4%; top: 9.12%;
}
.hero-2018--animation :nth-child(3).animated {
	left: 89.2%; top: 28%;
}
.hero-2018--animation :nth-child(4).animated {
	left: 18.85%; top: 60%;
}
.hero-2018--animation :nth-child(5).animated {
	left: 82.3%; top: 65.63%;
}
.hero-2018--animation :nth-child(6).animated {
	left: 16.9%; top: 4.5%;
}
.hero-2018--animation :nth-child(7).animated {
	left: 75.95%; top: 2.5%;
}
.hero-2018--animation :nth-child(8).animated {
	left: 44.3%; top: 59.25%;
}
.hero-2018--animation :nth-child(9).animated {
	left: 30.15%; top: 27.75%;
}
.hero-2018--animation :nth-child(10).animated {
	left: 2.05%; top: 43.63%;
}
.hero-2018--animation .hero-2018__columns {
	padding-top: 126px; padding-bottom: 134px;
}

@media screen and (max-width:1000px) {
	.hero-2018--animation .hero-2018__columns {
		padding-bottom: 0px;
	}
}
@media screen and (max-width:940px) {
	.hero-2018--animation .animated {
		display: none; max-width: 200px;
	}
	.hero-2018--animation :nth-child(1).animated {
		top: 2.5%; display: inline;
	}
	.hero-2018--animation :nth-child(2).animated {
		top: 3.5%; display: inline;
	}
	.hero-2018--animation :nth-child(3).animated {
		left: auto; top: 0.5%; right: 0px; display: inline;
	}
	.hero-2018--animation :nth-child(4).animated {
		top: 1.5%; display: inline;
	}
	.hero-2018--animation .animated-images {
		height: auto; display: block; position: static; min-height: 460px;
	}
	.hero-2018--animation .hero-2018__columns {
		padding-top: 0px; margin-top: -240px;
	}
}
@media screen and (max-width:440px) {
	#hero-justin-thomas .hero-2018__image {
		background-position-x: 76%;
	}
}
.carousel-2018-wrapper {
	position: relative;
}
.carousel-2018-nav {
	top: 5%; width: 260px; right: 0px; overflow: hidden; position: absolute;
}
.carousel-2018-nav--left.carousel-2018-nav {
	left: 0px; right: auto;
}
.carousel-2018-nav--left.carousel-2018-nav button {
	left: -4px; right: auto; float: left;
}
.carousel-2018-nav--left.carousel-2018-nav button.is-active {
	left: 20px;
}
.carousel-2018-nav button {
	background: rgb(255, 255, 255); margin: 10px 0px 0px; padding: 0px; border-radius: 0px; border: 2px solid rgb(255, 255, 255); transition:0.3s; border-image: none; right: -24px; clear: both; float: right; display: block; position: relative; max-width: 70px; box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
}
.carousel-2018-nav button.is-active {
	right: -10px;
}
.carousel-2018-nav button.is-active::after {
	animation-name: carouselProgress; animation-duration: 5s; animation-timing-function: linear; animation-fill-mode: forwards;
}
.carousel-2018-nav button::after {
	background: rgb(227, 24, 55); left: 0px; width: 0%; height: 3px; bottom: 0px; display: block; position: absolute; content: "";
}
.carousel-2018-nav button:first-child {
	margin-top: 0px;
}
.carousel-2018-nav button img {
	width: 100%; display: block;
}
@media screen and (min-width:660px) {
	.carousel-2018-nav button {
		right: -4px;
	}
	.carousel-2018-nav button.is-active {
		right: 20px;
	}
}
@media screen and (min-width:800px) {
	.carousel-2018-nav button {
		margin: 15px 0px 0px; border: 4px solid rgb(255, 255, 255); border-image: none; max-width: 120px;
	}
	.carousel-2018-nav button::after {
		height: 6px;
	}
}
@media screen and (min-width:1150px) {
	.carousel-2018-nav {
		top: 50%; transform: translateY(-50%);
	}
	.carousel-2018-nav button {
		margin: 20px 0px 0px; max-width: 240px;
	}
}
@keyframes carouselProgress {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

.image-cards {
	display: flex;
	position: relative;
	max-width: 700px;
	margin: 0px auto;
	padding: 0px 20px 15px;
	z-index: 2;
	box-sizing: border-box;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}
.flickity-enabled.image-cards {
	display: block;
}
.image-cards::after {
	display: none; content: "flickity";
}
.image-cards .image-card {
	margin: 0px 20px 0px 0px; width: 340px; height: auto;
}
.image-cards .image-card--shadow.image-card {
	border: none; border-image: none;
}
.image-cards .image-card.image-card--shadow {
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.image-cards :last-child.image-card {
	margin-right: 0px !important;
}
.image-cards .image-card a {
	width: 100%; height: 0px; padding-bottom: 100%;
}
.image-cards.image-cards--midium .image-card a,
.image-card a,
.image-card .image-card-inner {
	padding-bottom: 60.25%;
}
@media screen and (max-width:1399px) and (min-width:1200px) {
	.image-cards.image-cards--midium .image-card a,
	.image-card a,
	.image-card .image-card-inner {
		padding-bottom: 66.25%;
	}
}
@media screen and (max-width:380px) {
	.image-cards.image-cards--midium .image-card a,
	.image-card a,
	.image-card .image-card-inner {
		padding-bottom: 72.25%;
	}
	.image-cards--midium .flickity-viewport {
		height: 250px !important;
	}
}
.image-cards .image-card__heading {
	font-size: 1.2rem;
}
.image-cards .image-card__heading span {
	font-size: 85%;
	line-height: 2;
}

.image-cards--pull-up.image-cards {
	margin-top: 0px; position: relative; z-index: 2;
}
#image-cards-inner {
		padding: 0;
}
@media screen and (max-width:660px) {
	.image-cards {
		max-width: 100%;
		margin: 0px auto;
		display: block;
	}
	.image-cards .image-card {
		width: 100% !important;
		margin : 0;
	}
	.image-cards :last-child.image-card {
		margin : 0;
	}
}
@media screen and (min-width:768px) {
	.image-cards {
		padding: 0px;
	}
	#image-cards-inner {
		max-width: 100%;
		margin: auto;
		padding: 90px 0;
		background: #fff;
	}
}
@media screen and (min-width:1200px) {
	.image-cards {
		max-width: 80%;
	}
.	image-cards::after {
	content: "";
}
.image-cards .image-card {
	width: 32%; height: auto;
}
}
@media screen and (max-width:1799px) {
	.image-cards .image-card__content {
		padding: 30px;
	}
}
@media screen and (min-width:1800px) {
	.image-cards {
		max-width: 1450px;
	}
	.image-cards .image-card {
		margin: 0px 34px 0px 0px;
}
.image-cards .image-card__heading {
	font-size: 1.25rem;
}
.image-cards .image-card__content {
		padding: 40px 34px;
	}
}
@media screen and (min-width:2000px) {
	.image-cards {
		max-width: 1600px;
	}
	.image-cards .image-card {
		margin: 0px 40px 0px 0px;
	}
	.image-cards .image-card__heading {
		font-size: 1.5rem;
	}
}
.image-cards * {
	box-sizing: inherit;
}
.image-cards--large {
	margin: 0px auto 1em; padding: 0px 20px; display: flex; position: relative; z-index: 2; max-width: 700px; box-sizing: border-box; justify-content: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between;
}
.image-cards--midium {
	
}
.flickity-enabled.image-cards--large {
	display: block;
}
.image-cards--pull-up.image-cards--large {
	margin-top: -30px;
}
.image-cards--large::after {
	display: none; content: "flickity";
}
.image-cards--large .image-card {
	margin: 0px 20px 0px 0px; width: 340px; height: auto;
}
.image-cards--large .image-card--shadow.image-card {
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
.image-cards--large :last-child.image-card {
	margin-right: 0px !important;
}
.image-cards--large .image-card__content {
	padding: 20px;
}
.image-cards--large .image-card__heading {
	font-size: 1rem;
}
@media screen and (max-width:700px) {
	.image-cards--large .image-card {
		width: 50%;
	}
}
@media screen and (max-width:500px) {
	.image-cards--large .image-card {
		width: 100%;
	}
}
@media screen and (min-width:768px) {
	.image-cards--large {
		padding: 0px;
	}
	.image-cards--pull-up.image-cards--large {
		margin-top: -32px;
	}
.image-cards--large::after {
	content: "";
	}
}
@media screen and (min-width:800px) {
	.image-cards--large .image-card {
		width: 48%;
	}
}
@media screen and (min-width:900px) {
	.image-cards--pull-up.image-cards--large {
		margin-top: -36px;
	}
}
@media screen and (min-width:1200px) {
	.image-cards--large {
		max-width: 780px;
	}
	.image-cards--pull-up.image-cards--large {
		margin-top: -42px;
	}
}
@media screen and (min-width:1400px) {
	.image-cards--large {
		max-width: 930px;
	}
	.image-cards--large .image-card {
		margin: 0px 28px 0px 0px;
	}
	.image-cards--large .image-card__content {
		padding: 28px;
	}
	.image-cards--pull-up.image-cards--large {
		margin-top: -50px;
	}
}
@media screen and (min-width:1800px) {
	.image-cards--large {
		max-width: 1090px;
	}
	.image-cards--large .image-card__heading {
		font-size: 1.25rem;
	}
	.image-cards--pull-up.image-cards--large {
		margin-top: -66px;
	}
}
@media screen and (min-width:2000px) {
	.image-cards--large{
		max-width: 1400px;
	}
	.image-cards--large .image-card {
		margin: 0px 40px 0px 0px;
	}
	.image-cards--large .image-card__content {
		padding: 33px 40px;
	}
	.image-cards--large .image-card__heading {
		font-size: 1.5rem;
	}
	.image-cards--pull-up.image-cards--large {
		margin-top: -77px;
	}
}

.image-cards--large * {
	box-sizing: inherit;
}
.image-card {
	margin: 0px; width: 280px; height: auto; overflow: hidden; position: relative; box-sizing: border-box;
}
.image-card a {
	border: currentColor; border-image: none; width: 100%; height: 0px; overflow: hidden; padding-bottom: 56.25%; display: block; position: relative; z-index: 4;
}
.image-card .image-card-inner {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
	border: currentColor;
	border-image: none;
/*	padding-bottom: 56.25%; */
	z-index: 4;
	overflow: hidden;
}
@media screen and (min-width:1000px) {
	.image-card {
		margin: 0px 20px; height: auto;
	}
	.image-card a:focus .image-card__image {
		transform: scale(1.1);
	}
	.image-card a:hover .image-card__image {
		transform: scale(1.1);
	}
	.image-card .image-card-inner:focus .image-card__image {
		transform: scale(1.1);
	}
	.image-card .image-card-inner:hover .image-card__image {
		transform: scale(1.1);
	}
}
.stat-card__content {
	background: rgb(255, 255, 255); margin: 0px 0px 10px; padding: 4% 18px; width: 100%; height: 100%; position: absolute;
}
@media screen and (min-width:425px) {
	.stat-card__content {
		padding: 6% 18px 4%;
	}
}
.stat-card__content h2 {
	margin: 0px 0px 1.18em; color: rgb(0, 0, 0); text-transform: uppercase; letter-spacing: 0px; font-size: 0.81rem; font-weight: 700;
}
@media screen and (min-width:360px) {
	.stat-card__content h2 {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

@media screen and (max-width:640px) and (min-width:500px) {
	.stat-card__content {
		padding: 8px;
	}
	.stat-card__content h2 {
		font-size: 0.81rem; margin-bottom: 5px;
	}
}

@media screen and (min-width: 1400px) {
	.image-cards .stat-card__content h2 {
		font-size: 16px;
		font-size: 1rem;
	}
}
@media screen and (min-width:1600px) {
	.stat-card__content {
		padding: 30px 30px 50px;
	}
}
@media screen and (min-width:1800px) {
	.stat-card__content {
		padding-top: 40px;
	}
	.stat-card__content h2 {
		font-size: 1.25rem;
	}
}
@media screen and (min-width:2000px) {
	.stat-card__content h2 {
			font-size: 1.5rem;
	}
}
.stat {
	margin: 0px; display: flex; align-items: center;
}
.stat + .stat {
	margin: 18px 0px 0px;
}
@media screen and (max-width:640px) and (min-width:500px) {
	.stat + .stat {
		margin: 10px 0px 0px;
	}
}
.stat__label {
	margin: 0px 18px 0px 0px; flex:0 0 86px; text-align: right; color: rgb(0, 0, 0); line-height: 1.05; font-size: 0.87rem;
}
@media screen and (min-width:1800px) {
	.stat__label {
		flex:0 0 100px; font-size: 1rem;
	}
}
.stat__bar-wrapper {
	flex:1 1 0px; position: relative;
}
.stat__bar-wrapper--flex.stat__bar-wrapper {
	display: flex; align-items: center; -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center;
}
.stat__bar-wrapper--flex.stat__bar-wrapper .stat__bar-label {
	margin-left: 8px; position: static;
}
.stat__bar {
	height: 40px;
}
.stat__bar-label {
	left: 55px; top: 6px; right: auto; color: rgb(0, 0, 0); letter-spacing: 0px; font-size: 1.25rem; position: absolute;
}
.stat__bar-label--strong.stat__bar-label {
	left: auto; right: 14px; color: rgb(255, 255, 255); font-weight: 700;
}
@media screen and (max-width:1200px) {
	.stat__bar-label {
		left: 35px;
	}
}
@media screen and (min-width:1800px) {
	.stat__bar-label {
		left: 30px;
	}
}
@media screen and (min-width:2000px) {
	.stat__bar-label {
		left: 50px;
	}
}
.in-view {
}
.in-view #stat-bar-1 {
	width: 100%;
}
.in-view .stat__bar div {
	animation:progressbar 1s ease-out forwards; width: 100%; height: 100%; display: block; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5); background-image: linear-gradient(90deg, rgb(227, 24, 55), rgb(159, 13, 35)); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.in-view .competitor.stat__bar div {
	animation:progressbar 0.3s ease-out forwards;
}
@keyframes statBar1Animation {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes statBar2Animation {
	0% {
		width: 0%;
	}
	100% {
		width: 14%;
	}
}
@keyframes progressbar {
	0% {
		width: 0%;
		background-position: top left;
	}
	100% {
		width: 100%;
		background-position: bottom right;
	}
}
.image-card__image {
	background-position: top; transition:transform 0.5s; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; background-repeat: no-repeat; background-size: cover;
}
.image-card__content {
	padding: 18px; width: 100%; height: 100%; display: flex; position: absolute; z-index: 3; box-sizing: border-box; flex-direction: column; justify-content: flex-end; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end;
}
@media screen and (min-width:768px) {
	.image-card__content {	
		padding: 20px;
	}
}
@media screen and (min-width:1000px) {
	.image-card__content {
		padding: 30px;
	}
}
@media screen and (min-width:1400px) {
	.image-card__content {
		padding: 40px 36px;
	}
}
.image-card__intro {
	margin: 0px 0px 0.41em; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1.08; font-size: 0.75rem; font-weight: 700; text-shadow: 0px 4px 17px rgba(0,0,0,0.15);
}
@media screen and (min-width:1400px) {
	.image-card__intro {
		line-height: 1.07; font-size: 0.87rem;
	}
}
.image-card__heading {
	margin: 0px; color: rgb(255, 255, 255); line-height: 1.125; font-size: 1rem; font-weight: 700; text-shadow: 0px 4px 17px rgba(0,0,0,0.15);
}
@media screen and (min-width:1400px) {
	.image-card__heading {
		line-height: 1.1; font-size: 1.25rem;
	}
}
@media screen and (min-width:1800px) {
	.image-card__heading {
		line-height: 1.08; font-size: 1.5rem;
	}
}
.content-cards {
	margin: 0px auto; padding: 0px 20px; display: flex; position: relative; z-index: 2; max-width: 700px; box-sizing: border-box; justify-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center;
}
.flickity-enabled.content-cards {
	display: block;
}
.content-cards::after {
	display: none; content: "flickity";
}
.content-cards--pull-up.content-cards {
	margin-top: -60px;
}

* {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; -ms-box-sizing: content-box;
}
*::before {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; -ms-box-sizing: content-box;
}
*::after {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; -ms-box-sizing: content-box;
}

select {
	box-sizing: border-box;
}
form:first-child {
	height: auto;
}

.m-callout > a > img {
	display: inline;
}
h1 {
	color: inherit;
}
h2 {
	color: inherit;
}
h3 {
	color: inherit;
}
h4 {
	color: inherit;
}
h5 {
	color: inherit;
}

.slick-active.slick-slide {
	visibility: visible;
}
/*.slick-list {
	height: 100% !important;
}*/

@media screen and (max-width: 440px) {
	.is-hidden-mobile {
		display: none;
	}
}
@media screen and (min-width: 441px) {
	.is-hidden-non-mobile {
	display: none;
	}
}
@media screen and (max-width:767px) {
	.is-hidden-lt-768 {
		display: none;
	}
	.is-hidden-lt-768.titleist-btn {
		display: none;
	}
	.btn-secondary.is-hidden-lt-768 {
		display: none;
	}
	.btn-tertiary.is-hidden-lt-768 {
		display: none;
	}
	.inputfile + label.is-hidden-lt-768 {
		display: none;
	}
}
@media screen and (min-width:768px) {
	.is-hidden-gt-768 {
		display: none;
	}
	.is-hidden-gt-768.titleist-btn {
		display: none;
	}
	.btn-secondary.is-hidden-gt-768 {
		display: none;
	}
	.btn-tertiary.is-hidden-gt-768 {
		display: none;
	}
	.inputfile + label.is-hidden-gt-768 {
		display: none;
	}
}
@media screen and (max-width:800px) {
	.is-hidden-mobile-tablet {
		display: none;
	}
}
@media screen and (min-width:801px) {
	.is-hidden-non-mobile-tablet {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	is-hidden-lt-768, .titleist-btn.is-hidden-lt-768, .is-hidden-lt-768.btn-secondary, .is-hidden-lt-768.btn-tertiary, .inputfile + label.is-hidden-lt-768 {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.is-hidden-gt-768, .titleist-btn.is-hidden-gt-768, .is-hidden-gt-768.btn-secondary, .is-hidden-gt-768.btn-tertiary, .inputfile + label.is-hidden-gt-768 {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.is-hidden-mobile-tablet {
		display: none;
	}
}
@media screen and (min-width: 801px) {
	.is-hidden-non-mobile-tablet {
		display: none;
	}
}

@media screen and (max-width: 660px) {
	.m-section .video-col video, .m-section-tertiary .video-col video, .m-section-quaternary .video-col video, .m-section .video-col .video-in-view, .m-section-tertiary .video-col .video-in-view, .m-section-quaternary .video-col .video-in-view {
		display: none;
	}
	.hero-2018__column form label {
		width: 100%;
	}
	.hero-2018__column .enhanced-signup-form input {
		width: 80%;
	}
	.hero-2018__column .enhanced-signup-form input,
	.hero-2018__column .enhanced-signup-form .select-menu {
		margin-left: 0;
	}
}
@media screen and (min-width: 661px) {
	.m-section .video-col picture, .m-section-tertiary .video-col picture, .m-section-quaternary .video-col picture {
		display: block;
	}
	.m-section .video-col video, .m-section-tertiary .video-col video, .m-section-quaternary .video-col video {
		max-width: 100%;
		height: auto;
		min-height: 550px;
		display: block;
		position: relative;
	}
	.m-section .video-col video.preload-video, .m-section-tertiary .video-col video.preload-video, .m-section-quaternary .video-col video.preload-video, .m-section .video-col video.hidden-for-desktop, .m-section-tertiary .video-col video.hidden-for-desktop, .m-section-quaternary .video-col video.hidden-for-desktop {
		display: none;
	}
	.m-section .video-col .video-in-view, .m-section-tertiary .video-col .video-in-view, .m-section-quaternary .video-col .video-in-view {
		display: block;
		width: 1px;
		height: 1px;
		position: absolute;
		bottom: 175px;
	}
}

.hero-2018--center.hero-2018-ball-area .hero-2018__content-inner {
	position: relative;
}
.titleist-btn.outline--black-text, .outline--black-text.btn-secondary, .outline--black-text.btn-tertiary, .inputfile + label.outline--black-text {
	border: 1px solid #e31837;
	background: transparent;
	color: #000 !important;
}
.titleist-btn.outline--black-text:hover, .outline--black-text.btn-secondary:hover, .outline--black-text.btn-tertiary:hover, .inputfile + label.outline--black-text:hover, .titleist-btn.outline--black-text:focus, .outline--black-text.btn-secondary:focus, .outline--black-text.btn-tertiary:focus, .inputfile + label.outline--black-text:focus {
	border-color: #b5132c;
}
@media screen and (min-width: 768px) {
	.hero-2018--center.hero-2018-ball-area .hero-2018__content-inner {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.hero-2018--center.hero-2018-ball-area .hero-2018__content-inner .m-hero-cta {
		margin-top: -10vw;
	}
}

/* sign up */
@media screen and (min-width:1200px) {
	.hero-2018__columns {
		max-width: 1200px;
	}
}
.hero-2018__column .process_text {
	width: 100% !important;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.2;
}
.enhanced-signup-form .titleist-layout {
	margin-left: 0;
}
.required-birthday .select-menu {
	display: inline-block;
	width: auto;
}
.required-address,
.required-birthday,
.required-birthday label,
.required-birthday-select-area,
.process_text02,
#mailmagazine_regist.signup-button {
	display: inline-block;
}
.process_text02,
#mailmagazine_regist.signup-button {
	vertical-align: middle;
}
.required-address {
	width: 38%;
}
.required-birthday {
	width: 60%;
	max-width: 380px;
}
.required-birthday-select-area{
	white-space: nowrap;
}
.required-address .select-menu select {
	padding: 7px 35px 7px 10px;
}
.mail_box form:first-child {
	margin-bottom: 30px;
}
.mail_box form:first-child .gutter {
	margin: 0 0 0 10px;
}
@media screen and (max-width:600px) {
	.required-address,
	.required-birthday {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:356px) {
	.required-birthday {
		width: 100%;
	}
		.required-birthday-select-area {
		white-space: inherit;
	}
}
input[type="email"] {
padding:7px;
}
.mail_box .select-menu {
height:31px;
}
.mail_box .select-menu select {
height:30px;
}
.mail_box .select-menu:after {
height:31px;
}
.hero-2018__column form .required-birthday .gutter label,
.hero-2018__column form .required-address .gutter label {
display:block;
}
.hero-2018__column form .required-birthday .gutter span,
.hero-2018__column form .required-address .gutter span {
margin-left:0;
}


/* 戦勝エリア */
.image-cards.image-cards--pull-up {
	/* margin-top: -30px; */
	position: relative;
	z-index: 2;
	outline: none;
}
@media screen and (max-width: 700px) {
	.image-cards .image-card {
		width: 50%; 
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 500px) {
	.image-cards .image-card {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.image-cards {
		padding: 0;
	}
	.image-cards.image-cards--pull-up {
		margin-top: -32px;
	}
}
@media screen and (min-width: 900px) {
	.image-cards.image-cards--pull-up {
		margin-top: -36px;
	}
}
@media screen and (min-width: 1200px) {
	.image-cards {
		max-width: 80%;
	}
	.image-cards:after {
		content: '';
	}
	.image-cards .image-card {
		height: auto;
		width: 32%;
	}
	.image-cards.image-cards--pull-up {
		margin-top: -42px;
	}
}
@media screen and (min-width: 1400px) {
	.image-cards.image-cards--pull-up {
		margin-top: -50px;
	}
}
@media screen and (min-width: 1800px) {
	.image-cards {
		max-width: 1450px;
	}
	.image-cards .image-card {
		margin: 0 34px 0 0;
	}
	.image-cards .image-card__heading {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.image-cards.image-cards--pull-up {
		margin-top: -66px;
	}
}
@media screen and (min-width: 2000px) {
	.image-cards {
		max-width: 1400px;
	}
	.image-cards .image-card {
		margin: 0 40px 0 0;
	}
	.image-cards .image-card__heading {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.image-cards.image-cards--pull-up {
		margin-top: -77px;
	}
}
.stat-card__content .m-ball-count {
	width: 100%;
	padding: 0;
	background: none;
}
.stat-card__content .m-ball-count p a {
	height: auto;
	color: #000;
	padding: 18px 0 0;
	padding-bottom: 0 !important;
}

.rss_feed_ttl {
	background: #f3f3f3;
	padding-bottom: 0;
}
.rss_feed_btn_area {
	background: #f3f3f3;
	padding: 20px 2em 40px;
}
.rss_feed_btn_area .hero-2018__cta {
	margin-bottom: 2em;
}
.rss_feed_btn_area .hero-2018__cta a {
	max-width: 120px;
	margin: auto;
}

@media (max-width: 600px) {
	.rss_feed_btn_area {
		padding-top: 0;
	}
}