/*
----------
[目次]
共通・未分類
メインビジュアル
youtube
宮城光
サブイメージ
リード文
メニュー
イントロダクション #intro
基本性能について #ability
ハンドリング #handle
乗り心地
ULTIMAT EYE
白バック
タイヤサイズ
体験する
----------
@media screen and (max-width: 700px)
----------
*/


/* 共通・未分類 */

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

#h50 a:hover {
	opacity: .6;
}

#h50 section {
	clear: both;
	line-height: 1;
	text-align: center;
}

#h50 section::after,
#h50 .container::after {
	content: "";
	display: block;
	widows: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

#h50 img {
	max-width: 100%;
	height: auto;
}

#h50 h2 {
	margin: 0 auto 20px;
	font-size: 26px;
	font-weight: 600;
	line-height: 60px;
	color: #ffffff;
}

#h50 h3 {
	margin: 8px auto;
	max-width: 920px;
	font-size: 22px;
	font-weight: 600;
	line-height: 34px;
	color: #ffffff;
	text-align: left;
}

#h50 section p {
	margin: auto;
	max-width: 920px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	text-align: left;
}

#h50 section p + p {
	margin-top: 40px;
}

#h50 .grouping {
	background: url(../img/h50-groupback.png) no-repeat center center;
	background-size: cover;
}

#h50 .fleft50 {
	float: left;
	width: 50%;
}

#h50 .fleft50 p {
	margin-right: 0;
	max-width: 480px;
}

#h50 .fright50 {
	float: right;
	padding-left: 40px;
	width: 50%;
}

#h50 .fright50 ol,
#h50 .fright50 p {
	margin-left: 0;
	max-width: 440px;
}


/* メインビジュアル */

#h50 .mainImage {
	position: relative;
	width: 100%;
	height: 788px;
	overflow: hidden;
	background: #000000;
	background-image: url(../img/h50-main.jpg);
	background-position: center bottom;
	background-size: cover;
}

#h50 .mainImage .container {
	padding: 290px 20px 200px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#h50 .mainImage .movie {}

#h50 .mainImage video {
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	vertical-align: bottom;
}

#h50 .mainImage video source {
	opacity: .5;
}

#h50 .mainImage h1 {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	z-index: 9;
}

#h50 .mainImage p {
	position: relative;
	margin: 10px 0 0;
	padding-left: 30px;
	max-width: 100%;
	font-size: 52px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
	z-index: 9;
}

#h50 .mainImage .btnArea {
	position: relative;
	margin-top: 110px;
	z-index: 9;
}

#h50 .mainImage .btnArea a {
	display: inline-block;
	padding: 16px 30px;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
	border: 4px solid #ffffff;
}


/* youtube */

#youtubeDialog {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

#youtubeDialog *:focus {
	outline: none;
}

#overlay {
	position: fixed !important;
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: transparent;
	display: none;
}

#iframeContainer {
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: 100%;
}

#iframeContainer iframe {
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: 100%;
	border: none;
	background-color: #ccc;
	overflow: auto;
}


/* 宮城光 */

#h50 .hmiyagi img {
	width: 100%;
}


/* サブイメージ */

#h50 .subImage img {
	float: left;
	width: 50%;
}


/* リード文 */

#h50 .readTxt {
	padding: 150px 0 170px;
}

#h50 .readTxt h2 {
	margin: 0 auto 20px;
}

#h50 .readTxt .logo {
	margin: 0 auto 64px;
	max-width: 900px;
}


/* メニュー */

#h50 .menu {
	margin: auto;
	max-width: 920px;
	background-image: url(../img/h50-menu.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 17px 0 0;
}

#h50 .menuInner {
	position: relative;
	margin: 15px 0 0;
	height: 40px;
	line-height: 40px;
	background-color: #63727a;
	border: 1px solid #ffffff;
}

#h50 .menuInner::after {
	position: absolute;
	bottom: -10px;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
}

#h50 .menuInner a {
	display: inline-block;
	padding: 0 30px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	word-break: keep-all;
}

#h50 .menuInner a:hover {
	opacity: 1;
	text-decoration: underline;
}


/* イントロダクション */

#h50 .intro {
	padding: 180px 0 100px;
}

#h50 .intro h2 {
	margin: 0 0 50px;
}

#h50 .intro ol {
	margin: 60px 0;
	font-weight: 600;
	color: #ffffff;
}

