*{
	margin: 0;
	padding: 0;
	
}
body{
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	box-sizing: inherit;
}

img{
	vertical-align:bottom;   
	}
	
a{
	color: #fff;
	text-decoration: none;
	
}
.b-none{
		display: block;
		}
.m-none{
	display: none;
	}

	
.fade{
	  text-align: center;
	  opacity : 0;
	  transition: opacity 3s;
	}
	 
	.fade.view{
	  opacity: 1;
	}
	
	.ltor {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s;
}
.ltor.scrollin {
  opacity: 1;
  transform: translate(0);
}
	.rtor {
  opacity: 0.1;
  transform: translateX(20px);
  transition: all 1s;
}
.rtor.scrollin {
  opacity: 1;
  transform: translate(0);
}



/*下から上にフェードイン*/
.fadein {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.nav {
	width: 100%;
	height: 65px;
	position: fixed;
	line-height: 65px;
	text-align: center;
}

.nav div.logo {
	float: left;
	width: auto;
	height: auto;
	padding-left: 0;
	margin-top: -2vw;
	width: 20%;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.logo img{
	width: 60%;
	margin-top: 4vw;
	
}
.nav div.logo a {
	text-decoration: none;
	color: #fff;
	font-size: 2.5rem;
}

.nav div.logo a:hover {
	color: #00e676;
}

.nav div.main_list {
	height: 65px;
	float: right;
}

.nav div.main_list ul {
	width: 100%;
	height: 65px;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav div.main_list ul li {
    width: 11vw;
	height: 5vw;
	padding:1.5vw 0vw;
	box-sizing: border-box;
}

.nav div.main_list ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.2vw;;
	font-weight: 900;
}

.nav div.main_list ul li a:hover {
	color:  #00e676;
}

.navTrigger {
	display: none;
}

.nav {
	padding-top: 5vw;
	padding-bottom: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}





span{
	display: block;
}


.title-waku{
	width: 100%;
	height: 20vw;
	position: relative;
	box-sizing: border-box;
	background-image: url(img-admin.jpg);
	background-size: cover;
}
.title-waku h2{
	color: #fff;
	font-size: 5vw;
	position: absolute;
	top: 7vw;
	margin-left: 15%;
	text-shadow:0 0 3px #f000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #f000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.title-waku img{
	width: 59%;
	position: absolute;
	right: 0;
}


.top-img-style{
	width: 100%;
	vertical-align: bottom;
}

.fv-waku img{
	width:100%;
}
.fv-waku h2{
	color:#fff;
	font-size: 3.5vw
	;position: absolute;
	top: 19vw;
	font-weight:bold;
	left: 4vw;
}
.fv-waku span{
	font-size: 2.5vw
}

.fv2-waku img{
	width:100%;
}
.fv2-waku h2{
	color:#fff;
	font-size: 10vw
	;position: absolute;
	top: 90vw;
	font-weight:bold;
	left: 6vw;
}
.fv2-waku span{
	font-size: 5vw
}

.top-waku{
	position: relative;
	z-index: -1;
}
.top-waku img{
	width:100%;
	margin-top: 5vw;
}

.top-waku h2{
	-ms-writing-mode: tb-rl;
	  writing-mode: vertical-rl;
	  color:#fff;
	  font-size: 4vw;
	  position: absolute;
	  right:6vw;
	  top:13vw;
}

.top-waku h3{
	color:#fff;
	font-size: 4vw;
	position: absolute;
	left:4vw;
	top:15vw;
	line-height: 4.5vw;
}

.top-waku span{
	font-size: 3.3vw;
	line-height:4vw;
	margin-top: 2vw;
}





/* HTML Set up */
footer {
  background: #070e40;
  padding-top: 5vw;
  color: #fff;
  margin: 0 0 0 0;
  @import "https://fonts.googleapis.com/css?family=Open+Sans";
  font-family: 'Open Sans', sans-serif;
}
footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5vw;

}
footer .centered .footer-logo {
  width: 0%;
}
footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}
footer .centered .footer-contact {
  width: 25%;
  line-height: 3vw;

}
footer .centered .footer-navigation {
  width: 60%;
}
footer .centered .footer-navigation .footer-links-holder {
  width: 31%;
  position: relative;
  float: left;
  margin: 0;
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  line-height: 3vw;

}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: .8em;
  text-transform: uppercase;
  padding: 15px 0;
  color: #fff;
  background: #1d1d1d;
  /* background-image:url(img-admin.jpg); */
  background-size: cover;
  text-shadow: 0 0 3px #f000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #f000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}



