
/* fonts */

.jp-font-100 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.jp-font-300 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.jp-font-400 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.jp-font-500 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.jp-font-700 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.jp-font-900 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

.jp-serif-200 {
	font-family: 'Noto Serif JP', serif;  
	font-weight: 200;
}

.jp-serif-300 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}

.jp-serif-400 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.jp-serif-500 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.jp-serif-700 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.jp-serif-900 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}
 
/* Loading */
#loading {
	z-index: 201;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	visibility: visible;
	transition: opacity 1.5s, visibility 1.5s;
	background-color: #FFFFFF;
}

.loading-content {
	z-index: 202;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

/*
.loading-image {
	margin: 16px auto;
	width:320px;
	height: 308px;
	background-image: url("../resources/logowhite.png");
	background-size: cover;              
	background-position: center center;   
}
*/

/* hamburger menu */

.hamburger-menu {
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	position:fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #444444;
	opacity: 0;
	visibility: hidden;
	transform: translateX(25vw);
	transition: opacity .5s, visibility .5s, transform .5s;
}

.hamburger-menu > ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 0!important;
	height: 50vh;
}

.hamburger-menu > ul > li {
	position: relative;
}

.hamburger-menu > ul > li > a {
	font-size: 64px;
	color: #FFFFFF;
	font-family: 'Anton', sans-serif;
	text-decoration: none;
	transition: .1s;
}

.hamburger-menu > ul > li > p:first-child {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: flex;
	align-items: center;
	width: 100%;
}

.hamburger-menu > ul > li > p:first-child > span:first-child {
	flex: 1;
	height: 1px;
	background-color: #BBBBBB;
}

.hamburger-menu > ul > li > p:first-child > span:last-child {
	padding-left: 12px;
	font-size: .9rem;
	color: #BBBBBB;
}

.hamburger-menu > ul > li > p:last-child {
	margin-bottom: 0!important;
	font-size: 64px;
	color: #333333;
	font-family: 'Anton', sans-serif;
}

.hamburger-menu > ul > li > div {
	position: absolute;
}

.hamburger-menu > ul > li > a.active {
	cursor: default;
	color: #310F0D;
}

.hamburger-menu > ul > li > a:hover {
	color: #310F0D!important;
}

.hamburger-menu > ul > li > a > span,
.hamburger-menu > ul > li > p:last-child > span {
	margin-left: 40px;
	font-size: 27.2px;
}

.nav-toggler {
	z-index: 101;
	position: fixed;
	top: 36px;
	right: 38px; 
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	cursor: pointer;
	border-radius: 100%;
	border: solid 1.5px #CCC;
}

.nav-toggler > ul {
	position: relative;
	margin: 0!important;
	padding: 0!important;
	width: 48%;
	height: 14px;
}

.nav-toggler > ul > li {
	position: absolute;
	width: 100%;
	height: 1.5px;
	left: 0;
	background-color: #CCC;
}

.nav-toggler > ul > li:nth-child(1) {
	top: 0;
	transition: opacity .5s;
}

.nav-toggler > ul > li:nth-child(2) {
	top: 50%;
	transition: all .7s;
}

.nav-toggler > ul > li:nth-child(3) {
	top: 50%;
	transition: all .7s;
}

.nav-toggler > ul > li:nth-child(4) {
	top: 100%;
	transition: all .5s;
}

.line14-animation {
	opacity: 0;	
}

.line2-animation {
	transform: rotate(45deg);
	background-color: #FFFFFF!important;
}

.line3-animation {
	transform: rotate(-45deg);
	background-color: #FFFFFF!important;
}

/* common */
.footer {
	text-align: center;
	padding-top: 112px;
	color: #DDD;
	background-color: #292929;
}

.footer > .title > h1 {
	margin: 0!important;
	text-align: center;
	font-family: 'Antonio', sans-serif;
	font-size: 6.4rem;
	line-height: 1;
	letter-spacing: 0;
}

.footer > .title > h2 {
	margin: 24px 0 0 0!important;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
}

.footer > .content {
	margin: 0 auto;
	padding: 48px 0 80px 0;
	width: fit-content;
	text-align: start;
}

.footer .links,
.footer .tel, 
.footer .mail, 
.footer .sns {
	display: flex;
	align-items: flex-end;
	height: 48px;
}

.footer .links > p,
.footer .tel > p,
.footer .mail > p,
.footer .sns > p {
	margin: 0!important;
	width: 100px;
	font-size: 1rem;
	color: #DDD;
}

.footer .links > a,
.footer .tel > a,
.footer .mail > a {
	font-size: 1rem;
	color: #888;
	text-decoration: none;
}

.footer .sns > a:not(:first-of-type) {
	margin-left: 14px;
}

.footer .sns > a > img {
	width: 18px;
	height: 18px;
}

.footer .links > a:not(:first-of-type) {
	margin-left: 24px;
}

.copyright {
	padding-right: 8px;
	padding-bottom: 12px;
	background-color: #292929;
	color: #DDD;
}

.copyright > p {
	text-align: end;
	margin-bottom: 0!important;
}

/* bootstrap */

.container-fluid {
	padding: 0!important;
}

.row > * {
	padding: 0;
 }

 .row {
	--bs-gutter-x: 0;
}