@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	 
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

body{
	width: 100%;;
	height: 100%;
	margin: 0;
	background-color: #D0FF4D;
	background-color: #7BAD24;
	background-color: #A7E038;
}
#loading {
  width: 100%;
  height: 100vh;
  transition: all 2s;
  background-color: #A7E038;
	position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.rogomein{
	text-align: center;
}
.rogomein img{
	width: 300px;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
.conA{
	text-align: center;
	width: 100%;
	height: 100vh;
	position: absolute;
	overflow-x: auto;
	overflow-y: hidden;
}
svg{
	height: 100%;
	overflow: scroll;
}
#tonton circle{
	fill:#000000; 
	transform:translate(-500,-500); 
	animation:animT 2s linear 0s infinite;
}
#cover{
	display:block;
	transition: 2.0s ;
}
#cover:hover{
	opacity: 0.2 ;
}

#資産運用{
	transition: 2.0s ;
	transform-origin: 1400px 230px;
}
#家:hover > #資産運用{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.5,1.5); /*画像の拡大*/
}

#アクセス_1_{
	transition: 2.0s ;
	transform-origin: 1050px 860px;
}
#地下鉄:hover > #アクセス_1_{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.5,1.5); /*画像の拡大*/
}

#会社概要{
	transition: 2.0s ;
	transform-origin: 600px 300px;
}
#ビル:hover > #会社概要{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.5,1.5); /*画像の拡大*/
}

#賃貸管理{
	transition: 2.0s ;
	transform-origin: 650px 80px;
}
#ガラスのビル1:hover > #賃貸管理{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.8,1.8); /*画像の拡大*/
}

#おまめ係長{
	transition: 2.0s ;
	transform-origin: 330px 150px;
}
#猫ハウス:hover > #おまめ係長{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.4,1.4); /*画像の拡大*/
}

#ホスピタリティ事業{
	transition: 2.0s ;
	transform-origin: 1600px 180px;
}
#裏参道工房:hover > #ホスピタリティ事業{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.5,1.5); /*画像の拡大*/
}

#建物管理{
	transition: 2.0s ;
	transform-origin: 880px 550px;
}
#garazubari:hover > #建物管理{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.8,1.8); /*画像の拡大*/
}

#about{
	transition: 2.0s ;
	transform-origin: 1080px 350px;
}
#会社ロゴ:hover > #about{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.3,1.3); /*画像の拡大*/
}

#エリアプロデュース{
	transition: 2.0s ;
	transform-origin: 1280px 350px;
}
#裏参道テラス:hover > #エリアプロデュース{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.3,1.3); /*画像の拡大*/
}

#お問い合わせ{
	transition: 2.0s ;
	transform-origin: 1180px 120px;
}
#ポスト:hover > #お問い合わせ{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.2,1.2); /*画像の拡大*/
}

#レンタル事業{
	transition: 2.0s ;
	transform-origin: 1200px 120px;
}
#裏参道ガーデン:hover > #レンタル事業{
	cursor: pointer; /*カーソルをポインターにする*/
	transform: scale(1.2,1.2); /*画像の拡大*/
}
.rogo{
	display:inline-block;
	position: relative;
	float: left;
	z-index: 9999;
	margin-top:  0px;
	padding:  10px 10px;
	width: 200px;
}
.rogo img{
	width: 100%;
}
#anime_test{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test.active {
	 transform: translateX(70vw);
}
.anime_test-btn {
    margin-top:  10px;
    display:  inline-block;
    padding:  5px 5px;
    cursor:  pointer;
}
#BBG{
	display:inline-block;
	position: relative;
	float: right;
	z-index: 9999;
}
#BBG img{
	width: 30px;
}
#anime_test2{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test2.active2 {
	 transform: translateX(70vw);
}
.anime_test-btn2 {
    margin-top:  10px;
    display:  inline-block;
    padding:  5px 10px;
    cursor:  pointer;
}
#BBG2{
	display: block;
	z-index: 9999px;
	float: right;
	width: 30px;
	height: 30px;
}

#anime_test3{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test3.active3 {
	 transform: translateX(70vw);
}
.anime_test-btn3 {
    margin-top:  10px;
    display:  inline-block;
    padding:  5px 10px;
    
    cursor:  pointer;
}
#BBG3{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}

#anime_test4{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test4.active4 {
	 transform: translateX(70vw);
}
.anime_test-btn4 {
    margin-top:  10px;
    display:  inline-block;
    padding:  5px 10px;
    
    cursor:  pointer;
}
#BBG4{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}

#anime_test5{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test5.active5 {
	 transform: translateX(70vw);
}
.anime_test-btn5 {
    margin-top:  10px;
    display:  inline-block;
    padding:  5px 10px;
    
    cursor:  pointer;
}
#BBG5{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}

#anime_test6{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test6.active6 {
	 transform: translateX(70vw);
}
.anime_test-btn6 {
    padding:  5px 10px;
    display:  inline-block;
    cursor:  pointer;
}
#BBG6{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}

#anime_test7{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test7.active7 {
	 transform: translateX(70vw);
}
.anime_test-btn7 {
    display:  inline-block;
    cursor:  pointer;
	padding:  5px 10px;
}
#BBG7{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}

#anime_test8{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test8.active8 {
	 transform: translateX(70vw);
}
.anime_test-btn8 {
    display:  inline-block;
    padding:  5px 10px;
    cursor:  pointer;
}
#BBG8{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}

#anime_test9{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test9.active9 {
	 transform: translateX(70vw);
}
.anime_test-btn9 {
    margin-top:  10px;
    display:  inline-block;
    padding:  5px 10px;
    cursor:  pointer;
}
#BBG9{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}

#anime_test10{
    height: 100vh;
    width: 70vw;;
    background-color: #E8FFB0;
    position: absolute;
    left: 0;
    transition: 1s;
	left: -70vw;
}
#anime_test10.active10 {
	 transform: translateX(70vw);
}
.anime_test-btn10 {
    margin-top:  10px;
    display:  inline-block;
    padding:  5px 10px;
    cursor:  pointer;
}
#BBG10{
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}
@media(max-width:1366px){
	.conX{
		position: fixed;
	}
	#anime_test{
    width: 100vw;;
	left: -100vw;
}
#anime_test.active {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
	#anime_test2{
    width: 100vw;;
	left: -100vw;
}
#anime_test2.active2 {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
	#anime_test3{
    width: 100vw;;
	left: -100vw;
}
#anime_test3.active3 {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
	#anime_test4{
    width: 100vw;;
	left: -100vw;
}
#anime_test4.active4 {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
	#anime_test5{
    width: 100vw;;
	left: -100vw;
}
#anime_test5.active5 {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
	#anime_test6{
    width: 100vw;;
	left: -100vw;
}
#anime_test6.active6 {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
	#anime_test7{
    width: 100vw;;
	left: -100vw;
}
#anime_test7.active7 {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
	#anime_test8{
    width: 100vw;;
	left: -100vw;
}
#anime_test8.active8 {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
	#anime_test9{
    width: 100vw;;
	left: -100vw;
}
#anime_test9.active9 {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
	#anime_test10{
    width: 100vw;;
	left: -100vw;
}
#anime_test10.active10 {
	 transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
}
}