@charset "UTF-8";
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;

}
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
html,body{
	height: 100%;
	color: #fff;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	margin: 0px;
	height: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
	background-color: #000;
	-webkit-text-size-adjust: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.box {
	width: 100%;
	height: 100vh;
	color: #fff;
	font-size: 100px;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
	margin: 0px;
}
.box h1 {
	margin: 0px;
	padding: 0px;
}
.box a {
	bottom: 0px;
}
#box {
	text-align: center;
	background-color: #000;
	overflow: hidden;
	padding-bottom: 20px;
}
#box p {
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box h2 {
	margin-top: 80px;
	margin-bottom: 0px;
}
#box ul {
	text-align: center;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 1095px;
}
#box ul .ml {
	margin-left: 0px;
}
#box ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0px;
	height: 162px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}
/*
#box ul li  img {
	transition: 0.5s;
}
#box ul li  img:hover  {
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60; 
	-moz-opacity: .60;
	cursor: default;
	transition: 0.3s;
}
*/


.box a {
	padding-top: 60px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.box a span {
	position: absolute;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
	bottom: 100px;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}



*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	overflow: auto;
}
.modal a {
	color: #000;
}
.modal a:hover {
	color: #000;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	width: 100%;
	position: absolute;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 30px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
#pp {
	text-align: center;
}
#pp a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
	border: 1px solid #ccc;
	display: block;
	height: 30px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
#pp a:hover {
	color: #999;
}
.modal.js-modal .modal__content {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
.modal.js-modal .modal__content p {
	margin-bottom: 10px;
}
.modal.js-modal .modal__content div .js-modal-close {
	color: #fff;
	background-color: #000;
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	transition: 0.5s;
}
.modal.js-modal .modal__content div .js-modal-close:hover {
	color: #999;
}

