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

main &gt; article &gt; div {
	margin-top: 16px;
}

.title {
	margin-top: 0px;
	padding-top: 24px;
}

.shop {
	width: 690px;
}

.shop &gt; div {
	text-align: left;
}

.shop &gt; div.photo {
	margin-top: 28px;
	padding-left: 35px;
}


.shop &gt; div.photo a {
	display: inline-block;
}

.shop &gt; div.photo a:nth-child(n + 2) {
	margin-left: 14px;
}

.shop &gt; div.campaign {
	margin-bottom: 28px;
	text-align: center;
}

.shop &gt; div.campaign &gt; p {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	color: #e60078;
}

.shop &gt; div &gt; * {
	vertical-align: top;
}

.shop &gt; div &gt; div {
	display: inline-block;
}

.shop &gt; div &gt; div:first-child {
	width: 186px;
	padding-left: 35px;
}

.shop &gt; div &gt; div:not(:first-child) {
	width: 504px;
	padding-left: 18px;
}

.shop &gt; div &gt; div &gt; h1 {
	width: 430px;
	height: 40px;
	display: inline-block;
	font-size: 30px;
	line-height: 1em;
}

.shop &gt; div &gt; div &gt; h1.p26 {
	width: 430px;
	height: 40px;
	display: inline-block;
	font-size: 26px;
	line-height: 1em;
}

.shop &gt; div &gt; div &gt; h1.p21 {
	width: 430px;
	height: 40px;
	display: inline-block;
	font-size: 21px;
	line-height: 1em;
}

.shop &gt; div &gt; div &gt; h1.p19 {
	width: 430px;
	height: 40px;
	display: inline-block;
	font-size: 19px;
	line-height: 25px;
}

.shop &gt; div &gt; div &gt; h1.p18 {
	width: 430px;
	height: 40px;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
}

.shop &gt; div &gt; div &gt; h1.p17 {
	width: 430px;
	height: 40px;
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
}

.shop &gt; div &gt; div &gt; h1 &gt; a:first-of-type {
	color: #ff6e28;
}

.shop &gt; div &gt; div &gt; h1 &gt; a:not(:first-of-type) {
	float: right;
	clear: both;
}

a.top {
	display: inline-block;
	position: relative;
	width: 130px;
	height: 28px;
	padding-left: 14px;
	background: #479be4;
	background: -webkit-gradient(linear, left top, left bottom, from(#88c4ec), to(#0a75dd));	/* Webkit系 */
	background: -moz-linear-gradient(top, #88c4ec, #0a75dd);	/* Mozilla系 */
	background: -ms-linear-gradient(top, #88c4ec, #0a75dd);	/* IE10+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#88c4ec', endColorstr='#0a75dd', GradientType=0)";	/* IE8-9 */
	border: 1px solid #74a6ff;
	border-radius: 2px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	text-align: left;
}
a.top:before {
	content: '';
	display: block;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 0%;
	height: 0%;
	border-left: 9px solid #5ee3ff;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}

.shop &gt; div &gt; div &gt; p {
	text-align: left;
	font-size: 22px;
	line-height: 1.3em;
	color: #505050;
}

.shop &gt; div &gt; div:not(:first-child) &gt; a {
	margin-right: 6px;
}

.rep,
.pickup {
	width: 704px;
}

.rep &gt; div:not(:first-child) {
	margin-top: 8px;
}

.pickup &gt; div:nth-child(2) {
	margin-top: 24px;
}

.pickup &gt; div:nth-child(n + 3) {
	margin-top: 28px;
}

.hs {
	text-align: center;
}

.hs ~ div {
	width: 650px;
}

.hs &gt; div {
	display: inline-block;
	vertical-align: middle;
}

.hs &gt; div:nth-child(1),
.hs &gt; div:nth-child(3) {
	width: 255px;
	border-bottom: 3px dotted #e60078;
}

.hs &gt; div:nth-child(2) {
	width: 194px;
}

.hs ~ div {
	margin: 0% auto;
	padding-left: 15px;
	padding-right: 15px;
}

.hs ~ div a.left {
	float: left;
	margin-right: 15px;
}

.hs ~ div a.right {
	float: right;
	margin-left: 15px;
}

.hs ~ div a.clear {
	clear: both;
}

.hs ~ div a.clear-l {
	clear: left;
}

.hs ~ div a.clear-r {
	clear: right;
}

.hs ~ div a.clearfix:after {
	content: '';
	clear: both;
}

.hs &gt; hr {
	width: 704px;
	border-bottom: 3px dotted #e60078;
	margin-bottom: 30px;
}


.clearb:before {
	content: '';
	clear: both;
}

.hs ~ div a {
	display: inline-block;
	margin-bottom: 0.5em;
	background: #fff;
}

.hs ~ div a.ml1 {
	margin-left: 1px;
	margin-top: 5px;
}

.hs ~ div a.ml5 {
	margin-left: 5px;
	margin-top: 5px;
}

.hs ~ div dl {
	text-align: left;
	color: #505050;
}

.hs ~ div dl dt {
	font-size: 21px;
	font-weight: bold;
	color: #e60078;
}

.rep .hs ~ div dl dt {
	padding-bottom: 6px;
}

.pickup .hs ~ div dl dt {
	padding-bottom: 2px;
}

.hs ~ div dl dd {
	font-size: 19px;
	line-height: 1.5em;
	text-align: justify;
}

.hs ~ div dl dd.hidden {
	overflow: hidden;
}

.hs ~ div dl dt:not(:first-of-type) {
	margin-top: 28px;
}

.hs ~ div p {
	text-align: left;
	font-size: 22px;
	line-height: 1.3em;
	color: #505050;
}

.hs ~ div &gt; div {
	display: inline-block;
	vertical-align: top;
}

.hs ~ div &gt; div:first-child {
	width: 166px;
	padding-left: 15px;
}

.hs ~ div &gt; div:not(:first-child) {
	width: 484px;
	padding-left: 18px;
	padding-right: 5px;
}

.hs ~ div &gt; div:not(:first-child) &gt; p {
	width: 100%;
	text-align: left;
}

div.bar {
	width: 0%;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

.pickup .hs ~ div &gt; div:not(:first-child) &gt; a {
	float: right;
	display: inline-block;
	clear: both;
	margin-left: 0.5em;
}

div.button {
	margin-top: 50px;
}
</pre></body></html>