@charset "utf-8";

/*  共通設定
---------------------------------------- */
body {
	background-color: #000;
	color: #FFF;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
}
@media screen and (max-width:640px) {
	body {
		line-height: 130%;
	}
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}
table {
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
acronym, abbr {
	cursor: help;
	border-bottom: dotted 1px;
}

a:link, a:visited {
	color: #1795C9;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	margin: 0;
	padding: 0;
}
option {
	padding-right: 10px;
}
select {
	border: solid 1px #CCC;
}
input[type='text'], input[type='password'] {
	border: solid 1px #CCC;
	padding: 2px;
}
h1.title {
	font-size:32px;
	padding-top:78px;
	margin-bottom: 50px;
}
h2.title {
	font-size:20px;
	border-bottom: 1px dotted #666;
	padding-bottom:8px;
	margin-bottom: 38px;
	position: relative;
}
h2.title span.en{
	position: absolute;
	right: 0;
	top:2px;
	font-size:15px;
	font-weight: normal;
	font-style: italic;
	color:#666;
}
@media screen and (max-width:780px) {
	h2.title {
		font-size:16px;
		margin-bottom: 18px;
	}
	h2.title span.en{
		font-size:12px;
	}
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block; /* for IE8 */
}
span.sup {
	font-size: 80%;
	font-weight: normal;
}
.btn {
	clear: both;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	padding: 16px 0 15px 0;
	background-color: #776ADD;
	color: #FFF!important;
	width: 80%;
	max-width: 220px;
	min-width: 100px;
	border-radius: 56px;
	transition: all 0.6s;
	margin: 0 auto;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
.over{
	opacity:1;
	transition: all 0.6s;
}
.over:hover{
	opacity: 0.7;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.underline{
	text-decoration: underline;
}
@media screen and (max-width:640px) {
	.btn {
		padding: 8px 0 8px 0;
		width: 80%;
		max-width: 160px;
		min-width: 100px;
		font-size: 14px;
		font-weight: normal;
		border-radius: 22px;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/* slideMenu
---------------------------------------- */
#slideMenu{
	position:fixed;
	top:0;
	right:0;
	width:240px;
	height:100%;
	text-align:left;
	background:#000;
	background: #776ADD;
	background:#000;
	z-index:10;
	display: none;
}
#slideMenu .menu{
	margin:15px 0 10px 0;
	text-align:center;
	color:#666;
	font-size:18px;
}
#slideMenu ul{
	width:100%;
	border-top:1px solid #333;
}
#slideMenu ul li{
	border-bottom:1px solid #333;
}
#slideMenu ul li a{
	display:block;
	padding:12px 0 12px 14px;
	font-size:16px;
	color:#FFF;
}
#slideMenu ul li a i{
	position:absolute;
	padding-top:0px;
	right:8px;
	font-size:20px;
	color:#666;
}
#slideMenu ul li.shop{
	margin-top: 30px;
	border-top:1px solid #333;
}
#slideMenu ul li.shop a{
	color: #E4879E;
}
.slideOpen #slideMenu{
	display: block;
}

/* wrapper
---------------------------------------- */
#wrapper{
	padding-top:82px;
	background: #222;
	text-align: center;
	position:relative;
	width:100%;
	height:100%;
	transition:all 0.5s ease;
	z-index:20;
}
#content{
	width:calc(100% - 40px);
	max-width: 1040px;
	margin: 0 auto;
}
#overlay{
	content:'';
	visibility:hidden;
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index:30;
}
#overlay::after{
	visibility:hidden;
	position:fixed;
	top:40%;
	left:0;
	display:block;
	width:100%;
	height:50px;
	color:rgba(255,255,255,0);
	font-size:40px;
	font-weight:bold;
	text-align:center;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.slideOpen #overlay{
	visibility:visible;
	cursor:pointer;
	background:rgba(0,0,0,0.7);
}
.slideOpen #overlay::after{
	visibility:visible;
	color:rgba(255,255,255,0.8);
}
.slideOpen #wrapper,
.slideOpen #overlay{
	-webkit-transform:translate(-240px, 0);
	transform:translate(-240px, 0);
}

