<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===============================================

【コンテンツエリア内のスタイルシート記述の約束】
コンテンツエリアのＣＳＳセレクタは他のエリアと
重複を防ぐため、セレクタの先頭に必ず
「#cts_CR_企業番号_商品番号」
を指定してください。
例）
#cts_CR_99999999_1 p { width:100%;margin: 0 auto; }

テンプレートVer：20230116
===============================================*/

/*PC/SP共通の指定*/
@import url(//fonts.googleapis.com/css?family=Roboto:ital,wght@0,100..900;1,100..900);
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:wght@100..900);
@import url(//fonts.googleapis.com/css?family=Meddon);

#cts_CR_00034935_1 {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
}

#cts_CR_00034935_1 div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
}

#cts_CR_00034935_1 .main {
	border: none !important;
	background-color: #eee;
	color: #000;
	padding: 0 0 2rem 0;
	background-repeat: repeat-y;
	background-size: contain;
}

#cts_CR_00034935_1 .main-img {
	box-sizing: border-box;
	margin: 0;
	padding: 0px;
	width: 100%;
	height: 440px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}




#cts_CR_00034935_1 li {
	list-style: none;
}

#cts_CR_00034935_1 li img {
	height: 100%;
}

#cts_CR_00034935_1 ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#cts_CR_00034935_1 .slide-animation {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	gap: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#cts_CR_00034935_1 .slide-animation li {
	width: 800px;
	height: 100%;
}


#cts_CR_00034935_1 .slide-contents {
	display: flex;
	gap: 0px;
	animation: loopAnimation 24s linear infinite;
}

@keyframes loopAnimation {
	0% {
		transform: translate(-100%);
	}

	100% {
		transform: translate(0%);
	}
}

#cts_CR_00034935_1 .top-main-txt {
	padding: 0;
	font-size: 52px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #000;
	font-weight: 500;
	line-height: 1.2;
	padding: 20px;
	border-left: #cb0000 5px solid;
	position: absolute;
}

#cts_CR_00034935_1 .top-main-txt-r {
	color: #cb0000;
	font-size: 120%;
}

#cts_CR_00034935_1 .top-mida {
	font-family: "Roboto", sans-serif;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 32px;
	color: #000;
	font-weight: 200;
	line-height: 1.3;
	font-style: italic;
}

#cts_CR_00034935_1 .sec {
	width: 100%;
	margin: 0;
	padding: 2rem 2rem;
	font-size: 2rem;
	color: #074C10;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
}


#cts_CR_00034935_1 .sec-txt {
	width: 100%;
	margin: 0;
	padding: 0 2rem;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.8;
	color: #000;
}

#cts_CR_00034935_1 .flex-rev {
	flex-direction: row-reverse !important;
}

#cts_CR_00034935_1 .tit-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: space-between;
	margin: 0;
	padding: 2rem 1.5rem 1rem 1.5rem;

}

#cts_CR_00034935_1 .tit-img {
	width: 100%;
	opacity: 0.6;
	margin-bottom: -20px;
	z-index: 0;
}

#cts_CR_00034935_1 .tit-img img {
	width: 100%;

}


#cts_CR_00034935_1 .tit-sholder {

	width: auto;
	margin: 0;
	padding: 4px 12px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #eee;
	background: #cb0000;
	border-radius: 10px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1px;
	z-index: 1;
}

#cts_CR_00034935_1 .tit-txt {
	width: auto;
	margin: 0;
	padding: 0.5rem 0 0 0;
	font-size: 2rem;
	color: #000;
	font-weight: 700;
	line-height: 1;

	letter-spacing: 1px;
}

#cts_CR_00034935_1 .para {
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	padding: 1rem 1rem;
	text-align: center;
}

#cts_CR_00034935_1 .block-outer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	margin: 0;
	padding: 0.5rem 2rem;
}

#cts_CR_00034935_1 .block-inner {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 1rem 0;
	background-color: #fff;
	border-radius: 10px;
}

#cts_CR_00034935_1 .block-inner1 {
	width: 50%;
	border-radius: 0 10px 10px 0;
}

#cts_CR_00034935_1 .block-inner1 img {
	width: 100%;
	height: auto;
	border-radius: 0 10px 10px 0;
}

#cts_CR_00034935_1 .block-inner2 {
	width: 50%;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
	padding: 1rem 2rem;
}

