@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 14%;
}
.contents_box .pc {
	display: none;
}
.contents_box .sp {
	display: block;
}
}
/*-----------------------

タイトル部分

----------------------------------------------*/
#main_image_box {
	max-width: 100%;
	object-fit: cover;
	background-color: #22370c;
}
#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 {
	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: #ff9600;
}
.cat_link_btn a span {
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
}
.cat_link_btn 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;
}
.cat_link_btn a:hover {
	opacity: 0.8;
}
@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 > div {
	display: flex;
	justify-content: space-between;
}
.category_btn .cat_link_btn a {
	background-color: #ff003c;
	color: #FFFFFF;
	padding: 4.5% 3%;
}
@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 > 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 > 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: 10% 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, #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: 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%;
}
}
@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
============================*/
#sec01{
}
#sec01 h3{
	padding:30px 0;
	font-size:40px;
	font-weight:600;
	text-align:center;
}
.img_column2{
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
}
.img_left{
}
.img_right{
}
.text_column2{
	display: flex;
	max-width: 1280px;
	margin: 2% auto;
	justify-content: space-around;
	flex-wrap: wrap;
}
.text_left{
    width: 50%;
}
.text_left p{
	font-size:24px;
	font-weight:500;
}
.text_right{
	text-align: left;
	padding-left: 5%;
	font-size:20px;
}
.text_right5{
	text-align: left;
	font-size:20px;
}
.text_right2{
	padding-top:6%;
}
.text_right3{
	padding-top:2%;
}
.text_right4{
	padding-top:12%;
}
.text_right dt{
	font-size:30px;
	font-weight:900;
	margin-bottom:3%;
}
.item_about{
	margin-top:10%;
	font-size: 24px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.grid_column1{
	display: grid;
	width: 48%;
	justify-items: center;
	grid-template-rows:40px 40px 40px 40px 40px 40px 40px 40px 40px 40px;
	grid-template-columns:289px 289px;
	gap: 10px;
}
.bg_yellow{
	background-color: #fff335;
	width: 280px;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 2;
}
.bg_gray{
	background-color:#ccc;
	width: 280px;
	font-size:16px;
	text-align:center;
	line-height:2.5;
}
.unno{
}
.attention{
	color:#666666;
	font-size: 14px;
}
@media screen and (max-width:768px) {
#sec01 h3{
	padding: 15px 0;
	font-size: 30px;
	line-height:1.2;
	font-weight:600;
	text-align:center;
}
.img_column2{
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	flex-wrap: wrap;
	text-align: center;
}
.img_left img{
	width:95%;
}
.img_right img{
	width:95%;	
}
.text_column2{
	display: flex;
	max-width: 1280px;
	margin: 2% auto;
	justify-content: space-around;
	flex-wrap: wrap;
}
.text_left{
    width: 95%;
    font-size: 12px;
}
.text_left p{
	font-size:16px;
	font-weight:500;
}
.text_right{
	text-align: left;
	padding-left: 0;
	font-size:20px;
	padding: 0 3%;
}
.text_right5{
	text-align: left;
	font-size:20px;
}
.text_right2{
	padding-top: 0%;
}
.text_right3{
	padding-top:0%;
}
.text_right4{
	padding-top:0%;
}
.text_right dt{
	font-size: 24px;
	font-weight:900;
	margin-bottom:3%;
}
.item_about{
	margin-top: 5%;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.grid_column1{
	display: grid;
	width: 100%;
	grid-template-rows:40px 30px 30px 30px 30px 30px 30px 30px 30px 30px;
	grid-template-columns: 170px 170px;
	gap: 10px;
	margin: 2% 0;
}
.bg_yellow{
	background-color: #fff335;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	line-height: 3;
}
.bg_gray{
	background-color:#ccc;
	width: 100%;
	font-size: 12px;
	text-align:center;
	line-height: 2.5;
}
.unno{
}
.attention{
	color:#666666;
	font-size: 14px;
}
}
/*============================
#sec02
============================*/
#sec02{
	background-color: #9ec2bc;
	padding-bottom: 2%;
}
.sub_ttl_obi{
	text-align: center;
	background-color: #22370c;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	line-height: 2.3;
}
.ttl_obi{
	text-align: center;
	background-color: #fff335;
	color: #22370c;
	font-size:60px;
	font-weight: 800;
}
.sec_contener{
	max-width: 1280px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin: 0 auto;
}
.sec_ttl{
	font-size: 50px;
	font-weight: 800;
	line-height: 2;
	text-align: center;
}
.column2{
	display: flex;
	max-width: 1280px;
	margin: 3% auto 0;
	justify-content: space-evenly;
}
.right_18{
	font-size: 18px;
}
.right_12{
	font-size: 12px;
}
.link_btn1_white{
	background-color: #fff;
	text-align: center;
	line-height: 3;
	border: solid 1px;
	margin: 4%;
}
.little_ttl{
	font-size: 30px;
	font-weight: 900;
	margin-top: 3%;
}
.item_warp{
	display: flex;
	max-width: 1280px;
	justify-content: space-evenly;
	margin: 3% 0 0;
	flex-wrap: wrap;
}
.item_contener{
	width: 300px;
	font-size: 14px;
	text-align: left;
	margin-bottom: 3%;
}
.item_about2{
	text-align:center;
	font-size:16px;
	margin: 2% 0 0;
}
.font12{
	font-size:12px;
}
.text_area1{
	height:90px;
}
.link_btn2_black{
    background-color: #000;
    color:#fff;
    text-align: center;
    line-height: 3;
    margin: 0 auto 4%;
    max-width: 800px;
}
.push_item{
	background-color: #bbd4d0;
	padding: 3%;
}
.center_35{
	font-size: 35px;
	font-weight: 900;
}
.link_btn1_black{
    background-color: #000;
    color:#fff;
    text-align: center;
    line-height: 3;
    margin: 4%;
}
@media screen and (max-width:768px) {
.sub_ttl_obi{
	text-align: center;
	background-color: #22370c;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 2.3;
}
.ttl_obi{
	text-align: center;
	background-color: #fff335;
	color: #22370c;
	font-size: 44px;
	font-weight: 800;
	line-height: 2;
}
.sec_contener{
	max-width: 1280px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin: 0 auto;
	padding: 0 3%;
}
.sec_ttl{
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	margin: 2% 0;
}
.text{
	text-align:left;
	font-size:18px;
}
.column2{
	display: flex;
	max-width: 1280px;
	margin: 3% auto 0;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.right_18{
	font-size: 18px;
}
.right_12{
	font-size: 12px;
}
.link_btn1_white{
	background-color: #fff;
	text-align: center;
	line-height: 3;
	border: solid 1px;
	margin: 4%;
}
.link_btn1_white p{
	text-align:center;
}
.little_ttl{
	font-size: 22px;
	font-weight: 900;
	margin-top: 3%;
	/* text-align: center; */
}
.item_warp{
	display: flex;
	max-width: 1280px;
	justify-content: space-evenly;
	margin: 3% 0 0;
	flex-wrap: wrap;
}
.item_contener{
	width: 48%;
	font-size: 14px;
	text-align: left;
	margin-bottom: 5%;
}
.item_contener img{
	width:98%;
}
.item_about2{
	text-align:center;
	font-size:16px;
	margin: 2% 0 0;
}
.font12{
	font-size:12px;
}
.text_area1{
	height: 130px;
	margin: 2%;
}
.link_btn2_black{
    background-color: #000;
    color:#fff;
    text-align: center;
    line-height: 3;
    margin: 0 auto 4%;
    max-width: 800px;
}
.push_item{
	background-color: #bbd4d0;
	padding: 3%;
}
.center_35{
	font-size: 30px;
	font-weight: 900;
}
.link_btn1_black{
    background-color: #000;
    color:#fff;
    text-align: center;
    line-height: 3;
    margin: 4%;
}
.link_btn1_black p{
	text-align:center;
}	
}
/*============================
#sec03
============================*/
#sec03{
	background-color: #9ec2bc;
	padding-bottom: 2%;
}

/*============================
#sec04
============================*/
#sec04{
	background-color: #9ec2bc;
	padding-bottom: 2%;
}

/*============================
#sec05
============================*/
#sec05{
	margin-bottom: 3%;
	}
.ttl_obi2{
	text-align: center;
	background-color: #fff335;
	color: #22370c;
	font-size: 50px;
	font-weight: 900;
	line-height:2;
}
.little_ttl2{
	font-size: 24px;
	margin: 2% 0;
}
.little_ttl3{
	font-size:30px;
	font-weight:800;
	margin-top: 3%;
}
.push_item_gray{
	background-color: #ccc;
	padding: 3%;
}
video{
  background: #000000;
  margin:3% auto 0;
  max-width: 750px;
}
@media screen and (max-width:768px) {
video{
  width:100%;
}
.ttl_obi2{
	text-align: center;
	background-color: #fff335;
	color: #22370c;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	padding: 2% 0;
}
.little_ttl2{
	font-size: 18px;
	margin: 3% 0;
	/* text-align: left; */
}
.little_ttl3{
	font-size:30px;
	font-weight:800;
	margin-top: 3%;
}
}
/*============================
#sec06
============================*/
#sec06{
}





