<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*====繝ｬ繧､繧｢繧ｦ繝医Θ繝九ャ繝�===*/




.mb60 {
	margin-bottom: 60px;
}

.swiper-container {
	text-align: center;
}

.swiper-container .swiper-slide img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.swiper-container .swiper-slide p {
	margin-bottom: 0;
	margin-top: 6px;
	text-align: left;
	font-size: 16px;
}

.swiper-container-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.swiper-container-thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.2;
	cursor: pointer;
}

.swiper-container-thumbs .swiper-slide-active {
	opacity: 1;
}


.Layout-unit h2 {
	font-size: 21px;
}



/*繝懊ち繝ｳ繝ｪ繝ｳ繧ｯ*/
a.btn-link {
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	/*line-height: 39px;
	height: 39px;
	width: 354px;*/
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	background-color: #000;
	border-radius: 4px;
	min-width: 350px;
	font-size: 18px;

}

a.btn-link:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background-image: url(../img/parts/icon/icon_btn_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
}


/*繧ｫ繝ｩ繝ｼ繝舌Μ繧ｨ繝ｼ繧ｷ繝ｧ繝ｳ*/
a.btn-col-shopping {
	background-color: #2B3C5F;
	background-color: #000;
}

a.btn-col-read {
	background-color: #3C6356;
	background-color: #000;
}

a.btn-col-info {
	background-color: #A35058;
	background-color: #000;
}

a.btn-col-white {
	background-color: #fff;
	color: #000;
	border: #000 1px solid;
}

a.btn-col-black {
	background-color: #000;
}

a.btn-col-brown {
	background-color: #5A4030;
	background-color: #000;
}


/*Mobile*/
@media screen and (max-width: 736px) {
	a.btn-link {
		min-width: auto;
		width: 100%;
		font-size: 16px;
	}
}


/*蝠�刀繝ｪ繧ｹ繝�*/

.item-link-group {
	width: 960px;
	padding-bottom: 15px;
}

.item-link-group a {
	color: black;
}

.unit-item-view {
	width: 234px;
	border: 1px #ccc solid;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;

}

.unit-item-view-thumb {
	margin: 10px;
	overflow: hidden;
	text-align: center;
}

.unit-item-view-thumb img {
	height: 282px;
}

.unit-item-view-thumb-cover {
	margin-top: 10px;
	width: 214px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
}

.unit-item-view-text {
	padding: 10px;
}

.unit-item-view-text h2 {
	font-size: 16px;
	margin-bottom: 8px;
}

.unit-item-view-text p {
	font-size: 14px;
}

.unit-item-view-text dl {}

.unit-item-view-text dt {
	float: left;
	width: 5em;

}

.unit-item-view-text dd {
	margin-left: 5.5em;
	font-size: 16px;
	color: #2A3B60;
	font-weight: bold;
}


/*Mobile*/
@media screen and (max-width: 736px) {

	.item-link-group {
		width: 100%;

	}


	.unit-item-view {
		width: 50%;
		border: 1px #ccc solid;
		float: left;
		margin-right: 0px;
		margin-bottom: 0px;
		box-sizing: border-box;

	}

	.unit-item-view-thumb img {
		width: 100%;
		height: auto;
	}

	.unit-item-view-text dt {
		float: none;
		width: auto;

	}

	.unit-item-view-text dd {
		margin-left: 0;

	}

	.unit-item-view-thumb-cover {
		width: 100%;
		height: 80px;
		border-left: 5px #fff solid;
		border-right: 5px #fff solid;
		box-sizing: border-box;
	}


}


.left {
	float: left;
}

.right {
	float: right;
}

/*繝��繝悶Ν X2*/

.twin-table-case {
	width: 48%;
}

table.twin-table {
	border-top: 1px #bbb solid;
	width: 100%;
	text-align: left;

	border-collapse: collapse;
	border-spacing: 0;


}

table.twin-table th {
	border: 0;
}

table.twin-table td {
	border: 0;
}

table.twin-table tr {
	border-bottom: 1px #bbb solid;
}

/*Mobile*/
@media screen and (max-width: 736px) {

	.table-twin .twin-table-case {
		width: 100%;
	}

	.table-twin left,
	.table-twin right {
		float: none;
	}
}


/*繧ｫ繝ｼ繝医↓蜈･繧後ｋ*/
.cartin {
	border: 1px #575757 solid;
	padding: 40px;
	margin: 40px;
	margin-left: 0px;
	margin-right: 0px;
}

.conpact {
	padding-top: 15px;
	padding-bottom: 5px;

}