#h50 .intro li {
	list-style-type: decimal;
	text-align: left;
}

#h50 .intro li + li {
	margin-top: 20px;
}


/* 基本性能について */

#h50 .ability {
	padding: 80px 0 120px;
	background: url(../img/h50-abilityback.png) no-repeat center center;
	background-size: cover;
}

#h50 .ability h2 {
	font-weight: 300;
}

#h50 .ability h2 + p {
	text-align: center;
}

#h50 .ability h3 {
	margin: 40px auto 30px;
	text-align: center;
}

#h50 .ability .btmTxt {
	margin-top: 640px;
}

#h50 .ability .btmTxt ul {
	margin: 16px 0 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

#h50 .ability .btmTxt li {
	display: inline-block;
	margin: 0;
	padding: 24px 20px;
	width: 220px;
	height: 220px;
	background: rgba(0, 0, 0, .5);
	list-style-type: none;
	vertical-align: top;
}

#h50 .ability .btmTxt li + li {
	margin-left: 12px;
}

#h50 .ability .btmTxt li h4 {
	margin: 0 0 4px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.2;
}

#h50 .ability .btmTxt li p {
	font-size: 15px;
	line-height: 1.3;
}

#h50 .ability .btmTxt li .attention {
	color: #fffc00;
}

#h50 .ability .btmTxt li small {
	margin: 12px 0 4px;
	display: block;
	font-size: 16px;
	font-weight: 300;
}

#h50 .ability .btmTxt li large {
	display: block;
	font-size: 40px;
	font-weight: 600;
}

#h50 .ability .btmTxt li .middle {
	color: #fffc00;
	font-size: 22px;
	font-weight: 600;
	margin-top: 40px;
}


/* ハンドリング */

#h50 .handle {
	position: relative;
	padding: 90px 0 90px;
	background: url(../img/h50-handleback.png) no-repeat center center;
	background-size: cover;
}

#h50 .handle h2 {
	margin-bottom: 0;
	color: #000000;
}

#h50 .handle .txtArea {
	position: absolute;
	bottom: 90px;
	left: 50%;
	padding: 40px 50px;
	margin-left: 50px;
	max-width: 550px;
	font-size: 16px;
	text-align: left;
	background: rgba(0, 0, 0, .5);
}

#h50 .handle .txtArea p {
	max-width: 100%;
}

#h50 .handle .txtArea u {
	text-decoration: underline;
	color: #ff0000;
}

#h50 .handle .txtArea a {
	display: inline-block;
	text-decoration: underline;
	color: #ffffff;
}

#h50 .handle .txtArea p + a {
	margin-top: 12px;
}


/* 乗り心地 */

#h50 .feeling {
	position: relative;
	padding: 90px 0 100px;
	background: url(../img/h50-feelingback.png) no-repeat center center;
	background-size: cover;
}

#h50 .feeling .container {
	margin-bottom: 190px;
}

#h50 .feeling .fleft50 p {
	max-width: 480px;
	padding: 26px 40px;
	height: 350px;
	background: rgba(255, 255, 255, .5);
}

#h50 .feeling .fright50 {
	padding: 0;
}

#h50 .feeling .fright50 p {
	max-width: 480px;
	height: 350px;
	padding: 56px 54px;
	background: rgba(0, 0, 0, .5);
}


/* ULTIMAT EYE */

#h50 .ultimat {
	padding: 10px 0 100px;
	background: #000000;
}

#h50 .ultimat .container {
	margin-bottom: 140px;
}

#h50 .ultimat .container + p {
	margin-bottom: 100px;
}

#h50 .ultimat .container + p + p {
	margin-bottom: 120px;
}

#h50 .ultimat .container .fleft50 {
	padding-right: 40px;
}

#h50 .ultimat .container .fright50 {
	padding-left: 0;
}

#h50 .ultimat .container .fright50 p {
	max-width: 480px;
	line-height: 24px;
}

#h50 .ultimat p + p {
	margin-top: 30px;
}

#h50 .ultimat > .fleft50 {
	padding-right: 40px;
}

#h50 .ultimat > .fleft50 p,
#h50 .ultimat > .fright50 p {
	max-width: 490px;
}

#h50 .ultimat p {
	line-height: 22px;
}


/* 白バック */

#h50 .whiteArea h2 {
	margin: 130px 0 50px;
	color: #000000;
}

