@charset "utf-8";
/* CSS Document */


/*==============================================================================================
●pc.css 画面の横幅が980px以上
================================================================================================*/
@media screen and (min-width: 980px){


.sp{
	display:none;
}

.sp_box{
	display:none
}


body {
	background: #000;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	line-height:170%;
	overflow-x: hidden;
}

.kotei {
 position:fixed;
 bottom: 0px;
 right: 0px;
 z-index:100;
margin:0px!important;
line-height:0px!important;
}
.none{
	display:none;
}


.BGcolor {
	background-color:black;
}

.font_bigger{
	font-size:2.3em;
}

.font_Gothic{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*-----------------------------------------------
オーダーボタン
-----------------------------------------------*/

/*看板エリアのオーダーボタン*/

.order_01 {
	padding-left:30px;
}

.muryo{
	padding-left:475px;
	font-size:20px;
}

.order_b01 a {
	margin-left:450px;
	margin-bottom:5px;
    background: url("../image/order_b1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 67px;
    text-indent: -9999px;
    width: 482px;
}
.order_b01 a:hover {
	text-indent: -9999px;
	height: 67px;
	width: 482px;
	display: block;
	background: url(../image/order_b1.png) 0px 67px;
}

/*通常エリアのオーダーボタン*/

.order {
	width: 980px;
	padding:50px 0 50px 0;
	margin: 0 auto;
}

.order_b a {
	margin: 0 auto;
	text-indent: -9999px;
	height: 74px;
	width: 679px;
	display: block;
	background: url(../image/order_b3.png);
}

.order_b a:hover {
	text-indent: -9999px;
	height: 74px;
	width: 679px;
	display: block;
	background: url(../image/order_b3.png) 0px 74px;
}

/*最後のオーダーボタン*/

.order_last {
	width: 980px;
	padding: 0;
	margin: 0 auto;
}

/*-----------------------------------------------
ヘッダー
-----------------------------------------------*/

.header_section {
	margin:0 auto;
	width: 980px;
	height:50px;
}

#socialbutton {
	float: left;
	padding-top: 10px;
}

#socialbutton img {
	display:block
}
.tel {
	float: right;
	width: 471px;
}

.tel img{
	padding-top:1em;
}


/*-----------------------------------------------
ヘッドエリア　看板エリア
-----------------------------------------------*/
/*汎用CSS*/
.wrapper{
	width:960px;
	padding:20px;
	margin:0 auto;
}
.content_half{
	width:480px;
}
.content_small{
	width:300px;
}
.bg_yellow{
	background-color:#ff0;
}
.yellow{
	color:#fdb301;
	font-weight:bold;
}
.right{
	float:right
}
.left{
	float:left;
}
.textCenter{
	text-align:center;
}


/*キャッチ部分*/
#catch{
	height:772px;
	background:url(../image/catch_bg.jpg) no-repeat center top,
	url(../image/catch_bg_color.jpg) repeat-x;
	position:relative;
	
}
.catch_main{
	width:100%;
	height:485px;
}





/*こんなお悩みありませんか？*/
#content1{
	background-color:#e5e5e5;
	position: relative;
}
#content2:before{
	content: "";
  position: absolute;
  height: 300px;
  width: 300%;
  background: #e5e5e5;
  top: -200px;
  left: -100%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

#content1 p{
	color:#000;
	padding-top:20px;
	font-size:16px;
}




/*ビーレジェンドHMB誕生*/
#content2{
	background-image:url(../image/content2_bg.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

#content2 h2{
	padding-top:150px;
}
#content2 p{
	font-size:16px;
	padding-top:30px;
	padding-bottom:150px;
}
.img_right{
	text-align:right;
}




/*HMBとは？*/
#content3{
	background-color:#000;
  overflow: hidden;
  position:relative;
}


#content3 p{
	font-size:16px;
	padding-top:30px;
}
#content3 h3{
	text-align:center;
	padding:30px;
}
#content3 .marginR{
	margin-right:30px;
}

