@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/

.ttlarea_h2{
    position: relative;
    width: 100%;
    height: 475px;
}
.img_categoryttl{
    position: absolute;
    top:0;
    right:0;
}
.ttl_h2category{
    position: absolute;
    top:25%;
    left:0;
    width: 430px;
    padding: 20px 15px 25px 70px;
    background: rgba(255,255,255,0.9);
}
.icon_category:before{
    content: "/  PRODUCTS";
    position: absolute;
    top:-15px;
    left:75px;
    color: #212121;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.ttl_h2category h2{
    position: relative;
    color: #212121;
    font-size: 2.3rem;
    font-weight: 500;
}
.ttl_h2category h2:before{
    content: "";
    position: absolute;
    top:5px;
    left:-45px;
    width: 30px;
    height: 1px;
    border-top: 1px solid #F27559;
}
.txt_products{
    position: relative;
}
.ttl_h2category p{
    margin-top: 20px;
    color: #212121;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
}

.ttl_h3category{
    position: relative;
    z-index: 3;
    height: 16px;
    margin: 55px 0 50px;
    color: #212121;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.ttl_h3category span{
    position: relative;
    z-index: 2;
    padding: 0 24px;
    background: #fff;
}
.ttl_h3category:after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    z-index: 1;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #EDEDED;
}


.w700{
	padding: 0 140px;
	margin: 0 auto 100px;
}
.ttl_h3concept{
	position: relative;
	z-index: 3;
	margin: 30px 0;
	height: 57px;
	color: #212121;
	text-align: center;
	line-height: 1.4;
}
.ttl_h3concept span.ttljp{
	position: relative;
	z-index: 2;
	font-size: 2.7rem;
	font-weight: 500;
	padding: 0 55px;
	background: #fff;
}
.ttl_h3concept span.ttleen{
	position: relative;
	z-index: 2;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 55px;
	background: #fff;
}
.ttl_h3concept:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 3px;
	margin: auto;
	background: #EDEDED;
}
.area_concept p {
	color: #212121;
	font-size: 1.6rem;
	font-weight: 500;
}
.area_concept .catch_concept{
	font-size: 2.7rem;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 10px;
}


/* ----------------------------------------------------------------------------------------------------
*  PRODUCT CATEGORY
* --------------------------------------------------------------------------------------------------*/

.box_category{
    position: relative;
}
.txtarea_category{
    position: relative;
    float: right;
    width: 390px;
    margin: 50px 20px 0;
}
.txtarea_category.icon_category:before{
    top:-30px;
    left:0;
}
.txtarea_category .ttl_h4category{
    position: relative;
    color: #212121;
    font-size: 2.7rem;
    font-weight: 500;
} 
.txtarea_category p{
    margin-top: 30px;
    color: #212121;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.9;
}
.box_category .btn_blue{
    position: absolute;
    right:205px;
    bottom:-22px;
    width: 250px;
}
.box_category + .box_category{
    margin-top: 75px;
}


/* ----------------------------------------------------------------------------------------------------
*  PRODUCT LIST
* --------------------------------------------------------------------------------------------------*/

