/** GENERAL
==============================================*/

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote {
	margin: 0;
}

/*
  INIT
---------------------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

body {
	font-size: 16px;
	line-height: 1.7;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	color: #111;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 0;
	line-height: 1.4;
}

p {
	margin: 0 0 10px;
}

a {
	color: #111;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #444444;
	text-decoration: none;
}

a .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

img {
	vertical-align: bottom;
	border-style: none;
}

ul,
ol {
	list-style: none;
}

map,
area,
map:active,
area:active {
	border: none;
	outline: none;
}

.text-center {
	text-align: center;
}

.clearfix,
.row {
	*zoom: 1;
}

.clearfix:after,
.row:after {
	content: "";
	display: table;
	clear: both;
}

.sp-btns a,
.spimg {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.notes {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.4;
}

.btn a {
	display: block;
	margin: 0 auto;
	line-height: 20px;
	padding: 20px 0;
	text-align: center;
}

.split {
	*zoom: 1;
}

.split:after {
	content: "";
	display: table;
	clear: both;
}

.split .left {
	float: left;
}

.split .right {
	float: right;
}

.disp-sp {
	display: none;
}

/** FONTS
==============================================*/

/** JS LIBS
==============================================*/

/** COMMON
==============================================*/

html,
body {
	height: 100%;
}

.wrap {
	position: relative;
	min-width: 960px;
	background-color: #090727;
	overflow: hidden;
}

.row {
	position: relative;
	margin: 0 auto;
	width: 880px;
}

.row.expanded {
	width: 960px;
}

.row.offset {
	width: 920px;
}

.row .columns {
	width: 50%;
	float: left;
	padding: 0 20px;
}

.row .columns.left {
	padding-right: 10px;
}

.row .columns.right {
	float: right;
	padding-left: 10px;
}

.tag {
	height: 0;
	overflow: hidden;
}

img.full {
	width: 100%;
	height: auto;
}

.show-small {
	display: none;
}

.movieFrame {
	background: #000000;
	text-align: center;
	padding: 20px 0 0 0;
}

.embed-movie {
	width: 900px;
	height: 505px;
}

.block p {
	margin-bottom: 24px;
}

/** HEADER MASTHEAD
==============================================*/

.globalnav {
	position: fixed;
	z-index: 999;
	right: 30px;
	top: 50%;
	margin-right: -100px;
}

.globalnav li {
	padding-top: 4px;
}

.globalnav li:first-child {
	padding-top: 0;
}

.globalnav li a {
	display: block;
	height: 50px;
	background-color: #fff;
}

.globalnav li a:hover img {
	opacity: 0.9;
}

.globalnav li.active a {
	position: relative;
}

.globalnav li.active a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}

#gnav-sns {
	margin-top: 10px;
}

.masthead {
	position: relative;
	z-index: 9999;
	background-color: #fff;
}

#header-logo {
	height: 70px;
	width: 100%;
	position: relative;
}

#header-logo .dunlop {
	width: 140px;
}

#header-logo .gdo {
	position: absolute;
	right: 0;
	top: 0;
}

#header-logo .gdo ul {
	float: right;
}

#header-logo .gdo li {
	float: left;
	margin-right: 10px;
}

#header-logo .gdo .fb-like span {
	height: auto !important;
}

#header-logo .gdo #tw {
	padding-top: 26px;
}

#header-logo iframe {
	margin: 0 !important;
}

#header-logo .nav-for-sp img {
	height: 70px;
	width: auto;
}

#header-logo .nav-for-sp .left {
	float: left;
}

#header-logo .nav-for-sp .right {
	float: right;
	margin-right: 10px;
}

/** MAIN CONTAINERS
==============================================*/

