@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
HOME
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
	position: fixed;
}
#header h1 a {
	display: block;
	width: 284px;
	max-width: 43.75vw;
}

#mainImage {
	/*position: relative;*/
	z-index: 0;
	overflow: hidden;
	min-width: 1000px;
}

svg{
	pointer-events: all;
}

svg {
	margin:auto;
	display:block;
	cursor: pointer;
}

@media screen and (min-width:1001px){
	#footer {
		padding-top: 100px;
	}
}

@media screen and (max-width:1000px){
	#header h1 a {
		width: 140px;
	}
	#mainImage > svg {
		margin: -30vh 0;
	}
	#footer {
		padding-top: 0;
	}
}

.node {
	pointer-events: all;
	cursor: pointer;
	cursor: grab;
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-box: fill-box;
	-moz-transform-box: fill-box;
	-webkit-transform-box: fill-box;
}

.circle-overlay {
	font-size: 16px;
	border-radius: 50%;
	position: absolute;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	/*it's buggy with the foreignObject background right now*/
	/*background-color: rgba(255,255,255,0.5);*/
}
.circle-overlay__title {
	display: none;
}
.circle-overlay__inner {
	text-align: center;
	/*width: 100%;*/
	/*height: 100%;*/
	/*position: relative;*/
	background: #000;
}
.circle-overlay__inner .circle-overlay__body > * {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 2;
	overflow: hidden;
	position: fixed;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: no-repeat center center;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.circle-overlay__inner .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	filter: drop-shadow(0 0 3px rgba(0,0,0,.75)) drop-shadow(0 0 15px rgba(0,0,0,.5));
}
.circle-overlay__inner .logo.outdoor{
	top: -50px;
}
.circle-overlay__inner .logo.northwave {
	top: -70px;
}
.circle-overlay__inner .logo.just-price {
	top: -30px;
}
.circle-overlay__inner .textArea {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 26.6%;
	padding-top: 3%;
	background: rgba(0,0,0,.4);
}
.circle-overlay__inner .textArea.line_4 {
	height: 35%;
}
.circle-overlay__inner a[href="https://tehokas.jp/"] .textArea {
	font-size: 95%;
	letter-spacing: 0;
}
.circle-overlay__inner .textArea:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 23%;
}
.circle-overlay__inner .textArea:after {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28%;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.circle-overlay__inner a[href="#"] .textArea:before,
.circle-overlay__inner a[href="#"] .textArea:after {
	content: none;
}

.hidden {
	display: none;
}
.node-icon,
.node-bg {
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.node-icon--faded {
	opacity: 0;
}
.legend-size circle {
	fill: rgb(31, 119, 180);
}

.ie-img {
	cursor: pointer;
}


/* 個別設定 */
.circle-overlay__inner .vision100 {
	color: #000;
	background: #fff;
	padding-top: 50px;
	border: 1px solid #000;
}
.circle-overlay__inner .vision100 h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 15px;
}

.circle-overlay__inner .yamachi-otaru img {
	filter: drop-shadow(0 0 15px rgba(0,0,0,1)) drop-shadow(0 0 20px rgba(0,0,0,.5)) drop-shadow(0 0 5px rgba(0,0,0,1))
}

.circle-overlay__inner .movie {
	padding-top: 135px;
}
.circle-overlay__inner .movie .textArea {
	height: 35.6%;
	background: none;
}


#page60th a {
	width: 126px;
	height: 126px;
	color: #c7a726;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-property: filter;
	-moz-transition-property: filter;
	-webkit-transition-property: filter;
}

@media screen and (min-width:1001px){
	#page60th {
		position: relative;
	}
	#page60th a {
		right: 47.5px;
		bottom: -144px;
		position: absolute;
	}
	#page60th a:hover {
		filter: drop-shadow(0 0 3px rgba(199,167,38,.75)) drop-shadow(0 0 15px rgba(199,167,38,.5));
	}
}

@media screen and (max-width:1000px){
	#page60th {
		padding-bottom: 50px;
		text-align: center;
	}
}