@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 1;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.t-ind {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.b {
  font-weight: bold;
}

.break {
  word-wrap: break-word;
}

.bl {
  display: block;
}

.fs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._menu-sprite, ._menu-collection, ._menu-cyderhouse, ._menu-notice, ._menu-store-list {
  background: url('../img/_menu.png') no-repeat;
}

._menu-collection {
  background-position: 0 0;
  height: 25px;
  width: 125px;
}

._menu-cyderhouse {
  background-position: 0 -76px;
  height: 33px;
  width: 166px;
}

._menu-notice {
  background-position: 0 -50px;
  height: 26px;
  width: 76px;
}

._menu-store-list {
  background-position: 0 -25px;
  height: 25px;
  width: 118px;
}

/* base */
html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  min-width: 980px;
  min-height: 800px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 12px;
}

::selection {
  background: #fff;
}

::-moz-selection {
  background: #fff;
}

.f1,
.f1n {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.f1n {
  font-weight: 400;
}

.f2 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}

.wide {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

body.menu-open header nav {
  top: 0;
}
body.menu-open footer {
  bottom: 0;
}

.content {
  position: relative;
  z-index: 1;
}

/* header */
header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
}
header .logo {
  position: absolute;
  top: 17px;
  left: 50%;
  width: 65px;
  height: 65px;
  background: url(../img/logo-white.svg) no-repeat 0 0;
  margin: 0 0 0 -32px;
  z-index: 1;
}
header .logo#black-logo {
  top: -83px;
  background-image: url(../img/logo-black.svg);
}
header #collection-logo {
  height: 100px;
  width: 100%;
  top: 100px;
  left: 0;
  position: absolute;
  overflow: hidden;
}
header nav {
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #fff;
  background: url(../img/black.png);
  position: relative;
  top: -100px;
  -webkit-transition: top 0.2s linear;
  -moz-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  -ms-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  color: #fff;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header nav ul li a:hover {
  color: #666;
}
header nav ul li#news-menu {
  margin-left: 121px;
}
header nav ul li#dealer-menu {
  margin-left: 278px;
}
header nav ul li#cyder-menu {
  float: right;
}

/* footer */
footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -100px;
  height: 100px;
  z-index: 100;
  color: #fff;
  -webkit-transition: bottom 0.2s linear;
  -moz-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  -ms-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}
footer #nav {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/black.png);
  width: 100%;
  height: 500px;
}
footer #nav ul {
  position: relative;
  font-size: 14px;
  height: 100px;
  line-height: 100px;
}
footer #nav ul a {
  color: #fff;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer #nav ul a:hover {
  color: #666;
}
footer #nav ul #contact-menu {
  float: left;
  position: relative;
  z-index: 1;
}
footer #nav ul #philosophy-menu {
  float: left;
  position: relative;
  z-index: 1;
  margin-left: 150px;
}
footer #nav ul #company-menu {
  float: left;
  position: relative;
  z-index: 1;
  margin-left: 318px;
}
footer #nav ul #copyright {
  float: right;
  position: relative;
  z-index: 1;
  font-size: 9px;
}
footer #nav ul #top-menu {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
}
footer #nav.open {
  			/*
  			ul{
  
  				#top-menu{
  					display: none;
  				}
  
  				#about-menu{
  					display: none;
  				}
  			}
  
  			#contact{
  				display: block;
  			}
  			*/
}
footer #nav #contact {
  position: absolute;
  width: 630px;
  left: 50%;
  top: 42px;
  margin-left: -315px;
  color: #fff;
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  line-height: 1.5;
}
footer #nav #contact form {
  margin-top: 45px;
}
footer #nav #contact form dl {
  margin-bottom: 20px;
}
footer #nav #contact form dl dt {
  width: 110px;
  float: left;
  height: 28px;
  line-height: 28px;
  float: left;
}
footer #nav #contact form dl dd {
  margin-left: 110px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer #nav #contact form dl dd.area {
  height: 145px;
}
footer #nav #contact form dl dd.focus:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
footer #nav #contact form dl dd.animate:before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer #nav #contact form dl dd.on {
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
footer #nav #contact form dl dd.on:before {
  width: 520px;
  height: 520px;
  margin: -260px 0 0 -260px;
  border-radius: 520px;
  -moz-border-radius: 520px;
  -webkit-border-radius: 520px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