.hero {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.section-hero .hero {
	position: relative;
	background-color: #090727;
	height: 850px;
	color: #fff;
}

.section-hero .hero-bg {
	background-color: #fff;
	background-image: url(../img/hero-bg.png);
	background-position: top center;
	width: 100%;
	height: 550px;
	position: absolute;
	top: 0;
	left: 0;
}

.section-hero .hero-img {
	position: relative;
	background-image: url(../img/hero-img.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 850px;
}

.section-hero .hero h1 {
	padding-top: 250px;
}

.section-hero .hero h1 img {
	margin-left: -10px;
}

.section-hero .hero .lead {
	font-size: 15px;
	margin-top: 20px;
}

.main-contents .container {
	max-width: 1100px;
	margin: 0 auto;
}

.main-contents .main-product {
	background-color: #131135;
}

.main-player .section {
	background-color: #fff;
}

.main-player .columns p {
	margin-bottom: 24px;
}

.section {
	color: #111;
}

.section.girl {
	margin-bottom: 100px;
}

.section .player-name {
	margin: 30px 0 1em;
}

.section .player-name dt {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
}

.section .player-name dd {
	font-size: 10px;
}

.section .player-profile {
	font-size: 12px;
}

.section h2 {
	margin-top: 50px;
}

.section-yoshida .block-contents {
	height: 1020px;
	background-image: url(../img/girl-01-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.section-kaneda .first {
	margin-bottom: 80px;
}

.section-kaneda .last {
	background-image: url(../img/girl-03-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	color: #fff;
	height: 800px;
	padding-top: 150px;
}

.section-aoki .first {
	margin-bottom: 60px;
}

.section-aoki .block-contents {
	background-image: url(../img/girl-02-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 1270px;
}

.section-product_info {
	background-color: #131135;
	color: #fff;
}

.section-product_info p {
	font-size: 14px;
}

.section-product_info .block {
	background-image: url(../img/product_info-bg.png);
	background-repeat: repeat-x;
	position: relative;
}

.section-product_info .mp900 {
	margin: 20px 0;
}

.block-header {
	margin-bottom: 60px;
}

.block-header-img img {
	margin-left: -110px;
}

.block-contents h3 {
	margin-bottom: 2em;
}

.block-driver-header,
.block-iron-header {
	position: relative;
}

.block-driver-header h2,
.block-iron-header h2 {
	position: absolute;
	top: 0;
	left: 0;
}

.block-driver {
	padding-bottom: 100px;
}

.block-driver h3 {
	margin-bottom: 70px;
}

.block-driver .tech1 h4 {
	margin-bottom: 30px;
}

.block-driver .tech1 {
	margin-bottom: 50px;
}

.block-driver .tech4 h3 {
	margin-bottom: 35px;
}

.block-driver .tech4 .lead {
	margin: 0 0 40px;
}

.block-driver-header h2 {
	margin: 0;
	top: -70px;
}

.block-driver-content {
	padding-top: 445px;
	position: relative;
}

.block-iron-header h2 {
	margin: 0;
	top: -60px;
}

.block-iron-content {
	padding-top: 420px;
	position: relative;
}

.block-iron-content .row .columns.left {
	width: 570px;
	padding: 0;
}

.block-iron-content .row .columns.right {
	padding: 0;
	width: 310px;
}

.block-iron-content .iron-feature-list {
	position: relative;
	top: -60px;
}

.block-iron-content .iron-feature-list h3 {
	margin-bottom: 20px;
}

.block-iron-content .iron-feature-list li {
	margin-bottom: 30px;
}

.btn-more {
	position: relative;
	margin-top: -100px;
	margin-bottom: 70px;
}

.main-footer {
	background-color: #131135;
}

.main-footer .copyright {
	padding: 20px 0 40px;
	text-align: right;
}

#gtvfoot {
	text-align: center !important;
	padding: 40px 0 !important;
	color: #fff;
	font-size: 12px;
}

.section-sns .sns {
	text-align: center;
	margin: 0 0 80px;
}

.section-sns .sns li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin: 0 5px;
	vertical-align: top;
}

.section-sns .credit {
	margin: 10px 0;
	font-size: 12px;
}

.section-sns .credit a {
	color: #fff;
}

.section-sns .credit a:hover {
	text-decoration: underline;
}

.section-sns .credit dt {
	float: left;
	clear: left;
}

.section-sns .credit dd {
	padding-left: 5em;
}

.section-bnr .bnr-article {
	margin-top: 50px;
}

.section-bnr .ext-link ul {
	font-size: 0;
}

.section-bnr .ext-link li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.section-footer {
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-top: 60px;
	padding-bottom: 30px;
}

.section-footer a {
	color: #fff;
}

.section-footer .pagetop {
	margin-bottom: 40px;
}

.section-footer .link {
	margin-bottom: 0;
}

@media only screen and (max-width: 480px) {

a .alpha {
	transition-duration: 0s;
}

a:hover .alpha {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.split .left,
.split .right {
	float: none;
}

img.flex {
	max-width: 100%;
	height: auto;
}

.disp-pc {
	display: none;
}

.disp-sp {
	display: inherit;
}

.wrap {
	min-width: 0;
	background: #000;
	font-size: 14px;
}

.figure img,
.flex img {
	width: 100%;
}

.row {
	width: auto;
	padding: 0 4%;
}

.row.expanded {
	width: auto;
	padding: 0;
}

.row.offset {
	width: auto;
}

.row .columns {
	width: auto;
	float: none;
	padding: 0;
	margin-bottom: 30px;
}

.row .columns.left {
	width: auto;
	padding-right: 0;
	float: none;
}

.row .columns.right {
	width: auto;
	padding-left: 0;
	float: none;
}

.row .col-full {
	float: none;
	width: auto;
}

.row .col-half {
	float: left;
	width: 50%;
}

.small-nopad {
	padding: 0 !important;
}

img.flex {
	width: 100%;
	height: auto;
}

.show-small {
	display: inherit;
}

.hide-small {
	display: none;
}

.small-nopad {
	padding: 0 !important;
}

.embed-movie {
	width: 100%;
	height: 240px;
}

#header-logo .dunlop img {
	height: 40px;
}

#header-logo .gdo ul {
	float: none;
}

#header-logo .gdo #gdo {
	float: none;
	text-align: right;
	margin-right: 0;
}

#header-logo .gdo #gdo img {
	height: 40px;
}

#header-logo .gdo .fb-like span {
	vertical-align: top !important;
}

#header-logo .gdo #tw {
	padding-top: 0;
}

