@charset "utf-8";
/*---------------------- Contents ----------------------*/
@media only screen and (min-width: 768px) {
  #contents_top {
    padding-bottom: 0;
    border-top: none;
  }
  #contents .container-fluid {
    margin: auto;
    padding: 0;
  }
  #contents .inner {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .container-fluid {
    margin: auto;
    padding: 0;
  }
}
/*---------------------- mainVisual ----------------------*/
.mainVisual {
  margin: auto;
  position: relative;
}
.mainVisual img {
  display: block;
  width: 100%;
}
.mainVisual .linkBtn {
  position: absolute;
}
.mainVisual .twitterBtn {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .mainVisual .twitterBtn {
    right: calc(20 / 1280 * 100%);
    bottom: calc(25 / 500 * 100%);
    width: calc(40 / 1280 * 100%);
  }
  .mainVisual .twitterBtn img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mainVisual .twitterBtn {
    right: calc(15 / 1280 * 100%);
    bottom: calc(15 / 500 * 100%);
    width: 30px;
    height: auto;
  }
  .mainVisual .twitterBtn img {
    width: 100%;
  }
}
/*---------------------- tokyoPhil ----------------------*/
.tokyoPhil {
  max-width: 980px;
}
.tokyoPhil .text {
  text-align: center;
}
.tokyoPhil .text .title .logo {
  width: 137px;
  margin: auto;
}
.tokyoPhil .text .title h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 25px 0 5px;
}
.tokyoPhil .text .title p {
  font-size: 17px;
  font-weight: 400;
}
#item_detail_area .tokyoPhil .text p.comment {
  font-size: 30px;
  font-weight: 700;
  color: #AC0E0E;
  margin: 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .tokyoPhil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 54px auto 70px;
  }
  .tokyoPhil .text {
    max-width: 510px;
  }
  .tokyoPhil .photo {
    max-width: 478px;
  }
}
@media only screen and (max-width: 767px) {
  .tokyoPhil {
    margin: 6% 0 7%;
  }
  .tokyoPhil .text {
    margin: 0 6% 5%;
  }
  .tokyoPhil .text .title .logo {
    width: 100px;
  }
  .tokyoPhil .text .title h2 {
    font-size: 17px;
    margin: 5% 0 1%;
  }
  .tokyoPhil .text .title p {
    font-size: 12px;
    font-weight: 400;
  }
  #item_detail_area .tokyoPhil .text p.comment {
    font-size: 20px;
    margin: 3% 0 0;
  }
}
/*---------------------- orderBtn ----------------------*/
.orderBtn {
  text-align: center;
}
.orderBtn a {
  display: inline-block;
  line-height: 55px;
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
  background-color: #AC0E0E;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .orderBtn a {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .orderBtn {
    margin: 0 6%;
  }
  .orderBtn a {
    width: 100%;
    line-height: 50px;
    font-size: 20px;
  }
  .orderBtn p {
    font-size: 10px;
  }
}
/*---------------------- feature ----------------------*/
.feature {
  text-align: center;
  background-color: rgba(172, 14, 14, 0.1);
}
.feature h2 {
  margin: 0;
}
.feature h3 {
  font-size: 35px;
  font-weight: 700;
  color: #AC0E0E;
  margin: 0 0 15px;
}
.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1124px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .feature {
    padding: 355px 0 46px;
    margin: 45px 0 0;
  }
  .feature h2 {
    position: relative;
    height: 138px;
    background-color: #AC0E0E;
  }
  .feature h2 img {
    position: absolute;
    left: 50%;
    margin-left: -463px;
    bottom: 0;
  }
  .feature .process {
    margin: 54px 22px 48px;
  }
  .feature ul {
    padding: 0 22px;
  }
  .feature li {
    width: calc(251 / 1080 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .feature {
    padding: 4% 0 0;
    margin: 6% 0 0;
  }
  .feature h2 img {
    left: 0;
  }
  .feature .process {
    margin: 4% 3% 5%;
  }
  .feature h3 {
    font-size: 25px;
    margin: 0 0 3%;
  }
  .feature ul {
    margin: 0 6%
  }
  .feature li {
    width: 47%;
    margin: 0 0 8%;
  }
}
/*---------------------- You Tube ----------------------*/
.youtube {
  max-width: 980px;
  margin: 40px auto 60px;
}
.youtube .youtubeInner {
  position: relative;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube .btnContainer .btn {
  padding: 0;
  display: block;
}
.youtube .btnContainer .btn a {
  display: block;
  line-height: 55px;
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
  background-color: #AC0E0E;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  #item_detail_area .item_detail .youtube p.text {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .youtube .btnContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  .youtube .btnContainer .btn {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .youtube {
    margin: 20px auto 30px;
    text-align: center;
  }
  #item_detail_area .item_detail .youtube p.text {
    font-size: 0.85em;
    margin: 0 0 10px;
  }
  .youtube .btnContainer {
    margin: 0 6%;
  }
  .youtube .btnContainer .btn {
    margin: 6% 0 0;
  }
  .youtube .btnContainer .btn a {
    width: 100%;
    line-height: 45px;
    font-size: 18px;
  }
}
/*---------------------- productDetail ----------------------*/
.productDetail {
  padding: 75px 0px;
  text-align: center;
}
.productDetail h2 {
  margin: 0 0 20px;
}
.productDetail .upper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.productDetail .line img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .productDetail .upper ul {
    max-width: 970px;
    margin: auto;
  }
  .productDetail .line {
    margin: 60px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .productDetail {
    padding: 30px 6%;
  }
  .productDetail .upper h2 {
    margin: 0 0 10px;
  }
  .productDetail .upper ul li {
    width: 47%;
    margin: 0 0 25px;
  }
  .productDetail .line {
    margin: 0 0 25px;
  }
  .productDetail .lower {
    width: 80%;
    margin: auto;
  }
}
/*---------------------- usersVoice ----------------------*/
.bgPink {
  background-color: rgba(172, 14, 14, 0.1);
}
.usersVoice .usersVoiceInner {
  max-width: 1080px;
}
.usersVoice h2 {
  font-size: 30px;
  font-weight: 700;
  color: #AC0E0E;
  text-align: center;
  margin: 0 0 20px;
}
.usersVoice .artistContainer {
  background-color: #F4F4F4;
  border-radius: 24px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.usersVoice .profile p {
  line-height: 1.6;
}
.usersVoice h3 {
  font-size: 23px;
  font-weight: 700;
  color: #AC0E0E;
  margin: 20px 0;
}
.usersVoice p.comment {
  font-size: 17px;
  line-height: 1.8;
}
.usersVoice .btn {
  padding: 0;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .bgPink {
    padding: 40px 22px 55px;
  }
  .usersVoice .usersVoiceInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 48px;
  }
  .usersVoice .artistContainer {
    width: calc(515 / 1080 * 100%);
    padding: calc(30 / 1080 * 100%) calc(30 / 1080 * 100%) calc(40 / 1080 * 100%) calc(35 / 1080 * 100%);
  }
  .usersVoice .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 768px) {
  .usersVoice .artistContainer:first-of-type h3 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .bgPink {
    padding: 20px 6% 30px;
  }
  .usersVoice h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .usersVoice .artistContainer {
    padding: 8% 6%;
    margin: 0 0 8%
  }
  .usersVoice .profile {
    text-align: center;
  }
  .usersVoice .profile .photo {
    margin: 0 0 4%;
  }
  .usersVoice .profile p {
    font-size: 13px;
  }
  .usersVoice h3 {
    font-size: 20px;
    margin: 5% 0;
  }
  .usersVoice .artistContainer:first-of-type h3 br {
    display: none;
  }
  .usersVoice p.comment {
    font-size: 14px;
  }
}
/*---------------------- orderFlow ----------------------*/
.orderFlow {
  background-color: #EEEEEE;
  text-align: center;
  margin: 25px 0 40px;
  padding: 30px 22px;
}
.orderFlow h2 {
  font-size: 30px;
  font-weight: 700;
  color: #B91224;
  margin: 0 0 20px;
}
#item_detail_area .orderFlow p {
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .orderFlow {
    margin: 6% 0 7%;
    padding: 4% 2%;
  }
  .orderFlow h2 {
    font-size: 20px;
    margin: 0 0 3%;
  }
  #item_detail_area .orderFlow p {
    font-size: 11px;
    margin: 1% 0 0;
  }
}
/*---------------------- serviceDetails ----------------------*/
.serviceDetails {
  background-color: rgba(255, 235, 0, 0.1);
  padding: 80px 0 100px;
  margin: 95px 0 40px;
}
.serviceDetails h2 {
  font-size: 35px;
  font-weight: 700;
  color: #AC0E0E;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  background-image: url(../img/item_detail/gakki_gps/title_border01.png);
  background-repeat: no-repeat;
  background-position: center;
}
.serviceDetailsInner {
  max-width: 1144px;
  margin: auto;
  padding: 0 22px;
}
.serviceDetailSec {
  margin: 0 0 40px;
}
.serviceDetailSec:last-of-type {
  margin: 0;
}
.serviceDetails .explanation ul {
  font-weight: 700;
  color: #272727;
}
.serviceDetails .explanation ul li {
  margin: 5px 0;
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.serviceDetails .tagList {
  text-align: center;
  margin: 0 0 35px;
}
.serviceDetails .process {
  background-color: #FFF;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 15px 30px 30px;
}
.serviceDetails .process h4 {
  font-size: 30px;
  font-weight: 700;
  color: #AC0E0E;
  margin: 0 0 40px;
}
#item_detail_area .serviceDetails .text-cap {
  font-weight: 400;
  margin: 15px 0 0;
  line-height: 1.8;
}
#item_detail_area .serviceDetails .text-cap.indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) {
  .serviceDetails .explanation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .serviceDetails .explanation h3 {
    width: calc(510 / 1100 * 100%);
    margin: 0;
  }
  .serviceDetails .explanation ul {
    font-size: 24px;
    margin: 0 0 45px;
    width: calc(560 / 1100 * 100%);
  }
  .serviceDetails #serviceDetail02 .explanation ul {
    margin: 0 0 145px;
  }
  .serviceDetails #serviceDetail03 .explanation ul {
    margin: 0 0 55px;
  }
  .serviceDetails #serviceDetail04 .explanation ul {
    margin: 0 0 95px;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 768px) {
  .serviceDetails .explanation ul {
    font-size: 21px;
  }
  #item_detail_area .serviceDetails .text-cap {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceDetails {
    padding: 6% 0;
    margin: 40px 0 30px;
  }
  .serviceDetails h2 {
    font-size: 25px;
    background-size: auto 9px;
  }
  .serviceDetailsInner {
    padding: 0 6%;
  }
  .serviceDetailSec {
    margin: 0 0 6%;
  }
  .serviceDetails .explanation {
    margin: 0 0 6%;
  }
  .serviceDetails .explanation h3 {
    margin: 0;
  }
  #serviceDetail02 .explanation ul {
    margin: -3% 0 0;
  }
  .serviceDetails .explanation ul li {
    font-size: 14px;
  }
  .serviceDetails .tagList {
    margin: 0 0 6%;
  }
  .serviceDetails .process {
    padding: 5% 6% 6%;
  }
  .serviceDetails .process h4 {
    font-size: 16px;
    margin: 0 0 8%;
  }
  #item_detail_area .serviceDetails .text-cap {
    font-size: 10px;
    margin: 15px 0 0;
  }
  #item_detail_area .serviceDetails .text-cap .spIndent {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
  }
}
/*---------------------- optionalProduct ----------------------*/
#optionalProduct {
  max-width: 1280px;
  margin: 0 auto 85px;
  padding: 20px 0 0;
}
#optionalProduct h2 {
  font-size: 35px;
  font-weight: 700;
  color: #AC0E0E;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 20px;
  background-image: url(../img/item_detail/gakki_gps/title_border01.png);
  background-repeat: no-repeat;
  background-position: center;
}
#optionalProduct h3 {
  text-align: center;
  margin: 0;
}
#optionalProduct .recommend ul li {
  background-color: #B91224;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
