/* CSS Document */
html{
    font-size: 62.5%;
}
body{
 	width:100vw;
	height: 100vh;
    font-size:1.6rem;/* 16px*/
    line-height: 2;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	overflow-x: hidden;
}

h1 {
    font-size: 32px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(3.2rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
	font-weight: 400;
	font-style: normal;
}

h2 {
    font-size: 28px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.8rem + ((1vw - 0.64rem) * 0.2143));/* 20px~24pxで可変*/
    line-height: 1.3;
	font-weight: 400;
}

h3 {
    font-size: 22px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.2rem + ((1vw - 0.64rem) * 0.2143));/* 20px~24pxで可変*/
    line-height: 1.3;
	font-weight: 400;
}

small {
	font-size: 80%;
}

img {
	width:100%;
	height: auto;

}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.8rem;/* 24px*/
    }
}
@media screen and (max-width: 999px) {/* 640px以下*/
    body{
		line-height: 2;
		font-size: 1.6rem;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2.0rem;/* 20px*/
    }
}


img.sp {
	display: none;
}

img.pc {
	display: inline;
}
/* header */
header {
	position: relative;
}


/* main */
main {
	text-align: justify;
}

main a:link ,
main a:visited {
	color:#000;
}



main h1 { 
	color: rgba(0,0,0,1.00);
	font-family: tbudmincho-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	margin-bottom: 10px;
}


main article {
	min-height: 40vh;
}

main section {
	margin: 20px 0 0 0;
}

main section h2 {
	color:rgba(255,255,255,1);
	background: rgba(0,0,0,1.00);
	margin: 0.5em 0 0 0;
	padding: 5px;
}

main section h3 { 
	color: rgba(0,0,0,1.00);
	font-family: dnp-shuei-4gob-std, sans-serif;
	font-weight: 700;
	font-style: normal;	
	margin: 0.5em 0 0 0;
}

/* footer */
footer {
	background-color: rgba(0,0,0,0.8);
	width:100%;
	color: rgba(255,255,255,1);
	z-index: 1;
	position: relative;
}

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

main article p.back {
	text-align: center;
	margin: 1em;
}

.back {
	width:8em;
	margin: 1em auto;
	background: rgba(255,255,255,0.8);
	text-align: center;
	border-radius: 1em;
}

#PageTop {
	background: rgba(120,120,120,0.5) none repeat scroll 0 0;
	border-radius: 5px;
	bottom: 1%;
	color: #fff;
	font-size: 2em;
	width:1em;
	height:1em;
	display:inline-block;
	text-align:center;
	padding: 0.5em;
	position: fixed;
	left: 5%;
	z-index: 100;
	line-height:1;
	text-decoration:none;
}

#PageTop:hover {
	background: rgba(120,120,120,1);
}

/*-- PC用 --*/
body::before {
		content: "";
		position:fixed;
		top:-0px;
		left:0;
		background: url("../images/common/back.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		z-index: -1;
		width:100%;
		height: 150vh;
}

header {
	margin: 0;
	padding: 0;
}


header section#Head {
	width:100%;
	color: #fff;
	background: rgba(0,0,0,0.8);
	z-index: 1;
	padding: 0px;
}


header article section#Head {
	margin: 0px auto 0px auto;
}

header article section#Head h1 {
	width:1000px;
	margin: 0em auto;
	box-sizing: border-box;
	padding: 1em 0;
}

header article section#Head h1 a {
	display: block;
}

header article section#Head h1 img {
	width:100%;
	height: auto;
}

main {
	padding: 50px 0 80px 0;
}

main article {
	width:1000px;
	background: rgba(255,255,255,0.9);
	padding: 1em;
	margin: 40px auto;
	border-radius: 0.25em;
	box-sizing: border-box;
}


main p {
	font-size: 2.2rem;
}
footer {
	height: 50px;
	padding: 1rem 0 1rem 0;	
}

