body {
}

.map {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: url(../img/bg_sky.png) left top no-repeat, url(../img/map.gif) 50vw 100px repeat-x;
	background-size: 120vw auto ;
	opacity: 0.6;
}

#message {
	padding: 60px 0 80px;
	overflow: hidden;
	text-align: center;
}
#message h1 {
	color: #001d67;
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
	font-size: 40px;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
}
#message h1 .icon {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
#message h2 {
	margin-top: 20px;
	color: #001d67;
	font-size: 18px;
	text-align: center;
}
#message h2 span {
	position: relative;
	top: -3px;
	font-size: 28px;
	margin-right: 20px;
}
@media(max-width:748px) {
#message {
	padding: 80px 0 80px;
	overflow: hidden;
}
#message h1 {
	font-size: 30px;
	line-height: 1.2;
}
#message h1 .icon {
	display: none;
	margin-bottom: 20px;
	text-align: center;
}
#message h2 {
}
#message h2 span {
	position: relative;
	top: -3px;
	font-size: 28px;
	margin-right: 20px;
}
}
/*--------------------------------------
movie
--------------------------------------*/
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	pointer-events: auto;
}
.overlay .overlay_inner {
	display: table;
	width: 100%;
	height: 100%;
}
.overlay .video-wrap {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	pointer-events: auto;
}
.overlay video {
	max-width: 90vw;
}
.overlay .clsbtn {
	position: absolute;
	display: block;
	top:20px;
	right: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.overlay .clsbtn span:first-child {
	position: absolute;
	top: 50%;
	width: 100%;
	display: block;
	height: 1px;
	background: #fff;
	transform-origin: center center;
	transform: rotate(45deg)
}
.overlay .clsbtn span:nth-child(2) {
	position: absolute;
	top: 50%;
	width: 100%;
	display: block;
	height: 1px;
	background: #fff;
	transform-origin: center center;
	transform: rotate(-45deg)
}
/*--------------------------------------
select area
--------------------------------------*/
#message .selectarea {
	display: inline-block;
	position: absolute;
	top: 175px;
	right: 50px;
}
#message .selectarea select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #001d67;
	padding: 2px 40px 2px 40px;
	font-size: 16px;
	color: #fff;
}
#message .selectarea::before {
	display: block;
	position: absolute;
	top: 20%;
	left: 28px;
	width: 1px;
	height: 60%;
	background: #fff;
	content: "";
	font-size: 16px;
}
#message .selectarea::after {
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	left: 12px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 2.5px 0 2.5px;
	border-color: #fff transparent transparent transparent;
}
@media(max-width:748px) {
#message .selectarea {
	position: relative;
	top: 0px;
	right: 0;
	left: 0;
	width: auto;
	margin: 0px 0;
}
}

/*--------------------------------------
btn_message
--------------------------------------*/
a.btn_message {
	position: absolute;
	top: 175px;
	left: 50px;
	display: inline-block;
	min-height: 31px;
	padding: 7px 7px 0 45px;
	background: url(../img/icon_sketchbook.svg) left center no-repeat;
	background-size: 39px 31px ;
	color: #000;
}
a.btn_message:hover {
	color: #ca3b39;
}

@media(max-width:748px) {
a.btn_message {
	position: relative;
	top: 0;
	left: 0;
	margin: 40px 0 ;
}
}

/**
 *
 * Used to generate responsive styles according to the breakpoint we set into the variables file
 *
 */
/**
 *
 * Simpler shortcut to create easily break points
 *
 */
/**
 * Easy functions to create easily pure css arrows anywhere
 */
.board {
  position: relative;
  margin-bottom: 50px;
  *zoom: 1;
}
.board:before, .board:after {
  display: table;
  content: "";
  line-height: 0;
}
.board:after {
  clear: both;
}
.board .GITheWall {
}
.board .ajax {
  padding: 20px 0;
  color: #001d67;
		font-size: 0;
  min-height: 540px;
}
.board .ajax  {
	display: table;
	width: 100%;
  padding: 20px 0;
  color: #001d67;
		font-size: 0;
}
.board .ajax img {
	max-width: 100%;
	height: auto;
}
.board .ajax .portrait  {
	position: relative;
	display: table-cell;
	padding-right: 20px;
	width: 50%;
	text-align: right;
	vertical-align: top;
	min-height: 500px;
}
.board .ajax .portrait::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: none;
	content: "";
}

