<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* フリーページ 共通 */
.fs-c-documentColumn__heading {
    color: var(--fs-color-button--primary);
    border-color: var(--fs-color-button--primary);
    border-width: 0 0 0 4px;
    padding: 5px;
    padding-left: 10px;
}
.jg-grayframe {
	background-color: var(--fs-color-subcolor2);
	padding: 5px 15px 1px;
    border-top-left-radius: 15px;
}
.fs-c-documentArticle ul {
	list-style-type: none;
}
.fs-c-documentArticle ul li {
	position: relative;
}
.fs-c-documentArticle ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: var(--fs-color-subcolor2);
	border: 1px solid var(--fs-color-button--standard__border);
	border-radius: 100%;
}
	/* ラッパー */
	.jg-wrapper {
		margin: 0 auto 30px;
	}
	.jg-wrapper p {
		padding-left: 5px;
		padding-right:5px;
	}
	@media screen and (min-width: 768px) {
		.jg-wrapper p {
			padding-left: 20px;
			padding-right: 20px;
		}
	}
	.jg-wrapper hr {
		margin: 100px auto;
		border-top: 1px dotted #222222;
	}
	/* ラッパー end */
	/* タイトル */
	.jg-title {
		margin: 50px auto 28px;
		height: 10px;
		background: var(--fs-color-maincolor);
		position: relative;
	}
	.jg-title:before {
		content: "";
		display: block;
		width: 100%;
		height: 9px;
		background: -moz-linear-gradient(left, var(--fs-color-font--productName), var(--fs-color-subcolor1), var(--fs-color-maincolor) 60%);
		background: -webkit-linear-gradient(left, var(--fs-color-font--productName), var(--fs-color-subcolor1), var(--fs-color-maincolor) 60%);
		background: linear-gradient(to right, var(--fs-color-font--productName), var(--fs-color-subcolor1), var(--fs-color-maincolor) 60%);
		top: -9px;
		position: absolute;
	}
	.jg-title:after {
		content: "";
		display: block;
		width: 100%;
		height: 15px;
		background: -moz-linear-gradient(-45deg, var(--fs-color-button--standard), var(--fs-color-page__background) 50%);
		background: -webkit-linear-gradient(-45deg, var(--fs-color-button--standard), var(--fs-color-page__background) 50%);
		background: linear-gradient(135deg, var(--fs-color-button--standard), var(--fs-color-page__background) 50%);
		top: 10px;
		position: absolute;
	}

	.jg-title h3, .jg-title h4 {
		position: absolute;
		top: -5px;
		color: var(--fs-color-maincolor__font);
		text-indent: 1rem;
		font-size: 1rem;
		margin: 0;
	}
	.jg-title h3 span.jg-subTitle {
		color: var(--fs-color-maincolor);
		position: absolute;
		top: -17px;
		text-indent: -1rem;
		
	}
	.jg-title h3 span.jg-subTitle:after {
		content: "\A" ;
		white-space: pre ;
	}
	@media screen and (min-width: 768px) {
		.jg-title {
			margin: 50px auto 50px;
		}
		.jg-title:before {
			height: 12px;
			top: -12px;
		}
		.jg-title:after {
			height: 20px;
		}
		.jg-title h3, .jg-title h4 {
			top: -10px;
			font-size: 1.17em;
		}
		.jg-title h3 span.jg-subTitle {
			top: -20px;
			
		}
	}
	@media screen and (min-width: 1028px) {
		.jg-title h3 span.jg-subTitle:after {
			content: "" ;
		}
		.jg-title h3 span.jg-subTitle {
			color: var(--fs-color-maincolor__font);
			position: relative;
			text-indent: 0;
			top: 0;
		}
	}
	/* タイトル end */
	/* ボタン */
	.jg-bigButton {
		text-align: center;
		margin: 20px 0px 30px 0px;
	}
	.jg-bigButton p {
		display: inline-block;
	}
	.jg-bigButton a {
		display: table-cell;
		color:#fff;
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
		border: 0px solid #ffffff;
		border-radius: 5px;
		background: #111111;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff6699), to(#e51d7f));
		background: -webkit-linear-gradient(#ff6699, #e51d7f);
		background: -moz-linear-gradient(#ff6699, #e51d7f);
		background: -ms-linear-gradient(#ff6699, #e51d7f);
		background: -o-linear-gradient(#ff6699, #e51d7f);
		background: linear-gradient(#ff6699, #e51d7f);
		padding: 5px 15px;
	}
	/* ボタン end */
.jg-attention {
	font-size: 1.2rem;
	color: #993333
}
/* フリーページ 共通 end */
/* リクルート　採用情報 */
.jg-recruit-img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.jg-recruit-img {
		max-width: 500px;
	}
}
/* リクルート　採用情報 end*/
/* ガイド */
.fs-c-documentColumn__content img {
	padding-left: 10px;
	padding-top: 10px
}
.jg-guide-grayframe p {
	text-indent: 1rem;
}
p.jg-guide-kakomi {
	padding: 10px;
	background-color: var(--fs-color-page__background);
	line-height: 2.5rem;
	text-indent: 0rem;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.fs-c-documentColumn__content img {
		padding-left: 150px;
		padding-top: 20px
	}
	.jg-guide-grayframe {
		padding: 10px 20px 1px;
	}
	p.jg-guide-kakomi {
		padding: 20px;
		line-height: 2.0rem;
	}
}
/* ガイド end */
/* ブランドコンセプト */
.jg-concept #jg-brandConcept {
	margin: 60px 10px 30px;
	display: block;
}
@media screen and (min-width: 768px) {
	.jg-concept #jg-brandConcept {
		margin: 60px;
	}
}
/* ブランドコンセプト end */
/* よくある質問（ＦＡＱ） */
.jg-faq-header ul {
	padding: 10px 10px 10px 30px;
}
.jg-faq-question {
	font-weight: bold;
	color: #000000;
	margin: 30px 0px 10px;
	padding: 0px 0px 0px 25px;
	border-bottom: 1px dashed var(--fs-color-subcolor1);
	position: relative;
}
.jg-faq-question::before {
	content: "Q";
	font-family: 'Georgia',sans-serif;
	font-size: 2rem;
	font-weight: 600;
	position: absolute;
	top: -0.8rem;
	left: 0;
}
.jg-faq-answer {
	padding-left: 40px;
	position: relative;
}
.jg-faq-answer::before {
	content: "A";
	font-family: 'Georgia',sans-serif;
	font-size: 2rem;
	font-weight: 600;
	position: absolute;
	top: -0.5rem;
	left: 2rem;
	color: var(--fs-color-subcolor1);
}
.jg-faq-answer img {
	padding: 5px;
}
.jg-faq-sizetable {
	padding-left: 40px;
	padding-top: 10px;
}
.jg-faq-sizetable th {
	background: var(--fs-color-maincolor);
	color: var(--fs-color-maincolor__font);
	font-weight: normal;
	text-align: center;
	padding: 5px 15px;
}
.jg-faq-sizetable td {
	text-align: center;
	background: var(--fs-color-subcolor2);
	padding: 5px;
}
@media screen and (min-width: 768px) {
	.jg-faq-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.jg-faq-header {
		width: 30%;
	}
	.jg-faq-item {
		width: 60%;
		margin-left: 30px;
	}
}
/* よくある質問（ＦＡＱ）end */
/* トピックス */
.jg-topicsTableTitle{
	margin: 20px auto 10px;
	width: 80%;
	height: 15px;
	background: black;
	position: relative;
}
.jg-topicsTable {
	margin: 0 auto 30px;
}
.jg-topicsTable .jg-topicsTableDate {
	position: absolute;
	top: 0;
	right: 20px;
	color: var(--fs-color-subcolor1);
	z-index: 1;
	font-size: 1rem;
}
.jg-topicsTable img {
	width: 300px;
	margin: 10px;
	padding: 10px;
	box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.3);
}
.jg-topicsTable .jg-topicsContainer {
	display: flex;
	flex-direction: column;
}
.jg-topicsTable .jg-topicsItem {
	width: 80%;
	margin: 20px;
}
.jg-topicsTable .jg-topicsItem img {
	width: 80%;
}
.jg-topics-contact {
	background-color: var(--fs-color-subcolor2);
	padding: 10px;
}
.jg-topicsTable p {
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.jg-topicsTable .jg-topicsContainer {
		flex-direction: row;
	}
	.jg-topicsTable .jg-topicsItem {
		width: 40%;
		margin: 30px;
	}
	.jg-topicsTable img {
		width: 450px;
		margin: 20px 20px 20px 50px;
	}
	.jg-topicsTable .jg-topicsTableDate {
		position: absolute;
		top: -20px;
		right: 20px;
		color: var(--fs-color-subcolor2);
		font-size: 1.4rem;
	}
	.jg-topicsTable p {
		font-size: 1.4rem;
	}
}
/* トピックス end */
/* 会社概要 */
.jg-corporateWrapper {
	padding: 5px;
	font-size: 1.1rem;
}
.jg-corporateWrapper th {
	font-weight: normal;
	background: var(--fs-color-subcolor2);
	text-align: right;
	padding: 6px;
	line-height: 150%;
	width: 80px;
}
.jg-corporateWrapper td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	line-height: 150%;
}
.jg-corporateWrapper tr {
    border-bottom-style: solid;
    border-bottom-color: var(--fs-color-maincolor__font);
    border-bottom-width: 2px;
}
@media screen and (min-width: 768px) {
	.jg-corporateWrapper {
		padding: 30px 100px;
		font-size: 1.4rem;
	}
	.jg-corporateWrapper th {
		padding: 6px 12px 6px 6px;
		width: 120px;
	}
}
/* 会社概要 end */