#content4:before{
	content: "";
  position: absolute;
  height: 300px;
  width: 300%;
  background: #000;
  top: -200px;
  left: -100%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*理想のHMBが完成*/

#content4{
	background-image:url(../image/conten4_bg.png);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
	position:relative;
}
#content4 h2{
	padding-top:200px;
}
#content4 p{
	color:#000;
	font-size:16px;
	padding-top:30px;
	padding-bottom:60px;
}

.tyuumon{
	height:583px;
	background:url(../image/shouhin_bg2_2.jpg) no-repeat center top,
	url(../image/tyuumon_bg.jpg) repeat-x;
}

.tyuumon_main{
	width:100%;
	height:435px;
}
.tokutyou h2{
	height:186px;
	background:url(../image/tokutyou_h2_bg.jpg) repeat-x;
}

.tokutyou{
	background:url(../image/tokutyou_bg.jpg) repeat;
}
.tokutyou p{
	padding:30px;
}

.osusume{
	height:638px;
	background:url(../image/osusume_img.jpg) no-repeat top center, url(../image/osusume_bg.jpg) repeat-x;
}
.QA{
	padding-top:0px !important;
}

.QA h2{
	height:187px;
	background:url(../image/QandA_h2_bg.jpg) repeat-x;
}

/*-----------------------------------------------
注文　成分表
-----------------------------------------------*/


.section2 {
	width: 980px;
	margin:0 auto;
	/*text-align: justify;
	text-justify: inter-ideograph;*/
}
.section2 .section .tablesp {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.section {
	text-align: justify;
	text-justify: inter-ideograph;
}

.section .h2_con.c {
	margin-top: 60px;
	margin-bottom: 100px;
}

.section .syohin_h2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

/*-----------------------------------------------
FAX
-----------------------------------------------*/

.fax_area {
	margin-top: 40px;
}
.fax_area .icon {
	float: left;
}
.fax_area .fax_button {
	float: right;
}

.fax_area .fax_button a {
	background: url(../image/fax_button.png);
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	display: block;
	height: 80px;
	width: 731px;
	
}

.fax_area .fax_button a:hover {
	background: url(../image/fax_button.png) 0px 80px;
}
.fax_area ul  {
	clear: both;
}
.fax_area ul li {
	float: left;
	padding-top: 30px;
}
.fax_area .kureka {
	padding-right: 18px;
}
.fax_area .form_cap {
	clear: both;
	line-height: 1.5em;
	padding: 20px 30px;
	size:10px
}

/*-----------------------------------------------
安心
-----------------------------------------------*/

.anshin{
	width:980px;
	margin:0 auto;
}

.anshin img{
	width:100%;
	text-align:center;
}

/*-----------------------------------------------
Q&A
-----------------------------------------------*/

.QA{
	width:100%;
	background-color:#292929;
	text-align:center;
	padding-top:90px;
	padding-bottom:2em;
}

.tableqa {
	width: 980px;
	margin: 0 auto;
}

.QA_table {
	font-size: 1em;
}

.kasen  {
	border-bottom: 1px solid #888;
	padding-bottom:0.5em;

}

.Q-midashi td{
	font-size: 1.5em;
}

.QA_table tbody tr th {
	vertical-align:top;
}


.QA_table tbody tr td {
}

.pdb2em {
	padding-bottom: 2.3em;
}

/*-----------------------------------------------
商品情報
-----------------------------------------------*/

.shohin_table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	margin-bottom: 25px;
	border: 2px solid #CCC;
	width: 100%;
	font-size: 15px;
}

.shohin_table tr ,.shohin_table td ,.shohin_table th  {
	border: 1px solid #CCC;

}

.section .shohin_table tbody tr th {
	text-align: center;
	padding: 5px;
	width: 150px;
	border-collapse:collapse
}
.section .shohin_table tbody tr td {
	padding: 10px 5px;
}

/*-----------------------------------------------
成分表示
-----------------------------------------------*/

.seibunhyo_table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	/*margin-bottom: 25px;*/
	border: 2px solid #CCC;
	width: 100%;
	font-size: 1em;
}