@media(min-width:749px) {
	.board .ajax .portrait img {
		height: 42.571vw;
		width: 42.571vw;
		max-height: 500px;
		max-width: 500px;
	}
}
.board .ajax .text  {
	display: table-cell;
	width: 50%;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}
.board .ajax .text .block {
	padding-left: 40px;
	background: url(../img/icon_h.svg) left top no-repeat;
	background-size: 8px 17px;
}
.board .ajax .text .block.phrase {
	background: url(../img/icon_sketchbook.svg) left top no-repeat;
	background-size: 23px 19px;
}
.board .ajax .text .block.stationary {
	background: url(../img/icon_nib.svg) left top no-repeat;
	background-size: 24px 13px;
}
.board .ajax .text .block.area h3 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.board .ajax .text .block.area p {
	font-size: 16px;
	line-height: 1.7;
}
.board .ajax .text .block.phrase {
	margin-top: 50px;
}
.board .ajax .text .block.phrase h3 {
	margin-top: 50px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}
.board .ajax .text .block.phrase p {
	font-size: 28px;
	line-height: 1.7;
}
.board .ajax .text .block.stationary {
	margin-top: 50px;
}
.board .ajax .text .block.stationary h3 {
	margin-top: 40px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}
.board .ajax .text .block.stationary figure {
	margin: 20px 0;
}
.board .ajax .text .block.stationary p {
	font-size: 24px;
	line-height: 1.7;
}
.board .ajax .text .playmovie {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	padding: 8px 10px 8px 40px;
	border-radius: 20px;
	background: #001d67;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	transition: 0.3s;
}
.board .ajax .text .playmovie:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.board .ajax .text .playmovie::before {
	display: block;
	position: absolute;
	left: 10px;
	top: 7px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	content: "";
}
.board .ajax .text .playmovie::after {
	display: block;
	position: absolute;
	left: 16px;
	top: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #001d67;
	content: "";
}
@media(max-width:748px) {
	.board {
		position: relative;
		margin-bottom: 50px;
	}
	.board:before, .board:after {
		display: block;
		content: "";
		line-height: 0;
	}
	.board:after {
		clear: both;
	}
	.board .GITheWall {
		margin-top: 0;
	}
	.board .ajax  {
		display: block;
		width: 100%;
		padding: 20px 0;
		color: #001d67;
		font-size: 0;
		min-height: 540px;
	}
	.board .ajax img {
		max-width: 500px;
		max-height: 500px;
		width: 90vw;
		height: 90vw;
	}
	.board .ajax .portrait  {
		display: block;
		padding-right: 0;
		width: 90vw;
		vertical-align: top;
		text-align: center;
		min-height: 100px;
	}
	.board .ajax .portrait img {
		height: 90vw;
	}
	.board .ajax .text  {
		display: block;
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
		text-align: left;
		vertical-align: top;
	}
	.board .ajax .text .block {
		padding-left: 40px;
		background: url(../img/icon_h.svg) left top no-repeat;
		background-size: 8px 17px;
	}
	.board .ajax .text .block.phrase {
		background: url(../img/icon_sketchbook.svg) left top no-repeat;
		background-size: 23px 19px;
	}
	.board .ajax .text .block.stationary {
		background: url(../img/icon_nib.svg) left top no-repeat;
		background-size: 24px 13px;
	}
	.board .ajax .text .block.area h3 {
		margin-bottom: 8px;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
	}
	.board .ajax .text .block.area p {
		font-size: 16px;
		line-height: 1.7;
	}
	.board .ajax .text .block.phrase {
		margin-top: 20px;
	}
	.board .ajax .text .block.phrase h3 {
		margin-top: 20px;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.board .ajax .text .block.phrase p {
		font-size:  21px;
	}
	.board .ajax .text .block.stationary {
		margin-top: 20px;
	}
	.board .ajax .text .block.stationary h3 {
		margin-top: 20px;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.board .ajax .text .block.stationary figure {
		margin: 20px 0;
	}
	.board .ajax .text .block.stationary p {
		font-size: 18px;
	}
	.board .ajax .text .playmovie {
		margin-top: 20px;
	}
}

/**
 *
 * The wall could be used to show an image gallery or any other content in a "google images" user interaction way
 * Here there is all the html needed
 *
 *
 *  <div class="GITheWall">
 *    <ul>
 *      <li data-contenttype="image" data-href="path/to/the/image">
 *        <img src="small/thumb" />
 *      <li>
 *      <li data-contenttype="ajax" data-href="path/to/the/html/to/load">
 *        <img src="small/thumb" />
 *      <li>
 *    </ul>
 *  </div>
 *
 */
.GITheWall {
	text-align: center;
	margin: auto;
}
.GITheWall ul {
  display: inline-block;
  padding: 20px 0;
  margin: 0 auto;
  text-align: left;
		width: 1470px;
		font-size: 0;
}
@media(max-width:1470px){
	.GITheWall ul {
		width: 1260px;
	}
}
@media(max-width:1260px){
.GITheWall ul {
	width: 1050px;
	}
}
@media(max-width:1050px){
.GITheWall ul {
		width: 840px;
}
}
.GITheWall ul li {
	position: relative;
	cursor:  pointer;
	border: 4px solid rgba(55,114,216,0);
	transition: border 0.1s ease-in-out;
}
.GITheWall ul li::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: none;
	content: "";
}

@media(min-width:749px){
	.GITheWall ul li:hover {
		border: 4px solid rgba(55,114,216,1);
		transition: border 0.2s ease-in-out;
	}
}
@media(max-width:748px) {
	.GITheWall ul {
		width: 100vw;
	}
	.GITheWall ul li {
		display: inline-block;
		margin: 2vw 4vw;
		width: 44vw;
	}
	.GITheWall ul li:nth-child(even) {
		margin: 2vw 0;
	}
}
.GITheWall ul li.GI_TW_Selected_Row {
  -webkit-transition: margin-bottom 0.3s ease-in;
  -moz-transition: margin-bottom 0.3s ease-in;
  -o-transition: margin-bottom 0.3s ease-in;
  transition: margin-bottom 0.3s ease-in;
}
.GI_TW_expander {
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(255,255,255,0.9);
  left: 0;
  margin-top: 35px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.GI_TW_expander:before {
	position: relative;
	top: -10px;
	display: block;
	content: "";
	width: 100%;
	height: 10px;
	background: linear-gradient(to top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
}
.GI_TW_expander.animating {
  overflow: hidden !important;
}
.GI_TW_expander.opened {
  overflow: visible;
}
.GI_TW_expander .GI_TW_pointer {
  position: absolute;
  margin-left: 0px;
  margin-top: -50px;
  width: 37px;
  height: 40px;
		background: url(../img/arrow.png) center top;
		border: none;
	opacity: 0.9;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
.GI_TW_expander .GI_TW_expander-inner {
  width: auto;
  margin: -10px 50px 0;
  overflow: hidden;
}
@media(max-width:748px) {
.GI_TW_expander .GI_TW_expander-inner {
  margin: -10px 5vw 0;
}
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 10px 0 0;
  text-align: center;
  overflow: hidden;
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
  position: relative;
}
.GI_TW_expander .GI_TW_Controls {
  z-index: 1;
}
.GI_TW_expander .GI_TW_close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.GI_TW_expander .GI_TW_arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_hidden {
  display: none;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_next {
  right: 30px;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_prev {
  left: 30px;
}
.GI_TW_expander .GI_TW_loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  -ms-animation: loader 0.5s infinite ease-in-out both;
  -o-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}

@-moz-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-o-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@-ms-keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

@keyframes loader {
  0% {
    background: #ddd;
  }

  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}