footer #nav #contact form dl dd .text {
  background: url(../img/white.png);
  width: 510px;
  margin: 0;
  padding: 0;
  border: none;
  height: 28px;
  line-height: 28px;
  color: #333;
  padding-left: 10px;
  outline: none;
  position: relative;
  z-index: 1;
  font-size: 14px;
}
footer #nav #contact form dl dd textarea.text {
  height: 145px;
}
footer #nav #contact form dl dd p {
  height: 28px;
  width: 510px;
  line-height: 28px;
  padding-left: 10px;
  color: #333;
  cursor: pointer;
  background: url(../img/white.png);
}
footer #nav #contact form dl dd div {
  height: 0;
  overflow: hidden;
}
footer #nav #contact form dl dd div ul {
  height: auto;
}
footer #nav #contact form dl dd div ul li {
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  background: url(../img/white.png);
  color: #333;
  padding-left: 24px;
  position: relative;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer #nav #contact form dl dd div ul li:after {
  content: '';
  height: 28px;
  width: 0;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer #nav #contact form dl dd div ul li span {
  position: relative;
  z-index: 1;
}
footer #nav #contact form dl dd div ul li:hover {
  color: #fff;
}
footer #nav #contact form dl dd div ul li:hover:after {
  width: 100%;
}
footer #nav #contact form #contact-submit {
  border: solid 1px #fff;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  display: block;
  margin: 0 0 0 110px;
  padding: 0;
  background: none;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer #nav #contact form #contact-submit:hover {
  background-color: #fff;
  color: #000;
}
footer #nav #contact .close {
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../img/close2.png) no-repeat 0 0;
  top: 0;
  right: -165px;
}
footer #nav #philosophy {
  position: absolute;
  bottom: -500px;
  height: 500px;
  width: 100%;
  left: 0;
}
footer #nav #philosophy #philosophy-card {
  position: absolute;
  width: 350px;
  height: 160px;
  padding: 45px;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -125px 0 0 -175px;
  font-size: 24px;
  color: #000;
  line-height: 1.5;
}
footer #nav #philosophy .rule {
  font-size: 16px;
  border-bottom: solid 1px #9A9A9A;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
footer #nav #philosophy span {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
footer #nav #philosophy .close {
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../img/close2.png) no-repeat 0 0;
  top: 45px;
  right: 90px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
footer #nav #company {
  position: absolute;
  bottom: -500px;
  height: 500px;
  width: 100%;
  left: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer #nav #company #company-data {
  position: absolute;
  width: 452px;
  height: 210px;
  left: 50%;
  top: 50%;
  margin: -105px 0 0 -226px;
  font-size: 11px;
  line-height: 1.7;
}
footer #nav #company .close {
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../img/close2.png) no-repeat 0 0;
  top: 45px;
  right: 90px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

body {
  background: url(../img/logo-black2.svg) no-repeat center white;
  background-attachment: fixed;
}

#top {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#top img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#home-nav {
  text-align: center;
  font-size: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -300px;
  z-index: 1;
  display: none;
}
#home-nav.show {
  display: block;
}
#home-nav ul li {
  margin-top: 95px;
}
#home-nav ul li a {
  color: #fff;
  display: block;
  margin: 0 auto;
  				/*
  				@include animate(color);
  
  				&:hover{
  					color: #666;
  				}
  				*/
}

