@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Sans:wght@400;500;700;900&display=swap');
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
a {
  text-decoration: none;
}
a:hover,a:visited {
	color: inherit;
}
ol, ul, li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: toppan-bunkyu-gothic-pr6n, 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  background: #fdfdf8 ;
  color: #3c463c;
  letter-spacing:0;
}
.fs-l-page {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}
body a:hover {
  text-decoration: none;
}
body h1.en {
  letter-spacing: 0.2em;
}
body .jp {
  font-family: toppan-bunkyu-gothic-pr6n;
  font-weight: 400;
  font-style: normal;
}
body .en {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 849px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*-------------------------------------*/
.fs-c-breadcrumb__list {
	margin: 24px 8px;
	font-size: 12px;
}
.fs-c-breadcrumb__list > li {
	font-size: 12px;
}
.fs-c-breadcrumb__list > li > a {
	font-size: 12px;
}



