@charset "UTF-8";

/* INDEX
-------------------------------------------
1. main layout
2. navigation
3. link style
4. common parts
-------------------------------------------*/


/* 1. main layout
-------------------------------------------*/
body{
color:#fff;
font-size:75%;
background:#000;
line-height:1.6;
background:#000;
}

#wrapper{
background:#000;
margin:0 auto;
padding:0 0;
width:100%;
height:100%;
min-height:800px;
}

#wrap_head{
margin:0px;
padding:10px 0px;
width:100%;
position:relative;
border-bottom:2px solid #fff;
}

#tn-item{
margin:0px;
padding:0px;
position:absolute;
width:500px;
right:10px;
top:60px;
}

#tn-item p{
margin:0px;
padding-right:3px;
float:left;
}

.detail #header{
}

#pankuzu{
}

#contents{
margin:0px;
padding:0px;
width:100%;
height:100%;
min-height:800px;
position:relative;
}

#maincol{
margin:0px auto;
padding:0px;
width:100%;
height:100%;
min-height:800px;
position:relative;
}
.detail #maincol{
height:auto;
}

h2{
margin:0 auto;
width:100%;
max-width:750px;
text-align:center;
}

h2 img{
width:100%;
}

#wrap_foot{
position:relative;
margin:0px;
padding:10px 0px;
width:100%;
border-top:2px solid #fff;
}

.footer{
position:relative;
bottom:0;
margin:0px auto;
width:100%;
}
.detail #footer{
}

/* 2. navigation
-------------------------------------------*/


/* 3. link style
-------------------------------------------*/
a{
}

a:link{
color:#f4fdbe;
text-decoration:underline;
}

a:visited{
color:#f4fdbe;
text-decoration:underline;
}

a:hover{
color:#307dea;
text-decoration:none;
}

a:active{
color:#307dea;
text-decoration:none;
}

/* 4. common parts
-------------------------------------------*/
/* 4.1 of header
-------------------------------------------*/
#header{
margin:0px auto;
padding:0px 0px;
width:100%;
height:33px;
position:relative;
}

#tn-top{
margin:0px;
padding:0px;
position:absolute;
width:133px;
left:1em;
top:0px;
}

.logo{
padding:10px 0px 0px 27px;
}
/* 4.2 of content
-------------------------------------------*/
.wrap_main01{
margin:0px auto;
padding:0px 0px;
position:relative;
width:100%;
max-width:1800px;
height:830px;
background:url(../imgs/bg-main.jpg) 50% 0 no-repeat;
}

#menu-main{
position:absolute;
top:25%;
left:50%;
}
#menu-main ul{
}
#menu-main li{
width:400px;
position:relative;
top:0;
left:50%-200px;
transform: rotate(-10deg);
}
#menu-main li img{
width:100%;
}
#bg-main01{
display:none;
}

@media (max-width: 930px) {
.wrap_main01{
margin:0px auto;
padding:0px 0px;
position:relative;
width:100%;
height:100%;
background:url(../imgs/bg-main1.jpg) 50% 0 no-repeat;
background-size:100%;
}
#menu-main{
display:none;
}
#bg-main01{
display:block;
}
#bg-main01 img.bg-main01{
width:100%;
}
#bg-main01 ul{
position:absolute;
width:100%;
top:25%;
right:0;
}
#bg-main01 li{
width:45%;
position:relative;
top:0;
left:50%;
transform: rotate(-10deg);
}
#bg-main01 li img{
width:100%;
}
}

.wrap_main01 p{
position:absolute;
}

.wrap_suit{
margin:0px auto;
padding:30px 0px 20px;
position:relative;
width:100%;
background:#900 url(../imgs/bg-f.png);

}

.wrap_mask{
margin:0px auto;
padding:30px 0px 20px;
position:relative;
width:100%;
background:#600 url(../imgs/bg-f.png);
}

.wrap_shopinfo{
margin:0px auto;
padding:0px;
position:relative;
width:100%;
background:#300 url(../imgs/bg-f.png);
}

.wrap_other{
margin:0px auto;
padding:20px;
max-width:750px;
position:relative;
}
/* 4.3 of footer
-------------------------------------------*/
.go_top{
padding:5px 30px;
text-align:left;
}
.txt_copy{
padding:5px 30px;
text-align:right;
font-family: Verdana;
}

#item-img{
padding:20px 0;
}

#item-detail{
padding:10px 0px;	
}

#page-top {
    position: fixed;
    bottom: 200px;
    right: 10px;
    z-index: 100;
    opacity:0.4;
}

#page-top:hover {
    opacity: 1;
}
/* 5 ham-menu
-------------------------------------------*/
#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 0px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -260px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 260px; /*メニュー横幅*/
    z-index: 1000;
    color: #333; /*フォント色*/
}

#ham-menu ul li a{
display:block;
    padding: 10px 40px; /*メニュー内左右上下余白*/
    border-bottom:1px #ccc dotted;
}

#ham-menu ul li a:link{
color:#333333;
text-decoration:none;
}

#ham-menu ul li a:visited{
color:#333333;
text-decoration:none;
}

#ham-menu ul li a:hover{
background-color:#fade00;
}

#ham-menu ul li a:active{
color:#333333;
text-decoration:none;
}

#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-icon {
    background-color: #fff; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}

#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-260px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}


/* scrollmark */
a.scrollmark {
	position: absolute;
	bottom:60px;
	left:50%;
	z-index: 2;
	display: block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
}
a.scrollmark span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}
a.scrollmark span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
a.scrollmark span:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
a.scrollmark span.bwhite {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #999;
	border-radius: 100%;
	box-sizing: border-box;
}
a.scrollmark span.bwhite::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
a.scrollmark span.bwhite::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(66,66,66,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb2 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(66,66,66,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(66,66,66,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}