@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&display=swap');


/* color setting */
/* default(rmx) color: #ac0e0d */
/* inpres color: #00295f */

:root {
  --product-color: #d70427;
}


/** base
========================================================================== */

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
  min-width: 1000px;
}

a, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}

strong {
  font-weight: 500px;
}

.mobileOnly {
  display: none !important;
}


/** common
========================================================================== */

.cf:after {
  content: '';
  clear: both;
}

.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}


/** icon
========================================================================== */

.iconLib {
  display: none;
}


/** header
========================================================================== */

#headerWrapper {
  background-image: url("../images/header_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
#headerWrapper #header {
  position: relative;
  margin: 0 auto;
  width: 980px;
  height: 55px;
}
#headerWrapper #header img {
  display: block;
}
#headerWrapper #header #siteLogo {
  position: absolute;
  top: 18px;
  left: 0;
}
#headerWrapper #header #companyLogo {
  position: absolute;
  top: 12px;
  right: 0;
}
#headerWrapper #header #languageWrapper {
  position: absolute;
  top: 17px;
  right: 160px;
  min-width: 100px;
  z-index: 9999;
}
#headerWrapper #header #languageWrapper #language {
  /*background-color: #000;*/
}
#headerWrapper #header #languageWrapper #language .selectTitle {
  text-align: center;
}
#headerWrapper #header #languageWrapper #language .selectTitle span {
  position: relative;
  overflow: hidden;
  padding-right: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
}
#headerWrapper #header #languageWrapper #language .selectTitle span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  margin-top: -0.2rem;
  border-top: solid 5px #fff;
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
}
#headerWrapper #header #languageWrapper #language .languageList {
  display: none;
  margin-top: 15px;
  width: 100%;
  background-color: #000;
}
#headerWrapper #header #languageWrapper:hover #language .languageList {
  display: block;
}
#headerWrapper #header #languageWrapper #language .languageList > li {
  border-bottom: solid 1px #fff;
}
#headerWrapper #header #languageWrapper #language .languageList > li > a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
#headerWrapper #header #languageWrapper #language .languageList > li > a:hover {
  background-color: #444;
}


/** global navi
========================================================================== */

#gNaviWrapper {
  background-color: #f2f2f2;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #000;
}
#gNaviWrapper:after {
  content: '';
  display: block;
  border-bottom: solid 1px #fff;
}
#gNaviWrapper #gNavi {
  margin: 0 auto;
  padding-left: 3px;
  width: 980px;
  background-image: url("/common/images/gnavi_delimiter.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#gNaviWrapper #gNavi:after {
  content: '';
  clear: both;
  display: block;
}
#gNaviWrapper #gNavi > li {
  float: left;
}
#gNaviWrapper #gNavi > li > a {
  position: relative;
  display: block;
  padding: 19px 3px 19px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.0;
  text-align: center;
  background-image: url("/common/images/gnavi_delimiter.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#gNaviWrapper #gNavi > li > a:hover:after,
#gNaviWrapper #gNavi > li.active > a:after {
  position: absolute;
  bottom: -1px;
  left: -3px;
  content: '';
  display: block;
  height: 3px;
  background-color: var(--product-color);
}

#gNaviWrapper #gNavi > li.navi_products > a { width: 122px; }
#gNaviWrapper #gNavi > li.navi_message > a { width: 120px; }
#gNaviWrapper #gNavi > li.navi_history > a { width: 120px; }
#gNaviWrapper #gNavi > li.navi_design > a { width: 120px; }
#gNaviWrapper #gNavi > li.navi_players > a { width: 120px; }
#gNaviWrapper #gNavi > li.navi_download > a { width: 120px; }
#gNaviWrapper #gNavi > li.navi_distributor > a { width: 135px; }
#gNaviWrapper #gNavi > li.navi_dealer > a { width: 120px; }

