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

html {
	font-size:62.5%;
}

body {
    color: #333;
}

.u-show_sp {
	display: none;
}

.u-yuminchi {
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: normal;
}

@media (max-width: 750px) {
	.u-show_sp {
		display: block;
	}
	.u-show_desktop {
		display: none;
	}
}


.u-hide-media {
	display: inline-block;
	}

	.u-show-media {
		display: none;
	}

	.hide-media {
		display: inline-block;
	}
	.show-media {
		display: none;
	}



/*-------------------------------------
	l-web-set
------------------------------------- */

.l-web-set {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
}

.l-web-set img {
	width: 100%;
}

.l-web-set-inner {
	margin: 25px auto 0;
}

@media (max-width: 1023px) {
	.l-web-set {
		font-size: 1.4rem;
	}
	.l-web-set-inner {
		width: 90%;
	}
	
}

/*------------------------
	mv
------------------------ */
.l-web-set-title {
	font-size: 3rem;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 50px;
}

.l-web-set-title_b {
	line-height: 2;
	font-size: 4.0rem;
}

.l-web-set-text {
	margin-top: 25px;
	line-height: 2;
}

.item-title {
	margin-top: 25px;
	line-height: 2;
	color:#aa9977;
	font-size: 20px;
}

.single-link:hover {
	opacity: 0.5;
}

.set-boxlink {
    width: 500px;
    margin: 20px auto 0;
}

.set-boxlink a {
    width: 100%;
}

.set-boxlink a:link, .set-boxlink a:visited {
    color: #333;
    border: 1px solid #333;
}

.set-boxlink a {
    display: block;
    padding: 18px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}

.set-boxlink a:hover {
    display: block;
    padding: 18px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    background-color: #fff !important;
    border-color: #333 !important;
    color: #333 !important;
}

.flex-off {
	display: flex;
	margin-bottom: -10px;
}

.flex-off img {
    width: 60%;
    margin-left: 100px;
    margin-bottom: -6px;
    z-index: 9999999;
    display: inherit;
    position: relative;
}

.flex-off li {
width: calc(100% / 4);
}

@media (max-width: 1023px) {

.offbox {
    display: block;
    padding: 0px 0;
    margin: 0px 55px;
    text-align: center;
    font-size: 1.2rem;
    background-color: #ee2200 !important;
    border-color: #ee2200 !important;
    color: #fff !important;
}

.set-boxlink {
    width: 70%;
    margin: 20px auto 0;
}

.set-boxlink a {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}

.item-title {
    margin-top: 25px;
    line-height: 2;
    color: #aa9977;
    font-size: 15px;
}

}

@media (max-width: 1023px) {
	.l-web-set-title {
		font-size: 1.7rem;
		margin-top: 50px;
	}

	.l-web-set-title_b {
		font-size: 2.6rem;
		line-height: 1.0;
	}
	
}



/*------------------------
	nav
------------------------ */

.l-web-set-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 50px;
}

ul + .l-web-set-nav {
	margin-top: 1px;
}

.l-web-set-nav li {
	width: calc(100% / 4);
}

.l-web-set-nav li:not(:last-child) {
	border-right: 1px solid #fff;
}

.l-web-set-nav li a {
	color: rgba(255,255,255,.9);
    background: #AA9977;
    position: relative;
    display: block;
    text-align: center;
    padding: 22px 0;
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.6;
    font-size: 1.4rem;
}

.l-web-set-nav li a:link,
.l-web-set-nav li a:visited {
	color: #fff;
}

.l-web-set-nav li a:link:hover,
.l-web-set-nav li a:visited:hover {
  color: #fff;
}

.l-web-set-nav li a:hover {
    opacity: 0.7;
}

