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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #CCC;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

a {
	color: #fff;
}
a:link {
	text-decoration: none;
	color:#fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color:#fff;
}
a:active {
	text-decoration: underline;
	color:#fff;
}




body{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#000;
	font-size:12px;
	line-height:1.5;
	font-family:'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-text-size-adjust: 100%;	
}
.ie8 body{
	min-width:1000px;	
}



header{
	width:100%;
	background-color:#000000;
}

header h1{
	width:100%;
	max-width:850px;
	margin:0 auto ;
	display:block;
	padding:50px 0;
}



.widepc{
	width:100%;
	max-width:850px;
	margin:0 auto ;
	display:block;
	padding:50px 0;
}

h3{
	font-size:1.4em;
	font-weight:700;
	line-height:1.1em;
}

h2{
	font-size:3em;
	font-weight:600;
	line-height:1.4em;
	text-indent:-0.5em;
}

h4{
	font-size:2.1em;
	font-weight:600;
	line-height:1.2em;
}

h5{
	font-size:1.4em;
	font-weight:600;
	line-height:1.4em;
	padding:1.5em 0;
}

.prod{
	font-size:2em;
	font-weight:600;
	line-height:1.2em;
}

.prod .number{
	font-size:0.6em;
	padding-left:1em;
	}
	
.tax{
	font-size:0.4em;
	}
	
ul.cotion{
	font-size:0.9em;
}

ul.cotion li{
	list-style:none;
	line-height:1.4em;
	padding-left:1em;
	text-indent:-1em;
}


.buybtn {
	overflow: hidden;
	width: 10em;
	margin: 0;
	padding: 1em 0;
	
}
.buybtn a {
	display: block;
	text-align:center;
	background: #000;
	color: #fff;
	font-size: 1em;
	line-height: 2.5em;
	text-decoration:none;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
.buybtn a:hover {
	background: #999;        /* マウスオーバーカラー */  
}


.arrow{
	font-size:0.7em;
}

.Aside{
	width:65%;
	float:left;
}

.Bside{
	width:35%;
	float:left;
}

#second{
	width:100%;
	background-color:#000000;
}

.inner{
	width:100%;
	max-width:850px;
	margin:0 auto ;
	display:block;
	padding:50px 0;
	color:#FFFFFF;
}

.inner h4{
	color:#FFFFFF;
	font-size:2.0em;
	font-weight:600;
	line-height:1.6em;
}

.inner ul.cotion{
	font-size:0.9em;
	margin:2em 0;
}

.inner ul.cotion li{
	color:#FFFFFF;
	list-style:none;
	line-height:1.6em;
}

.Cside{
	width:80%;
	float:left;
}

.Dside{
	width:20%;
	float:left;
}

/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){

header h1{
	width:90%;
	}
	
.widepc {
	display:none;
}

.mobile{
	width:90%;
	margin:0 auto;
	padding:2em 0;
}

h3{
	font-size:1.1em;
	font-weight:700;
	line-height:1.6em;
}

h2{
	font-size:1.8em;
	font-weight:700;
	line-height:2em;
	text-indent:-0.6em;
}

h4{
	font-size:1.5em;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:-0.01em;
}

h5{
	font-size:1.4em;
	font-weight:500;
	line-height:1.4em;
	padding:1.5em 0;
}

.prod{
	font-size:2em;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:0.5em;
}

.prod .number{
	font-size:0.6em;
	padding-left:0;
	
	}
	
.mobile h4{
	font-size:1.4em;
	font-weight:600;
	line-height:1.6em;
	letter-spacing:-0.01em;
}

.mobile h4 br{
	display:none;
}

.inner{
	width:100%;
	max-width:850px;
	margin:0 auto ;
	display:block;
	padding:20px 0;
	color:#FFFFFF;
}

.tote{
	width:100%;
	margin:2em auto;
	text-align:center;
}


}

/*===============================================
●tablet.css 画面の横幅が481px以上、768px以下
===============================================*/
@media screen and (min-width: 481px) and (max-width: 768px) {

.mobile {
	display:none;
}

header h1{
	width:90%;
	}
	
.widepc{
	width:90%;
	max-width:850px;
	margin:0 auto ;
	display:block;
	padding:50px 0;
}

h3{
	font-size:1.25em;
	font-weight:700;
	line-height:1.6em;
}

h2{
	font-size:1.9em;
	font-weight:800;
	line-height:2em;
	text-indent:-0.6em;
}

h4{
	font-size:1.6em;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:-0.01em;
}

h5{
	font-size:1.3em;
	font-weight:500;
	line-height:1.4em;
	padding:1.5em 0;
}

h5 br{
	display:none;
	}
	
.prod{
	font-size:1.8em;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:1em;
}

.Cside h4 br{
	display:none;
}

}

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

.mobile {
	display:none;
}

}

#footer {
	width: 100%;
	padding:3em 0 1em;
	text-align: center;
	font-size:0.8em;
}


