#main > .topicpath {
  display: none;
}

main article {
  padding-top: 0;
}

main article .container header {
  display: none;
}

main article .mainvisual {
	background: url(/campaign/airdocard2025_03/images/main-img.webp) center center no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 35.725%;
	width: 100%;
}

main article .mainvisual .mv-inner {
	margin: 0 auto;
	max-width: 1400px;
	padding-bottom: 35.725%;
	position: relative;
	width: 100%;
}
main .main-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  main article {
    background: none;
  }
  main article .mainvisual {
		background: url(/campaign/airdocard2025_03/images/main-img-sp.webp) no-repeat center top;
		background-size: cover;
		width: auto;
		height: auto;
		margin: 40px -16px 0;
		padding-bottom: 0;
  }
  main article .mainvisual .mv-inner {
    height: calc(100vw* 9 / 16);
    max-width: none;
    padding-bottom: 0;
  }

  .coming-soon::after {
    font-size: 24px;
  }

  main .main-footer {
    margin-top: 30px;
  }
}