@font-face{
	font-family: 'Noto Sans JP';
	font-display: swap;
	src: url('/fonts/NotoSansJP-Regular.woff2') format("woff2");
}

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

@media (min-width: 768px) {
	
	.text-3p0rem {
		font-size: 3.0rem;
	}
	
	.text-2p5rem {
		font-size: 2.5rem;
	}
	
	.text-2p0rem {
		font-size: 2.0rem;
	}
	
	.text-1p5rem {
		font-size: 1.5rem;
	}
	
	.text-1p2rem {
		font-size: 1.2rem;
	}
	
	.text-1p0rem {
		font-size: 1.0rem;
	}
	
	.text-0p9rem {
		font-size: 0.9rem;
	}
	
	.text-0p8rem {
		font-size: 0.8rem;
	}
}

@media (max-width: 768px) {
	
	.text-sp-2p0rem {
		font-size: 2.0rem;
	}
	
	.text-sp-1p5rem {
		font-size: 1.5rem;
	}
	
	.text-sp-1p2rem {
		font-size: 1.2rem;
	}
	
	.text-sp-1p0rem {
		font-size: 1.0rem;
	}
	
	.text-sp-0p8rem {
		font-size: 0.8rem;
	}
	
	.text-sp-0p7rem {
		font-size: 0.7rem;
	}
}

.card-btn > span{
	box-shadow: 2px 2px 2px 2px #eee;
}

.card-btn:hover > span {
	box-shadow: 4px 4px 2px 2px #ddd;
	text-decoration: none;
	transition: .2s;
	bottom: 5px;
}

.bg-black-opacity-0p15 {
	background: rgb(0, 0, 0, 0.15);
}

.bg-black-opacity-0p55 {
	background: rgb(0, 0, 0, 0.55);
}

.bg-footer{
	background-color: #cadbec;
}

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

.object-fit-cover{
	object-fit: cover;
}

.common_btn {
	color: black;
}

.common_btn:hover {
	color: black;
	text-decoration: none;
	opacity: 0.7;
	transition: 0.3s;
}

.mainheading {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}
.mainheading:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #13126f;
	border-radius: 2px;
}

.subheading {
	padding: 0.25em 0.5em;
	border-left: solid 5px #7db4e6;
}

.text-box {
	line-height: 2.0;
}

.text-wrap{
	word-wrap: break-word;
	word-break: break-all;
}

.h-75px {
	height: 75px;
}

.outline-none {
	outline: none !important;
}

.z-index-1000 {
	z-index : 1000 !important;
}

.w-180px {
	width: 180px;
}

.bg-ravenclaw {
	background: #060658 !important;
}

.btn-ravenclaw:hover {
	background: #50508a !important;
	transition-duration: 0.3s !important;
}

.btn-ravenclaw:active {
	background: #8282ab !important;
	transition-duration: 0.3s !important;
}

