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

大枠

----------------------------------------------*/
.contents_box * {
	box-sizing: border-box;
}
.contents_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contents_box hr {
	border: none;
	background-color: #777;
	height: 1px;
}
.contents_box :hover {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.contents_box {
	padding: 0 0 120px;
}
.contents_box .sp {
	display: none;
}
#breadcrumbs {
	margin-bottom:0;
}
@media screen and (max-width:768px) {
.contents_box {
	padding: 0 0 5%;
}
.contents_box .pc {
	display: none;
}
.contents_box .sp {
	display: block;
}
}
/*-----------------------

タイトル部分

----------------------------------------------*/
#main_image_box {
	max-width: 100%;
	object-fit: cover;
}
#main_image_box img {
	max-width: 100%;
	min-height: 300px;
	object-fit: cover;
}
.box_images {
	max-width: 1000px;
	width: 96%;
	margin: 3% auto 5%;
}
.box_images img {
	width: 100%;
}
@media screen and (max-width:768px) {
#main_image_box img {
	min-height: 170px;
}
}
/*-----------------------

ボタン共通

----------------------------------------------*/
.cat_link_btn {
	margin: 1%;
	text-align: center;
	max-width: 600px;
	width: 90%;
}
.cat_link_btn a {
	color: #FFFFFF;
	text-align: center;
	padding: 3% 3%;
	font-size: 1.25em;
	display: flex;
	background: transparent;
	border: 3px solid #000;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: .3s;
    width:100%;
}
.category_color a {
	background-color: #ff9600;
}
.cat_link_btn a span {
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
}
.cat_link_btn a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #333;
  border-radius: 6px;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
