@media screen and (min-width: 901px) {
	.SP {
		display: none !important;
	}
}

@media screen and (max-width: 900px) {
	.PC {
		display: none !important;
	}
}

.sct_bg01 {
	padding-top: 0;
}

.clm {
	padding-top: 0;
}

.share_sct {
	margin-top: 0;
}

.fadeInUp {
	opacity: 0;
}

.fadeInUp.show {
	animation-fill-mode: both;
	animation-duration: 0.8s;
	animation-delay: 0.3s;
	animation-name: fadeInUp;
}

.fadeInUp_L {
	opacity: 0;
}

.fadeInUp_L.show {
	animation-fill-mode: both;
	animation-duration: 0.8s;
	animation-delay: 0.3s;
	animation-name: fadeInUp_L;
}

.fadeInRight {
	opacity: 0;
}

.fadeInRight.show {
	animation-fill-mode: both;
	animation-duration: 0.8s;
	animation-delay: 0.3s;
	animation-name: fadeInRight;
}

.fadeInLeft {
	opacity: 0;
}

.fadeInLeft.show {
	animation-fill-mode: both;
	animation-duration: 0.8s;
	animation-delay: 0.3s;
	animation-name: fadeInLeft;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp_L {
	0% {
		opacity: 0;
		transform: translateY(80px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(-80px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(80px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInZoom {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.sec-newNormal .newNormal-ttl {
	opacity: 0;
}

.sec-newNormal .ttl-txt1 {
	opacity: 0;
}

.sec-newNormal .ttl-txt2 {
	opacity: 0;
}

.sec-newNormal .newNormal-lead {
	opacity: 0;
}

.sec-newNormal.show .newNormal-ttl {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInLeft;
}

.sec-newNormal.show .ttl-txt1 {
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-name: fadeInLeft;
}

.sec-newNormal.show .ttl-txt2 {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInLeft;
}

.sec-newNormal.show .newNormal-lead {
	animation-fill-mode: both;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-name: fadeInLeft;
}

.tpl-section .tpl-ttl .ttl-bg {
	opacity: 0;
}

.tpl-section .tpl-ttl .ttl-num {
	opacity: 0;
}

.tpl-section .tpl-ttl .ttl-txt {
	opacity: 0;
}

.tpl-section .tpl-ttl.show .ttl-bg {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInLeft;
}

.tpl-section .tpl-ttl.show .ttl-num {
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-name: fadeInLeft;
}

.tpl-section .tpl-ttl.show .ttl-txt {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInLeft;
}

.tpl-section .tpl-ttl + .about-lead {
	opacity: 0;
}

.tpl-section .tpl-ttl.show + .about-lead {
	animation-fill-mode: both;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-name: fadeInLeft;
}

.about-img .pic1 {
	opacity: 0;
}

.about-img .rec1 {
	opacity: 0;
}

.about-img .pic2 {
	opacity: 0;
}

.about-img .rec2 {
	opacity: 0;
}

.about-img .pic3 {
	opacity: 0;
}

.about-img .rec3 {
	opacity: 0;
}

.about-img.show .pic1 {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-img.show .rec1 {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-img.show .pic2 {
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-img.show .rec2 {
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-img.show .pic3 {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-img.show .rec3 {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-digital .about-content-lead {
	opacity: 0;
}

.about-digital .about-content-lead.show {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-digital .about-digital-img {
	opacity: 0;
}

.about-digital .about-digital-img.show {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-digital .about-digital-figure .about-digital-figure-img {
	opacity: 0;
}

.about-digital .about-digital-figure .platform {
	opacity: 0;
}

.about-digital .about-digital-figure.show .about-digital-figure-img {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-digital .about-digital-figure.show .platform {
	animation-fill-mode: both;
	animation-delay: 0.8s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-idea .about-content-lead {
	opacity: 0;
}

.about-idea .idea1 {
	opacity: 0;
}

.about-idea .idea2 {
	opacity: 0;
}

.about-idea .idea3 {
	opacity: 0;
}

.about-idea.show .about-content-lead {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.about-idea.show .idea1 {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInDown;
}

.about-idea.show .idea2 {
	animation-fill-mode: both;
	animation-delay: 0.8s;
	animation-duration: 1s;
	animation-name: fadeInDown;
}

.about-idea.show .idea3 {
	animation-fill-mode: both;
	animation-delay: 1.2s;
	animation-duration: 1s;
	animation-name: fadeInDown;
}

.tpl-section .tpl-ttl + .process-lead {
	opacity: 0;
}

.tpl-section .tpl-ttl.show + .process-lead {
	animation-fill-mode: both;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-name: fadeInLeft;
}

.process-img {
	opacity: 0;
}

.process-img.show {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.process-fig_head {
	opacity: 0;
}

.process-fig_head.show {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.process-fig {
	opacity: 0;
}

.process-fig.show {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeIn;
}

.process-fig li {
	opacity: 0;
}

@media screen and (min-width: 901px) {
	.process-fig li.show.fig1 {
		animation-fill-mode: both;
		animation-delay: 0s;
		animation-duration: 1s;
		animation-name: fadeInLeft;
	}
	.process-fig li.show.fig2 {
		animation-fill-mode: both;
		animation-delay: 0.4s;
		animation-duration: 1s;
		animation-name: fadeInLeft;
	}
	.process-fig li.show.fig3 {
		animation-fill-mode: both;
		animation-delay: 0.8s;
		animation-duration: 1s;
		animation-name: fadeInLeft;
	}
}

@media screen and (max-width: 900px) {
	.process-fig li.show {
		animation-fill-mode: both;
		animation-delay: 0s;
		animation-duration: 1s;
		animation-name: fadeInDown;
	}
}

.case-list .case-list-rec {
	opacity: 0;
}

.case-list li {
	opacity: 0;
}

.case-list.show .case-list-rec {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.case-list.show li:nth-child(1) {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.case-list.show li:nth-child(2) {
	animation-fill-mode: both;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.case-list.show li:nth-child(3) {
	animation-fill-mode: both;
	animation-delay: 0.8s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.case-list.show li:nth-child(4) {
	animation-fill-mode: both;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.case-list.show li:nth-child(5) {
	animation-fill-mode: both;
	animation-delay: 1.2s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.case-list.show li:nth-child(6) {
	animation-fill-mode: both;
	animation-delay: 1.4s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.movie-list .movie-list-rec {
	opacity: 0;
}

.movie-list li {
	opacity: 0;
}

.movie-list.show .movie-list-rec {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.movie-list.show li:nth-child(1) {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.movie-list.show li:nth-child(2) {
	animation-fill-mode: both;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.movie-list.show li:nth-child(3) {
	animation-fill-mode: both;
	animation-delay: 0.8s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.movie-list.show li:nth-child(4) {
	animation-fill-mode: both;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.movie-list.show li:nth-child(5) {
	animation-fill-mode: both;
	animation-delay: 1.2s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.movie-list.show li:nth-child(6) {
	animation-fill-mode: both;
	animation-delay: 1.4s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.tpl-section .tpl-ttl + .tour-img {
	opacity: 0;
}

.tpl-section .tpl-ttl.show + .tour-img {
	animation-fill-mode: both;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.tpl-section .tpl-ttl + .catalog-list li {
	opacity: 0;
}

.tpl-section .tpl-ttl.show + .catalog-list li:nth-child(1) {
	animation-fill-mode: both;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.tpl-section .tpl-ttl.show + .catalog-list li:nth-child(2) {
	animation-fill-mode: both;
	animation-delay: 0.8s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.last-empowering .ttl-bg {
	opacity: 0;
}

.last-empowering .ttl-txt {
	opacity: 0;
}

.last-empowering .last-lead {
	opacity: 0;
}

.last-empowering .last-movie {
	opacity: 0;
}

.last-empowering.show .ttl-bg {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.last-empowering.show .ttl-txt {
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.last-empowering.show .last-lead {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.last-empowering.show .last-movie {
	animation-fill-mode: both;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.last-link .last-link-ttl {
	opacity: 0;
}

.last-link .last-link-list li {
	opacity: 0;
}

.last-link.show .last-link-ttl {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.last-link.show .last-link-list li:nth-child(1) {
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.last-link.show .last-link-list li:nth-child(2) {
	animation-fill-mode: both;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.last-link.show .last-link-list li:nth-child(3) {
	animation-fill-mode: both;
	animation-delay: 0.6s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.sec-access .access-ttl .ttl-bg {
	opacity: 0;
}

.sec-access .access-ttl .ttl-txt {
	opacity: 0;
}

.sec-access .access-ttl.show .ttl-bg {
	animation-fill-mode: both;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.sec-access .access-ttl.show .ttl-txt {
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.sec-access .access-ttl.show + .access-map {
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.sec-access .access-ttl.show + .access-map + .access-txt {
	animation-fill-mode: both;
	animation-delay: 0.2s;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.sec-access .access-map {
	opacity: 0;
}

.sec-access .access-txt {
	opacity: 0;
}

@media screen and (max-width: 900px) {
	body.freeze, html.freeze {
		pointer-events: none;
	}
}

/* #tpl-loading
-----------------------------*/
#tpl-loading {
	z-index: 9999;
	overflow: hidden;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	opacity: 1;
	pointer-events: none;
	transition-property: opacity;
	transition-duration: 1s;
}

@media screen and (max-width: 900px) {
	#tpl-loading {
		top: 0;
		height: 100%;
	}
}

#tpl-loading.hide {
	opacity: 0;
}

#tpl-loading .sk-fading-circle {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

#tpl-loading .sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#tpl-loading .sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #eee;
	border-radius: 100%;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

#tpl-loading .sk-fading-circle .sk-circle2 {
	transform: rotate(30deg);
}

#tpl-loading .sk-fading-circle .sk-circle3 {
	transform: rotate(60deg);
}

#tpl-loading .sk-fading-circle .sk-circle4 {
	transform: rotate(90deg);
}

#tpl-loading .sk-fading-circle .sk-circle5 {
	transform: rotate(120deg);
}

#tpl-loading .sk-fading-circle .sk-circle6 {
	transform: rotate(150deg);
}

#tpl-loading .sk-fading-circle .sk-circle7 {
	transform: rotate(180deg);
}

#tpl-loading .sk-fading-circle .sk-circle8 {
	transform: rotate(210deg);
}

#tpl-loading .sk-fading-circle .sk-circle9 {
	transform: rotate(240deg);
}

#tpl-loading .sk-fading-circle .sk-circle10 {
	transform: rotate(270deg);
}

#tpl-loading .sk-fading-circle .sk-circle11 {
	transform: rotate(300deg);
}

#tpl-loading .sk-fading-circle .sk-circle12 {
	transform: rotate(330deg);
}

#tpl-loading .sk-fading-circle .sk-circle2:before {
	animation-delay: -1.1s;
}

#tpl-loading .sk-fading-circle .sk-circle3:before {
	animation-delay: -1s;
}

#tpl-loading .sk-fading-circle .sk-circle4:before {
	animation-delay: -0.9s;
}

#tpl-loading .sk-fading-circle .sk-circle5:before {
	animation-delay: -0.8s;
}

#tpl-loading .sk-fading-circle .sk-circle6:before {
	animation-delay: -0.7s;
}

#tpl-loading .sk-fading-circle .sk-circle7:before {
	animation-delay: -0.6s;
}

#tpl-loading .sk-fading-circle .sk-circle8:before {
	animation-delay: -0.5s;
}

#tpl-loading .sk-fading-circle .sk-circle9:before {
	animation-delay: -0.4s;
}

#tpl-loading .sk-fading-circle .sk-circle10:before {
	animation-delay: -0.3s;
}

#tpl-loading .sk-fading-circle .sk-circle11:before {
	animation-delay: -0.2s;
}

#tpl-loading .sk-fading-circle .sk-circle12:before {
	animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

#biltokyo {
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: 0.1s;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	line-height: 2.14286;
	background: url("../img/bg.png") 50% 0 repeat-y;
}

@media screen and (max-width: 900px) {
	#biltokyo {
		position: static;
	}
}

#biltokyo.show {
	opacity: 1;
}

@media screen and (max-width: 900px) {
	#biltokyo {
		font-size: 28px;
		font-size: 3.73333vw;
		line-height: 1.92308;
		background: url("../img/bg_sp.png") 50% 0 repeat-y;
		background-size: contain;
	}
}

#biltokyo * {
	box-sizing: border-box;
}

#biltokyo img {
	vertical-align: bottom;
}

#biltokyo .tpl-txt + .tpl-txt {
	margin-top: 1.2em;
}

#biltokyo .tpl-inner {
	width: 1024px;
	margin: auto;
	padding: 0 8px;
}

@media screen and (min-width: 901px) and (max-width: 1040px) {
	#biltokyo .tpl-inner {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-inner {
		width: 100%;
		padding: 0 5%;
	}
}

#biltokyo .tpl-lead_75 {
	width: 75%;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-lead_75 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

#biltokyo .tpl-lead_50 {
	width: 50%;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-lead_50 {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

#gl_header {
	border-bottom: 1px solid #c9c9c9;
	position: relative;
	z-index: 999;
	background: #fff;
}

#biltokyo .nav-toggle {
	position: absolute;
	right: 2.93333vw;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 10000;
	background: rgba(255, 255, 255, 0.3);
	outline: 0;
}

@media screen and (max-width: 900px) {
	#biltokyo .nav-toggle {
		top: 176px;
	}
}

@media screen and (max-width: 900px) and (max-width: 640px) {
	#biltokyo .nav-toggle {
		top: 45px;
	}
}

#biltokyo .nav-toggle.seek {
	position: fixed;
	top: 0px;
}

#biltokyo .nav-toggle > div {
	position: absolute;
	left: 15px;
	width: 30px;
	height: 2px;
	background: #000;
}

#biltokyo .nav-toggle .a1 {
	top: 20px;
	transition: transform 0.2s;
}

#biltokyo .nav-toggle .a2 {
	top: 29px;
}

#biltokyo .nav-toggle .a3 {
	top: 38px;
	transition: transform 0.2s;
}

#biltokyo .nav-toggle.nav-toggle-close {
	top: 0;
}

#biltokyo .nav-toggle.nav-toggle-close .a1 {
	top: 30px;
	transform: rotate(30deg);
}

#biltokyo .nav-toggle.nav-toggle-close .a2 {
	height: 0;
}

#biltokyo .nav-toggle.nav-toggle-close .a3 {
	top: 30px;
	transform: rotate(-30deg);
}

@media screen and (min-width: 901px) {
	#biltokyo .nav {
		position: relative;
		z-index: 999;
		opacity: 0;
		transition: opacity 1s 1.3s, top 1s 0s;
		pointer-events: none;
	}
	#biltokyo .nav.for_scene2 {
		opacity: 0;
	}
	#biltokyo .nav.for_mvFix {
		opacity: 1;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .nav {
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 100%;
		background: #fff;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.5s;
		pointer-events: none;
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .nav .nav-wrap {
		position: absolute;
		z-index: 1;
		width: 1000px;
		top: 0;
		left: calc(50% - 500px);
	}
}

@media screen and (min-width: 901px) and (max-width: 1023px) {
	#biltokyo .nav .nav-wrap {
		width: 100%;
		left: 0;
	}
}

#biltokyo .nav.act {
	opacity: 1;
	pointer-events: auto;
	z-index: 10000000;
}

#biltokyo .nav .nav-ttl {
	padding-top: 100px;
	text-align: center;
	font-size: 33px;
	line-height: 1;
	font-family: "Frutiger LT W01_65 Bold1475746", Helvetica, sans-serif !important;
	font-weight: 700 !important;
	font-weight: 700 !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .nav .nav-ttl {
		padding-top: 12.8vw;
		font-size: 40px;
		font-size: 5.33333vw;
		line-height: 1.25;
	}
}

