@charset "utf-8";


@media (min-width: 800px){

/*==========================================================
	ページ 全体
==========================================================*/
body {
	background-image: url("../img/company/body-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-color: #E8E8E8;
}


/*==========================================================
	COVER intro
==========================================================*/
.cont_box.cover {
	padding-top: 430px;
	z-index: 3;
}

.cont_box.cover .cont_title {
	text-align: center;
	color: #FFF;
	font-size: 52px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.cont_box.cover .sel_cate_box {
	position: relative;
	width: auto;
	max-width: 1000px;
	margin: 100px auto 0;
	padding: 70px 70px;

	background-color: #FFF;
}

.cont_box.cover .sel_cate_box .sub_title {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.cont_box.cover .sel_cate_box .btn_sel {
	width: 100px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #000;

	position: absolute;
    right: 90px;
    top: 130px;
    z-index: 1;
}

.cont_box.cover .sel_cate_box .sel_inner {
	margin: 20px 0 0;
}

.cont_box.cover .sel_cate_box .sel_list {
	height: 65px;
}
.cont_box.cover .sel_cate_box .sel_list li {
	position: relative;
	padding: 20px 20px;
	font-size: 22px;
	text-align: left;
	border: 1px solid #CCC;
	border-top: 0;
	transition: all 0.4s ease;
	background-color: #FFF;
	cursor: pointer;
}

.cont_box.cover .sel_cate_box .sel_list li:nth-of-type(1) {
	border-top: 1px solid #CCC;
	z-index: 4;
}
.cont_box.cover .sel_cate_box .sel_list li:nth-of-type(2) {
	transform: translateY(-100%);
	z-index: 3;
}
.cont_box.cover .sel_cate_box .sel_list li:nth-of-type(3) {
	transform: translateY(-200%);
	z-index: 2;
}
.cont_box.cover .sel_cate_box .sel_list li:nth-of-type(4) {
	transform: translateY(-300%);
	z-index: 1;
}

.cont_box.cover .sel_cate_box .sel_list.open li {
	transform: translateY(0);
}
.cont_box.cover .sel_cate_box .sel_list.open li:nth-of-type(1) {
	background-color: #E9E9E9;
}

.cont_box.cover .sel_cate_box .sel_list li:hover {
	background-color: #E9E9E9;
}


/*==========================================================
	商品リスト
==========================================================*/
.cont_box.products {
	padding: 50px 0 100px;
}


.cont_box.products .list  {
	display: block;
	max-width: 880px;
	margin: 0 auto 0;
	text-align: left;
}
.cont_box.products .list .item {
	display: inline-block;
	width: 31.0%;
	margin-bottom: 2%;
	padding-bottom: 45px;
	font-size: 22px;
	text-align: left;
	border-top: 0;
	background-color: #FFF;
}
.cont_box.products .list .item:nth-of-type(3n+2) {
	margin: 0 2.4% 2%;
}

.cont_box.products .list .item .thumb_box {
	position: relative;
	width: auto;
	margin: 0 0;
	overflow: hidden;
}
.cont_box.products .list .item .thumb_box::before {
	content: '';
	display: block;
	padding-top: 136%;
}
.cont_box.products .list .item .thumb_box .thumb_wrap {
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.cont_box.products .list .item .thumb_box .thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cont_box.products .list .item .cate {
	width: auto;
	margin: 35px 35px 0;
	font-size: 14px;
	color: #666;
}
.cont_box.products .list .item .title {
	width: auto;
	height: 3.5em;
	margin: 15px 35px 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 500;
	background-color: #FFF;
	overflow: hidden;
}
.cont_box.products .list .item .price {
	width: auto;
	margin: 25px 35px 0;
	line-height: 1.5;
	font-size: 16px;
	color: #a3a3a3;
}
.cont_box.products .list .item .price .tax{
	width: auto;
	margin: 0 0;
	font-size: 12px;
}





/* ★---------------------------★---------------------★ */
} /* -- min-width: 800 px                                 */
/* ★---------------------------★---------------------★ */





/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (TAB)
==========================================================*/
@media (max-width: 799px){


	/*==========================================================
		ページ 全体
	==========================================================*/
body {
	background-image: url("../img/company/body-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-color: #E8E8E8;
}


	/*==========================================================
		COVER intro
	==========================================================*/
.cont_box.cover {
	padding-top: 130px;
	z-index: 3;
}

.cont_box.cover .cont_title {
	text-align: center;
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.cont_box.cover .sel_cate_box {
	position: relative;
	width: auto;
	margin: 120px 50px 0;
	padding: 10px 10px;

	background-color: #FFF;
}

.cont_box.cover .sel_cate_box .sub_title {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.cont_box.cover .sel_cate_box .btn_sel {
	width: 100px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: #000;

	position: absolute;
    right: 90px;
    top: 140px;
    z-index: 1;
}

.cont_box.cover .sel_cate_box .sel_inner {
	margin: 20px 0 0;
}

.cont_box.cover .sel_cate_box .sel_list {
	height: 65px;
}
.cont_box.cover .sel_cate_box .sel_list li {
	position: relative;
	padding: 20px 20px;
	font-size: 22px;
	text-align: left;
	border: 1px solid #CCC;
	border-top: 0;
	transition: all 0.4s ease;
	background-color: #FFF;
	cursor: pointer;
}

.cont_box.cover .sel_cate_box .sel_list li:nth-of-type(1) {
	border-top: 1px solid #CCC;
	z-index: 4;
}
.cont_box.cover .sel_cate_box .sel_list li:nth-of-type(2) {
	transform: translateY(-100%);
	z-index: 3;
}
.cont_box.cover .sel_cate_box .sel_list li:nth-of-type(3) {
	transform: translateY(-200%);
	z-index: 2;
}
.cont_box.cover .sel_cate_box .sel_list li:nth-of-type(4) {
	transform: translateY(-300%);
	z-index: 1;
}

.cont_box.cover .sel_cate_box .sel_list.open li {
	transform: translateY(0);
}
.cont_box.cover .sel_cate_box .sel_list.open li:nth-of-type(1) {
	background-color: #E9E9E9;
}

.cont_box.cover .sel_cate_box .sel_list li:hover {
	background-color: #E9E9E9;
}


	/*==========================================================
		商品リスト
	==========================================================*/
.cont_box.products {
	padding: 80px 0 100px;
}


.cont_box.products .list  {
	display: block;
	max-width: 880px;
	margin: 0 auto 0;
	text-align: left;
}
.cont_box.products .list .item {
	display: block;
	width: auto;
	margin: 0 20px 20px;
	padding-bottom: 20px;
	font-size: 22px;
	text-align: left;
	border-top: 0;
	background-color: #FFF;
}
.cont_box.products .list .item:nth-of-type(3n+2) {
}

.cont_box.products .list .item .thumb_box {
	position: relative;
	width: auto;
	margin: 0 0;
	overflow: hidden;
}
.cont_box.products .list .item .thumb_box::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.cont_box.products .list .item .thumb_box .thumb_wrap {
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.cont_box.products .list .item .thumb_box .thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cont_box.products .list .item .cate {
	width: auto;
	margin: 20px 25px 0;
	font-size: 14px;
	color: #666;
}
.cont_box.products .list .item .title {
	width: auto;
	height: auto;
	margin: 15px 25px 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 500;
	background-color: #FFF;
	overflow: hidden;
}
.cont_box.products .list .item .price {
	width: auto;
	margin: 15px 35px 0;
	line-height: 1.5;
	font-size: 16px;
	color: #a3a3a3;
}
.cont_box.products .list .item .price .tax{
	width: auto;
	margin: 0 0;
	font-size: 12px;
}






/* ★---------------------------★---------------------★ */
} /* -- max-width: 799 px                                 */
/* ★---------------------------★---------------------★ */








/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (SP) 639
==========================================================*/
@media (max-width: 639px){




/* ★---------------------------★---------------------★ */
} /* -- max-width: 639 px                                 */
/* ★---------------------------★---------------------★ */

