@charset "utf-8";

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

大枠

----------------------------------------------*/
.sp{display:none;}
.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 80px;
	margin:-20px 0 0;
}
.contents_box .sp_only {
	display:none;
}
.btn_category{
	width:31% !important;
}
.timesale{
	width: 72%;
	margin:auto;
}
.category_btn .btn_mens a{
	background-color:#007896;
}
.category_btn .btn_womens a{
	background-color:#B49650;
}
@media screen and (max-width:768px) {
.sp{display:block;}
.contents_box {
	padding:0 0 0%;
	margin:-5% 0 0;
}
.contents_box .sp_only {
	display:block;
}
}
/*-----------------------

タイトル部分

----------------------------------------------*/
#main_image_box {
	display:block;
	max-width:100%;
	object-fit:cover;
}
#main_image_box img.bg_image {
	max-width:100%;
	object-fit:cover;
}
@media screen and (max-width:768px) {
#main_image_box img.bg_image {
}
}
/*-----------------------

タイトル部分スマホと2種切り分け

----------------------------------------------*/
#main_image_box_pc {
	width:100%;
	object-fit:cover;
}
#main_image_box_sp {
	display:none;
}
#main_image_box_pc img.box_images {
	width:100%;
}
@media screen and (max-width:768px) {
#main_image_box_pc {
	display:none;
}
#main_image_box_sp {
	display:block;
	width:100%;
	object-fit:cover;
}
#main_image_box_sp img.box_images {
	width:100%;
}
}
.top_intro{
	max-width: 1180px;
	width:90%;
	display:block;
	margin: 4% auto 4%;
}
.top_intro p{
	text-align:center;
	font-size: 1.55em;
	letter-spacing: 0;
	font-weight:600;
	line-height:1.5;
	color: #C1333F;
}

.logo{
	margin:0 0 40px;
}
.st{
	display:inline-block;
	margin: 1% 0;
	font-size: 1.65em;
	line-height: 1.65em;
	letter-spacing: 0;
	font-weight:800;
	color: #C1333F;
}
.st em{
	font-size:130%;
	font-weight:900;
	font-style:normal;
}
.logo_flex{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	max-width: 1200px;
	margin:0 auto !important;
}

.logo_box{
	box-sizing:border-box;
	width: 22%;
	margin: 0 0 30px;
}
	
.logo_box img{
	display: block;
	border: 1px solid #ccc;
	width: 75%;
	margin: auto;
}

.logo_box h4{
	text-align:
	center;
	font-size:18px;
	font-weight:800;
	margin: 4%;
}

@media screen and (max-width:768px) {
.top_intro{
	margin:3% auto;
}
.top_intro p{
	font-size:1.25em;
}
.st{
	font-size: 1.75em;
	line-height: 1.45em;
	margin:0;
	}
.logo{}

.logo_wrapper{}

.logo_flex{
	display:flex;
	flex-wrap:wrap;
	width:90%;
	margin:auto !important;
}
.logo_box{
	display:block;
	width: 30%;
	padding:2%;
	margin: 0 0 2%;
}
	
.logo_box h4{
	font-size:80%;
}

.logo_box img{
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	margin: auto;
}
}

@media screen and (max-width:426px) {
.top_intro p{
	font-size:1.1em;
}
}

.menu{
	width:100%;
	text-align:center;
}
.menu h3{
    font-weight: 700;
    font-size: 24px!important;
    padding: 0 0 12px;
    text-align: center;
    margin: 64px auto 32px;
    border-bottom: 1px solid #000;
    width:50%;
}
.menu h4{
	text-align:center;
	font-size: 1.55em;
	letter-spacing: 0;
	font-weight:600;
	line-height:1.5;
}

.btn_category{
	width:48% !important;
}
.cat_link_btn {
	margin: 20px auto;
	text-align: center;
	max-width: 600px;
	width: 90%;
}

.cat_link_btn a {
	display:inline-block;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	padding: 3% 3%;
	font-size:1.25em;
	display: flex;
}
.category_color a {
	background-color:#C1272D;
}
.cat_link_btn a span {
	display:block;
	margin: 0 auto;
	text-align:center;
	line-height:1.2;
}
.cat_link_btn a:before {
	width:30px;
	height:30px;
	background:#fff;
}
.cat_link_btn a:after {
	display:block;
	transform:rotate(45deg);
	content:"";
	border-top:#FFF 1px solid;
	border-right:#FFF 1px solid;
	width: 12px;
	height:12px;
	position: relative;
	right: 0%;
	top: 0;
	bottom:0;
	margin:auto 0;
}