.seibunhyo_table tr.kasen  {
	border-bottom: 1px solid #CCC;
}


.section .seibunhyo_table tbody tr th {
	text-align: left;
	padding-left: 14%;
	width: 75%;
	border-collapse:collapse
}
.section .seibunhyo_table tbody tr td {
	text-align: right;
	padding-right: 10%;
}

/*-----------------------------------------------
ついで買い
-----------------------------------------------*/
.tuide {
	text-align:center;
	overflow:hidden;
}

.iframe{
	width:980px;
	height:750px;
	margin-bottom:2em;
	overflow:hidden;
}


/*-----------------------------------------------
ページ上部ボタン
-----------------------------------------------*/
#gototop a {
	background: url(../img/gototop.jpg);
	height: 40px;
	width: 202px;
	text-indent: -9999px;
	display: block;
}

#gototop {
	margin-left: 80%;
}

#gototop a:hover {
	background: url(../img/gototop.jpg) 0px 40px;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/

#footer {
	background: #000;
	margin-top: 10px;
	color: #CCC;
	font-size: 11px !important;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #fff;
}

#footer-navi {
	/*overflow: hidden;*/
	width: 860px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}

#footer-navi li {
	padding-right: 1em;
	padding-left: 1em;
	border-right: 1px solid #999;
	float: left;
	line-height: 1em;
}

#footer-navi li a {
	text-decoration:none;
}

#footer-navi .lastchild {
	border-right-style: none;
}

#footer_section {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#footer #footer_section .foot_r {
	width: 340px;
	float: right;
}

#footer #footer_section strong {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	margin-top: 25px;
}

#footer #footer_section address {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

#footer #footer_section small {
	font-size: 11px;
	letter-spacing: -0.1em;
}



}

/*==============================================================================================
●smart.css 画面の横幅が980pxまで
==============================================================================================*/
@media screen and (max-width: 980px){
	.wrapper{
		width:100%;
		padding:0px;
	}

.pc{
	display:none;
}

.max_box{
	display:none;
}

.Wfull{
	width:100%;
box-sizing: border-box;
}

.Wauto{
	width:auto;
}


body {
	background: #000;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック","YuGothic","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height:160%;
	overflow-x: hidden;
}

.kotei {
 position:fixed;
 bottom: 0px;
 right: 0px;
 z-index:100;
margin:0px!important;
line-height:0px!important;
}
.none{
	display:none;
}

.BGcolor {
	background-color:black;
}
/*汎用CSS*/
.content_half{
	width:initial;
	width:100%;
	float:none;
}
.content_small{
	width:initial;
	width:100%;
	float:none;
	text-align:center;
}
.bg_yellow{
	background-color:#ff0;
}
.yellow{
	color:#fdb301;
	font-weight:bold;
}
.right{
	float:none;
	text-align:center;
}
.left{
	float:left;
}
.textCenter{
	text-align:center;
}

.font_bigger{
	font-size:2.3em;
	line-height:1.6em;
}
h2{
	padding-top:10px;
	padding-bottom:10px;
}
p{
	width:100%;
	padding:10px;
	box-sizing: border-box;
}
p img{
	width:auto;
}


.yohaku_none{
	padding-right:0px;
	padding-right:0px;
}

.yohaku_x{
	padding-left:10px;
	padding-right:10px;
}


/*-----------------------------------------------
オーダーボタン
-----------------------------------------------*/

/*看板エリアのオーダーボタン*/

.order_01 {
	/*padding-left:30px;*/
	width:100%;
	/*padding:10px 0px;*/
	margin: 0px auto;
}

.muryo{
	/*padding-left:400px;*/
	font-size:15px;
	text-align:center;
}


.order_b01 {
	width:100%;
	padding:10px;
	margin: 0 auto;
}

.order_01 p{
	padding:0px;
}


.order_b01 a {
	margin: 0 auto;
	/*margin-left:320px;*/
    /*background: url("../image/order_b1_sp.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    */display: block;/*
    */height: 10px;/*
    */text-indent: -9999px;/*
    /*width: 574px;*/
}
/*.order_b01 a:hover {
	text-indent: -9999px;
	height: 85px;
	width: auto;
	display: block;
	background: url(../image/order_b1.png) 0px 80px;
}*/

/*通常エリアのオーダーボタン*/

.order {
	/*width: 980px;*/
	width: 100%;
	padding:5px;
	margin: 0 auto;
}

.order_b a {
	margin: 0 auto;
	/*text-indent: -9999px;
	height: 74px;
	width: 679px;
	display: block;
	background: url(../image/order_b3.png);*/
}

.order_b a:hover {
	/*text-indent: -9999px;
	height: 74px;
	width: 679px;
	display: block;
	background: url(../image/order_b3.png) 0px 74px;*/
}

/*最後のオーダーボタン*/

.order_last {
	/*width: 980px;*/
	width: 100%;
	padding: 0;
	margin: 0 auto;
}




/*-----------------------------------------------
ヘッダー
-----------------------------------------------*/

.header_section {
	margin:0 auto;
	width: 100%;
	height:0;
}

#socialbutton {
	float: left;
	padding-top: 10px;
}

