@charset "utf-8";
*,*::before,*::after {
	box-sizing: border-box;
}
ul,ol  {
	padding: 0;
	margin: 0;
	list-style: none;
}
body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd {
	margin: 0;
}

@font-face {
	font-family: 'gotham';
		src: url('../font/GothamMediumRegular.ttf') format('opentype');
}
.en {
	font-family: 'gotham', sans-serif;
}
body {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	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;
}
body.scroll-stop {
	overflow: hidden;
}
body #wrap {
	width: 100%;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
}
img {
	display: block;
	vertical-align: bottom;
}
input,button,textarea,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	margin: 0px;
	padding: 0px;
}
a{
	outline:none;
	text-decoration:none;
}
a img{
	border:none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}


	/* ローディング */
	#loading_background {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}
/* PC ================================================== */
@media all and (min-width:960px){
.tablet,.sp {display: none;}
.pc {display: inline-block;}
.view_sp {display: none;}
.view_tablet {display: none;}
.view_pc {display: block;}
body {}
h1{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.9em;
	white-space: nowrap;
}
h2{}
h3{}
h4{}
h5{}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
.pc,.sp {display: none;}
.tablet {display: inline-block;}
.view_pc {display: none;}
.view_sp {display: none;}
.view_tablet {display: block;}
body {}

h2{}
h3{}
h4{}
h5{}
}

/* SP ================================================== */
@media all and (max-width:559px){
.pc,.tablet {display: none;}
.sp {display: inline-block;}
.view_pc {display: none;}
.view_tablet {display: none;}
.view_sp {display: block;}
body {}

h2{}
h3{}
h4{}
h5{}
}