<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け Pro", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	font-weight: 500;
}

img {
	vertical-align:middle;
	max-width:100%;
}

.pcnone{ display:none !important; }
.spnone{ display:inherit !important; }
.spon{ display:none; }



#detail .detail-wrapper {
	margin: 0 auto;
	padding: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

/*  */
#detail .detail-wrapper {
	padding: 80px 0 0;
}

/* 2025ss */
#detail .detail-wrapper .detail-inner {
	width: 700px;
	margin: 0 auto;
  position: relative;
}

#detail .brand-title01 .logo {
	margin: 0 auto 50px;
}

#detail .brand-title01 .txt_box .txt_en {
	margin: 0 auto 20px;
	line-height: 0;
}
#detail .brand-title01 .txt_box .txt_ja {
	display: flex;
	align-items: center;
	justify-content: center;
}
#detail .brand-title01 .txt_box .txt_ja img {
	width: 23px;
	margin-right: 4px;
}
#detail .brand-title01 .txt_box .txt_ja span {
	font-size: 15px;
}

#detail .brand-lead {
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	line-height: 24px;
	margin-top: 24px;
}

#detail .style01,
#detail .style02 {
  padding-top: 80px;
  padding-bottom: 80px;
}
#detail .style02 {
	background: #F0F0F0;
	border-radius: 80px;
}
#detail .style02.last-box {
	border-radius: 80px 80px 0 0;
}
#detail .brand-box .ph-box {
	position: relative;
}
#detail .brand-box01 .ph-box .ph {
	width: 100%;
}


#detail .brand-box .copy_box {
  position: absolute;
  top: 0;
  z-index: 2;
}
#detail .style01 .copy_box {
  left: 0;
}
#detail .style02 .copy_box {
  right: 0;
}
#detail .brand-box .copy {
  margin-bottom: 50px;
}
#detail .brand-box .copy img {
  width: 110px;
}
#detail .brand-box01 .copy img {
  width: 94px;
}
#detail .brand-box08 .copy img {
  width: 106px;
}

#detail .brand-box .copy-style {
	background-size: 100% !important;
  font-family: "Noto Serif JP", serif;
	font-size: 22px;
  font-weight: 600;
	line-height: 1.45;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  padding: 0;
	text-orientation: upright;
	width: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


#detail .brand-box .info-box {
  width: 150px;
  position: absolute;
  top: 0;
}
#detail .style01 .info-box {
  right: 0;
}
#detail .style02 .info-box {
  left: 0;
}
#detail .brand-box .info-box .point-txt {
  font-size: 10px;
  text-align: left;
  line-height: 1.7;
	margin-top: 10px;
}


#detail .brand-box .credit-box {
  width: 150px;
  position: absolute;
  bottom: 0;
}
#detail .style01 .credit-box {
  right: 0;
}
#detail .style02 .credit-box {
  left: 0;
}

#detail .brand-box .ph-txt,
#detail .brand-box .credit-txt {
  font-size: 10px;
  text-align: left;
  line-height: 1.7;
}

#detail .brand-box .ph-txt {
  margin-bottom: 1em;
}

#detail .credit-txt.sp {
  display: none;
}





/* 繝懊ち繝ｳ 2025ss */
.btn-box-inner {
	background: #F0F0F0;
}
.btn-box {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 75px;
}
.btn-box a {
	width: 100%;
	position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 10px;
  background-color: #fff;
  border-right: 4px solid #333333;
  border-bottom: 4px solid #333333;
	padding: 20px 0;
	box-sizing: border-box;
	color: #333333;
}
.btn-box a::after {
	display: block;
	content: "";
	width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 20px solid #333333;
  border-right: 20px solid transparent;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.btn-box a:hover {
  background-color: #fff;
  margin-top: 4px;
  margin-left: 4px;
  border-right: 0px solid #333333;
  border-bottom: 0px solid #333333;
}
.btn-box .txt_en {
	margin: 0 auto 9px;
}
.btn-box .txt_ja {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-box .txt_ja img {
	width: 20px;
	margin-right: 4px;
}
.btn-box .txt_ja span {
	font-size: 10px;
	font-weight: bold;
}



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

	.pcnone{ display:block !important; }
	.spnone{ display:none !important; }

	#detail .detail-wrapper {
		padding: 11.9403vw 0 0;
	}
	#detail .detail-wrapper .detail-inner {
		width: 80.8955vw;
	}
	#detail .brand-title01 .logo {
		margin: 0 auto 11.9403vw;
	}

	#detail .brand-title01 .txt_box .txt_en {
		margin: 0 auto 2.9851vw;
	}
	#detail .brand-title01 .txt_box .txt_ja img {
		width: 5.9701vw;
		margin-right: 1.1940vw;
	}
	#detail .brand-title01 .txt_box .txt_ja span {
		font-size: 2.6866vw;
	}

	#detail .brand-lead {
		font-size: 2.6866vw;
		line-height: 1.7778;
		margin-top: 8.9552vw;
	}

	#detail .style01,
	#detail .style02 {
		padding-top: 11.9403vw;
		padding-bottom: 11.9403vw;
	}
	#detail .style02 {
		border-radius: 11.9403vw;
	}
	#detail .style02.last-box {
		border-radius: 11.9403vw 11.9403vw 0 0;
	}

	#detail .brand-box .ph-box {
		margin-left: -9.5522vw;
		margin-right: -9.5522vw;
	}

	#detail .brand-box .copy {
		margin-bottom: 8.9552vw;
	}
	#detail .brand-box .copy img {
		width: 16.4179vw;
	}
	#detail .brand-box01 .copy img {
		width: 13.7313vw;
	}
	#detail .brand-box08 .copy img {
		width: 16.4179vw;
	}

	#detail .brand-box .copy-style {
		font-size: 3.5821vw;
		line-height: 1.6667;
		width: auto;
	}

	#detail .brand-box .info-box {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: center;
		margin-top: 8.9552vw;
	}
	#detail .brand-box .info-box .point-ph {
		width: 27.1642vw;
		margin-right: 2.9851vw;
	}
	#detail .brand-box .info-box .point-txt {
		width: 29.8507vw;
		font-size: 2.6866vw;
		line-height: 1.7223;
		margin-top: 0;
	}


	#detail .brand-box .credit-box {
		width: 100%;
		position: relative;
		margin-top: 8.9552vw;
	}
	#detail .brand-box .ph-txt,
	#detail .brand-box .credit-txt {
		font-size: 2.6866vw;
		line-height: 1.7223;
	}
	#detail .brand-box .ph-txt {
		margin-bottom: 0;
	}
	#detail .credit-txt.pc {
		display: none;
	}
	#detail .credit-txt.sp {
		display: block;
	}



	/* 繝懊ち繝ｳ 2025ss */
	.btn-box {
		padding: 0 0 11.9403vw;
	}
	.btn-box a {
		border-radius: 1.4925vw;
		padding: 4.7761vw 0;
	}
	.btn-box a::after {
		border-bottom: 1.4925vw solid transparent;
		border-top: 1.4925vw solid transparent;
		border-left: 2.9851vw solid #333333;
		border-right: 2.9851vw solid transparent;
		right: 3.5821vw;
	}
	.btn-box .txt_en {
		margin: 0 auto 1.4925vw;
		line-height: 1;
	}
	.btn-box .txt_ja img {
		width: 3.5821vw;
		margin-right: 1.194vw;
	}
	.btn-box .txt_ja span {
		font-size: 1.791vw;
	}
}

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