/*!
 * index.css
 * updatedAt: 2016.01.05
 * updatedAt: 2015.12.14
 * createdAt: 2015.11.18
 */

/*--------------------------------------------------
  Reset
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}del,ins{text-decoration:none;}a{text-decoration:none;outline:none;}
header,footer,nav,main,article,section {display:block;}

/*--------------------------------------------------
  html
--------------------------------------------------*/
html {
  font-size: 100%;
  font-family: YuGothic,"Yu Gothic","\6E38\30B4\30B7\30C3\30AF",
    "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",
    "Hiragino Kaku Gothic Pro",
    "\30E1\30A4\30EA\30AA",Meiryo,
    "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
    "Droid Sans",sans-serif;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
  margin: 0;
  color: #fff;
  background: #000;
}

/*--------------------------------------------------
  classes
--------------------------------------------------*/
a.hover,
img.hover {
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover,
a:hover img.hover {
  opacity: 0.7;
}
.ie-legacy a.hover {
  display: inline-block;
}
.ie-legacy a.hover:hover,
.ie-legacy a:hover img.hover {
  filter: alpha(opacity=70);
}

@media screen and (max-width: 800px) {
  a.hover,
  img.hover {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  a.hover:hover,
  a:hover img.hover {
    opacity: 1.0;
  }
}

/*--------------------------------------------------
  .viewport
--------------------------------------------------*/
.viewport {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1240px;
}
.viewport:after {
  clear: both;
  display: block;
  content: "";
}
.viewport-inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 950px;
}
.viewport-inner:after {
  clear: both;
  display: block;
  content: "";
}
.viewport .viewport-inner {
  padding: 0;
}
.ie-legacy .viewport,
.ie-legacy .viewport-inner {
  padding: 0;
  width: 950px;
}

@media screen and (max-width: 800px) {
  .viewport {
    padding: 0 20px;
  }
  .viewport-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .viewport {
    padding: 0 4.6875%;
  }
  .viewport-inner {
    padding: 0 4.6875%;
  }
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
header {
  display: block;
  border-top: 6px solid #c83b18;
  min-width: 950px;
}
header a {
  display: block;
}
header h1 {
  float: left;
  padding: 29px 0 0;
  width: 107px;
  line-height: 0;
}
header strong {
  float: right;
  display: block;
  padding: 29px 0 0;
  width: 136px;
  line-height: 0;
}
.ie-legacy header {
  min-width: 950px;
}

@media screen and (max-width: 640px) {
  header {
    min-width: 320px;
    border-top-width: 4px;
    border-bottom: 1px solid #222;
  }
  header img {
    width: 100%;
    height: auto;
  }
  header h1 {
    padding: 5% 0;
    width: 80px;
  }
  header strong {
    padding: 5% 0;
    width: 100px;
  }
}

/*--------------------------------------------------
  .intro
--------------------------------------------------*/
.intro {
  margin: 0 auto;
  padding: 44px 0 58px;
  max-width: 1240px;
  min-width: 950px;
}
.intro h2 {
  margin: 0 auto;
  width: 668px;
  line-height: 0;
}
.intro p {
  margin: 42px auto 0;
  width: 721px;
  line-height: 0;
}
.ie-legacy .intro {
  padding: 44px 0 58px;
  width: 950px;
}

@media screen and (max-width: 640px) {
  .intro {
    padding: 40px 0;
    min-width: 320px;
  }
  .intro img {
    width: 100%;
    height: auto;
  }
  .intro h2 {
    width: auto;
  }
  .intro p {
    margin: 25px auto 0;
    width: auto;
  }
}

/*--------------------------------------------------
  .mainvisual
--------------------------------------------------*/
.mainvisual {
  background-image: url(../img/mainvisual_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-width: 950px;
}
.mainvisual .visual {
  margin: 0 0 0 96px;
  padding: 46px 0 62px;
  width: 1061px;
  line-height: 0;
}
.ie-legacy .mainvisual {
  min-width: 950px;
}
.ie-legacy .mainvisual .visual {
  margin: 0 0 0 73px;
  padding: 35px 0 48px;
  width: 813px;
}
.ie-legacy .mainvisual .visual img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1920px) {
  .mainvisual {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1300px) {
  .mainvisual .visual {
    margin: 0 0 0 7.7419354%;
    padding: 3.7096774% 0 5%;
    width: 85.5645161%;
  }
  .mainvisual .visual img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .mainvisual {
    min-width: 320px;
    background-size: 220% auto;
  }
  .mainvisual .visual {
    margin: 0;
    padding: 30px 0 20px;
    width: auto;
  }
  .mainvisual .visual img {
    margin-left: -3%;
    width: 106%;
    height: auto;
  }
}

/*--------------------------------------------------
  nav.content-menu
--------------------------------------------------*/
nav.content-menu {
  display: block;
  min-width: 950px;
  height: 65px;
}
nav.content-menu .inner {
  position: relative;
  z-index: 100;
  width: 100%;
  background-image: url(../img/nav_bg.png);
  background-repeat: repeat-x;
}
nav.content-menu ul {
  margin: 0 auto;
  width: 950px;
}
nav.content-menu ul:after {
  clear: both;
  display: block;
  content: "";
}
nav.content-menu li {
  float: left;
  background-repeat: no-repeat;
  background-position: 0 0;
}
nav.content-menu li a {
  display: block;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: opacity 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
}
nav.content-menu li a span {
  display: none;
}
nav.content-menu li a:hover,
nav.content-menu li.on a {
  opacity: 0;
}
.ie-legacy nav.content-menu ul {
  width: 950px;
}
.ie-legacy nav.content-menu li a:hover,
.ie-legacy nav.content-menu li.on a {
  filter: alpha(opacity=0);
}

@media screen and (max-width: 800px) {
  nav.content-menu li a:hover,
  nav.content-menu li a:active {
    opacity: 1.0;
  }
}
@media screen and (max-width: 640px) {
  nav.content-menu {
    width: auto;
    height: auto;
    min-width: 320px;
  }
  nav.content-menu .inner {
    position: static !important;
    background: #272727;
  }
  nav.content-menu ul {
    width: auto;
    border-bottom: 1px solid #444;
  }
  nav.content-menu li {
    box-sizing: border-box;
    width: 50% !important;
    border-bottom: 1px solid #444;
    background-image: none !important;
  }
  nav.content-menu li:nth-child(odd) {
    border-right: 1px solid #444;
  }
  nav.content-menu li:last-child {
    border-bottom: none;
  }
  nav.content-menu li a {
    padding: 15px 0;
    font-size: 112.5%;
    line-height: 1.0;
    text-align: center;
    color: #fff;
    opacity: 1.0 !important;
  }
  nav.content-menu li a span {
    display: inline;
  }
  nav.content-menu li a img {
    display: none;
  }
}

/* .nav-
--------------------------------------------------*/
nav.content-menu li.nav-01 {
  width: 193px;
  background-image: url(../img/nav_01on.png);
}
nav.content-menu li.nav-02 {
  width: 189px;
  background-image: url(../img/nav_02on.png);
}
nav.content-menu li.nav-03 {
  width: 191px;
  background-image: url(../img/nav_03on.png);
}
nav.content-menu li.nav-04 {
  width: 189px;
  background-image: url(../img/nav_04on.png);
}
nav.content-menu li.nav-05 {
  width: 188px;
  background-image: url(../img/nav_05on.png);
}

/*--------------------------------------------------
  #Lineup
--------------------------------------------------*/
#Lineup {
  padding: 60px 0 75px;
  min-width: 950px;
}
#Lineup h3 {
  margin: 0 auto;
  max-width: 300px;
  line-height: 0;
}
#Lineup .model-list {
  padding: 64px 0 0;
}
#Lineup .model-list:after {
  clear: both;
  display: block;
  content: "";
}
#Lineup .item {
  float: left;
  width: 340px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#Lineup .item em {
  display: block;
  margin: 0 auto;
  max-width: 260px;
}
#Lineup .item h4 {
  margin: 0 auto;
  padding: 43px 0 0;
  max-width: 120px;
}
#Lineup .item p {
  margin: 0 auto;
  padding: 30px 0 36px;
  max-width: 340px;
}
#Lineup .btn-gallery {
  display: inline-block;
  max-width: 138px;
}
#Lineup .btn-info {
  display: inline-block;
  margin: 0 0 0 1px;
  max-width: 138px;
}
#Lineup .btn-gallery a,
#Lineup .btn-info a {
  display: inline-block;
}