#biltokyo .nav .nav-ttl > * {
	position: relative;
	display: inline-block;
	font-weight: 700 !important;
}

#biltokyo .nav .nav-ttl > *:before {
	position: absolute;
	top: -24px;
	left: -60px;
	display: block;
	content: '';
	width: 34px;
	height: 34px;
	background: url("../img/mv-ttl-obj.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .nav .nav-ttl > *:before {
		top: -4.26667vw;
		left: 29%;
		width: 6.66667vw;
		height: 6.66667vw;
		background: url("../img/mv-ttl-obj_sp.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .nav .nav-list-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	#biltokyo .nav .nav-list {
		display: flex;
		justify-content: flex-end;
		padding-top: 20px;
	}
	#biltokyo .nav .nav-list li {
		margin-right: 14px;
		pointer-events: auto;
	}
	#biltokyo .nav .nav-list li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		font-size: 14px;
		font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, sans-serif !important;
		font-weight: bold;
		color: #000;
	}
	#biltokyo .nav .nav-list li a:hover {
		text-decoration: none;
	}
	#biltokyo .nav .nav-list li a:after {
		display: block;
		content: '';
		background: url("../img/icon-nav.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 10px;
		height: 7px;
		margin-left: 3px;
	}
}

@media screen and (max-width: 900px) and (min-height: 451px) {
	#biltokyo .nav .nav-list-wrap {
		padding-top: 13.33333vw;
	}
	#biltokyo .nav .nav-list:first-child {
		border-top: 1px solid #eee;
	}
	#biltokyo .nav .nav-list li {
		height: 16vw;
		border-bottom: 1px solid #eee;
	}
	#biltokyo .nav .nav-list li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		font-size: 38px;
		font-size: 5.06667vw;
		font-family: "Frutiger LT W01_65 Bold1475746", Helvetica, sans-serif !important;
		font-weight: 700 !important;
		color: #000;
	}
	#biltokyo .nav .nav-list li a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 900px) and (max-width: 900px) and (max-height: 450px) {
	#biltokyo .nav .nav-list-wrap {
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#biltokyo .nav .nav-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#biltokyo .nav .nav-list + .nav-list {
		margin-top: 30px;
	}
	#biltokyo .nav .nav-list li + li {
		margin-left: 35px;
	}
	#biltokyo .nav .nav-list li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		font-size: 20px;
		font-family: "Frutiger LT W01_65 Bold1475746", Helvetica, sans-serif !important;
		font-weight: 700 !important;
		color: #000;
	}
	#biltokyo .nav .nav-list li a:hover {
		text-decoration: none;
	}
	#biltokyo .nav .nav-list li a:after {
		display: block;
		content: '';
		background: url("../img/icon-nav_landscape.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 15px;
		height: 9px;
		margin-left: 10px;
	}
}

