@charset "UTF-8";


/************************************
基本設定
************************************/
@font-face {
	font-family: 'NotoSans_Black';
  src: url('./font/NotoSansJP-Black.otf') format('opentype');
}
@font-face {
	font-family: 'NotoSans_Bold';
  src: url('./font/NotoSansJP-Bold.otf') format('opentype');
}
@font-face {
	font-family: 'NotoSans_Light';
  src: url('./font/NotoSansJP-Light.otf') format('opentype');
}
@font-face {
	font-family: 'NotoSans_Medium';
  src: url('./font/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
	font-family: 'NotoSans_Regular';
  src: url('./font/NotoSansJP-Regular.otf') format('opentype');
}

/************************************
共通
************************************/
#lp {
  font-family: 'NotoSans_Medium';
	letter-spacing: 0.1em;
}

#lp header {
  position: relative;
  height: auto;
  background: none;
}
#lp header .header__in {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#lp main {
  padding-top: 0;
  background: #020515;
}
#lp h1 {
  font-size: 0;
}
#lp h1 img {
  width: 80%;
  margin: 0 auto;
}
#lp h2 {
  font-family: 'NotoSans_Bold';
  font-size: 22px;
}
#lp h3 {
	font-family: 'NotoSans_Bold';
}

#lp footer {
	background: #020515;
	padding: 20px 0;
}
#lp .copyright {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}

#lp .fade {
	opacity: 0;
	/* animation: fadeIn 2s ease 2s 1 normal;
  -webkit-animation: fadeIn 2s ease 2s 1 normal; */
}
/* @keyframes fadeIn {
  0% {
		opacity: 0
		}
  100% {
		opacity: 1
	}
}
@-webkit-keyframes fadeIn {
  0% {
		opacity: 0
	}
  100% {
		opacity: 1
	}
} */
#lp .sup_fade {
	opacity : 0;
  transform : translate(0, 50px);
  transition : all 600ms;
}
/* 2つ目の要素に200msのdelayをかける */
#lp .sup_fade:nth-of-type(2) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}
/* 3つ目の要素に400msのdelayをかける */
#lp .sup_fade:nth-of-type(3) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}

#lp .fadein_b {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 600ms;
}
#lp .fadein_t {
  opacity : 0;
  transform : translate(0, -50px);
  transition : all 600ms;
}
#lp .fadein_r {
  opacity : 0;
  transform : translate(50px, 0);
  transition : all 600ms;
}
#lp .fadein_l {
  opacity : 0;
  transform : translate(-50px, 0);
  transition : all 600ms;
}

#lp .fadein_b.scrollin,
#lp .fadein_t.scrollin,
#lp .fadein_r.scrollin,
#lp .fadein_l.scrollin,
#lp .sup_fade.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/* ローディング画面 */
#loading {
	width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #020515;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading__in {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 300px;
	width: 80%;
}
.spinner {
	width: 100px;
  height: 100px;
	margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

#tesla_lp {
	overflow: hidden;
}

#tesla_lp img {
  width: 100%;
}

#tesla_lp .isPlay:before {
	background: #ddd;
}

/** common **/
#tesla_lp .section {
  margin: 0 auto 60px;
}
#tesla_lp .inner {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

#tesla_lp .cta {
  text-align: center;
  padding: 40px 0;
}
#tesla_lp .cta .cta__tTxt {
  font-family: 'NotoSans_Regular';
  margin: 0 0 20px;
  font-size: 14px;
	line-height: 1.5;
}
#tesla_lp .cta01 .contact__link,
#tesla_lp .cta02 .contact__link {
  font-family: 'NotoSans_Bold';
  display: block;
  font-size: 18px;
  max-width: 480px;
  width: 95%;
  margin: 0 auto 20px;
  padding: 20px 5%;
  background: #B7F238;
  text-shadow: 0 3px 6px rgba(0,0,0,0.35);
}
#tesla_lp .cta01 .contact__link:hover,
#tesla_lp .cta02 .contact__link:hover,
#tesla_lp .cta03 .contact__link:hover,
#tesla_lp .cta03 .tel__link:hover {
	filter: brightness(110%);
}
#tesla_lp .contact__link .hover,
#tesla_lp .cta03 .tel__link .hover {
  display:inline-block;
  transition: .5s;
}
#tesla_lp .contact__link:hover .hover,
#tesla_lp .cta03 .tel__link:hover .hover {
  transform: rotateX(360deg);
}
#tesla_lp .cta01 .tel__link,
#tesla_lp .cta02 .tel__link {
  font-family: 'NotoSans_Bold';
  font-size: 20px;
}
#tesla_lp .cta01 .tel__link:hover,
#tesla_lp .cta02 .tel__link:hover {
	text-decoration: underline;
}

