*{
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
	height: 100%;
  font-size: 62.5%;
}
body {
	min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="text"], input[type="email"], textarea {
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
select{
	border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
	border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
  max-width: 1080px;
}

.pc{ display: block!important; }
.sp{ display: none!important; }

@font-face {
  font-family: 'DIN';
  src: url('../../font/DINCondensed-Bold.ttf') format("truetype");
}

@font-face {
  font-family: 'IPA';
  src: url('../../font/ipaexm.ttf') format("truetype");
}

.ipa{
	font-family: 'IPA';
}

.notosansRegular{
	font-family: noto-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.notosansMedium{
	font-family: noto-sans,sans-serif;
	font-weight: 500;
	font-style: normal;
}

.notosansBold{
	font-family: noto-sans,sans-serif;
	font-weight: 700;
	font-style: normal;
}

.notosansExtraBold{
	font-family: noto-sans,sans-serif;
	font-weight: 800;
	font-style: normal;
}

.BodyLayer{
	position: relative;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .wrap{
  	width: 100%;
  }

  .pc{ display: none!important; }
	.sp{ display: block!important; }

}