#h50 .whiteArea h2 span {
	display: block;
	font-size: 18px;
	line-height: 1;
}

#h50 .whiteArea .imageArea {
	margin: 0 auto 50px;
	max-width: 1162px;
}

#h50 .whiteArea .imageArea.tire {
	margin: 150px auto 0;
	max-width: 880px;
}

#h50 .whiteArea .btnArea {
	margin: 50px 0 0;
}

#h50 .whiteArea .btnArea a {
	display: inline-block;
	padding: 0 20px;
	height: 70px;
	min-width: 290px;
	font-size: 18px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	line-height: 62px;
	border: 4px solid #000000;
}

#h50 .whiteArea .btnArea a[target="_blank"] {
	padding-right: 40px;
	background: url('../img/h50-newwin.png') right 10px center no-repeat;
	background-size: 16px;
}

#h50 .whiteArea p {
	color: #000000;
}

#h50 .whiteArea strong {
	display: block;
	font-weight: 600;
}


/* タイヤサイズ */

#h50 .size{
	padding: 70px 0 130px;
}

#h50 .size .size-btn{
	margin-bottom: 50px;
}

#h50 .size small {
	display: block;
	margin: auto;
	width: 800px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

/* #h50 .size h3 {
	margin: 0 auto;
	width: 800px;
	font-size: 20px;
	text-align: left;
	color: #000000;
}

#h50 .size ul {
	margin: 0 auto 60px;
	padding: 0;
	width: 800px;
}

#h50 .size ul::after {
	content: "";
	display: block;
	widows: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

#h50 .size li {
	float: left;
	width: 400px;
	text-align: left;
	list-style-type: none;
}

#h50 .size li h4 {
	font-size: 16px;
	margin: 24px 0 8px;
}

#h50 .size li p {
	font-size: 26px;
	font-weight: 600;
	line-height: 46px;
}

#h50 .size li p + p {
	margin-top: 0;
} */

/* 体験する */

#h50 .experience {
	padding-bottom: 60px;
}

#h50 .experience h2 {
	margin-bottom: 10px;
}

#h50 .experience p {
	text-align: center;
}

