@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
html {
	-webkit-text-size-adjust: none; /* iPhone */
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
h1,h2,h3 {
	font-size: 100%;
}
ul,
li {
	list-style: none;
}
img,
a img {
	border: none;
}
img,
iframe {
	max-width: 100%;
	vertical-align: bottom;
}
.cbox {
	zoom:1;/*for IE 5.5-7*/
}
.cbox:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	line-height: 0;
	clear:both;
	visibility:hidden;
}
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: Meiryo, 'Hiragino Kaku Gothic Pro','MS PGothic',sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #141414;
}
iframe {
	z-index: 1;
}
#container {
	position: relative;
	padding: 70px 0 0;
}
#contentWrapper {
	margin: 0 auto;
}

#container #header {
	margin: 0 auto;
	position: relative;
}
#container #header #headerIn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	width: 100%;
	top: 0;
	height: 70px;
	padding: 0 10px;
	background: rgba(0,0,0,0.9);
	z-index: 20;
}
#container #header #logo {
	margin: 0 auto 0 0;
	width: 140px;
}
#container #header .nav {
}
.nav ul {
	padding: 0;
  display: flex;
  align-items: center;
}
.nav li {
	margin: 0 10px;
	padding: 0;
  line-height: 1.4;
}
.nav li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  padding: 0 0 0 1.5em;
  position: relative;
  transition: 0.3s;
}
.nav li a:hover,
.nav li.current a {
  color: #fcbe7c;
}
.nav li a:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  content: "\f107";
  font-family: FontAwesome;
}
.content {
	width: 960px;
	margin: 0 auto;
}
#section-0 {
	margin: 0 auto;
	padding: 100px 0 100px;
	background: #121212 url(../images/bg_main.png) no-repeat center top;
}
#section-0 .txt-main01 {
  font-size: 42px;
  text-align: center;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1;
  margin: 0 0 0.3em;
}
#section-0 .txt-main02 {
  font-size: 55px;
  text-align: center;
  color: #fcbe7c;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1;
  margin: 0 0 0.5em;
}
.logo-daytona {
  width: 380px;
  margin: 0 auto 70px;
}
.movie-box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  margin: 0 auto 60px;
}
.movie-box iframe {
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.imp-box {
  display: flex;
  padding: 0 20px;
}
.imp-photo {
  width: 530px;
}
.imp-txt {
  flex: 1;
  padding: 0 0 0 36px;
}
.imp-title {
  margin: 0 0 1em;
  font-weight: bold;
}
.imp-title span {
  display: inline-block;
  background-color: #fcbe7c;
  color: #121212;
  padding: 0.3em 1em 0.2em;
  line-height: 1;
}
.imp-txt dt {
  font-size: 24px;
  font-weight: bold;
  color: #fcbe7c;
  line-height: 1.3;
  margin: 0 0 0.5em;
}
.imp-txt dd {
  line-height: 1.7;
}
#section-1 {
	background: #25424a url("../images/compare_photo.png") no-repeat center top;
	padding: 470px 0 100px;
}
#section-1 .logo-ls {
  width: 738px;
  margin: 0 auto 0.5em;
}
.compare-title {
  font-size: 40px;
  text-align: center;
  color: #fcbe7c;
  margin: 0 0 1em;
}
.compare-list ul {
  display: flex;
  justify-content: space-between;
}
.compare-list li:nth-of-type(1) {
  background: #2e5059 url("../images/compare01.png") no-repeat center top;
  background-size: 300px 384px;
}
.compare-list li:nth-of-type(2) {
  background: #2e5059 url("../images/compare02.png") no-repeat center top;
  background-size: 300px 384px;
}
.compare-list li:nth-of-type(3) {
  background: #2e5059 url("../images/compare03.png") no-repeat center top;
  background-size: 300px 384px;
}
.compare-list li {
  width: 30%;
  background-color: #2e5059;
  border-radius: 15px;
  padding: 160px 0 30px;
}
.compare-name {
  padding: 0 20px;
}
.compare-name dd {
  font-size: 85%;
  color: #acbfc4;
}
.compare-shaft {
  width: 244px;
  margin: 0 -20px 1em auto;
}
.compare-list-title span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #1f353b;
  margin: 0 0 1em;
  padding: 0.2em 1em 0.2em 20px;
}
.compare-comment {
  padding: 0 20px;
}
.compare-comment dt {
  font-weight: bold;
  color: #fcbe7c;
  margin: 0 0 0.8em;
}
.compare-comment dd {
  font-size: 85%;
}
#section-2 {
	background-color: #fff;
	color: #000;
	padding: 70px 0;
}
#section-2 .content {
	padding: 0 20px;
}
#section-2 .sec2-head {
	position: relative;
	margin: 0 0 3em;
}
#section-2 .sec2-titlebox {
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  text-align: right;
}
#section-2 .sec2-titlebox .logo-ls {
  width: 407px;
  background-color: #000;
  margin: 0 0 0.8em;
  padding: 0.6em 1em;
}
#section-2 h2 span {
  display: inline-block;
	font-size: 34px;
  font-weight: normal;
  color: #fcbe7c;
  background-color: #000;
	margin: 0 0 0.5em;
  padding: 0.2em 0.5em 0.1em;
  line-height: 1;
}
#section-2 .sec2-name {
  color: #fff;
}
#section-2 .sec2-body-title span {
  display: inline-block;
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 1em;
  background: linear-gradient(transparent 60%, #fcbe7c 60%);
}
#section-2 .sec2-body-content p {
	margin: 0 0 1.5em;
}
#section-3 {
	background: #090909 url("../images/bg_spec@1,25x.png") no-repeat center top;
	background-size: contain;
	padding: 50px 0 80px;
}
#section-3 .content-box {
	width: 920px;
	margin: 0 auto;
}
#section-3 h2 {
	text-align: right;
	color: #fcbe7c;
	font-size: 240%;
  font-weight: normal;
  font-feature-settings: "palt";
	margin: 0 0 450px;
}
#section-3 h2 span {
	display: inline-block;
	background-color: #111;
	margin: 0 0 0.2em;
	padding: 0em 0.3em;
}
#section-3 .spec-info {
	display: flex;
	justify-content: space-between;
}
#section-3 .txt-box {
	flex: 1;
	margin: 0 2em 0 0;
}
#section-3 .spec-table {
	width: 470px;
}
.page-top {
	display: none;
	position: fixed;
	bottom: 5%;
	right: 1%;
	max-width: 60px;
	cursor: pointer;
  z-index: 10;
}
.pc-box {
	display: block;
}
.sp-box {
	display: none;
}
@media screen and (max-width: 1024px) {
  #headerIn {
    max-width: 100%;
    width: 100%;
  }
	#section-3 h2 {
		font-size: 200%;
		margin: 0 0 7em;
	}
}
@media screen and (max-width: 960px) {
	#container #header #logo {
		margin: 0 auto;
	}
	#container #header .nav {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.content,
	#section-3 .content-box {
		width: auto;
	}
  #section-0 {
    background-size: 105%;
    padding: 4em 0 0;
  }
  #section-0 .txt-main01 {
    font-size: 150%;
  }
  #section-0 .txt-main02 {
    font-size: 220%;
  }
  .logo-daytona {
    width: 35%;
    margin: 0 auto 3em;
  }
  .movie-box {
    margin: 0 auto;
  }
  .imp-box {
    padding: 2em;
  }
  .imp-photo {
    width: 50%;
  }
  .imp-txt {
    padding: 0 0 0 2em;
  }
  #section-1 {
    padding: 27em 0 3em;
    background-size: 150%;
  }
  #section-1 .logo-ls {
    width: 70%;
  }
  .compare-title {
    font-size: 200%;
  }
  .compare-list {
    padding: 0 1em;
  }
  .compare-list li {
    width: 32%;
  }
  .compare-name {
    padding: 0 1em;
  }
  .compare-shaft {
    width: 100%;
    margin: 0 -1em 1em auto;
  }
  .compare-comment {
    padding: 0 1em;
  }
  .compare-comment dt {
    font-size: 92%;
  }
  .compare-comment dt br {
    display: none;
  }
	#section-2 {
		padding: 2em 1em;
	}
	#section-2 .content {
		padding: 0;
	}
  #section-2 .sec2-titlebox .logo-ls {
    width: 50%;
    margin: 0 0 0.8em auto;
  }
  #section-2 h2 span {
    font-size: 200%;
  }
	#section-3 {
		padding: 2em 1em;
	}
	#section-3 h2 {
		font-size: 180%;
		margin: 0 0 10em;
	}
	#section-3 .spec-info {
		display: block;
	}
	#section-3 .txt-box {
		margin: 0 0 2em;;
	}
  #section-3 .spec-table {
    width: 60%;
    margin: 0 auto;
  }
	.page-top {
		display: block;
		width: 15%;
		z-index: 100;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 3.6vw;
	}
	#container {
		padding: 0;
	}
	#container #header #headerIn {
		position: relative;
		height: 50px;
	}
	#container #header #logo {
		width: 30%;
	}
	#section-0 {
		padding: 2.5em 0 0;
    background-size: 107%;
	}
	#section-0 .txt-main01 {
    font-size: 100%;
	}
	#section-0 .txt-main02 {
    font-size: 150%;
	}
  .logo-daytona {
    margin: 0 auto 2em;
  }
  .imp-box {
    display: block;
    padding: 2em 1em;
  }
  .imp-photo {
    width: 100%;
    margin: 0 0 1em;
  }
  .imp-txt {
    padding: 0;
  }
  .imp-txt dt {
    font-size: 140%;
  }
	#section-1 {
		padding: 15em 0 3em;
    background-size: 150%;
	}
  .compare-title {
    font-size: 150%;
  }
  .compare-list ul {
    display: block;
  }
  .compare-list li {
    width: 100%;
    border-radius: 1.8em;
    margin: 0 0 1em;
  }
  .compare-list li:nth-of-type(1),
  .compare-list li:nth-of-type(2),
  .compare-list li:nth-of-type(3) {
    background-size: 100%;
  }
  .compare-shaft {
    width: 70%;
  }
  .compare-comment dt {
    font-size: 95%;
  }
	#section-2 .sec2-head {
		margin: 0 0 2em;
	}
  #section-2 .sec2-titlebox {
    right: 2%;
  }
  #section-2 .sec2-titlebox .logo-ls {
    margin: 0 0 0.3em auto;
    padding: 0.3em 1em;
  }
  #section-2 .sec2-titlebox .logo-ls img {
    vertical-align: middle;
  }
  #section-2 h2 span {
    font-size: 130%;
  }
  #section-2 .sec2-name {
    font-size: 70%;
  }
  #section-2 .sec2-body-title {
    margin: 0 0 1em;
  }
  #section-2 .sec2-body-title span {
    display: inline;
    font-size: 100%;
  }
	#section-3 {
		background-position: center top;
		padding: 1em 1em 6em;
	}
	#section-3 h2 {
		font-size: 110%;
		margin: 0 0 10em;
	}
	#section-3 .spec-table {
		width: 100%;
	}
  .page-top {
    width: 10%;
  }
}

#material_link {
	margin: 80px auto 0;
	text-align: center;
}
#material_link a {
	color: #fff;
}
#material_link a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	
	#material_link {
		margin: 50px auto 0;
	}
}