#biltokyo .nav2 {
	position: fixed;
	z-index: 999;
	transition: top 0.6s;
	top: -51px;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
}

#biltokyo .nav2.seek {
	top: 0;
}

#biltokyo .nav2 .nav-wrap {
	position: absolute;
	z-index: 1;
	width: 1000px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	top: 0;
	left: calc(50% - 500px);
}

@media screen and (min-width: 901px) and (max-width: 1023px) {
	#biltokyo .nav2 .nav-wrap {
		width: 100%;
		left: 0;
		padding-left: 10px;
	}
}

#biltokyo .nav2.act {
	opacity: 1;
	pointer-events: auto;
}

#biltokyo .nav2 .nav2-logo > * {
	position: relative;
	display: flex;
	align-items: center;
	font-family: "Frutiger LT W01_65 Bold1475746", Helvetica, sans-serif !important;
	font-weight: 700 !important;
	color: #000;
	font-size: 14px;
	cursor: pointer;
}

#biltokyo .nav2 .nav2-logo > *:hover {
	text-decoration: none;
}

#biltokyo .nav2 .nav2-logo > *:before {
	position: relative;
	top: -4px;
	display: block;
	content: '';
	background: url("../img/nav2-logo.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 17px;
	height: 17px;
	margin-right: 8px;
}

#biltokyo .nav2 .nav-list {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
	padding-bottom: 10px;
}

#biltokyo .nav2 .nav-list li {
	margin-right: 14px;
	pointer-events: auto;
}

#biltokyo .nav2 .nav-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	font-family: "Frutiger LT W01_87 X Black Cn", Helvetica, sans-serif !important;
	color: #000;
}

@media screen and (min-width: 901px) and (max-width: 1023px) {
	#biltokyo .nav2 .nav-list li a {
		font-size: 12px;
	}
}

#biltokyo .nav2 .nav-list li a:hover {
	text-decoration: none;
}

#biltokyo .nav2 .nav-list li a:after {
	display: block;
	content: '';
	background: url("../img/icon-nav.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 10px;
	height: 7px;
	margin-left: 3px;
}

#biltokyo .mv-bg-trigger {
	position: absolute;
	z-index: 999;
	top: -50px;
	left: 50%;
	width: 100px;
	height: 1px;
	background: #f00;
	opacity: 0 !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .mv-bg-trigger {
		top: 0px;
	}
}

#biltokyo .mv-trigger-end {
	position: absolute;
	left: 0;
	bottom: 0px;
}

@media screen and (max-width: 900px) {
	#biltokyo .mv-trigger-end {
		bottom: -66.66667vw;
	}
}

@media screen and (max-width: 900px) and (max-height: 450px) {
	#biltokyo .mv-trigger-end {
		bottom: 0;
	}
}

#biltokyo .sec-mv {
	position: relative;
	height: 1460px;
	overflow: hidden;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv {
		height: 293.33333vw;
	}
}

#biltokyo .sec-mv .scene1 {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: calc(100vh - 146px - 50px);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 1s;
	opacity: 0;
	pointer-events: none;
}

@media screen and (max-width: 900px) and (max-width: 640px) {
	#biltokyo .sec-mv .scene1 {
		height: calc(100vh - 45px);
	}
}

@media screen and (max-width: 900px) and (max-height: 450px) {
	#biltokyo .sec-mv .scene1 {
		height: 100%;
	}
}

#biltokyo .sec-mv .scene1.show {
	opacity: 1;
	pointer-events: auto;
}

#biltokyo .sec-mv .scene1 .scene1-ttl {
	font-size: 30px;
	letter-spacing: 0.1em;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .scene1 .scene1-ttl {
		white-space: nowrap;
		font-size: 22px;
	}
}

@media screen and (max-width: 900px) and (max-height: 450px) {
	#biltokyo .sec-mv .scene1 .scene1-ttl {
		position: absolute;
		top: 110px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

#biltokyo .sec-mv .scene1 .scene1-ttl.show {
	opacity: 1;
	pointer-events: auto;
}

#biltokyo .sec-mv .mv-bg {
	position: fixed;
	top: 0;
	left: calc(50% - 1000px);
	min-width: 2000px;
	opacity: 0;
	transition: 2s opacity, 0.0s top;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-bg {
		top: 0;
		left: calc(50% - 50vw);
		min-width: 100%;
	}
	#biltokyo .sec-mv .mv-bg img {
		width: 100%;
	}
}

#biltokyo .sec-mv .mv-bg.for_scene2 {
	opacity: 0.3;
}

#biltokyo .sec-mv .mv-bg.for_mvFix {
	opacity: 1;
}

#biltokyo .sec-mv .mv-bg img {
	transition: opacity 0.5s;
}

#biltokyo .sec-mv .mv-bg.hide img {
	opacity: 0;
}

#biltokyo .sec-mv .mv-bg.absolute {
	position: absolute;
	top: -40px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-bg.absolute {
		top: 0;
	}
}

#biltokyo .sec-mv .mv-ttl {
	padding-top: 100px;
	text-align: center;
	font-size: 33px;
	line-height: 1;
	font-family: "Frutiger LT W01_65 Bold1475746", Helvetica, sans-serif !important;
	font-weight: 700 !important;
	opacity: 0;
	transition: 2s opacity, 2s transform;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-ttl {
		padding-top: 12.8vw;
		font-size: 40px;
		font-size: 5.33333vw;
		line-height: 1.25;
	}
}