.cartin-thumb {
	/*width: 236px;
	height: 307px;*/
	width: 200px;
	height: 307px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.cartin-thumb img {
	height: 307px;
}

.cartin-htm {
	/*width: 490px;*/
	width: 450px;
	float: right;
}

.cartin-htm-conpact-left {
	width: 370px;
	float: left;
}

.cartin-htm-conpact-righ {
	width: 380px;
	float: right;
}

.cartin h3 {
	font-size: 20px;
}

.cartin h4 {
	margin-bottom: 20px;
}


.cartin-price-sanko {
	margin-bottom: 10px;
}

.cartin-price-sanko span.icon-off {
	margin-left: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #C42427;
	color: #fff;
}


.cartin-price {
	margin-bottom: 10px;
}

.cartin-price span.price {
	font-size: 20px;
	font-weight: bold;
	color: #2A3B60;
}

.cartin-point {
	margin-bottom: 20px;
	color: #E657A9;
}


.cartin table {
	border-top: 1px #bbb solid;
}

.cartin table th {
	vertical-align: middle;
	border: 0;
	/*background-color: #E4E4E4;*/
}

.cartin table td {
	vertical-align: middle;
	border: 0;
}

.cartin table tr {
	border-bottom: 1px #bbb solid;
}

.cartin-sale-stats {
	border: #BA151D 1px solid;
	margin-bottom: 8px;
	padding: 5px;
	text-align: center;
	color: #BA151D;
}

.cartin-sale-days {

	border: #bbb 1px solid;
	margin-bottom: 8px;
	padding: 5px;
	text-align: center;
	background-color: #f0f0f0;
}


/*Mobile*/
@media screen and (max-width: 736px) {
	.cartin h3 {
		font-size: 18px;
	}

	.cartin {
		padding: 8px;
		margin: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.cartin-thumb {
		width: 100%;
		height: auto;
		text-align: center;
		overflow: hidden;
		float: none;
		margin-bottom: 5px;
	}

	.cartin-thumb img {
		height: auto;
		width: 100%;
	}

	.cartin-htm {
		width: 100%;
		float: none;
	}

	.cartin-htm-conpact-left {
		width: 100%;
		float: none;
	}

	.cartin-htm-conpact-righ {
		width: 100%;
		float: none;
	}


	.FS2_additional_image_tableVariation_table {}

	.FS2_additional_image_tableVariation_table th {
		width: 80%;
		display: block;
	}

	.FS2_additional_image_tableVariation_table td {
		width: 80%;
		display: block;
	}

	.FS2_additional_image_tableVariation_table img {
		width: 80%;
		height: auto;
	}

	.FS2_additional_image_tableVariation_table input[type=image] {
		width: 80%;
		height: auto;
	}
}





/*繝ｦ繝九ャ繝�*/
.item-unit {
	/*padding: 15px 40px 40px;*/
	padding: 15px 0px 0px;
	font-size: 18px;
}

.LP .item-unit {
	padding: 0px 0px 40px;
}


.item-unit img {
	max-width: 100%;
	height: auto;
}



h1.title_typeA,
h2.title_typeA,
h3.title_typeA {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	/*font-family: "Times New Roman", "繝偵Λ繧ｮ繝取�譛� Pro W6", "Hiragino Mincho Pro", HGS譏取悃M, "�ｭ�ｳ �ｰ譏取悃", serif, Georgia, Times, serif;*/
}

h1.title_typeB,
h2.title_typeB,
h3.title_typeB,
h4.title_typeB {
	font-size: 23px;
	border-bottom: 1px #000 solid;
	margin-bottom: 10px;
	/*font-family: "Times New Roman", "繝偵Λ繧ｮ繝取�譛� Pro W6", "Hiragino Mincho Pro", HGS譏取悃M, "�ｭ�ｳ �ｰ譏取悃", serif, Georgia, Times, serif;*/
}

h1.title_typeC,
h2.title_typeC,
h3.title_typeC,
h4.title_typeC,
h5.title_typeC {
	font-size: 20px;
	margin-bottom: 5px;
	/*font-family: "Times New Roman", "繝偵Λ繧ｮ繝取�譛� Pro W6", "Hiragino Mincho Pro", HGS譏取悃M, "�ｭ�ｳ �ｰ譏取悃", serif, Georgia, Times, serif;*/
}


.body-text h2 {
	font-size: 21px;
	color: #000;
	margin-bottom: 15px;
}


.body-text h3 {
	font-size: 18px;
	margin-bottom: 10px;

}

.body-text h4 {
	font-size: 16px;
	margin-bottom: 5px;

}



.swap-group {
	height: 600px;
}


.thumbs-list {
	width: 488px;
	padding-bottom: 20px;
	float: right;
}

.large-photo {
	width: 380px;
	float: left;
}


.thumb-box {
	width: 120px;
	height: 158px;
	float: left;
	border: 1px #fff solid;
	cursor: pointer;
	/*margin-right:2px;
	margin-bottom:2px;*/
	background-size: cover;
	background-position: center center;
}

.thumb-select {
	border: 1px #000 solid;
	opacity: 0.6;
}


.large-photo-box {
	display: none;
}

.large-photo-box p {
	padding-top: 6px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.ph1 {
	display: block;
}


/*Mobile*/
@media screen and (max-width: 736px) {

	h1.title_typeA,
	h2.title_typeA,
	h3.title_typeA {
		font-size: 21px;
	}

	h1.title_typeB,
	h2.title_typeB,
	h3.title_typeB,
	h4.title_typeB {
		font-size: 18px;
		border-bottom: 1px #000 solid;
		margin-bottom: 10px;
		/*font-family: "Times New Roman", "繝偵Λ繧ｮ繝取�譛� Pro W6", "Hiragino Mincho Pro", HGS譏取悃M, "�ｭ�ｳ �ｰ譏取悃", serif, Georgia, Times, serif;*/
	}

	h1.title_typeC,
	h2.title_typeC,
	h3.title_typeC,
	h4.title_typeC,
	h5.title_typeC {
		font-size: 16px;
		margin-bottom: 5px;
		/*font-family: "Times New Roman", "繝偵Λ繧ｮ繝取�譛� Pro W6", "Hiragino Mincho Pro", HGS譏取悃M, "�ｭ�ｳ �ｰ譏取悃", serif, Georgia, Times, serif;*/
	}


	.thumbs-list {
		width: 100%;
		padding-bottom: 20px;
		float: none;
	}

	.large-photo {
		width: 100%;
		padding-bottom: 20px;
		float: none;
	}

	.thumb-box {
		width: 45px;
		height: 45px;

	}

	.large-photo-box img {
		width: 100%;
	}

	.swap-grpup {
		height: auto;
	}

}


.set-right {
	float: right;
}

.set-left {
	float: left;
}

.data-outline {
	border: 1px #C9BC9C solid;
	margin-bottom: 20px;
	color: #C9BC9C;
	font-size: 18px;
	padding: 15px;

}

table.spec {
	width: 100%;
}

table.spec th {
	background-color: #f8f4f4;
	width: 18em;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #dedede;
	padding: 8px;
}

table.spec td {
	vertical-align: middle;
	border: 1px solid #dedede;
	padding: 8px;
}

table.spec td p {
	margin: 0;
}


.Layout-unit {
	/*border-bottom:1px #bbb solid;*/
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.Layout-unit p {
	font-size: 16px;
}


.Layout-unit table th,
.Layout-unit table td {
	font-size: 18px;
	padding: 0.4em;
}

.Layout-unit table th {
	white-space: nowrap;
}

table.twin-table th,
table.twin-table td {
	vertical-align: top;
}



/*Mobile*/
@media screen and (max-width: 736px) {
	.Layout-unit p {
		font-size: 16px;
	}

	.Layout-unit table th,
	.Layout-unit table td {
		font-size: 14px;
		padding: 0.2em;
	}

}

.unit_type_yomimono p {
	line-height: 1.94;
	margin-bottom: 2.5;

}

.photo-left {}

.photo-right {}

.photo-left-full {}

.photo-center {}

.body-text {}

.body-text-half {
	width: 50%;
}


/*== 蜀咏悄縲驟咲ｽｮ===*/
.photo-box {
	padding-bottom: 10px;
}

.photo-left .photo-box {
	float: left;
	margin-right: 20px;
}

.photo-right .photo-box {
	float: right;
	margin-left: 20px;
}

.photo-center .photo-box {
	margin-left: auto;
	margin-right: auto;
}

.photo-center .photo-box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photo-center .photo-box p,
.photo-center .photo-box h2,
.photo-center .photo-box h3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photo-box img {
	margin-bottom: 4px;
}

.photo-box p {
	margin-bottom: 4px;
	color: #898989;
}

.tate-text {
	display: table-cell;
	vertical-align: middle;
}


.youtube-center {}

/*.youtube-center .youtube-box{
	text-align: center;
	padding-bottom: 10px;
}*/


.youtube-center .youtube-box {
	position: relative;
	padding-top: 56.25%;
	/*16:9*/
	overflow: hidden;
}

.youtube-center .youtube-box {
	margin: 0;
}

.youtube-center .youtube-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Mobile*/
@media screen and (max-width: 736px) {

	.veiw-change {
		text-align: left !important;
	}

	.veiw-change p,
	.veiw-change div {
		text-align: left !important;
	}


	.item-unit {
		padding: 5px;
	}

	.photo-left .photo-box {
		float: none;
		margin-right: 0px;
	}

	.photo-right .photo-box {
		float: none;
		margin-left: 0px;
	}

	.photo-center .photo-box {
		margin-left: 0;
		margin-right: 0;
	}

	.photo-box img {
		max-width: 100%;
	}

	.photo-box input {
		max-width: 100%;
	}

	.tate-text {
		display: block;
		vertical-align: top;
	}

	.body-text-half {
		width: 100%;
	}


	.set-right {
		float: none;
	}

	.set-left {
		float: none;
	}

	/*.youtube-center iframe{
	width:100% !important;
	height:auto;
}*/

	/*繝｡繝ｼ繝ｫ繝槭ぎ繧ｸ繝ｳ*/
	.userTable_01 th {
		display: block;
		width: 100%;
		padding: 5;
		box-sizing: border-box;

	}

	.userTable_01 td {
		display: block;
		wisth: 100%;
		padding: 0;
		padding: 5;
		box-sizing: border-box;
	}

	.userTable_01 td input[type=text] {
		width: 80%;
	}

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