#optionalProduct .battery {
  max-width: 890px;
  margin: auto;
}
#optionalProduct .battery .photo {
  text-align: center;
}
#optionalProduct .battery .photo p {
  font-weight: 700;
}
#optionalProduct .battery .text h3 {
  font-weight: 700;
  color: #AC0E0E;
}
#optionalProduct .battery .text p {
  font-weight: 400;
  line-height: 1.9;
}
#optionalProduct .movieContainer {
  position: relative;
  padding-top: 56.25%;
}
#optionalProduct .movieContainer iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 768px) {
  #optionalProduct .recommend ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 840px;
    margin: 25px auto 35px;
  }
  #optionalProduct .recommend ul li {
    font-size: 30px;
    width: 370px;
    line-height: 95px;
  }
  #optionalProduct .battery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #optionalProduct .battery .photo {
    width: 290px;
  }
  #optionalProduct .battery .photo p {
    font-size: 25px;
    margin: 20px 0 0;
  }
  #optionalProduct .battery .text {
    width: 600px;
  }
  #optionalProduct .battery .text h3 {
    text-align: left;
    font-size: 45px;
    margin: 0 0 30px;
  }
  #optionalProduct .batteryMovie {
    width: 500px;
    margin: 85px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #optionalProduct {
    margin: 0 auto 35px;
    padding: 10px 0 0;
  }
  #optionalProduct h2 {
    font-size: 25px;
    background-size: auto 9px;
    margin: 0 auto 2%;
  }
  #optionalProduct .recommend {
    padding: 0 6%;
  }
  #optionalProduct .recommend ul {
    margin: 6% auto 10%;
  }
  #optionalProduct .recommend ul li {
    font-size: 20px;
    line-height: 50px;
    margin: 0 0 6%;
  }
  #optionalProduct .battery {
    padding: 0 6%;
  }
  #optionalProduct .battery .photo {
    margin: 0 0 6%;
  }
  #optionalProduct .battery .photo img {
    width: 160px;
  }
  #optionalProduct .battery .photo p {
    font-size: 20px;
    margin: 3% 0 0;
  }
  #optionalProduct .battery .text h3 {
    font-size: 30px;
    margin: 0 0 3%;
  }
  #optionalProduct .battery .text p {
    font-size: 14px;
    line-height: 1.8;
  }
  #optionalProduct .batteryMovie {
    margin: 25px 6% 0;
  }
}
/*---------------------- installationEx ----------------------*/
.installationEx h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
}
.installationEx h2:before, .installationEx h2:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.installationEx h2:before {
  margin-right: 35px;
}
.installationEx h2:after {
  margin-left: 35px;
}
.installationEx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#item_detail_area .installationEx ul li p {
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .installationEx {
    max-width: 1144px;
    margin: 0 auto 60px;
    padding: 0 22px;
  }
  #item_detail_area .installationEx ul li {
    width: calc(270 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .installationEx {
    margin: 0 auto 10px;
    padding: 0 6%;
  }
  .installationEx h2 {
    font-size: 18px;
    margin: 0 0 6%;
  }
  .installationEx h2:before {
    margin-right: 20px;
  }
  .installationEx h2:after {
    margin-left: 20px;
  }
  .installationEx ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #item_detail_area .installationEx ul li {
    width: 49%;
    margin: 0 0 6%
  }
  #item_detail_area .installationEx ul li p {
    font-size: 12px;
    margin: 5% 0 0;
  }
}
/*---------------------- itemList ----------------------*/
.itemList {
  background-color: rgba(172, 14, 14, 0.1);
}
.itemList h2 {
  font-size: 35px;
  font-weight: 700;
  color: #AC0E0E;
  text-align: center;
  margin: 0 0 30px;
}
.itemList .itemContainer {
  background-color: #FFF;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.itemList .itemContainer .price {
  border-top: 2px solid #AC0E0E;
  border-bottom: 2px solid #AC0E0E;
  margin: 0 25px;
  padding: 10px 0;
  text-align: center;
}
.itemList .itemContainer .price .exTax {
  font-size: 30px;
  font-weight: 700;
  color: #AC0E0E;
}
.itemList .itemContainer .text-cap {
  margin: 0 25px;
  padding: 15px 0 20px;
}
.itemList .itemContainer .text-cap p {
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width: 768px) {
  .itemList {
    padding: 25px 22px 40px;
    margin: 0 0 60px;
  }
  .itemList .itemListInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
  }
  .itemList .itemContainer.standard {
    width: calc(566 / 1100 * 100%);
  }
  .itemList .itemContainer.option {
    width: calc(481 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .itemList {
    padding: 6% 6% 8%;
    margin: 0 0 20px;
  }
  .itemList h2 {
    font-size: 25px;
    margin: 0 0 6%;
  }
  .itemList .itemContainer.standard {
    margin: 0 0 8%;
  }
  .itemList .itemContainer.option {
    padding: 2% 0 8%;
  }
  .itemList .itemContainer .price {
    margin: 0 6%;
    padding: 3% 0;
    text-align: center;
    font-size: 12px
  }
  .itemList .itemContainer .price .exTax {
    font-size: 25px;
  }
  .itemList .itemContainer .text-cap {
    margin: 0 6%;
    padding: 4% 0 6%;
    font-size: 10px;
  }
}
/*---------------------- product_option_upper_area ----------------------*/
#product_option_upper_area h2 {
  font-size: 40px;
  font-weight: 700;
  color: #B91224;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 20px;
  background-image: url(../img/item_detail/gakki_gps/title_border01.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #product_option_upper_area h2 {
    font-size: 28px;
    background-size: auto 9px;
    margin: 0 auto 2%;
  }
}
/*---------------------- Cart Area ----------------------*/
#form1 {
  text-align: center;
}
#detail_cart_box li {
  margin: 10px 0 0;
}
#detail_cart_box .has-error .form-control {
  border-color: #C4CCCE;
  background: #FFF;
}
#item_detail_area .item_detail #product_option_lower_area p.note {
  color: #FF0000;
  margin: 15px 0 0;
}
.btn-primary {
  background-color: #AC0E0E;
  border-color: #AC0E0E;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #C80E0E;
  border-color: #C80E0E;
}
#sub_area {
  margin: 0;
  padding-bottom: 0;
}
#sub_area .col-sm-10 {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #form1 {
    padding: 20px 0 0;
  }
  .cart_area {
    padding: 0;
  }
  #detail_cart_box li.title {
    margin: 30px 0 0;
  }
  #detail_cart_box__button_area {
    width: 350px;
    margin: 40px auto;
  }
  #detail_cart_box__button_area .btn-primary {
    font-size: 25px;
  }
  #sub_area .col-sm-10 {
    width: 100%;
  }
  #sub_area .col-sm-offset-1 {
    margin-left: 0;
  }
  #item_detail .freearea p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #form1 {
    padding: 10px 0 0;
  }
  #contents .cart_area {
    padding: 0 20px;
  }
  #detail_cart_box li.title {
    margin: 20px 0 0;
  }
  #detail_cart_box__cart_quantity {
    margin: 20px 0 10px;
  }
  #detail_cart_box__button_area {
    margin: 20px 0 35px;
  }
  #detail_cart_box__insert_button li {
    margin: 35px 0 0;
  }
  #detail_cart_box__button_area .btn-primary {
    font-size: 20px;
  }
}
/*---------------------- dealer ----------------------*/
.dealer {
  max-width: 980px;
  margin: 80px auto 140px;
  color: #272727;
}
.dealer h2 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5px;
}
#item_detail .dealer p.note {
  text-align: center;
  margin: 0 0 45px;
}
#item_detail .dealerInner .shopInfo p {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}
.dealerInner .shopInfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dealerInner .shopInfo dl {
  border-top: 1px solid #707070;
  line-height: 1.4;
}
.dealerInner .shopInfo dl dt {
  width: 100px;
  border-bottom: 1px solid #707070;
  padding: 0 0 0 10px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dealerInner .shopInfo dl dd {
  width: calc(100% - 100px);
  border-bottom: 1px solid #707070;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-all;
}
.dealer .text-cap {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .dealerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 70px;
  }
  .dealerInner .shopInfo {
    width: 410px;
  }
  .dealerInner .shopInfo h3 {
    margin: 0 0 10px;
  }
  .dealerInner.miyaji_music .shopInfo h3 {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dealer {
    margin: 30px auto 50px;
  }
  .dealer h2 {
    font-size: 25px;
  }
  #item_detail .dealer p.note {
    font-size: 12px;
    margin: 0 0 25px;
  }
  .dealerInner {
    margin: 0 0 50px;
  }
  .dealerInner .shopInfo {
    padding: 0 6%;
  }
  .dealerInner .shopInfo h3 {
    margin: 8% 0 4%;
  }
  #item_detail .dealerInner .shopInfo p {
    font-size: 18px;
    margin: 0 0 4%;
  }
  .dealerInner .shopInfo dl {
    font-size: 14px;
  }
  .dealerInner .shopInfo dl dt {
    width: 80px;
    padding: 0 0 0 5px;
  }
  .dealerInner .shopInfo dl dd {
    width: calc(100% - 80px);
  }
  #item_detail .dealer .text-cap {
    font-size: 14px;
    margin: 3% 6% 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/*---------------------- deviceDetails ----------------------*/
