@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.c-footer {
	position: relative!important;
	z-index: 10!important;
}
@media screen and (max-width: 800px) {
	.c-header {
		position: relative!important;
	}
}
#header, #breadcrumb, #footer {
	position: relative;
	z-index: 100;
}
/*common*/
#auto_trans {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: serif;
	letter-spacing: 0.05em;
	background-color: #000;
	box-sizing: border-box;
	overflow-x: hidden;
}
#auto_trans #fixBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150vh;
	background-image: url("../images/bgHex.jpg");
	background-position: center center;
	background-repeat: repeat-y;
	background-size: cover;
}
#auto_trans .contents {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 800px) {
	#auto_trans #fixBg {
		background-size: 240% auto;
	}
}
#auto_trans .zindex2 {
	position: relative;
	z-index: 2;
}
#auto_trans .bgLuminous {
	position: relative;
	z-index: 2;
}
#auto_trans .bgLuminous::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	padding-top: 80%;
	background-image: url("../images/bgGreen.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	opacity: 0.8;
	z-index: 1;
}
@media screen and (max-width: 800px) {
	#auto_trans .bgLuminous::before {
		width: 120%;
		padding-top: 120%;
	}
}
#auto_trans .widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
#auto_trans .widthWrapper .innerWrapper {
	position: relative;
	width: 92%;
	margin: 0 auto;
}
#auto_trans .widthWrapper .innerWrapperNarrow {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 800px) {
	#auto_trans .widthWrapper .innerWrapperNarrow {
		width: 86%;
	}
}
#auto_trans .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
#auto_trans .flexColumn {
	flex-direction: column;
}
#auto_trans .flexBlockStart {
	justify-content: flex-start;
}
#auto_trans .flexBlockAround {
	justify-content: space-around;
}
#auto_trans .flexBlockCenter {
	justify-content: center;
}
#auto_trans .flexBlock .flexSplit {
	width: 50%;
}
#auto_trans .flexBlock .flexList2 {
	width: 48.75%;
}
#auto_trans .flexBlock .flexList2:nth-child(even) {
	margin-left: 2.5%;
}
#auto_trans .flexBlock .flexList2:nth-child(n + 3) {
	margin-top: 1em;
}
#auto_trans .flexBlock .flexSplit {
	width: 50%;
}
@media screen and (max-width: 800px) {
	#auto_trans .flexBlock .flexSplit,
	#auto_trans .flexBlock .flexList2 {
		width: 100%;
	}
	#auto_trans .flexBlock .flexList2:nth-child(even) {
		margin-left: 0;
	}
	#auto_trans .flexBlock .flexList2:nth-child(n + 2) {
		margin-top: 1em;
	}
}
#auto_trans .dispPc {
	display: block;
}
#auto_trans .dispSp {
	display: none;
}
@media screen and (max-width: 800px) {
	#auto_trans .dispPc {
		display: none;
	}
	#auto_trans .dispSp {
		display: block;
	}
}
#auto_trans img.cover {
	width: 100%;
	height: auto;
}
#auto_trans .bannerNarrow {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #02f1ab;
	box-sizing: border-box;
}
#auto_trans a {
	position: relative;
	color: #ee0024;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#auto_trans a.hover {
	color: #02f1ab;
	text-decoration: none;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
