	* {
		margin: 0;
		padding: 0;
	}

	body {
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		line-height: 1.2;
		font-size: 12px;
    /* font-size: max(0.835vw,12px); */
		font-feature-settings: "palt";
		letter-spacing: .03em;
    background-color: #F9F9F5;
    color: #22222D;
    text-align: left;
		font-weight: 400;

    font-family: "Atkinson Hyperlegible Mono", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
	}
  ::selection {
background:#22222D;
color: #F9F9F5;
}

::-moz-selection {
background:#22222D;
color: #F9F9F5;
}
	a {
		color: #22222D;
    margin-right: 1em;
    border-bottom: 1px solid;
    text-decoration: none;
	}
  a:hover {
    border-color: transparent;
		color: #888;
  }

	img {
		border: none;
		max-width: 100%;
		height: auto;
	}

	h1 {
    font-weight: 400;
    font-style: normal;
    font-size: max(1.66vw,24px);
		line-height: 1.8;
    text-align: left;
    letter-spacing: .8em;
    text-align: justify;
    margin-bottom: max(2.5vw, 40px);
	}
	h1 img {
    width: max(8vw, 115px);
  }

	p {
		margin-bottom: 2em;
	}
  p:last-child {
		margin-bottom: 0;
  }
  .s_txt {
    font-size: 80%;
		font-weight: 400;
  }

.video-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.video-wrapper video {
  width: 37.5vw;
  /* height: 62.5%; */
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  position: absolute;
}

.video-content {
  margin: 0;
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  width: 54vw;
/*
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
*/
}

p.subtitle {
		margin-bottom: .5em;
}

@media screen and (max-width:768px) {
	h1 {
		font-size: 18px;
	}
	p {
		font-size: 10px;
	}
  .nodisp_sp {
    display: none;
  }
  .video-content {
    bottom: 7vw;
    left: 7vw;
    width: 86vw;
  }
  .video-wrapper video {
    width: 100%;
    height: 37.5%;
}
}