#Lineup .RX1 {
  margin: 38px 0 0 50px;
}
#Lineup .RX1RM2 {
  margin: 0 0 0 60px;
}
#Lineup .RX1R {
  margin: 37px 0 0 58px;
}

.ie-legacy #Lineup img {
  width: 100%;
  height: auto;
}
.ie-legacy #Lineup .item {
  width: 300px;
}
.ie-legacy #Lineup .RX1 {
  margin: 30px 0 0;
}
.ie-legacy #Lineup .RX1RM2 {
  margin: 0 25px;
}
.ie-legacy #Lineup .RX1R {
  margin: 30px 0 0;
}

@media screen and (max-width: 1300px) {
  #Lineup img {
    width: 100%;
    height: auto;
  }
  #Lineup .item {
    width: 32%;
  }
  #Lineup .RX1 {
    margin: 3.0645161% 0 0;
  }
  #Lineup .RX1RM2 {
    margin: 0 2%;
  }
  #Lineup .RX1R {
    margin: 2.9838709% 0 0;
  }
  #Lineup .btn-gallery,
  #Lineup .btn-info {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  #Lineup {
    padding: 12% 0 6%;
    min-width: 320px;
  }
  #Lineup h3 {
    width: 90%;
  }
  #Lineup .model-list {
    padding: 20px 0 0;
  }
  #Lineup .item {
    float: none;
    margin-top: 30px;
    padding-bottom: 30px;
    width: auto;
    border-bottom: 1px dotted #666;
  }
  #Lineup .item:last-child {
    border-bottom: none;
  }
  #Lineup .item h4 {
    padding: 25px 0 0;
  }
  #Lineup .item p {
    padding: 20px 0 15px;
    width: 90%;
  }
}