#gNaviWrapper #gNavi > li.navi_products > a:hover:after,
#gNaviWrapper #gNavi > li.navi_products.active > a:after { width: 125px; }
#gNaviWrapper #gNavi > li.navi_message > a:hover:after,
#gNaviWrapper #gNavi > li.navi_message.active > a:after { width: 123px; }
#gNaviWrapper #gNavi > li.navi_history > a:hover:after,
#gNaviWrapper #gNavi > li.navi_history.active > a:after { width: 123px; }
#gNaviWrapper #gNavi > li.navi_design > a:hover:after,
#gNaviWrapper #gNavi > li.navi_design.active > a:after { width: 123px; }
#gNaviWrapper #gNavi > li.navi_players > a:hover:after,
#gNaviWrapper #gNavi > li.navi_players.active > a:after { width: 123px; }
#gNaviWrapper #gNavi > li.navi_download > a:hover:after,
#gNaviWrapper #gNavi > li.navi_download.active > a:after { width: 123px; }
#gNaviWrapper #gNavi > li.navi_distributor > a:hover:after,
#gNaviWrapper #gNavi > li.navi_distributor.active > a:after { width: 138px; }
#gNaviWrapper #gNavi > li.navi_dealer > a:hover:after,
#gNaviWrapper #gNavi > li.navi_dealer.active > a:after { width: 123px; }


/** category title
========================================================================== */

#categoryTitleWrapper {
  margin: 40px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #444;
}
#categoryTitleWrapper #categoryTitle {
  margin: 0 auto;
  padding-top: 70px;
  width: 980px;
  height: 180px;
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}


/** pankuz
========================================================================== */

#pankuzWrapper {
  margin: 40px 0;
  background-color: #f2f2f2;
}
#pankuzWrapper #pankuz {
  overflow: hidden;
  margin: 0 auto;
  padding: 12px 0 5px;
  width: 980px;
}
#pankuzWrapper #pankuz > li {
  position: relative;
  float: left;
  margin-left: 15px;
  padding: 0 0 5px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
#pankuzWrapper #pankuz > li:before {
  content: url("/common/images/pankuz_delimiter.png");
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#pankuzWrapper #pankuz > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#pankuzWrapper #pankuz > li:first-child:before {
  content: '';
}
#pankuzWrapper #pankuz > li > a:hover {
  color: var(--product-color);
}
#pankuzWrapper #pankuz > li > span {
  color: var(--product-color);
}


/** content
========================================================================== */

#contentWrapper {
  overflow: hidden;
  margin: 40px auto;
  padding: 0;
  width: 980px;
}
#contents {
  float: right;
  width: 660px;
}

/** page top
-------------------------------------------------------------------------- */

#contents .pagetop {
  margin-top: 60px;
  text-align: right;
}

/** title
-------------------------------------------------------------------------- */
#contents .contentTitleA01 {
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 47px;
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 1.2;
}
#contents .contentTitleA01.font-normal {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#contents .contentTitleA01 img {
  display: block;
  width: 100%;
  height: auto;
}
#contents .contentTitleB01 {
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
#contents .contentTitleC01 {
  margin: 20px 0 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
#contents .contentTitleC01.font-normal {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#contents .contentTitleD01 {
  margin: 20px 0 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
#contents .contentTitleD01.font-normal {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}


/** section
-------------------------------------------------------------------------- */
#contents .sectionA01 {
  overflow: hidden;
}
#contents .sectionA01 ~ .sectionA01 {
  margin-top: 50px;
}
#contents .sectionA01 p {
  margin: 10px 0;
}

#contents .sectionB01 {
  overflow: hidden;
  margin-bottom: 50px;
}
#contents .sectionB01 ~ .sectionB01 {
  border-top: dotted 1px #ccc;
  padding-top: 50px;
}
#contents .sectionB01 p {
  margin: 10px 0;
}

#contents .sectionInnerA01 {
  overflow: hidden;
}
#contents .sectionInnerA01 ~ .sectionInnerA01 {
  margin-top: 30px;
}

#contents .bnrSectionA01 {
  overflow: hidden;
  margin: 0 0 40px;
}
#contents .bnrSectionA01 a:hover img {
  opacity: 0.9;
}


/** list
-------------------------------------------------------------------------- */
#contents ul.normal {
  margin: 20px 0;
  padding-left: 20px;
}
#contents ul.normal li {
  list-style: disc;
  margin-top: 5px;
}

#contents .listA01 {
  overflow: hidden;
  margin: 20px 0;
  padding-left: 20px;
}
#contents .listA01 > li {
  list-style: url("/common/images/icon_list_01.png");
  margin-top: 5px;
  font-style: italic;
}

