@charset "utf-8";
 CSS Document 

* {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color:#1a1a1c; /* sumi900 */
}
img {
	width: 100%;
}
h1 {
	font-weight: 700;
	color: #fff;
}
ul {
	list-style: none;
}
.sp_view {
	display: none;
}
.wrap-top {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}
.wrap-top-logo {
	width: 300px;
}
.wrap-top-logo img {
	width: 60%;
	vertical-align: baseline;
}
.top-slide {
	min-width: 100vw!important;
	max-width: 100vw!important;
}
.main-content {
	position: relative;
	align-items: center;
    background: rgba(255,255,255,0.50);
    border-radius: 20px;
    box-shadow: 0px 15px 30px 20px rgba(255, 255, 255, 0.5);
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 500px;
    z-index: 5;
    max-width: 100%;
	margin: 20px 50px 20px 50%;
}
.main-content::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	box-shadow: inset 0 3px 5px rgba(255,255,255,.5);
	border-radius: 20px;
	border: 2px #ffecb3;
	border-style: ridge;
}
.wrap-main-top {
	text-align: center;
	top: 0;
}
.wrap-main-top img {
	width: 70%;
}
.wrap-main-top h1 {
	padding-top: 50%;
}
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  top: 8%;
    /*全体の高さ*/
  height: 70px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left: -25px;
  top: -25px;
    /*テキストの形状*/
  color: #eee;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 2px;
  height: 100px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
.concept {
	background: #fff;
}
.concept-title {
	font-size: 1rem;
}
#i-mall_north-wing,
#south-wing, 
#connecting_passage {
	background: rgba(255, 255, 255, .5);
}
#i-mall_north-wing h2,
#south-wing h2,
#connecting_passage h2 {
	font-size: 2.5em;
	font-weight: 700;
}
#i-mall_north-wing h3 span,
#south-wing h3 span,
#connecting_passage h3 span {
	color: #00a2e5;
	font-size: 140%;
}
.uk-thumbnav img {
	width: revert-layer;
}
.modal-text h1 {
	color: #1a1a1c;
}
.uk-nav-sub li {
	color: rgba(221,220,220,0.60);
}
.uk-parent a {
	font-size: 1.1rem;
}
.sub-title {
	font-size: 3em;
	font-weight: 700;
	color: rgba( 0, 162, 229, 0.30);
	margin-top: -60px;
}
.sub-title_long {
	font-size: 3em;
	font-weight: 700;
	color: rgba( 0, 162, 229, 0.30);
	margin-left: 15px;
	margin-top: -70px;
	position: relative;
}
.sub-title_long span {
	color: rgba( 0, 162, 229, 0.30);
	position: absolute;
	top: 30px;
	right: 20px;
}
.ft_bottom {
	text-align: center;
	padding-top: 20px;
}
footer {
	padding: 60px 0;
	margin-bottom: 30px;
}