#cts_CR_00034935_1 .block-inner2-tit {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	padding: 0.5rem 0;
	margin: 0.5rem 0 1rem 0;
	color: #cb0000;
	border-top: 1px dotted #cb0000;
	border-bottom: 1px dotted #cb0000;
}

#cts_CR_00034935_1 .r-block-outer {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

#cts_CR_00034935_1 .r-block-inner {
	width: 30%;
	margin: 1rem 0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#cts_CR_00034935_1 .r-block-inner1 {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cb0000;
	font-weight: 200;
	font-size: 72px;
	line-height: 120px;
	color: #fff;
	z-index: 2;
}


#cts_CR_00034935_1 .r-block-inner2 {
	width: 100%;
	color: #000;
	line-height: 1.6;
	text-align: center;
	padding: 2rem 0 1rem 0;
	margin-top: -1.8rem;
	border: #cb0000 1px dotted;
	border-radius: 10px;
	background-color: #fff;
}

#cts_CR_00034935_1 .para-outer {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
}

#cts_CR_00034935_1 .para-in1 {
	width: 50%;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	padding: 0 2rem;
}

#cts_CR_00034935_1 .para-in2 {
	width: 50%;
}

#cts_CR_00034935_1 .para-in2 img {
	width: 100%;
}

#cts_CR_00034935_1 .point-outer {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 2rem;
}

#cts_CR_00034935_1 .point-in1 {
	width: 31%;
	padding: 1rem;
	margin: 1rem 0;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}

#cts_CR_00034935_1 .point-in1-1 {
	width: 100%;
}

#cts_CR_00034935_1 .point-in1-1 img {
	width: 100%;
}

#cts_CR_00034935_1 .point-in1-2 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 1rem 0 0 0;
	text-align: center;
}

#cts_CR_00034935_1 .ppl-outer {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 2rem;
	margin: 1rem 0 2rem 0;
}

#cts_CR_00034935_1 .ppl-in1 {
	width: 12%;
	text-align: center;
}

#cts_CR_00034935_1 .ppl img {
	width: 100%;
}


#cts_CR_00034935_1 .ppl-in2,
#cts_CR_00034935_1 .ppl-in3 {
	width: 84%;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 1rem;
	background-color: #fff;
	position: relative;
	display: inline-block;
	border-radius: 10px;
}

#cts_CR_00034935_1 .ppl-in2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}

#cts_CR_00034935_1 .ppl-in3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}

/*スライドアップ＆フェードインアニメ*/
#cts_CR_00034935_1 .slide-fade {
	animation: slidefade 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slidefade {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*スライドアップ＆フェードインアニメ*/
#cts_CR_00034935_1 .fadein {
	animation: fadein-anim 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes fadein-anim {
	0% {
		opacity: 0;
	}


	100% {
		opacity: 1;
	}
}

/*キラッと光る*/
#cts_CR_00034935_1 .shineeff1,
#cts_CR_00034935_1 .shineeff2,
#cts_CR_00034935_1 .shineeff3 {
	position: relative;
	overflow: hidden;
}

#cts_CR_00034935_1 .shineeff1::before {
	content: '';
	/*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
	/*キラッと光る形状*/
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
	animation: shine 5.2s infinite;
}

#cts_CR_00034935_1 .shineeff2::before {
	content: '';
	/*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
	/*キラッと光る形状*/
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
	animation: shine 3.7s infinite;
}

#cts_CR_00034935_1 .shineeff3::before {
	content: '';
	/*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
	/*キラッと光る形状*/
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
	animation: shine 3.4s infinite;
}

@keyframes shine {

	0%,
	100% {
		left: 125%;
		opacity: 0;
		visibility: hidden;
	}

	49% {
		left: -75%;
		opacity: 0;
		visibility: visible;
	}

	50% {
		left: -75%;
		opacity: 0.1;
	}

	55% {
		left: 125%;

		opacity: 0.1;
	}

	56% {
		left: 125%;
		opacity: 0;
		visibility: hidden;
	}
}



/*▼▼768px以上の表示　主にPC用▼▼*/
@media screen and (min-width: 768px) {
	#cts_CR_00034935_1 .forpc {
		display: block !important;
	}

	#cts_CR_00034935_1 .forsp {
		display: none !important;
	}

	#cts_CR_00034935_1 .main {}
}