/** photo list
-------------------------------------------------------------------------- */
#contents ul.photoListA01 {
  overflow: hidden;
  margin: 10px 0;
}
#contents ul.photoListA01 li {
  float: left;
  margin-left: 6%;
  margin-bottom: 6%;
  width: 47%;
}
#contents ul.photoListA01 li:first-child {
  margin-left: 0;
}
#contents ul.photoListA01 li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
#contents ul.photoListA01 li img {
  max-width: 100%;
  height: auto;
}

#contents ul.photoListB01 {
  overflow: hidden;
  margin: 10px 0;
}
#contents ul.photoListB01 li {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
  width: 50%;
}
#contents ul.photoListB01 li:nth-child(2n+1) {
  clear: both;
}
#contents ul.photoListB01 li img {
  max-width: 100%;
  height: auto;
}

#contents ul.photoListC01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0;
}
#contents ul.photoListC01 li {
  margin: 10px 0 0 20px;
  width: calc(50% - 10px);
}
#contents ul.photoListC01 li:nth-child(-n+2) {
  margin-top: 0;
}
#contents ul.photoListC01 li:nth-child(2n+1) {
  margin-left: 0;
}
#contents ul.photoListC01 li .photo img {
  display: block;
  width: 100%;
  height: auto;
}
#contents ul.photoListC01 li .photo .caption {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}


/** notes list
-------------------------------------------------------------------------- */
#contents ul.notesListA01 {
  margin: 20px 0;
  padding-left: 20px;
}
#contents ul.notesListA01 > li {
  list-style: disc;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
#contents ul.notesListB01 {
  margin: 20px 0;
}
#contents ul.notesListB01 > li {
  list-style: none;
  margin-top: 5px;
  padding-left: 0.5em;
  padding-left: 0.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-indent: -0.5em;
  text-indent: -0.5rem;
}

/** notes
-------------------------------------------------------------------------- */
#contents .notesA01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: right;
}
#contents .notesA02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}

/** link
-------------------------------------------------------------------------- */
#contents .linkA01 {
  position: relative;
  padding-left: 12px;
}
#contents .linkA01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  margin-top: -0.4rem;
  border-left: solid 5px #000;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
}

#contents a.linkB01 {
  text-decoration: underline;
}
#contents a.linkB01:hover {
  text-decoration: underline;
}


/** link btn
-------------------------------------------------------------------------- */
#contents a.linkBtnA01 {
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 5px;
}
#contents a.linkBtnA01:hover {
  color: #fff !important;
  background-color: var(--product-color) !important;
}

#contents .btnA01 {
  margin: 0 auto !important;
  width: 60%;
}
#contents .btnA01 a {
  display: block;
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #5d5d5d;
  border-radius: 5px;
}
#contents .btnA01 a:hover {
  background-color: var(--product-color);
}


/** table
-------------------------------------------------------------------------- */
#contents .tableA01 {
  margin: 20px 0;
}
#contents .tableA01 table {
  margin-bottom: 10px;
  width: 100%;
}
#contents .tableA01 table th,
#contents .tableA01 table td {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  border: solid 1px #cac7c6;
}
#contents .tableA01 table tbody tr:nth-child(2n) {
  background-color: #f4f4f4;
}
#contents .tableA01 table thead th {
  font-weight: 500;
  color: #fff;
  background-color: #5d5d5d;
}
#contents .tableA01 table tbody th {
  background-color: #ededed;
  text-align: center;
}
#contents .tableA01 table tbody td {
  text-align: left;
}

/** photo box
-------------------------------------------------------------------------- */
#contents .photoBoxA01 {
  overflow: hidden;
  margin: 20px 0;
}
#contents .photoBoxA01 .photo {
  float: left;
  margin-right: 15px;
}
#contents .photoBoxA01 .photo img {
  max-width: 100%;
  height: auto;
}

#contents .photoBoxA02 {
  overflow: hidden;
  margin: 20px 0;
}
#contents .photoBoxA02 .photo {
  float: left;
  margin-right: 15px;
}
#contents .photoBoxA02 .photo img {
  max-width: 100%;
  height: auto;
}

#contents .photoBoxB01 {
  overflow: hidden;
  margin: 20px 0;
}
#contents .photoBoxB01 .photo {
  float: right;
  margin-left: 15px;
}
#contents .photoBoxB01 .photo img {
  max-width: 100%;
  height: auto;
}