section#Entry {
	padding: 0;
	text-align: center;
	position: fixed;
	z-index: 100;
	bottom:4em;
	right: 0;
	width:360px;
	background:rgba(255,255,215,0.9);
	border: 0;
	border-radius: 0.5em 0 0 0.5em;
	opacity:0;
	animation-name:entryarea;
	animation-duration:1s; 
	animation-fill-mode: forwards;
}

section#Entry h1 {
	display: none;
	margin: 0.5em 0.5em 0 0.5em;
}

section#Entry article {
	background: rgba(255,255,215,0);
	margin: 0 auto;
	padding: 0 0 0.5em 0;
}

section#Entry article::after {
	content: none;
}


section#Entry p a {
	color: #D46900;
	text-decoration: none;
}

section#Entry p.btn a {
	font-size: 2.4rem;
	padding: 5px;
	display: block;
	width:90%;
	margin: 10px auto;
	box-sizing: border-box;
	background: #f9cb4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9cb4d 0%, #fff7a0 32%, #ffe97c 60%, #e5c004 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9cb4d 0%,#fff7a0 32%,#ffe97c 60%,#e5c004 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9cb4d 0%,#fff7a0 32%,#ffe97c 60%,#e5c004 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9cb4d', endColorstr='#e5c004',GradientType=0 ); /* IE6-9 */
	color: #5F2900;
	border: 1px solid #5F2900;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}
@keyframes entryarea {
	0% {
		opacity: 0;
		transform: translateX(200px);
	}
	50%{
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity:1;
 		transform: translateX(0);
	} 
}

h2 {
	font-family: tbudmincho-std, sans-serif;
	font-weight: 900;
	font-style: normal;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
	outline: solid 5px #000;
	margin: 1em 0 0.5em;
	text-align: center;
	background: #000;
	color: #fff;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #fff;
}
h2:before {
  left: 5px;
}
h2:after {
  right: 5px;
}
/*-- スマホ用 --*/
@media screen and (max-width: 960px) {/* 1000px以下*/
	body::before {
			content: "";
			position:fixed;
			top:-0px;
			left:0;
			background: url("../images/common/back.jpg");
			background-size: contain;
			background-repeat: no-repeat;
			z-index: -1;
			width:100%;
			height: 100vh;
	}
	
	img.sp {
		display: inline;
	}

	img.pc {
		display: none;
	}

	header {
		height: auto;
		z-index: 2;
	}
	header section#Wmb {
		height: 30px;
		padding: 5px 0 3px 0;
		position: fixed;
		z-index: 2;
		background-color: rgba(255,255,255,0.8);
	}
	
	header section#Head {
		width:100%;
		color: #fff;
		top: 40px;
		left: 0;
		z-index: 2;
		padding: 5px 5px 5px 5px;
		height: auto;
	}

	header article section#Head h1 {
		width: 65%;
		margin: 0 auto;
		float: inherit;
	}

	header article section#Head h1 img {
		width:100%;
		height: auto;
	}

	header article section#CountDown {
		width:100%;
		position: fixed;
		margin:0;
		top:148px;
		left: 0;
		line-height: 1;
		color: #fff;
		font-size: 3rem;
		background: rgba(0,0,0,0.8);
		padding: 0 0 5px 0;
		display: block;
	}

	header article section#CountDown  p {
	}
	header article section#CountDown strong {
		color: #FF0;
	}

	main {
		padding: 38% 0 60px 0;
		background: none;
		z-index: 1;
	}
		

	
	main article {
		width:96%;
		margin: 10px auto;
	}
	
	section#Entry {
		padding: 0;
		text-align: center;
		position: fixed;
		z-index: 100;
		bottom:0;
		right: 0;
		width:100%;
		background:rgba(230,255,255,0.9);
		border: 0;
		border-radius: 0;
		opacity:0;
	}

	section#Entry h1 {
		display: none;
		}
}

