<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;
}

.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) {
	.show_sp {
		display: block;
	}

	.show_desktop {
		display: none;
	}
}

@media (min-width: 751px) {
	.show_sp {
		display: none;
	}

}

/*------------------------
img_box
------------------------ */
.img-box{
    width:100%;
    margin:35px 0;
}

.dv_box{
	letter-spacing: -.4em;
	/* margin-right: -10px; */
	text-align: center;
}

.dv_items{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.dv_items {
	width: calc(90% / 4);
    margin: 0 10px;
}
.dv_items:nth-child(6n) {
	margin-right: 0;
}

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

.l-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
}

.l-nav li {
	width: calc(100% / 5);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin:auto;
}

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

.l-nav li a {
	color: rgba(255, 255, 255, .9);
	background: #AA9977;
	position: relative;
	/*display: block;*/
	text-align: center;
	padding: 17px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*letter-spacing: 1px;*/
	line-height: 1.6;
	font-size:16px;
	display: table-cell;
    vertical-align: middle;
    width:1%;
}

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

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

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

.l-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);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}


/*-------------------------------------
	l-curtain
------------------------------------- */

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

.l-curtain img {
	width: 100%;
}


@media (max-width: 769px) {
	.l-curtain {
		font-size: 1.4rem;
	}

	.l-contents-inner {
		width: 90%;
		margin: 0 auto;
	}

	.l-nav li {
		width: calc(100% / 2);
		margin: unset;
	}



}

/*------------------------
	mv
------------------------ */

.l-contents-text {
	line-height: 2;
	margin: 35px 0;
}

.l-contents-subtext {
	line-height: 2;
	margin:10px 0px 35px;
}

.second-text {
	line-height: 2;
	margin: 35px 0;
}


.l-section_block2 {
    margin: 20px auto;
	padding-top: 0px;
}

.l-section {
	margin: 0 auto 50px auto;
	width: 500px;
}

.l-section-item__link a,
.l-section-item__link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
	/*	border: 1px solid #ccc;*/
	background-color: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}

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

.l-section-item__link-center {
	width: 500px;
}

.l-slippers-item__link a:link,
.l-slippers-item__link a:visited,
.l-section-item__link-center a:link,
.l-section-item__link-center a:visited {
	color: #333;
	border: 1px solid #333;
}

.l-slippers-item__link a:hover,
.l-section-item__link-center a:hover,
.l-slippers-item__link a:active,
.l-section-item__link-center a:active {
	background-color: #fff !important;
	/*	border-color: #fff !important;*/
	color: #333 !important;
	border: 1px solid #333;
}





@media (max-width: 769px) {
	.second-text {
		line-height: 2;
		margin: 20px 0 0;
		font-size: 17px;
	}

	.l-section-item__link a:link, .l-section-item__link a:visited, .l-section-item__link-center a:link, .l-section-item__link-center a:visited {
		color: #333;
		border: 1px solid #333;
	}
	a:link, a:visited {
		color: #333;
		text-decoration: none;
	}
	.l-section-item__link-center {
		width: 100%;
	}

	.l-section {
		margin: 0 auto 30px auto;
		width: 350px;
	}
	.l-section_block2 {
		margin: 10px auto 40px auto;
		padding: 0 20px;
	}

	.l-section-item__link-center {
		width: 100%;
		margin-top: 30px;
	}


	.l-contents-text {
		line-height: 2;
		margin: 20px 0;
	}
	.l-contents-subtext {
		line-height: 2;
		margin: 10px 0px 20px;
    }
    
    .dv_items {
        width: calc(85% / 2);
        margin:3% 3%;
    }

}



/*------------------------
	block
------------------------ */

.contents-block {
	margin: 60px auto;
}

.contents-block:last-child {
	margin-top: 150px;
}

.l-section-h2,
.l-section-h3 {
	font-weight: normal;
	line-height: 1.6;
	margin-top: 80px;
}

.l-section-h2 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 3.4rem;
}

.l-section-h2 .h2-shoulder {
	font-size: 2.8rem;
}

.l-section-h1 {
	font-weight: normal;
	line-height: 1.6;
	margin-top: 60px;
}

.l-section-h1 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 3.9rem;
}

.l-section-h1 .h1-shoulder {
	font-size: 3.4rem;
}


.l-curtain-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 2;
}

.l-curtain-item {
	width: 48%;
	margin-top: 80px;
}


.l-curtain-item__link {
	margin-top: 50px;
}

.l-curtain-item__link a {
	display: block;
	width: 500px;
	border: 1px solid #ccc;
	padding: 24px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
}

.l-curtain-item__link a:hover {
	background-color: #a97;
	border-color: #a97;
}

.l-curtain-item__link a:link,
.l-curtain-item__link a:visited {
	color: #333;
}

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

.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);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.soldout {
	color:red;
}

.pagetop a:hover {}


@media (max-width: 769px) {


	.contents-block {
		margin: 0px auto 0px;
	}

	.contents-block:last-child {
		margin-top: 100px;
		margin-bottom: 80px;
	}

	.l-section-h2 {
	font-size: 2.0rem;
    line-height: 1.6;
    margin: 40px 0 10px;
	}

	.l-section-h2 .h2-shoulder {
		font-size: 1.7rem;
	}

	.l-section-h1 {
		font-size: 2.5rem;
		line-height: 1.8;
		margin-top: 40px;
	}

	.l-section-h1 .h2-shoulder {
		font-size: 2.0rem;
	}

	.l-section-h3 {
		font-size: 2rem;
	}


	.l-curtain-item {
		margin-top: 0;
	}

	.l-curtain-item__link {
		margin-top: 40px;
	}

	.l-curtain-item__link a {
		width: 100%;
		font-size: 1.4rem;
	}

	.pagetop {
		bottom: 2%;
		right: 3%;
	}

	.pagetop a {
		width: 35px;
		height: 35px;
	}

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

	.l-section-h1 .h1-shoulder {
		font-size: 2rem;
	}

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