body{
}

#wrapper {
	width: 100%;
	padding: 80px 0 0;
}
#top-head a,
#top-head {
    color: #fff;
}
#global-nav ul li a {
	border-bottom: 5px solid rgba(255,255,255,.0);
}
#global-nav ul li a:hover,
#global-nav ul li a.koko {
	border-bottom: 5px solid rgba(255,255,255,1.0);
}
#mv {
	height: 822px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#mv p {
	position: absolute;
	margin: 0;
	left: 50%;
	top: 50%;
	margin-left: -134px;
	margin-top: -69px;
}
#mv .arrow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -36px;
}
#mv .banner {
	display: block;
	width: 450px;
	height: 100px;
	border: rgba(255,255,255,.4) 1px solid;
	position: relative;
	background: url(../images/top/banner01.jpg) no-repeat center center;
	display: table;
	top: 70%;
	left: 50%;
	margin-left: -225px;
}
#mv .banner p {
	position: static;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 120%;
	letter-spacing: 2px;
	font-family: 'Slabo 27px', serif;
}
#mv .banner p strong {
	display: inline-block;
	font-size: 140%;
	margin-right: 5px;
	letter-spacing: 3px;
}
#mv .banner img {
	display: block;
	position: absolute;
	width: 12px;
	height: auto;
	left: 50%;
	margin-left: -6px;
	bottom: 10px;
}
#mv .banner:hover {
	border: rgba(255,255,255,.8) 1px solid;
}

#video {
  background: url('../images/top/movie_01.jpg') no-repeat; // 動画が再生を始めるまで、cssのほうでも背景を設定します。
  background-attachment: fixed; // 中央揃えになるように、fixed。
  background-position: center center; // positionも中央に。
  background-size: cover; // 画面サイズに応じてサイズを可変するように設定。
  left: 0;
  // 以下、画面いっぱいにするためのCSS設定
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  // wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
  position: absolute;
  top: 0;
  // z-indexは調整してください。
  z-index: 1;
  max-height: 822px;
  overflow: hidden;
}
video {
  background: url('../images/top/movie_01.jpg') no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  left: 0;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 0;
  z-index: 1;
  max-height: 822px;
  overflow: hidden;
}

.covervid-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	max-height: 822px;
    height: 100%;
	z-index: 0;
}

#circleBox {
	position: relative;
	margin: 0 auto;
	width: 540px;
	height: 540px;
}
#circleBox p {
	margin: 0;
	padding-top: 60px;
	text-align: center;
}
.circle {
	display: none;
	animation-name: css3RotationGraphic;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-name: css3RotationGraphic;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 5s;
	-moz-animation-name: css3RotationGraphic;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 5s;
	width: 540px;
	height: 540px;
	border-radius: 500px;
	border-style: solid;
	border-width: 1px;
	position: absolute;
}
@keyframes css3RotationGraphic {
  0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

@-webkit-keyframes css3RotationGraphic {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes css3RotationGraphic {
  0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); }
}

#c01 {
  border-color: rgba(204,204,204,0.4);
  border-style: solid;
  left: 1px;
  top: 2px;
  -webkit-transform-origin: 50% 52%;
  -moz-transform-origin: 50% 52%;
}
#c02 {
  border-color: rgba(204,204,204,0.9);
  border-style: dashed;
  left: 3px;
  top: 2px;
  -webkit-transform-origin: 51% 51%;
  -moz-transform-origin: 51% 51%;
}
#c03 {
  border-color: rgba(204,204,204,0.1);
  border-style: dashed;
  left: 3px;
  top: 1px;
  -webkit-transform-origin: 52% 50%;  
  -moz-transform-origin: 52% 50%;  
}
#c04 {
  border-color: rgba(204,204,204,0.2);
  border-style: solid;
  left: 0px;
  top: 2px;
  -webkit-transform-origin: 51% 50%; 
  -moz-transform-origin: 51% 50%; 
}
#c05 {
  border-color: rgba(204,204,204,0.1);
  border-style: solid;
  left: 2px;
  top: 2px;
  -webkit-transform-origin: 52% 50%; 
  -moz-transform-origin: 52% 50%; 
}