#tesla_lp .section__headline {
  margin: 0 auto 50px;
}

#tesla_lp .feature__effect h3,
#tesla_lp .advantage__list h3,
#tesla_lp .advantage__facility h3,
#tesla_lp .advantage02__item h2,
#tesla_lp .product__item h3 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 40px;
	line-height: 1.5;
}
#tesla_lp .feature__effect h3 span,
#tesla_lp .advantage__list h3 span,
#tesla_lp .advantage__facility h3 span,
#tesla_lp .advantage02__item h2 span,
#tesla_lp .product__item h3 span {
	font-family: 'NotoSans_Black';
	font-size: 26px;
}
.tesla_lp__nav {
	width: inherit;
}
.tesla_lp__nav ul {
	display: flex;
	justify-content: flex-end;
}
.tesla_lp__nav ul li {
	margin: 0 0 0 20px;
	font-size: 12px;
}
.tesla_lp__nav ul li:hover {
	border-bottom: 1px solid;
}

/** main_vis **/
#tesla_lp .main__vis {
  position: relative;
  margin: 0 0 15%;
}
#tesla_lp .main__img video {
	width: 100%;
}
#tesla_lp .main__img_product {
  position: absolute;
  width: 45%;
  right: 5%;
  bottom: -5%;
}
#tesla_lp .main__txt {
	position: absolute;
	left: 5%;
	bottom: 8%;
}
#tesla_lp .main__txt h2 {
	font-size: 28px;
	letter-spacing: 0.3em;
}
#tesla_lp .main__txt h2 span {
	font-size: 40px;
	color: #F22E62;
}
#tesla_lp .main__txt p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#tesla_lp .main__txt .box .boxInner, .box .boxInner_r {
  width: inherit;
  height: inherit;
  opacity: 0;
  background: transparent;
}

#tesla_lp .speaker {
	position: absolute;
	right: 5%;
	bottom: 4%;
}
#tesla_lp .speaker {
	background: url('./images/speaker_off.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 3%;
}
#tesla_lp .speaker.on {
	background: url('./images/speaker_on.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#main__vis .speaker:hover {
	cursor: pointer;
}

/** cta01 **/
#tesla_lp .cta.cta01 {
	padding: 0;
}
#tesla_lp .cta01 .cta__wrap {
  background: url('./images/cta01_bg_sp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	padding: 40px 5%;
}

/** feature **/
#tesla_lp .feature__pointItem {
  position: relative;
  margin: 0 0 50px;
}
#tesla_lp .feature__pointImg {
  position: absolute;
  width: 50%;
  top: -8%;
  left: 0;
}
#tesla_lp .feature__pointTxt {
	background: #fff;
	padding: 40px 5%;
	text-align: center;
	width: 90%;
	margin: 0 0 0 auto;
	line-height: 1.5;
}
#tesla_lp .feature__pointTxt h3 {
	font-size: 20px;
	color: #0D0D0D;
	margin: 0 0 20px;
}
#tesla_lp .feature__pointTxt h3 span {
	background: url('./images/line01.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#tesla_lp .feature__pointTxt p {
	font-family: 'NotoSans_Light';
	font-size: 16px;
	color: #262626;
}

