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

@font-face {
  font-family: 'EXTREEM';
  src: url("../../fonts/Xtreem.ttf");
}

.din{
  font-family: "DIN";
}

.dinL{
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.xtreem{
  font-family: 'EXTREEM';
}

*{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
body {
  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;
}
strong{
  font-weight: bold;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  /* border-radius: 0; */
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
.wrap{
  margin-left: auto;
  margin-right: auto;
	width: 90%;
}
.PageHeader .wrap{
  padding-top: 28px;
  padding-bottom: 68px;
}
.SingleSection .SectionInner{
  position: relative;
}
.SingleSection .SectionInner{
  padding-bottom: 0;
}
.Inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.SectionInner{
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.SectionInner.Prev{
  padding-bottom: 0;
}

.pc{ display: none!important; }

.wb{
  word-break: break-all;
}


@media screen and (min-width: 768px) {

	body{
		min-width: 960px;
		font-size: 16px;
	}

	.wrap{
		max-width: 1200px;
	}

  .PageHeader .wrap{
    padding-top: 48px;
    padding-bottom: 88px;
  }

	.wrap.relative{
		width: 84%;
	}

  .SectionInner{
    padding-bottom: 64px;
  }
  .SingleSection .SectionInner{
    padding-bottom: 24px;
  }
  .SectionInner.Prev{
    padding-bottom: 0;
  }

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

}

/* ---------------------------- */
/* --- footer --- */
/* ---------------------------- */
footer p,
footer li,
fotter h2,
footer div {
  line-height: 1.5;
  letter-spacing: -0.05em;
}
