

/*==============================
	デフォルトのスタイルを再定義
================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter:アカウント名
*/

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html{
	overflow-y:scroll;	
}

body {
    line-height:1;
	

}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}


nav ul {
    list-style:none;
}


blockquote, q {
    quotes:none;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}


a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}


mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}


abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}


hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}


input, select {
    vertical-align:middle;
}

/*body要素*/

body{
	font-family: "FOT-スキップ Std";
	-webkit-text-size-adjust: 100%;

}


/*テキスト*/
p {
	margin: 0;
	line-height:1.5em;
	color:#400000;
}


/*リンク*/
a{
	color: #C30;
	text-decoration: none;
	color:#0000ff;
}


/*リスト*/
ul li{
	list-style-type: none;	
	
}


/*画像=*/


/*読み込み処理*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 160;
}
#loader {
	font-size:12px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 200;
}

#loader p{
	margin-top:15px;
	font-size:14px;
	color:#eb6d9a;
	}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
}


/*clear both用*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf{*zoom: 1;}


/*webフォント*/

body,h1,h2,h3,h4,h5,h6 {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 400; /* normal */
}

/*フォント太さ*/
.weight-lighter{
	font-weight:lighter;/*細字(あまり使わなそう)*/
	}
.weight-bold{
	font-weight:bold;/*太字*/
	}
.weight-bolder{
	font-weight:bolder;/*更に太字(太字とあまり違いが出ない)*/
	}
	
/*フォント色*/
.color-pink{
	color:#e75370;/*まちだけの「ま」*/
	}
.color-orange{
	color:#ee7d64;/*まちだけの「ち」*/
	}
.color-green{
	color:#81c15e;/*まちだけの「だ」*/
	}
.color-blue{
	color:#4ea5de;/*まちだけの「け」*/
	}
.color-purple{
	color:#7b77bb;/*まちだけの「。」*/
	}
.color-white{
	color:#ffffff;/*白*/
	}
.color-red{
	color:#ff0000;/*赤*/
	}
.color-gray{
	color:#525252;/*テキスト文のグレー*/
	}




.clear{
	clear:both;
	}
/*display-none*/
.displaynone{
	display:none;
	}
.landing_banner:hover{
	filter: brightness(130%);
	transition: .3s;
	}

@media screen and (min-width: 961px){
	
/*リンク色*/
a{
  position: relative;
  transition: .3s;
}

a:hover{
	color:#f5512e;/*オレンジ*/
	}
	
a::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #f5512e;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a:hover::after {
  width: 100%;
}
a .ac-cont-img:hover{
	transition:1s;
	opacity:0.7;
	}
.device:hover{
	background-color: #f5512e;
	transition:1s;
	}
.goods-btn:hover{
	background-color: #f5512e;
	transition:1s;
	}
.submit-btn:hover{
	background-color: #f5512e;
	transition:1s;
	}
	
/*float*/
.float-left{
	float:left;
	clear:both;
	}
.float-right{
	float:right;
	}
	
.wrapper{
	width:960px;
	margin:0 auto;
	}

/*フォントサイズ*/
.size-x-small{
	font-size:11px;/*コピーライトなど*/
	line-height:1.8em;
	}
.size-small{
	font-size:14px;/*表など細かい情報*/
	line-height:1.8em;
	}
.size-medium{
	font-size:16px;/*通常の文章*/
	line-height:1.8em;
	}
.size-large{
	font-size:20px;/*見出し*/
	line-height:1.8em;
	}
.size-x-large{
	font-size:30px;/*大見出し*/
	line-height:1.8em;
	}

/*各項目マージン*/	
.title-margin-top{
	display:inline-block;
	margin-top:60px;
	clear:both;
	}
/*各タイトル下のキャプションのマージン*/	
.title-caption{
	margin-top:25px;
	text-align:center;
	}
.title-text{
	margin-top:26px;
	text-align:center;
	}
/*その他キャプションのマージン*/
.caption{
	margin-top:6px;
	}
	
}

@media screen and (max-width: 960px){
	
.wrapper{
	width:96%;
	margin:0 auto;
	}

/*フォントサイズ*/
.size-x-small{
	font-size:10px;/*コピーライトなど*/
	line-height:1.5em;
	}
.size-small{
	font-size:11px;/*表など細かい情報*/
	line-height:1.5em;
	}
.size-medium{
	font-size:14px;/*通常の文章*/
	line-height:1.5em;
	}
.size-large{
	font-size:18px;/*見出し*/
	line-height:1.5em;
	}
.size-x-large{
	font-size:30px;/*大見出し*/
	line-height:1.5em;
	}
	
/*各項目マージン*/	
.title-margin-top{
	width:100%;
	margin:30px auto 0 auto;
	text-align:center;
	display:block;
	clear:both;
	}
/*各タイトル下のキャプションのマージン*/	
.title-caption{
	text-align:center;
	margin:15px auto 0 auto;
	}
.title-text{
	width:100%;
	margin:15px auto 0 auto;
	}
/*その他キャプションのマージン*/
.caption{
	margin-top:6px;
	}
.center{
	text-align:center;
	}
	

}