/* header
---------------------------------------- */
header{
	background: #000;
    position: fixed;
	width: 100%;
	height: 82px;
    top: 0px;
    left: 0px;
	z-index: 1000;
}
header #logo{
	float: left;
	margin-left: 5%;
}
header nav{
	display:block;
	float:right;
	margin-top:31px;
	margin-right:220px;
}
header nav ul{
	display: block;
	width:auto;
}
header nav ul li{
	display: inline-block;
	float: left;
	margin-right:0;
	padding-right:36px;
}
header nav ul li a{
	color:#666666!important;
	font-size:17px;
	font-family:Myriad, Myriad Pro, Meiryo, sans-serif;
}
header nav ul li.icon{
	display: inline-block;
	float: left;
	margin-right:0;
	padding-left:7px;
	padding-right:7px;
}
header nav ul li.icon a{
	display: block;
	width:34px;
	height:34px;
	margin-top: -4px;
}
header nav ul li.icon img{
	width:100%;
}

header #btnShop{
	display:block;
	position:absolute;
	top:0;
	right:100px;
	width:100px;
	height:82px;
	text-align: center;
	background: #864752;
}
header #btnShop img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:60px;
	margin: auto;
}

header #btnContact{
	display:block;
	position: absolute;
	top:0;
	right:0;
	width:100px;
	height: 82px;
	text-align: center;
	background: #776ADD;
}
header #btnContact img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
header #btnMenu{
	display:none;
	position: absolute;
	top:0;
	right:0;
	width:100px;
	height: 82px;
	text-align: center;
	background: #776ADD;
	cursor: pointer;
}
header #btnMenu i{
	font-size:26px;
	padding-top:12px;
}

@media screen and (max-width:1100px) {
	header nav ul li{
		padding-right:18px;
	}
	header nav ul li a{
		font-size:16px;
	}
}

@media screen and (max-width:950px) {
	#wrapper{
		padding-top:50px;
	}
	header{
		height: 50px;
	}
	header #logo{
		margin-left: 3%;
	}
	header #logo img{
		height: 50px;
	}
	header nav{
		display: none;
	}
	header #btnShop{
		right:50px;
		width:50px;
		height:50px;
	}
	header #btnShop img{
		width:40px;
	}
	header #btnContact{
		display:none;
	}
	header #btnMenu{
		display:block;
		width:50px;
		height:50px;
	}
}

/* main
---------------------------------------- */
#main{
	display: block;
	float: left;
	width:calc(100% - 265px);
	overflow: hidden;
}

/* submenu
---------------------------------------- */
#submenu{
	display: block;
	float: left;
	width:265px;
}
#submenu ul li{
	margin-bottom: 30px;
}
#submenu ul li a{
	color:#FFF;
}
#submenu ul li a:hover{
	color:#776ADD;
	text-decoration: none;
}
@media screen and (max-width:800px){
	#content{
		width:100%;
	}
	h1.title {
		font-size:28px;
		padding-top:24px;
		margin: 0 15px 16px 15px;
	} 
	h1.mrgs {
		margin-bottom:8px!important;
	}
	#submenu{
		width:calc(100% - 40px);
		max-width: inherit;
		margin: 0 15px 7px 15px;
	}
	#submenu li{
		box-sizing: border-box;
		display: block;
		float: left;
		color:#CCC;
		font-size:13px;
		width: 50%;
		margin-bottom: 10px!important;
	}
	#submenu li a{
		box-sizing: border-box;
		display:block;
		width:calc(100% - 0px);
		color:#CCC;
		margin-bottom: 0;
		text-align: center;
		border-left:1px solid #666;
		text-decoration: underline;
		line-height: 1;
		padding: 0;
	}
	#submenu li a:hover{
		text-decoration: none;
	}
	#submenu li.b-right a{
		border-right:1px solid #666;
	}
	#main{
		float:none;
		clear: both;
		width:calc(100% - 30px);
		max-width: inherit;
		margin:0px 15px 0 15px;
		padding-top:10px;
	}
}