/*btn*/
#auto_trans .btn {
	width: 100%;
}
#auto_trans .btn > a {
	display: block;
	width: 100%;
	padding: 0.5em 2em;
	color: #fff;
	background-color: #db324f;
	background-image: url("../images/_svg/iconDistWhite.svg");
	background-position: right 0.6em center;
	background-repeat: no-repeat;
	background-size: auto 1em;
	border: 2px solid #db324f;
	box-sizing: border-box;
}
#auto_trans .btn > a.hover {
	background-color: transparent;
}
#auto_trans .textBlack {
	color: #000;
}
#auto_trans .textWhite {
	color: #fff;
}
#auto_trans .textRed {
	color: #f4072f;
}
#auto_trans .textGreen {
	color: #02f1ab;
}
#auto_trans .fontEn {
	font-family: 'Bebas Neue', cursive;
	font-weight: normal!important;
	letter-spacing: 0;
}
#auto_trans .text120 {
	font-size: 120px;
}
#auto_trans .text84 {
	font-size: 84px;
}
#auto_trans .text70 {
	font-size: 70px;
}
#auto_trans .text60 {
	font-size: 60px;
}
#auto_trans .text50 {
	font-size: 50px;
}
#auto_trans .text35 {
	font-size: 35px;
}
#auto_trans .text30 {
	font-size: 30px;
}
#auto_trans .text24 {
	font-size: 24px;
}
#auto_trans .text20 {
	font-size: 20px;
}
#auto_trans .text15 {
	font-size: 15px;
}
#auto_trans .text12 {
	font-size: 12px;
}
#auto_trans .text0 {
	font-size: 0;
}
#auto_trans .textNoWrap {
	white-space: nowrap;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#auto_trans .text120 {
		font-size: 8vw;
	}
	#auto_trans .text84 {
		font-size: 5.6vw;
	}
	#auto_trans .text70 {
		font-size: 4.666666vw;
	}
	#auto_trans .text60 {
		font-size: 4vw;
	}
	#auto_trans .text50 {
		font-size: 3.333333vw;
	}
	#auto_trans .text35 {
		font-size: 2.333333vw;
	}
	#auto_trans .text30 {
		font-size: 2vw;
	}
	#auto_trans .text24 {
		font-size: 1.6vw;
	}
	#auto_trans .text20 {
		font-size: 1.333333vw;
	}
	#auto_trans .text15 {
		font-size: 1vw;
	}
	#auto_trans .text12 {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 800px) {
	#auto_trans .text120 {
		font-size: 13.2vw;
	}
	#auto_trans .text84 {
		font-size: 9.6vw;
	}
	#auto_trans .text70 {
		font-size: 8.8vw;
	}
	#auto_trans .text60 {
		font-size: 6.6vw;
	}
	#auto_trans #future .text60 {
		font-size: 8vw;
	}
	#auto_trans .text50,
	#auto_trans .text35 {
		font-size: 5.6vw;
	}
	#auto_trans .text30 {
		font-size: 5.2vw;
	}
	#auto_trans .text24 {
		font-size: 5vw;
	}
	#auto_trans #focus03 .text35 {
		font-size: 4.5vw;
	}
	#auto_trans .text20 {
		font-size: 4vw;
	}
	#auto_trans .text15 {
		font-size: 1.75vw;
	}
	#auto_trans .text12 {
		font-size: 1.5vw;
	}
	#auto_trans #selectLang.text12 {
		font-size: 2.5vw;
	}
}
#auto_trans .lineHeight165 {
	line-height: 165%;
}
#auto_trans .lineHeight140 {
	line-height: 140%;
}
#auto_trans .lineHeight125 {
	line-height: 125%;
}
#auto_trans .lineHeight115 {
	line-height: 115%;
}
#auto_trans .lineHeight100 {
	line-height: 100%;
}
#auto_trans .alignCenter {
	text-align: center;
}
#auto_trans .alignLeft {
	text-align: left;
}
#auto_trans .alignRight {
	text-align: right;
}
#auto_trans .marginTopHalf {
	margin-top: 0.5em!important;
}
#auto_trans .marginTop1 {
	margin-top: 1em!important;
}
#auto_trans .marginTop2 {
	margin-top: 2em!important;
}
#auto_trans .marginTop3 {
	margin-top: 3em!important;
}
#auto_trans .marginTop4 {
	margin-top: 4em!important;
}
#auto_trans .marginTopAuto {
	margin-top: auto!important;
}
#auto_trans .paddingTop3 {
	padding-top: 3em!important;
}
#auto_trans .paddingVertical1 {
	padding: 1em 0;
}
#auto_trans .paddingVertical2half {
	padding: 2.5em 0;
}
/*common*/
#auto_trans .title {
	position: relative;
}
#auto_trans .title::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.4em;
	height: 2px;
	background-color: #02f1ab;
}
#auto_trans .titleRotate {
	position: relative;
	z-index: 90;
}
#auto_trans .titleRotate > span {
	display: block;
	position: absolute;
	top: 1.25em;
	left: -0.95em;
	width: 20vw;
	max-width: 300px;
	transform: rotate(90deg);
}
#auto_trans .titleRotate > span::before {
	display: block;
	content: "";
	position: absolute;
	top: -0.1em;
	left: 0;
	width: 1.5em;
	height: 1px;
}
#auto_trans .titleRotate.textRed {
	color: #b40124;
}
#auto_trans .titleRotate.textRed > span::before {
	background-color: #b40124;
}
#auto_trans .titleRotate.textGreen > span::before {
	background-color: #02f1ab;
}
@media screen and (max-width: 800px) {
	#auto_trans .titleRotate > span {
		top: 2.5em;
		left: -1.95em;
		width: 60vw;
		max-width: inherit;
	}
}
#auto_trans .titleWithLine.iconNew {
	background-image: url("../images/_svg/iconNew.svg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
#auto_trans .titleWithLine > span:not(.update) {
	display: block;
	position: relative;
	padding-bottom: 0.5em;
}
#auto_trans .titleWithLine > span.update {
	display: inline-block;
	padding-left: 1em;
}
#auto_trans .titleWithLine > span:not(.update)::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.5em;
	/*
	width: 8vw;
	max-width: 120px;
	*/
	width: 4vw;
	max-width: 60px;
	height: 2px;
	background-color: #02f1ab;
}
#auto_trans .boxContents .titleWithLine > span::before {
	background-color: #fff;
}
#auto_trans .textAttention {
	text-indent: -1em;
	padding-left: 1em;
}
#auto_trans hr {
	width: 100%;
	height: 1px;
	background-color: #000;
	border: none;
}
#auto_trans hr.narrow {
	width: 91.5%;
}
/*boxContents*/
#auto_trans .boxContents {
	position: relative;
	box-sizing: border-box;
}
#auto_trans .boxContents::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5.5em;
	height: 10px;
	background-image: url("../images/_svg/lineWhite.svg");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 10px;
}
@media screen and (max-width: 800px) {
	#auto_trans .boxContents::before {
		width: 3em;
		height: 1.5vw;
		background-size: auto 1.5vw;
	}
}

/*bgColor*/
#auto_trans .bgGray {
	/*
	background-color: #292929;
	*/
	background-color: #181818;
}
#auto_trans .bgDarkGray {
	background-color: #070707;
}
#auto_trans .bgBlack {
	background-color: #000;
}
/*bgMovie*/
#auto_trans .bgMovieWrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 5;
	overflow: hidden;
}
#auto_trans .bgMovieWrapper .bgMovie {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100vh;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#auto_trans .bgMovieWrapper .bgMovieOver {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}
@media screen and (max-width: 800px) {
	#auto_trans .bgMovieWrapper,
	#auto_trans .bgMovieWrapper .bgMovie {
		height: 105vh;
	}
}
/*decoLine*/
#auto_trans .decoLine {
	position: relative;
}
#auto_trans .decoLine::before,
#auto_trans .decoLine::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 117px;
	height: 6px;
	background-image: url("../images/_svg/lineWhite.svg");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 6px;
}
#auto_trans .decoLine::before {
	left: 0;
}
#auto_trans .decoLine::after {
	right: 0;
}
@media screen and (max-width: 800px) {
	#auto_trans .decoLine::before,
	#auto_trans .decoLine::after {
		width: 3em;
		height: 1.5vw;
		background-size: auto 1.5vw;
	}
}