#tesla_lp .feature__effect h3 span {
	background: url('./images/line02.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#tesla_lp .feature__effect li {
	max-width: 600px;
	width: 90%;
	margin: 0 auto 40px;
	text-align: center;
}
#tesla_lp .feature__effect img {
	margin: 0 0 10px;
}
#tesla_lp .feature__effect h4 {
	font-family: 'NotoSans_Bold';
	font-size: 16px;
}

/** cta02 **/
#tesla_lp .cta02 {
  background: url('./images/cta02_bg_sp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/** advantage **/
#tesla_lp .advantage__list h3 span,
#tesla_lp .cta03 h3 span,
#tesla_lp .advantage02__item h2 span {
	background: url('./images/line03.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#tesla_lp .advantage__list ul {
	margin: 0 auto 50px;
	padding: 0 5%;
}
#tesla_lp .advantage__list li {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.5;
}
#tesla_lp .advantage__list li p {
	display: flex;
	flex-wrap: wrap;
}
#tesla_lp .advantage__list li img {
	width: 20px;
	margin: 0 10px 0 0;
}

#tesla_lp .advantage__merit {
	background: url('./images/diiotesla_sec02_bg01_sp.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 15% 5% 40px;
	margin: 0 auto 50px;
}
#tesla_lp .advantage__merit h3 {
	position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
#tesla_lp .advantage__merit li {
	font-family: 'NotoSans_Black';
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 0 0 20px;
	line-height: 1.5;
}
#tesla_lp .advantage__merit li span {
	border-bottom: 5px solid;
	border-image: linear-gradient(to right, #F22E62 0%, rgba(255,255,255,0.4) 85%, transparent 100%);
  border-image-slice: 1;
}
#tesla_lp .advantage__merit li::before {
	content: "◆";
	color: #B7F238;
	margin: 0 10px 0 0;
}

#tesla_lp .advantage__facility h3 {
	margin: 0 0 40px;
}
#tesla_lp .advantage__facility h3 span {
	background: url('./images/line02.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#tesla_lp .advantage__facility p {
	font-family: 'NotoSans_Bold';
	text-align: center;
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 1.5;
}
#tesla_lp .advantage__facility ul {
	display: flex;
	flex-wrap: wrap;
}
#tesla_lp .advantage__facility li {
	width: 48%;
	margin: 0 4% 20px 0;
}
#tesla_lp .advantage__facility li:nth-child(2n) {
	margin: 0 0 20px 0;
}

/** cta03 **/
#tesla_lp .cta.cta03 {
	padding: 15% 0 40px;
}
#tesla_lp .cta03 {
  background: url('./images/cta03_bg_sp.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}
#tesla_lp .cta03 h2 {
	position: absolute;
	top: -4%;
	left: 0;
	max-width: 1000px;
	width: 70%;
}
#tesla_lp .cta03 h3 {
	font-size: 22px;
	margin: 0 0 20px;
}
#tesla_lp .cta03 .contact__link,
#tesla_lp .cta03 .tel__link {
  font-family: 'NotoSans_Bold';
  display: block;
  font-size: 18px;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 20px;
  padding: 20px 5%;
  background: linear-gradient(to right, #04D99D 0%, #0433BF 100%);
}
#tesla_lp .cta03 .tel__txt {
	font-family: 'NotoSans_Regular';
	display: block;
	font-size: 10px;
	line-height: 1.5;
}

/** advantage02 **/
#tesla_lp .advantage02__itemIn {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 40px;
}
#tesla_lp .advantage02__itemImg {
	margin: 0 auto 20px;
}
#tesla_lp .advantage02__itemIn p {
	font-size: 18px;
	line-height: 1.5;
}
#tesla_lp .advantage02__itemIn p span {
	font-family: 'NotoSans_Bold';
	color: #F22E62;
	text-decoration: underline;
	font-size: 1.2em;
}

/** product **/
#tesla_lp .product {
	margin: 0 auto 100px;
}
#tesla_lp .product__item {
	margin: 0 auto 50px;
}
#tesla_lp .product__imgWrap {
	max-width: 400px;
	width: 90%;
	margin: 0 auto 20px;
}
#tesla_lp .product__img {
	margin: 0 auto 20px;
}

