@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:#fff;
	font-size:12px;
	line-height:1.6;
	font-family: 'Noto Sans Japanese', sans-serif;
	background:#000;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}
.ie8 body{min-width:1000px;}

/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
#background{
	width: 100%;
	height: 0;
	padding-top: calc(542 / 450 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../images/header_bg_s.png) center center / cover no-repeat;
	position:relative;
	}
	
#header{
	position:absolute;
	width:95%;
	margin:0 auto;
	top:5%;
	left:5%;
}

.logo{
	padding-bottom:25px;
}
.logo img{
	width:40%;
	height:auto;
}

.title{
	padding-bottom:20px;
}

.title img{
	width:60%;
	height:auto;
}

#contents{
	width:95%;
	margin:0 auto;
	padding:3em 0 0;
}


h1{
	font-size:1.1rem;
	font-weight:400;
	line-height:2.2rem;
}

h2{
	font-size:1rem;
	font-weight:400;
	line-height:2.2rem;
	margin-bottom:10px;
}



h3{
	font-size:1rem;
	font-weight:400;
	line-height:1.6rem;
	margin-bottom:45px;
}

.nav{
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
	margin:0 auto;
}

.nav div{
	width: calc(50% - 10px);
  margin: 5px;
  }

.nav img{
	width:100%;
	height:auto;
}

#products{
	width:100%;
	margin:0 auto;
	background-image:url(../images/contents_bg_glad.png);
	background-position:top;
	background-repeat:no-repeat;
}

#products section{
	margin:2em 0;
	padding:2em 2em;
	border-bottom:#FFFFFF 1px dotted;
}

.first h2 img{
	width:60%;
	height:auto;
}

.second h2 img{
	width:90%;
	height:auto;
}

.third h2 img{
	width:80%;
	height:auto;
}

.fourth h2 img{
	width:70%;
	height:auto;
}

.item-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.item-box div{
	width: calc(50% - 10px);
  margin: 5px;
  }

.item{
	text-align:center;
}

.item p{
	padding:8px 0 0;
	}

.sex{
	text-align:left;
	margin-bottom:25px;
}
.name{
	margin-top:25px;
	font-size:1.4em;
}
.price{
	font-size:0.8em;
}

.buy{
	margin-top:15px;
}

.buy img{
	width:90%;
	height:auto;
}

#view-area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#view-area div{
	margin:10px;
}

#footer {
	width: 100%;
	height: 6rem;
	padding-top:3rem;
	text-align: center;
	font-size:0.9em;
}

}

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

#background{
	width: 100%;
	height: 0;
	padding-top: calc(560 / 1180 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../images/header_bg.png) center center / cover no-repeat;
	position:relative;
	}
	
#header{
	position:absolute;
	width:100%;
	margin:0 auto;
	top:5%;
	left:10%;
}
.logo{
	padding-bottom:25px;
}

.title{
	padding-bottom:30px;
}

#contents{
	width:95%;
	margin:0 auto;
	padding:90px 0 0;
}


	


h1{
	font-size:1rem;
	font-weight:400;
	line-height:2.2rem;
}

h2{
	font-size:1rem;
	font-weight:400;
	line-height:2.2rem;
	margin-bottom:10px;
}

h3{
	font-size:1rem;
	font-weight:400;
	line-height:1.6rem;
	margin-bottom:45px;
}

.nav{
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
	margin:10px auto 30px;
}

.nav div{
	width: calc(50% - 10px);
  margin: 5px;
  }
  
  #products{
	width:100%;
	margin:0 auto;
	background-image:url(../images/contents_bg_glad.png);
	background-position:top;
	background-repeat:no-repeat;
}

#products section.first{
	margin:45px;
	padding:45px 0;
	border-bottom:#FFFFFF 1px dotted;
	
}

#products section.second{
	margin:45px;
	padding:45px 0;
	border-bottom:#FFFFFF 1px dotted;
	
}

#products section.third{
	margin:45px;
	padding:45px 0;
	border-bottom:#FFFFFF 1px dotted;
	
}

#products section.fourth{
	margin:45px;
	padding:45px 0;
	border-bottom:none;
	
}

.item-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.item-box div{
	width: calc(50% - 10px);
  margin: 5px;
  }

.item{
	text-align:center;
}

.item p{
	padding:8px 0 0;
	}

.sex{
	text-align:left;
	margin-bottom:25px;
}
.name{
	margin-top:25px;
	font-size:1.6em;
}
.price{
	font-size:1em;
}

.buy{
	margin-top:15px;
}

.buy img{
	width:90%;
	height:auto;
}

#view-area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#view-area div{
	margin:10px;
}

#footer {
	width: 100%;
	height: 6rem;
	padding-top:3rem;
	text-align: center;
	font-size:0.9em;
}

}


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
#background{
	width: 100%;
	height: 0;
	padding-top: calc(560 / 1180 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../images/header_bg.png) center center / cover no-repeat;
	position:relative;
	}
	
#header{
	position:absolute;
	width:950px;
	margin:0 auto;
	top:20%;
	left:10%;
}
	
.logo{
	padding-bottom:25px;
}

.title{
	padding-bottom:20px;
}


#contents{
	width:950px;
	margin:0 auto;
}


h1{
	font-size:1.1rem;
	font-weight:400;
	line-height:2.2rem;
}

h2{
	font-size:1rem;
	font-weight:400;
	line-height:2.2rem;
	margin-bottom:10px;
}

h3{
	font-size:1.3em;
	font-weight:400;
	line-height:1.6rem;
	margin-bottom:45px;
}

.nav{
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
	margin:80px auto 50px;
}

#products{
	width:100%;
	margin:0 auto;
	background-image:url(../images/contents_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

#products section.first{
	margin:45px;
	padding:45px 0;
	border-bottom:#FFFFFF 1px dotted;
	
}

#products section.second{
	margin:45px;
	padding:45px 0;
	border-bottom:#FFFFFF 1px dotted;
	
}

#products section.third{
	margin:45px;
	padding:45px 0;
	border-bottom:#FFFFFF 1px dotted;
	
}

#products section.fourth{
	margin:45px;
	padding:45px 0;
	border-bottom:none;
	
}

.item-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item{
	text-align:center;
}

.item p{
	padding:8px 0 0;
	}

.sex{
	text-align:left;
	margin-bottom:25px;
}
.name{
	margin-top:25px;
	font-size:1.4em;
}
.price{
	font-size:0.8em;
}

.buy{
	margin-top:15px;
}

#view-area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#view-area div{
	margin:0 10px;
}

#footer {
	width: 100%;
	height: 6rem;
	padding-top:3rem;
	text-align: center;
	font-size:0.9em;
}

}