#socialbutton img {
	display:block
}

.tel {
	float: right;
	/*width: 50%;*/
}

.tel img{
	/*padding-top:1em;*/
	width:50px;
}


/*-----------------------------------------------
キャッチ
-----------------------------------------------*/
#catch{
	background:none;
	max-height: initial;
    max-height: auto;
}
.catch_main{
	width:100%;
	max-height: initial;
    max-height: auto;
}
#catch .catch_main img{
	width:100%;
	max-height: initial;
    max-height: auto;
}



/*-----------------------------------------------
お悩みありませんか？
-----------------------------------------------*/
#content1{
	background-color:#e5e5e5;
	color:#000;
	position: relative;
}


/*-----------------------------------------------
HMBとは
-----------------------------------------------*/
#content3 .marginY{
	margin-top:10px;
	margin-bottom:10px;
}
#content3 h2 img{
padding:0px;
}

/*-----------------------------------------------
理想のHMBが完成
-----------------------------------------------*/

#content4{
	background-image:url(../image/content4_bg_sp.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
	position:relative;
	color:#000;
}

/*-----------------------------------------------
注文 イメージ付き
-----------------------------------------------*/
.tyuumon_main{
	background:none;
	max-height: initial;
    	max-height: auto;
}
.tyuumon_main{
	width:100%;
	max-height: initial;
    	max-height: auto;
}
#tyuumon .catch_main img{
	width:100%;
	max-height: initial;
    max-height: auto;
}
	
/*-----------------------------------------------
3つの特徴
-----------------------------------------------*/
.tokutyou{
	background:url(../image/tokutyou_bg.jpg) repeat;
}
/*-----------------------------------------------
Q＆A
-----------------------------------------------*/
.QA{
	padding-top:0px !important;
}
/*-----------------------------------------------
注文　成分表
-----------------------------------------------*/


.section2 {
	/*width: 980px;*/
	width: 100%;
	margin:0 auto;
	/*text-align: justify;*/
}
.section2 .section .tablesp {
	width: 90%;
	margin: 0 auto;
}

.section {
	/*text-align: justify;
	text-justify: inter-ideograph;*/
}

.section .h2_con.c {
	margin-top: 60px;
	margin-bottom: 100px;
}

.section .syohin_h2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}


/*-----------------------------------------------
FAX
-----------------------------------------------*/

.fax_area {
	margin-top: 5px;
}
.fax_area .icon {
	/*float: left;*/
}
.fax_button{
	margin:0 auto;
	width:100%;
	/*float: right;*/
}

.fax_area .fax_button a {
	/*background: url(../image/fax_button.png);*/
	/*background-color:white;*/
	font-size:1px;
	line-height:1px;
	/*text-indent:-9999px;
	display: block;
	height: 80px;
	width: 731px;*/
	
}

