@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.c5-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*10px*/
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans JP',"メイリオ",'Meiryo','Osaka',"ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  background-color: #e4e4e4;
  font-weight: 300; }

h2, h3, h4, p, ul, li, a, img {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }

.sp, .tb {
  display: none; }

.cf:after {
  content: "";
  clear: both;
  display: block; }

.c5-container a > img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7; }

.flexbox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.c5-contents {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .c5-contents.sec-main {
    max-width: 1280px; }

.sec-main {
  background-color: #e4e4e4; }

.main-ttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 30px 15px 0; }
  .main-ttl img {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto; }

.main-img-wrap {
  margin-bottom: 35px; }

.main-img-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none; }
  .main-img-inner .main-img {
    width: 25%;
    max-width: 316px;
    height: auto;
    margin-right: 4px; }
    .main-img-inner .main-img:last-child {
      margin-right: 0; }
    .main-img-inner .main-img img {
      display: block;
      width: 100%; }

.main-anchor-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin-bottom: 4px; }
  .main-anchor-wrap .main-anchor {
    width: 25%;
    max-width: 316px;
    height: auto;
    margin-right: 4px; }
    .main-anchor-wrap .main-anchor:last-child {
      margin-right: 0; }
    .main-anchor-wrap .main-anchor a {
      display: block; }
    .main-anchor-wrap .main-anchor img {
      display: block;
      width: 100%; }

.ancor-compare {
  display: block;
  width: auto;
  max-width: 1280px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  background-color: #c5cace; }
  .ancor-compare img {
    margin: 0 auto;
    padding-top: 22px; }
  .ancor-compare:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7; }

.js-nav-wrap {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: fixed;
  top: -800px;
  width: 100%; }
  .js-nav-wrap.fixed {
    top: 0;
    z-index: 10; }

.scroll-nav {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #e4e4e4; }
  .scroll-nav .flexbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4px; }
    .scroll-nav .flexbox a {
      display: block;
      width: 25%;
      max-width: 316px; }
      .scroll-nav .flexbox a:not(:last-child) {
        margin-right: 4px; }
      .scroll-nav .flexbox a img {
        display: block;
        width: 100%; }
  .scroll-nav .ancor-compare {
    height: 57px; }
    .scroll-nav .ancor-compare img {
      padding-top: 15px; }

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.sec-ttl {
  width: auto;
  text-align: center;
  margin: 0 auto; }
  .sec-ttl img {
    width: 100%; }

