#main {
  background-color: #000;
  color: #fff;
}
#main .page-heading {
  background-image: url(../img/pentaconn/page_heading_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  #main .page-heading {
    background-image: url(../img/pentaconn/page_heading.jpg);
  }
}
#main .page-heading.index {
  background-image: url(../img/pentaconn/mv_sp.jpg);
  height: 300px;
  flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 768px), print {
  #main .page-heading.index {
    background-image: url(../img/pentaconn/mv.jpg);
    height: 430px;
    gap: 46px;
  }
}
#main .page-heading.index h1 img {
  width: 59.2%;
  max-width: 271.14px;
}
#main .page-heading.index p {
  text-align: center;
  font-size: 18px;
}

.common-ttl {
  margin-bottom: 30px;
  color: #F99900;
}
@media screen and (min-width: 768px), print {
  .common-ttl {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1100px) {
  .intro .section-inner {
    padding-top: 70px;
  }
}
.intro-lead p {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 768px), print {
  .intro-lead p {
    font-size: 20px;
  }
}
.intro-lead p.message {
  padding-top: 7px;
  font-size: 24px;
}
@media screen and (min-width: 768px), print {
  .intro-lead p.message {
    font-size: 26px;
  }
}
.intro-lead p.message strong {
  color: #F99900;
}
.intro-navigation {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (min-width: 1100px) {
  .intro-navigation {
    margin-top: 60px;
    flex-wrap: nowrap;
  }
}
.intro-navigation li {
  flex-basis: 46.969696%;
}
@media screen and (min-width: 768px), print {
  .intro-navigation li {
    flex-basis: 23.818181%;
  }
}
.intro-navigation li a {
  display: block;
  height: 100px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #F99900;
}
@media screen and (min-width: 768px), print {
  .intro-navigation li a {
    height: 70px;
    padding-top: 0;
    padding-left: 50%;
    border-radius: 35px;
  }
}
.intro-navigation li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .intro-navigation li a:before {
    width: 50%;
    height: 100%;
  }
}
.intro-navigation li a span {
  display: block;
  white-space: nowrap;
  line-height: 50px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .intro-navigation li a span {
    line-height: 70px;
  }
}
.intro-navigation li.nav-plug a:before {
  background-image: url(../img/pentaconn/nav_plug_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .intro-navigation li.nav-plug a:before {
    background-image: url(../img/pentaconn/nav_plug.jpg);
  }
}
.intro-navigation li.nav-jack a:before {
  background-image: url(../img/pentaconn/nav_jack_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .intro-navigation li.nav-jack a:before {
    background-image: url(../img/pentaconn/nav_jack.jpg);
  }
}
.intro-navigation li.nav-recable a:before {
  background-image: url(../img/pentaconn/nav_recable_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .intro-navigation li.nav-recable a:before {
    background-image: url(../img/pentaconn/nav_recable.jpg);
  }
}
.intro-navigation li.nav-conversion-cable a:before {
  background-image: url(../img/pentaconn/nav_conversion_cable_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .intro-navigation li.nav-conversion-cable a:before {
    background-image: url(../img/pentaconn/nav_conversion_cable.jpg);
  }
}
.intro-navigation li.nav-earphone a:before {
  background-image: url(../img/pentaconn/nav_earphone.jpg);
}
@media screen and (min-width: 768px), print {
  .intro-navigation li.nav-earphone a:before {
    background-image: url(../img/pentaconn/nav_earphone.jpg);
  }
}
.intro-navigation li.nav-eartip a:before {
  background-image: url(../img/pentaconn/nav_eartip.jpg);
}
@media screen and (min-width: 768px), print {
  .intro-navigation li.nav-eartip a:before {
    background-image: url(../img/pentaconn/nav_eartip.jpg);
  }
}
.intro-split {
  display: flex;
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .intro-split {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .intro-split {
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .intro-split .img {
    margin-left: -23px;
    margin-right: -22px;
  }
}
@media screen and (min-width: 768px), print {
  .intro-split .img {
    flex-basis: 53.5%;
  }
}
@media screen and (min-width: 768px), print {
  .intro-split .text {
    flex-basis: 41%;
  }
}
.intro-split .text h3 {
  border-left: 5px solid #F99900;
  margin-bottom: 30px;
  padding-left: 19px;
  font-size: 20px;
}

.products .section-inner {
  padding-top: 0;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
@media screen and (min-width: 768px), print {
  .products-list {
    justify-content: flex-start;
    row-gap: 50px;
    -moz-column-gap: 5.3333333333%;
         column-gap: 5.3333333333%;
  }
}
.products-cta {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px), print {
  .products-cta {
    padding-top: 80px;
    gap: 20px;
  }
}
.products-cta .btn {
  width: 300px;
}
.products-cta .btn svg {
  right: 20px;
}
.products-item {
  flex-basis: 46.969696%;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .products-item {
    flex-basis: 21%;
  }
}
.products .product-img {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  .products .product-img {
    margin-bottom: 20px;
  }
}
.products-split {
  display: flex;
}
@media screen and (max-width: 767px) {
  .products-split {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (min-width: 768px), print {
  .products-split {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .products-split-col {
    flex-basis: 44.545454%;
  }
}
@media screen and (min-width: 768px), print {
  .products-split-col .common-ttl {
    margin-bottom: 40px;
  }
}
.products-split-col .products-cta {
  padding-top: 40px;
}
@media screen and (min-width: 768px), print {
  .products-split-col .products-cta {
    padding-top: 44px;
  }
}
.products-caution {
  background-color: #6C6C6C;
  border-radius: 20px;
  padding: 40px 30px 55px;
}
@media screen and (min-width: 768px), print {
  .products-caution {
    padding: 75px 40px 95px;
  }
}
@media screen and (min-width: 1100px) {
  .products-caution > * {
    width: 63%;
    min-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.products-caution p {
  color: #fff;
}
.products-caution p:not(:last-child) {
  margin-bottom: 2em;
}
.products-caution-note {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  .products-caution-note {
    text-align: center;
    margin-bottom: 58px;
  }
}
.products-caution-note span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}
.products-caution-note .lang-ja {
  margin-bottom: 30px;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .products-caution-note .lang-ja {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px), print {
  .products-caution-note .lang-ja {
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
}
@media screen and (max-width: 767px) {
  .products-caution-note .lang-ja.only-sp {
    display: flex !important;
  }
}
@media screen and (min-width: 768px), print {
  .products-caution-note .lang-ja.only-pctab {
    display: flex !important;
  }
}
.products-caution-note .lang-ja span {
  background-color: #F99900;
  padding: 0 5px;
  line-height: 32px;
}
.products-caution-note .lang-en span {
  color: #F99900;
}

@media screen and (min-width: 1100px) {
  #others .section-inner:last-child {
    padding-bottom: 190px;
  }
}

.feature .section-inner {
  padding-top: 0;
  padding-bottom: 20px;
}
.feature-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .feature-item {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .feature-item {
    justify-content: space-between;
  }
}
.feature-item:not(:last-child) {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px), print {
  .feature-item:not(:last-child) {
    padding-bottom: 50px;
  }
}
.feature-item:not(:first-child) {
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .feature-item:not(:first-child) {
    padding-top: 50px;
  }
}
.feature-item .img {
  flex-basis: 43%;
}
.feature-item .text {
  flex-basis: 51.5%;
}
.feature-item .text h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .feature-item .text h3 {
    text-align: center;
  }
}
.feature-item .text h4 {
  margin-top: 29px;
  color: #F99900;
}
@media screen and (max-width: 767px) {
  .feature-item .text h4 {
    margin-top: 20px;
    text-align: center;
  }
}
.feature-item .text .common-list-dot {
  margin-top: 20px;
}
.feature-item .text .notice {
  margin-top: 2em;
  font-size: 10px;
}
.feature-box {
  background-color: #fff;
  color: #000000;
  padding: 40px 30px;
}
@media screen and (min-width: 1100px) {
  .feature-box {
    padding: 61px 75px 60px;
  }
}
.feature-box .feature-item:first-child {
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .feature-box .feature-item:first-child .img img {
    width: 87.5%;
  }
}
.feature .series-cta {
  text-align: center;
  padding: 50px 0;
}
@media screen and (min-width: 768px), print {
  .feature .series-cta {
    padding: 80px 0;
  }
}
.feature .series-cta .btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.feature .series-cta .btn svg {
  right: 20px;
}

.caution-imitation {
  display: flex;
  gap: 15px;
  padding-top: 30px;
}
@media screen and (min-width: 1100px) {
  .caution-imitation {
    justify-content: center;
  }
}
.caution-imitation .mark {
  flex: 0 0 30px;
}
.caution-imitation .text span {
  padding-bottom: 5px;
  font-size: 12px;
  border-bottom: 1px solid #F99900;
}
@media screen and (min-width: 768px), print {
  .caution-imitation .text span {
    padding-bottom: 10px;
  }
}
.caution-imitation .text a {
  color: #F99900;
}

.fixed-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translate(18px, -35px);
  width: 201px;
  opacity: 1;
  z-index: 20;
  transition: opacity 0.2s;
}
.fixed-banner a {
  display: block;
}
.fixed-banner.scrollbottom {
  opacity: 0;
  z-index: -1;
}
.fixed-banner.scrollbottom a {
  pointer-events: none;
}
/*# sourceMappingURL=pentaconn.css.map */