@charset "UTF-8";
/*--k2 version 1.01-20200904----*/
/*-------------------------
*FONT STYLE
-------------------------*/

html {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",Meiryo,sans-serif;
	font-size: 62.5%;
}

.fa:before {
	content: "\f0da";
	font-family: fontawesome;
	margin-right: 5px;
}

/*-------------------------
*LOADING
-------------------------*/
#loadBg {
	display: none;
	position: fixed;
	width: 100%; height: 100vh;
	top: 0px; left: 0px;
	background: #000;
	z-index: 1000;
}
#loader {
	display: none;
	justify-content: center;
	align-items: center;
	color: #fff;
}

/*-------------------------
*MAIN STYLE
-------------------------*/
body {
	margin: 0;
	font-size:1.6rem;
    line-height: 1.5;
	min-height: 100vh;
	background: #061527;
}
header {
	width: 100%;
/*	background: rgba(0,0,0,0.7);
	border-bottom: solid 1px rgba(255,255,255,0.7);*/
}
header > h1 {display: none;}
main {
	width: 100%;
	padding: 1px 0 0px;
	background: rgba(0,0,0,0.7);
	border-top: solid 1px rgba(255,255,255,0.7);
	border-bottom: solid 1px rgba(255,255,255,0.7);
	margin: 0 auto 20px;
}

footer {
	width: 100%;
	padding: 15px 0 10px;
	background: rgba(0,0,0,0.7);
	border-top: solid 1px rgba(255,255,255,0.7);
	text-align: center;
	font-size: 1.4rem;
	color: #FFF;
}

footer a {
	width: 100px;
	display: block;
	margin: 0 auto 5px;
	transition: all 0.6s;
}
footer a:hover {
	opacity: 0.4;
}

.cf {zoom:1;}
.cf:before,.cf:after {
	content: "";
	display: table;
}
.cf:after {clear: both;}
/*-------------------------
*GLOBAL NAVIGATION
-------------------------*/

#global {
	display: block;
	position: fixed;
	top: 0; left: -300px; bottom: 0;
	width: 300px;
	background: rgba(0,0,0,0.75);
	border-right: solid 1px rgba(255,255,255,0.75);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s;
	z-index: 3;
	opacity: 0;
}
.open #global {
	left: 0;
	opacity: 1;
	text-align: center;
}
#global > h1 {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 1.4rem;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
	padding-top: 50px;
	color: #FFF;
}
#global > #sub {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 1.0rem;
	padding: 1px 10px 0;
	color: #000;
	display: inline-block;
	background: #FFF;
	border-radius: 1.0rem;
}
#global ul {
	padding-top: 20%;
}
#global ul li {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 3.0rem;
	margin-bottom: 20px ;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
	color: #FFF;
}
#global ul li a {
	transition: all 0.6s;
}
#global ul li a:hover {
	color: #aeff00;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}

/* TOGGLE BUTTON */

.toggleBtn {
	display: block;
	position: fixed;
	top: 30px; right: 30px;
	width: 50px; height: 50px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
	background: rgba(0,0,0,0.75);
	border: solid 1px rgba(255,255,255,0.75);
}
.toggleBtn span {
	display: block;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 2px;
	background-color: #FFF;
	border-radius: 4px;
	transition: all .5s;
}
.toggleBtn span:nth-child(1) { top: 14px; }
.toggleBtn span:nth-child(2) { top: 24px; }
.toggleBtn span:nth-child(3) { bottom: 14px; }
.open .toggleBtn span { background-color: #fff; }
.open .toggleBtn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggleBtn span:nth-child(2) { opacity: 0; }
.open .toggleBtn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

/* mask */

#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 2;
	cursor: pointer;
}