.cat_link_btn a:hover {
  color: #333;
  background: transparent;
}
.cat_link_btn a:hover::before {
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width:768px) {
.cat_link_btn a:after {
	top: 0;
}
}
@media screen and (max-width:559px) {
.cat_link_btn {
	margin: 1% auto;
}
.cat_link_btn a:after {
	top: 0;
}
}
/*-----------------------

上部の4分割ボタン

----------------------------------------------*/
.category_btn {
	margin: 3% auto 0;
	max-width: 1020px;
	width: 90%;
}
.category_btn &gt; div {
	display: flex;
	justify-content: space-between;
}
.category_btn .cat_link_btn a {
	background-color: #000;
	color: #FFFFFF;
}
@media screen and (max-width:768px) {
.category_btn {
	margin: 5% auto 0;
	width: 96%;
}
}
@media screen and (max-width:559px) {
.category_btn {
	width: 84%;
}
.category_btn &gt; div {
	flex-direction: column;
	margin: 0 auto;
}
}
/*-----------------------

タイトル下のテキスト

----------------------------------------------*/
.top_intro {
	max-width: 1178px;
	width: 90%;
	display: block;
	margin: 2% auto 1%;
}
.top_intro b {
	font-size: 30px;
	line-height: 1.4;
	color: #ff003c;
}
.top_intro p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
.top_intro {
	margin: 3% auto;
}
.top_intro p {
	font-size: 1.25em;
}
.top_intro b {
	font-size: 20px;
}
}
@media screen and (max-width:426px) {
.top_intro p {
	font-size: 16px;
	line-height: 1.5;
}
}
/*-----------------------

一列ボタン

----------------------------------------------*/
.category_btn_oneblock {
	margin: 2% auto;
	max-width: 1020px;
	width: 90%;
}
.category_btn_oneblock .cat_link_btn {
	margin: 0 auto;
}
.category_btn_oneblock .cat_link_btn a {
	background-color: #000000;
	color: #FFFFFF;
	padding: 4% 3%;
	font-size: 1.5em;
}
@media screen and (max-width:768px) {
.category_btn_oneblock {
	margin: 0 auto 5%;
	width: 96%;
}
.category_btn_oneblock .cat_link_btn a {
	padding: 4% 3%;
	font-size: 1.3em;
}
}
@media screen and (max-width:559px) {
.category_btn_oneblock {
	width: 100%;
}
}
/*-----------------------

商品陳列の大枠

----------------------------------------------*/
.cat_item_box {
	max-width: 1020px;
	margin: 4% auto;
	width: 90%;
}
.contents_title {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	border-bottom: #000000 1px solid;
	padding-bottom: 1%;
	margin-top: 30px;
}
.cat_item_box_innner {
	display: flex;
	flex-wrap: wrap;
	margin: 1% auto;
	text-align: center;
}
.cat_item_box_innner #oneLineTxt01 {
	max-width: 100%;
	text-align: center;
}
.cat_item_box_innner #oneLineTxt02 {
	max-width: 100%;
	text-align: center;
}
.cat_item_box_innner &gt; div {
	width: 23%;
	margin: 1% 1% 4%;
}
.cat_item_box_innner ul.list {
	display: flex;
	flex-wrap: wrap;
	margin: 1% auto;
	text-align: center;
}
.cat_item_box_innner ul.list &gt; li {
	width: 23%;
	margin: 1% 1% 4%;
}
.list li {
	opacity: 1;
	list-style: none;
	transition: all 0.4s ease-in-out 0s;
}
.list li.is-hidden {
	opacity: 0 !important;
	height: 0 !important;
	margin: auto !important;
}
.cat_item_box_innner &gt; div.more {
	width: 100%;
	margin: 1% auto 3%;
	text-align: center;
	z-index: 9999;
	border: none;
	cursor: pointer;
	outline: none;
	font-size: 1.2em;
	font-weight: 600;
	position: relative;
}
.cat_item_box_innner &gt; div.more:after {
	display: block;
	transform: rotate(135deg);
	content: "";
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 50%;
	left: 50%;
}
@media screen and (max-width:768px) {
.cat_item_box {
	margin: 10% auto;
}
.cat_item_box_innner {
	flex-wrap: wrap;
	margin: 2% auto;
}
.cat_item_box_innner &gt; div {
	width: 46%;
	margin: 2% 2% 4%;
}
.cat_item_box_innner ul.list {
	flex-wrap: wrap;
	margin: 0 auto;
}
.cat_item_box_innner ul.list &gt; li {
	width: 46%;
	margin: 2% 2% 4%;
}
.cat_item_box_innner &gt; div.more {
	margin: 1% auto 5%;
	font-size: 1.3em;
}
}
/*-----------------------

アイテム部分

----------------------------------------------*/
.item_box_contents .item_image img {
	width: 100%;
}
.item_box_contents .item_bland_name {
	display: block;
	font-size: 1em;
	margin-top: 5%;
}
.item_box_contents .item_name {
	display: block;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2;
	margin: 3% auto;
}
.item_box_contents .item_price {
	display: block;
	font-size: 1.3em;
}
.item_box_contents .item_price .zeinuki {
	font-size: 0.65em;
	position: relative;
	top: -2px;
}
.item_box_contents .cat_link_btn {
	margin: 3% auto;
	width: 100%;
}
.item_box_contents .cat_link_btn a:after {
	width: 12px;
	height: 12px;
	right: 3%;
	top: 3px;
}
.item_box_contents .cat_link_btn a {
	background-color: #000000;
	color: #FFFFFF;
	padding: 4% 3%;
	letter-spacing: 1px;
	font-size: 1.1em;
}
.item_box_contents .gender {
	display: flex;
	justify-content: space-between;
}
.item_box_contents .gender div {
	flex-basis: 48.5%;
}
.item_box_contents .gender div.cat_link_btn {
	margin: 3% 0;
}
.item_box_contents .gender div.cat_link_btn a {
	padding: 18% 3%;
	font-size: 1em;
	display: block;
}
.item_box_contents .gender div.cat_link_btn a:after {
	display: none
}
.item_box_contents .btn_mens a {
	background-color: #007896;
}
.item_box_contents .btn_womens a {
	background-color: #B49650;
}
@media screen and (max-width:768px) {
.item_box_contents .item_name {
	font-size: 1em;
}
}
#oneLineTxt01, #oneLineTxt02, #oneLineTxt03, #oneLineTxt04 {
	max-width: 100%;
}
#oneLineTxt01 .common_title, #oneLineTxt02 .common_title, #oneLineTxt03 .common_title, #oneLineTxt04 .common_title {
	font-size: 180%;
	font-weight: bold;
	border: 0;
	padding: 40px 0 20px;
}
/*-----------------------

footerの一列ボタン

----------------------------------------------*/
.category_btn_footerblock {
	margin: 0 auto;
	max-width: 1020px;
	width: 90%;
}
.category_btn_footerblock .cat_link_btn {
	margin: 5% auto 0;
}
.category_btn_footerblock .cat_link_btn a {
	background-color: #000000;
	color: #FFFFFF;
	padding: 3% 3%;
	font-size: 1.2em;
}
@media screen and (max-width:768px) {
.category_btn_footerblock {
	margin: 0 auto 5%;
	width: 96%;
}
}
@media screen and (max-width:559px) {
.category_btn_oneblock {
	width: 100%;
}
}
/*-----------------------

20210610追加CSS

----------------------------------------------*/

.cat_link_btn._more_view {
	margin: 0 auto 75px;
}
.item_box_contents .cat_link_btn.btn_more a {
	padding: 8% 3%;
	background-color: #777;
}
/*-----------------------

20210730追加CSS

----------------------------------------------*/

#six_salelist {
	margin-bottom: 50px;
}

