@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,800&family=Noto+Sans+JP:wght@400..800&display=swap');
* {
		margin: 0;
		padding: 0;
}
html {
		overflow-y: scroll;
}
table {
		border-collapse: collapse;
}
img {
		border: none;
		vertical-align: top;
}
h1, h2, h3, h4, h5, p, li {
		font-feature-settings: "palt";
		letter-spacing: 0.03em;
}
body {
		font-family: "Noto Sans JP", sans-serif;
		color: #1D1D1D;
}
.container {
		margin-top: 85px;
}
@media(max-width: 767px) {
		.container {
				margin-top: 58px;
		}
}
.comingsoon_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0px 0 80px;
}
.comingsoon_bg {
		padding: 10px 60px 12px;
		background: #F7F8FA;
}
.comingsoon_wrap p {
		font-size: 22px;
		font-weight: 500;
		text-align: center;
}
/* =============== */
.bread {
		max-width: 1440px;
		margin: 0 auto 80px;
		padding: 0 30px;
		box-sizing: content-box;
		padding-top: 20px;
}
.bread ol {
		list-style: none;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		font-size: 15px;
}
.bread ol a {
		color: #c0153e;
		text-decoration: underline;
		display: inline-block;
		position: relative;
}
@media (hover: hover) {
		.bread ol a:hover {
				text-decoration: none;
		}
}
.bread ol a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 2.1px);
		right: -17px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #1b1b1b;
		border-right: 1px solid #1b1b1b;
		transform: rotate(45deg);
}
.bread ol li {
		margin-right: 30px;
		margin-bottom: 8px;
}
@media(max-width: 767px) {
		.bread {
				margin: 0 auto 20px;
				padding: 15px 20px 0;
		}
		.bread ol {
				font-size: 12px;
		}
}
.entry_wrap {
		max-width: 960px;
		margin: 0 auto;
		box-sizing: content-box;
		padding: 0 40px;
		min-height: 300px;
}
@media(max-width: 767px) {
		.entry_wrap {
				padding: 0 20px;
		}
}
/* =============== */
@media(min-width: 768px) {
		br.spbr {
				display: none;
		}
}
@media(max-width: 767px) {
		br.pcbr {
				display: none;
		}
}
.underL {
		display: inline-block;
		position: relative;
}
.underL::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #1d1d1d;
		transform-origin: left center;
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scaleX(0);
}
@media (hover: hover) {
		a:hover .underL::after {
				transform: scaleX(1);
		}
}
.mb00 {
		margin-bottom: 0px !important;
}
.mb05 {
		margin-bottom: 5px !important;
}
.mb10 {
		margin-bottom: 10px !important;
}
.mb15 {
		margin-bottom: 15px !important;
}
.mb20 {
		margin-bottom: 20px !important;
}
/* =============== */
.fadeInNml {
		transform: translateY(50px);
		opacity: 0;
		transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
}
.fadeInNmlActive {
		transform: translateY(0px);
		opacity: 1;
}
.fadeInUp {
		transform: translateY(50px);
		opacity: 0;
		transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
}
.fadeInUpActive {
		transform: translateY(0px);
		opacity: 1;
}
::-webkit-scrollbar {
		width: 10px;
		height: 10px;
}
::-webkit-scrollbar-track {
		background-color: #fff;
}
::-webkit-scrollbar-thumb {
		background-color: #C0153E;
}
*::selection {
		background: #ccc !important;
		-webkit-background-clip: inherit;
		-webkit-text-fill-color: #111;
		color: #111;
}
::-moz-selection {
		background: #ccc;
}