/*--------------------------------------------------
  #Gallery
--------------------------------------------------*/
#Gallery {
  padding: 50px 0 30px;
  min-width: 950px;
  background-image: url(../img/gallery_bg.png);
  background-repeat: repeat-x;
}
#Gallery h3 {
  margin: 0 auto;
  padding: 0 0 40px;
  max-width: 300px;
  line-height: 0;
}
#Gallery .link-to-series {
  margin: 0 auto;
  padding: 80px 0 0;
  max-width: 950px;
  line-height: 0;
}
#Gallery .tab {
  margin: 0 auto;
  width: 950px;
}
#Gallery .tab:after {
  clear: both;
  display: block;
  content: "";
}
#Gallery .tab li {
  float: left;
  margin-left: -1px;
  width: 313px;
  height: 58px;
  text-indent: -9999em;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
#Gallery .tab li:first-child {
  margin: 0 0 0 9px;
}
#Gallery .tab li.RX1RM2 {
  background-image: url(../img/gallery_tab_RX1RM2.png);
}
#Gallery .tab li.RX1R {
  background-image: url(../img/gallery_tab_RX1R.png);
}
#Gallery .tab li.RX1 {
  background-image: url(../img/gallery_tab_RX1.png);
}
#Gallery .gallery-container {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
}
#Gallery .gallery-box {
  position: absolute;
  left: 0;
  top: -180px;
  z-index: -1;
  padding-top: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 180px;
  background-size: cover;
}
#Gallery .viewport-inner {
  position: relative;
  padding: 0;
}
#Gallery h4 {
  margin: 0 auto;
  padding: 47px 0 0;
  max-width: 320px;
  line-height: 0;
  text-align: center;
}
#Gallery ul:after {
  clear: both;
  display: block;
  content: "";
}
#Gallery a {
  display: inline-block;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