.list_product li{
    float: left;
    width: 310px;
}
.list_product li a{
    display: block;
}
.list_product li a span{
    display: block;
    padding-top: 15px;
    color:#212121;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}
.list_product li + li{
    margin-left: 25px;
}
.list_product li:nth-child(n + 4){
    margin-top: 40px;
}
.list_product li:nth-child(3n + 1){
    margin-left: 0;
}

/* ----------------------------------------------------------------------------------------------------
*  PRODUCT 商品詳細
* --------------------------------------------------------------------------------------------------*/

.ttlarea_product{
    position: relative;
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
}

.main_product{
    float: right;
    width: 705px;
}

.breadcrumb{
    margin-bottom:30px;
}
.breadcrumb li{
    display: inline-block;
    height: 14px;
    line-height: 14px;
}
.breadcrumb li a{
    color: #747474;
    font-size: 1.4rem;
    font-weight: bold;
}
.breadcrumb li + li{
    position: relative;
    padding-left: 18px;
    margin-left: 14px;
}
.breadcrumb li + li:before{
    content: ">";
    position:absolute;
    top:50%;
    left:0;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    color: #747474;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
}

.thumb_products{
    margin-top: 10px;
}
.thumb_products a{
    display: inline-block;
}
.thumb_products a + a{
    margin-left: 18px;
}
.thumb_products a:nth-child(7n + 1){
    margin-left:0;
}
.thumb_products a:nth-child(n + 8){
    margin-top: 5px;
}

.area_products{
    padding: 0 30px 47px 0;
    margin: 40px 0;
    border-bottom: 1.5px solid #E5E5E5;
}

.area_products .ttl_h3products{
    margin-bottom: 20px;
    color: #212121;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.2;
}
.area_products p{
    color: #212121;
    font-size: 1.6rem;
    font-weight: 500;
}
.area_products .catch_products{
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;   
}
.area_products .url_products{
    margin-top: 40px;
}

.left_product{
    float: left;
    width: 220px;
}
.ttl_left_product{
    position: relative;
    shape-image-threshold: 14px;
    padding-left: 23px;
    margin: 25px 0 5px;
    color: #212121;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 14px;
}
.ttl_left_product:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:15px;
    height: 14px;
    background: #E5743B;
    border-top: 7px solid #062C83;
}
.nav_left_product a{
    display: block;
    height: 45px;
    border-bottom: 1px solid #E5E5E5;
    color: #212121;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 45px;
}
.subnav_left_product a{
    padding-left: 10px;
    color: #747474;
}

/* ----------------------------------------------------------------------------------------------------
*  カテゴリーから探す
* --------------------------------------------------------------------------------------------------*/
#area_category .ttl_h2{
	background: none;
	height: auto;
	margin-bottom: 40px;
	color: #212121;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
}
#area_category .ttl_h2 span{
	display: inline-block;
	margin-top: 15px;
	font-size: 1.6rem;
	font-weight: normal;
}
#area_category{
	margin-bottom: 70px;
}
#area_category li{
	float: left;
	width: 180px;
	height: 140px;
	background: #F5F5F5;
	text-align: center;
}
#area_category li + li{
	margin-left: 20px;
}
#area_category li:nth-child(6){
	margin-left: 0;
}
#area_category li:nth-child(n + 6){
	margin-top:20px;
}
#area_category li a{
	width: 100%;
	color: #212121;
	font-size: 1.6rem;
	font-weight: 500;
}
#area_category li a img{
	display: inline-block;
	margin-bottom: 10px;
}


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

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/

.ttlarea_h2{
    position:static;
    width: 100%;
    height: auto;
    margin-top: 2.5%;
}
.img_categoryttl{
    position:static;
}
.ttl_h2category{
    position:relative;
    top:0;
    width: 100%;
    padding: 6% 0 0;
    margin-top: 4%;
}
.icon_category:before{
    top:0;
    left:35px;
}
.ttl_h2category h2{
    padding-left: 30px;
    font-size: 1.8rem;
}
.ttl_h2category h2:before{
    content: "";
    position: absolute;
    top:5px;
    left:0px;
    width: 25px;
}
.ttl_h2category p{
    margin-top: 3%;
}

.ttl_h3category{
    margin: 10% 0 6%;
}
.ttl_h3category span{
    padding: 0 10px;
}


.w700{
	padding: 0;
	margin: 0 auto 10%;
}
.ttl_h3concept {
	height: auto;margin: 10% 0 6%;
}
.ttl_h3concept span.ttljp{
	font-size: 1.6rem;
	padding: 0 10px;
}
.ttl_h3concept span.ttleen{
	font-size: 1.2rem;
	padding: 0 10px;
}
.area_concept p {
	font-size: 1.4rem;
}
.area_concept .catch_concept{
	font-size: 1.6rem;
	font-weight: 500;
	margin; 3% 0;
}

/* ----------------------------------------------------------------------------------------------------
*  PRODUCT CATEGORY
* --------------------------------------------------------------------------------------------------*/

.box_category{
    position: relative;
}
.txtarea_category{
    position: relative;
    float: none;
    width: 100%;
    padding-top: 6%;
    margin: 4% 0 0;
}
.txtarea_category.icon_category:before{
    top:0;
}
.txtarea_category .ttl_h4category{
    font-size: 1.8rem;
} 
.txtarea_category p{
    margin-top: 3%;
}
.box_category .floatL{
    text-align: center;
}
.box_category .btn_blue{
    position:static;
    width: 80%;
    margin-top: 3%;
}
.box_category + .box_category{
    margin-top: 10%;
}