/* 取扱店舗一覧 */
.jg-shopListTable {
	margin: 20px auto 30px;
}
.jg-shopListTable .jg-title {
	margin: 40px auto -5px;
}
.jg-shopListTable .jg-title:before {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.jg-shopListTable .jg-title:after {
	display: none;
}
.jg-shopListTable .jg-title h3 {
	text-indent: 2rem;
}
.jg-shopListDescription {
	background-color: var(--fs-color-subcolor2);
	/*display: flex;
	align-items: center;
	height: 50px;*/
}
.jg-shopListDescription p {/*
	text-indent: 3rem;
	font-family: 'Cinzel Decorative';*/
	margin: 5px;
	padding: 5px;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.jg-shopListTable .jg-title {
		margin: 40px auto 0px;
	}
	.jg-shopListDescription p {/*
		text-indent: 3rem;
		font-family: 'Cinzel Decorative';*/
		margin: 0px;
		padding: 5px;
		font-size: 1.4rem;
	}
}
/* 取扱店舗一覧 end */

/* アフィリエイト */
	/* タイトル */
	.jg-affiliateTable div.jg-mainTitle {
		height: 12px;
	}
	.jg-affiliateTable div.jg-mainTitle:before {
		height: 11px;
		top: -11px;
	}
	.jg-affiliateTable div.jg-mainTitle:after {
		height: 18px;
		top: 12px;
	}
	.jg-affiliateTable div.jg-mainTitle h3 {
		top: -6px;
		font-size: 1.2rem;
	}
	@media screen and (min-width: 768px) {
		.jg-affiliateTable div.jg-mainTitle {
			height: 15px;
		}
		.jg-affiliateTable div.jg-mainTitle:before {
			height: 20px;
			top: -20px;
		}
		.jg-affiliateTable div.jg-mainTitle:after {
			height: 23px;
			top: 15px;
		}
		.jg-affiliateTable div.jg-mainTitle h3 {
			top: -11px;
			font-size: 1.2em;
		}
	}
	/* タイトル end */
.jg-affiliateMerit {
	color: #fe0084;
	font-size: 2rem;
}
.jg-affiliateMerit img {
	margin-right: 10px;
	vertical-align: text-bottom;
}
.jg-affiliateImg1 {
	width: 200px;
	margin: 10px;
	padding: 10px;
	box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.3);
}
.jg-affiliateImg2 {
	width: 100px;
	margin: 0 10px;
	vertical-align: text-bottom;
}
.jg-affiliateFlow {
	display: flex;
	justify-content: center;
	padding: 0;
}
ul.jg-affiliateFlow li::after {
	display: none;
}
.jg-affiliateFlow li {
	flex-basis: 220px;
	text-align: center;
	margin: 2px;
}
.jg-affiliateFlow li img {
	width: 150px;
}
li.jg-affiliateNext {
	flex-basis: 30px;
	align-self: center;
}
li.jg-affiliateNext img {
	width: 10px;
}
.jg-affiliateFlow p {
	padding: 5px;
	border: 1px solid #000;
	font-size: 1.2rem;
}
.jg-affiliateFlow p + p {
	text-align: left;
} 
@media screen and (min-width: 768px) {
	.jg-affiliateImg1 {
		width: 300px;
	}
	.jg-affiliateFlow li {
		margin: 10px;
	}
	li.jg-affiliateNext {
		flex-basis: 50px;
	}
	li.jg-affiliateNext img {
		width: 20px;
	}
	.jg-affiliateFlow p {
		padding: 20px;
		font-size: 1.4rem
	}
}
/* アフィリエイト end */
/* お問い合わせ */
.jg-inquiryShippingCost ul li::after {
	display: none;
}
.jg-mailToBackground a {
	background: var(--fs-color-maincolor);
	color: #ff6699;
	padding: 10px;
	display: block;
	border-radius: 3px;
	text-align: center;
	font-size: 1.6rem;
	width: 70%;
	margin: 0 auto;
}
.jg-mailToBackground {
	    margin-bottom: 50px;
}
/* お問い合わせ end */
/* 利用規約 */
.fs-c-documentColumn__content &gt; .fs-c-orderedList &gt; li::before {
	display: none;
}
/* 利用規約 end */
/* 特集 */
.jg-featureItem span.small {
	font-size: 1.6rem;
}
.jg-featureItem a:first-child {
	font-size: 1.3rem;
	font-weight: 600;
}
.jg-featureItem h1 {
	font-size: 2.0rem;
	white-space: pre-line;
}
.jg-featureItem h2 {
	font-size: 1.8rem;
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: medium solid #656565;
	white-space: pre-line;
}
.jg-featureItem h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.jg-featureItem strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.jg-featureItem ul {
	list-style-type: none;
	font-size: 1.8rem;
	padding-left: 5px;
}
.jg-featureItem ul li {
	margin-bottom: 20px;
}
.jg-featureItem ul li:after {
	display: none;
}
.jg-featureItem p {
	line-height: 3.5rem;
	font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
	.jg-featureItem ul {
		padding-left: 40px;
	}
	.jg-featureItem span.small {
		font-size: 2.2rem;
	}
	.jg-featureItem a:first-child {
		font-size: 1.6rem;
	}
	.jg-featureItem h1 {
		font-size: 2.5rem;
		white-space: normal;
	}
	.jg-featureItem h2 {
		font-size: 2.1rem;
		white-space: normal;
		padding-top: 50px;
	}
	.jg-featureItem p {
		line-height: 3.5rem;
		font-size: 1.7rem;
	}
	.jg-featureItemTopImg {
		max-width: 70%;
	}
}
.jg-featureItemLink {
	position: relative;
	width: 100%;
	display:  flex;
	border: double 1px var(--fs-color-button--primary__border);
	padding: 10px;
	margin: 20px auto 0;
	align-items: center;
}
.jg-featureItemLink a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.jg-featureItemLinkImgContents {
	flex-basis: 35%;
}
.jg-featureItemLinkTextContents {
	flex-basis: 65%;
	text-align: center;
	white-space: pre-line;
}
.jg-featureItemImg img {
	margin-top: 20px;
}
.jg-featureItemImgSide img {
	width: 150px;
}
@media screen and (min-width: 768px) {
	.jg-featureItemLinkImgContents {
		flex-basis: 30%;
	}
	.jg-featureItemLink {
		width: 50%;
		padding: 15px;
	}
	.jg-featureItemLinkTextContents {
		flex-basis: 70%;
		white-space: normal;
	}
	.jg-featureItemImg img {
		max-width: 62%;
	}
	.jg-featureItemImgSide img {
		width: 300px;
	}
}

