@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
.container {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
}
.area1 {
  scroll-snap-align: start;
  height: 100vh;
  background-image: url("img/back1.jpg");
  background-size: cover;
  background-position: center;
}
.area2 {
  scroll-snap-align: start;
  height: 100vh;
  background-image: url("img/back2.jpg");
  background-size: cover;
  background-position: center;
}
.area3 {
  scroll-snap-align: start;
  height: 100vh;
  background-image: url("img/back3.jpg");
  background-size: cover;
  background-position: center;
}
.area4 {
  scroll-snap-align: start;
  height: 100vh;
  background-image: url("img/back4.jpg");
  background-size: cover;
  background-position: center;
}
.area5 {
  scroll-snap-align: start;
  height: 100vh;
  background-image: url("img/back5.jpg");
  background-size: cover;
  background-position: center;
}
.area6 {
  scroll-snap-align: start;
  height: 100vh;
  background-image: url("img/back6.jpg");
  background-size: cover;
  background-position: center;
}
.area7 {
  scroll-snap-align: start;
  height: 100vh;
  background-image: url("img/back7.jpg");
  background-size: cover;
  background-position: center;
}
.area8 {
  scroll-snap-align: start;
  height: 100vh;
  background-image: url("img/back8.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 670px) {
	.area1 {
		background-image: url("img/back1s.jpg");
	  }
	  .area2 {
		background-position: left;
	  }
	  .area3 {
		background-image: url("img/back3s.jpg");
	  }
	  .area4 {
		background-image: url("img/back4s.jpg");
	  }
	  .area5 {
		background-image: url("img/back5s.jpg");
	  }
	  .area6 {
		background-image: url("img/back6.jpg");
	  }
	  .area7 {
		background-image: url("img/back7.jpg");
	  }
	  .area8 {
		background-image: url("img/back8.jpg");
	  }
}

/* General Styling */
body {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
html { scroll-behavior: smooth;}
h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
.outer {
  position: relative;
  height: 100%;
}
.outer a {
  padding-top: 70px;
}
.outer a span {
  position: absolute;
  bottom: 130px;
  right: 15%;
  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 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.outer_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.outer_box h1 {
	margin: 0 auto;
	width: auto;
  padding: 0 0 30px;
	color: #fff;
	font-size: 3.5em;
	letter-spacing: 0.3em;
}
.outer_box h2 {
	margin: 0 auto;
	width: auto;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
}
.outer_box a {
	color: #fff;
	text-decoration: none;
}
.outer_box p {
	margin: 0 auto;
	width: auto;
	color: #fff;
	font-size: 1.3em;
	line-height: 3em;
}
/*
.outer_box p a {
	margin: 30px auto;
	display: block;
	width: 60%;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.2)
}
.outer_box p a:hover {
	filter:alpha(opacity=30);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
*/
.outer_box p a {
	margin: 30px auto;
	display: block;
	width: 60%;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
}

.outer_box p a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #fff;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
@media screen and (max-width: 670px) {
.outer_box h1 {
	padding: 25px 0 50px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0em;
}
.outer_box p a {
	width: 80%;
}
}

.outer h1 {
	margin: 0 auto;
	width: auto;
  padding: 25% 0 70px 0;
	color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 3.5em;
	letter-spacing: 0.1em;
}
.outer h2 {
	margin: 0 auto;
	width: auto;
  padding: 100px 0 0 0;
	color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 1.5em;
	font-weight: 500;
}
.outer p {
	margin: 0 auto;
	width: auto;
	color: #fff;
	font-size: 1.3em;
}
@media screen and (max-width: 670px) {
	.outer h1 {
		font-size: 2em;
	}
	.outer p {
		font-size: 1em;
	}
}
@media screen and (max-height: 720px) {
	.outer h1 {
		padding: 5% 0 70px 0;
	}
}

.text-tate {
	width: 100%;
	position: absolute;
	text-align: left;
	top: 13%;
	bottom: 200px;
	right: 50px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.3em;
	line-height: 2em;
}
.text-tate h3 {
	font-size: 1.5em;
}
@media screen and (max-width: 670px) {
	.text-tate {
		top: 15%;
		font-size: 1em;
		line-height: 1.7em;
	}
	.text-tate h3 {
		font-size: 1.3em;
	}
}
@media screen and (max-height: 720px) {
	.text-tate {
		top: 20%;
		font-size: 1em;
		line-height: 1.7em;
	}
	.text-tate h3 {
		font-size: 1.4em;
	}
}

.text_tate_cap {
	width: 100%;
	position: absolute;
	text-align: left;
	top: 13%;
	bottom: 200px;
	right: 50px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2em;
}
.text_tate {
	width: 100%;
	position: absolute;
	text-align: left;
	top: 13%;
	bottom: 200px;
	right: 130px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.3em;
	line-height: 2.5em;
}
@media screen and (max-width: 670px) {
	.text_tate_cap {
		font-size: 1.3em;
	}
	.text_tate {
		font-size: 1em;
		line-height: 1.7em;
	}
}
.outer_box2 {
	position: absolute;
	width: 30%;
	bottom: 50px;
	left: 0px;
  }
.outer_box2 .youtube {
	position: absolute;
	width: 60%;
	bottom: 50px;
	left: 0px;
  }
.outer_box2 p a {
	margin: 30px auto;
	display: block;
	width: auto;
	border: 0px solid #fff;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
}
.outer_box2 p a:hover{
	color: #333;
	text-decoration: none;
	background-color: #fff;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
@media screen and (max-width: 670px) {
	.outer_box2 {
		width: 60%;
		bottom: 100px;
	}
	.outer_box2 .youtube {
		width: 60%;
		bottom: 100px;
	}
	.outer_box2 p a {
		margin: 10px auto;
	}
}

.text_left {
	width: 45%;
	position: absolute;
	text-align: left;
	top: 40%;
	left: 5%;
	font-size: 1.3em;
}
.text_left a {
	padding: 10px;
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 20px;
}
.text_left a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.text_right {
	width: 45%;
	position: absolute;
	text-align: left;
	top: 40%;
	right: 5%;
	font-size: 1.3em;
}
.text_right a {
	padding: 10px;
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 20px;
}
.text_right a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
@media screen and (max-width: 670px) {
	.text_left {
	width: 85%;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    }
    .text_right {
	width: 85%;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    }
}

/* ↓ナビ↓ */

.inner {
	width: 90%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 30px;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #666;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 15px;
	font-color: #333;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
@media screen and (max-width: 670px) {
#nav-toggle {
	right: 30px;
	top: 30px;
}
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}

@media screen and (max-width: 3000px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}

#mobile-head {
		z-index: 999;
		position: relative;
	}

	#mobile-head-text {
			top:30px;
			position: fixed;
			color:#fff;
			font-size: 0.8em;
		}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -700px;
		background-color:rgba(0,0,0,0.8);
		width: 100%;
		text-align: center;
		padding: 50px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 17px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 15px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(700px);
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
	}
}