.top-box{
	position: fixed;
    top: 0;
    left: 0;
	width: 20%;
	margin-left: 40%;
	height: 15vw;
	background: #c1284b;
	border-radius: 0% 0% 50% 50%;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    overflow: hidden;
}



.top-box.shrink{
height: 10vw;
	}
	
.top-boximg{
width: 60%;
margin-left: 20%;
margin-top: 2vw;
 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.top-boximg.shrink{
margin-top: -10vw;
opacity: 0;
 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.top-boximg2{
width: 60%;
margin-left: 20%;
margin-top: 20vw;


}

.top-boximg2.shrink{
margin-top:1vw;
}



.b-taiken{
	position: absolute;
	width: 15%;
	top:0.5vw;
	margin-left: 5%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.b-taiken.shrink{
	position: fixed;
	top:8vw;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}


.b-map{
	position: absolute;
	width: 15%;
	top:0.5vw;
	margin-left: 23%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.b-map.shrink{
	position: fixed;
	top:7vw;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.header{
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	background: #1d1d1d;
	color: #fff;
	height: 5vw;
	-webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    z-index: 50;
	}
.header.shrink{
	height: 0vw;
}


.containerl {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}
.containerl p {
  font-size: 20px;
}
.containerl a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FF5252;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.containerl a:after {
  content: '';
  position: absolute;
  background: #FF5252;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;

}
.containerl a:hover:after, .containerl a:focus:after, .containerl a:active:after {
  width: 100%;
}

/*
h1 {
  position: relative;
  text-align: center;
  font-family: 'Vollkorn', serif;
}
*/

.button_container {
  position: fixed;
  top: 3%;
  right: 3%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 300;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #40f372;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #0f1c41;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
  z-index: 200;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: .60s;
          animation-delay: .60s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: .65s;
		  animation-delay: .65s;
}
.overlay nav {
  position: relative;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
   transform: translateY(-80%);
  font-size: 7vw;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
   transform: translateY(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.affix {
	padding: 0;
	background-color: #070e40;
	z-index: 5;
	height: 7vw;
}


/* asobi */

.asobi-co-waku{
	position: relative;
	padding-bottom: 60vw;
	z-index: -1;
	
}

.asobi-co{
	width: 100%;
	background:rgba(0,0,0,0.95);
	margin-top: 0vw;
	float: left;
	padding-top: 5vw;
	

}

.asobi-left{
	width: 50%;
	background: #fff;
	margin-left: 5%;float: left;
	padding: 2vw;
	box-sizing: border-box;
	line-height: 3.5vw;
	background-image: url(img-kanaami.png);
	background-size: repeat;
	
}
.asobi-left h2{
text-align: center;
color: #fff;
}

.asobi-left p{
	line-height: 3.5vw;
		font-family: sans-serif;
		color: #fff;

}

.asobi-left img{
	vertical-align: bottom;
}

.asobi-right{
	width: 30%;
	margin-left: 5%;
	float: left;
	background:rgba(0,0,0,0.2);
}

.asobi-right img{
	width: 100%;vertical-align: bottom;margin-top: 2vw;
}
/* asobi-end */

@media screen and (max-width: 500px) {
	.b-none{
		display: none;
		}
	.m-none{
	display: block;
	}
	.header{
		display: none;
		}
	.navTrigger {
		display: block;
	}
	.nav div.logo {
		margin-left:10%;
			margin-top: -8vw;
			width: 50%;
			opacity: 0;
	}
.logo img {
		width: 80%;
		margin-top: 11vw;
		margin-left: 39%;
	}
	
	
	.nav div.logo.shrink {
		
			opacity: 1;
	}
	
	.nav div.main_list {
		width: 100%;
		height: 0;
		overflow: hidden;
	}
	.nav div.show_list {
		height: auto;
		display: none;
	}
	.nav div.main_list ul {
		flex-direction: column;
		width: 100%;
		height: 100vh;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #111;
		background-position: center top;
	}
	.nav div.main_list ul li {
		width: 100%;
		text-align: right;
	}
	.nav div.main_list ul li a {
		text-align: center;
		width: 100%;
		font-size: 3rem;
		padding: 20px;
	}
	.nav div.media_button {
		display: block;
	}


.navTrigger {
	cursor: pointer;
	width: 30px;
	height: 25px;
	margin: auto;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
}

.navTrigger i {
	background-color: #fff;
	border-radius: 2px;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
}

.navTrigger i:nth-child(1) {
	-webkit-animation: outT 0.8s backwards;
	animation: outT 0.8s backwards;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
	margin: 5px 0;
	-webkit-animation: outM 0.8s backwards;
	animation: outM 0.8s backwards;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
	-webkit-animation: outBtm 0.8s backwards;
	animation: outBtm 0.8s backwards;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
	-webkit-animation: inT 0.8s forwards;
	animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
	-webkit-animation: inM 0.8s forwards;
	animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
	-webkit-animation: inBtm 0.8s forwards;
	animation: inBtm 0.8s forwards;
}






@-webkit-keyframes inM {
	50% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}

@keyframes inM {
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(45deg);
	}
}

@-webkit-keyframes outM {
	50% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}

@keyframes outM {
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(45deg);
	}
}

@-webkit-keyframes inT {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(9px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(9px) rotate(135deg);
	}
}

@keyframes inT {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(9px) rotate(0deg);
	}
	100% {
		transform: translateY(9px) rotate(135deg);
	}
}

@-webkit-keyframes outT {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(9px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(9px) rotate(135deg);
	}
}

@keyframes outT {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(9px) rotate(0deg);
	}
	100% {
		transform: translateY(9px) rotate(135deg);
	}
}

@-webkit-keyframes inBtm {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(-9px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-9px) rotate(135deg);
	}
}

@keyframes inBtm {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(-9px) rotate(0deg);
	}
	100% {
		transform: translateY(-9px) rotate(135deg);
	}
}

@-webkit-keyframes outBtm {
	0% {
		-webkit-transform: translateY(0px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(-9px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-9px) rotate(135deg);
	}
}

@keyframes outBtm {
	0% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(-9px) rotate(0deg);
	}
	100% {
		transform: translateY(-9px) rotate(135deg);
	}
}

.top-waku{
	position: relative;
	z-index: -1;
}
.top-waku img{
	width:100%;
	margin-top: 0vw;
}

.top-waku h2{
font-size: 11vw;
	  right:5vw;
	  top:16vw;
	  line-height: 17vw;

}

.top-waku h3{
	font-size: 8vw;
	left:4vw;
	top:15vw;
}

.top-waku span{
	font-size: 6vw;
	line-height:8vw;
	margin-top: 5vw;
}


.affix {
	padding: 0;
	z-index: 5;
	height: 18vw;
	  /* background-image:url(img-admin.jpg); */
  background-size: cover;
  background: #000;
}


.myH2 {
	text-align: center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 20px;
}

.mainListDiv{
	display: none;
}
.navTrigger{
	display: none;
}




	.btn-open {
    margin-left: 0vw;
}
	
	.top-co-waku{
	width:100%;
	
	}
	.top-item-waku{
	width: 100%;
	height: 25vw;
	padding:4vw 0vw;
	box-sizing: border-box;
	}
	
	.top-item-waku2{
			width: 33.3333333%;
			height: 30vw;
			padding: 1vw;
			box-sizing: border-box;
			text-align: center;
		}
	
	
	.top-item-waku i{
		font-size: 6vw;
		text-align: center;
	}
	.top-item-waku h2{
		font-weight: 900;
		font-size: 3vw;
		text-align: center;

	}
	
	.top-item-waku h3{
		font-weight: 300;
		font-size: 3.5vw;
		margin-bottom: 4vw;
	text-align: center;


	}
	
	.top-co-waku2{
	top:8vw;
	font-size: 4.5vw;	
	width: 55vw;
	}
	
		.top-co-waku2 h3{
	font-size: 4vw;
		}


	
	.top-co-waku2 h4{
		border-top: 2px solid #ff0900;
		border-bottom: 2px solid #ff0900;
		line-height: 5.2vw;
		font-size: 3vw;
		}



		 .top-co-waku2 ul{
			 list-style: none;
			 color:#fff;
			 font-size: 3.5vw;
			 margin-top: 1vw;
			 }

			 
	.co-img{
		width: 28%;
		position: absolute;
		}		 

.co-img-style1{
	top: 45vw;
	left: 3vw;
	
	}
	
	.co-img-style2{
	top: 45vw;
	left:36vw;
	
	}
	
	.co-img-style3{
	top: 45vw;
	left:69vw;
	
	}

	
	.co2-img{
		width: 28%;
		position: absolute;
		}		
		
		.co2-img-style1{
			top: 47vw;
			left: 3vw; 
			}
			
			.co2-img-style2{
			top: 15vw;
			left: 3vw; 
			}
			
			.co2-img-style3{
			top: 15vw;
			left: 35vw; 
			}
			
				.co2-img-style4{
			top: 47vw;
			left: 35vw; 
			}
	
	
	.top-co2-waku2{
	top:15vw;
	font-size: 4.5vw;	
	width: 32vw;
	margin-left: 66%;
	}
	
	.top-co2-waku2 h3{
	font-size: 4vw;
		}
	
	.top-co2-waku2 h4{
		border-top: 2px solid #ff0900;
		border-bottom: 2px solid #ff0900;
		line-height: 5.2vw;
		font-size: 3vw;
		}



		 .top-co2-waku2 ul{
			 list-style: none;
			 color:#fff;
			 font-size: 3.5vw;
			 margin-top: 1vw;
			 }
	
	.top-co2-waku{
	width:100%;
	
	}

		.top-item2-waku{
	width: 100%;
	height: 25vw;
	padding:4vw 0vw;
	box-sizing: border-box;
	}
	
	.top-item2-waku2{
			width: 33.3333333%;
			height: 30vw;
			padding: 1vw;
			box-sizing: border-box;
			text-align: center;
		}
	
	
	.top-item2-waku i{
		font-size: 6vw;
		text-align: center;
	}
	.top-item2-waku h2{
		font-weight: 900;
		font-size: 3vw;
		text-align: center;

	}
	
	.top-item2-waku h3{
		font-weight: 300;
		font-size: 3vw;
		margin-bottom: 4vw;
	text-align: center;
	}
	
					.flow-title{
			width: 100%;
			height: 30vw;
			padding:10vw 5vw;
			color: #fff;
			background: #000;
						
		}
		
		.flow-title h2{
			font-size: 7vw;
			}
			
		
		.flow-oowaku{
			background-image: url(img-admin.jpg);
			height: 270vw;
		}
		
		.flow-waku{
			margin-left: 27%;
			}
			
			.flow-waku2{
				height: 40vw;
				width: 40vw;
			}
			
		.flow-waku3{
		padding: 10.5vw 14vw;
	   		font-size: 14vw;
		}
		
		
		
			
			.flow-info-waku{
				width: 70vw;
				margin-left: -15vw;;
	
				}
				
				.flow-info-waku p{
					font-size: 4.4vw;
					font-weight: 700;
					}
	
	
	.flow-info-waku h3{ 
		 font-size: 6.7vw;
    }
    
    
    
    					
					.koe-waku{
						height: 110vw;
						background: #000;
						margin-bottom: 5vw;
						}
																
					.koe-waku-left{
						width: 	100%;
	
						height: 50vw;
						overflow: hidden;
						margin-top: 15vw;
					}
	.koe-brush{
		width: 80%;
		margin-top: 7vw;
		margin-left: 13vw;

	}
	
	
	.koe-man{
		width: 45%;
		margin-top: 5vw;
		position: absolute;
		top: 0vw;
left: 40vw;
	}
	
	
	.koe-waku h3{
	color: #fff;
	position: absolute;
	top: 45vw;
	left: 65vw;
	font-size: 4vw;
	}
	
	.koe-waku-right{
		width: 100%;
		position: relative;
		float: left;
		height: 30vw;
		color: #fff;
		font-size: 2.5vw;
		padding:8vw;
	}
    
    	.top-qa-waku{
		padding: 15vw 3vw 5vw 3vw;
	}
	
	.top-qa-waku img{
		width: 100%;
		margin-left: 0%;
	}
    					
					   
.btn-open {
margin-top: 10vw;
}



	.access-waku h2{
		font-size: 4vw;
	}
	
	 .access-waku iframe{
	margin-top: 3vw;
		margin-bottom: 3vw;

	}
	.access-waku h3{
		font-size: 3.5vw;
	}

	
	.urabe-info-waku2{
	height: 80vw;
	overflow: hidden;
	
}
.urabe-info-waku3 img{
	width: 64%;
	right: -13vw;
}

.urabe-info-waku3 p {
  right: -50%;
  top:36vw;
  font-size: 0.8em;
}
.urabe-info-waku3 p span {
  font: 700 1.8em/1 "Oswald", sans-serif;
  padding: .15em 0 .325em;
 }
 .urabe-prof-waku{
	 color: #fff;
	 text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 10px #000, 0 0 6px #000, 0 0 10px #000;
	 font-size: 2vw;
	 top: 20vw;
	 position: absolute;
}

	




  footer .centered {
    flex-wrap: wrap;
	margin-bottom: 0vw;

  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }

  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 10px 20px;
    border-top: #000 1px solid;
    cursor: pointer;
     background: #000;


    /* Down Arrows */
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform .5s;
    transition: transform .5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  footer .centered .footer-navigation .footer-links-holder.active h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.active .footer-links {
    max-height: 10000px;
        background: #000;

  }

/* Social Icons */
.social {
  text-align: center;
}
.social a {
  display: inline-block;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  background: #9afbf6;
  border-radius: 50%;
  vertical-align: middle;
}
.social a:hover {
  background: #fff;
}
.social a.linkedin {
  padding: 4px;
}
.social a svg .face, .social a svg .twit, .social a svg .link {
  fill: #000;
}

/* Typography */
footer h3 {
  font-weight: lighter;
  font-style: italic;
  margin-bottom: 0;
}
footer p, footer li {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 10px 0;
  line-height: 7vw;

}
footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .5s, background .5s;
  transition: color .5s, background .5s;
}
footer a:hover {
  color: #fff;
}
/* asobi*/
.asobi-co{
	width: 100%;
	margin-top: 30vw;
	}
.asobi-co h2{
	line-height: 10vw;
	}
.asobi-left{
	width: 90%;
	margin-left: 5%;
	padding: 3vw;
	box-sizing: border-box;
}

.asobi-left p{
	line-height: 8.5vw;
}

.asobi-right{
	width: 90%;
	margin-left: 5%;
	background: #252525;
	}

.asobi-right img{
	    width: 48%;
    vertical-align: bottom;
    margin-top: 1vw;
    margin-right: 1%;
    float: left;
    margin-left: 1%;}




}