#biltokyo .sec-mv .mv-ttl.for_scene2 {
	opacity: 1;
}

#biltokyo .sec-mv .mv-ttl.for_mvFix {
	opacity: 1;
}

#biltokyo .sec-mv .mv-ttl > * {
	position: relative;
	display: inline-block;
	font-weight: 700 !important;
}

#biltokyo .sec-mv .mv-ttl > *:before {
	position: absolute;
	top: -24px;
	left: -60px;
	display: block;
	content: '';
	width: 34px;
	height: 34px;
	background: url("../img/mv-ttl-obj.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-ttl > *:before {
		top: -4.26667vw;
		left: 29%;
		width: 6.66667vw;
		height: 6.66667vw;
		background: url("../img/mv-ttl-obj_sp.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

#biltokyo .sec-mv .mv-lead {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	opacity: 0;
	transition: 2s opacity, 2s transform;
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-mv .mv-lead {
		letter-spacing: 0.2em;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-lead {
		font-size: 22px;
		font-size: 2.93333vw;
	}
}

#biltokyo .sec-mv .mv-lead.for_scene2 {
	opacity: 1;
}

#biltokyo .sec-mv .mv-lead.for_mvFix {
	opacity: 1;
}

#biltokyo .sec-mv .mv-inner {
	position: absolute;
	top: 0;
	left: calc(50% - 1000px);
	width: 2000px;
	height: 1500px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-inner {
		width: 100%;
		left: 0;
		height: 272.53333vw;
	}
}

#biltokyo .sec-mv .kyousou {
	position: absolute;
	border-radius: 50%;
	transition: 1s;
	top: 244px !important;
	left: 879px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .kyousou {
		top: 54.66667vw !important;
		left: calc(50% - 22.66667vw) !important;
	}
}

#biltokyo .sec-mv .kyousou .obj-inner {
	border-radius: 50%;
	width: 240px;
	height: 240px;
	overflow: hidden;
	border: 2px solid #000;
	transform: scale(0);
	opacity: 0.2;
	transition: 0.7s;
	transition-timing-function: cubic-bezier(0, 1.29, 0.51, 1.23);
}

#biltokyo .sec-mv .kyousou .obj-inner img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .kyousou .obj-inner {
		width: 45.33333vw;
		height: 45.33333vw;
	}
}

#biltokyo .sec-mv .kyousou.for_scene2 {
	top: 244px !important;
	left: 879px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .kyousou.for_scene2 {
		top: 54.66667vw !important;
		left: calc(50% - 22.66667vw) !important;
	}
}

#biltokyo .sec-mv .kyousou.for_scene2 .obj-inner {
	opacity: 1;
	transform: scale(1.3);
}

#biltokyo .sec-mv .kyousou.for_mvFix {
	top: 204px !important;
	left: 1031px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .kyousou.for_mvFix {
		top: 46.93333vw !important;
		left: 49.33333vw !important;
	}
}

#biltokyo .sec-mv .kyousou.for_mvFix .obj-inner {
	opacity: 1;
	transform: scale(1);
	transition-timing-function: linear;
}

#biltokyo .sec-mv #layer {
	position: absolute !important;
	pointer-events: auto !important;
	top: 0px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv #layer {
		width: 100%;
	}
}

#biltokyo .sec-mv .obj {
	position: absolute;
	border-radius: 50%;
}

#biltokyo .sec-mv .obj .obj-inner {
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #000;
	width: 100%;
	transform: scale(0);
	opacity: 0.2;
	transition: 0.7s;
	transition-timing-function: cubic-bezier(0, 1.29, 0.51, 1.23);
}

#biltokyo .sec-mv .obj .obj-inner img {
	width: 100%;
}

#biltokyo .sec-mv .obj.for_mvFix .obj-inner {
	opacity: 1;
	transform: scale(1);
}

#biltokyo .sec-mv .obj-camp {
	top: 180px !important;
	left: 589px !important;
}

#biltokyo .sec-mv .obj-camp .obj-inner {
	width: 152px;
	height: 152px;
}

#biltokyo .sec-mv .obj-camp .obj-inner img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-camp .obj-inner {
		width: 28.26667vw;
		height: 28.26667vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-camp {
		top: 44.8vw !important;
		left: 16vw !important;
	}
}

#biltokyo .sec-mv .obj-camp.for_mvFix {
	top: 180px !important;
	left: 589px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-camp.for_mvFix {
		top: 44.8vw !important;
		left: 16vw !important;
	}
}

#biltokyo .sec-mv .obj-office {
	top: 375px !important;
	left: 665px !important;
}

#biltokyo .sec-mv .obj-office .obj-inner {
	width: 222px;
	height: 222px;
}

#biltokyo .sec-mv .obj-office .obj-inner img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-office .obj-inner {
		width: 41.33333vw;
		height: 41.33333vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-office {
		top: 79.2vw !important;
		left: 5.6vw !important;
	}
}

#biltokyo .sec-mv .obj-office.for_mvFix {
	top: 325px !important;
	left: 735px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-office.for_mvFix {
		top: 79.2vw !important;
		left: 5.6vw !important;
	}
}

#biltokyo .sec-mv .obj-home {
	top: 460px !important;
	left: 1213px !important;
}

#biltokyo .sec-mv .obj-home .obj-inner {
	width: 222px;
	height: 222px;
}

#biltokyo .sec-mv .obj-home .obj-inner img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-home .obj-inner {
		width: 41.33333vw;
		height: 41.33333vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-home {
		top: 170.4vw !important;
		left: 53.6vw !important;
	}
}

#biltokyo .sec-mv .obj-home.for_mvFix {
	top: 460px !important;
	left: 1213px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-home.for_mvFix {
		top: 170.4vw !important;
		left: 53.6vw !important;
	}
}

#biltokyo .sec-mv .obj-site {
	top: 571px !important;
	left: 526px !important;
}

#biltokyo .sec-mv .obj-site .obj-inner {
	width: 182px;
	height: 182px;
}

#biltokyo .sec-mv .obj-site .obj-inner img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-site .obj-inner {
		width: 33.86667vw;
		height: 33.86667vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-site {
		top: 107.73333vw !important;
		left: 51.2vw !important;
	}
}

#biltokyo .sec-mv .obj-site.for_mvFix {
	top: 571px !important;
	left: 526px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-site.for_mvFix {
		top: 107.73333vw !important;
		left: 51.2vw !important;
	}
}

#biltokyo .sec-mv .obj-birth {
	top: 708px !important;
	left: 1149px !important;
}

#biltokyo .sec-mv .obj-birth .obj-inner {
	width: 222px;
	height: 222px;
}

#biltokyo .sec-mv .obj-birth .obj-inner img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-birth .obj-inner {
		width: 41.33333vw;
		height: 41.33333vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-birth {
		top: 216vw !important;
		left: 54.66667vw !important;
	}
}

#biltokyo .sec-mv .obj-birth.for_mvFix {
	top: 708px !important;
	left: 1149px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-birth.for_mvFix {
		top: 216vw !important;
		left: 54.66667vw !important;
	}
}

#biltokyo .sec-mv .obj-watch {
	top: 790px !important;
	left: 637px !important;
}

#biltokyo .sec-mv .obj-watch .obj-inner {
	width: 202px;
	height: 202px;
}

#biltokyo .sec-mv .obj-watch .obj-inner img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-watch .obj-inner {
		width: 37.6vw;
		height: 37.6vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-watch {
		top: 242.66667vw !important;
		left: 21.33333vw !important;
	}
}

#biltokyo .sec-mv .obj-watch.for_mvFix {
	top: 790px !important;
	left: 637px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-watch.for_mvFix {
		top: 242.66667vw !important;
		left: 21.33333vw !important;
	}
}

