@charset "utf-8";
:root {
/* 共通設定 */
	--color--black: #000000;
}

html {
    scroll-behavior: smooth;
}

.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-b1-medium {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-b1-bold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-b1-extrabold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	color: #000000;
	font-family: sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
/*	font-feature-settings: "palt";*/
}
body.scroll-stop {
	overflow: hidden;
}


/* PC ================================================== */
@media all and (min-width: 769px){
.pc {display: block;}
.tablet,.sp {display: none;}
.view_pc {display: block;}
.view_tablet {display: none;}
.view_sp {display: none;}
body {}
h1{
	font-family: "Shippori Mincho B1", serif;
}
h2{
	font-family: "Shippori Mincho B1", serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 100%;
}
h3{
	font-family: "Shippori Mincho B1", serif;
}
h4{
	font-family: "Shippori Mincho B1", serif;
}
h5{}
h6{}
p{
	font-family: "Shippori Mincho B1", serif;
}
}

/* Tablet ================================================== */
@media all and (max-width: 768px){
.pc,.sp {display: none;}
.tablet {display: block;}
.view_pc {display: none;}
.view_sp {display: none;}
.view_tablet {display: block;}
body {}
h1{
	font-family: "Shippori Mincho B1", serif;
}
h2{
	font-family: "Shippori Mincho B1", serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 100%;
}
h3{
	font-family: "Shippori Mincho B1", serif;
}
h4{
	font-family: "Shippori Mincho B1", serif;
}
h5{}
h6{}
p{
	font-family: "Shippori Mincho B1", serif;
}
}

/* SP ================================================== */
@media all and (max-width: 575px){
.pc {display: none;}
.sp {display: block;}
.view_pc {display: none;}
.view_tablet {display: none;}
.view_sp {display: block;}
body {}
h1{
	font-family: "Shippori Mincho B1", serif;
}
h2{
	font-family: "Shippori Mincho B1", serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 100%;
}
h3{
	font-family: "Shippori Mincho B1", serif;
}
h4{
	font-family: "Shippori Mincho B1", serif;
}
h5{}
h6{}
p{
	font-family: "Shippori Mincho B1", serif;
}
}