.section-hero .hero {
	height: auto;
}

.section-hero .hero-img {
	background: none;
	height: auto;
}

.section-hero .hero h1 {
	padding-top: 0;
}

.section-hero .hero h1 img {
	margin-left: 0;
}

.main-contents .main-product img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.main-player .columns p {
	margin-bottom: 1em;
}

.main-player img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.section.girl {
	margin-bottom: 0;
}

.section .player-name {
	margin: 1em 0;
}

.section .player-name dt {
	font-size: 15px;
}

.section .player-profile {
	text-align: left;
}

.section h2 {
	margin: 0;
}

.section-yoshida .block-contents {
	background-size: 100% auto;
	height: auto;
	padding-bottom: 55%;
}

.section-kaneda .first {
	margin-bottom: 0;
}

.section-kaneda .last {
	height: auto;
	background: none;
	padding-top: 0;
	color: #000;
}

.section-aoki .first {
	margin-bottom: 0;
}

.section-aoki .block-contents {
	background-size: 100% auto;
	height: auto;
	padding-bottom: 65%;
}

.section-product_info .block {
	background: #141035;
}

.block-header {
	margin-bottom: 20px;
}

.block-header-img img {
	margin: 0;
}

.block-contents h3 {
	margin-bottom: 1em;
}

.block-driver-header h2,
.block-iron-header h2 {
	position: static;
}

.block-driver-header .row,
.block-iron-header .row {
	padding: 0;
}

.block-driver {
	padding-bottom: 0;
}

.block-driver h3 {
	margin-bottom: 0;
}

.block-driver .tech1 h4 {
	margin-bottom: 0;
}

.block-driver .tech1 {
	margin-bottom: 0;
}

.block-driver .tech4 h3 {
	margin-bottom: 0;
	padding: 0 8%;
}

.block-driver .tech4 .lead {
	padding: 0 8%;
	text-align: left;
}

.block-driver-header h2 {
	top: 0;
}

.block-driver-content {
	padding-top: 0;
}

.block-driver-content .row {
	padding: 0 8%;
}

.block-driver .columns {
	margin-bottom: 0;
}

.block-iron-content {
	padding-top: 0;
	padding-bottom: 40px;
}

.block-iron-content .row .columns.left {
	width: auto;
}

.block-iron-content .row .columns.right {
	width: auto;
}

.block-iron-content .iron-feature-list {
	top: 0;
}

.block-iron-content {
	padding-top: 0;
}

.block-iron-content .row {
	padding: 0 8%;
}

.block-iron .columns {
	margin-bottom: 0;
}

.btn-more {
	margin-top: -30px;
	margin-bottom: 30px;
}

#gtvfoot {
	font-size: 10px;
}

.section-sns .sns {
	margin-bottom: 40px;
}

.section-sns .credit {
	text-align: center;
}

.section-sns .credit dt {
	float: none;
}

.section-sns .credit dd {
	padding-left: 0;
}

.section-bnr .bnr-article {
	margin-top: 0;
}

.section-bnr .bnr-article p {
	margin-bottom: 16px;
}

.section-bnr .ext-link .columns {
	margin-bottom: 10px;
}

.section-bnr .ext-link li {
	display: block;
	margin-bottom: 16px;
}

.section-footer {
	padding-top: 0;
}

}