#biltokyo .sec-mv .obj-theta {
	top: 801px !important;
	left: 879px !important;
}

#biltokyo .sec-mv .obj-theta .obj-inner {
	width: 242px;
	height: 242px;
}

#biltokyo .sec-mv .obj-theta .obj-inner img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-theta .obj-inner {
		width: 45.06667vw;
		height: 45.06667vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-theta {
		top: 194.4vw !important;
		left: 6.13333vw !important;
	}
}

#biltokyo .sec-mv .obj-theta.for_mvFix {
	top: 801px !important;
	left: 879px !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .obj-theta.for_mvFix {
		top: 194.4vw !important;
		left: 6.13333vw !important;
	}
}

#biltokyo .sec-mv .mv-control {
	position: fixed;
	z-index: 1;
	bottom: 80px;
	left: 80px;
	opacity: 0;
	transition: opacity 1s;
	pointer-events: none;
	cursor: pointer;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-control {
		bottom: calc(20px + 6.4vw);
		left: 20px;
	}
}

#biltokyo .sec-mv .mv-control.show {
	opacity: 1;
	pointer-events: auto;
}

#biltokyo .sec-mv .mv-scroll {
	position: fixed;
	z-index: 1;
	bottom: 80px;
	right: 80px;
	opacity: 0;
	transition: opacity 1s;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-scroll {
		right: 10px;
		bottom: 20px;
		width: 22px;
	}
	#biltokyo .sec-mv .mv-scroll img {
		width: 100%;
	}
}

#biltokyo .sec-mv .mv-scroll.show {
	opacity: 1;
}

#biltokyo .sec-mv .mv-stop {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	display: none;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-stop {
		width: 6.4vw;
	}
	#biltokyo .sec-mv .mv-stop img {
		width: 100%;
	}
}

#biltokyo .sec-mv .mv-stop.show {
	display: block;
}

#biltokyo .sec-mv .mv-restart {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	display: none;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-restart {
		width: 6.4vw;
	}
	#biltokyo .sec-mv .mv-restart img {
		width: 100%;
	}
}

#biltokyo .sec-mv .mv-restart.show {
	display: block;
}

#biltokyo .sec-mv .mv-skip {
	position: absolute;
	z-index: 10000;
	top: 540px;
	left: calc(50% - 40px);
	cursor: pointer;
	transition: 0.5s opacity;
	opacity: 0;
	pointer-events: none;
}

@media screen and (min-height: 900px) {
	#biltokyo .sec-mv .mv-skip {
		position: fixed;
		top: auto;
		bottom: 26px;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-mv .mv-skip {
		position: fixed;
		left: calc(50% - 30px);
		top: auto;
		bottom: 26px;
		width: 61px;
	}
	#biltokyo .sec-mv .mv-skip img {
		width: 100%;
	}
}

@media screen and (max-width: 900px) and (max-height: 450px) {
	#biltokyo .sec-mv .mv-skip {
		left: 13px;
		bottom: 13px;
	}
}

#biltokyo .sec-mv .mv-skip.show {
	opacity: 1;
	pointer-events: auto;
}

#biltokyo .sec-newNormal {
	position: relative;
	overflow: hidden;
}

#biltokyo .sec-newNormal .newNormal-ttl {
	position: relative;
	padding-left: 14px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-newNormal .newNormal-ttl {
		padding-left: 2.8vw;
	}
}

#biltokyo .sec-newNormal .ttl-bg {
	position: relative;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-newNormal .ttl-bg {
		left: -1.86667vw;
		width: 90.93333vw;
	}
	#biltokyo .sec-newNormal .ttl-bg img {
		width: 100%;
	}
}

#biltokyo .sec-newNormal .ttl-txt1 {
	position: absolute;
	top: 44px;
	left: 14px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-newNormal .ttl-txt1 {
		top: 5.6vw;
		left: 1.33333vw;
		width: 58.8vw;
	}
	#biltokyo .sec-newNormal .ttl-txt1 img {
		width: 100%;
	}
}

#biltokyo .sec-newNormal .ttl-txt2 {
	position: absolute;
	top: 186px;
	left: 261px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-newNormal .ttl-txt2 {
		top: 24.53333vw;
		left: 0.53333vw;
		width: 49.06667vw;
	}
	#biltokyo .sec-newNormal .ttl-txt2 img {
		width: 100%;
	}
}

#biltokyo .sec-newNormal .newNormal-lead {
	margin-right: 0;
	margin-left: auto;
	padding-top: 2em;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-newNormal .newNormal-lead {
		margin: 0;
		padding: 0;
		padding-top: 1em;
	}
}

#biltokyo .tpl-graybg {
	background: #eee url("../img/bg-gray.png") 50% 0 repeat-y;
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-graybg {
		background: #eee url("../img/bg-gray_sp.png") 50% 0 repeat-y;
		background-size: contain;
	}
}

#biltokyo .tpl-blackbg {
	color: #fff;
	background: #000 url("../img/bg-bk.png") 50% 0 repeat-y;
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-blackbg {
		background: #000 url("../img/bg-bk_sp.png") 50% 0 repeat-y;
		background-size: contain;
	}
}

#biltokyo .tpl-ttl {
	position: relative;
	margin-bottom: 2.5em;
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-ttl {
		margin-bottom: 5.33333vw;
	}
}

#biltokyo .tpl-ttl .ttl-bg {
	position: absolute;
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-ttl .ttl-bg img {
		width: 100%;
	}
}

#biltokyo .tpl-ttl .ttl-num {
	position: absolute;
	top: 50px;
	left: 0;
	font-weight: bold;
	font-size: 15px;
	font-family: "Frutiger LT W01_65 Bold1475746", Helvetica, sans-serif !important;
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-ttl .ttl-num {
		position: relative;
		top: auto;
		left: auto;
		padding-top: 3.46667vw;
		font-size: 24px;
		font-size: 3.2vw;
	}
}

#biltokyo .tpl-ttl .ttl-txt {
	position: relative;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.66667;
	padding-top: 1em;
	width: 75%;
	padding-left: 0.25em;
	padding-right: 0.25em;
	margin-right: 0;
	margin-left: auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-ttl .ttl-txt {
		font-size: 40px;
		font-size: 5.33333vw;
		line-height: 1.25;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 0.8vw;
	}
}

#biltokyo .tpl-ttl_lv2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 900px) {
	#biltokyo .tpl-ttl_lv2 {
		font-size: 30px;
		font-size: 4vw;
	}
}

#biltokyo .sec-about {
	position: relative;
	padding-top: 150px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about {
		padding-top: 17.33333vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-ttl {
		width: 72.93333vw;
	}
	#biltokyo .sec-about .about-ttl img {
		width: 100%;
	}
}

#biltokyo .sec-about .about-lead {
	margin-left: auto;
	margin-right: 0;
}

#biltokyo .sec-about .about-lead .tpl-ttl_lv2 {
	margin-bottom: 1em;
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-about .about-lead .tpl-txt {
		white-space: nowrap;
	}
}

#biltokyo .sec-about .about-img {
	position: relative;
	margin-top: 3em;
	height: 433px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-img {
		height: 90.53333vw;
	}
}

#biltokyo .sec-about .about-img .about-img-pic {
	z-index: 1;
	position: absolute;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-img .about-img-pic img {
		width: 100%;
	}
}

#biltokyo .sec-about .about-img .about-img-pic.pic1 {
	z-index: 2;
	top: 50px;
	left: 0px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-img .about-img-pic.pic1 {
		width: 40vw;
		top: 0vw;
		left: -2.4vw;
	}
}

#biltokyo .sec-about .about-img .about-img-pic.pic2 {
	z-index: 1;
	top: 100px;
	left: 253px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-img .about-img-pic.pic2 {
		top: 20vw;
		left: 11.46667vw;
		width: 66.66667vw;
	}
}

#biltokyo .sec-about .about-img .about-img-pic.pic3 {
	z-index: 2;
	top: 150px;
	right: 0px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-img .about-img-pic.pic3 {
		top: 57.06667vw;
		left: auto;
		right: -2.4vw;
		width: 40vw;
	}
}