.cat_link_btn a:hover {
	opacity:0.8;
}
.contents_box .brand {
	max-width:1100px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.contents_box .brand li{
	width: 15%;
	margin: 0 0 3%;
	text-align:center;
}
.contents_box .brand img{
	width:80%;
}
.contents_box .brand p{
	text-align:center;
}



.reco_list{
	max-width: 1000px;
	margin:0 auto!important;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	flex-direction: row;
	align-items: center;
	align-content:center;
}
.reco_list li{
	width: 45%;
	padding: 5px 20px 5px 5px;
	margin: 10px 20px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	flex-direction: row;
	align-items: center;
	align-content:center;
	position: relative;
	border-bottom: 1px solid #000;
}
.reco_list li::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
.reco_list li a{
	width:80%;
	height:80px;
	font-size:18px;
	font-weight:900;
	color:#000;
	display:block;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
}
.reco_list li img{
	width: 20%;
	display:block;
}

@media screen and (max-width:768px) {


.reco_list{
	width: 100%;
	margin:0 auto!important;
	padding:0;
	display: block;
}
.reco_list li{
	width: 90%;
	padding: 5px 20px 5px 5px;
	margin: 10px 20px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	flex-direction: row;
	align-items: center;
	align-content:center;
	position: relative;
	border-bottom: 1px solid #000;
}
.reco_list li::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
.reco_list li a{
	width:80%;
	height:80px;
	font-size:18px;
	font-weight:900;
	color:#000;
	display:block;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
}
.reco_list li img{
	width: 20%;
	display:block;
}
}


@media screen and (max-width:768px) {
.cat_link_btn a:after {
	right: 4px;
	top: 0;
	width: 6px;
	height: 6px;
}
.btn_category{
	width:48%;
}

.contents_box .brand{
	flex-wrap:wrap;
}
.contents_box .brand li{
	width:50%;
}

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

上部の4分割ボタン

----------------------------------------------*/
.category_btn{
	margin:2% auto 0;
	max-width:1020px;
	width:90%;
}
.category_btn > div{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.category_btn .cat_link_btn a {
	background-color:#C1333F;
	color:#FFFFFF;
	padding: 4.5% 3%;
}
.btn_mens{
	width:48%;
}
.btn_womens{
	width:48%;
}
.category_btn .btn_mens a{
	background-color:#007896;
}
.category_btn .btn_womens a{
	background-color:#B49650;
}
@media screen and (max-width:768px) {
.category_btn{
	margin:5% auto 0;
	width:96%;
}
.btn_mens{
	width:100%;
}
.btn_womens{
	width:100%;
}

.contents_box .brand li{
	width:50%;
	margin:4% 0 0;
}
.contents_box .brand img{
	width:100%;
	margin:0 0 4%;
}
}
@media screen and (max-width:559px) {
.category_btn{
	width:84%;
}
.category_btn > div{
	margin:0 auto;
}
}
/*-----------------------

一列ボタン

----------------------------------------------*/
.category_btn_oneblock{
	margin:2% auto 5%;
	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:3% 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:1% auto;
	width:90%;
}
.contents_title{
	text-align:center;
	font-size:1.5em;
	font-weight:600;
	border-bottom:#000000 1px solid;
	padding-bottom:1%;
}
.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 > 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 > 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 > 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 > 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: 5% auto;
}
.cat_item_box_innner{
	flex-wrap: wrap;
	margin:2% auto;
}
.cat_item_box_innner > 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 > li{
	width:46%;
	margin:2% 2% 4%;
}
.cat_item_box_innner > 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 .common_title,
#oneLineTxt02 .common_title{
	font-size:180%;
	font-weight:bold;
	border:0;
	padding:40px 0 30px;
	text-align:center;
}
.bnr{
	width:800px;
	margin:20px auto;
	text-align:center;
}
.bnr a{
	display:block;
}
.bnr a img{
	width:100%;
}
@media screen and (max-width:768px) {
.bnr{
	width:100%;
}
}

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

アイテム羅列下の一列ボタン

----------------------------------------------*/
.category_btn_cat_link{
	margin: 0 auto 5%;
	max-width:500px;
	width:90%;
}
.category_btn_cat_link .cat_link_btn {
	width:90%;
	margin:0 auto;
}
.category_btn_cat_link .cat_link_btn a {
	background-color:#000000;
	color:#FFFFFF;
	padding: 4% 3%;
	font-size:1.2em;
}
.category_btn_cat_link .btn_mens a{
	background-color:#007896;
}
.category_btn_cat_link .btn_womens a{
	background-color:#B49650;
}
@media screen and (max-width:768px) {
.category_btn_cat_link{
	margin:0 auto 5%;
	width:80%;
}
.category_btn_cat_link .cat_link_btn a {
	padding: 4% 3%;
	font-size:1.3em;
}
}

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

footerの一列ボタン

----------------------------------------------*/
.category_btn_footerblock{
	margin:0 auto;
	max-width:1020px;
	width:90%;
}
.category_btn_footerblock .cat_link_btn {
	margin:0 auto;
}
.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%;
}

.category_btn_oneblock{
	width:100%;
}
}