.sec1 {
  background-color: #b8d0d6; }

.sec2 {
  background-color: #d7d4c8; }

.sec3 {
  background-color: #d1c8cf; }

.sec6 {
  background-color: #e2e3b0; }

.sec-content-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 60px 30px; }

.content-ttl-wrap {
  margin-left: auto;
  margin-right: auto; }

.content-ttl {
  width: 100%;
  margin-bottom: 30px; }

.content-txt {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 8px;
  letter-spacing: .3px; }

.c5-small {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 10px; }

.content-cap {
  font-size: 1.8em; }

.sec-anchor {
  display: block;
  position: relative;
  width: 24%;
  max-width: 270px;
  margin-left: auto;
  margin-top: 65px; }
  .sec-anchor img {
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .sec-anchor .sec-anchor-arrow {
    max-width: 34px;
    width: 12.6%;
    position: absolute;
    top: 18%;
    right: 8%; }

.sec3 .sec-anchor .sec-anchor-arrow {
  top: 28%; }

/*商品イメージ配置*/
.sec1 .sec-ttl-wrap, .sec2 .sec-ttl-wrap, .sec3 .sec-ttl-wrap, .sec6 .sec-ttl-wrap {
  position: relative; }

.sec1 .product-img, .sec2 .product-img, .sec3 .product-img, .sec6 .product-img {
  position: absolute;
  z-index: 1; }

.sec1 .product-img img, .sec2 .product-img img, .sec3 .product-img img, .sec6 .product-img img {
  width: 100%; }

.sec2 .product-img {
  width: 26%;
  top: 15%;
  right: 4%; }
  .sec2 .product-img img {
    max-width: 324px; }

.sec1 .product-img {
  width: 27.768%;
  top: 25%;
  right: 3%; }
  .sec1 .product-img img {
    max-width: 325px; }

.sec3 .product-img {
  width: 28.938%;
  top: 70%;
  right: 2%; }
  .sec3 .product-img img {
    max-width: 350px; }

.sec6 .product-img {
  width: 28.4%;
  top: 67%;
  right: 9.5%; }
  .sec6 .product-img img {
    max-width: 363px; }

/*各コンテンツの上と下*/
/*画像キャプション*/
.content-cap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  line-height: 1.6; }

/*横並びコンテンツ*/
.flex-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 550px;
  text-align: center; }
  .flex-content:first-child {
    margin-right: 20px; }

.content-img-wrap img {
  vertical-align: bottom; }

/*各セクションの設定*/
.sec2 .sec-content.top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px; }
  .sec2 .sec-content.top .content-ttl-wrap {
    width: 45%;
    margin: 0 15px 0 0; }
    .sec2 .sec-content.top .content-ttl-wrap .content-ttl {
      max-width: 518px; }
      .sec2 .sec-content.top .content-ttl-wrap .content-ttl img {
        width: 100%; }

.sec2 .content-img-wrap {
  width: auto;
  max-width: 595px; }
  .sec2 .content-img-wrap img {
    width: 100%;
    position: relative;
    top: 8px; }

.sec2 .sec-content.bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .sec2 .sec-content.bottom .content-ttl-wrap {
    width: 50%;
    max-width: 550px;
    margin: 0 0 0 15px; }
    .sec2 .sec-content.bottom .content-ttl-wrap .content-ttl {
      max-width: 518px; }
      .sec2 .sec-content.bottom .content-ttl-wrap .content-ttl img {
        width: 100%; }
  .sec2 .sec-content.bottom .content-img-wrap {
    max-width: 581px;
    width: 50%; }

.sec2 .content-cap {
  max-width: 518px;
  background-color: #bbb8a5;
  margin-left: 0; }

.sec1 .sec-content.top {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 100px; }
  .sec1 .sec-content.top .content-ttl-wrap {
    width: 57%;
    max-width: 614px;
    margin-left: 0; }
    .sec1 .sec-content.top .content-ttl-wrap .content-ttl {
      max-width: 614px; }
      .sec1 .sec-content.top .content-ttl-wrap .content-ttl img {
        width: 100%; }
    .sec1 .sec-content.top .content-ttl-wrap .content-cap {
      width: auto;
      margin-left: 0;
      background-color: #97bec8; }
  .sec1 .sec-content.top .content-img-wrap {
    width: auto;
    max-width: 520px;
    position: relative;
    top: 60px; }
    .sec1 .sec-content.top .content-img-wrap img {
      width: 100%; }
    .sec1 .sec-content.top .content-img-wrap .content-cap {
      background-color: #97bec8; }

.sec1 .sec-content.bottom .content-ttl-wrap {
  width: 70.1%;
  margin-bottom: 20px; }
  .sec1 .sec-content.bottom .content-ttl-wrap .content-ttl {
    max-width: 813px; }
    .sec1 .sec-content.bottom .content-ttl-wrap .content-ttl img {
      width: 100%; }

.sec1 .sec-content.bottom .content-img-wrap {
  width: 100%;
  margin: 0 auto; }
  .sec1 .sec-content.bottom .content-img-wrap img {
    width: 100%;
    max-width: 533px; }
  .sec1 .sec-content.bottom .content-img-wrap .content-cap {
    background-color: #97bec8; }

.sec3 .sec-content.top {
  margin-bottom: 100px; }
  .sec3 .sec-content.top .content-ttl-wrap {
    margin-left: 0;
    margin-bottom: 20px;
    width: 78%; }
    .sec3 .sec-content.top .content-ttl-wrap .content-ttl {
      max-width: 806px; }
      .sec3 .sec-content.top .content-ttl-wrap .content-ttl img {
        width: 100%; }
  .sec3 .sec-content.top .content-img-wrap {
    width: 100%;
    margin: 0 auto; }
    .sec3 .sec-content.top .content-img-wrap img {
      width: 100%;
      max-width: 500px; }
    .sec3 .sec-content.top .content-img-wrap .content-cap {
      background-color: #c5b6c2; }

.sec3 .sec-content.bottom .content-ttl-wrap {
  width: 59.6%;
  margin-bottom: 20px; }
  .sec3 .sec-content.bottom .content-ttl-wrap .content-ttl {
    max-width: 690px; }
    .sec3 .sec-content.bottom .content-ttl-wrap .content-ttl img {
      width: 100%; }

.sec3 .sec-content.bottom .content-img-wrap {
  width: 100%;
  margin: 0 auto; }
  .sec3 .sec-content.bottom .content-img-wrap img {
    width: 100%;
    max-width: 409px; }
  .sec3 .sec-content.bottom .content-img-wrap .content-cap {
    background-color: #c5b6c2; }
  .sec3 .sec-content.bottom .content-img-wrap .c5-small {
    margin-top: 20px;
    text-align: right; }

.sec6 .sec-content.top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 45px; }
  .sec6 .sec-content.top .content-ttl-wrap {
    width: 60%;
    max-width: 579px;
    margin-left: 0;
    margin-right: 0; }
    .sec6 .sec-content.top .content-ttl-wrap .content-ttl {
      max-width: 100%; }
      .sec6 .sec-content.top .content-ttl-wrap .content-ttl img {
        width: 100%; }
    .sec6 .sec-content.top .content-ttl-wrap .content-cap {
      width: auto;
      margin-left: 0;
      background-color: #bdbf4d; }
  .sec6 .sec-content.top .content-img-wrap {
    width: auto;
    max-width: 535px; }
    .sec6 .sec-content.top .content-img-wrap img {
      width: 100%; }
    .sec6 .sec-content.top .content-img-wrap .content-cap {
      background-color: #bdbf4d; }

.sec6 .sec-content.bottom .content-ttl-wrap {
  width: 70.1%;
  margin-bottom: 20px; }
  .sec6 .sec-content.bottom .content-ttl-wrap .content-ttl {
    max-width: 813px; }
    .sec6 .sec-content.bottom .content-ttl-wrap .content-ttl img {
      width: 100%; }

.sec6 .sec-content.bottom .content-img-wrap {
  width: 100%;
  margin: 0 auto; }
  .sec6 .sec-content.bottom .content-img-wrap img {
    width: 100%;
    max-width: 550px; }
  .sec6 .sec-content.bottom .content-img-wrap .content-cap {
    background-color: #bdbf4d; }
    .sec6 .sec-content.bottom .content-img-wrap .content-cap.ex {
      padding-top: 30px; }
  .sec6 .sec-content.bottom .content-img-wrap:first-child {
    margin-bottom: 50px; }

@media screen and (max-width: 1245px) {
  .sec6 .sec-content.bottom .content-img-wrap .content-cap.ex {
    padding-top: 20px; } }

.content-img-wrap .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sec3 .sec-anchor {
  margin-top: 30px; }

/**** sec4 PC ****/
.sec4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 20px 50px;
  background-color: #fff; }
  .sec4 .sec-ttl {
    max-width: 1135px;
    margin: 0 auto 35px; }
  .sec4 .table-annotation {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    font-size: 1.1em; }

.table-wrap {
  margin-bottom: 20px; }

.table-pc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center; }
  .table-pc th, .table-pc td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .table-pc .compare-img th {
    width: 20%;
    max-width: 227px; }
    .table-pc .compare-img th:nth-child(3), .table-pc .compare-img th:nth-child(4), .table-pc .compare-img th:nth-child(5) {
      border-left: 1px solid #fff; }
  .table-pc .compare-img img {
    display: block;
    width: 100%;
    max-width: 227px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s; }
  .table-pc .compare-info th {
    width: 20%;
    max-width: 227px;
    height: 90px;
    color: #fff;
    font-size: 1.8em;
    vertical-align: middle;
    background-color: #787c81 !important;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    padding: 0 5px; }
  .table-pc .compare-info:nth-child(even) {
    background-color: #e4e4e4; }
  .table-pc .compare-info:nth-child(odd) {
    background-color: #fff; }
  .table-pc .compare-info td {
    padding: 5px 5px;
    border-left: 1px solid #2f353d; }
    .table-pc .compare-info td img {
      max-width: 100%;
      vertical-align: middle; }
    .table-pc .compare-info td.c5-lets {
      letter-spacing: -1px; }
  .table-pc .compare-info .b-top {
    border-top: 1px solid #2f353d; }
  .table-pc .compare-info .b-bottom {
    border-bottom: 1px solid #2f353d; }
  .table-pc .compare-info .bl-none {
    border-left: none; }

/* .table-pc */
.compare-small-row {
  width: auto;
  height: auto;
  border-bottom: 1px dashed #121212;
  margin-bottom: 5px;
  padding-bottom: 5px; }

.pr-5 {
  padding-right: 5px;
  vertical-align: bottom; }

.pl-3 {
  padding-left: 3px; }

.fs-14 {
  font-size: 14px; }

.fs-18 {
  font-size: 18px; }

.fs-22 {
  font-size: 22px;
  line-height: 1.3; }

.c5-sup {
  font-size: 11px; }
  .c5-sup.ex {
    position: relative;
    top: -9px; }

/**** sec5 PC ****/
.sec5 {
  padding: 0 73px;
  background-color: #fff;
  padding-bottom: 50px; }
  .sec5 .sec-ttl {
    max-width: 1134px;
    margin: 0 auto 30px; }

.sec5__lineup-wrap {
  margin-bottom: 30px; }
  .sec5__lineup-wrap .flexbox_pc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .sec5__lineup-wrap .flex-content {
    width: 50%;
    max-width: 452px;
    margin-bottom: 50px;
    text-align: left; }
    .sec5__lineup-wrap .flex-content img {
      max-width: 100%; }
    .sec5__lineup-wrap .flex-content .sec5__right-ttl {
      margin-top: 15px;
      margin-bottom: 0;
      font-size: 1.6em; }
    .sec5__lineup-wrap .flex-content h5 {
      font-size: 2.8em;
      margin-top: 0;
      margin-bottom: 15px;
      line-height: 1.2;
      font-weight: 600;
      /*IE用*/ }
    .sec5__lineup-wrap .flex-content .sec5__right-cap {
      font-size: 1.8em; }
    .sec5__lineup-wrap .flex-content .product__code {
      font-size: 2.4em;
      margin-bottom: 10px; }
      .sec5__lineup-wrap .flex-content .product__code .fmtDetail {
        font-size: 18px; }
    .sec5__lineup-wrap .flex-content .sec5__btn {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%; }
      .sec5__lineup-wrap .flex-content .sec5__btn a {
        width: 50%;
        max-width: 180px;
        margin: 0;
        padding: 8px;
        text-align: center; }
        .sec5__lineup-wrap .flex-content .sec5__btn a:first-child {
          margin-right: 20px; }

.sec5__logo-wrap {
  width: 100%;
  margin-bottom: 10px; }
  .sec5__logo-wrap img {
    max-width: 100%; }

.s5-returnToTop__button {
  width: 76px;
  height: 70px;
  background: url("../img/toTop.gif") no-repeat;
  background-size: contain;
  top: -120px; }

.list-mv02 {
  opacity: 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px); }

.mv02 {
  opacity: 1;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

@media screen and (max-width: 980px) {
  .tb {
    display: block; }
  .sec-content-wrap {
    padding: 60px 30px 60px; }
  .content-txt {
    font-size: 1.6em; }
  .c5-small {
    font-size: 10px; }
  .content-cap {
    font-size: 1.5em; }
  /*sec1*/
  .sec1 .sec-content.top .content-img-wrap {
    position: relative;
    top: 0;
    left: 2%; }
  /*sec4*/
  .table-pc .compare-info th {
    font-size: 1.3em; }
  .table-pc .fs-14 {
    font-size: 11px; }
  .table-pc .fs-18, .table-pc .fs-22 {
    font-size: 15px; }
  .table-pc .c5-sup.ex {
    top: -7px; }
  .c5-sup {
    font-size: 8px; }
  /*sec5*/
  .sec5 {
    padding: 0 30px; }
  .c5-truelywireless_name-re {
    font-size: 14px; }
  .c5-truelywireless_code-re {
    font-size: 20px; }
  .s5-inStoreItem3__buttonContainer a, .s5-inStoreItem1__buttonContainer a {
    font-size: 14px; } }

/* max-width: 980px */
@media screen and (max-width: 640px) {
  .pc, .tb {
    display: none; }
  .sp {
    display: block; }
  /*sec main*/
  .main-ttl {
    padding-top: 10px;
    margin-bottom: 15px; }
    .main-ttl img {
      width: 99%; }
  .main-anchor-wrap {
    width: auto;
    margin-bottom: 1px; }
    .main-anchor-wrap .main-anchor {
      width: 100%;
      max-width: 640px;
      margin-right: 0; }
      .main-anchor-wrap .main-anchor img {
        width: 100%;
        display: block;
        margin-bottom: 2px; }
  .ancor-compare {
    height: auto; }
    .ancor-compare img {
      width: 46%;
      padding: 10px 0; }
  /*sec1 ~ sec3 SP*/
  .sec-content-wrap {
    padding: 50px 20px 15px; }
  .sec-content.flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .content-ttl {
    margin-bottom: 10px; }
  .content-txt {
    font-size: 1.1em;
    letter-spacing: 0; }
  .c5-small {
    font-size: 7.5px; }
  .content-cap {
    font-size: 1.2em;
    margin-top: 0;
    padding: 10px 10px; }
  .sec2 .product-img {
    width: 35%;
    top: 10%;
    right: 5%; }
  .sec1 .product-img {
    width: 30%;
    top: 7%;
    right: 5%; }
  .sec3 .product-img {
    width: 35%;
    top: 80%;
    right: 5%; }
  .sec6 .product-img {
    width: 33%;
    top: 10%;
    right: 2%; }
  /*横並びコンテンツ*/
  .content-img-wrap .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 640px; }
    .flex-content:first-child {
      margin-right: 0;
      margin-bottom: 30px; }
  /*各セクションの設定 SP*/
  .sec2 .sec-content.top {
    margin-bottom: 30px; }
    .sec2 .sec-content.top .content-ttl-wrap {
      margin-right: auto;
      margin-bottom: 10px;
      width: 100%; }
  .sec2 .content-img-wrap {
    width: 87%;
    margin: 0 auto; }
    .sec2 .content-img-wrap img {
      width: 100%;
      position: static; }
  .sec2 .sec-content.bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .sec2 .sec-content.bottom .content-ttl-wrap {
      width: 100%;
      margin-bottom: 10px;
      margin-left: auto; }
    .sec2 .sec-content.bottom .content-img-wrap {
      width: 87%;
      margin: 0 auto; }
      .sec2 .sec-content.bottom .content-img-wrap img {
        width: 100%; }
  .sec1 .sec-content.top {
    margin-bottom: 30px; }
    .sec1 .sec-content.top .content-ttl-wrap {
      margin-bottom: 10px;
      width: 100%; }
    .sec1 .sec-content.top .content-img-wrap {
      width: 87%;
      position: static;
      margin: 0 auto; }
      .sec1 .sec-content.top .content-img-wrap img {
        width: 100%; }
  .sec1 .sec-content.bottom .content-ttl-wrap {
    width: 100%;
    margin-bottom: 10px; }
  .sec1 .sec-content.bottom .content-img-wrap {
    width: 87%; }
    .sec1 .sec-content.bottom .content-img-wrap img {
      width: 100%; }
  .sec3 .sec-content.top {
    margin-bottom: 30px; }
    .sec3 .sec-content.top .content-ttl-wrap {
      margin-bottom: 10px;
      width: 100%; }
      .sec3 .sec-content.top .content-ttl-wrap .content-ttl {
        margin-bottom: 20px; }
    .sec3 .sec-content.top .content-img-wrap {
      width: 87%; }
  .sec3 .sec-content.bottom .content-ttl-wrap {
    width: 100%;
    margin-bottom: 10px; }
  .sec3 .sec-content.bottom .content-img-wrap {
    width: 87%; }
    .sec3 .sec-content.bottom .content-img-wrap .c5-small {
      margin-top: 10px; }
  .sec6 .sec-content.top {
    margin-bottom: 0; }
    .sec6 .sec-content.top .content-ttl-wrap {
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%; }
    .sec6 .sec-content.top .content-img-wrap {
      width: 87%;
      position: static;
      margin: 0 auto; }
      .sec6 .sec-content.top .content-img-wrap img {
        width: 100%; }
  .sec6 .sec-content.bottom .content-ttl-wrap {
    width: 100%;
    margin-bottom: 10px; }
  .sec6 .sec-content.bottom .content-img-wrap {
    width: 87%; }
    .sec6 .sec-content.bottom .content-img-wrap img {
      width: 100%; }
    .sec6 .sec-content.bottom .content-img-wrap:first-child {
      margin-bottom: 30px; }
    .sec6 .sec-content.bottom .content-img-wrap .content-cap.ex {
      padding-top: 10px; }
  .sec-anchor {
    width: 45%;
    margin-top: 20px; }
  .sec3 .sec-anchor {
    margin-top: 20px; }
  /** sec4 sp **/
  .sec4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 10px 30px; }
    .sec4 .sec-ttl {
      margin-bottom: 5px; }
    .sec4 .table-annotation {
      font-size: .8em; }
    .sec4 .sec4-ttl-cap {
      font-size: 1.3em;
      text-align: center;
      margin: 0 auto 5px;
      font-weight: bold; }
  .table-sp {
    width: 100%;
    overflow-x: auto;
    margin-bottom: -20px;
    padding: 0; }
    .table-sp table {
      border-collapse: collapse;
      width: 100%;
      display: block;
      position: relative; }
      .table-sp table th {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 90px;
        height: 79px;
        text-align: center;
        position: relative;
        bottom: 0;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff; }
        .table-sp table th img {
          width: 100%; }
        .table-sp table th:first-child {
          border: none;
          height: 49px; }
      .table-sp table td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100px;
        height: 79px;
        text-align: center;
        border-bottom: 1px solid #999;
        padding: 0;
        font-size: 10px;
        line-height: 1.3; }
        .table-sp table td:first-child {
          font-weight: bold;
          height: auto;
          line-height: 1.2; }
        .table-sp table td.wide {
          width: 130px; }
        .table-sp table td .star {
          width: 100%;
          vertical-align: middle; }
        .table-sp table td .maru {
          width: 15%;
          vertical-align: middle; }
        .table-sp table td .hifun {
          width: auto;
          vertical-align: middle; }
        .table-sp table td.pt-2-ttl {
          padding-top: 1.3em;
          padding-bottom: 1.2em; }
        .table-sp table td.pt-3-ttl {
          padding-top: 1.9em;
          padding-bottom: 1.8em; }
        .table-sp table td.pt-4-ttl {
          padding-top: .8em;
          padding-bottom: .5em; }
        .table-sp table td.pt-1 {
          padding-top: .5em; }
        .table-sp table td.pt-2 {
          padding-top: 1em; }
        .table-sp table td.pt-3 {
          padding-top: 3em; }
        .table-sp table td.pt-5 {
          padding-top: 2.5em; }
        .table-sp table td.pt-6 {
          padding-top: 2em; }
      .table-sp table thead {
        display: block;
        float: left; }
      .table-sp table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; }
      .table-sp table tr {
        display: inline-block; }
        .table-sp table tr:nth-child(even) td {
          background-color: #fff; }
        .table-sp table tr:nth-child(odd) td {
          background-color: #e4e4e4; }
      .table-sp table tbody tr {
        margin-right: 0px; }
  /*.tab-sp*/
  /**** sec5 SP ****/
  .sec5 {
    padding: 0 10px; }
    .sec5 .sec-ttl {
      margin-bottom: 25px; }
  .sec5__lineup-wrap {
    margin-bottom: 0; }
    .sec5__lineup-wrap .flexbox_pc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .sec5__lineup-wrap .flexbox_sp {
      width: 100%;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .sec5__lineup-wrap .flexbox_sp img {
        width: 53%; }
      .sec5__lineup-wrap .flexbox_sp .sec5__right {
        width: 42%; }
      .sec5__lineup-wrap .flexbox_sp .sec5__logo-wrap img {
        width: 95%; }
      .sec5__lineup-wrap .flexbox_sp .sec5__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .sec5__lineup-wrap .flexbox_sp .sec5__btn a {
          width: 95%;
          font-size: 11px; }
          .sec5__lineup-wrap .flexbox_sp .sec5__btn a:first-child {
            margin-right: 0;
            margin-bottom: 10px; }
    .sec5__lineup-wrap .flex-content .sec5__right-ttl {
      margin-top: 0;
      font-size: 8px; }
    .sec5__lineup-wrap .flex-content h5 {
      font-size: 14px; }
    .sec5__lineup-wrap .flex-content .sec5__right-cap {
      font-size: 9px; }
    .sec5__lineup-wrap .flex-content .product__code {
      font-size: 12px; }
      .sec5__lineup-wrap .flex-content .product__code .fmtDetail {
        font-size: 9px; }
  .scroll-nav .flexbox {
    margin-bottom: 2px; }
    .scroll-nav .flexbox a:not(:last-child) {
      margin-right: 2px; }
  .scroll-nav .ancor-compare {
    height: auto; }
    .scroll-nav .ancor-compare img {
      padding: 7px 0; }
  .s5-returnToTop__button {
    width: 46px;
    height: 40px;
    top: -50px; } }

/* max-width: 640px */
/**animation**/
@-webkit-keyframes moveX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0.1; } }

@keyframes moveX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0.1; } }

@media screen and (max-width: 640px) {
  @-webkit-keyframes moveX {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
      opacity: 0.1; } }
  @keyframes moveX {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
      opacity: 0.1; } } }

.moveX {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: moveX;
  animation-name: moveX; }

/*比較表下バナー*/
.c5-contents-banner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 0 15px 70px 15px; }
  .c5-contents-banner img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }

@media screen and (max-width: 640px) {
  .c5-contents-banner {
    padding-bottom: 30px; } }
