/* CSS Document */

@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans Japanese', sans-serif !important;
	-webkit-font-feature-settings: 'palt';
			font-feature-settings: 'palt';
  }
  
  @media screen and (min-width: 751px) {
	.display_for_pc {
	  display: block !important;
	}
	.display_for_sp {
	  display: none !important;
	}
  }
  
  @media screen and (max-width: 750px) {
	.display_for_pc {
	  display: none !important;
	}
	.display_for_sp {
	  display: block !important;
	}
  }

.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.wrap img {
	width: 100%;
}

.wrap a {
	display: block;
}

.cv_area {
	position: relative;
}

.cv_btn {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.cv_btn a {
	max-width: 59%;
	margin: 0 auto;
}

@media screen and (max-width:750px) {
	.wrap {
		width: 100%;
		margin: 0 auto;
		line-height: 1;
	}
	
	.wrap img {
		width: 100%;
		vertical-align: text-bottom;
	}

	.cv_btn a {
		max-width: 90%;
	}
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color:#000;
}

.youtube iframe {
  width: 90%;
  height: 90%;
  padding:5%;
}