@charset "utf-8";.wrapper {
	width: 100%;
	max-width: 1080px;
	margin:0 auto;


    padding-left: 10px !important;
    padding-right: 10px !important;
}
.video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9の縦横比 (9/16 = 0.5625) */
	height: 0;
	overflow: hidden;
    margin-bottom: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.header-img-wrapper img {
  width: 100%;
}

@media (min-width: 600px) {
  .title-wrapper .title {
      text-align: center;
      font-size: 18px;
      padding: 30px 0px;
  }

  .header-img-wrapper {
    padding-bottom: 30px;
  }
}
/*  SP 版----*/
@media (max-width: 600px) {
  .title-wrapper .title {
      text-align: center;
      font-size: 16px;
      padding: 20px 0px;
  }

  .header-img-wrapper {
    padding-bottom: 20px;
  }
}