#contents .photoBoxC01 {
  overflow: hidden;
  margin: 20px 0;
}
#contents .photoBoxC01 .photo {
  float: left;
  width: 200px;
}
#contents .photoBoxC01 .photo img {
  display: block;
  max-width: 100%;
  height: auto;
}
#contents .photoBoxC01 .desc {
  float: right;
  width: calc(100% - 215px);
}
#contents .photoBoxC01 .desc p {
  margin: 0;
}
#contents .photoBoxC01 .desc p ~ p {
  margin-top: 10px;
}

#contents .photoBoxD01 {
  overflow: hidden;
  margin: 20px 0;
}
#contents .photoBoxD01 .photo {
  display: block;
  float: left;
  width: 260px;
}
#contents .photoBoxD01 .photo .photoItem ~ .photoItem {
  margin-top: 10px;
}
#contents .photoBoxD01 .photo img {
  display: block;
  width: 100%;
  height: auto;
}
#contents .photoBoxD01 .photo .caption {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
#contents .photoBoxD01 .desc {
  float: right;
  width: calc(100% - 275px);
}
#contents .photoBoxD01 .desc p {
  margin: 0;
}
#contents .photoBoxD01 .desc p ~ p {
  margin-top: 10px;
}

#contents .photoBox-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin: 20px 0;
  width: 100%;
}
#contents .photoBox-flex.photo-left {
  flex-direction: row-reverse;
}
#contents .photoBox-flex .photo {
  width: 260px;
}
#contents .photoBox-flex .photo .photoItem ~ .photoItem {
  margin-top: 10px;
}
#contents .photoBox-flex .photo img {
  display: block;
  width: 100%;
  height: auto;
}
#contents .photoBox-flex .photo .caption {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
#contents .photoBox-flex .desc {
  width: calc(100% - 275px);
}
#contents .photoBox-flex .desc p {
  margin: 0;
}
#contents .photoBox-flex .desc p ~ p {
  margin-top: 10px;
}





/** photo
-------------------------------------------------------------------------- */
#contents .photoA01 {
  overflow: hidden;
  margin: 20px 0;
}
#contents .photoA01 .photo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#contents .photoA01 .caption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
#contents .photoA02 {
  overflow: hidden;
  margin: 20px 0;
}
#contents .photoA02 .photo img {
  max-width: 100%;
  height: auto;
}
#contents .photoA02 .caption {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

#contents .photoA03 {
  overflow: hidden;
  margin: 10px 0;
}
#contents .photoA03 .photo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#contents .photoA03 .caption {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}


/** movie
========================================================================== */

#contents .movieWrap {
  position: relative;
  margin: 20px 0;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
#contents .movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents .movieWrapOther {
  position: relative;
  margin: 20px 0;
}


/** iframe
========================================================================== */

#contents .iframeWrap {
  position: relative;
  margin: 20px 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
}
#contents .iframeWrap iframe {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}



/** side navi
========================================================================== */

#sideNaviWrapper {
  float: left;
  width: 287px;
}
#sideNaviWrapper .sideNavi ~ .sideNavi {
  margin-top: 17px;
}
#sideNaviWrapper .sideNavi .naviTitle {
  border-bottom: solid 3px var(--product-color);
}
#sideNaviWrapper .sideNavi .naviTitle > a,
#sideNaviWrapper .sideNavi .naviTitle > span {
  display: block;
  padding-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--product-color);
}
#sideNaviWrapper .sideNavi > ul > li {
  display: block;
  border-bottom: solid 1px #808080;
}
#sideNaviWrapper .sideNavi > ul > li > a {
  display: block;
  padding: 12px 20px 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background-color: #5d5d5d;
}
#sideNaviWrapper .sideNavi > ul > li > a:hover,
#sideNaviWrapper .sideNavi > ul > li.active > a {
  background-color: var(--product-color);
}
#sideNaviWrapper .sideNavi > ul > li > ul > li {
  display: block;
  border-top: solid 1px #808080;
  border-right: solid 1px #808080;
}
#sideNaviWrapper .sideNavi > ul > li > ul > li > a {
  display: block;
  padding: 12px 20px 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  background-color: #f2f2f2;
  border-left: solid 10px #5d5d5d;
}
#sideNaviWrapper .sideNavi > ul > li > ul > li > a:hover,
#sideNaviWrapper .sideNavi > ul > li > ul > li.active > a {
  border-left: solid 10px var(--product-color);
}