/*kv*/
#auto_trans #kv {
	height: 100vh;
}
/*
#auto_trans #kv.bgMovieWrapper .bgMovieOver {
	background-color: rgba(0,0,0,0.5);
}
*/
#auto_trans #kv .kvObjWrapper {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-image: url("../images/01kv/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 5;
}
#auto_trans #kv .kvObjWrapper .kvObj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#auto_trans #kv .kvObjWrapper .kvUc {
	background-image: url("../images/01kv/obj.png");
	background-position: center bottom;
	background-size: cover;
	z-index: 6;
}
#auto_trans #kv .kvObjWrapper .kvIcons {
	background-image: url("../images/01kv/icons.png");
	background-position: center top;
	z-index: 7;
}
#auto_trans #kv .kvObjWrapper .kvCatch {
	background-image: url("../images/01kv/catch.png");
	background-position: center top;
	z-index: 8;
}
#auto_trans #kv .kvObjWrapper .kvLogo {
	background-image: url("../images/01kv/logo.png");
	background-position: center top;
	z-index: 9;
}
#auto_trans #kv .kvObjWrapper .kvName {
	background-image: url("../images/01kv/name.png");
	background-position: center top;
	z-index: 10;
}
#auto_trans #kv .btnScroll {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1em;
	height: 4em;
	pointer-events: none;
	z-index: 15;
}
#auto_trans #kv .btnScroll > a {
	display: block;
	position: relative;
	width: 100%;
	height: 4em;
	color: #fff;
	pointer-events: auto;
	box-sizing: border-box;
}
#auto_trans #kv .btnScroll > a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#auto_trans #kv .btnScroll > a.hover::before {
	top: 1em;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#auto_trans #kv .btnScroll > a.hover {
	padding-top: 1em;
}
#auto_trans #kv .btnScroll > a > span {
	display: block;
	width: 100%;
	transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
	#auto_trans #kv.bgMovieWrapper .bgMovie {
		height: 60vw;
		min-height: inherit;
	}
	/*
	#auto_trans #kv,
	#auto_trans #kv .kvBg {
		height: 105vh;
	}
	*/
	#auto_trans #kv .kvObjWrapper {
		background-image: url("../images/01kvSp/bg.jpg");
		background-position: center top;
		background-size: 100% auto;
	}
	#auto_trans #kv .kvObjWrapper .kvObj {
		background-size: 100% auto;
	}
	#auto_trans #kv .kvObjWrapper .kvUc {
		background-image: url("../images/01kvSp/obj.png");
		background-position: center top;
		background-size: 100% auto;
	}
	#auto_trans #kv .kvObjWrapper .kvIcons {
		background-image: url("../images/01kvSp/icons.png");
	}
	#auto_trans #kv .kvObjWrapper .kvCatch {
		background-image: url("../images/01kvSp/catch.png");
		background-position: center bottom;
		background-size: 80% auto;
	}
	#auto_trans #kv .kvObjWrapper .kvLogo {
		background-image: url("../images/01kvSp/logo.png");
		background-position: center bottom;
		background-size: 80% auto;
	}
	#auto_trans #kv .kvObjWrapper .kvName {
		background-image: url("../images/01kvSp/name.png");
		background-position: center bottom;
		background-size: 80% auto;
	}
	#auto_trans #kv .btnScroll {
		left: 2.5%;
	}
}
/*toggleBox*/
#auto_trans .toggleBox {
	position: absolute;
	top: 1.5em;
	right: 1.5em;
	padding: 0 0.56em;
	background-color: rgba(255,255,255,0.9);
	z-index: 9999;
}
#auto_trans .toggleBoxlist dt {
	padding: 0.75em 0.75em 0.5em;
  cursor: pointer;
}
#auto_trans .toggleBoxlist dt > span {
	position: relative;
	display: inline-block;
	padding: 0 1em 0 1.75em;
}
#auto_trans .toggleBoxlist dt > span::before,
#auto_trans .toggleBoxlist dt > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
#auto_trans .toggleBoxlist dt > span::before {
	left: 0;
	width: 1.25em;
	height: 1.25em;
	background-image: url("../images/_svg/iconLanguage.svg");
	background-position: left center;
	background-size: 1.25em auto;
}
#auto_trans .toggleBoxlist dt > span::after {
	right: 0;
	width: 0.5em;
	height: 0.5em;
	background-image: url("../images/_svg/iconLangArrow.svg");
	background-position: right center;
	background-size: 0.5em auto;
}
#auto_trans .toggleBoxlist dd {
  display: none;
  padding: 0 0 0.56em;
}
#auto_trans .toggleBoxlist dd > ul {
	overflow: hidden;
}
#auto_trans .toggleBoxlist dd > ul li {
	width: 100%;
}
#auto_trans .toggleBoxlist dd > ul li + li {
	margin-top: 0.56em;
}
#auto_trans .toggleBoxlist dd > ul li a {
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	color: #000;
	background-color: transparent;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#auto_trans .toggleBoxlist dd > ul li.selected > a,