#top2 {
	width: 100%;
}
#top2 li {
	overflow: hidden;
	margin-bottom: 100px;
}
#top2 li .ph {
	width: 55%;
	float: left;
	height: 373px;
}
#top2 li:nth-child(2n) .ph {
	float: right;
}
#top2 li:nth-child(1) .ph {
	background: url(../images/top/ph01.png) no-repeat right center;
}
#top2 li:nth-child(2) .ph {
	background: url(../images/top/ph02.png) no-repeat left center;
}
#top2 li:nth-child(3) .ph {
	background: url(../images/top/ph03.png) no-repeat right center;
}
#top2 li:nth-child(4) .ph {
	background: url(../images/top/ph04.png) no-repeat left center;
}
#top2 li dl {
	width: 40%;
	float: left;
	margin: 0px 2.5%;
	position: relative;
	height: 373px;
}
#top2 li:nth-child(2n) dl {
	float: none;
}
#top2 li dt.ttl1 {
	margin-bottom: 30px;
}
#top2 li:nth-child(2n) dt.ttl1 {
	margin-bottom: 30px;
	float: right;
}
#top2 li dt.ttl2 {
	position: absolute;
	top: 0;
	left: 85px;
}
#top2 li:nth-child(2) dt.ttl2 {
	text-align: right;
	right: 150px;
}
#top2 li:nth-child(4) dt.ttl2 {
	text-align: right;
	left: auto;
	right: 85px;
}
#top2 li dt.ttl2 img {
	width: 55px;
	height: auto;
	margin-bottom: 3px;
}
#top2 li dt.ttl2 span {
	display: block;
	font-size: 90%;
	font-family: 'Slabo 27px', serif;
}
#top2 li dd.txt {
	position: absolute;
	top: 90px;
	left: 85px;
}
#top2 li:nth-child(2) dd.txt {
	text-align: right;
	position: absolute;
	top: 90px;
	left: auto;
	right: 150px;
}
#top2 li:nth-child(4) dd.txt {
	text-align: right;
	position: absolute;
	top: 90px;
	right: 85px;
	left: auto;
}
#top2 li dd.txt span {
	display: block;
}
#top2 li dd.btn {
	max-width: 200px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#top2 li:nth-child(2n) dd.btn {
	left: auto;
	right: 0;
}
#top2 li dd.btn a {
	display: block;
	text-align: center;
	background-color: #eee;
	color: #000;
	line-height: 100%;
	padding: 8px 0;
	font-weight: 400;
}
#top2 li dd.btn a:hover {
	background-color: #333;
	color: #eee;
}
#top3 {
	width: 100%;
	background-color: #191919;
	margin-bottom: 100px;
}
#top3 ul {
	max-width: 1050px;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
#top3 li {
	float: left;
	margin: 0;
	width: 25%;
}
#top3 li a {
	display: block;
	color: #fff;
	text-align: center;
}
#top3 li figure {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#top3 li figcaption {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
#top3 li figure:hover figcaption {
	top: 0;
	left: 0;
}
#top3 li figcaption h2,
#top3 li figcaption h3,
#top3 li figcaption h4,
#top3 li figcaption h5 {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 110%;
	font-weight: 200;
	position: absolute;
	top: 41%;
}
#top3 li figcaption p {
	color: #fff;
	text-align: center;
	font-family: 'Slabo 27px', serif;
	font-size: 90%;
	width: 100%;
	position: absolute;
	top: 50%;
	letter-spacing: 1px;
}
#top3 li figure .arrow {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 12px;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	z-index: 5;
}
#top3 li figure:hover .arrow {
	top: auto;
	bottom: 15px;
}
#top4 {
	width: 100%;
	background-color: #eee;
	padding: 35px 0;
}
#top4 h6 {
	text-align: center;
	font-family: 'Slabo 27px', serif;
	font-size: 150%;
	font-weight: 200;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
#top4 .t4_in {
	max-width: 770px;
	width: 90%;
	margin: 0px auto;
	border-top: #bbb 1px dotted;
}
#top4 .t4_in li {
	line-height: 140%;
	border-bottom: #bbb 1px dotted;
	padding: 15px 0;
}
#top4 .t4_in li span {
	float: left;
}
#top4 .t4_in li p {
	margin: 0;
	margin-left: 100px;
}