#tesla_lp .product__img p {
	font-family: 'NotoSans_Bold';
	text-align: center;
	font-size: 16px;
	margin: 10px 0 0;
}
#tesla_lp .product__txt {
	font-size: 16px;
	padding: 0 5%;
}

/** cta03_1 **/
#tesla_lp .cta03_1 {
	margin: 0 auto;
}

#tesla_lp .tesla__link {
	max-width: 1040px;
	width: 90%;
	margin: 0 auto 100px;
}
#tesla_lp .tesla__link img {
	width: 100%;
}
#tesla_lp .tesla__link:hover {
	filter: brightness(110%);
}

/*デスクトップ用CSS*/
@media screen and (min-width:768px){
  #lp h1 img {
    width: auto;
  }
  #lp h2 {
    font-size: 40px;
  }

	#lp footer {
		padding: 40px 0;
	}
	#lp .copyright {
		font-size: 16px;
	}

  /** common **/
  #tesla_lp .section {
    margin: 0 auto 120px;
  }

  #tesla_lp .cta {
    padding: 60px 5%;
  }
  #tesla_lp .cta .cta__tTxt {
    margin: 0 0 40px;
    font-size: 24px;
  }
  #tesla_lp .cta01 .contact__link,
  #tesla_lp .cta02 .contact__link {
    font-size: 24px;
    margin: 0 auto 30px;
    padding: 25px 5%;
  }
  #tesla_lp .cta01 .tel__link,
  #tesla_lp .cta02 .tel__link {
    font-size: 26px;
  }

	#tesla_lp .section__headline {
	  margin: 0 auto 100px;
	}

	#tesla_lp .feature__effect h3,
	#tesla_lp .advantage__list h3,
	#tesla_lp .advantage__facility h3,
	#tesla_lp .advantage02__item h2,
	#tesla_lp .product__item h3 {
		font-size: 36px;
		margin: 0 0 80px;
	}
	#tesla_lp .feature__effect h3 span,
	#tesla_lp .advantage__list h3 span,
	#tesla_lp .advantage__facility h3 span,
	#tesla_lp .advantage02__item h2 span,
	#tesla_lp .product__item h3 span {
		font-size: 48px;
	}


  /** main_vis **/
  #tesla_lp .main__vis {
    margin: 0 0 15%;
  }
  #tesla_lp .main__img_product {
    width: 30%;
    right: 5%;
    bottom: -20%;
  }
	#tesla_lp .main__txt {
		bottom: 5%;
	}
	#tesla_lp .main__txt h2 {
		font-size: 38px;
	}
	#tesla_lp .main__txt h2 span {
		font-size: 50px;
	}
	#tesla_lp .main__txt p {
		font-size: 24px;
	}

	#tesla_lp .speaker {
		bottom: 5%;
	}
	#tesla_lp .speaker {
		padding: 2%;
	}

  /** cta01 **/
  #tesla_lp .cta01 .cta__wrap {
    background: url('./images/cta01_bg.png');
		background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
		padding: 60px 5%;
  }

	/** feature **/
	#tesla_lp .feature__pointItem {
	  margin: 0 0 100px;
	}
	#tesla_lp .feature__pointImg {
	  width: 30%;
	  top: -10%;
	  left: 0;
	}
	#tesla_lp .feature__pointTxt {
		padding: 50px 5%;
		width: 85%;
	}
	#tesla_lp .feature__pointTxt h3 {
		font-size: 40px;
		margin: 0 0 30px;
	}
	#tesla_lp .feature__pointTxt h3 span {
	}
	#tesla_lp .feature__pointTxt p {
		font-size: 28px;
	}

	#tesla_lp .feature__effect h3 span {
	}
	#tesla_lp .feature__effect li {
		margin: 0 auto 70px;
	}
	#tesla_lp .feature__effect img {
		margin: 0 0 20px;
	}
	#tesla_lp .feature__effect h4 {
		font-size: 30px;
	}

	/** cta02 **/
	#tesla_lp .cta02 {
	  background: url('./images/cta02_bg.png');
		background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}

	/** advantage **/
	#tesla_lp .advantage__list h3 span {
	}
	#tesla_lp .advantage__list ul {
		margin: 0 auto 100px;
		padding: 0 10%;
	}
	#tesla_lp .advantage__list li {
		margin: 0 0 40px;
		font-size: 32px;
	}
	#tesla_lp .advantage__list li img {
		width: 40px;
		margin: 0 20px 0 0;
	}

	#tesla_lp .advantage__merit {
		background: url('./images/diiotesla_sec02_bg01.png');
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 12% 5% 60px 10%;
		margin: 0 auto 100px;
	}
	#tesla_lp .advantage__merit h3 {
	  top: -5%;
	  width: 70%;
	}
	#tesla_lp .advantage__merit li {
		font-size: 32px;
		margin: 0 0 30px;
	}
	#tesla_lp .advantage__merit li span {
		border-bottom: 10px solid;
		border-image: linear-gradient(to right, #F22E62 0%, rgba(255,255,255,0.4) 85%, transparent 100%);
	  border-image-slice: 1;
	}
	#tesla_lp .advantage__merit li::before {
		margin: 0 20px 0 0;
	}

	#tesla_lp .advantage__facility h3 {
		margin: 0 0 40px;
	}
	#tesla_lp .advantage__facility h3 span {
	}
	#tesla_lp .advantage__facility p {
		font-size: 24px;
		margin: 0 0 40px;
	}
	#tesla_lp .advantage__facility ul {
	}
	#tesla_lp .advantage__facility li {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	#tesla_lp .advantage__facility li:nth-child(2n) {
		margin: 0 2% 20px 0;
	}
	#tesla_lp .advantage__facility li:nth-child(3n) {
		margin: 0 0 20px 0;
	}

	/** cta03 **/
	#tesla_lp .cta.cta03 {
		padding: 8% 0 60px;
	}
	#tesla_lp .cta03 {
	  background: url('./images/cta03_bg.png');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}
	#tesla_lp .cta03 h2 {
		top: -10%;
	}
	#tesla_lp .cta03 h3 {
		font-size: 40px;
	}
	#tesla_lp .cta03 .contact__link,
	#tesla_lp .cta03 .tel__link {
		font-size: 24px;
		margin: 0 auto 30px;
		padding: 25px 5%;
	}
	#tesla_lp .cta03 .tel__txt {
		font-size: 14px;
	}

	/** advantage02 **/
	#tesla_lp .advantage02__itemIn {
		margin: 0 auto 70px;
	}
	#tesla_lp .advantage02__itemImg {
		margin: 0 auto 40px;
	}
	#tesla_lp .advantage02__itemIn p {
		font-size: 26px;
		line-height: 1.5;
	}

	/** product **/
	#tesla_lp .product {
		margin: 0 auto 200px;
	}
	#tesla_lp .product__item {
		margin: 0 auto 80px;
	}
	#tesla_lp .product__imgWrap {
		max-width: none;
		width: auto;
		display: flex;
		justify-content: space-between;
		margin: 0 0 40px;
	}
	#tesla_lp .product__imgWrap01 .product__img {
		width: 49%;
	}
	#tesla_lp .product__imgWrap02 .product__img {
		width: 32%;
	}
	#tesla_lp .product__img p {
		font-size: 22px;
		margin: 10px 0 0;
	}
	#tesla_lp .product__txt {
		font-size: 22px;
		padding: 0 10%;
	}

	/** cta03_1 **/
	#tesla_lp .cta03_1 {
		margin: 0 auto;
	}

	#tesla_lp .tesla__link {
		margin: 0 auto 200px;
	}


}

@media screen and (min-width:1025px){

	.tesla_lp__nav ul li {
		margin: 0 0 0 25px;
		font-size: 14px;
	}

	#tesla_lp .main__txt {
		bottom: 10%;
	}
	#tesla_lp .main__txt h2 {
		font-size: 48px;
	}
	#tesla_lp .main__txt h2 span {
		font-size: 60px;
	}

}
