/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: Meiryo, sans-serif, monospace;
	font-size: 12px;
}

.clear{clear:both;}

body{background-color: #eeeeee;min-width: 1300px;}


/* Header_setting
================================================== */

.header_menu_box{
	width: 100%;
	height: 74px;
	line-height: 74px;
	background-color: white;
	position: fixed;
	border-bottom: 3px solid #d7d7d7;
	vertical-align: middle;
	z-index: 99;
	min-width: 1300px;
}

.header_menu_box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 378px;
  height: inherit;
  border-bottom: 3px solid #cd0505;
  pointer-events: none;
}

.header_logo{
	display: inline-block;
	width: 276px;
	height: 44px;
	padding-left: 32px;
	padding-right: 30px;
	vertical-align: middle;
	z-index: 99;
}

.header_border{
	width: 35px;
	height: 57px;
	display: inline-block;
	vertical-align: middle;
}

.header_link{
	width: 149px;
	height: 72px;
	border-left: 2px solid #d7d7d7;
	text-align: center;
	display: inline-block;
	float: right;
}

.header_link a{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-bottom: 2px solid #cd0505;
}

.header_link_bt_top{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	background-image:url(../image/header_menu_top.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.header_link_bt_top:before {
	content:"";
	position: absolute;
	 display: block;
	width: 149px;
	bottom: -72px;
	height: 72px;
	background : #cd0505;
	transition: .2s;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:none;
}
.header_link_bt_top:hover:before {
	bottom:0;
	background-image:url(../image/header_menu_top_white.png);

}

.header_link_bt_about{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	background-image:url(../image/header_menu_about.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.header_link_bt_about:before {
	content:"";
	position: absolute;
	 display: block;
	width: 149px;
	bottom: -72px;
	height: 72px;
	background : #cd0505;
	transition: .2s;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:none;
}
.header_link_bt_about:hover:before {
	bottom:0;
	background-image:url(../image/header_menu_about_white.png);

}

.header_link_bt_brand{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	background-image:url(../image/header_menu_brand.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.header_link_bt_brand:before {
	content:"";
	position: absolute;
	 display: block;
	width: 149px;
	bottom: -72px;
	height: 72px;
	background : #cd0505;
	transition: .2s;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:none;
}
.header_link_bt_brand:hover:before {
	bottom:0;
	background-image:url(../image/header_menu_brand_white.png);

}

.header_link_bt_goods{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	background-image:url(../image/header_menu_goods.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.header_link_bt_goods:before {
	content:"";
	position: absolute;
	 display: block;
	width: 149px;
	bottom: -72px;
	height: 72px;
	background : #cd0505;
	transition: .2s;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:none;
}
.header_link_bt_goods:hover:before {
	bottom:0;
	background-image:url(../image/header_menu_goods_white.png);

}

.header_link_bt_event{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	background-image:url(../image/header_menu_event.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.header_link_bt_event:before {
	content:"";
	position: absolute;
	 display: block;
	width: 149px;
	bottom: -72px;
	height: 72px;
	background : #cd0505;
	transition: .2s;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:none;
}
.header_link_bt_event:hover:before {
	bottom:0;
	background-image:url(../image/header_menu_event_white.png);

}


.header_sns_box{
	width: 149px;
	height: 72px;
	border-left: 2px solid #d7d7d7;
	text-align: center;
	display: inline-block;
	float: right;
}

.header_sns_icon{
	width:50px;
	height: 54px;
	display: inline-block;
	vertical-align: middle;
}


/* main_image_setting
================================================== */

.main_box{
	position: relative;
	padding-top: 74px;
}

.main_image_box{
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
}

.main_image_bg{
	width: 100%;
	height: 100%;
	background-image:url(../image/main_image_bg.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size:contain;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}

.main_news_box{
	width: 80%;
	height: 46px;
	display: table;
	justify-content: center;
	align-items: center;
	background-color: white;
	position: absolute;
	bottom: 6%;
	left: 10%;
	z-index: 91;
}

.main_news_title{
	width: 10%;
	font-size: 18px;
	font-weight: bold;
	color:#cd0505;
	border-right: 1px solid #cd0505;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.main_news_text{
	display: table-cell;
	vertical-align: middle;
	padding-left: 1%;
	font-size: 14px;
}

.main_news_link{
	display: table-cell;
	width: 10%;

	vertical-align: middle;
	background-color: #cd0505;
}

.main_news_link img{
	vertical-align: middle;
}

.main_news_link a{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* about_setting
================================================== */

.about_box_wrapper{
	width: 100%;
	background-color: #cd0505;
	margin-top: -1%;
}

.about_title{
	width: 22%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 20px;
}

.about_text_box{
	text-align: center;
	font-size: 18px;
	color: white;
	line-height: 32px;
	padding-bottom: 20px;
	width: 90%;
	margin: auto;
}

.about_pic_box{
	width: 80%;
	margin: auto;
	display: table;
	padding-bottom: 30px;
}

.about_pic_table{
	display: table-cell;
	padding: 10px;
}

/* brand_setting
================================================== */

.brand_title_box{
	width: 100%;
	background-color: white;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 1%
}

.brand_title_main{
	width: 20%;
	margin: auto;
}

.brand_wrapper{
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
}

.grid {
   margin: 0 auto;
}

.brand_item_1 {
	width: 230px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 25px;
}

.brand_item_space_box {
	height: 360px;
}

.brand_title {
	font-size: 24px;
	font-weight: bold;
	color: #cd0505;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #cd0505;
	padding-left: 6px;
	margin-left: 10px;
	margin-top: 12px;
	line-height: 24px;
}

.brand_title_text{
	font-size: 24px;
	font-weight: bold;
	color: #cd0505;
	text-decoration: none;
}

.brand_title_text_sub{
	font-size: 12px;
	font-weight: bold;
	color: #cd0505;
	text-decoration: none;
}

.brand_image {
	height: 208px;
	width: 208px;
	border: 1px solid #333;
	margin-left: 10px;
	margin-top: 6px;
}

.brand_goods_text2 {
	font-size: 20px;
	line-height:12px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 2px;
	font-weight: bold;
}


.brand_border {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cd0505;
	height: 1px;
	margin-top: 6px;
}

.brand_item_price {
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.brand_title_text2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color:black;
	line-height: 26px;
}

.brand_title_text3{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color:black;
	line-height: 18px;
}


.brand_title_text4{
	font-size: 20px;
	font-weight: bold;
	color: #1baae9;
	text-decoration: none;
}

.brand_title_text5{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color:black;
	line-height: 28px;
}

.brand_title_text6{
	font-size: 20px;
	font-weight: bold;
	color: #cd0505;
	text-decoration: none;
}

.brand_title_text7{
	font-size: 10px;
	font-weight: bold;
	color: #cd0505;
	text-decoration: none;
}




.brand_bottom_link {
	height: 22px;
	width: 230px;
	background: url("../image/c95_goods_list_arrow_a.png") no-repeat;
}

.brand_bottom_link a{
	display: inline-block;
}

.brand_bottom_link a:hover {
	background-color: transparent; /* IE6対応 */
}
 
.brand_bottom_link a:hover img {
    visibility: hidden;
}


/* goods_setting
================================================== */

.goods_title_box{
	width: 100%;
	background-color: white;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 1%
}

.goods_title_main{
	width: 20%;
	margin: auto;
}

.item_box_title{
	width:100%;
	height: 50px;
	background-color: #126599;
}

.item_box_image{
	width:262px;
	margin: auto;
	padding-top: 13px;
}

.item_box_arrow{
	width: 89px;
	margin: auto;
}


.lineup_title {
	height: 49px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.lineup_box {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/product_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	margin-bottom: 25px;
}

.lineup_top {
	width: 950px;
	background-image: url(../image/product_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
.lineup_item_title {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #126599;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.lineup_item_box {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.goods_image_left {
	float: left;
	width: 400px;
}
.goods_text_right {
	width: 450px;
	float: right;
}


.item_title {
	font-size: 22px;
	font-weight: bold;
	color: #cd0505;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #cd0505;
	padding-left: 8px;
}

.item_price {
	font-size: 20px;
	color: #cd0505;
	text-align: right;
	font-weight: bold;
}
.item_contents_text_box {
	font-size: 14px;
	line-height: 26px;
	color: black;
}
.item_right_text {
	text-align: right;
}


/* event_setting
================================================== */
.event_box{
	margin-top: 80px;
	background-color: #cd0505;
	padding-bottom: 60px;
}

.event_title{
	width: 22%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 30px;
}

.event_text_box{
	width: 80%;
	margin: auto;
	background-color: white;
	padding: 5%;
}

/* attention_setting
================================================== */

.attention_title_box{
	width: 100%;
	background-color: white;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 1%
}

.attention_title_main{
	width: 20%;
	margin: auto;
}

.attention_box_title{
	width:100%;
	height: 50px;
	background-color: #3ec0e5;
}

.attention_box_title_image{
	width:338px;
	margin: auto;
	padding-top: 13px;
}

.attention_box_title_arrow{
	width: 89px;
	margin: auto;
}

.access_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	padding-bottom: 40px;
	color: #000;
}

.contents_rightbox2 {
	float: right;
	width: 400px;
	font-size: 14px;
}
.contents_leftbox {
	float: left;
	width: 500px;
	font-size: 14px;
}

.everyone_box {
	width: 900px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}

/* footer_box_setting
================================================== */

.footer_box{
	width:100%;
	text-align: center;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#cd0505;
}


/* page-top_setting
================================================== */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #126599;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #cd0505;
}