.jg-featureItemImg.kakomi img {
	padding: 5px;
	border: solid 1px var(--fs-color-button--particular__border);
	width: 200px;
}
.jg-featureItemImg.kakomi {
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin-left: 50px
}
.jg-featuerItemTable {
	margin-bottom: 80px;
}
.jg-featuerItemTable h2 {
	text-align: center;
}
.jg-featuerItemTable p {
	line-height: 3.5rem;
	font-size: 1.7rem;
	margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
	.jg-featuerItemTable {
		margin-bottom: 120px;
	}
}
.jg-featureItemContainer {
	display: flex;
	flex-wrap: wrap;
}
/* 特集 end */
/* 送料とお支払について */
.jg-paypayImg {
	width: 200px;
}
@media screen and (min-width: 768px) {
	.jg-paypayImg {
	width: 450px;
	}
}
/* 送料とお支払方法について end */

/* GS */

.jg-GS-Contents {
	margin-bottom: 50px;
}
.jg-GS-Item {
	margin-bottom: 90px;
}

.jg-featureItemLinkGS {
	flex-direction: column;
	padding: 5px;
}
.jg-featureItemLinkGS a {
	display: inline;
	position: static;
}
.jg-featureItemLinkTextContentsGS {
	text-align: left;
    padding-left: 15px;
    font-size: 10px;
}
@media screen and (min-width: 768px) {
	.jg-featureItemLinkTextContentsGS {
	    font-size: 13px;
	}
	.jg-featureItemLinkGS {
		flex-direction: row;
		padding: 15px;
	}
	.jg-GS-Contents {
		width: 600px;
		margin: 0 auto 200px;
	}
	.jg-GS-Item {
		margin-bottom: 120px;
	}
}
/* GS end*/</pre></body></html>