/** GENERAL
==============================================*/

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote {
	margin: 0;
}

/*
  INIT
---------------------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 87.5%;
}

body {
	font-size: 14px;
	line-height: 1.7;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	color: #111;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 0;
	line-height: 1.4;
}

p {
	margin: 0 0 10px;
}

a {
	color: #111;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #444444;
	text-decoration: none;
}

a .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

img {
	vertical-align: bottom;
	border-style: none;
}

ul,
ol {
	list-style: none;
}

map,
area,
map:active,
area:active {
	border: none;
	outline: none;
}

.text-center {
	text-align: center;
}

.clearfix,
.row {
	*zoom: 1;
}

.clearfix:after,
.row:after {
	content: "";
	display: table;
	clear: both;
}

.sp-btns a,
.spimg {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.notes {
	font-size: 12px;
	font-size: 0.85714rem;
	line-height: 1.4;
}

.btn a {
	display: block;
	margin: 0 auto;
	line-height: 20px;
	padding: 20px 0;
	text-align: center;
}

.split {
	*zoom: 1;
}

.split:after {
	content: "";
	display: table;
	clear: both;
}

.split .left {
	float: left;
}

.split .right {
	float: right;
}

.disp-sp {
	display: none;
}

/** FONTS
==============================================*/

/** JS LIBS
==============================================*/

/** COMMON
==============================================*/

html,
body {
	height: 100%;
}

.wrap {
	position: relative;
	min-width: 960px;
	overflow: hidden;
	height: 100%;
}

.row {
	position: relative;
	min-width: 960px;
	margin: 0 auto;
}

.tag {
	height: 0;
	overflow: hidden;
}

/** HEADER MASTHEAD
==============================================*/

.globalnav {
	position: fixed;
	z-index: 999;
	right: 30px;
	top: 50%;
	margin-right: -100px;
}

.globalnav li {
	padding-top: 4px;
}

.globalnav li:first-child {
	padding-top: 0;
}

.globalnav li a {
	display: block;
	height: 50px;
	background-color: #fff;
}

.globalnav li a:hover img {
	opacity: 0.9;
}

.globalnav li.active a {
	position: relative;
}

.globalnav li.active a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}

#gnav-sns {
	margin-top: 10px;
}

/** MAIN CONTAINERS
==============================================*/

.view-scroller .view {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.section .row .columns {
	width: 50%;
	float: left;
}

.section .row.fullheight {
	height: 100%;
}

.section .item-list {
	font-size: 0;
	margin: 0 -10px;
	padding-top: 30px;
	text-align: center;
}

.section .item-list li {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 33.333%;
	padding: 0 10px;
}

.section .item-list li img {
	vertical-align: bottom;
}

.section .row {
	height: 100%;
}

.section-intro {
	background-image: url(../img/intro-bg.jpg);
}

.section-coordinate1 {
	background-image: url(../img/coordinate01-bg.jpg);
}

.section-coordinate2 {
	background-image: url(../img/coordinate02-bg.jpg);
}

.section-coordinate3 {
	background-image: url(../img/coordinate03-bg.jpg);
}

.section-coordinate4 {
	background-image: url(../img/coordinate04-bg.jpg);
}

.section-coordinate5 {
	background-image: url(../img/coordinate05-bg.jpg);
}

.section-coordinate6 {
	background-image: url(../img/coordinate06-bg.jpg);
}

.section-coordinate7 {
	background-image: url(../img/coordinate07-bg.jpg);
}

.section-coordinate8 {
	background-image: url(../img/coordinate08-bg.jpg);
}

.section-footer {
	text-align: center;
	padding: 50px 0;
	color: #fff;
}

.section-footer h3 {
	margin-bottom: 10px;
}

.section-footer .location {
	margin-bottom: 40px;
}

.section-footer .location a {
	color: #fff;
	font-size: 12px;
}

.section-footer .location a:hover {
	text-decoration: underline;
}

.section-footer .nav a {
	font-size: 12px;
	color: #fff;
	display: block;
	padding-left: 16px;
	background-image: url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.section-footer .nav a:hover {
	color: #ccc;
}

.section-footer .nav .nav-back a {
	background-image: url(../img/arrow-left.png);
}

.section-footer .nav li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin: 0 14px;
}

.section-footer .copyright {
	margin-top: 20px;
}

.section-footer .copyright p {
	font-size: 10px;
	margin: 0;
}

.section-content {
	height: 700px;
	width: 480px;
	background-image: url(../img/itemlist-bg.png);
	padding: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-size: 12px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: none;
}

.section-content.left {
	left: 0;
}

.section-content.right {
	width: 550px;
	padding-right: 120px;
	right: 0;
}

.section-content .lead {
	margin: 24px 0;
	line-height: 1.5;
}

.section-content h3 {
	margin-bottom: 10px;
}

.section-content .notes {
	margin: 6px 0;
	font-size: 11px;
}

.section-content .footer {
	position: absolute;
	bottom: 40px;
	left: 50px;
}

.section-content .itemlist {
	position: relative;
}

.section-content .itemlist .links {
	position: absolute;
	right: 0;
	top: 43px;
}

.section-content .itemlist li {
	margin-bottom: 25px;
}

.section-content a, .section-content span.coming {
	display: block;
	width: 170px;
	height: 15px;
	background-image: url(../img/link.png);
	background-position: 0 0;
}
.section-content span.coming {
	background-image: url(../img/coming_soon.png);
}

.section-content a:hover {
	background-position: 0 -14px;
}

.section-intro .row {
	max-width: 960px;
	margin: 0 auto;
	height: 560px;
}

.section-intro .section-title {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 480px;
	position: relative;
	float: right;
}

.section-intro .section-title .btn {
	margin-top: -45px;
}

.section-intro .section-title .btn a {
	padding: 0;
}

#view-id-1 {
	z-index: 299;
}
#view-id-1 .section-content .lead {
	margin-top: 14px;
}

#view-id-2 {
	z-index: 298;
}

#view-id-3 {
	z-index: 297;
}

#view-id-4 {
	z-index: 296;
}

#view-id-5 {
	z-index: 295;
}

#view-id-6 {
	z-index: 294;
}

#view-id-7 {
	z-index: 293;
}

#view-id-8 {
	z-index: 292;
}

#view-id-9 {
	z-index: 291;
}

#view-id-10 {
	height: 290px !important;
	top: auto !important;
	bottom: 0 !important;
	background-color: #000;
}

.view-scroller .view {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.main-footer {
	background-color: #fff;
}

.main-footer .copyright {
	padding: 20px 0 40px;
	text-align: right;
}

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

a .alpha {
	transition-duration: 0s;
}

a:hover .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.split .left,
.split .right {
	float: none;
}

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

.disp-pc {
	display: none;
}

.disp-sp {
	display: inherit;
}

.figure img,
.flex img {
	width: 100%;
}

.view-scroller {
	padding-top: 0;
}

.view-scroller .view {
	overflow: visible;
	margin-bottom: 160px;
}

.section .row .columns {
	width: 100%;
	float: none;
}

.section .item-list {
	padding-top: 10px;
	margin: 0 0px;
}

.section .item-list li {
	padding: 0 15px;
	width: 50%;
}

.section .item-list li.disp-pc {
	display: none;
}

}

.section-coordinate1 .lead{
	margin-bottom: 12px;
}
