<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(./reset.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./floating_menu.css);

/*Regular*/
@font-face {
	font-family: "Myfont";
	src: url('../font/NotoSansJP-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/*Medium*/
@font-face {
	font-family: "Myfont";
	src: url('../font/NotoSansJP-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/*Bold*/
@font-face {
	font-family: 'Myfont';
	src: url('../font/NotoSansJP-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*Black*/
@font-face {
	font-family: 'Myfont';
	src: url('../font/NotoSansJP-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body {
	position: relative;
	font-family: "Myfont", sans-serif;
	overflow-x: hidden;
}

main {
	padding-bottom: 150px;
}

.inner {
	width: 1200px;
	margin: auto;
}

.anchor_link {
	margin-top: -61px;
	padding-top: 61px;
}

@media screen and (max-width: 1199px) {
	.inner {
		padding: 0 20px;
	}
}

@media screen and (max-width: 959px) {

	main {
		margin-top: 60px !important;
		padding-bottom: 150px;
	}

	.anchor_link {
		margin-top: -60px;
		padding-top: 60px;
	}

	.inner {
		width: 100%;
		padding: 0 15px;
	}

}

@media(min-width: 768px) {

	a[href^="tel:"] {
		pointer-events: none;
	}

}



/* breadcrumb_list */

#breadcrumb_list {
	display: flex;
	flex-flow: wrap;
	padding: 10px 0;
}

#breadcrumb_list * {
	font-size: 1.2rem;
}

#breadcrumb_list li {
	position: relative;
	margin-right: 15px;
}

#breadcrumb_list li:last-child {
	margin-right: 0;
}

#breadcrumb_list li:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px #808080 solid;
	border-right: 1px #808080 solid;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -10px;
}

#breadcrumb_list li:last-child:after {
	display: none;
}



/* breadcrumb_list_wh */

#breadcrumb_list_wh {
	display: flex;
	flex-flow: wrap;
	margin: 0 auto 30px auto;
	padding: 10px 0;
}

#breadcrumb_list_wh li {
	position: relative;
	margin-right: 15px;
}

#breadcrumb_list_wh li,
#breadcrumb_list_wh li a {
	color: #FFF;
}

#breadcrumb_list_wh li:last-child {
	margin-right: 0;
}

#breadcrumb_list_wh li:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px #FFF solid;
	border-right: 1px #FFF solid;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -10px;
}

#breadcrumb_list_wh li:last-child:after {
	display: none;
}

@media screen and (max-width: 767px) {
	#breadcrumb_list_wh {
		margin: 0 auto 20px auto;
	}
}



/* main_ttl */

#main_ttl {
	background: #bc697c;
	padding: 40px 0;
}

#main_ttl h1 {
	font-size: 4.0rem;
	color: #FFF;
	font-weight: 700;
}

#main_ttl h1+p {
	color: #FFF;
	font-size: 2.0rem;
	margin-top: 20px;
}



/* lineup */

#lineup_list {
	padding: 50px 0;
}

#lineup_list h2 {
	font-size: 3.0rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 70px !important;
}

#lineup_list ul {
	display: flex;
	flex-wrap: wrap;
}

#lineup_list ul li {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 50px;
	position: relative;
}

#lineup_list ul li:nth-child(4n),
#lineup_list ul li:last-child {
	margin-right: 0;
}

#lineup_list ul li dl dt {
	width: 276px;
	height: 181px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

#lineup_list ul li dl dt.lineup_border {
	border: #CCC solid 1px;
	padding: 20px;
}

#lineup_list ul li dl dt.lineup_border p {
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}

#lineup_list ul li dl dd {
	text-align: center;
	font-size: 1.4rem;
}

#lineup_list .cp_arrows {
	display: flex;
	justify-content: center;
	align-content: flex-end;
	width: 380px;
	height: 30px;
	position: absolute;
	top: -30px;
}

#lineup_list .cp_arrows p {
	text-align: center;
	color: #c7365f;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#lineup_list .cp_arrows .cp_arrow1 {
	position: relative;
}

#lineup_list .cp_arrows .cp_arrow2 {
	position: relative;
}

#lineup_list .cp_arrows .cp_arrow1::before,
#lineup_list .cp_arrows .cp_arrow2::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #c7365e 4px solid;
	border-right: #c7365e 4px solid;
	transform: rotate(135deg);
	position: absolute;
}

#lineup_list .cp_arrows .cp_arrow1::before {
	left: -30px;
}

#lineup_list .cp_arrows .cp_arrow2::before {
	right: -30px;
}

#lineup_list .cp_arrows .cp_bounce {
	-webkit-animation: arrow-move09 2s infinite ease-in-out;
	animation: arrow-move09 2s infinite ease-in-out;
}

@-webkit-keyframes arrow-move09 {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	48% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes arrow-move09 {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	48% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@media screen and (max-width: 1200px) {

	#lineup_list {
		padding: 30px 0;
	}

	#lineup_list h2 {
		margin-bottom: 50px;
	}

	#lineup_list ul {
		display: block;
	}

	#lineup_list ul+p {
		margin-top: 30px;
	}

	#lineup_list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#lineup_list ul li {
		margin-bottom: 50px;
	}

	#lineup_list ul li:last-child {
		margin: 0;
	}

	#lineup_list ul li dl {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#lineup_list ul li dl dt {
		width: 40%;
		height: auto;
		margin-bottom: 0;
	}

	#lineup_list ul li dl dd {
		width: 58%;
		text-align: left;
	}

	#lineup_list .cp_arrows {
		width: auto;
		height: 30px;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		top: -30px;
	}

	#lineup_list .cp_arrows p {
		font-size: 1.6rem;
	}

}



/* KW */
#kw_inquire {
	margin: 70px 0;
	text-align: center;
}

#kw_inquire p {
	font-size: 1.8rem;
	margin-bottom: 20px;
}



/* old */

/* breadcrumb */

#breadcrumb {
	width: 1200px;
	margin: auto;
}

#breadcrumb ol {
	display: flex;
	flex-flow: wrap;
	padding: 10px 0;
	list-style: none;
}

#breadcrumb * {
	font-size: 1.2rem;
}

#breadcrumb ol li {
	position: relative;
	margin-right: 15px;
}

#breadcrumb ol li:last-child {
	margin-right: 0;
}

#breadcrumb ol li:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px #808080 solid;
	border-right: 1px #808080 solid;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -10px;
}

#breadcrumb ol li:last-child:after {
	display: none;
}

@media screen and (max-width: 1119px) {

	#breadcrumb {
		width: 100%;
		padding: 0 6px;
	}

}

article#content {
	padding-bottom: 100px;
}

#main_ttl h1 span {
	display: block;
	color: #FFF;
}

.keywordDetail .Box03_inner .note a {
	font-size: 1.6rem;
}

.keywordDetail .kome * {
	font-size: 1.6rem;
}

#container footer {
	margin-top: 50px;
}</pre></body></html>