#Gallery a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1010px) {
  #Gallery .link-to-series img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #Gallery {
    padding: 12% 0 6%;
    min-width: 320px;
  }
  #Gallery img {
    width: 100%;
    height: auto;
  }
  #Gallery h3 {
    width: 90%;
  }
  #Gallery .link-to-series {
    padding-top: 40px;
  }
  #Gallery .tab {
    display: none;
  }
  #Gallery .gallery-container {
    height: auto !important;
    overflow: visible;
  }
  #Gallery .gallery-box {
    position: static;
    top: 0;
    z-index: 0 !important;
    padding-top: 0;
    opacity: 1.0  !important;
    background-position: 50% 0;
  }
  #Gallery .model-img {
    display: none;
  }
  #Gallery h4 {
    padding: 40px 0 0;
    width: 80%;
  }
}

/* #Gallery-RX1RM2
--------------------------------------------------*/
#Gallery-RX1RM2 {
  background-image: url(../img/gallery_RX1RM2_bg.jpg);
}
#Gallery-RX1RM2 .model-img {
  position: absolute;
  left: 6px;
  top: 41px;
}
#Gallery-RX1RM2 ul {
  margin: 50px 0 0 34px;
  padding-bottom: 47px;
}
#Gallery-RX1RM2 li {
  float: left;
  margin: 46px 0 0 32px;
}
#Gallery-RX1RM2 li:first-child {
  margin: 0 6px 0 0;
}

@media screen and (max-width: 640px) {
  #Gallery-RX1RM2 ul {
    margin: 0;
    padding: 30px 4.6875% 40px;
    box-sizing: border-box;
    width: 100%;
  }
  #Gallery-RX1RM2 li,
  #Gallery-RX1RM2 li:first-child {
    margin: 20px 0 0;
  }
  #Gallery-RX1RM2 li:nth-child(1) {
    margin-right: 2.5% !important;
    width: 45%;
  }
  #Gallery-RX1RM2 li:nth-child(2),
  #Gallery-RX1RM2 li:nth-child(3) {
    margin-left: 2.5% !important;
    width: 50%;
  }
}

/* #Gallery-RX1R
--------------------------------------------------*/
#Gallery-RX1R {
  background-image: url(../img/gallery_RX1R_bg.jpg);
}
#Gallery-RX1R .model-img {
  position: absolute;
  left: 5px;
  top: 40px;
}
#Gallery-RX1R ul {
  padding: 42px 0 15px 78px;
  line-height: 0;
}
#Gallery-RX1R li {
  float: left;
  margin: 5px 0 0 59px;
}

@media screen and (max-width: 640px) {
  #Gallery-RX1R ul {
    padding: 30px 4.6875% 40px;
    box-sizing: border-box;
    width: 100%;
  }
  #Gallery-RX1R li {
    margin: 10px 0 0;
    width: 48.5%;
  }
  #Gallery-RX1R li:nth-child(odd) {
    margin-right: 1.5%;
  }
  #Gallery-RX1R li:nth-child(even) {
    margin-left: 1.5%;
  }
}

/* #Gallery-RX1
--------------------------------------------------*/
#Gallery-RX1 {
  background-image: url(../img/gallery_RX1_bg.jpg);
}
#Gallery-RX1 .model-img {
  position: absolute;
  left: 5px;
  top: 40px;
}
#Gallery-RX1 ul {
  margin: 0 0 0 -4px;
  padding: 54px 0 55px 0;
  line-height: 0;
}
#Gallery-RX1 li {
  float: left;
  margin: 0 0 0 13px;
}

@media screen and (max-width: 640px) {
  #Gallery-RX1 ul {
    padding: 30px 4.6875% 40px;
    box-sizing: border-box;
    width: 100%;
  }
  #Gallery-RX1 li {
    margin: 10px 0 0;
    width: 48.5%;
  }
  #Gallery-RX1 li:nth-child(odd) {
    margin-right: 1.5%;
  }
  #Gallery-RX1 li:nth-child(even) {
    margin-left: 1.5%;
  }
}





