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

/*----------------------------------------------------------
ページ共通レイアウト設定
---------------------------------------------------------- */
#body-wrapper {
  background: none;
}

#body {
  width: 100%;
  background: none;
}

#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}

.one-col #centercol {
  width: 100%;
}

#main {
  width: 100%;
  padding: 0;
  margin: 0;
}

#Carea {
  width: 100%;
}

/*----------------------------------------------------------
ページ個別の設定
---------------------------------------------------------- */
.page_content {
	min-width: 1180px;
	line-height: 1.7;
}
.page_content img {
	width: 100%;
}
.inner {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.inners {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

/*----------------------------------------------------------
MAIN VISUAL
---------------------------------------------------------- */
.mvCont {
	width: 100%;
	height: 420px;
	background: url(../img/MvImg.jpg) no-repeat center center, linear-gradient(90deg, rgba(50,20,54,1) 0%, rgba(3,3,3,1) 100%);
	background-size: cover;
	position: relative;
	z-index: 2;
	position: relative;
}
.mvCont h1 {
	width: 300px;
	position: absolute;
	margin: 0;
	top: 40px;
	left: 0;
}
.mvCont .inner::before {
	position: absolute;
	top: 0;
	left: -1700px;
	content: "";
	width: 2000px;
	height: 420px;
	clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
	background: rgba(122, 70, 144,0.6);
}
.topCont {
	padding: 5rem 0 26rem 0;
	background: url(../img/BgTopcontent.jpg) no-repeat bottom center/auto 50%, #321436;
	position: relative;
	text-align: center;
}
.topCont .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.topCont .inner p {
	font-size: 2rem;
	color: #fff;
}
.topCont .inner span {
	font-size: 2rem;
	color: #fff;
	border: 2px solid #fff;
	padding: 1rem;
	line-height: 2rem;
}
.topCont .inners {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 90px;
}


/*----------------------------------------------------------
SECT 02
---------------------------------------------------------- */
.sect02 h2 {
	color: #fff;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 2.7rem;
	background: #500b60;
	margin: 0;
	padding: 2rem;
	text-align: center;
}
.sect02 {
	background: #7b4692;
}
.sect02 .inner {
	padding: 3rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.sect02 .inners {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.CatchText {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}
.sect02 .PointBox {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 3rem;

	background: linear-gradient(0deg, #ded2e4 0%, #f9f7fa 100%);
}
.PointTitle {
	display: flex;
	align-items: center;
}
.PointTitle {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 40px;
}
.PointTitle .circle {
	width: 200px;
	height: 200px;
	margin-left: -7rem;
}
.PointTitle_text {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 20px;
}
.PointBox .PointTitle_text span {
	font-size: 0.9rem;
	text-align: left;
}
.PointBox .PointTitle_text p {
	font-size: 1.2rem;
	text-align: justify;
}
.PointFlex {
	display: flex;
}
.PointFlex.Harf {
	gap: 30px;
}
.PointFlex.Third {
	gap: 10px;
}
.PointFlex.holder {
	gap: 10px;
	align-items: start;
}
.PointFlex.holder figure {
	flex: none;
	width: 340px;
}
.PointFlex.Harf &gt; div,
.PointFlex.Third &gt; div {
	width: 100%;
}
.PointBox h5 {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	line-height: 2rem;
	border-bottom: 1px solid #000;
	margin-bottom: 1rem;
	padding: 0 0 0.5rem;
	text-align: center;
}
.PointFlex .videoWrap{
	padding-top: 75.25%;
	width: 100%;
	position: relative;
}
.PointFlex.holder .videoWrap{
	padding-top: 42.25%;
}
.PointFlex .videoWrap video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.PointBox h4 {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	line-height: 2rem;
	padding: 0.5rem;
	color: #fff;
	background: #6d3184;
	text-align: center;
	margin-bottom: 1.5rem;
}
.PointBox p {
	font-size: 1.5rem;
	text-align: center;
}
.PointBox p sup {
	font-size: 40%;
}
.PointBox span {
	font-size: 1rem;
	text-align: center;
	display: block;
}

/*----------------------------------------------------------
SECT 03
---------------------------------------------------------- */
.sect03 {
	background: #FFF;
}
.sect03 .inners {
	padding: 3rem 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.productImgBox {
	display: flex;
	gap: 45px;
}
.productDetBox {
	display: flex;
	gap: 45px;
	text-align: center;
}
.productDetBox .TwoSize {
	width: 100%;
	flex: 1;
}
.productDetBox .OneSize {
	width: 270px;
}
.productDetBox ul {
	list-style: none;
}
.productDetBox ul li {
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 1rem 0;
	border-top: 1px solid #000;
}
.productDetBox ul li:last-child {
	border-bottom: 1px solid #000;
}
.productDetBox ul li span {
	display: block;
	font-size: 1rem;
}
.productLinkBox,
.productFuzokuBox {
	display: flex;
	gap: 45px;
}
.productFuzokuBox hr {
	border-top: none;
	margin: 0;
	padding: 0;
	height: 1px;
	width: 100px;
	background: #000;
}
.productFuzokuBox &gt; div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
.productLinkBox a:hover img {
	opacity: 0.6;
	transition: all 0.4s;
	transform: scale(1.1);
}
p.attention {
	margin-top: 2rem;
	font-size: 1.2rem;
	text-align: center;
	color: #111;
}</pre></body></html>