#auto_trans .toggleBoxlist dd > ul li > a.hover {
	background-color: #02f1ab;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) {
	#auto_trans .toggleBox {
		top: 0.25em;
		right: 0.25em;
		min-width: 28.5vw;
	}
}
/*future*/
#auto_trans #future {
	position: relative;
	height: 66.666666vw;
	max-height: 1000px;
	background-image: url("../images/02future/bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#auto_trans #future::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 117px;
	height: 6px;
	background-image: url("../images/_svg/lineWhite.svg");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 6px;
	z-index: 5;
}
#auto_trans #future::after {
	display: block;
	content: "";
	position: absolute;
	top: 2em;
	right: 0;
	width: 5vw;
	max-width: 75px;
	height: 100%;
	background-image: url("../images/02future/bgText.svg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 90;
}
#auto_trans #future .widthWrapper {
	height: 66.666666vw;
	max-height: 1000px;
	padding: 2em 0 0;
	background-image: url("../images/02future/bgObj.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
}
#auto_trans #future .specContents {
	width: 50%;
	margin: 0 auto 0 4%;
}
#auto_trans #future .specContents .specPoint {
	position: relative;
	width: 80%;
	height: 12.666666vw;
	max-height: 190px;
}
#auto_trans #future .specContents .specPoint li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}
#auto_trans #future .specContents .specPoint #specPoint01 {
	background-image: url("../images/02future/specPoin01.png");
}
#auto_trans #future .specContents .specPoint #specPoint02 {
	background-image: url("../images/02future/specPoin02.png");
}
#auto_trans #future .specContents .specPoint #specPoint03 {
	background-image: url("../images/02future/specPoin03.png");
}
#auto_trans #future .specContents .specPoint #specPoint04 {
	background-image: url("../images/02future/specPoin04.png");
}
@media screen and (max-width: 800px) {
	#auto_trans #future {
		height: auto;
		max-height: inherit;
		background-color: #fff;
		background-image: url("../images/02future/bg.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 240% auto;
	}
	#auto_trans #future::after {
		width: 10vw;
		max-width: inherit;
	}
	#auto_trans #future .widthWrapper {
		height: auto;
		max-height: inherit;
		padding: 2em 0 90vw;
		background-size: 200% auto;
	}
	#auto_trans #future .specContents {
		width: 100%;
		margin: 0 auto;
		padding: 0 4%;
		box-sizing: border-box;
	}
	#auto_trans #future .specContents .specPoint {
		position: relative;
		width: 100%;
		height: 25vw;
		max-height: inherit;
	}
	#auto_trans #future .specContents .specPoint + .text30 {
		margin-top: 0.5em!important;
		padding-left: 2em;
	}
	#auto_trans #future .specContents .text60 {
		margin-top: 0!important;
		padding-left: 2.75em;
	}
}
/*movie*/
#auto_trans #movie {
	position: relative;
}
/*
#auto_trans #movie .titleRotate > span {
	top: 0.5em;
	left: -0.5em;
}
*/
#auto_trans #movie::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 117px;
	height: 6px;
	background-image: url("../images/_svg/lineRed.svg");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 6px;
	z-index: 5;
}
#auto_trans #movie,
#auto_trans #movie .widthWrapper {
	height: 40vw;
	max-height: 600px;
}
#auto_trans #movie .widthWrapper {
	position: relative;
	z-index: 100;
}
/*
#auto_trans #movie.bgMovieWrapper .bgMovieOver {
	background-color: rgba(0,0,0,0.5);
}
*/
#auto_trans #movie .widthWrapper .flexBlock,
#auto_trans #movie .widthWrapper .flexBlock li {
	position: relative;
	height: 40vw;
	max-height: 600px;
}
#auto_trans #movie .widthWrapper .flexBlock {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#auto_trans #movie .widthWrapper a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
	transform: translate(-50%,-50%);
}
#auto_trans #movie .widthWrapper a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 36% auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer!important;
}
#auto_trans #movie .widthWrapper .flexBlock li a span {
	background-image: url("../images/_svg/btnPlayYoutube.svg");
}
#auto_trans #movie .widthWrapper .flexBlock li + li a span {
	background-image: url("../images/_svg/btnPlayYouku.svg");
}
#auto_trans #movie .widthWrapper a.hover span {
	background-size: 39% auto;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) {
	#auto_trans #movie,
	#auto_trans #movie .bgMovie,
	#auto_trans #movie .widthWrapper,
	#auto_trans #movie .widthWrapper .flexBlock,
	#auto_trans #movie .widthWrapper .flexBlock li {
		height: 56.25vw;
		min-height: inherit;
		max-height: inherit;
	}
	#auto_trans #movie .widthWrapper .flexBlock li {
		width: 50%;
	}
	#auto_trans #movie .widthWrapper a span {
		background-size: 60% auto!important;
	}
}
/*point*/
#auto_trans #point {
	padding-bottom: 2.5em;
	overflow: hidden;
}
#auto_trans #point .titleUnderLine > span {
	display: inline;
	border-bottom: 2px solid #fff;
}
#auto_trans #point .flexList2 {
	position: relative;
	margin-top: 3.5em;
	box-sizing: border-box;
}
#auto_trans #point .flexList2:nth-child(even) {
	margin-top: 5em;
}
#auto_trans #point .flexList2::before {
	display: block;
	position: absolute;
	left: 0.15em;
	bottom: 0.75em;
	font-size: 81px;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 0;
	color: rgba(2,241,171,0.15);
	z-index: 4;
}
#auto_trans #point .flexList2:nth-child(even)::before {
	bottom: 0.25em;
}
#auto_trans #point #point01.flexList2::before {
	content: "TRANSFORMATION";
}
#auto_trans #point #point02.flexList2::before {
	content: "SOUNDS & VOICES";
}
#auto_trans #point #point03.flexList2::before {
	content: "LIGHTS EMITTING";
}
#auto_trans #point #point04.flexList2::before {
	content: "LARGE SCALE";
}
#auto_trans #point .movieWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	padding-top: 80.27027%;
	z-index: 7;
	overflow: hidden;
}
#auto_trans #point .movieWrapper .movie {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
#auto_trans #point .textBlock {
	position: relative;
	width: 51%;
	height: 32vw;
	max-height: 480px;
	margin: 8em 0 0 auto;
	padding: 3em 2em 3em 3.5em;
	border: 4px solid #fff;
	box-sizing: border-box;
	z-index: 5;
}
#auto_trans #point .textBlock::after {
	display: block;
	content: "";
	position: absolute;
	top: -2.5em;
	left: 0;
	width: 100%;
	height: 4em;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	z-index: 6;
}
#auto_trans #point #point01 .textBlock::after {
	background-image: url("../images/04point/title01.png");
}
#auto_trans #point #point02 .textBlock::after {
	background-image: url("../images/04point/title02.png");
}
#auto_trans #point #point03 .textBlock::after {
	background-image: url("../images/04point/title03.png");
}
#auto_trans #point #point04 .textBlock::after {
	background-image: url("../images/04point/title04.png");
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#auto_trans #point .flexList2::before {
		font-size: 5.4vw;
	}
}
@media screen and (max-width: 800px) {
	#auto_trans #point .movieWrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		padding-top: 80%;
		z-index: 7;
		overflow: hidden;
	}
	#auto_trans #point .movieWrapper .movie {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 100%;
		transform: translate(-50%, -50%);
		z-index: 8;
	}
	#auto_trans #point .flexList2::before,
	#auto_trans #point .flexList2:nth-child(even)::before {
		bottom: 0.5em;
		left: inherit;
		right: 5vw;
		font-size: 12vw;
	}
	#auto_trans #point .textBlock {
		position: relative;
		width: 90%;
		height: auto;
		max-height: inherit;
		margin: 18em 0 0 auto;
		padding: 2em 2em 4em;
		border: 4px solid #fff;
		box-sizing: border-box;
		z-index: 9;
	}
	#auto_trans #point .textBlock::after {
		display: block;
		content: "";
		position: absolute;
		top: -2.5em;
		left: -4px;
		width: 100%;
		height: 4em;
		background-position: left -9vw top;
		background-repeat: no-repeat;
		background-size: auto 100%;
		z-index: 10;
	}
}
/*viewer*/
/*
#auto_trans #viewer .titleRotate > span {
	top: 1.5em;
	left: -1.5em;
}
#auto_trans #viewer .widthWrapper {
	height: 100%;
}
*/
#auto_trans #viewer,
#auto_trans #viewer .widthWrapper {
	height: 40vw;
	max-height: 600px;
}
#auto_trans #viewer .widthWrapper > a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
	background-image: url("../images/_svg/btnViewer.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16.4% auto;
	transform: translate(-50%,-50%);
	z-index: 10;
}
#auto_trans #viewer .widthWrapper > a.hover {
	background-size: 17% auto;
}
#auto_trans #viewer > p {
	position: absolute;
	right: 0.5em;
	bottom: 0.25em;
	z-index: 50;
}
@media screen and (max-width: 800px) {
	#auto_trans #viewer,
	#auto_trans #viewer .bgMovie,
	#auto_trans #viewer .widthWrapper {
		height: 120vw;
		max-height: inherit;
	}
	#auto_trans #viewer .widthWrapper > a {
		background-size: 30% auto;
	}
}
/*focus01*/
#auto_trans #focus01 {
	position: relative;
}
#auto_trans #focus01 .bgMovieWrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 56.266666vw;
	max-height: 844px;
}
#auto_trans #focus01 .bgPhoto {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
#auto_trans #focus01 > .bgPhoto {
	height: 56.266666vw;
	max-height: 844px;
	/*
	background-color: #070707;
	background-image: url("../images/06focus01/bg.jpg");
	background-size: auto 100%;
	*/
}
#auto_trans #focus01 .boxContents {
	width: 41.866666vw;
	max-width: 628px;
	padding: 2em 3em;
	background-color: rgba(244,7,47,0.7);
}
#auto_trans #focus01 > .bgPhoto + .flexBlock {
	height: 44vw;
	max-height: 660px;
	z-index: 10;
}
#auto_trans #focus01 > .bgPhoto + .flexBlock .bgPhoto .title {
	margin-top: auto;
}
#auto_trans #focus01 > .bgPhoto + .flexBlock .bgPhoto .title::before {
	background-color: #fff;
}
#auto_trans #focus01 > .bgPhoto + .flexBlock > .bgPhoto > div {
	position: absolute;
	right: 3em;
	bottom: 1.2em;
	width: 40vw;
	max-width: 600px;
}
#auto_trans #focus01 > .bgPhoto + .flexBlock .flexSplit .bgPhoto {
	width: 100%;
	height: 22vw;
	max-height: 330px;
}
#auto_trans #focus01 > .bgPhoto + .flexBlock .flexSplit .bgPhoto > div {
	position: absolute;
	left: 1.5em;
	bottom: 1.2em;
	width: 48vw;
	max-width: 720px;
}
@media screen and (max-width: 800px) {
	#auto_trans #focus01 .bgMovieWrapper {
		height: 140vw;
		max-height: inherit;
	}
	#auto_trans #focus01 > .bgPhoto {
		height: 130vw;
		max-height: inherit;
		padding: 45vw 0 0;
		box-sizing: border-box;
	}
	#auto_trans #focus01 .boxContents {
		width: 100%;
		max-width: inherit;
		padding: 1em;
	}
	#auto_trans #focus01 > .bgPhoto + .flexBlock {
		height: 200vw;
		max-height: inherit;
	}
	#auto_trans #focus01 > .bgPhoto + .flexBlock > .bgPhoto {
		width: 100%;
		height: 80vw;
		max-height: inherit;
	}
	#auto_trans #focus01 > .bgPhoto + .flexBlock > .bgPhoto > div {
		right: 5vw;
		bottom: 1.2em;
		width: 90vw;
		max-width: inherit;
	}
	#auto_trans #focus01 > .bgPhoto + .flexBlock .flexSplit {
		width: 100%;
		height: 80vw;
		max-height: inherit;
	}
	#auto_trans #focus01 > .bgPhoto + .flexBlock .flexSplit + .flexSplit {
		height: 120vw;
	}
	#auto_trans #focus01 > .bgPhoto + .flexBlock .flexSplit .bgPhoto {
		width: 100%;
		height: 60vw;
		max-height: inherit;
	}
	#auto_trans #focus01 > .bgPhoto + .flexBlock .flexSplit .bgPhoto > div {
		left: 5vw;
		bottom: 1.2em;
		width: 90vw;
		max-width: inherit;
	}
}
/*focus02*/
#auto_trans #focus02 {
	background-image: url("../images/07focus02/bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 54.666666% auto;
	overflow: hidden;
}
#auto_trans #focus02 .boxContents {
	width: 50vw;
	max-width: 750px;
	margin-left: auto;
	padding: 2em 2.2em;
	background-color: rgba(3,231,164,0.7);
	z-index: 20;
}
#auto_trans #focus02 .sceneWrapper {
	padding: 2em 0;
}
#auto_trans #focus02 .sceneWrapper .episode {
	position: relative;
	min-height: 420px;
	box-sizing: border-box;
}
#auto_trans #focus02 .sceneWrapper .episode + .episode {
	margin-top: 4em;
}
#auto_trans #focus02 .sceneWrapper .episode .episodeInfo {
	position: relative;
	width: 100%;
	z-index: 2;
}
#auto_trans #focus02 .sceneWrapper .episode .secene {
	position: absolute;
	top: 50%;
	width: 50vw;
	max-width: 750px;
	transform: translateY(-50%);
	z-index: 1;
}
#auto_trans #focus02 .sceneWrapper .episode .secene.bgLuminous::before {
	width: 150%;
	padding-top: 150%;
	opacity: 1;
}
#auto_trans #focus02 .sceneWrapper .episode .secene::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#auto_trans #focus02 .sceneWrapper .episode h3 {
	margin-top: auto;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #fff;
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(odd) {
	width: 100%;
	padding: 0 6% 0 46%;
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(odd) h3 {
	text-align: right;
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(odd) p {
	padding-left: 12%;
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(odd) .secene {
	left: 0;
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(odd) .secene::after {
	background: linear-gradient(90deg, rgba(18,18,18,0.75) 0%, rgba(18,18,18,0) 50%);
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(even) {
	width: 100%;
	padding: 0 46% 0 4%;
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(even) h3 {
	text-align: left;
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(even) p {
	padding-right: 12%;
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(even) .secene {
	right: 0;
}
#auto_trans #focus02 .sceneWrapper .episode:nth-child(even) .secene::after {
	background: linear-gradient(-90deg, rgba(18,18,18,0.75) 0%, rgba(18,18,18,0) 50%);
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#auto_trans #focus02 .sceneWrapper .episode {
		min-height: 28vw;
	}
}
@media screen and (max-width: 800px) {
	#auto_trans #focus02 {
		padding-top: 40vw;
		background-size: 100% auto;
	}
	#auto_trans #focus02 .boxContents {
		width: 100%;
		max-width: inherit;
		margin-left: 0;
		padding: 1em;
		box-sizing: border-box;
	}
	#auto_trans #focus02 .sceneWrapper .episode {
		min-height: inherit;
	}
	#auto_trans #focus02 .sceneWrapper .episode .secene {
		position: relative;
		top: inherit;
		width: 100%;
		max-width: inherit;
		transform: translateY(0);
	}
	#auto_trans #focus02 .sceneWrapper .episode h3 {
		margin-top: auto;
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
		border-bottom: 2px solid #fff;
	}
	#auto_trans #focus02 .sceneWrapper .episode:nth-child(odd),
	#auto_trans #focus02 .sceneWrapper .episode:nth-child(even) {
		width: 100%;
		padding: 0 4%;
	}
	#auto_trans #focus02 .sceneWrapper .episode:nth-child(odd) h3 {
		text-align: left;
	}
	#auto_trans #focus02 .sceneWrapper .episode:nth-child(odd) p,
	#auto_trans #focus02 .sceneWrapper .episode:nth-child(even) p {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	#auto_trans #focus02 .sceneWrapper .episode:nth-child(odd) .secene::after,
	#auto_trans #focus02 .sceneWrapper .episode:nth-child(even) .secene::after {
		background: linear-gradient(0, rgba(18,18,18,0) 50%, rgba(18,18,18,0.75) 100%);
	}
}
/*focus03*/
#auto_trans #focus03 {
	position: relative;
	height: 1290px;
	background: #000;
	background: linear-gradient(0deg, rgba(35,35,35,1) 0%, rgba(0,0,0,1) 100%);
	overflow: hidden;
}
#auto_trans #focus03::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	background-image: url("../images/08focus03/bgCharter.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto auto;
	transform: translateX(-50%);
}
#auto_trans #chara {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1290px;
	background-image: url("../images/08focus03/bgChara.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto auto;
	transform: translateX(-50%);
	z-index: 2;
}
#auto_trans #focus03 .widthWrapper {
	z-index: 10;
}
#auto_trans #focus03 .boxContents {
	width: 100%;
	padding: 2em 2.2em;
	background-color: rgba(87,87,87,0.7);
}
#auto_trans #focus03 .sceneWrapper .episode {
	position: relative;
	flex-direction: column;
	width: 100%;
	padding: 0 4% 0 48%;
	box-sizing: border-box;
}
#auto_trans #focus03 .sceneWrapper .episode .episodeInfo {
	position: relative;
	z-index: 2;
}
#auto_trans #focus03 .sceneWrapper .episode h3 {
	margin-top: auto;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #fff;
}
#auto_trans #focus03 .sceneWrapper .episode h3 > span {
	display: inline-block;
}
#auto_trans #focus03 .sceneWrapper .episode h3 > span > span {
	display: block;
	width: 100%;
}
@media screen and (min-width: 1891px) {
	#auto_trans #focus03::after {
		background-position: left bottom;
	}
	#auto_trans #chara {
		background-position: right bottom;
	}
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#auto_trans #focus03,
	#auto_trans #chara {
		height: 86vw;
	}
	#auto_trans #focus03::after,
	#auto_trans #chara {
		background-size: 126% auto;
	}
}
@media screen and (max-width: 800px) {
	#auto_trans #focus03,
	#auto_trans #chara {
		height: auto;
	}
	#auto_trans #focus03::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("../images/08focus03/bgCharter.png");
		background-position: left 15% bottom 50vw;
		background-repeat: no-repeat;
		background-size: 148% auto;
		transform: translateX(0);
	}
	#auto_trans #chara {
		display: none;
	}
	#auto_trans #focus03 .boxContents {
		padding: 1em;
	}
	#auto_trans #focus03 .sceneWrapper .episode {
		position: relative;
		flex-direction: column;
		width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
	}
	#auto_trans #focus03 #bonusTrack {
		width: 100%;
		padding: 10vw 0 50vw;
		background-image: url("../images/08focus03/bgChara.png");
		background-position: right 22% bottom 20%;
		background-repeat: no-repeat;
		background-size: 165% auto;
	}
	#auto_trans #focus03 #bonusTrack p {
		overflow: hidden;
	}
	#auto_trans #focus03 #bonusTrack p img.cover {
		width: 115%;
		margin-left: -12.5%;
	}
}
/*voice*/
#auto_trans #voice .flexBlock > div {
	width: 42.5%;
}
#auto_trans #voice .flexBlock > div > img {
	width: 91%;
	max-width: 464px;
	height: auto;
}
#auto_trans #voice .flexBlock > div:nth-child(1) > img {
	margin-left: 9%;
}
#auto_trans #voice .flexBlock > div > p {
	position: relative;
	width: 74.5%;
	margin-top: -1.4em;
	padding: 0.25em 0 0.25em 0.6em;
	background-color: rgba(226,226,226,0.94);
	box-sizing: border-box;
}
#auto_trans #voice .flexBlock > div > p::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2.28em;
	height: 6px;
	background-image: url("../images/_svg/lineGray.svg");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 6px;
}
#auto_trans #voice .flexBlock > div:nth-child(2) > p {
	margin-left: 25.5%;
}
#auto_trans #voice .flexBlock > div > p > span > span {
	display: block;
}
@media screen and (max-width: 800px) {
	#auto_trans #voice .flexBlock > div {
		width: 100%;
	}
	#auto_trans #voice .flexBlock > div > img {
		width: 80%;
		max-width: inherit;
	}
	#auto_trans #voice .flexBlock > div:nth-child(1) > img {
		margin-left: 10%;
	}
	#auto_trans #voice .flexBlock > div:nth-child(2) > img {
		margin-left: 10%;
	}
	#auto_trans #voice .flexBlock > div > p::after {
		width: 2em;
		height: 1vw;
		background-size: auto 1vw;
	}
}
/*sound*/
#auto_trans #sound {
	background-image: url("../images/10sound/bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#auto_trans #sound ul > li {
	padding: 1em 0 1em 1.2em;
	background-image: url("../images/_svg/iconMusic.svg");
	background-position: left top 1.3em;
	background-repeat: no-repeat;
	background-size: auto 1em;
	border-bottom: 1px solid #686868;
}
/*interview*/
#auto_trans #interview a:hover > img {
	opacity: 1;
}
#auto_trans #interview a {
	display: block;
}
#auto_trans #interview a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#auto_trans #interview a.hover::after {
	border: 4px solid #02f1ab;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