@media screen and (max-width: 980px) {
.covervid-wrapper {
}
#mv {
	height: 660px;
}
#top2 li .ph {
	width: 35%;
}
#top2 li dl,
#top2 li:nth-child(2n) dl {
	width: 60%;
	margin: 0px 2.5%;
}
}








@media print {
body{
	background-image: none;
}
#mv {
	display: none;
}
#top-head a,
#top-head {
    color: #333;
}
.logo .pc {
	display: none;
}
.logo .mobile {
	display: inherit;
}
#circleBox {
	position: static;
	margin: 0 auto 40px;
	max-width: 350px;
	height: auto;
}
#circleBox p {
	position: static;
	margin: 0;
	padding-top: 60px;
	text-align: center;
}
#top2 {
	width: 100%;
	margin: 0px auto;
}
#top2 li {
	margin-bottom: 60px;
}
#top2 li .ph {
	width: 40%;
	height: auto;
	height: 230px;
	background-size: auto 100%;
}
#top2 li dl {
	width: 55%;
	margin: 0px 2.5%;
	height: auto;
}
#top2 li dt.ttl1 {
	max-width: 44px;
	margin-bottom: 30px;
}
#top2 li:nth-child(2) dt.ttl1 {
	max-width: 91px;
	margin-bottom: 30px;
	float: right;
}
#top2 li dd.btn,
#top2 li:nth-child(2n) dd.btn {
	display: none;
}
#top3 {
	margin-bottom: 50px;
}
}









@media screen and (max-width: 680px) {
body {
	background-size: 1000px auto;
}

#mv {
	height: 514px;
}
#mv p {
	position: absolute;
	margin: 0;
	left: 50%;
	top: 50%;
	margin-left: -134px;
	margin-top: -45px;
}
#mv .arrow {
}

#video {
	height: 514px;
}

.covervid-wrapper {
	max-height: 514px;
}

.circle {
}
#circleBox {
	width: 400px;
	height: 400px;
}
#circleBox p {
	max-width: 426px;
	width: 90%;
	margin: 0px auto;
	padding-top: 30px;
	text-align: center;
}
.circle {
	width: 400px;
	height: 400px;
}

#top2 li .ph {
	width: 15%;
}
#top2 li dl,
#top2 li:nth-child(2n) dl {
	width: 80%;
	margin: 0px 2.5%;
}
#top2 li dd.txt span {
	display: inline;
}
#top3 li figcaption h2,
#top3 li figcaption h3,
#top3 li figcaption h4,
#top3 li figcaption h5 {
	font-size: 100%;
	top: 37%;
}
#top3 li figcaption p {
	top: 51%;
}
}









@media screen and (max-width: 480px) {
#wrapper {
	width: 100%;
	padding: 40px 0 0;
}
#circleBox {
	width: 340px;
	height: 340px;
}
#circleBox p {
	max-width: 370px;
	width: 80%;
	margin: 0px auto;
	padding-top: 50px;
	text-align: center;
}
.circle {
	width: 340px;
	height: 340px;
}

#top2 li .ph {
	height: 270px;
	background-size: auto 270px;
}
#top2 li dl,
#top2 li:nth-child(2n) dl {
	width: 75%;
	margin: 0px 5%;
	height: 270px;
}
#top2 li dt.ttl1 {
	width: 45px;
}
#top2 li:nth-child(2) dt.ttl1 {
	width: 93px;
}
#top2 li dt.ttl2 {
	left: 70px;
}
#top2 li:nth-child(2) dt.ttl2 {
	left: auto;
	right: 120px;
}
#top2 li:nth-child(4) dt.ttl2 {
	left: auto;
	right: 70px;
}
#top2 li dt.ttl2 span {
	font-size: 80%;
}
#top2 li dd.txt {
	left: 70px;
	font-size: 90%;
}
#top2 li:nth-child(2) dd.txt {
	left: auto;
	right: 120px;
}
#top2 li:nth-child(4) dd.txt {
	right: 70px;
	left: auto;
}
#top2 li dd.btn,
#top2 li:nth-child(2n) dd.btn {
	max-width: none;
	width: 100%;
}
#top3 li {
	width: 50%;
}
#top3 li figcaption h2,
#top3 li figcaption h3,
#top3 li figcaption h4,
#top3 li figcaption h5 {
	font-size: 100%;
	top: 37%;
}
#top3 li figcaption p {
	top: 51%;
}
}