.deviceDetails {
  max-width: 1280px;
  margin: 0 auto 70px;
}
.deviceDetails h2 {
  font-size: 40px;
  font-weight: 700;
  color: #AC0E0E;
  text-align: center;
  margin: 0 auto 30px;
  background-image: url(../img/item_detail/gakki_gps/title_border02.png);
  background-repeat: no-repeat;
  background-position: center;
}
.deviceDetails ul li {
  text-align: center;
  border: 2px solid #B91224;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.deviceDetails ul li .title {
  background-color: #B91224;
  font-weight: 700;
  padding: 15px 0;
}
.deviceDetails ul li .title h3 {
  font-size: 35px;
  color: #FFF;
  margin: 0;
}
.deviceDetails ul li .title p {
  font-size: 20px;
  color: #FBFF98;
}
@media only screen and (min-width: 768px) {
  #item_detail .deviceDetails .comment {
    text-align: center;
    line-height: 1.9;
    margin: 0 0 50px;
  }
  .deviceDetails .youtube {
    margin: 45px auto 80px;
  }
  #item_detail .deviceDetails .youtube .text {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px;
  }
  .deviceDetails ul {
    max-width: 1144px;
    margin: auto;
    padding: 0 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .deviceDetails ul li {
    width: calc(540 / 1100 * 100%);
    margin-bottom: calc(20 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .deviceDetails {
    margin: 0 auto 50px;
  }
  .deviceDetails h2 {
    font-size: 28px;
    background-size: auto 9px;
    margin: 0 auto 15px;
  }
  #item_detail .deviceDetails .comment {
    margin: 0 6% 30px;
  }
  .deviceDetails .youtube {
    margin: 6% auto 10%;
  }
  #item_detail .deviceDetails .youtube .text {
    font-weight: 700;
    color: #333;
  }
  .deviceDetails ul {
    padding: 0 6%;
  }
  .deviceDetails ul li {
    margin-bottom: 30px;
  }
  .deviceDetails ul li .title {
    padding: 3% 0;
  }
  .deviceDetails ul li .title h3 {
    font-size: 22px;
    color: #FFF;
    margin: 0;
  }
  .deviceDetails ul li .title p {
    font-size: 12px;
    margin: 0;
  }
}
/*---------------------- multifunction ----------------------*/
.multifunction h2 {
  font-size: 40px;
  font-weight: 700;
  color: #AC0E0E;
  text-align: center;
  margin: 0 auto 30px;
  background-image: url(../img/item_detail/gakki_gps/title_border01.png);
  background-repeat: no-repeat;
  background-position: center;
}
.multifunction .functionCarousel {
  max-width: 550px;
  margin: 0 auto 45px;
}
.multifunction .functionCarousel .prevArrow, .multifunction .functionCarousel .nextArrow {
  position: absolute;
  top: 157px;
  padding: 13px 20px;
}
.multifunction .functionCarousel .prevArrow {
  left: -60px;
}
.multifunction .functionCarousel .nextArrow {
  right: -60px;
}
.multifunction .functionCarousel .prevArrow img, .multifunction .functionCarousel .nextArrow img {
  display: block;
}
.multifunction .functionCarousel .prevArrow.slick-disabled, .multifunction .functionCarousel .nextArrow.slick-disabled {
  display: none !important;
}
.multifunction .functionCarousel .functionIllust {
  margin: 0 0 15px;
}
.multifunction .functionCarousel .functionText h3 {
  font-size: 20px;
  color: #AC0E0E;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #AC0E0E;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
.multifunction .functionCarousel .functionText h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
.multifunction .functionCarousel .functionText ul {
  list-style-type: disc;
  padding-left: 1.5em;
  font-size: 15px;
  font-weight: 400;
}
.multifunction .carouselNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 948px;
  margin: auto;
}
.multifunction .carouselNavigation li {
  text-align: center;
}
.multifunction .carouselNavigation li img {
  display: block;
  border: 1px solid #707070;
}
#item_detail .multifunction .carouselNavigation li p {
  font-size: 16px;
  color: #AC0E0E;
  font-weight: 700;
  margin: 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .multifunction {
    max-width: 1280px;
    margin: 0 auto 65px;
  }
  .multifunction .multifunctionInner {
    margin: 0 22px;
  }
  .multifunction .carouselNavigation li {
    width: 180px;
    margin-right: 12px;
    margin-bottom: 40px;
  }
  .multifunction .carouselNavigation li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .multifunction {
    margin: 0 0 8%;
  }
  .multifunction h2 {
    font-size: 28px;
    background-size: auto 9px;
    margin: 0 auto 4%;
  }
  .multifunction .multifunctionInner {
    margin: 0 6%;
  }
  .multifunction .functionCarousel {
    max-width: 550px;
    margin: 0 auto 25px;
  }
  .multifunction .functionCarousel .prevArrow, .multifunction .functionCarousel .nextArrow {
    top: 84px;
    padding: 13px 0px;
  }
  .multifunction .functionCarousel .prevArrow {
    left: -3%;
  }
  .multifunction .functionCarousel .nextArrow {
    right: -3%;
  }
  .multifunction .functionCarousel .functionIllust {
    margin: 0 0 10px;
  }
  .multifunction .functionCarousel .functionText h3 {
    font-size: 18px;
    color: #AC0E0E;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #AC0E0E;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
  .multifunction .functionCarousel .functionText h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px;
  }
  .multifunction .functionCarousel .functionText ul {
    list-style-type: disc;
    padding-left: 1.5em;
    font-size: 12px;
    font-weight: 400;
  }
  .multifunction .carouselNavigation li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .multifunction .carouselNavigation li:nth-child(2n) {
    margin-right: 0;
  }
  #item_detail .multifunction .carouselNavigation li p {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 376px) {
  .multifunction .functionCarousel .prevArrow, .multifunction .functionCarousel .nextArrow {
    top: 95px;
  }
}
@media only screen and (max-width: 320px) {
  .multifunction .functionCarousel .prevArrow, .multifunction .functionCarousel .nextArrow {
    top: 68px;
  }
}
/*---------------------- deviceSpec ----------------------*/
.deviceSpec h2 {
  font-size: 40px;
  font-weight: 700;
  color: #AC0E0E;
  text-align: center;
  margin: 0 auto 60px;
  background-image: url(../img/item_detail/gakki_gps/title_border01.png);
  background-repeat: no-repeat;
  background-position: center;
}
.deviceSpec .deviceSpecInner .spec dl {
  font-size: 17px;
  color: #272727;
}
.deviceSpec .deviceSpecInner .spec dl dt {
  font-weight: 700;
  background-color: #EEEEEE;
}
.deviceSpec .usersGuide {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.deviceSpec .usersGuide h3 {
  font-size: 20px;
  font-weight: 700;
  color: #272727;
  margin: 0 0 15px;
}
.deviceSpec .usersGuide a {
  display: block;
  line-height: 55px;
  border: 3px solid #AC0E0E;
  font-size: 25px;
  font-weight: 700;
  color: #B91224;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .deviceSpec {
    max-width: 1280px;
    margin: 0 auto 45px;
  }
  .deviceSpec .deviceSpecInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 910px;
    margin: 0 auto 45px;
  }
  .deviceSpec .deviceSpecInner .spec {
    width: 560px;
  }
  .deviceSpec .deviceSpecInner .spec dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
  }
  .deviceSpec .deviceSpecInner .spec dl dt {
    width: 160px;
    padding: 15px 0 15px 15px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  .deviceSpec .deviceSpecInner .spec dl dd {
    width: calc(100% - 160px);
    padding: 15px 0 15px 15px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
@media only screen and (max-width: 767px) {
  .deviceSpec h2 {
    font-size: 28px;
    background-size: auto 9px;
    margin: 0 auto 6%;
  }
  .deviceSpecInner {
    margin: 0 6% 7%;
  }
  .deviceSpec .deviceSpecInner .photo {
    text-align: center;
    margin: 0 auto 10%;
  }
  .deviceSpec .deviceSpecInner .spec dl {
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    font-size: 14px;
  }
  .deviceSpec .deviceSpecInner .spec dl dt {
    padding: 6px 0 6px 10px;
  }
  .deviceSpec .deviceSpecInner .spec dl dd {
    padding: 8px 0 10px 10px;
    border-bottom: 1px solid #707070;
  }
  .deviceSpec .usersGuide {
    margin: 0 6%;
  }
  .deviceSpec .usersGuide h3 {
    font-size: 16px;
    margin: 0 0 4%;
  }
  .deviceSpec .usersGuide a {
    line-height: 45px;
    border: 2px solid #AC0E0E;
    font-size: 18px;
  }
}
/*---------------------- supportCenter ----------------------*/
.supportCenter {
  max-width: 980px;
  margin: 45px auto 40px;
  border: 1px solid #707070;
}
.supportCenter h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
}
#item_detail .supportCenter p {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
}
#item_detail .supportCenter p.mail {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .supportCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .supportCenter .photo {
    width: 374px;
  }
  .supportCenter .text {
    width: calc(100% - 374px);
    padding: 15px 0 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .supportCenter {
    margin: 12% 6% 7%;
  }
  .supportCenter .text {
    padding: 15px 0 15px;
    text-align: center;
  }
  .supportCenter h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  #item_detail .supportCenter p {
    font-size: 12px;
  }
}
/*---------------------- FAQ ----------------------*/
.faq {
  background-color: rgba(172, 14, 14, 0.1);
}
.faq h2 {
  margin: 0 auto 25px;
  color: #B91224;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.faq dl {
  max-width: 700px;
}
.faq dt {
  color: #B91224;
  font-weight: 700;
  margin: 0 0 10px;
}
.faq dt .firstletter {
  display: inline-block;
}
.faq dd {
  font-weight: 400;
}
.faq dd p {
  margin: 0;
}
.faq .moreBtn {
  text-align: center;
}
.faq .moreBtn a {
  display: inline-block;
  color: #B91224;
  border: 3px solid #B91224;
  background-color: #FFF;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .faq {
    padding: 30px 0 40px;
    margin: 50px auto 75px;
  }
  .faq dl {
    margin: 0 auto 40px;
  }
  .faq dt {
    font-size: 25px;
  }
  .faq dt .firstletter {
    width: 40px;
  }
  .faq dd {
    padding-left: 40px;
    margin: 0 0 25px;
  }
  .faq dd p {
    font-size: 18px;
  }
  .faq .moreBtn a {
    font-size: 25px;
    line-height: 54px;
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 7% 6% 8%;
    margin: 6% 0 8%;
  }
  .faq h2 {
    margin: 0 auto 6%;
    font-size: 24px;
  }
  .faq dl {
    margin: 0 auto 8%;
  }
  .faq dt {
    font-size: 16px;
    padding-left: 25px;
    margin: 0 0 5px;
  }
  .faq dt .firstletter {
    width: 25px;
    margin-left: -25px;
  }
  .faq dd {
    padding-left: 25px;
    margin: 0 0 20px;
  }
  .faq dd p {
    font-size: 12px;
  }
  .faq .moreBtn a {
    font-size: 18px;
    line-height: 45px;
    width: 180px;
    border: 2px solid #B91224;
  }
}
/*---------------------- purchaseShopList ----------------------*/
.purchaseShopList {
  max-width: 980px;
  margin: 0 auto 90px;
  text-align: center;
}
.purchaseShopList .comment {
  background-color: #B91224;
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.purchaseShopList h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 50px 0 30px;
}
.purchaseShopList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.purchaseShopList ul li {
  border: 1px solid #707070;
}
@media only screen and (min-width: 768px) {
  .purchaseShopList .comment {
    line-height: 100px;
  }
  .purchaseShopList ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .purchaseShopList ul li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .purchaseShopList {
    margin: 0 6% 10%;
  }
  .purchaseShopList .comment {
    font-size: 20px;
    padding: 4% 0;
    margin: 0 0 6%;
  }
  .purchaseShopList h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .purchaseShopList ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .purchaseShopList ul li {
    width: 47%;
    margin-bottom: 6%;
  }
}
/*---------------------- introduced ----------------------*/
.introduced h2 {
  text-align: center;
  margin: 0 0 40px;
}
.introduced ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#item_detail .introduced ul li p {
  margin: 15px 0 0;
}
.introduced ul li a {
  font-size: 18px;
  color: #3E3E3E;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .introduced {
    margin: 0 0 120px;
  }
  .introduced ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1070px;
    margin: auto;
  }
  .introduced ul li {
    width: calc(245 / 1070 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .introduced {
    margin: 0 6% 40px;
  }
  .introduced h2 {
    margin: 0 0 6%;
  }
  .introduced h2 img {
    width: 80%;
  }
  .introduced ul li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 8%;
  }
  .introduced ul li:nth-child(2n) {
    margin-right: 0;
  }
  #item_detail .introduced ul li p {
    margin: 10px 0 0;
  }
  .introduced ul li a {
    font-size: 12px;
  }
}
/*---------------------- footer ----------------------*/
#footer {
  margin-top: 0;
}