/* ----------------------------------------------------------------------------------------------------
*  PRODUCT LIST
* --------------------------------------------------------------------------------------------------*/

.list_product li{
    float: none;
    width: 100%;
}
.list_product li a{
    text-align: center;
}
.list_product li a span{
    padding-top: 3%;
}
.list_product li + li{
    margin: 6% 0 0;
}
.list_product li:nth-child(n + 4){
    margin: 6% 0 0;
}
.list_product li:nth-child(3n + 1){
    margin-left: 0;
}

/* ----------------------------------------------------------------------------------------------------
*  PRODUCT 商品詳細
* --------------------------------------------------------------------------------------------------*/

.ttlarea_product{
    position:static;
    width: 100%;
    height: auto;
    margin: 2.5% 0 10%;
}

.main_product{
    float: none;
    width: 100%;
}

.breadcrumb{
    margin-bottom: 5%;
}
.breadcrumb li{
    display: inline-block;
    height: 12px;
    line-height: 12px;
}
.breadcrumb li a{
    font-size: 1.2rem;
}
.breadcrumb li + li{
    padding-left: 12px;
    margin-left: 3px;
}
.breadcrumb li + li:before{
    width: 12px;
    height: 12px;
    margin-top: -6px;
    font-size: 1.2rem;
}
.iphone .breadcrumb li + li:before{
    margin-top: -5px;
}
.thumb_products{
    text-align: center;
    margin-top: 1%;
}
.thumb_products a{
    width: calc(97%/4);
}
.thumb_products a img{
    width: 100%;
}
.thumb_products a + a{
    margin-left: 1%;
}
.thumb_products a:nth-child(7n + 1){
    margin:1% 0 0 1%;
}
.thumb_products a:nth-child(n + 8){
    margin:1% 0 0 1%;
}
.thumb_products a:nth-child(4n + 1){
    margin:1% 0 0 0;
}
.thumb_products a:nth-child(n + 5){
    margin-top:1%;
}

.area_products{
    padding: 0 0 5%;
    margin: 5% 0;
}
.area_products .ttl_h3products{
    margin-bottom: 3%;
    font-size: 1.8rem;
}
.area_products p{
    font-size: 1.4rem;
}
.area_products .catch_products{
    margin-bottom: 3%;
    font-size: 1.6rem;
}
.area_products .url_products{
    margin-top: 5%;
}

.left_product{
    float: none;
    width: 100%;
    margin-top: 10%;
}
.ttl_left_product{
    position: relative;
    shape-image-threshold: 14px;
    padding-left: 23px;
    margin: 25px 0 5px;
    color: #212121;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 14px;
}
.ttl_left_product:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:15px;
    height: 14px;
    background: #E5743B;
    border-top: 7px solid #062C83;
}
.nav_left_product a{
    display: block;
    height: 45px;
    border-bottom: 1px solid #E5E5E5;
    color: #212121;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 45px;
}
.subnav_left_product a{
    padding-left: 10px;
    color: #747474;
}
/* ----------------------------------------------------------------------------------------------------
*  カテゴリーから探す
* --------------------------------------------------------------------------------------------------*/
#area_category{
	margin-bottom: 8%;
}
#area_category .ttl_h2{
	margin-bottom: 5%;
	font-size: 2rem;
}
#area_category .ttl_h2 span{
	margin-top: 1.5%;
	font-size: 1.3rem;
	letter-spacing: 0;
}
#area_category li{
	float: left;
	width: 49%;
	height: auto;
	padding-bottom: 1%;
}
#area_category li + li{
	margin:3% 0 0;
}
#area_category li:nth-child(even){
	float: right;
	margin-left: 2%;
}
#area_category li:nth-child(2){
	margin:0 0 0 2%;
}
#area_category li:nth-child(6){
	margin-left: 2%;
}
#area_category li:nth-child(n + 6){
	margin-top:3%;
}
#area_category li a{
	font-size: 1.2rem;
}
#area_category li a img{
	width: 100%;
	margin-bottom: 4%;
}
#area_category .ttl_h2 {
  margin-bottom: 5%;
  font-size: 2rem;
}
}