/* face */
#face-section {
  height: 10000px;
  background: #fff;
}
#face-section #face-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#face-section #face-frame.fix {
  position: fixed;
  left: 0;
  top: 0;
}
#face-section #face-frame #face {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 2536px;
  height: 2908px;
  margin: -1454px 0 0 -1268px;
  z-index: 1;
}
#face-section #face-frame #face img {
  display: block;
  width: 100%;
  height: 100%;
}
#face-section #face-frame #face #face-base,
#face-section #face-frame #face #face-nose,
#face-section #face-frame #face #face-mouth {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#face-section #face-frame #face #face-eye,
#face-section #face-frame #face #face-nose,
#face-section #face-frame #face #face-mouth {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#face-section #face-frame #circle {
  width: 100%;
  height: 100%;
  position: relative;
}

/* collection */
#collection {
  height: 100%;
  background: #fff;
}
#collection #collection-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}
#collection #collection-wrap ul {
  width: 360px;
  margin: 0 auto;
  font-size: 14px;
  color: #303030;
}
#collection #collection-wrap ul li {
  margin-bottom: 20px;
}
#collection #collection-wrap ul li dt {
  float: left;
  width: 243px;
}
#collection #collection-wrap ul li dd {
  margin-left: 243px;
}
#collection #collection-wrap ul li dd a {
  display: block;
  float: left;
  text-decoration: underline;
  color: #303030;
  margin-right: 20px;
}
#collection #collection-wrap ul li dd a.item {
  margin-right: 0;
}

/* collection section */
#collection-section {
  height: 10000px;
  background: #fff;
}
#collection-section #collection-icons {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#collection-section #collection-icons.fix {
  position: fixed;
  left: 0;
  top: 0;
}
#collection-section #collection-icons #icn-logos,
#collection-section #collection-icons #icn-mouth,
#collection-section #collection-icons #icn-house,
#collection-section #collection-icons #icn-swim,
#collection-section #collection-icons #icn-zombie,
#collection-section #collection-icons #icn-woman {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#collection-section #collection-icons #icn-mouth {
  background: #F7FBFC;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#collection-section #collection-icons #icn-house {
  background: #F8F8FC;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#collection-section #collection-icons #icn-swim {
  background: #F3EEEF;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#collection-section #collection-icons #icn-zombie {
  background: #F9EEF0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#collection-section #collection-icons #icn-woman {
  background: #FFF1F3;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#collection-section #collection-icons .copy {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

/* news */
#notice {
  height: 100%;
  background: #fff;
}
#notice #news-wrap {
  color: #303030;
  position: absolute;
  top: 50%;
  left: 50%;
}
#notice #news-wrap #news-thumbnail {
  position: relative;
  display: block;
  width: 284px;
  height: 284px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../img/blank.png) no-repeat 0 0;
}
#notice #news-wrap #news-thumbnail:hover #news-image {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#notice #news-wrap #news-thumbnail .frame {
  position: relative;
  width: 280px;
  height: 280px;
  z-index: 10;
  border: solid 2px #fff;
  overflow: hidden;
}
#notice #news-wrap #news-thumbnail #mask {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 290px;
  height: 290px;
  z-index: 1;
}
#notice #news-wrap #news-thumbnail #news-image {
  width: 280px;
  height: auto;
  -webkit-transition: all 10s linear;
  -moz-transition: all 10s linear;
  -o-transition: all 10s linear;
  -ms-transition: all 10s linear;
  transition: all 10s linear;
}
#notice #news-wrap time {
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 15px 0 10px;
}
#notice #news-wrap #news-title {
  text-align: center;
  font-size: 14px;
}
#notice #news-wrap #more-news-link {
  margin-top: 100px;
  text-align: center;
}
#notice #news-wrap #more-news-link a {
  color: #333;
  font-size: 16px;
  text-decoration: underline;
}

body.sp #notice #news-wrap {
  margin-left: -142px;
}

