@charset "UTF-8";
/* 共通 ******************************************************************/
@media screen and (min-width: 768px) {
  a[href^="tel:"]{
    cursor: default;
    pointer-events: none;
  }
  .sp-only{
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only{
    display: none !important;
  }
  .map {
    pointer-events: none
  }
}
.no-pad{
  padding: 0;
}
.no-pad-l{
  padding-left: 0;
}
.no-pad-r{
  padding-right: 0;
}
.no-pad-t{
  padding-top: 0;
}
.no-pad-b{
  padding-bottom: 0;
  margin-bottom: 0;
}
.no-pad-tb{
  padding-top: 0;
  padding-bottom: 0;
}
.flame{
  border: solid 6px #fff;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.exclam-icon::before{
  content: "\f071";
  font-family: 'icomoon';
  padding-right: 0.3rem;
}
.link-more{
  font-size: 1.0rem;
  text-align: center;
  margin: 0 auto;
}
.link-more a::after{
  content: "\e904";
  font-family: 'icomoon';
  padding-left: 0.3rem;
}
.link-more a:hover, .link-more a:hover::after{
  color: #D9A300;
}
.link-icon{
  margin-bottom: 1.5rem;
}
.link-icon a{
  color: #D90000;
}
.link-icon a::before{
  content: "\e904";
  font-family: 'icomoon';
  padding-right: 0.3rem;
}
.link-icon a:hover, .link-icon a:hover::before{
  color: #D9A300;
}
ul.list-check{
  margin: 0 0 20px 0;
  padding: 0 0 0 1.2rem;
}
ul.list-check li{
  position: relative;
  list-style: none;
  padding: 0.2rem 0;
}
ul.list-check li::before{
  position: absolute;
  content: "\f00c";
  font-family: icomoon;
  margin-right: 0.6rem;
  left: -1.2rem;
  color: #D9A300;
}
.block::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.block{
  padding-bottom: 2.0rem;
}
.photo1-3{
  padding: 0 1.2rem 0 0;
  font-size: 0.85rem;
}
.photo1-3:last-child{
  padding: 0;
}
.photo1-3 img{
  width: 100%;
  padding-bottom: 0.3rem;
}
.circle-no ol{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.circle-no li{
  margin-bottom: 10px;
  padding-left: 0.5rem;
  position: relative;
}
.circle-no li::before{
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #D9A300;
  color: #111;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.buy-inquiry::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.buy-inquiry div img{
  width: 100%;
}
@media (max-width: 767px) {
  .photo1-3{
    padding: 0 0 1.2rem 0;
  }
}
.navi-linetype h3{
  font-size: 1.0rem;
  margin-bottom: 5px;
}
.navi-linetype ul{
  margin: 0 0 1.3rem 0;
  padding: 0;
  list-style-type: none;
  border-top: solid 1px #535362;
}
.side-menu .navi-linetype ul{
  margin: 0;
}
.navi-linetype ul li{
  font-size: 0.85rem;
  margin: 0;
}
.navi-linetype ul li a{
  display: block;
  position: relative;
  padding: 0.5rem 0 0.4rem 0.3rem;
  text-decoration: none;
  border-bottom: solid 1px #535362;
  color: #fff;
}
.navi-linetype li a:hover{
  background-color: #000;
}
.navi-linetype ul li a::after{
  display: block;
  position: absolute;
  font-family: 'icomoon';
  content: "\e904";
  top: 50%;
  right: 0.6rem;
  margin-top: -0.5rem;
  color: #B5ADA2;
}
.navi-linetype ul li a:hover, .navi-linetype ul li a:hover::after{
  color: #DD2E1B;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .side-menu .navi-linetype ul{
    letter-spacing: -.4em;
  }
  .side-menu .navi-linetype ul li{
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .navi-linetype ul li{
    font-size: 1.0rem;
  }
  .navi-linetype ul li a{
    padding: 0.8rem 0 0.7rem 0;
  }
  .side-menu .navi-linetype ul li a, .footer-menu .navi-linetype ul li a{
    padding: 0.8rem 0 0.7rem 0.5rem;
  }
  .navi-linetype ul li a::after{
    margin-top: -0.7rem;
  }
}
@media screen and (min-width: 768px) {
  a.hover-line{
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  a.hover-line::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #D90000;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  a.hover-line:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* ヘッダーロゴ周り *********************************************************************/
.header-logo-section{
  background-color: #000;
}
.header-logo-section .header-logo{
  display: table;
  padding: 0.5rem 0;
  width: 100%;
  table-layout: fixed;
}
.header-logo-section .header-logo .header-logo-img{
  display: table-cell;
  vertical-align: middle;
  width: 52%;
  padding-left: 0.5rem;
}
.header-logo-section .header-logo .header-logo-tel, .header-logo-section .header-logo .header-logo-mail{
  display: table-cell;
  vertical-align: middle;
  width: 24%;
  padding-left: 0.5rem;
}
.header-logo-section .header-logo .header-logo-img h1{
  margin: 0;
  padding: 0;
  line-height: 1;
}
.header-logo-section .header-logo .header-logo-img img{
  max-width: 200px;
}
.header-logo-section .header-logo .header-logo-mail img, .header-logo-section .header-logo .header-logo-tel img{
  width: 100%;
}
.header-logo-section .header-logo::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .header-logo-section .header-logo{
    table-layout: auto;
  }
  .header-logo-section .header-logo .header-logo-img{
    width: auto;
  }
  .header-logo-section .header-logo .header-logo-img img{
    max-width: 160px;
  }
  .header-logo-section .header-logo .header-logo-tel, .header-logo-section .header-logo .header-logo-mail{
    width: 60px;
    padding-right: 0.5rem;
  }
  .header-logo-section .header-logo .header-logo-mail img, .header-logo-section .header-logo .header-logo-mail img{
    max-width: 100%;
    height: auto;
  }
}
/* グローバルナビ *********************************************************************/
/* スマホ用メニュー--------*/
#menu{
  background: url(bg_menu.png) 0% 0% / auto auto repeat-x scroll padding-box border-box #000000;
}
#menu input{
  display: none;
}
#menu ul{
  display: table;
  table-layout: fixed;
  margin: 0;
  list-style: none;
  width: 100%;
}
#menu li{
  display: table-cell;
  width: 16.66666%;
  overflow: hidden;
  text-align: center;
  line-height: 1.0;
  font-size: 0.9rem;
  margin: 0;
}
#menu li a, #menu label{
  display: block;
  color: #fff;
  cursor: pointer;
  padding: 1.0rem 0;
  margin: 0;
  border-top: solid 1px #D9A300;
}
#menu li a:hover, #menu label:hover{
  color: #D90000;
  background-color: #222;
  border-top: solid 1px #D90000;
}
.accshow{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1.0s;
  position: relative;
}
.cssacc:checked ~ .accshow{
  height: auto;
  opacity: 1.0;
  position: absolute;
  width: 360px;
  z-index: 1;
  background-color: #000;
}
.stock-list .stock-list-inner .stock-list-text{
  color: #fff;
  line-height: 1.1rem;
}
.stock-list .stock-list-inner .stock-list-text:hover{
  color: #D90000;
}
.stock-list a, .stock-list label{
  position: relative;
  display: block;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
#menu li .stock-list a, #menu li .stock-list label{
  padding: 0.4rem 0.4rem 0.4rem 0.6rem;
  border-top: solid 1px #333;
}
.stock-list label{
  text-align: center;
}
.stock-list a::after{
  position: absolute;
  display: block;
  font-family: 'icomoon';
  content: "\e904";
  top: 50%;
  right: 0.5rem;
  margin-top: -8px;
  color: #fff;
}
.stock-list a:hover::after{
  color: #D90000;
}
.stock-list a:hover{
  background-color: #000;
}
.stock-list a span{
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  color: #999;
  padding-top: 0.3rem;
}
.stock-list label{
  background: -moz-linear-gradient(top, #000 60%, #D9A300);
  background: -webkit-linear-gradient(top, #000 60%, #D9A300);
  background: linear-gradient(to bottom, #000 60%, #D9A300);
}
.stock-list label::before{
  display: block;
  font-family: 'icomoon';
  content: "\e5cd";
}
@media (max-width: 1023px) {
  #menu {}
}
@media (max-width: 767px) {
  #menu{
    width: 100%;
  }
  #menu .container{
    padding: 0;
  }  #menu li{
    width: 25%;
    font-size: 0.85rem;
  }
  .cssacc:checked ~ .accshow{
    width: 100%;
  }
}
#stock-menu, #stock-menu .sideline span{
  background-color: #2B0000;
}
#stock-menu{
  padding: 2.0rem 0;
}
#stock-menu .link-more{
  padding-top: 0.6rem;
}
.stock-menu{
  font-size: 0;
  letter-spacing: -0.5em;
  border-top: solid 1px #643232;
}
.stock-menu .stock-list{
  display: inline-block;
  width: 25%;
  letter-spacing: normal;
}
.stock-menu .stock-list a{
  border-right: solid 1px #643232;
  border-bottom: solid 1px #643232;
  padding: 0.4rem;
}
.stock-mainmenu .stock-list{
  width: 50%;
}
.stock-mainmenu .stock-list a:nth-child(odd){
  border-left: solid 1px #643232;
}
.stock-menu .stock-list .stock-list-inner{
  display: table;
  width: 100%;
}
.stock-menu .stock-list .stock-list-img{
  display: table-cell;
  width: 25%;
}
#stock-menu .stock-menu .stock-list .stock-list-text, .stock-mainmenu .stock-list .stock-list-text{
  font-size: 1.1rem;
}
.stock-menu .stock-list .stock-list-text{
  display: table-cell;
  width: 75%;
}
.stock-sidemenu{
  margin-bottom: 1.5rem;
}
.stock-menu .stock-list .stock-list-img img, .stock-sidemenu .stock-list .stock-list-img img{
  width: 100%;
  padding-right: 0.3rem;
}
.stock-menu .stock-list .stock-list-text{
  vertical-align: middle;
  padding-right: 1.0rem;
}
.stock-sidemenu .stock-list{
  display: block;
  width: 100%;
}
.stock-sidemenu .stock-list a{
  border-left: solid 1px #643232;
}
.stock-menu-noimg .stock-list a{
  padding: 1.0rem 0.4rem 0.9rem 0.4rem;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .stock-menu .stock-list{
    display: inline-block;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .stock-menu{
    border-left: none;
  }
  .stock-menu .stock-list{
    display: block;
    width: 100%;
  }
  .stock-menu .stock-list a{
    border-right: none;
    border-left: none;
  }
  .stock-mainmenu .stock-list a{
    border-right: solid 1px #643232;
  }
  .stock-menu-noimg{
    margin-bottom: 0;
  }
  .stock-menu-noimg .stock-list:last-child a{
    border-bottom: none;
  }
  /* 
.stock-sidemenu .stock-list:last-child a {
	border-bottom: none;
}
*/
  .stock-menu .stock-list .stock-list-img img, .stock-sidemenu .stock-list .stock-list-img img{
    width: 100%;
    padding-right: 0.6rem;
  }
}
/* トップページ用 *********************************************************************/
/* トップページメインイメージ --------*/
#head-contents-section {}
#top-head-contents{
  background: url(top-head-pattern.png) 0% 0% / auto auto repeat scroll padding-box border-box, url(top-head-l.png) left center / auto auto no-repeat scroll padding-box border-box, url(top-head-r.png) right center / auto auto no-repeat scroll padding-box border-box transparent;
  position: relative;
  height: 400px;
}
#top-head-contents .top-head-contents-inner{
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
#top-head-contents .head-01 img{
  margin-bottom: 0;
  -webkit-animation-duration: 0.6s;
  animation-delay: 0.6s;
  max-width: 320px;
}
#top-head-contents .head-text {}
#top-head-contents .head-text .head-text-1 {
  -webkit-animation-duration: 0.2s;
  animation-delay: 0.2s;
}
#top-head-contents .head-text h1{
  font-weight: 600;
  font-size: 1.0rem;
  margin-bottom: 0.3rem;
}
#top-head-contents .head-text hr{
  border-bottom: 1px solid rgba(64, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  margin: 0.3rem 0;
  width: 100%;
}
#top-head-contents .head-text p{
  color: #D9A300;
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #top-head-contents{
    background: url(top-head-pattern.png) 0% 0% / auto auto repeat scroll padding-box border-box, url(top-head.jpg) center bottom / auto auto no-repeat scroll padding-box border-box transparent;
  }
}
@media (max-width: 767px) {
  #top-head-contents{
    height: 0;
    padding-top: 117.1875%;
    background: url(top-head-pattern-sp.png) left top / auto auto repeat scroll padding-box border-box, url(top-head-sp.jpg) right center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: auto, cover;
  }
  #top-head-contents .head-01 img{
    max-width: 80%;
  }
  #top-head-contents .head-text h1{
    font-size: 0.8rem;
  }
  #top-head-contents .head-text p{
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    background-color: #000;
    padding: 0.1rem;
  }
}
/* TOP - ポリシー */
#top-policy{
  background: url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: cover;
  padding: 1.5rem 0 0 0;
}
#top-policy .link-icon{
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #top-policy{
    padding: 1.5rem 0;
  }
}
/* TOP - ポおすすめ商品一覧 */
#cursor-section{
  padding-top: 2.0rem;
}
#cursor-section, #cursor-section .sideline span{
  background-color: #F0F0E1;
}
.feature-list .item{
  height: auto !important;
  margin: 0 auto;
  border-top: 1px solid #BDBDAE;
  border-right: 1px solid #BDBDAE;
  background: url(bg_gray-paper.png) right bottom / auto auto repeat scroll padding-box border-box #f0f0e1;
  background-size: cover;
}
.cat-list{
  padding: 0;
  letter-spacing: -0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -js-display: flex;
}
.cat-list::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.cat-list .item{
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  letter-spacing: normal;
}
.cat-list .item a{
  display: block;
  padding: 0.6rem 0.6rem 1.5rem 0.6rem;
  height: 100%;
  background: url(bg_cat-item1.png) right bottom / auto auto repeat scroll padding-box border-box transparent;
  background-size: cover;
}
.feature-list .item a{
  display: block;
  padding: 0.6rem;
  height: 100%;
}
.feature-list .item:last-child{
  border-right: none;
}
.feature-list .item a:hover{
  background: url(bg_gray-paper2.png) right bottom / auto auto repeat scroll padding-box border-box #f0f0e1;
  background-size: cover;
}
.cat-list .item a:hover{
  background: url(bg_cat-item2.png) right bottom / auto auto repeat scroll padding-box border-box #222222;
  background-size: cover;
}
.feature-list .item h3{
  color: #000;
}
.item img{
  width: 100%;
}
.item h3{
  font-size: 1.0rem;
  line-height: 1.3;
  margin: 0.6rem 0 0 0;
}
.item h3 span{
  display: block;
  font-size: 0.8rem;
  color: #999;
}
.item h3:hover{
  color: #D90000;
}
.item p{
  font-size: 0.9rem;
  margin-bottom: 0;
}
.feature-list .item p{
  color: #000;
}
.cat-list .item p{
  color: #fff;
}
.item p.price{
  font-size: 1.0rem;
  text-align: right;
  color: #D90000;
  font-weight: bold;
}
span.icon_red{
  color: #B20000;
  font-size: 0.8rem;
  padding: 0.1rem 0.2rem 0 0.2rem;
  border: 1px solid #B20000;
}
span.icon_grey{
  color: #999;
  font-size: 0.7rem;
  padding: 0.05rem 0.2rem 0 0.2rem;
  border: 1px solid #999;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cat-list .item{
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cat-list .item{
    width: 100%;
  }
  .cat-list .item a{
    padding: 1.5rem 0 1.2rem 0;
    background: none;
    border-bottom: 1px solid #535362;
  }
  .cat-list .item:first-child a{
    padding: 0 0 1.2rem 0;
  }
  .item h3{
    font-size: 1.0rem;
  }
}
/* TOP - その他 */
#other-section{
  padding: 2.0rem 0;
}
/* TOP - news */
#news dl{
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#news dl dt, #news dl dd{
  padding: 8px 5px 1.2rem 0;
}
#news dl dt{
  float: left;
  clear: left;
  font-weight: normal;
  color: #999;
  width: 9.0rem;
}
#news dl dd{
  margin-left: 9rem;
}
#news dl dd a{
  display: block;
}
@media (max-width: 1059px) {
  #news dl dt{
    width: 100%;
    padding: 8px 0 0 0;
    border-bottom: none;
    float: none;
  }
  #news dl dd{
    padding: 0 0 5px 0;
    margin-left: 0;
  }
}
.map img{
  margin-bottom: 0.6rem;
}
/* 個別ページ用 *********************************************************************/
/* ヘッドコンテンツ --------*/
#head-contents{
  padding-bottom: 2.0rem;
}
#head-contents{
  background: url(cat_bg.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#precbs #head-contents{
  background: url(cat_bg_precbs.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#mid60s #head-contents{
  background: url(cat_bg_mid60s.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#stock70s #head-contents{
  background: url(cat_bg_70s.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#refinish #head-contents{
  background: url(cat_bg_refinish.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#lefty #head-contents{
  background: url(cat_bg_lefty.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#original #head-contents{
  background: url(cat_bg_original.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#players #head-contents{
  background: url(cat_bg_players.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#current #head-contents{
  background: url(cat_bg_current.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#japan #head-contents{
  background: url(cat_bg_japan.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#other #head-contents{
  background: url(cat_bg_other.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#parts #head-contents, #parts-list #head-contents{
  background: url(cat_bg_parts.png) right center / auto auto no-repeat scroll padding-box border-box, url(bg_paper.jpg) center center / auto auto repeat scroll padding-box border-box transparent;
  background-size: contain, cover;
}
#head-contents .head-contents-text h1{
  margin: 0;
  padding: 2.0rem 0 0 0;
  font-size: 2.6rem;
  line-height: 1.5rem;
  color: #fff;
}
#head-contents .head-contents-text h2{
  color: #fff;
  font-size: 1.0rem;
  margin: 0;
  padding: 0.8rem 0 0 0;
}
@media (max-width: 767px) {
  #head-contents{
    padding-bottom: 0.6rem;
  }
  #head-contents .head-contents-text h1{
    font-size: 1.4rem;
    padding: 0.6rem 0 0 0;
  }
  #head-contents .head-contents-text h2{
    font-size: 0.9rem;
    padding-top: 0.3rem;
  }
}
/* パンくずナビ --------*/
.navi-brcb{
  font-size: 0.75rem;
}
.navi-brcb ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navi-brcb ul li{
  display: inline-block;
  color: #E5F3F7;
}
.navi-brcb ul li a{
  color: #E5F3F7;
}
.navi-brcb ul li::after{
  content: "\e904";
  font-family: 'icomoon';
  color: #E5F3F7;
}
.navi-brcb ul li.home:before {}
.navi-brcb ul li:last-child::after{
  content: none;
}
#main-contents-section{
  padding: 1.5rem 0 2.0rem 0;
}
@media (max-width: 767px) {
  #main-contents-section{
    padding: 1.5rem 0 0 0;
  }
}
#aboutus .main-contents-inner{
  background: url(bg_gt02.jpg) center top / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
}
#access .main-contents-inner{
  background: url(bg_gt04.jpg) center bottom / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
}
#information .main-contents-inner{
  background: url(bg_gt05.jpg) center top / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
}
#privacy .main-contents-inner{
  background: url(bg_gt06.jpg) center top / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
}
#sitepolicy .main-contents-inner{
  background: url(bg_gt07.jpg) center top / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
}
#buying .main-contents-inner{
  background: url(bg_gt01.jpg) center top / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
  background-attachment: fixed;
  background-position: 25% 250px;
}
#upgrade .main-contents-inner{
  background: url(bg_gt02.jpg) center top / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
  background-attachment: fixed;
  background-position: 25% 250px;
}
#shoppolicy .main-contents-inner{
  background: url(bg_gt07.jpg) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
  background-attachment: fixed;
  background-position: 25% 250px;
}
#howtobuy .main-contents-inner{
  background: url(bg_gt03.jpg) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
  background-attachment: fixed;
  background-position: 25% 250px;
}
#vintagesound .main-contents-inner{
  background: url(bg_gt04.jpg) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: contain;
  background-attachment: fixed;
  background-position: 25% 250px;
}
/* 商品詳細ページ ******************************************************************/
/* 固定メニュー　fix-menu */
@media screen and (max-width: 767px) {
  #vg-page #footer, #parts-list #footer{
    padding-bottom: 50px;
  }
  #vg-page #pagetop, #parts-list #pagetop{
    display: none;
  }
  .fix-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    text-align: center;
    font-weight: bold;
  }
  .fix-menu div{
    float: left;
    padding: 0.3rem;
  }
  .fix-menu div:nth-child(-n+3){
    padding-right: 0;
  }
  .fix-menu .fix-menu-s{
    width: 50px;
  }
  .fix-menu .fix-menu-l {
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 768px) {
  .fix-menu{
    display: none;
  }
}
.main-contents-inner{
  padding-right: 4.0rem;
}
.main-contents-inner h2{
  font-weight: bold;
  font-size: 1.3rem;
}
.main-contents-inner h3{
  font-size: 1.1rem;
  color: #FDEEC1;
}
.main-contents-inner .item-spec::after, .main-contents-inner .text-space::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.main-contents-inner .item-spec{
  padding-bottom: 1.2rem;
}
.main-contents-inner .item-spec h2{
  padding: 1.2rem 0;
}
.main-contents-inner .item-copy{
  padding: 0 1.5rem 0 0;
}
.main-contents-inner .item-inquiry{
  padding: 0 0 0 1.5rem;
  border-left: 1px solid #666;
}
.main-contents-inner .item-inquiry img{
  padding: 0 0.3rem;
  width: 100%;
  height: auto;
}
.main-contents-inner .item-price{
  text-align: right;
  font-size: 1.4rem;
  font-weight: normal;
  color: #D90000;
}
.main-contents-inner .item-price span{
  font-size: 0.8rem;
  color: #fff;
}
.main-contents-inner .text-space{
  padding: 2.0rem 0;
  margin-bottom: 2.0rem;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.main-contents-inner .text-space .text-space-img{
  text-align: center;
}
.main-contents-inner .text-space .text-space-img p{
  margin-bottom: 0;
}
.text-space-img::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.main-contents-inner .img-main{
  padding-bottom: 1.2rem;
}
.main-contents-inner .img-main img{
  padding: 0;
  width: 100%;
}
.main-contents-inner .text-space img{
  padding: 0.3rem;
}
.btn_icon{
  padding: 0.8rem 0 0 0;
}
.btn_tel, .btn_mail, .btn_home, .btn_up, .btn_back2{
  height: 50px;
  margin-bottom: 0;
}
.btn_tel::before, .btn_mail::before, .btn_home::before, .btn_up::before, .btn_back2::before{
  font-family: 'icomoon';
  font-size: 2.0rem;
  padding-right: 1.0rem;
  margin-right: 1.0rem;
  border-right: 1px solid;
}
.btn_tel::before{
  content: "\e906";
}
.btn_mail::before{
  content: "\f003";
}
.btn_home::before{
  content: "\e902";
}
.btn_back2::before{
  content: "\e901";
}
.btn_up::before{
  content: "\e903";
}
.btn_back{
  padding: 1.0rem 1.0rem 1.0rem 0.5rem;
}
.btn_back::before{
  font-family: 'icomoon';
  content: "\e901";
  padding-right: 0.3rem;
}
.main-contents-inner .item-inquiry-footer{
  padding-bottom: 1.6rem;
  padding-left: 0;
  border-left: none;
  border-bottom: 1px solid #666;
}
.main-contents-inner .item-inquiry-footer .item-price{
  text-align: left;
}
.main-contents-inner .item-price h3{
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}
.main-contents-inner .item-inquiry-footer .btn_icon{
  padding: 0.5rem 0.3rem;
}
@media (max-width: 1023px) {
  .main-contents-inner{
    padding: 0 0.5rem;
  }
  .main-contents-inner h2 {}
  .main-contents-inner .item-price h3{
    font-size: 1.2rem;
  }
  .main-contents-inner .item-inquiry{
    padding-left: 0;
    border-left: none;
  }
  .btn_icon{
    padding: 0.5rem 0.3rem;
  }
  .btn_tel, .btn_mail, .btn_home, .btn_up, .btn_back2{
    height: auto;
    font-size: 1.0rem;
  }
  .btn_tel::before, .btn_mail::before{
    font-size: 1.2rem;
    padding-right: 0.3rem;
    margin-right: 0;
    border-right: none;
  }
  .btn_home::before, .btn_up::before, .btn_back2::before{
    font-size: 1.2rem;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .main-contents-inner h2{
    font-size: 1.1rem;
  }
  .main-contents-inner h3{
    font-size: 1.1rem;
  }
  .main-contents-inner .text-space .text-space-img p br{
    display: none;
  }
  .main-contents-inner .text-space img{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0.3rem 0;
  }
  .main-contents-inner .item-price{
    text-align: left;
  }
  .main-contents-inner .item-price h3 {}
}
/* インフォメーションinformationページ ******************************************************************/
#information dl{
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#information dl dt, #information dl dd{
  padding: 0;
}
#information dl dt{
  width: 100%;
  padding-bottom: 0.6rem;
  font-size: 1.2rem;
}
#information dl dt span{
  font-weight: normal;
  color: #999;
  font-size: 1.0rem;
  padding-left: 1.5rem;
}
#information dl dd{
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #535362;
}
#information dl dd img{
  width: 30%;
  float: left;
  padding: 0 0.6rem 0.6rem 0;
}
#information dl dd::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media (max-width: 767px) {
  #information dl dt span{
    display: block;
    padding-left: 0;
  }
  #information dl dd img{
    width: 40%;
  }
}
/* 会社案内ページ ******************************************************************/
.basic-table table, .basic-table th, .basic-table td{
  border-collapse: collapse;
  border-bottom: 1px solid #535362;
  line-height: 1.5;
}
.basic-table table{
  border-top: 1px solid #535362;
  width: 100%;
  margin-bottom: 1.0rem;
}
.basic-table table th{
  padding: 0.6rem 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.basic-table table td{
  padding: 0.6rem;
  vertical-align: top;
}
.basic-table table td ul{
  margin-bottom: 0;
}
.line-table table, .line-table th, .line-table td{
  border-collapse: collapse;
  border: 1px solid #535362;
  text-align: center;
  line-height: 1.5;
}
.line-table table{
  width: 100%;
  margin-bottom: 1.0rem;
}
.line-table table th{
  padding: 0.6rem 0.3rem;
  vertical-align: top;
  white-space: nowrap;
}
.line-table table td{
  padding: 0.6rem 0.3rem;
  vertical-align: top;
}
.scroll{
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}
.greeting img{
  max-width: 35%;
  float: left;
  margin: 0 1.0rem 1.0rem 0;
}
.media .media-item{
  padding: 30px 0;
  border-bottom: solid 1px rgba(0, 65, 154, 0.1);
}
.media .media-item:first-child{
  padding-top: 0;
}
.media .media-item:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.media .media-item div{
  padding: 0 1.2rem 0 0;
}
.media .media-item div:nth-child(3n){
  padding: 0;
}
.media .media-item img{
  margin-bottom: 0.8rem;
}
.media .media-item h2{
  font-size: 1.0rem;
  margin-bottom: 0;
}
.media .media-item p{
  margin-bottom: 0;
}
.media .media-item .text-small{
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .media .media-item div{
    padding: 0 0 1.2rem 0;
  }
}
/* 料金ページ ******************************************************************/
.carlist::after, .carlist-item::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.carlist::after{
  margin-bottom: 30px;
}
.carlist .carlist-item{
  border-bottom: solid 1px rgba(0, 65, 154, 0.1);
}
.carlist .carlist-item:nth-child(n+2){
  padding-top: 10px;
}
.carlist .carlist-item h3{
  font-size: 1.1rem;
  margin-bottom: 0;
}
.carlist .carlist-item p{
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .carlist .carlist-detail{
    padding-left: 0;
  }
}
.cat-table table, .cat-table th, .cat-table td{
  border-collapse: collapse;
  border-bottom: 1px solid #535362;
  line-height: 1.5;
}
.cat-table table{
  border-top: 1px solid #535362;
  width: 100%;
  margin-bottom: 1.0rem;
}
.cat-table table th, .cat-table table td{
  padding: 1.5rem 0.6rem;
  vertical-align: middle;
}
.cat-table table th{
  white-space: nowrap;
}
.cat-table table td:first-child {}
.cat-table table h3{
  margin-bottom: 0.3rem;
}
.cat-table table span{
  font-size: 0.9rem;
  font-weight: normal;
  color: #999;
}
.cat-table table a.btn{
  white-space: nowrap;
  margin-bottom: 0;
  padding: .5rem;
}
.cat-table table td img{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cat-table table td ul{
  margin-bottom: 0;
}
.partslist .cat-table table span{
  font-size: 0.7rem;
  display: block;
}
#parts .cat-table table span{
  display: block;
}
.partslist .cat-table table td:first-child{
  color: #FDEEC1;
  white-space: nowrap;
}
.partslist .cat-table table td:last-child{
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cat-table th, .cat-table td{
    border: none;
  }
  .cat-table table tr{
    border-bottom: 1px solid #535362;
  }
  .cat-table table th, .cat-table table td{
    display: block;
    width: 100%;
    padding: 0;
  }
  .cat-table table td:first-child{
    padding-top: 1.5rem;
  }
  .cat-table table td:last-child{
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
  }
  .cat-table p{
    margin-bottom: 0.5rem;
  }
  .partslist .cat-table table span{
    display: inline-block;
    padding-left: 1.0rem;
  }
}
.caution{
  font-size: 0.85rem;
}
.caution dl{
  width: 100%;
}
.caution dt{
  width: 5em;
  float: left;
  clear: both;
  border-bottom: 1px dotted #999;
  font-weight: normal;
}
.caution dd{
  margin: 0 0 0 5em;
  padding: 0;
  border-bottom: 1px dotted #999;
}
.caution h4{
  color: #00468C;
  font-size: 0.85rem;
  margin-bottom: 5px;
}
.caution p{
  margin-bottom: 10px;
}
.price-table h3{
  color: #000;
  font-size: 0.85rem;
  margin-bottom: 10px;
}
.price-table table{
  border-collapse: collapse;
  width: 100%;
  font-size: 100%;
  margin: 0 0 20px 0;
  border-top: 1px solid #999;
}
.price-table table th{
  font-weight: bold;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 2px;
}
.price-table table td{
  text-align: center;
  padding: 10px 3px;
  border-bottom: 1px solid #999;
}
.price-table table td:first-child{
  white-space: nowrap;
  font-weight: 600;
  padding-left: 0;
}
.price-table table td:nth-child(2){
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.3;
}
.price-table table td:nth-child(n+3){
  font-weight: bold;
  color: #CC3333;
  padding: 10px 5px;
  white-space: nowrap;
}
.price-table table td:last-child{
  padding-right: 0;
}
.price-table table tbody tr:hover td{
  background-color: #f6f6f6;
}
/* ご利用ガイド ******************************************************************/
.list-icon ul{
  margin-left: 1.3rem;
  padding: 0;
}
.list-icon ul li{
  list-style: none;
  padding: 10px 0;
  position: relative;
}
.list-icon ul li::before{
  position: absolute;
  content: "\f138";
  font-family: 'icomoon';
  margin-left: -1.3rem;
  color: #a1acb5;
}
.list-info dt{
  padding-top: 10px;
  border-top: 1px dashed #01419A;
  color: #01419A;
}
.redback, .blueback{
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 0.3rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.redback{
  background-color: #DD2E1B;
  margin: 0 0.3rem;
}
.blueback{
  background-color: #01419A;
  margin-right: 0.3rem;
}
/* 問い合わせFORM --------************************************************************************/
#formbox {}
@media screen and (min-width: 64rem) {
  #formbox{
    background : url(../strato20180222/japanese/img/bg_form.jpg) right bottom / auto auto no-repeat scroll padding-box border-box transparent;
  }
}
#formbox label{
  color: #B5ADA2;
  font-weight: 600;
}
#formbox label::before{
  content: "\f00c";
  font-family: 'icomoon';
  color: #DD2E1B;
  padding-right: 0.3rem;
}
#formbox label.no-required::before{
  color: #999;
}
#formbox label input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
#formbox label.check{
  margin: 0.6rem 0 0 1.3rem;
  font-weight: normal;
  color: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0.6rem;
  cursor: pointer;
}
#formbox label.check:hover{
  background-color: #666;
}
#formbox label.check::before{
  content: none;
}
#formbox input[type="date"], #formbox input[type="email"], #formbox input[type="number"], #formbox input[type="password"], #formbox input[type="search"], #formbox input[type="tel"], #formbox input[type="text"], #formbox input[type="url"], #formbox textarea, #formbox select{
  margin-bottom: 1.5rem;
}
#formbox .form-error{
  padding: 1.2rem 1.5rem 0.3rem 1.5rem;
  background: rgba(0, 100, 0, 0.2);
  margin-bottom: 1.2rem;
}
#formbox .form-error p{
  margin-bottom: 1.2rem;
}
#formbox .form-error p::before{
  content: "\f06a";
  font-family: 'icomoon';
  color: #DD2E1B;
  padding-right: 0.3rem;
}
#formbox .form-error h3{
  font-size: 1.2rem;
  font-weight: 600;
  color: #DD2E1B;
  margin: 0 0 1.2rem 0;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px rgba(0, 100, 0, 0.5);
}
#formbox .formbox-elements p {}
#formbox .formbox-elements .formbox-confirm p{
  padding: 0 0 1.3rem 1.3rem;
  border-bottom: solid 1px rgba(0, 100, 0, 0.5);
}
.formbox-item{
  margin-bottom: 1.3rem;
  background-color: #000;
  border: solid 1px rgba(0, 100, 0, 0.5);
  font-family: "Times New Roman", serif;
}
.formbox-item-photo{
  padding-right: 0.6rem;
}
.formbox-item-detail h3{
  font-size: 1.2rem;
  font-weight: 600;
  color: #DD2E1B;
}
/* サイドメニュー --------************************************************************************/
.side-menu{
  padding: 0;
}
.side-menu h3{
  font-weight: 700;
  margin-bottom: 5px;
}
.side-menu .side-banner{
  clear: both;
  padding-top: 1.2rem;
}
@media (max-width: 1023px) {
  .side-menu{
    padding: 2.0rem 0 0 0;
  }
  .side-menu h3{
    padding-left: 0.5rem;
  }
}
/* フッター --------************************************************************************/
.footer{
  padding-top: 2.0rem;
  background: url(bg_paper.jpg) center bottom / auto auto repeat scroll padding-box border-box transparent;
  background-size: cover;
  border-top: solid 1px #D9A300;
}
.footer h3{
  font-weight: 700;
  margin-bottom: 5px;
}
.footer p{
  font-size: 0.9rem;
}
.footer .footer-menu{
  padding: 0 1.5rem 0 0.5rem;
}
.footer .footer-menu h3{
  padding-left: 0.5rem;
}
.footer .footer-logo{
  text-align: center;
}
.footer .footer-logo img{
  margin-bottom: 0.5rem;
}
.footer .footer-logo h2{
  font-size: 0.7rem;
  margin-bottom: 0.3rem;
}
.footer .footer-logo p{
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0.6rem;
}
.footer .footer-logo .footer-tel img{
  margin-bottom: 0;
  width: 100%;
}
.footer .copyright{
  text-align: center;
}
.footer .copyright::before{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.footer .copyright h3{
  font-weight: 300;
}
.footer .copyright p{
  font-size: 0.85rem;
  margin-bottom: 0;
  padding-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .footer .footer-menu{
    padding: 0;
  }
  .footer .footer-logo{
    border-top: solid 1px #535362;
    padding: 1.6rem 0;
  }
  .footer .footer-logo img{
    max-width: 80%;
  }
  .footer .footer-logo p{
    margin-bottom: 0.6rem;
  }
}
/* シェアアイコン */
.share-icon{
  display: inline-block;
  margin-bottom: 0.6rem;
}
.share-icon::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.share-icon ul{
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.share-icon ul li{
  margin: 0 0.3rem;
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  float: left;
  padding: 0.4rem 0;
  text-align: center;
  vertical-align: middle;
  font-size: 2.0rem;
}
.share-icon ul li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
}
.share-icon ul li a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.share-icon ul li.facebook{
  background-color: #265a96;
}
.share-icon ul li.twitter{
  background-color: #00acec;
}
.share-icon ul li.hatebu{
  background-color: #006fbb;
}
.share-icon ul li.pocket{
  background-color: #EE4256;
}
.share-icon ul li.googleplus{
  background-color: #dd4b39;
}
.share-icon ul li.line{
  background-color: #2cbf13;
}
@media screen and (min-width: 1024px) {
  .share-icon ul li.line{
    display: none;
  }
}
/* Topへ戻るボタン */
#pagetop{
  position: fixed;
  bottom: 30px;
  right: 15px;
}
#pagetop a{
  display: block;
  background-color: #B5ADA2;
  text-align: center;
  color: #222;
  font-size: 1.0rem;
  text-decoration: none;
  padding: 0 0.5rem 0.2rem 0.5rem;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  border-radius: 4px;
}
#pagetop a:hover{
  background-color: #777;
  color: #fff;
}
#pagetop a::before{
  font-family: 'icomoon';
  content: "\e903";
  display: block;
  font-size: 1.6rem;
}
.fb-space{
  margin: 0 auto;
  text-align: center;
}