/*▼▼767px以下の表示　SP用 ▼▼*/
@media screen and (max-width:767px) {
	#cts_CR_00034935_1 .forpc {
		display: none !important;
	}

	#cts_CR_00034935_1 .forsp {
		display: block !important;
	}

	#cts_CR_00034935_1 .main-img {
		padding: 20px 0px 0px 20px;
		height: 320px;

	}


	#cts_CR_00034935_1 .top-main-txt {
		font-size: 34px;
		line-height: 1.2;

	}

	#cts_CR_00034935_1 .top-mida {
		padding: 1rem 0 0 0;
		font-size: 22px;
		line-height: 1.2;
	}

	#cts_CR_00034935_1 .sec {
		padding: 1.4rem 1rem;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.4;
	}

	#cts_CR_00034935_1 .sec-txt {
		padding: 0 1rem 0 1rem;

		line-height: 1.6;
	}

	#cts_CR_00034935_1 .tit-outer {
		padding: 4rem 0 0 0;
	}

	#cts_CR_00034935_1 .tit-img {
		width: 140%;
	}

	#cts_CR_00034935_1 .tit-sholder {
		top: -10px;
		font-size: 12px;
		line-height: 12px;
	}

	#cts_CR_00034935_1 .tit-txt {
		font-size: 1.82rem;
		line-height: 1.4;
	}

	#cts_CR_00034935_1 .block-inner {
		width: 100%;
		flex-direction: column;
	}

	#cts_CR_00034935_1 .block-inner1 {
		width: 100%;
		border-radius: 0 0 10px 10px;
	}


	#cts_CR_00034935_1 .block-inner1 img {
		border-radius: 0 0 10px 10px;
	}

	#cts_CR_00034935_1 .block-inner2 {
		width: 100%;
		font-size: 1rem;
		line-height: 1.6;
		color: #000;
		padding: 1rem 1rem;
	}

	#cts_CR_00034935_1 .r-block-outer {
		flex-direction: column;
		padding: 0 2rem;
	}

	#cts_CR_00034935_1 .r-block-inner {
		width: 100%;
		margin: 1rem 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#cts_CR_00034935_1 .r-block-inner1 {
		width: 120px;
		height: 120px;
		border-radius: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 200;
		font-size: 72px;
		line-height: 120px;
		z-index: 2;
	}


	#cts_CR_00034935_1 .r-block-inner2 {
		width: 100%;
		color: #000;
		line-height: 1.6;
		text-align: center;
		padding: 2rem 0 1rem 0;
		margin-top: -1.8rem;
		border: #cb0000 1px dotted;
		border-radius: 10px;
	}


	#cts_CR_00034935_1 .para-outer {
		flex-direction: column !important;
	}

	#cts_CR_00034935_1 .para-in1 {
		width: 100%;
		font-size: 0.9rem;
		line-height: 1.6;
		padding: 0 1rem 1rem 1rem;
	}

	#cts_CR_00034935_1 .para-in2 {
		width: 100%;
	}

	#cts_CR_00034935_1 .para-in2 img {
		width: 100%;
	}

	#cts_CR_00034935_1 .point-outer {
		flex-direction: column !important;
		padding: 0 1rem;
	}

	#cts_CR_00034935_1 .point-in1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 1rem;
		margin: 0.5rem 0;
		border-radius: 10px;
	}

	#cts_CR_00034935_1 .point-in1-1 {
		width: 70%;
	}


	#cts_CR_00034935_1 .point-in1-2 {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	#cts_CR_00034935_1 .ppl-outer {
		flex-direction: column !important;
		padding: 0 1rem;
		margin-bottom: 2rem;
	}

	#cts_CR_00034935_1 .ppl-in1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 15px;
	}

	#cts_CR_00034935_1 .ppl-in1 img {
		width: 26%;
	}


	#cts_CR_00034935_1 .ppl-in2,
	#cts_CR_00034935_1 .ppl-in3 {
		width: 100%;
		font-size: 0.9rem;
		line-height: 1.6;
	}

	#cts_CR_00034935_1 .ppl-in2:before,
	#cts_CR_00034935_1 .ppl-in3:before {
		top: -15px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #fff;
	}

}
</pre></body></html>