/* news section */
#news-section {
  height: 20000px;
  background: #fff;
}
#news-section #news-logos {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
}
#news-section #news-logos.fix {
  position: fixed;
  left: 0;
  top: 0;
}
#news-section #news-logos .cyderhouse-logo {
  position: absolute;
  width: 9230px;
  top: 50%;
  z-index: 2;
}
#news-section #news-logos .cyderhouse-logo div {
  float: left;
  margin-right: 15px;
}
#news-section #news-logos .cyderhouse-logo div img {
  display: block;
  float: left;
}
#news-section #news-logos .cyderhouse-logo#cyderhouse0, #news-section #news-logos .cyderhouse-logo#cyderhouse4 {
  left: 100%;
}
#news-section #news-logos .cyderhouse-logo#cyderhouse2 {
  left: 50%;
  margin-left: -454px;
  width: 10153px;
}
#news-section #news-logos .cyderhouse-logo#cyderhouse2 div {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#news-section #news-logos .cyderhouse-logo#cyderhouse2 div.logoset0 {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#news-section #news-logos .cyderhouse-logo#cyderhouse2 div.logoset0 .cyder,
#news-section #news-logos .cyderhouse-logo#cyderhouse2 div.logoset0 .house {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#news-section #news-logos .cyderhouse-logo#cyderhouse1, #news-section #news-logos .cyderhouse-logo#cyderhouse3 {
  left: -9230px;
}
#news-section #news-logos #yellow-line {
  position: absolute;
  top: 0;
  left: -2027px;
  width: 2027px;
  height: 100%;
  z-index: 1;
}
#news-section #news-logos #yellow-line span {
  position: absolute;
  top: 0;
  height: 100%;
  background: #FEFE46;
}
#news-section #news-logos #yellow-line span.line0 {
  width: 8px;
  right: 0;
}
#news-section #news-logos #yellow-line span.line1 {
  width: 25px;
  right: 160px;
}
#news-section #news-logos #yellow-line span.line2 {
  width: 43px;
  right: 319px;
}
#news-section #news-logos #yellow-line span.line3 {
  width: 61px;
  right: 478px;
}
#news-section #news-logos #yellow-line span.line4 {
  width: 78px;
  right: 638px;
}
#news-section #news-logos #yellow-line span.line5 {
  width: 96px;
  right: 797px;
}
#news-section #news-logos #yellow-line span.line6 {
  width: 114px;
  right: 957px;
}
#news-section #news-logos #yellow-line span.line7 {
  width: 96px;
  right: 1133px;
}
#news-section #news-logos #yellow-line span.line8 {
  width: 78px;
  right: 1310px;
}
#news-section #news-logos #yellow-line span.line9 {
  width: 61px;
  right: 1487px;
}
#news-section #news-logos #yellow-line span.line10 {
  width: 43px;
  right: 1665px;
}
#news-section #news-logos #yellow-line span.line11 {
  width: 25px;
  right: 1842px;
}
#news-section #news-logos #yellow-line span.line12 {
  width: 8px;
  right: 2019px;
}
#news-section #news-logos #blue-line {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2083px;
  height: 100%;
  z-index: 1;
}
#news-section #news-logos #blue-line span {
  position: absolute;
  top: 0;
  height: 100%;
  background: #AEF7E2;
}
#news-section #news-logos #blue-line span.line0 {
  left: 0;
  width: 8px;
}
#news-section #news-logos #blue-line span.line1 {
  left: 164px;
  width: 17px;
}
#news-section #news-logos #blue-line span.line2 {
  left: 328px;
  width: 25px;
}
#news-section #news-logos #blue-line span.line3 {
  left: 492px;
  width: 34px;
}
#news-section #news-logos #blue-line span.line4 {
  left: 656px;
  width: 43px;
}
#news-section #news-logos #blue-line span.line5 {
  left: 820px;
  width: 52px;
}
#news-section #news-logos #blue-line span.line6 {
  left: 984px;
  width: 61px;
}
#news-section #news-logos #blue-line span.line7 {
  left: 1148px;
  width: 70px;
}
#news-section #news-logos #blue-line span.line8 {
  left: 1312px;
  width: 78px;
}
#news-section #news-logos #blue-line span.line9 {
  left: 1476px;
  width: 87px;
}
#news-section #news-logos #blue-line span.line10 {
  left: 1640px;
  width: 96px;
}
#news-section #news-logos #blue-line span.line11 {
  left: 1804px;
  width: 105px;
}
#news-section #news-logos #blue-line span.line12 {
  left: 1969px;
  width: 114px;
}
#news-section #news-logos #news-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* dealer */
#store-list {
  height: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}