#biltokyo .sec-about .about-img .about-img-rec {
	z-index: 0;
	position: absolute;
	background: #eee;
}

#biltokyo .sec-about .about-img .about-img-rec.rec1 {
	top: 100px;
	left: 50px;
	width: 300px;
	height: 200px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-img .about-img-rec.rec1 {
		top: 6.4vw;
		left: 4.26667vw;
		width: 40vw;
		height: 26.66667vw;
	}
}

#biltokyo .sec-about .about-img .about-img-rec.rec2 {
	top: 0px;
	left: 303px;
	width: 500px;
	height: 329px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-img .about-img-rec.rec2 {
		top: 6.13333vw;
		left: 17.86667vw;
		width: 66.66667vw;
		height: 43.86667vw;
	}
}

#biltokyo .sec-about .about-img .about-img-rec.rec3 {
	top: 200px;
	right: 55px;
	width: 300px;
	height: 200px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-img .about-img-rec.rec3 {
		top: 63.46667vw;
		right: auto;
		left: 45.33333vw;
		width: 40vw;
		height: 26.66667vw;
	}
}

#biltokyo .sec-about .about-content {
	position: relative;
	margin-top: 90px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-content {
		margin-top: 10.66667vw;
	}
}

#biltokyo .sec-about .about-content .content-subttl {
	font-weight: bold;
	font-size: 15px;
	font-family: "Frutiger LT W01_65 Bold1475746", Helvetica, sans-serif !important;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-content .content-subttl {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

#biltokyo .sec-about .about-digital-img {
	position: absolute;
	top: 0;
	right: 80px;
	width: 340px;
}

#biltokyo .sec-about .about-digital-img img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-digital-img {
		position: static;
		width: 63.46667vw;
		margin: auto;
		margin-top: 12vw;
	}
}

#biltokyo .sec-about .about-digital-figure {
	position: relative;
	margin-top: 110px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-digital-figure {
		margin-top: 14.66667vw;
	}
}

#biltokyo .sec-about .about-digital-figure .about-digital-figure-img {
	z-index: 1;
	position: relative;
	width: 797px;
	margin: auto;
}

#biltokyo .sec-about .about-digital-figure .about-digital-figure-img img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-digital-figure .about-digital-figure-img {
		width: 82.53333vw;
	}
}

#biltokyo .sec-about .about-digital-figure .platform {
	position: absolute;
	top: 190px;
	left: 70px;
	border-radius: 50%;
	width: 858px;
	height: 286px;
	background: #eee;
	font-size: 20px;
	letter-spacing: -0.08em;
	font-weight: 500;
	padding-top: 168px;
	padding-left: 71px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-digital-figure .platform {
		top: 19.2vw;
		left: 0vw;
		width: 88vw;
		height: 29.33333vw;
		padding-top: 17.33333vw;
		padding-left: 5.6vw;
		font-size: 15px;
		font-size: 2vw;
	}
}

#biltokyo .sec-about .about-idea-img {
	position: absolute;
	top: 0px;
	left: calc(50% + 10px);
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-idea-img {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 9.33333vw;
	}
}

#biltokyo .sec-about .about-idea-img .idea1 {
	position: relative;
	top: 0px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-idea-img .idea1 {
		width: 61.6vw;
		margin: auto;
	}
	#biltokyo .sec-about .about-idea-img .idea1 img {
		width: 100%;
	}
}

#biltokyo .sec-about .about-idea-img .idea2 {
	position: relative;
	top: -25px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-idea-img .idea2 {
		top: -5.86667vw;
		width: 61.6vw;
		margin: auto;
	}
	#biltokyo .sec-about .about-idea-img .idea2 img {
		width: 100%;
	}
}

#biltokyo .sec-about .about-idea-img .idea3 {
	position: relative;
	top: -18px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-about .about-idea-img .idea3 {
		top: -3.2vw;
		width: 61.6vw;
		margin: auto;
	}
	#biltokyo .sec-about .about-idea-img .idea3 img {
		width: 100%;
	}
}

#biltokyo .sec-process {
	position: relative;
	padding-top: 175px;
	padding-bottom: 150px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process {
		padding-top: 10.66667vw;
		padding-bottom: 20vw;
	}
}

#biltokyo .sec-process .tpl-inner {
	position: relative;
}

#biltokyo .sec-process .process-ttl .ttl-bg {
	padding-left: 14px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process .process-ttl .ttl-bg {
		width: 86.53333vw;
		padding-left: 1.06667vw;
	}
	#biltokyo .sec-process .process-ttl .ttl-bg img {
		width: 100%;
	}
}

#biltokyo .sec-process .process-lead {
	margin: auto;
	margin-top: 80px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process .process-lead {
		margin-top: 4vw;
	}
}

#biltokyo .sec-process .process-img {
	position: absolute;
	top: 191px;
	right: 25px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process .process-img {
		position: relative;
		top: auto;
		right: auto;
		width: 45.2vw;
		margin: auto;
		margin-top: 9.33333vw;
	}
	#biltokyo .sec-process .process-img img {
		width: 100%;
	}
}

#biltokyo .sec-process .process-fig_head {
	text-align: center;
	margin-top: 74px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process .process-fig_head {
		width: 84.13333vw;
		margin: auto;
		margin-top: 10.66667vw;
	}
	#biltokyo .sec-process .process-fig_head img {
		width: 100%;
	}
}

#biltokyo .sec-process .process-fig {
	background: #eee;
	width: 920px;
	margin: auto;
	padding: 50px;
	margin-top: 20px;
}

@media screen and (min-width: 901px) and (max-width: 940px) {
	#biltokyo .sec-process .process-fig {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process .process-fig {
		width: 95.83333333333333%;
		padding: 6.66667vw;
		margin-top: 2.66667vw;
	}
}

#biltokyo .sec-process .process-fig ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#biltokyo .sec-process .process-fig ul li {
	position: relative;
	width: 26.6%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process .process-fig ul li {
		width: 100%;
	}
	#biltokyo .sec-process .process-fig ul li + li {
		margin-top: 2.66667vw;
	}
}

#biltokyo .sec-process .process-fig .process-arrow {
	position: absolute;
	top: 30px;
	left: -50px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process .process-fig .process-arrow {
		position: relative;
		top: auto;
		left: auto;
		width: 5.6vw;
		margin: auto;
	}
	#biltokyo .sec-process .process-fig .process-arrow img {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process .process-fig .process-fig-img {
		width: 57.46667vw;
		margin: auto;
	}
	#biltokyo .sec-process .process-fig .process-fig-img img {
		width: 100%;
	}
}

#biltokyo .sec-process .process-fig .process-fig-txt {
	font-size: 14px;
	line-height: 1.66667;
	margin-top: 10px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-process .process-fig .process-fig-txt {
		margin-top: 2.66667vw;
		font-size: 24px;
		font-size: 3.2vw;
	}
}

#biltokyo .sec-case {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	overflow: hidden;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case {
		padding-top: 20vw;
		padding-bottom: 20vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case .case-ttl .ttl-bg {
		width: 51.06667vw;
	}
	#biltokyo .sec-case .case-ttl .ttl-bg img {
		width: 100%;
	}
}

#biltokyo .sec-case .case-list {
	position: relative;
	margin-top: 100px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case .case-list {
		margin-top: 13.33333vw;
	}
}

#biltokyo .sec-case .case-list + .case-list {
	margin-top: 80px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case .case-list + .case-list {
		margin-top: 13.33333vw;
	}
}

#biltokyo .sec-case .case-list .case-list-rec {
	position: absolute;
	width: calc(100% - 50px);
	height: 300px;
	background: #222;
	top: 50px;
	left: 50px;
}

#biltokyo .sec-case .case-list .case-list-rec.rec2 {
	top: 610px;
	left: 50px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case .case-list .case-list-rec {
		width: 89.33333vw;
		height: 444vw;
		top: 6.66667vw;
		left: -4.8vw;
	}
	#biltokyo .sec-case .case-list .case-list-rec.rec2 {
		display: none;
	}
}