/*--------------------------------------------------
  #Accessory
--------------------------------------------------*/
#Accessory {
  padding: 30px 0 85px;
  min-width: 950px;
}
#Accessory .frame {
  padding: 15px 0 0;
  background-image: url(../img/acc_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
#Accessory h3 {
  margin: 0 0 0 167px;
  max-width: 694px;
}
#Accessory .item-line {
  margin: 35px 0 0 55px;
}
#Accessory .item-line:after {
  clear: both;
  display: block;
  content: "";
}
#Accessory .item-line a {
  display: block;
  color: #fff;
}
#Accessory .item-line li {
  float: left;
  padding: 0 0 0 45px;
  width: 230px;
}
#Accessory .item-line .img-box {
  max-width: 230px;
}
#Accessory .item-line h4 {
  margin: 17px 0 0;
  max-width: 230px;
  line-height: 0;
}
#Accessory .item-line p {
  margin: 15px 0 0;
  font-size: 87.5%;
  line-height: 1.5;
}
#Accessory .banner {
  padding: 80px 0 0;
  line-height: 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #Accessory h3 {
    margin: 0 0 0 140px;
  }
  #Accessory .item-line {
    margin: 35px 0 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #Accessory {
    padding: 12% 0 19.162%;
    min-width: 320px;
    overflow: hidden;
  }
  #Accessory img {
    width: 100%;
    height: auto;
  }
  #Accessory .frame {
    padding: 20px 0 0;
    background-size: 120% auto;
  }
  #Accessory h3 {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 85%;
  }
  #Accessory .item-line {
    margin: 0;
  }
  #Accessory .item-line li {
    float: none;
    padding: 15px 0 20px;
    width: auto;
    border-top: 1px dotted #666;
  }
  #Accessory .item-line .img-box {
    display: inline-block;
    margin: 0 15px 0 10px;
    width: 30%;
    vertical-align: middle;
    background-color: #555;
  }
  #Accessory .item-line h4 {
    display: inline-block;
    margin: 0;
    width: 55%;
    vertical-align: middle;
  }
  #Accessory .item-line p {
    margin: 15px 15px 0;
  }
  #Accessory .banner {
    padding: 30px 0 0;
    border-top: 1px dotted #666;
  }
}

/*--------------------------------------------------
  #Campaign
--------------------------------------------------*/
#Campaign {
  padding: 70px 0 100px;
  min-width: 950px;
  background-image: url(../img/sec_bg.gif);
  background-repeat: repeat-x;
}
#Campaign h3 {
  margin: 0 auto;
  max-width: 300px;
  line-height: 0;
}
#Campaign .no-entry {
  display: table;
  margin: 100px 0 0;
  width: 100%;
  height: 210px;
  text-align: center;
  border: 1px solid #333;
}
#Campaign .no-entry p {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#Campaign .banner {
  margin: 20px 0 0;
  line-height: 0;
}
.ie-legacy #Campaign {
  min-width: 950px;
}

@media screen and (max-width: 1010px) {
  #Campaign img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #Campaign {
    padding: 12% 0 80px;
    min-width: 320px;
  }
  #Campaign h3 {
    width: 90%;
  }
  #Campaign .no-entry {
    margin: 40px 0 0;
    height: 100px;
  }
  #Campaign .no-entry p {
    padding: 10px;
    font-size: 93.8%;
  }
  #Campaign .banner {
    margin: 40px 0 0;
  }
}

/*--------------------------------------------------
  .pagetop
--------------------------------------------------*/
.pagetop {
  margin: 0 auto;
  box-sizing: border-box;
  width: 950px;
  height: 1px;
}
.pagetop .floater {
  position: static;
  width: 950px;
}
.pagetop .floater.fixed {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.pagetop .floater a {
  position: relative;
  display: block;
  float: right;
  width: 60px;
  height: 38px;
}
.pagetop .floater.fixed a {
  top: 0;
}
.pagetop .target {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0px;
  zoom: 1;
}

@media screen and (max-width: 1010px) {
  .pagetop .floater a {
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pagetop {
    width: auto;
  }
  .pagetop .floater {
    width: 93.75%;
    text-align: right;
  }
  .pagetop .floater a {
    float: none;
    right: 0;
    display: inline-block;
  }
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
footer {
  margin: 0 auto;
  padding: 10px 0 0;
  max-width: 950px;
  min-width: 950px;
  font-size: 11px;
  text-align: right;
}
footer small {
  padding: 0 15px 0;
}
.ie-legacy footer small {
  padding: 0 70px 0;
}

@media screen and (max-width: 800px) {
  footer {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  footer {
    min-width: 320px;
    font-size: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
  footer {
    font-size: 9px;
  }
}