@media screen and (max-width: 700px) {
	/* 共通・未分類 */
	#h50 h2 {
		margin: 0 auto 10px;
		font-size: 18px;
		font-weight: 600;
		line-height: 30px;
	}
	#h50 h3 {
		font-size: 16px;
		font-weight: 600;
		line-height: 26px;
		color: #ffffff;
		text-align: left;
	}
	#h50 section p {
		font-size: 14px;
		line-height: 24px;
	}
	#h50 section p + p {
		margin-top: 20px;
	}
	#h50 .fleft50,
	#h50 .fright50 {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#h50 .fleft50 p,
	#h50 .fright50 ol,
	#h50 .fright50 p {
		width: 100%;
		max-width: 100%;
	}
	/* メインビジュアル */
	#h50 .mainImage {
		height: 180px;
		max-height: 180px;
	}
	#h50 .mainImage h1 {
		max-width: 300px;
	}
	#h50 .mainImage .container {
		padding: 20px 20px 10%;
	}
	#h50 .mainImage p {
		padding-left: 0;
		font-size: 18px;
	}
	#h50 .mainImage video,
	#h50 .mainImage .movie {
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
	}
	#h50 .mainImage video {
		opacity: 0;
	}
	#h50 .mainImage .btnArea {
		margin-top: 10%;
	}
	#h50 .mainImage .btnArea a {
		font-size: 14px;
		font-weight: 600;
		padding: 10px 20px;
		border: 2px solid #ffffff;
	}
	/* リード文 */
	#h50 .readTxt {
		padding: 60px 12px;
	}
	#h50 .readTxt .logo {
		margin: 0 auto 30px;
	}
	/* メニュー */
	#h50 .menu {
		padding: 17px 15px 0;
		background-image: url(../img/h50-menu_sp.png);
		background-size: auto 10px;
	}
	#h50 .menuInner {
		padding: 0;
		margin: auto;
		width: auto;
		height: auto;
		font-size: 11px;
		background-color: transparent;
		border: 0px solid transparent;
	}
	#h50 .menuInner::after {
		display: none;
	}
	#h50 .menuInner a {
		position: relative;
		display: block;
		margin: 8px 0 0;
		height: 30px;
		line-height: 30px;
		background-color: #63727a;
		border: 1px solid #ffffff;
	}
	#h50 .menuInner a::after {
		position: absolute;
		left: 0;
		bottom: -6px;
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
	}
	/* イントロダクション */
	#h50 .intro {
		padding: 60px 12px;
	}
	#h50 .intro h2 {
		margin: 0 0 20px;
	}
	#h50 .intro ol {
		margin: 30px 0;
		padding-left: 26px;
	}
	#h50 .intro li + li {
		margin-top: 8px;
	}
	#h50 .intro li br {
		display: none;
	}
	/* 基本性能について */
	#h50 .ability {
		padding: 60px 12px;
	}
	#h50 .ability h3 {
		margin: 30px auto 10px;
		text-align: center;
	}
	#h50 .ability .fright50 {
		padding: 20px 20px 0;
	}
	#h50 .ability .btmTxt {
		margin-top: 20px;
	}
	#h50 .ability .btmTxt ul {
		margin: 0;
	}
	#h50 .ability .btmTxt li {
		margin-top: 20px;
		margin-left: 12px;
	}
	/* ハンドリング */
	#h50 .handle {
		padding: 60px 12px;
	}
	#h50 .handle h2 {
		margin-bottom: 20px;
		color: #000000;
	}
	#h50 .handle .txtArea {
		position: static;
		margin: 20px 0 0;
		padding: 20px 30px;
	}
	/* 乗り心地 */
	#h50 .feeling {
		padding: 60px 12px;
	}
	#h50 .feeling .container {
		margin-bottom: 40px;
	}
	#h50 .feeling .fleft50 p,
	#h50 .feeling .fright50 p {
		max-width: 100%;
		height: auto;
		padding: 20px 30px;
	}
	/* ULTIMAT EYE */
	#h50 .ultimat {
		padding: 10px 12px 60px;
		background: #000000;
	}
	#h50 .ultimat h2 img {
		display: block;
		margin: auto;
		width: 200px;
	}
	#h50 .ultimat .container {
		margin-bottom: 40px;
	}
	#h50 .ultimat .container + p {
		margin-bottom: 20px;
	}
	#h50 .ultimat .container + p + p {
		margin-bottom: 20px;
	}
	#h50 .ultimat .container .fleft50,
	#h50 .ultimat .container .fright50,
	#h50 .ultimat .container .fright50 p,
	#h50 .ultimat > .fleft50,
	#h50 .ultimat > .fleft50 p,
	#h50 .ultimat > .fright50 p {
		padding-right: 0;
		padding-left: 0;
		max-width: 100%;
	}
	#h50 .ultimat .fright50 {
		margin-top: 20px;
	}
	#h50 .ultimat p + p {
		margin-top: 20px;
	}
	/* 白バック */
	#h50 .whiteArea h2 {
		margin: 60px 0 20px;
		color: #000000;
	}
	#h50 .whiteArea h2 span {
		display: block;
		font-size: 14px;
		line-height: 1;
	}
	#h50 .whiteArea .imageArea {
		margin: 0 auto 20px;
	}
	#h50 .whiteArea p {
		padding: 0 12px;
	}
	#h50 .whiteArea .btnArea a {
		display: inline-block;
		height: 50px;
		width: 200px;
		font-size: 14px;
		font-weight: 600;
		color: #000000;
		text-align: center;
		text-decoration: none;
		line-height: 50px;
		border: 2px solid #000000;
	}
	#h50 .whiteArea .imageArea.tire {
		margin: 40px auto 0;
		padding: 0 12px;
		max-width: 880px;
	}
	/* タイヤサイズ */
	#h50 .size {
		padding: 20px 12px 60px;
	}
	#h50 .size .size-btn{
		margin-bottom: 40px;
	}
	#h50 .size small {
		width: 100%;
	}
	/* #h50 .size h3 {
		margin: 0 auto;
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
	#h50 .size li h4 {
		padding: 0;
		font-size: 14px;
		margin: 24px 0 8px;
		text-align: center;
	}
	#h50 .size ul {
		display: inline-block;
		margin: 0 auto 40px;
		padding: 0;
		width: auto;
	}
	#h50 .size li {
		display: inline-block;
		float: none;
		width: auto;
	}
	#h50 .size li p {
		padding: 0;
		font-size: 14px;
		font-weight: 600;
		line-height: 24px;
		text-align: center;
	} */

}