#store-list #store-arrow,
#store-list #store-arrow-up {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/arrow.png) no-repeat 0 0;
  width: 24px;
  height: 20px;
  margin: 10px 0 0 455px;
}
#store-list #store-arrow-up {
  background-image: url(../img/arrow_up.png);
  margin-top: -30px;
}
#store-list #dealer-list {
  width: 750px;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -375px;
}
#store-list #dealer-list article {
  margin-top: 20px;
  color: #fff;
}
#store-list #dealer-list article a {
  color: #fff;
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#store-list #dealer-list article a:hover {
  background-color: #333;
}
#store-list #dealer-list article p,
#store-list #dealer-list article address {
  float: left;
  font-style: normal;
}
#store-list #dealer-list article p.name,
#store-list #dealer-list article address.name {
  width: 235px;
  font-weight: bold;
}
#store-list #dealer-list article p.tel,
#store-list #dealer-list article address.tel {
  float: right;
}
#store-list #dealer-list article p span,
#store-list #dealer-list article address span {
  margin-right: 8px;
}
#store-list .jspVerticalBar {
  width: 6px;
  background: none;
}
#store-list .jspTrack {
  background: none;
}
#store-list .jspDrag {
  background: #fff;
}

body.sp #store-list #dealer-list {
  top: 130px;
}

/* dealer section */
#dealer-section {
  height: 19000px;
}
#dealer-section #dealer-icons {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
#dealer-section #dealer-icons.black {
  background: #000;
}
#dealer-section #dealer-icons.fix {
  position: fixed;
  left: 0;
  top: 0;
}
#dealer-section #dealer-icons .dealer-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1080px;
  height: 700px;
  top: 50%;
  left: 50%;
  margin: -350px 0 0 -540px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
#dealer-section #dealer-icons .dealer-icon#dealer-icon1 {
  background: url(../img/1.jpg) no-repeat 0 0;
}
#dealer-section #dealer-icons .dealer-icon#dealer-icon2 {
  background: url(../img/2.jpg) no-repeat 0 0;
}
#dealer-section #dealer-icons .dealer-icon#dealer-icon3 {
  background: url(../img/3.jpg) no-repeat 0 0;
}
#dealer-section #dealer-icons .dealer-icon#dealer-icon4 {
  background: url(../img/4.jpg) no-repeat 0 0;
}
#dealer-section #dealer-icons .dealer-icon#dealer-icon5 {
  background: url(../img/5.jpg) no-repeat 0 0;
}
#dealer-section #dealer-icons .dealer-icon#dealer-icon6 {
  background: url(../img/6.jpg) no-repeat 0 0;
}

/* instagram */
#instagram {
  background: #fff;
}
#instagram #instagram-wrap {
  margin: 0 auto;
  width: 960px;
}
#instagram #instagram-wrap #sns-links {
  padding-top: 100px;
}
#instagram #instagram-wrap #sns-links ul {
  float: right;
}
#instagram #instagram-wrap #sns-links ul li {
  float: left;
  margin-left: 20px;
}
#instagram #instagram-wrap #sns-links ul li a {
  font-size: 12px;
  color: #333;
}
#instagram #instagram-wrap #sns-links ul li a:hover {
  text-decoration: underline;
}
#instagram #instagram-wrap #photos {
  margin-top: 15px;
}
#instagram #instagram-wrap #photos li {
  float: left;
  width: 240px;
  height: 240px;
  overflow: hidden;
}
#instagram #instagram-wrap #photos li.big {
  width: 480px;
  height: 480px;
}
#instagram #instagram-wrap #photos img {
  display: block;
  width: 100%;
  height: auto;
}