#biltokyo .sec-case .case-list ul {
	display: flex;
	flex-wrap: wrap;
}

#biltokyo .sec-case .case-list li {
	position: relative;
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-case .case-list li {
		width: 450px;
		padding-bottom: 70px;
		margin-top: 50px;
	}
	#biltokyo .sec-case .case-list li:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (min-width: 901px) and (max-width: 1040px) {
	#biltokyo .sec-case .case-list li {
		width: calc(45%);
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-case .case-list li + li {
		margin-left: 50px;
	}
}

@media screen and (min-width: 901px) and (max-width: 1040px) {
	#biltokyo .sec-case .case-list li + li {
		margin-left: 5%;
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-case .case-list li:nth-child(2n+1) {
		margin-left: 0;
	}
	#biltokyo .sec-case .case-list li:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case .case-list li {
		width: 100%;
		padding-bottom: 17.33333vw;
	}
	#biltokyo .sec-case .case-list li + li {
		margin-top: 13.33333vw;
	}
	#biltokyo .sec-case .case-list li.comingsoon {
		padding-bottom: 0;
	}
}

#biltokyo .sec-case .case-list .case-list-img {
	position: relative;
}

#biltokyo .sec-case .case-list .case-list-img img {
	width: 100%;
}

#biltokyo .sec-case .case-list .case-list-img a[target="_blank"]:after {
	display: block;
	content: '';
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 26px;
	height: 26px;
	background: url("../img/icon-blank.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case .case-list .case-list-img a[target="_blank"]:after {
		right: 1.86667vw;
		bottom: 1.86667vw;
		width: 5.2vw;
		height: 5.2vw;
		background: url("../img/icon-blank_sp.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-case .case-list .case-list-img a:hover {
		opacity: 0.9;
	}
}

#biltokyo .sec-case .case-list .case-list-num {
	font-family: "Frutiger LT W01_65 Bold1475746", Helvetica, sans-serif !important;
	font-size: 10px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case .case-list .case-list-num {
		font-size: 20px;
		font-size: 2.66667vw;
		line-height: 3;
		margin-top: 2.66667vw;
		margin-bottom: 0;
	}
}

#biltokyo .sec-case .case-list .case-list-txt {
	font-size: 14px;
	line-height: 2.14286;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case .case-list .case-list-txt {
		font-size: 28px;
		font-size: 3.73333vw;
		line-height: 1.92308;
	}
}

#biltokyo .sec-case .case-list .case-list-btn {
	position: absolute;
	bottom: 0;
	left: calc(50% - 90px);
	width: 180px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #666;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 6px;
	font-size: 14px;
	margin-top: 20px;
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-case .case-list .case-list-btn:hover {
		opacity: 0.9;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-case .case-list .case-list-btn {
		left: calc(50% - 24vw);
		width: 48vw;
		height: 10.93333vw;
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

#biltokyo .sec-movie {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-movie {
		padding-top: 20vw;
		padding-bottom: 20vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-movie .movie-ttl .ttl-bg {
		width: 66.26667vw;
	}
	#biltokyo .sec-movie .movie-ttl .ttl-bg img {
		width: 100%;
	}
}

#biltokyo .sec-movie .movie-list {
	position: relative;
	margin-top: 100px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-movie .movie-list {
		margin-top: 13.33333vw;
	}
}

#biltokyo .sec-movie .movie-list + .movie-list {
	margin-top: 80px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-movie .movie-list + .movie-list {
		margin-top: 13.33333vw;
	}
}

#biltokyo .sec-movie .movie-list .movie-list-rec {
	position: absolute;
	width: calc(100% - 50px);
	height: 250px;
	background: #ccc;
	top: 50px;
	left: 50px;
}

#biltokyo .sec-movie .movie-list .movie-list-rec.rec2 {
	top: 610px;
	left: 50px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-movie .movie-list .movie-list-rec {
		width: 89.33333vw;
		height: 128vw;
		top: 6.66667vw;
		left: -4.8vw;
	}
	#biltokyo .sec-movie .movie-list .movie-list-rec.rec2 {
		display: none;
	}
}

#biltokyo .sec-movie .movie-list ul {
	display: flex;
	flex-wrap: wrap;
}

#biltokyo .sec-movie .movie-list li {
	position: relative;
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-movie .movie-list li {
		width: 450px;
		margin-top: 50px;
	}
	#biltokyo .sec-movie .movie-list li:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (min-width: 901px) and (max-width: 1040px) {
	#biltokyo .sec-movie .movie-list li {
		width: calc(45%);
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-movie .movie-list li + li {
		margin-left: 50px;
	}
}

@media screen and (min-width: 901px) and (max-width: 1040px) {
	#biltokyo .sec-movie .movie-list li + li {
		margin-left: 5%;
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-movie .movie-list li:nth-child(2n+1) {
		margin-left: 0;
	}
	#biltokyo .sec-movie .movie-list li:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-movie .movie-list li {
		width: 100%;
	}
	#biltokyo .sec-movie .movie-list li + li {
		margin-top: 13.33333vw;
	}
	#biltokyo .sec-movie .movie-list li.comingsoon {
		padding-bottom: 0;
	}
}

#biltokyo .sec-movie .movie-list .movie-list-img {
	position: relative;
}

#biltokyo .sec-movie .movie-list .movie-list-img img {
	width: 100%;
}

#biltokyo .sec-movie .movie-list .movie-list-img a[target="_blank"]:after {
	display: block;
	content: '';
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 26px;
	height: 26px;
	background: url("../img/icon-blank.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-movie .movie-list .movie-list-img a[target="_blank"]:after {
		right: 1.86667vw;
		bottom: 1.86667vw;
		width: 5.2vw;
		height: 5.2vw;
		background: url("../img/icon-blank_sp.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-movie .movie-list .movie-list-img a:hover {
		opacity: 0.9;
	}
}

#biltokyo .sec-movie .movie-list .movie-list-txt {
	margin-top: 1.2em;
	font-size: 14px;
	line-height: 2.14286;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-movie .movie-list .movie-list-txt {
		font-size: 28px;
		font-size: 3.73333vw;
		line-height: 1.92308;
	}
}

#biltokyo .sec-tour {
	position: relative;
	padding-top: 150px;
	padding-bottom: 200px;
	overflow: hidden;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-tour {
		padding-top: 20vw;
		padding-bottom: 26.66667vw;
	}
}

#biltokyo .sec-tour .tour-img {
	position: relative;
	width: 800px;
	margin: auto;
	height: 418px;
	margin-top: 144px;
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-tour .tour-img a:hover {
		opacity: 0.95;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-tour .tour-img {
		width: 100%;
		height: auto;
		margin-top: 14.66667vw;
	}
}

#biltokyo .sec-tour .tour-img img {
	position: relative;
	width: 100%;
}

#biltokyo .sec-tour .tour-img .tour-img-rec {
	position: absolute;
	top: 50px;
	left: 50px;
	background: #eee;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-tour .tour-img .tour-img-rec {
		top: 6.66667vw;
		left: 6.66667vw;
		width: 100%;
		height: 45.33333vw;
	}
}

#biltokyo .sec-catalog {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog {
		padding-top: 20vw;
		padding-bottom: 20vw;
	}
}

#biltokyo .sec-catalog .catalog-list {
	margin-top: 90px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog .catalog-list {
		margin-top: 13.33333vw;
	}
}

#biltokyo .sec-catalog .catalog-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog .catalog-list li {
		width: 37.33333vw;
	}
}

#biltokyo .sec-catalog .catalog-list li + li {
	margin-left: 200px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog .catalog-list li + li {
		margin-left: 9.86667vw;
	}
}

#biltokyo .sec-catalog .catalog-list .catalog-list-img {
	position: relative;
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-catalog .catalog-list .catalog-list-img:hover {
		opacity: 0.9;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog .catalog-list .catalog-list-img img {
		width: 100%;
	}
}

