@charset "UTF-8";
/* CSS Document */

/*reset----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
	font-style: inherit;
}
body {
	font-family: serif; 
	font-weight: normal;
	line-height: 1;
	overflow-x: hidden;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	color: #333;
	background: #070102;
 }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
	border-style: none;
	width: 100%;
	display: block;
}
a {
	display: block;
}
a,
button {
	outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a {
	transition: 0.3s;
}
.sp {
	display:none;
}
@media screen and (max-width:750px) and (orientation: portrait){
#contents a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pc {
	display:none;
}
.sp {
	display:block;
}
}

/* header--------------------------------------------------------- */

header {
	position: relative;
	height: 100px;
	background: #070102;
}
header .logo {
	width: 178px;
	position: absolute;
	left: 50px;
	top: 32px;
}
header a.btn_top {
	width: 186px;
	position: fixed;
	right: 20px;
	top: 23px;
	z-index: 10;
}
header a.btn_top:hover {
	opacity: 0.7;
}

/* contents--------------------------------------------------------- */
main {
    position: relative;
    height: calc(100vh - 100px);
} 
#video-area {
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
h1 {
    position:absolute;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color:#fff;
    text-shadow: 0 0 15px #666;
}
h1 img {
	width: 750px;
}
#contents section.black {
	background: #070102;
}
#contents section.white {
	background: #fff;
}
#contents section .inr {
	width: 800px;
	margin: 0 auto;
}
#contents section .inr.wide {
	width: 900px;
}
#contents .box {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}
#contents a.btn {
	width: 540px;
	margin: 0 auto 25px;
}
#contents a.insta {
	width: 50px;
	margin: 0 auto;
}
#contents a:hover {
	opacity: 0.7;
}

/* footer--------------------------------------------------------- */
footer {
	padding-top: 90px;
	background: #070102;
	color: #fff;
	letter-spacing: 0.05em;
}
footer p {
	text-align: center;
	font-size: 16px;
	line-height: 2.1;
	margin-bottom: 40px;
}
footer p a {
	display: inline;
	color: #036eb7;
	text-decoration: underline;
}
footer p a:hover {
	color: #fff;
}
footer small {
	border-top: solid 1px #494546;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
}


@media screen and (max-width:750px) and (orientation: portrait){

/* header--------------------------------------------------------- */

header {
	height: 60px;
}
header .logo {
	width: 120px;
	top: 22px;
	left: 15px;
}
header a.btn_top {
	width: 120px;
	right: 10px;
	top: 15px;
}

/* contents--------------------------------------------------------- */

main {
    height: auto;
}
#video-area {
	position: static;
}
#video {
    width: 100%;
	position: static;
	transform: translate(0, 0);
}
h1 {
	z-index: 3;
	width: 100%;
}
h1 img {
	width: 100%;
}
#contents section .inr {
	width: auto;
	margin: 0 auto;
}
#contents section .inr.wide {
	width: auto;
}
#contents .box {
	background: #fff;
	padding-top: 0;
	padding-bottom: 40px;
	margin: 0 auto;
	width: 88%;
}
#contents a.btn {
	width: 88%;
	margin: 0 auto 25px;
}
#contents a.insta {
	width: 50px;
	margin: 0 auto 25px;
}

/* footer--------------------------------------------------------- */
footer {
	padding-top: 70px;
}
footer p {
	color: #fff;
	font-size: 12px;
}
footer small {
	font-size: 9px;
}

}