@media screen and (min-width: 769px) {

	header {
		width: 100%;
		padding: 5px 0 5px;
		background: rgba(0,0,0,0.7);
		border-bottom: solid 1px rgba(255,255,255,0.7);
		text-align: center;
		position: fixed;
		z-index: 500;
	}
	header > h1 {
		font-family: 'Cinzel', serif;
		font-weight: 700;
		font-size: 1.0rem;
		color: #000;
		text-shadow: 0 1px 2px rgba(0,0,0,0.25);
		display: inline-block;
		padding: 2px 30px;
		margin-bottom: 5px;
		border-radius: 1.4rem;
		background: rgba(255,255,255,0.3);
	}
	#global {
		display: block;
		position: static;
		opacity: 1.0;
		width: 100%;
		background: none;
		text-align: center;
	}
	#global > h1,#global #sub {display: none;}
	#global ul {
		padding-top: 0%;
		/*display: flex;*/
	}
	#global ul li {
		display: inline-block;
		font-family: 'Cinzel', serif;
		font-weight: 700;
		font-size: 1.8rem;
		margin: 0 4.0rem;
		text-shadow: 0 1px 2px rgba(0,0,0,0.25);
		color: #FFF;
	}
	/* TOGGLE BUTTON */
	.toggleBtn { display: none; }
}
/*-------------------------
*COMMON
-------------------------*/
section > h2 {
	font-family: 'Cinzel', serif;
	font-weight: 900;
	font-size: 2.4rem;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding: 5px;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
	background: rgba(6,76,95,0.75);
}
section > h2 span {
	font-size: 1.4rem;
	color: #baff00;
	margin-top: -5px;
	display: block;
}
section {
	min-height: 200px;
}

#wrap {
	width: 100%; height: 100vh;
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
}

#mainVisual {
	width: 100%; height: auto;
	position: fixed;
	top: 0; left: 0;
	opacity: 1.0;
}
/*-------------------------
*TOP
-------------------------*/
#Top {
	padding-top: 70px;
	/*min-height: 800px;*/
}
#Top > h1 {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}

#Top > h1 span {
	display: block;
}

#topVisual {
	max-width: 918px; max-height: 628px;
	width: 93%;
	margin: 0 auto;
}
#topVisual img {
	width: 100%; height: auto;
}
#Top > h3 {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 2.0rem;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}
#Top > h3 span {
	font-size: 1.4rem;
}
@media screen and (min-width: 769px) {

#Top > h1 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}
#Top > h1 span {
	display: inline-block;
}
#Top > h3 {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 4.8rem;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}

}
/*-------------------------
*CAMPAIGN
-------------------------*/
#camWrap {
	max-width: 980px; width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}
#camWrap2 {
	max-width: 980px; width: 90%;
	min-height: 150px;
	background: none;
	margin: 0 auto;
	padding: 15px 0;
}


#camWrap > h3,#camWrap2 > h3 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #aeff00;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}
#camWrap > p,#camWrap2 > p {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}
#camWrap > p span,#camWrap2 > p span {
	font-size: 2.0rem;
	font-weight: bold;
	color: #ffde00;
}
#camPackage {
	max-width: 810px; width: 82.6%;
	max-height: 394px;
	margin: 0 auto 15px;
}
#camPackage2 {
	max-width: 526px; width: 53.6%;
	max-height: 394px;
	margin: 0 auto 15px;
}
#camPackage img,#camPackage2 img {
	width: 100%; height: auto;
}

.priceSet {
	max-width: 980px; width: 90%;
	margin: 0 auto 20px;
	padding-bottom: 15px;
	background: url(../img/bg_line01.png)repeat-x bottom left;
	text-align: center;
}
.priceSet > p {
	font-size: 4.0rem;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}
.yajirusi:before {
	content: "\f061";
	font-family: fontawesome;
	margin: 0 10px;
	color: #aeff00;
	font-weight: normal;
}
.cut {text-decoration: line-through;}
.bp {
	font-size: 6.0rem;
	color: #ffde00;
	text-shadow: none;
}
.sale {
	font-size: 2.0rem;
	color: #000;
	text-shadow: none;
	display: inline-block;
	padding: 0 10px;
	border-radius: 2.0rem;
	background: #ffde00;
	vertical-align: middle;
}

@media screen and (min-width: 769px) {

#camWrap2 {
	max-width: 980px; width: 90%;
	min-height: 150px;
	background: url(../img/stm_pack04.jpg) no-repeat;
	margin: 0 auto;
	padding: 15px 0 15px 160px;
}

#camWrap > h3,#camWrap2 > h3 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #aeff00;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}
#camWrap > p,#camWrap2 > p {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,240,255,0.75);
}
#camWrap > p span,#camWrap2 > p span {
	font-size: 2.0rem;
	font-weight: bold;
	color: #ffde00;
}

}