#biltokyo .sec-catalog .catalog-list .catalog-list-img a[target="_blank"]:after {
	display: block;
	content: '';
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 26px;
	height: 26px;
	background: url("../img/icon-blank.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog .catalog-list .catalog-list-img a[target="_blank"]:after {
		right: 1.86667vw;
		bottom: 1.86667vw;
		width: 5.2vw;
		height: 5.2vw;
		background: url("../img/icon-blank_sp.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

#biltokyo .sec-catalog .catalog-list .catalog-list-img a[target="_blank"].icon-blank-bk:after {
	background: url("../img/icon-blank-bk.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog .catalog-list .catalog-list-img a[target="_blank"].icon-blank-bk:after {
		background: url("../img/icon-blank-bk_sp.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

#biltokyo .sec-catalog .catalog-list .catalog-list-link {
	display: block;
	text-align: center;
	margin-top: 25px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog .catalog-list .catalog-list-link {
		margin-top: 4vw;
	}
}

#biltokyo .sec-catalog .catalog-list .catalog-list-link a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-catalog .catalog-list .catalog-list-link a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog .catalog-list .catalog-list-link a {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

#biltokyo .sec-catalog .catalog-list .catalog-list-link a span {
	display: flex;
	align-items: center;
	justify-content: center;
}

#biltokyo .sec-catalog .catalog-list .catalog-list-link a span:before {
	display: block;
	content: '';
	background: url("../img/icon-pdf.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 17px;
	margin-right: 10px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-catalog .catalog-list .catalog-list-link a span:before {
		margin-right: 1.33333vw;
	}
}

#biltokyo .sec-access {
	position: relative;
	padding: 155px 0 145px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access {
		padding: 22vw 0 19.33333vw;
	}
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner {
		padding: 0;
	}
}

#biltokyo .sec-access .tpl-inner .access-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-ttl .ttl-bg {
		width: 37.33333vw;
	}
	#biltokyo .sec-access .tpl-inner .access-ttl .ttl-bg img {
		width: 100%;
	}
}

#biltokyo .sec-access .tpl-inner .access-ttl .ttl-txt {
	font-size: 24px;
	padding: 0;
	width: auto;
	margin: 0;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-ttl .ttl-txt {
		font-size: 30px;
		font-size: 4vw;
	}
}

#biltokyo .sec-access .tpl-inner .access-map {
	margin-top: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-map {
		margin-top: 7.33333vw;
	}
}

#biltokyo .sec-access .tpl-inner .access-map .SP {
	margin: auto;
	max-width: 100%;
}

#biltokyo .sec-access .tpl-inner .access-txt {
	width: 600px;
	margin: auto;
	margin-top: 45px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-txt {
		margin-top: 9.33333vw;
		width: auto;
		padding: 0 5%;
		text-align: left;
		font-size: 24px;
		font-size: 3.2vw;
	}
}

#biltokyo .sec-access .tpl-inner .access-txt h3 {
	font-size: 17px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-txt h3 {
		font-size: 30px;
		font-size: 4vw;
	}
}

#biltokyo .sec-access .tpl-inner .access-txt .access-txt__data {
	font-size: 14px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-txt .access-txt__data {
		margin: 4.66667vw 0 0;
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

#biltokyo .sec-access .tpl-inner .access-txt .access-txt__data .business_hours::before,
#biltokyo .sec-access .tpl-inner .access-txt .access-txt__data .closed_date::before,
#biltokyo .sec-access .tpl-inner .access-txt .access-txt__data .address::before,
#biltokyo .sec-access .tpl-inner .access-txt .access-txt__data .notice::before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background-color: #777;
	border-radius: 50%;
	position: relative;
	bottom: 0.15em;
	margin-right: 0.2em;
}

#biltokyo .sec-access .tpl-inner .access-txt .access-txt__data .address {
	text-indent: -3.7em;
	padding-left: 3.7em;
}

#biltokyo .sec-access .tpl-inner .access-txt .access-txt__data .notice {
	margin: 35px auto auto;
	text-indent: -0.7em;
	padding-left: 0.7em;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-txt .access-txt__data .notice {
		margin: 6vw auto auto;
	}
}

#biltokyo .sec-access .tpl-inner .access-txt .google-map-link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-top: 28px;
	margin-left: 0.7em;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-txt .google-map-link {
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

#biltokyo .sec-access .tpl-inner .access-txt .google-map-link:after {
	text-decoration: none;
	display: block;
	content: '';
	width: 26px;
	height: 26px;
	margin-bottom: -0.3em;
	margin-left: 0.4em;
	background: url("../img/icon-blank.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-txt .google-map-link:after {
		width: 5.2vw;
		height: 5.2vw;
		margin-left: 0.5em;
		background: url("../img/icon-blank_sp.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

#biltokyo .sec-access .tpl-inner .access-txt .google-map-link.icon-blank-bk::after {
	background: url("../img/icon-blank-bk.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-access .tpl-inner .access-txt .google-map-link.icon-blank-bk::after {
		background: url("../img/icon-blank-bk_sp.png") 0 0 no-repeat;
		background-size: 100% auto;
	}
}

#biltokyo .sec-access .tpl-inner .access-txt .google-map-link span {
	line-height: 1.7em;
	border-bottom: 1px solid #fff;
}

#biltokyo .sec-access .tpl-inner .access-txt p + p {
	margin-top: 1em;
}

#biltokyo .sec-last {
	position: relative;
	padding-top: 150px;
	padding-bottom: 83px;
	background: #fff url("../img/last-bg.png") 50% 0% no-repeat;
	background-size: cover;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-last {
		padding-top: 20vw;
		padding-bottom: 20vw;
		background: #fff url("../img/last-bg_sp.png") 50% 0% no-repeat;
		background-size: cover;
	}
}

#biltokyo .sec-last .last-ttl {
	position: relative;
}

#biltokyo .sec-last .last-ttl .ttl-bg {
	position: absolute;
	top: 0;
	left: calc(50% - 359px);
	width: 718px;
}

#biltokyo .sec-last .last-ttl .ttl-bg img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-last .last-ttl .ttl-bg {
		width: 71.86667vw;
		left: calc(50% - 35.93333vw);
	}
}

#biltokyo .sec-last .last-ttl .ttl-txt {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 17px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-last .last-ttl .ttl-txt {
		font-size: 30px;
		font-size: 4vw;
		padding-top: 10.13333vw;
	}
}

#biltokyo .sec-last .last-lead {
	position: relative;
	text-align: center;
	padding-top: 54px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-last .last-lead {
		padding-top: 14.4vw;
	}
}

#biltokyo .sec-last .last-movie {
	position: relative;
	text-align: center;
	margin-top: 80px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-last .last-movie {
		width: 100%;
		margin-top: 5.33333vw;
	}
	#biltokyo .sec-last .last-movie img {
		width: 100%;
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-last .last-movie a:hover {
		opacity: 0.9;
	}
}

#biltokyo .sec-last .last-link {
	position: relative;
	margin-top: 45px;
	padding-top: 68px;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-last .last-link {
		margin-top: 13.33333vw;
		padding-top: 6.66667vw;
	}
}

#biltokyo .sec-last .last-link .last-link-ttl {
	position: absolute;
	top: 0;
	left: calc(50% - 113px);
	width: 226px;
}

#biltokyo .sec-last .last-link .last-link-ttl img {
	width: 100%;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-last .last-link .last-link-ttl {
		width: 22.66667vw;
		left: calc(50% - 11.33333vw);
	}
}

#biltokyo .sec-last .last-link li {
	position: relative;
	width: 801px;
	margin: auto;
}

@media screen and (max-width: 900px) {
	#biltokyo .sec-last .last-link li {
		width: 100%;
	}
	#biltokyo .sec-last .last-link li img {
		width: 100%;
	}
}

@media screen and (min-width: 901px) {
	#biltokyo .sec-last .last-link li a:hover {
		opacity: 0.9;
	}
}