/* footer
---------------------------------------- */
footer{
	display: block;
	width:100%;
	background: #000;
	position: relative;
	clear: both;
}
footer #footer_inc{
	width:calc(100% - 40px);
	max-width: 1200px;
	margin: 0 auto 0px auto;
	padding:30px 0 45px 0;
}
footer .company{
	width:60%;
	max-width:527px;
	min-width:410px;
	padding-right:20px;
	float: left;
}
footer .company h5{
	margin-bottom: 15px;
}
footer .add{
	font-size:14px;
	margin-bottom: 8px;
}
footer .contact{
	font-size:16px;
	font-weight: normal;
}
footer .tel{
	font-size:28px;
	font-weight: bolder;
}
footer .tel a{
	cursor: default;
	color:#FFF;
	margin-right: 15px;
}
footer .tel a:hover{
	text-decoration: none;
}
footer .tel .head{
	font-size:22px;
	padding-right: 3px;
}
footer .fax{
	font-size:20px;
}
footer .fax .head{
	font-size:18px;
	padding-right: 3px;
}
footer .contact a.mail{
	color:#FFF;
	margin-right: 20px;
}
footer nav{
	font-size:15px;
}
footer nav ul.leftside{
	display: block;
	float: left;
	max-width:428px;
	margin-top:4px;
	padding-left:20px;
	border-left:1px solid #BBB;
}
footer nav ul.rightside{
	display: block;
	float: left;
	max-width:428px;
	margin-top:4px;
	padding-left:35px;
}
footer nav ul li{
	line-height: 1;
	margin-bottom:13px;
}
footer nav ul li:last-of-type{
	margin-bottom:0px;
}
footer nav ul li a{
	color:#FFF!important;
}
footer nav ul li a.shop{
	color:#E4879E!important;
}
footer nav ul li a.twitter{
	color:#1C9AEF!important;
}

footer #sns{
	display: block;
	float: right;
}
footer #sns li{
	display: block;
	float: left;
	margin-left:14px;
	margin-bottom:16px;
}
footer #sns li a img{
	width:43px;
	height:43px;
}
footer small{
	clear: both;
	display: block;
	width:100%;
	background-color: #776ADD;
	text-align: center;
	color:#BEA8FF;
	font-size:13px;
	padding:5px 0 15px 0;
}

@media screen and (max-width:1075px){
	footer #footer_inc{
		padding:15px 0 20px 0;
	}
	footer .company{
		width:100%;
		min-width: inherit;
		padding-right:0px;
		float:none;
		margin: 0 auto 15px auto;
	}
	footer .company h5{
		margin-bottom: 10px;
		text-align: center;
	}
	footer .company h5 img{
		width:80px;
	}
	footer .add{
		font-size:12px;
		margin-bottom: 8px;
		text-align: center;
	}
	footer .contact{
		font-size:16px;
		font-weight: normal;
		text-align: center;
	}
	footer .tel{
		font-size:24px;
		font-weight: bolder;
	}
	footer .tel a{
		color:#FFF;
		cursor: pointer;
		text-decoration: underline;
		margin-bottom: 10px;
	}
	footer .tel a:hover{
		text-decoration: none;
	}
	footer .tel .head{
		font-size:22px;
		padding-right: 3px;
	}
	footer .fax{
		font-size:20px;
		line-height: 180%;
	}
	footer .fax .head{
		font-size:18px;
		padding-right: 3px;
	}
	footer .contact a.mail{
		cursor: pointer;
	}
	footer nav{
			display: none;
	}
	footer #sns{
		display: block;
		float:none;
		clear: both;
		width: 100%;
		text-align: center;
	}
	footer #sns ul{
		width:146px;
		margin: 0 auto;
		text-align: center;
	}
	footer #sns ul li{
		width:43px;
		display: inline-block;
		margin: 0 15px;
	}
	footer #footerCopyright small{
		font-size:11px;
	}
}
@media screen and (max-width:640px){
	footer .tel a{
		margin-right: 0;
	}
	footer .contact a.mail{
		margin-right: 0;
	}
}

/* pagetop
---------------------------------------- */
#pagetop{
    position:fixed;
    bottom:20px;
    right:25px;
    display:block;
	padding:28px 0 31px 0;
	width:90px;
    background:#776ADD;
    color:#fff;
    text-align:center;
	border-radius:100%;
	opacity:0.6;
	cursor:pointer;
	transition:all 0.5s ease;
	z-index: 1000;
}
#pagetop:hover{
	opacity:0.8;
	bottom:20px!important;
    right:20px;
	padding:33px 0 36px 0;
	width:100px;
}
#pagetop a{
	color:#FFF;
    text-decoration:none;
}
#pagetop i{
	font-size:30px;
}
@media screen and (max-width:640px){
	#pagetop{
		right:15px;
		padding:14px 0 15px 0;
		width:61px;
		opacity:0.3;
	}
	#pagetop:hover{
		right:15px;
		padding:14px 0 15px 0;
		width:61px;
		opacity:0.3;
	}
	#pagetop i{
		font-size:30px;
	}
}