/*kit*/
#auto_trans #kit {
	background-image: url("../images/bgLineArtDestroy.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
}
#auto_trans #kit .flexBlock {
	align-items: stretch;
}
#auto_trans #kit .flexBlock .flexList2 {
	width: 47.5%;
}
#auto_trans #kit .bordWrapper {
	width: 100%;
	padding: 2em 2em 1em;
	border: 1px solid #02f1ab;
	box-sizing: border-box;
}
#auto_trans #kit .bordWrapper .titleWrapper h2 {
	display: inline-block;
	vertical-align: top;
}
#auto_trans #kit .bordWrapper .titleWrapper h2 + div {
	display: inline-block;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #02f1ab;
}
#auto_trans #kit .bordWrapper ul > li {
	width: 48.214286%;
}
@media screen and (min-width: 1891px) {
	#auto_trans #kit {
		background-position: left top;
	}
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#auto_trans #kit {
		background-size: 126% auto;
	}
}
@media screen and (max-width: 800px) {
	#auto_trans #kit .flexBlock .flexList2,
	#auto_trans #kit .bordWrapper ul > li {
		width: 100%;
	}
	#auto_trans #kit .bordWrapper {
		padding: 1em 1em 0.5em;
	}
	#auto_trans #kit .bordWrapper .titleWrapper h2 {
		display: block;
		vertical-align: top;
	}
	#auto_trans #kit .bordWrapper .titleWrapper h2 + div {
		display: block;
		margin-top: 1em;
		margin-left: 0;
		padding-top: 1em;
		padding-left: 0;
		border-top: 1px solid #02f1ab;
		border-left: none;
	}
}
/*spec*/
#auto_trans #spec .widthWrapper {
	background-image: url("../images/12spec/photo01.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto auto;
}
#auto_trans #spec .widthWrapper .innerWrapperNarrow {
	background-image: url("../images/12spec/photo02.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 57.5% auto;
}
#auto_trans #spec .widthWrapper .innerWrapperNarrow dt {
	margin-top: 1em;
	padding-left: 1.2em;
	background-image: url("../images/_svg/iconDistGreen.svg");
	background-position: left top 0.2em;
	background-repeat: no-repeat;
	background-size: auto 1em;
}
#auto_trans #spec .widthWrapper .innerWrapperNarrow dd {
	margin-top: 0.5em;
	padding-left: 1.75em;
}
#auto_trans #spec .widthWrapper .innerWrapperNarrow dd li.listNarrow {
	display: inline-block;
	width: 49%;
}
#auto_trans #spec .widthWrapper .sectionWithImage {
	width: 100%;
	height: 58vw;
	max-height: 870px;
	padding-left: 54.666666%;
	box-sizing: border-box;
}
#auto_trans #spec .widthWrapper .sectionWithImage.imageRight {
	height: auto;
	max-height: inherit;
	padding: 0 57.5% 2em 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#auto_trans #spec .widthWrapper {
		background-size: 54.666666% auto;
	}
}
@media screen and (max-width: 800px) {
	#auto_trans #spec .widthWrapper {
		background-position: left top 5vw;
		background-size: 100% auto;
	}
	#auto_trans #spec .widthWrapper .titleWithLine {
		padding-left: 20vw;
		box-sizing: border-box;
	}
	#auto_trans #spec .widthWrapper .innerWrapperNarrow {
		padding-bottom: 50vw;
		background-size: 100% auto;
	}
	#auto_trans #spec .widthWrapper .innerWrapperNarrow dd li.listNarrow {
		display: inline-block;
		width: 45%;
	}
	#auto_trans #spec .widthWrapper .sectionWithImage {
		height: auto;
		max-height: inherit;
		padding: 100vw 0 0;
	}
	#auto_trans #spec .widthWrapper .sectionWithImage.imageRight {
		padding: 0;
	}
}
/*gallery*/
#auto_trans .gallerySlider .slick-track > li {
	opacity: 0.3;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#auto_trans .gallerySlider .slick-track > li.slick-active {
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#auto_trans #gallery .gallerySlider {
	height: 820px;
	overflow: hidden;
}
#auto_trans #gallery .gallerySlider .slick-track  li {
	height: 820px;
	box-sizing: border-box;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#auto_trans #gallery .gallerySlider,
	#auto_trans #gallery .gallerySlider .slick-track > li {
		height: 54.666666vw;
	}
}
@media screen and (max-width: 800px) {
	#auto_trans #gallery .gallerySlider,
	#auto_trans #gallery .slick-track > li {
		height: 100vw;
	}
}
/*showroom*/
#auto_trans #showroom .gallerySlider {
	height: 547px;
	overflow: hidden;
}
#auto_trans #showroom .gallerySlider .slick-track  li {
	height: 547px;
	box-sizing: border-box;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#auto_trans #showroom .gallerySlider,
	#auto_trans #showroom .gallerySlider .slick-track > li {
		height: 36.466666vw;
	}
}
@media screen and (max-width: 800px) {
	#auto_trans #showroom .gallerySlider,
	#auto_trans #showroom .slick-track > li {
		height: 68.375vw;
	}
}
/*info*/
#auto_trans #info {
	background-image: url("../images/bgLineArtUnicorn.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto auto;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow {
	position: relative;
	margin-top: 6.25em;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow > div {
	position: relative;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow > div > .infoWrapper {
	width: 100%;
	padding: 0 0 2em 50%;
	background-color: #000;
	background-image: url("../images/15info/bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 1px solid #02f1ab;
	box-sizing: border-box;
	z-index: 3;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow::before,
#auto_trans #info .widthWrapper .innerWrapperNarrow::after,
#auto_trans #info .widthWrapper .innerWrapperNarrow > div::before,
#auto_trans #info .widthWrapper .innerWrapperNarrow > div::after {
	display: block;
	content: "";
	position: absolute;
	width: 6.6vw;
	max-width: 99px;
	height: 6.6vw;
	max-height: 99px;
	background-image: url("../images/_svg/lineGreen.svg");
	background-position: left top;
	background-repeat: repeat;
	background-size: 8px auto;
	z-index: -1;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow::before {
	top: -5px;
	left: -5px;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow::after {
	top: -5px;
	right: -5px;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow > div::before {
	left: -5px;
	bottom: -5px;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow > div::after {
	right: -5px;
	bottom: -5px;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow > div .photo {
	position: absolute;
	top: -6.25em;
	left: 0;
	width: 57.833333%;
	z-index: 5;
}
#auto_trans #info .widthWrapper .innerWrapperNarrow > div > div > div {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
@media screen and (min-width: 1891px) {
	#auto_trans #info {
		background-position: right bottom;
	}
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#auto_trans #info {
		background-size: 126% auto;
	}
}
@media screen and (max-width: 800px) {
	#auto_trans #info .widthWrapper .innerWrapperNarrow {
		position: relative;
		margin-top: 8em;
	}
	#auto_trans #info .widthWrapper .innerWrapperNarrow::before,
	#auto_trans #info .widthWrapper .innerWrapperNarrow::after,
	#auto_trans #info .widthWrapper .innerWrapperNarrow > div::before,
	#auto_trans #info .widthWrapper .innerWrapperNarrow > div::after {
		background-size: 4px auto;
	}
	#auto_trans #info .widthWrapper .innerWrapperNarrow::before {
		top: -4px;
		left: -4px;
	}
	#auto_trans #info .widthWrapper .innerWrapperNarrow::after {
		top: -4px;
		right: -4px;
	}
	#auto_trans #info .widthWrapper .innerWrapperNarrow > div::before {
		left: -4px;
		bottom: -4px;
	}
	#auto_trans #info .widthWrapper .innerWrapperNarrow > div::after {
		right: -4px;
		bottom: -4px;
	}
	#auto_trans #info .widthWrapper .innerWrapperNarrow > div .photo {
		position: absolute;
		top: -8em;
		width: 100%;
	}
	#auto_trans #info .widthWrapper .innerWrapperNarrow > div > .infoWrapper {
		padding: 80vw 0 2em;
		background-position: center top;
		background-size: 150% auto;
	}
}
/*floatingBanner*/
#auto_trans #floatingBanner {
	position: fixed;
	left: 0;
	bottom: -12vw;
	width: 39vw;
	max-width: 585px;
	height: 11vw;
	max-height: 165px;
	padding: 1em 1em 1em 3em;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	z-index: 110;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#auto_trans #floatingBanner.show {
	bottom: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (max-width: 800px) {
	#auto_trans #floatingBanner {
		bottom: -40vw;
		width: 100vw;
		max-width: inherit;
		height: auto;
		max-height: inherit;
		padding: 0.5em;
		background-color: transparent;
	}
}
/* sns */
#auto_trans .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 1em auto;
	padding: 8px 0;
	flex-shrink: 0;
}
#auto_trans .snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}
/* animation */
.init {
	opacity: 0;
}
.initSlideIn {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
.initCutIn {
	opacity: 0;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
}
.action .delayFade01 {
	animation: fadeIn 0.5s linear 0.000001s forwards;
}
.action .delayFade02 {
	animation: fadeIn 0.5s linear 0.3s forwards;
}
.action .delayFade03 {
	animation: fadeIn 0.5s linear 0.6s forwards;
}
.action .delayFade04 {
	animation: fadeIn 0.5s linear 0.9s forwards;
}
.action .delayFade05 {
	animation: fadeIn 0.5s linear 1.2s forwards;
}
.action .delayFade06 {
	animation: fadeIn 0.5s linear 1.5s forwards;
}

.action .delayScale01 {
	animation: scaleIn 0.5s linear 0.000001s forwards;
}
.action .delayScale02 {
	animation: scaleIn 0.5s linear 0.8s forwards;
}
.action .delayScale03 {
	animation: scaleIn 0.5s linear 1s forwards;
}
.action .delayScale04 {
	animation: scaleIn 0.5s linear 1.2s forwards;
}
.action .delayScale05 {
	animation: scaleIn 0.5s linear 1.4s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.action .delay01 {
	animation: fadeAndSlideIn 0.5s linear 0.000001s forwards;
}
.action .delay02 {
	animation: fadeAndSlideIn 0.5s linear 0.6s forwards;
}
.action .delay03 {
	animation: fadeAndSlideIn 0.5s linear 0.8s forwards;
}
.action .delay04 {
	animation: fadeAndSlideIn 0.5s linear 1s forwards;
}
.action .delay05 {
	animation: fadeAndSlideIn 0.5s linear 1.2s forwards;
}
@keyframes fadeAndSlideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.action .delayCutIn01 {
	animation: fadeAndCutIn 0.5s linear 0.2s forwards;
}
.action .delayCutIn02 {
	animation: fadeAndCutIn 0.5s linear 0.5s forwards;
}
.action .delayCutIn03 {
	animation: fadeAndCutIn 0.5s linear 0.8s forwards;
}
.action .delayCutIn04 {
	animation: fadeAndCutIn 0.5s linear 1.1s forwards;
}
@keyframes fadeAndCutIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}