/*PC用*/
body{
	font-size:15px;
	min-height: 100%;
}
div{
	font-size:15px;
}
p{
	font-size:15px;
}




/* header */

#header_logo{
	float:left;
	width:400px;
	
}

#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 1;
	z-index: 999;
	height:80px;
//	background: rgba(0, 66, 55, 0.3) none repeat scroll 0 0;
}

#top-head a,
#top-head {
	color: rgba(0,0,0,0.5);
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration: none;
//	text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);

}

#top-head .inner {
    position: relative;
	padding-top:50px;

}

#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;

}
#global-nav ul li {
    float: left;

}

#global-nav ul li a {
    padding: 0 30px;
}

.hydrogenlink{
	color:#4c65fc;
}
 
/* Fixed */

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	height:80px;
//	background: rgba(0, 66, 55, 0.5) none repeat scroll 0 0;
	background:rgba(0,0,0,0.5);
	transition: all 0.1s ease 0s;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #555;
}

#top-head.fixed #global-nav ul li a {
	color: #fff;
    padding: 0 30px;
}
 
/* Toggle Button */

#nav-toggle {
	display: none;
	position: absolute;
	right:10px;
	top: 25px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #eee;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}

.undermenu{
//	margin-top:90px;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.PageTopArea{
	width:100%;
	background:#fff;
	height:60px;
	
}

.PageTitle {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 200px auto 150px;
	position: relative;
}

.all_sub_intro_bg_text {
	position: absolute;
	line-height: 1;
	font-size: 100px;
	color: #7fcbea;
	opacity: 0.3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	left: 0;
	right: 0;
	top: -65%;
	z-index: -1;
}

.PageTitle_E {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #0D0B2B;
	margin: auto;
}

.PageTitle_J {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #2F4565;
	margin: auto;
}

.PageTitle_2{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: -155px;
	text-align: center;
	right: 0;
	left: 0;
	background: linear-gradient(to top, #0D0B2B, #2F4565,#2F4565);
	padding: 25px 0 35px;
}

.PageTitle_2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #0D0B2B;
}

.PageTitle_2_be {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin: auto;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}

.PageTitle_2_mj {
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

.PageSubTitle{
	width:100%;
	padding: 1% 0;
	text-align:center;
	margin:auto;
	
}

.PageSubTitle p{
	text-align:center;
	font-size:40px;
	font-weight:bold;
	margin:auto;
	color: rgba(0,0,0,0.5);
	padding: 2% 0 0;
	letter-spacing: 0.1em;
}

.PageSubTitEn{
	font-family: 'Lato', sans-serif;
	font-feature-settings: "palt";
	font-size: 16px;
}

#LCarea{
	width:100%;
	height:30px;
	background:rgba(255,255,255,0.9);
	position:fixed;
	top:100px;
	z-index:9999;
	text-align:right;
	padding:5px 0;

}

.LCareascroll{
	background:rgba(250,250,250,0.3) !important;
}

.LCareadetail{
	width:400px;
	margin:3px auto;
	float:right;
}

.LCareadetail ul{
	font-size:0;
}

.LCareadetail li{
	display:inline-block;
	width:50%;
	text-align:left;
}

#LCarea a{
	margin-left:5px;
	font-size:12px;
//	font-weight:bold;
	color:#555;
	vertical-align:middle;
	margin-right:2%;
//	font-family:"Raleway",Helvetica,sans-seri;
	letter-spacing:0.1em;

}

.LCareadetail a:hover{
//	color:#6ac836;
	text-decoration:underline;

}

.LCareadetail img{
	width:18px;
	vertical-align:middle;
	margin-right:0.5%;

}

#hover-click2{
	position: relative;
	width: 90%;
	margin:auto;
	right:5%;

	
}

#hover-click2 > a{
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	box-sizing:border-box;
	padding:15px 0;
	font-weight: bold;

}

#hover-click2 > div{
	display: none;
	z-index: 9999999;
	position: absolute;
	width: 100%;
	padding:10%;
	background: rgba(255,255,255,1);
	text-align: center;
	color:#fff;
	box-sizing:border-box;
	border-radius:0 0 4px 4px;
	margin:10px auto 0;
	box-shadow:1px 0 2px rgba(0, 0, 0, 0.1);
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	
}

.AL{
	width:100%;
	margin:auto;

}
.MM{
	font-size:13px;
	color:#000;
	line-height:2em;
	text-align:left;
	margin:auto;
	padding:2% 0;
	letter-spacing:0.1em;

}

.cart-icon{
	height:23px;
	width:23px;
	padding:1px;
	background:#6ac836;
	background:#333;
	color:#fff;
	border-radius:50%;
	display:inline-block;
	font-weight: bold;
//	margin-left: 10px;
}

.quantitytop{
	font-size:15px;
	font-weight: normal;
}

.quantitytop2{
	font-size:18px;
	font-weight:bold;
	color:#f87071;

}


#hover-click3{
	position: relative;
	width: 100%;
	margin:auto;
	right:5%;
	
}

#hover-click3 > a{
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	box-sizing:border-box;
	padding:15px 0;
	font-weight:bold;

}

#hover-click3 > div{
	display: none;
	z-index: 9999999;
	position: absolute;
	width: 100%;
	padding:10%;
	background: rgba(255,255,255,1);
	text-align: center;
	color:#fff;
	box-sizing:border-box;
	border-radius:0 0 4px 4px;
	margin: 7px auto 0;
	box-shadow:1px 0 2px rgba(0, 0, 0, 0.1);
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	
}

.MM2{
	font-size:11px;
	color:#000;
	line-height:2em;
	text-align:left;
	margin:0 auto 5%;
	padding:2% 0 5%;
	border-bottom:1px dotted #ccc;
	letter-spacing:0.1em;

}

.loadingWrap {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loadingWrap img {
    width: 100px;
}

/*
.loadingWrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	text-align:center;
	margin;auto;
}

.loadingWrap img {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 100px;
	margin: -150px 0 0 -150px;

}
.loadingWrap p{
	font-size:34px;
	font-weight:bold;
	color:#333;
	padding:2% 0;
	margin:auto;
	letter-spacing:0.3em;
	font-family:"Book Antiqua";
	position: absolute;
	top: 53%;
	left: 50%;
	margin: -75px 0 0 -75px;
	text-align:center;

}
*/

#headerCartAmountNum{
	font-size:16px;
	color:#f87071;
	font-weight:bold;

}

.blinking {
    -webkit-animation: blink 2.5s ease-in-out infinite alternate;
    -moz-animation: blink 2.5s ease-in-out infinite alternate;
    animation: blink 2.5s ease-in-out infinite alternate;
	font-size:16px;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.imgGuard{
	pointer-events: none; 
	user-select: none;
}

body{
	position: relative;
//	cursor: none;

}

a{
//	display:inline-block;
}

#cursor{
	position: fixed;
	background: #fff;
	border-radius:10px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	z-index: 99999;
	pointer-events: none;
	opacity: 0;
	transition: transform 0.1s;

}

#stalker{
	position: fixed;
	background: #7fcbea;
	width: 50px;
	height: 50px;
	border-radius:30px;
	margin: -25px 0 0 -25px;
	z-index: 88888;
	pointer-events: none;
	opacity: 0;
	transition: transform 0.7s;
}


#stalker.active{
	transform: scale(1.5);
	background: #7fcbea;
}