.l-web-set-nav li a::after {
    position: absolute;
    display: block;
    content: '';
    top: -2px;
    bottom: 0;
    margin: auto;
    right: 8%;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: rgba(255,255,255,1);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 1023px) {
	.l-web-set-nav {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.l-web-set-nav li {
	    width: calc(100% / 2);
	    box-sizing: border-box;
	    background: #AA9977;
	    border-bottom: 1px solid #fff;
	    border-right: 1px solid #fff;	
	}
	.l-web-set-nav li:not(:nth-child(even)) {
		border-right: 1px solid #fff;		
	}
	.l-web-set-nav li a {
		padding: 5px 0 25px;
		display: block;
		font-size: 1.2rem;
	}
	.l-web-set-nav li a::after {
	    bottom: 15px;
	    width: 7px;
	    height: 7px;
	    top: inherit;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	
}


/*------------------------
	block
------------------------ */
.l-web-set-mv{
	margin-bottom: 40px;
}

.l-web-set-mv2block {
	margin: 80px auto 50px;
}

.l-web-set-h2block{
	margin: 50px auto;
	padding-top: 60px;
}

.l-web-set-h2block:last-child {
	margin-bottom: 100px;
}
	
.l-web-set-items-block {
	margin-top: 100px
}

.web-set-h2 .l-web-set-h2-1,
.l-web-set-h3 {
	text-align: center;
	font-weight: normal;
	line-height: 1.6;
	color: #333;
}

.web-set-h2 .l-web-set-h2-1{
	font-size: 3.8rem;
}

.l-web-set-h3 {
	margin-top: 70px;
	font-size: 3rem;
}

.web-set-h2{
	margin-bottom: 20px;
	text-align: center;
}

.h2-image{
	width: 22%;
}

.shoulder {
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 2.2rem;
}

.l-web-set-block-mv2 {
	margin-top: 20px;
}

.l-items-block + .l-items-block{
	margin-top: 60px;
}

.l-web-set-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-web-set-item {
	width: 49%;
	margin-top: 40px;
	text-align: center;
}

.l-web-set-red {
	color: #ee2200;
}

.product-name{
	margin-top: 25px;
	font-size: 1.8rem;
	font-weight: normal;
}

.price{
	margin-top: 10px;
	font-size: 1.6rem;
}

.line-through{
	text-decoration: line-through;
}

.l-web-set-item__link {
	margin-top: 20px;
}

.l-web-set-item__link-center {
	width:500px;
	margin: 36px auto 0;
}

.l-anc-link{
	margin-top: 36px;
}

.l-anc-link a:link, .l-anc-link a:visited {
	color: #AA9977;
	padding-right: 1em;
	display: inline-block;
	position: relative;
}

.l-anc-link a::after {
	position: absolute;
	display: block;
	content: '';
	right: -1em;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #AA9977;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-anc-link a:hover::after {
	border-color: rgba(51, 51, 51, 0.3);

}

.l-web-set-item__link a, .l-web-set-item__link-center a {
    display: block;
	padding: 18px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    border: 1px solid #ccc;
}

.l-web-set-item__link-center a {
	width: 100%;
}

.l-web-set-item__link a {
	width: 300px;
}

.l-web-set-item__link a:link,
.l-web-set-item__link a:visited,
.l-web-set-item__link-center a:link,
.l-web-set-item__link-center a:visited {
	color: #333;
}

.l-web-set-item__link a:hover, .l-web-set-item__link-center a:hover,
.l-web-set-item__link a:active, .l-web-set-item__link-center a:active{
	background-color: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}

.link_area .link_area-lead{
	text-align: center;
    font-size: 2.0rem;
}

.border{
	border: solid 1px #cccccc;
}

.l-productList_box:hover {
	opacity: 0.5;
}

.pagetop {
    display: none;
    position: fixed;
	bottom: 5%;
    right: 3%;
}
.pagetop a {
    display: block;
    background-color: #333;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}

.pagetop a::after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 15px;
    margin: auto;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: rgba(255,255,255,1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagetop a:hover {
}


@media (max-width: 1023px) {

	.l-web-set-mv2block {
	margin: 40px auto;
	}

	.l-web-set-h2block {
	margin: 0 auto 20px;
	padding-top: 60px;
	}

	.l-web-set-nav + .l-web-set-h2block {
	padding-top: 30px;
	}

	.l-web-set-h2block:last-child {
		margin-bottom: 80px;
	}

	.l-web-set-items-block {
		margin-top: 20px;
	}
	
	.l-web-set-h3 {
		width: 90%;
		margin: 60px auto 0;
		font-size: 2.0rem;
	}

	.web-set-h2 .l-web-set-h2-1{
	font-size: 2.4rem;
}

	.l-web-set-block-mv2 {
		margin-top: 10px;
	}

	.l-web-set-item {
		margin-top: 30px;
	}
	
	.l-web-set-item__link {
		margin-top: 40px;
	}
	
	.l-web-set-item__link a{
		width: 100%;
		font-size: 1.4rem;
	}

	.l-web-set-2col-img-text, .l-web-set-2col-img-text-r {
	margin-top: 20px;
	}

	.l-web-set-item__link-center {
	width: 90%;
	}

	.l-web-set-2col-link .l-web-set-item__link-center:first-child {
	margin-top: 0;
	}

	.l-web-set-2col-link .l-web-set-item__link-center:not(:first-child) {
	margin-top: 25px;
	}

	.shoulder {
	font-size: 1.6rem;
	}

	.product-name{
	line-height: 1.4;
	font-size: 1.4rem;
	margin-left: 5%;
	margin-right: 5%;
	}

	.price{
	font-size: 1.4rem;
	margin-left: 5%;
	margin-right: 5%;
	}

	.pagetop {
	    bottom: 2%;
	    right: 3%;
	}
	.pagetop a {
	    width: 35px;
	    height: 35px;
	}

	.pagetop a::after {
	    bottom: 10px;
	    width: 10px;
	    height: 10px;
	}

	.hide-media {
		display: none;
	}
	.show-media {
		display: block;
	}


}


@media (max-width: 750px) {
	.u-hide-media {
		display: none;
	}
	.u-show-media {
		display: inline-block;
	}
	.hide-media {
		display: none;
	}
	.show-media {
		display: block;
	}

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