/*-------------------------
*PRODUCT
-------------------------*/
#proWrap {
	max-width: 980px; width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}
#productSet {
	max-width: 940px; width: 96%;
	margin: 0 auto;
}
#productSet li {
	max-width: 450px;
	margin: 0 10px 20px;
	float: left;
	color: #FFF;
}
#productSet li img {
	width: 100%; height: auto;
	margin-bottom: 20px;
}

#productSet dl{
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #CCC;
	border-top: none;
	font-size: 1.4rem;
}
#productSet dt{
	width: 30%;
	padding: 1.0rem;
	box-sizing: border-box;
	border-top: 1px solid #CCC;
	background: rgba(0,0,0,0.5);
}
#productSet dd{
	width: 70%;
	padding: 1.0rem;
	text-align:left;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

/*-------------------------
*ORDER
-------------------------*/
#ordWrap {
	max-width: 980px; width: 90%;
	margin: 0 auto;
	padding: 15px 0 0;
}
#steamSet {
	max-width: 960px; width: 98%;
	margin: 0 auto;
}
#steamSet li {
	max-width: 300px;
	margin: 0 10px 20px;
	float: left;
	color: #FFF;
}
#steamSet li img {
	width: 100%; height: auto;
	margin-bottom: 10px;
}

.btn {
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.btn a {
	width: 100%; height: 100%;
	display: block;
	padding: 5px;
	background: #ffde00;
	color: #000;
	box-shadow: 0 0 5px rgba(80,60,10,0.75)inset;
	border: solid 1px #FFF;
	transition: all 0.3s;
}
.btn a:hover {
	background: #ff5a00;
	color: #FFF;
	border: solid 1px #ffb400;
}
.btn a:before {
	content: "\f1b7";
	font-family: fontAwesome;
	margin-right: 5px;
}

/*-------------------------
*GALLERY
-------------------------*/
#cgList {
	text-align: center;
}
#cgList li {
	width: 44%; height: auto;
	display: inline-block;
	margin: 0 3px 10px;
}
#cgList li img {
	width: 100%; height: auto;
}
@media screen and (min-width: 769px) {
	#cgList li {
		width: 300px; height: auto;
		display: inline-block;
		margin: 0 3px 10px;
	}
}
/*-------------------------
*SHARE
-------------------------*/

#shareArea {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	/*padding-top: 10px;*/
}
#shareArea div a {
	color: #FFF;
	width: 50px;
	height: 50px;
	text-align: center;
	/*border-radius: 50%;*/
	background: rgba(0,0,0,0.75);
	border: solid 1px rgba(255,255,255,0.75);
	display: block;
	margin: 0 5px;
	text-decoration: none;
	transition: all 0.6s;
}
#shareArea div a:hover {
	background: rgba(0,240,255,0.75);
	border: solid 1px rgba(255,255,255,1.0);
}
.shareTw:before {
	content: "\f099";
	font-family: fontawesome;
	font-size: 20px;
	line-height: 50px;
}
.shareFb:before {
	content: "\f09a";
	font-family: fontawesome;
	font-size: 20px;
	line-height: 50px;
}
.shareGo:before {
	content: "\f0d5";
	font-family: fontawesome;
	font-size: 20px;
	line-height: 50px;
}
.shareLi:before {
	content: "LINE";
	font-family: Arial;
	font-size: 12px;
	line-height: 50px;
	font-weight: bold;
}
/*.shareTw {background: #5ba4d9;}
.shareFb {background: #3c5595;}
.shareGo {background: #d44c3c;}
.shareLi {background: #43b748;}*/

.shareTw,.shareFb,.shareGo,.shareLi {}

/*-------------------------
*PAGE TOP
-------------------------*/

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	display: block;
}

#pageTop a {
	font-size: 2.0rem;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.75);
	border: solid 1px rgba(255,255,255,0.75);
	display: block;
	text-decoration: none;
	transition: all 0.6s;
}

#pageTop a:hover {
	background: rgba(0,240,255,0.75);
	border: solid 1px rgba(255,255,255,1.0);
}