/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
font-size:16px;
font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body{
	background:url("../img/zero_bg.jpg");
	max-width:1920px;
	margin:0 auto;
	width:100%;
}
.wrapper{
	overflow:hidden;
}
p {
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 200%;
    font-weight: 500;
}
h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    letter-spacing: 3px;
    margin: 50px 0;
}
h3{
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
a{
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    letter-spacing: 2px;
color:#000 !important;
}
a:hover{
	text-decoration: none;
}
.fix-menu-pc {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: fixed;
    left: 2%;
    top: 18%;
	z-index:10;
}
.fix-menu-pc ul{
	display:inline-block;
	list-style:none;
	padding-left:0;
}
.fix-menu-pc ul li {
    display: inline;
    margin: 10px 0;
}
#zero-mv{
	width:100%;
	height:100vh;
	background:url("../img/zero-mv.png")no-repeat center top;	
}
.parent {
  position: relative;
height:100vh;
}

.parent p {
  position: absolute;
  top: 50%;
	left: 30%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100px;
  text-align: center;
}

section{margin-top:200px;}
.area-repo01{margin-top:-100px;}
.zero-table{letter-spacing:2px;}
.zero-table th{width:30%;padding:10px;}
.zero-table td{width:70%;padding:10px 10px 30px;}

footer{
margin-top:180px;
padding:70px 10px;
background:#351a0b;	
color:#fff;
text-align:center;
	font-size:20px;
	letter-spacing:2px;
    font-family: 'Cormorant Garamond', serif;
}
.fix-menu-sp{
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:10;
}
.fix-menu-sp {display:none !important;}
@media (max-width: 1199px){
#zero-mv {
    height: 80vh;
}
section{margin-top:50px;}
.parent p {
    position: absolute;
    top: 60%;
    left: 13%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100px;
    text-align: center;
}
}
@media (max-width: 991px){
.fix-menu-sp {display:block !important;}
.fix-menu-pc{display:none;}	
}

@media (max-width: 767px){
#zero-mv {
    width: 100%;
    height: auto;
    background: url(../img/zero-mv.png)no-repeat right top;
	background-size:contain;
}
p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 200%;
    font-weight: 500;
}
.parent {
    position: initial;
    height: auto;
}
.parent p {
    position: inherit;
    -webkit-transform: initial;
    transform: initial;
    width: 100%;
    text-align: center;
	padding: 2rem;
    margin-top: 180px;
	margin-bottom:0;
}
.parent img{width:100%;}
section{margin-top:0px;}
#zero-01 br{display:none;}	
#zero-02{padding:0 15px;}
h3{font-size:20px;}
	th,td{width:100% !important;float:left;}
	td{border-bottom:1px dashed #ccc;margin-bottom:15px;}
	footer{margin-top:50px;}
.navbar {
    padding: 1rem;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
    background: #fff;
}
nav ul {
    list-style: none;
    background: #fff;
    padding: 15px;
    border-radius: 0 15px 15px;
}
nav ul li{
border-bottom:1px dashed #ccc;
padding-bottom:5px;
margin-bottom:5px;
}
}