#sideNaviWrapper .sideBnr {
  margin-top: 40px;
}
#sideNaviWrapper .sideBnr ul {
  overflow: hidden;
}
#sideNaviWrapper .sideBnr ul > li {
  display: block;
  margin-top: 20px;
}
#sideNaviWrapper .sideBnr ul > li:first-child {
  margin-top: 0;
}
#sideNaviWrapper .sideBnr ul > li a:hover {
  opacity: 0.8;
}

/** content footer
========================================================================== */

#contentFooter {
  overflow: hidden;
  margin: 80px auto 40px;
  width: 980px;
}
#contentFooter .bnrList {
  overflow: hidden;
}
#contentFooter .bnrList li {
  float: left;
  margin-left: 20px;
}
#contentFooter .bnrList li:first-child {
  margin-left: 0;
}
#contentFooter .bnrList li:nth-child(4n+1) {
  margin-left: 0;
}
#contentFooter .bnrList li a:hover {
  opacity: 0.8;
}


/** footer
========================================================================== */

#footerWrapper {
  background-color: #ededed;
}
#footerWrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-image: url("../images/footer_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#footerWrapper #footer {
  margin: 0 auto;
  padding: 35px 0 25px 0;
  width: 980px;
}
#footerWrapper #footer .footerNotes {
  position: relative;
  margin-bottom: 35px;
  padding-left: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
#footerWrapper #footer .footerNotes:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("/common/images/icon_notes.png");
}
#footerWrapper #footer #fNavi {
  overflow: hidden;
  display: block;
}
#footerWrapper #footer #fNavi .fNaviGrid {
  float: left;
  margin-left: 0;
  width: 180px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
#footerWrapper #footer #fNavi .fNaviGrid ~ .fNaviGrid {
  margin-left: 20px;
}
#footerWrapper #footer #fNavi .fNaviGrid .fNaviLink {
  position: relative;
  margin: 0;
  padding: 0 0 5px 20px;
  background-image: url("../images/line_dashed.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}
#footerWrapper #footer #fNavi .fNaviGrid .fNaviLink:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("/common/images/icon_ball.png");
}
#footerWrapper #footer #fNavi .fNaviGrid .fNaviLink ~ .fNaviLink {
  margin-top: 30px;
}
#footerWrapper #footer #fNavi .fNaviGrid .fNaviLink a:hover {
  color: var(--product-color);
}
#footerWrapper #footer #fNavi .fNaviGrid .fNaviLinkDetail {
  margin-top: 12px;
}
#footerWrapper #footer #fNavi .fNaviGrid .fNaviLinkDetail > li {
  display: block;
  margin-bottom: 5px;
  padding-left: 12px;
}
#footerWrapper #footer #fNavi .fNaviGrid .fNaviLinkDetail > li > a {
  position: relative;
}
#footerWrapper #footer #fNavi .fNaviGrid .fNaviLinkDetail > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -3px;
  margin-top: -0.4rem;
  border-left: solid 5px #000;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
}
#footerWrapper #footer #fNavi .fNaviGrid .fNaviLinkDetail > li > a:hover {
  color: var(--product-color);
}

#footerWrapper #footer #mobileViewByMobile {
  clear: both;
  padding-top: 30px;
}
#footerWrapper #footer #mobileViewByMobile a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 20%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border:  solid 1px #000;
}

#footerWrapper #footer .footerInfo {
  overflow: hidden;
  margin: 40px 0 0 0;
  padding: 25px 0 0 0;
  background-image: url("../images/line_dashed.png");
  background-position: left top;
  background-repeat: repeat-x;
}

#footerWrapper #footer .corporateNavi {
  overflow: hidden;
  float: left;
}
#footerWrapper #footer .corporateNavi > li {
  float: left;
}
#footerWrapper #footer .corporateNavi > li ~ li {
  margin-left: 20px;
}
#footerWrapper #footer .corporateNavi > li a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}
#footerWrapper #footer .corporateNavi > li a:hover {
  color: var(--product-color);
}

#footerWrapper #footer #copyright {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}
