@charset "utf-8";

body{
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
0% {
opacity: 0}100% {
opacity: 1
}
}
.black {color: #000;}
.white {color: #fff;}
.pink {color: #ff00c8;}
.blue {color: #005ba9;}


@media all and (min-width: 769px) {
.pc_only{display: block!important;
}
.sp_only{
display: none!important;
}
}
@media all and (max-width: 768px) {
.pc_only{
display: none!important;
}
.sp_only{
display: block!important;
}
}
body{
font-family: 'ヒラギノ角ゴ', sans-serif;
background-color: #140719;
}

header{
position: relative;
z-index: 10;
background-color: #140719;
}

.border_y{
border-top:solid 40px #140719;
filter: drop-shadow(0px 5px 5px rgba(0,0,0,.3));
}

@media all and (min-width: 1025px) {
.menu_pc_only { 
display: block!important;
}
.menu_sp_only {
display: none!important;
}
.head_contents{
position: relative;
top: -18px;
background-color: #140719;
background-repeat:no-repeat;
text-align: center;
background-position: center top;
-webkit-filter: drop-shadow(0px 10px 10px rgba(0,0,0,.3));
filter: drop-shadow(0px 10px 10px rgba(0,0,0,.3))
}

/*ヘッダー上メニュー*/
#menu li{
font-weight: 900;
font-size: 1.3rem;
color: #fff;
}

/*ヘッダー全体 PC用*/
#menu li a{
text-decoration: none;
color: #fff;
-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,0));
filter: drop-shadow(0px 0px 10px rgba(0,0,0,0));
padding: 0.1em 0.3em;
display: inline-block;
padding: 0.3em;
}

#menu li a:hover {
animation: zoom .3s;
}
@keyframes zoom {
50% {
transform: scale(1.04);
}
}
/*ヘッダーナビ　HOME*/
#menu li.icon_a{
position: relative;
top: 0px;
left:400px;
width: 152px;
height: 36px;
margin: 0 auto;
background-repeat:no-repeat;
background-position: left -2px;
line-height: 32px;
}

/*ヘッダーナビ　商品一覧*/
#menu li.icon_b{
position: relative;
top: -36px;
left:570px;
width: 152px;
height: 36px;
margin: 0 auto;
background-repeat:no-repeat;
background-position: left -2px;
line-height: 32px;
}

/*ヘッダーナビ　お問い合わせ*/
#menu li.icon_c{
position: relative;
top: -72px;
left:750px;
width:152px;
height: 36px;
margin: 0 auto;
background-repeat:no-repeat;
background-position: left -2px;
line-height: 32px;
}
}

/*ヘッダー1024px以下の時*/
@media all and (max-width: 1024px) {
.menu_pc_only {
display: none!important;
}
.menu_sp_only {
display: block!important;
}

.head_contents {
position: relative;
padding-top: 0.8em;
padding-bottom: 0.3em;
height: 5px;
background-color: #140719;
text-align: center;
background-position: center top;
}
.top_only {
height: 55px!important;
}

h1 img{
height: 50px;
}

#menu{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 100;
}
#menu div{
width: 50px;
height: 70px;
overflow: hidden;
position: absolute;
right: 0;
}
#menu .menuopen{
color: rgba(255,255,255,1);
font-size: 36px;
display: block;
position: absolute;
top: 20px;
left: 0;
pointer-events: auto;
}
#menu .menuclose{
color: rgba(255,255,255,1);
font-size: 36px;
display: none;
position: absolute;
top: 20px;
left: 0;
pointer-events: auto;
}

/*ヘッダーメニュー絶対値*/
#menu ul{
background: #140719;
width: 100%;
position: absolute;
top: 70px;
right: 0;
display: none;
}
#menu li{
padding: 20px;
color: rgba(0,0,0,1);
border-bottom: 2px #fff solid;
pointer-events: auto;
}
#menu li a{
text-decoration: none;
color: #ff00c8;
font-weight: 900;
font-size: 1.3em;
}

#menu:target .menuopen{
display: none;
}
#menu:target .menuclose{
display: block;
}
#menu:target ul{
display: block;
}

body{
background: #140719;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#menu:target ~ body{
-webkit-filter:brightness(70%);
-moz-filter:brightness(70%);
-ms-filter:brightness(70%);
filter:brightness(70%);
}
}

@media all and (max-width: 768px) {
h1 img{
margin-left: auto;
margin-right: auto;
}
}

footer {
margin: 20px auto;
text-align: center;
}

.more {
display: flex;
flex-wrap:wrap;
width: 1000px;
margin: 0 auto;
justify-content: center;
}

.more img {
-webkit-filter: drop-shadow(0px 10px 10px rgba(0,0,0,.3));
filter: drop-shadow(0px 10px 10px rgba(0,0,0,.3));
margin: 10px;
transition:0.3s;
width: 400px;
}

.more img:hover{
opacity: 0.7;
}

@media all and (max-width: 1024px) {
.more {
width: 100%;
}
}
@media all and (max-width: 769px) {
.more {
width: 100%;
}
.more img{
width: 100%;
}
.more img:hover{
opacity: 1;
}
}
h6{
color: #fff;
font-weight: 900;
letter-spacing: 0.1em;
margin-top: 1em;
font-size: 0.95em;
}

#header{
	height: 70px;/*高さ指定*/
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#666;
	color:#fff;
	text-align: center;
	padding: 20px;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
}


/*========= 以下は検証用のレイアウトのためのCSS ===============*/
nav ul{
list-style: none;
display: flex;
justify-content: center;
margin-right: 50px;
}



nav ul li a{
text-decoration: none;
color: #fff;
padding:20px;
-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,0));
filter: drop-shadow(0px 0px 10px rgba(0,0,0,0));
}

section{
padding:300px 0;
}