.fax_area .fax_button a:hover {
	/*background: url(../image/fax_button.png) 0px 80px;*/
}
.fax_area ul  {
	margin:0 auto;
	text-align:center;
	/*clear: both;*/
}
.fax_area ul li {
	/*float: left;*/
	/*padding-top: 30px;*/
}
.fax_area ul li img{
	width:100%;
}
.fax_area .kureka {
	/*padding-right: 18px;*/
}
.fax_area .form_cap {
	/*clear: both;*/
	line-height: 1.5em;
	padding: 20px 30px;
	size:10px
}

/*-----------------------------------------------
安心
-----------------------------------------------*/

.anshin{
	/*width: 980px;*/
	width: 100%;
	margin:0 auto;
}

.anshin img{
	width:100%;
	text-align:center;
}

/*-----------------------------------------------
Q&A
-----------------------------------------------*/

.QA{
	width:100%;
	background-color:#292929;
	text-align:center;
	padding-top:2em;
	padding-bottom:0em;
}

.tableqa {
	/*width: 980px;*/
	width: 95%;
	margin: 0 auto;
}

.QA_table {
	font-size: 1em;
}

.kasen  {
	border-bottom: 1px solid #888;
	padding-bottom:0.5em;

}

.Q-midashi td{
	font-size: 1.2em;
}

.QA_table tbody tr th {
	vertical-align:top;
}


.QA_table tbody tr td {
}

.pdb2em {
	padding-bottom: 2.3em;
}

/*-----------------------------------------------
商品情報
-----------------------------------------------*/

.shohin_table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	margin-bottom: 25px;
	border: 2px solid #CCC;
	width: 100%;
	font-size: 15px;
}

.shohin_table tr ,.shohin_table td ,.shohin_table th  {
	border: 1px solid #CCC;

}

.section .shohin_table tbody tr th {
	text-align: center;
	padding: 5px;
	width: 30%;
	border-collapse:collapse
}
.section .shohin_table tbody tr td {
	padding: 10px 5px;
}

/*-----------------------------------------------
成分表示
-----------------------------------------------*/

.seibunhyo_table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	/*margin-bottom: 25px;*/
	border: 2px solid #CCC;
	width: 100%;
	font-size: 1em;
}

.seibunhyo_table tr.kasen  {
	border-bottom: 1px solid #CCC;
}


.section .seibunhyo_table tbody tr th {
	text-align: left;
	padding-left: 5%;
	width: 75%;
	border-collapse:collapse
}
.section .seibunhyo_table tbody tr td {
	text-align: right;
	padding-right: 10%;
}


/*-----------------------------------------------
ついで買い
-----------------------------------------------*/
.tuide {
	text-align:center;
	width:100%;
	overflow:hidden;
}

.tuide h2 img{
	width:100%;
}

.iframe{
	width:80%;
	height:300px;
	margin:0 auto;
	margin-bottom:2em;
	overflow:hidden;
}

/*-----------------------------------------------
ページ上部ボタン
-----------------------------------------------*/
#gototop a {
	background: url(../img/gototop.jpg);
	height: 40px;
	width: 202px;
	/*text-indent: -9999px;
	display: block;*/
}

#gototop {
	/*margin-left: 80%;*/
}

/*#gototop a:hover {
	background: url(../img/gototop.jpg) 0px 40px;
}*/

/*-----------------------------------------------
footer
-----------------------------------------------*/

#footer {
	background: #000;
	margin-top: 10px;
	color: #CCC;
	font-size: 11px !important;
}
#footer a {
	color: #999;
}

#footer a:hover {
	color: #fff;
}

#footer-navi {
	/*overflow: hidden;*/
	width: 90%;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}

#footer-navi li {
	padding-right: 1em;
	padding-left: 1em;
	border-right: 1px solid #999;
	float: left;
	line-height: 1em;
}

#footer-navi li a {
	text-decoration:none;
}

#footer-navi .lastchild {
	border-right-style: none;
}

#footer_section {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

#footer #footer_section .foot_r {
	/*width: 340px;*/
	float: right;
}

#footer #footer_section strong {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

#footer #footer_section address {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

#footer #footer_section small {
	font-size: 11px;
	letter-spacing: -0.1em;
}


	
}