ul.category_btn_list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 3% auto 0;
	max-width: 1020px;
	width: 100%;
	justify-content: space-between;
}
ul.category_btn_list li {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	border: solid 1px #000;
	padding: 0 10px 0 10px;
	width: 32%;
	margin: 0 0 20px;
}
@media screen and (max-width:768px) {
ul.category_btn_list {
	margin: 5% auto 0;
	width: 96%;
}
}
@media screen and (max-width:559px) {
ul.category_btn_list {
	width: 84%;
}
ul.category_btn_list li {
	flex-direction: column;
	margin: 0 auto;
}
ul.category_btn_list li {
	display: inline-block;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	padding: 0 3% 0 3%;
	width: 90%;
	font-size: 1.25em;
}
}
ul.category_btn_list li a span {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	font-size: 18px;
	/* line-height: 1.5; */
}
ul.category_btn_list li a:after {
	display: block;
	transform: rotate(45deg);
	content: "";
	border-top: #FFF 1px solid;
	border-right: #FFF 1px solid;
	width: 16px;
	height: 16px;
	position: relative;
	right: 0%;
	top: 3px;
}
ul.category_btn_list li a:hover {
	opacity: 0.8;
}
@media screen and (max-width:768px) {
ul.category_btn_list li a:after {
	top: 0;
}
}
@media screen and (max-width:559px) {
ul.category_btn_list li {
	margin: 1% auto;
}
ul.category_btn_list li a:after {
	top: 0;
}
}
/*============================
#sec01
============================*/
.obi_ttl_bk{
	background-color:#000;
}
.obi_ttl_bk h2{
	color:#fff;
	font-size:35px;
	font-weight:900;
	text-align:center;
	line-height:3;
}

#sec01{
	background-color: #BCA626;
	padding-bottom:1%;
}
.obi_ttl_be{
	background-color: #C4BFAE;
	text-align: center;
	margin: 3% 0;
	padding: 2% 0;
}
.obi_ttl_be h3{
	font-size:35px;
	font-weight:600;
}
.obi_ttl_be p{
	font-size:25px;
}
.item_wrap01{
	display: flex;
	max-width: 1080px;
	margin: 0 auto 3%;
	align-items: center;
	background: #fff;
}
.r_img{
	width:45%;
}
.r_img img{
	width:100%;
}
.item_wrap01_name{
    width:55%;
	padding:2% 5%;
	background-color:#fff;
	text-align:center;
	font-size:15px;
}
.item_wrap01_name a{
	display:block;
}
.item_wrap01_name dt{
	font-size:23px;
	font-weight:600;
	line-height: 1.2;
	background-color: #C4BFAE;
	padding: 2%;
}
.item_wrap01_name dd{
	margin:5% 0;
}
.aline_right{
	text-align:right;
}
.info_txt{
	text-align: left;
    color:#666053;
    font-size:12px;
}
.item_wrap02{
	display: flex;
	max-width:1080px;
	margin:0 auto;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.item_wrap02 a{
	display:block;
}
.item_wrap02 dl{
	width: 250px;
	background-color:#BCA626;
}
.item_image img{
	width:100%;
}
.item_wrap02 dt{
	background-color:#BCA626;
	background-image:url(img/itembg.png);
	background-position: center 13px;
	background-repeat:no-repeat;
	-moz-background-size:contain;
	background-size:contain;
	padding: 8% 5% 0;
	line-height: 1.2;
	font-size: 12px;
}
.item_wrap02 p{
	padding:5%;
	line-height: 1.3;
}
/*============================
#sec02
============================*/
#sec02{
	background-color: #BCA626;
	padding-bottom:1%;
}

/*============================
#sec03
============================*/
#sec03{
	background-color: #BCA626;
	padding-bottom:1%;
}

/*============================
#sec04
============================*/
#sec04{
	background-color: #BCA626;
	padding-bottom:1%;
}

@media screen and (max-width:768px) {
.obi_ttl_bk{
	background-color:#000;
}
.obi_ttl_bk h2{
	color:#fff;
	font-size: 16px;
	font-weight:900;
	text-align:center;
	line-height:3;
}

#sec01{
	background-color: #BCA626;
	padding-bottom:1%;
}
.obi_ttl_be{
	background-color: #C4BFAE;
	text-align: center;
	margin: 3% 0;
	padding: 2% 0;
}
.obi_ttl_be h3{
	font-size: 22px;
	font-weight:600;
	line-height: 1.2;
}
.obi_ttl_be p{
	font-size: 16px;
	line-height: 1.2;
}
.item_wrap01{
	display: flex;
	max-width: 1080px;
	margin: 0 auto 3%;
	align-items: center;
	flex-direction: column;
}
.r_img{
	width: 95%;
}
.item_image{
	width:100%;
}
.item_wrap01_name{
    width: 95%;
    padding:2% 5%;
    background-color:#fff;
    text-align: left;
    font-size: 13px;
}
.item_wrap01_name dt{
	font-size: 18px;
	font-weight:600;
	line-height: 1.2;
	background-color: #C4BFAE;
	text-align: center;
	padding: 2%;
}
.item_wrap01_name dd{
	margin:5% 0;
}
.aline_right{
	text-align:right;
}
.info_txt{
	text-align: left;
    color:#666053;
    font-size:12px;
}
.item_wrap02 dl{
	width:150px;
}
}



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