@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&amp;subset=japanese);

/*====================
common
====================*/
.pc_none {
  display: none; }
  @media only screen and (max-width: 688px) {
    .pc_none {
      display: block; } }

.sp_none {
  display: block; }
  @media only screen and (max-width: 688px) {
    .sp_none {
      display: none !important; } }

/*====================
BASE
====================*/
html,body {
	background: #eef1f1;
}
  
*{
font-style: normal;
font-weight: normal;
letter-spacing:0.05em;
color:#666;
font-family: 'Noto Serif JP', sans-serif;
word-break:normal!important;
}

a:hover{
	opacity:0.6;}
p{
	line-height: 1.8em;
}

img{
	max-width: 100%;
	height: auto;
}


/**/

.movein{
	opacity: 0;
	transition : all 1s;
}

/**/

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea{
   -webkit-appearance: none;
   border-radius: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}

}


@media only screen and (max-width: 688px) {}



.header {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.header video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.headerFront{
	position: absolute;
	top: 0;
left: 0;
width: 100%;
height: 100%;
	background: rgba(0,0,0,0.3)
}

.header h1{
	position: absolute;
	margin: auto;
	z-index: 100;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 246px;
	top: 0;
	bottom: 0;
}

.header .movlink{
	position: absolute;
	margin: auto;
	z-index: 100;
	color: #fff;
	text-align: center;
	right: 10px;
	bottom: 10px;
}

.header .movlink a{
	color: #fff;
	font-size: 1.1em;
}
.header .movlink a span{
	color: #fff;
	display: inline-block;
  transform: rotate(90deg) scale(1, 1.5); 
	padding:  5px 0 5px 0;
}

@media only screen and (max-width: 688px) {
.header {
padding: 0 0 100%;
}
	.header video {
		left: -50%;
		width: 200%;
	}
	
	.header h1{
		height: 100px;
	}
	.header h1 img{
		width: 60%;
	}
	.header .movlink a{
	color: #fff;
	font-size: 1.0em;
}
}


.topCopy{
	max-width: 1000px;
	margin: 0 auto;
	padding: 120px 3%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.topCopy p{
	font-size: 1.4em;
	line-height: 2em;
	text-align: left;
	padding: 0 0 1em 0;
}
.topCopy p span{
	display: none;
}
.topCopy .topTxt{
	width: 76%;
}
.topCopy figure{
	width: 22%;
}
.topCopy figure p{
	font-size: 1.2em;
	text-align: right;
	padding: 5px 0 0 0;
}


@media only screen and (max-width: 688px) {
	.topCopy{
		padding: 50px 3%;
		flex-direction: column;
	}
	.topCopy p{
		font-size: 1.3em;
		text-align: left;
	}
	.topCopy .topTxt{
		width: 100%;
		padding: 0 10px 15px 10px;
	}
	.topCopy figure{
		width: 60%;
		margin: 0 auto;
	}
	.topCopy p span{
	display: inline-block;
}
}


.ph{
	margin: 0 auto 160px auto;
	padding: 0 50px;
}
.topBanner{
	max-width: 1200px;
	margin: 0 auto 30px auto;
	box-shadow: 10px 10px 10px 0px rgba( 0, 0, 0, 0.05), -10px -10px 10px 0px rgba( 255, 255, 255, 0.5);
}
.topBanner li{

}

.ph p{text-align: center;
	font-size: 1.1em;
	padding: 30px  0 0 0;
}

.slick-dots{
	bottom: -40px!important;
}

@media only screen and (max-width: 688px) {
	.ph{ 
		margin: 0 auto 80px auto;
		padding: 0;}
	.slick-dots{
		bottom: -20px!important;
	}
	.slick-dots li,
	.slick-dots li button{
		padding: 0px!important;
		width: 0px!important;
        height: 0px!important;
	}
	.slick-dots li button:before{
		font-family: 'Noto Serif JP', sans-serif!important;
		font-size: 10px!important;
		width: 1px!important;
        height: 1px!important;
	}
}

.ph h2,
.topTour h2,
.topReport h2,
.topInfo h2,
.steep h2{
	text-align: center;
	font-size: 2.4em;
	line-height: 1em;
	font-weight: bold;
	padding: 0 0 60px 0;
}
.ph h2 span,
.topTour h2 span,
.topReport h2 span,
.topInfo h2 span,
.steep h2 span{
	font-size: 0.7em;
}

.topTour{
	padding: 0 0 0 0;
}

@media only screen and (max-width: 688px) {
	.topTour h2,
.topReport h2,
	.topInfo h2,
	.steep h2{
		font-size: 2.0em;
		padding: 0 0 30px 0;
	}
	.topTour{
		padding: 0 3%;
	}
}

.topTour ul{
	max-width: 930px;
	margin: 0 auto;
}
.topTour ul li{
	margin: 0 0 100px 0;
}
.topTour ul li figure img{
	border-radius: 10px;
	box-shadow: 10px 10px 10px 0px rgba( 0, 0, 0, 0.06), -10px -10px 10px 0px rgba( 255, 255, 255, 0.5);
}
.topTour ul li p{
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 1.5em;
}

.topTour ul li .vimeo{
	max-width: 800px;
	margin: 0 auto;
height: 0;
padding: 0 0 56.25%;
position: relative;
overflow: hidden;	
}

.topTour ul li .vimeo iframe{
	width: 100%;
	height: 100%;
	position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 688px) {
	.topTour ul li{
	margin: 0 0 60px 0;
}
	.topTour ul li p{
		font-size: 1.3em;
	}
}

.topTour ul li p.credit{
	font-size: 1.1em;
	text-align: center;
}


.comingsoon{
	background-color: #fff;
	padding: 60px 30px;
	max-width: 960px;
	margin: 0 auto 130px auto;
}

.comingsoon h3{
	text-align: center;
	font-size: 3.2em;
	padding: 0 0 0.5em 0;
}
.comingsoon p{
	font-size: 1.5em;
	text-align: center;
	padding: 0 0 0.5em 0;
}
.comingsoon p.note{
	font-size: 1.1em;
}


.comingsoon p.mail{
	padding: 20px 0 0 0;
	text-align: 1em;
}
.comingsoon p.mail a{
	display: block;
	color: #fff;
background-color: #000;
	padding: 10px;
	border-radius: 10px;
max-width: 400px;
margin: 0 auto;
text-align: 1em;}
.comingsoon p.mail a i{
	color: #fff;
	margin: 0 8px 0 0;
	text-align: 1em;
}

@media only screen and (max-width: 688px) {
	.comingsoon{
		padding: 30px 15px;
		margin: 0 3% 60px 3%;
	}
	.comingsoon h3{
		font-size: 2.6em;
	}
	.comingsoon p{
		font-size: 1.3em;}
}




.topReport{
	padding: 0 0 180px 0;
}
.topReportBox{
	position: relative;
	max-width: 940px;
	height: 340px;
	margin: 0 auto;
}
.topReportBox figure{
	max-width: 490px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 10px 10px 10px 0px rgba( 0, 0, 0, 0.05), -10px -10px 10px 0px rgba( 255, 255, 255, 0.5);
}
.topReportBox div{
	max-width: 490px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	box-shadow: 10px 10px 10px 0px rgba( 0, 0, 0, 0.01), -10px -10px 10px 0px rgba( 255, 255, 255, 0.5);
}
.topReportBox div p{
	padding: 50px 50px 50px 80px;
	font-size: 1.6em;
	line-height: 2em;
}





.topInfo{
	padding: 0 0 180px 0;
}

.topInfo ul{
	max-width: 680px;
	margin: 0 auto;
}
.topInfo ul li{
	border-bottom: solid 1px #cccccc;
}
.topInfo ul li:last-child{
	border-bottom: none;
}
.topInfo ul li a{
	display: flex;
	align-items: center;
	padding: 30px 0;
}
.topInfo ul li a p.infoDate{
	font-size: 1.2em;
	line-height: 1em;
	padding: 0 3em 0 0;
}
.topInfo ul li a p.infoTitle{
	font-size: 1.6em;
	line-height: 1em;
}


.tbg{
	text-align: center;
	padding: 0 0 50px 0;
}


.footer{
	background-color: #000;
	padding: 50px 3% 50px 3%;
	text-align: center;
}

.footer h1{
	color: #fff;
	font-size: 1.8em;
	line-height: 2em;
	padding: 0 0 2em 0;
}
.footer p{
	padding: 0 0 90px 0;
}
.footer p a{
	color: #fff;
	font-size: 1.4em;
	margin: 0 30px;
}
.footer address{
	color: #fff;
	font-size: 1.3em;
}




@media only screen and (max-width: 688px) {
	.footer{padding: 30px 3% 30px 3%;}
	.footer h1{font-size: 1.6em;}
	.footer p{
	padding: 0 0 60px 0;
}
	.footer p a{
	margin: 0 10px;
}
	.footer address{font-size: 1.1em;}
}


.prev-arrow,
.next-arrow{width: 20px; height: 37px; cursor: pointer;z-index: 100;}
.prev-arrow{
	position: absolute;
	left: -40px;
	top: calc(50% - 19px);
}
.next-arrow{
	position: absolute;
	right: -40px;
	top: calc(50% - 19px);
}

@media only screen and (max-width: 688px) {
	.prev-arrow,
	.next-arrow{width: 8px; height: auto;top: calc(50% - 5px);}
	.prev-arrow{left: 10px; }
	.next-arrow{right: 10px;}
}




/*-----言語切り替え-----*/
.langChange{
	position: absolute;
	right: 0;
	top: 0;
	background: #000;
	padding: 5px 0px;
	line-height: 1em;
	font-size: 1.2em;
	color: #fff;
	cursor: pointer;
	width: 80px;
	text-align: center;
}

.langJp{}
.langEn{
	display: none;
}


/*-----メディア-----*/

.steep{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 3% 80px 3%;
}
.steep ul li{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px 0px rgba( 0, 0, 0, 0.06), -10px -10px 10px 0px rgba( 255, 255, 255, 0.5);
}
.steep ul li figure img{border-radius: 10px 10px 0 0;}
.steep ul li h3{
	padding: 20px 15px 10px 15px;
	font-size: 1.8em;
	text-align: center;
}
.steep ul li p{
	padding: 0 15px 20px 15px;
	font-size: 1.2em;
	text-align: right;
	text-align: center;
}

@media only screen and (max-width: 688px) {
	.steep ul li h3{
		text-align: left;
	}
}