@charset "UTF-8";
.eccom-contents[data-pages="01design"] {
  color: #333;
  /*-----比較表用-----*/
}
.eccom-contents[data-pages="01design"] section {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] section {
    padding-top: 40px;
  }
}
.eccom-contents[data-pages="01design"] .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eccom-contents[data-pages="01design"] .row-3col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eccom-contents[data-pages="01design"] .row-3col .item {
  width: 30%;
}
.eccom-contents[data-pages="01design"] .row-3-1col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .row-3-1col {
    display: block;
  }
}
.eccom-contents[data-pages="01design"] .row-3-1col .item {
  width: 33.3%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .row-3-1col .item {
    width: 100%;
  }
}
.eccom-contents[data-pages="01design"] .row-4-1col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .row-4-1col {
    display: block;
  }
}
.eccom-contents[data-pages="01design"] .row-4-1col .item {
  width: 24.5%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .row-4-1col .item {
    width: 100%;
  }
}
.eccom-contents[data-pages="01design"] .row-2-1col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .row-2-1col {
    display: block;
  }
}
.eccom-contents[data-pages="01design"] .row-2-1col .item {
  width: 50%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .row-2-1col .item {
    width: 100%;
  }
}
.eccom-contents[data-pages="01design"] .row-2-1col picture {
  display: block;
}
.eccom-contents[data-pages="01design"] .row-2-1col picture img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.eccom-contents[data-pages="01design"] .item {
  position: relative;
}
.eccom-contents[data-pages="01design"] .item .cap {
  color: #666;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.eccom-contents[data-pages="01design"] .item .cap.white {
  color: #fff;
  text-shadow: #000 3px 0 5px;
}
.eccom-contents[data-pages="01design"] .box_01 {
  background: #fff;
  padding: 0 40px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .box_01 {
    padding: 30px;
  }
}
.eccom-contents[data-pages="01design"] .box_02 {
  background: #fff;
  padding: 30px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .box_02 {
    padding: 20px 15px;
  }
}
.eccom-contents[data-pages="01design"] .box_03 {
  background: #fff;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 30px 30px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .box_03 {
    padding: 0 0 20px;
  }
}
.eccom-contents[data-pages="01design"] .box_04 {
  max-width: 980px;
  margin: auto;
}
.eccom-contents[data-pages="01design"] .swiper-horizontal > .swiper-pagination-bullets, .eccom-contents[data-pages="01design"] .swiper-pagination-bullets.swiper-pagination-horizontal, .eccom-contents[data-pages="01design"] .swiper-pagination-custom, .eccom-contents[data-pages="01design"] .swiper-pagination-fraction {
  bottom: inherit !important;
}
.eccom-contents[data-pages="01design"] .swiper-pagination-bullet-active {
  background: #666 !important;
}
.eccom-contents[data-pages="01design"] .btn_01 {
  display: inline-block;
  padding: 18px 8px;
  background-color: #f2f2f2;
  text-align: center;
  margin: 6px 2px;
  text-decoration: none;
  border-radius: 7px;
  color: #364662;
  position: relative;
}
.eccom-contents[data-pages="01design"] .btn_01::before {
  background-image: url(/store/images/module/searchForm_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  z-index: 1;
}
.eccom-contents[data-pages="01design"] .btn_02 {
  display: block;
  padding: 18px;
  background-color: #364662;
  text-align: center;
  margin: 6px 2px;
  text-decoration: none;
  border-radius: 7px;
  color: #fff;
  position: relative;
  max-width: 400px;
  margin: auto;
}
.eccom-contents[data-pages="01design"] .btn_03 {
  display: block;
  padding: 18px 8px;
  background-color: #f2f2f2;
  text-align: center;
  margin: 6px 2px;
  text-decoration: none;
  border-radius: 7px;
  color: #364662;
  position: relative;
  max-width: 400px;
  margin: auto;
}
.eccom-contents[data-pages="01design"] .btn_03::before {
  background-image: url(/store/images/module/searchForm_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 14px;
  z-index: 1;
}
.eccom-contents[data-pages="01design"] .subtitle {
  position: relative;
  text-align: center;
  color: #364563;
  font-size: 22px;
  font-weight: 500;
  background: #f2f2f2;
  margin: 120px 0 40px;
  padding: 30px 1em;
  border-radius: 8px;
}
.eccom-contents[data-pages="01design"] .subtitle .num {
  position: absolute;
  top: 0.1em;
  left: 50%;
  color: #323232;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.eccom-contents[data-pages="01design"] .subtitle .num > span {
  font-size: 48px;
  font-weight: 400;
  vertical-align: middle;
  margin: -0.2em 0 0 0.25em;
  display: inline-block;
}
.eccom-contents[data-pages="01design"] .h2Ttl_01 {
  font-size: 35px;
  text-align: center;
}
.eccom-contents[data-pages="01design"] .h2Ttl_01 span {
  font-size: 28px;
  display: block;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .h2Ttl_01 {
    font-size: 8vw;
  }
  .eccom-contents[data-pages="01design"] .h2Ttl_01 span {
    font-size: 5.5vw;
  }
}
.eccom-contents[data-pages="01design"] .h2Ttl_02 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .h2Ttl_02 {
    font-size: 5.5vw;
  }
}
.eccom-contents[data-pages="01design"] .h2Ttl_03 {
  font-size: 45px;
  text-align: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .h2Ttl_03 {
    font-size: 10vw;
  }
}
.eccom-contents[data-pages="01design"] .h2Ttl_03 span {
  font-size: 28px;
  display: inline-block;
  border-bottom: 1px solid #666;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .h2Ttl_03 span {
    font-size: 5.5vw;
  }
}
.eccom-contents[data-pages="01design"] .h3Ttl_01 {
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eccom-contents[data-pages="01design"] .h3Ttl_01::before, .eccom-contents[data-pages="01design"] .h3Ttl_01::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #666;
}
.eccom-contents[data-pages="01design"] .h3Ttl_01::before {
  margin-right: 1rem;
}
.eccom-contents[data-pages="01design"] .h3Ttl_01::after {
  margin-left: 1rem;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .h3Ttl_01 {
    font-size: 4.5vw;
  }
}
.eccom-contents[data-pages="01design"] .h3Ttl_02 {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .h3Ttl_02 {
    font-size: 4.5vw;
  }
}
.eccom-contents[data-pages="01design"] .h4Ttl_01 {
  font-size: 20px;
  text-align: center;
  border: 1px solid #666;
  padding: 10px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .h4Ttl_01 {
    font-size: 4vw;
  }
}
.eccom-contents[data-pages="01design"] .bodycopy_02 {
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .bodycopy_02 {
    text-align: center;
    font-size: 15px;
    display: block;
  }
}
.eccom-contents[data-pages="01design"] .bodycopy_02 span {
  border: 1px solid #666;
  padding: 3px;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .bodycopy_02 span {
    font-size: 13px;
    width: 85%;
    margin: 0 auto 5px;
  }
}
.eccom-contents[data-pages="01design"] .bodycopy_02 + .bodycopy_02 {
  margin-top: 20px;
}
.eccom-contents[data-pages="01design"] .bodycopy_03 {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .bodycopy_03 {
    text-align: center;
    font-size: 15px;
  }
}
.eccom-contents[data-pages="01design"] .annotate {
  font-size: 10px;
  color: #666;
  margin-top: 15px;
}
.eccom-contents[data-pages="01design"] .annotate.refe {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.eccom-contents[data-pages="01design"] .annotate.refe2 {
  text-indent: -1.8em;
  margin-left: 1.8em;
}
.eccom-contents[data-pages="01design"] .annotate.ast {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.eccom-contents[data-pages="01design"] .annotate.ast4 {
  text-indent: -2.2em;
  margin-left: 2.2em;
}
.eccom-contents[data-pages="01design"] .annotate + .annotate {
  margin-top: 0;
}
.eccom-contents[data-pages="01design"] .notes .annotate {
  margin-top: 0;
}
.eccom-contents[data-pages="01design"] .annotate + .bodycopy_02 {
  margin-top: 15px;
}
.eccom-contents[data-pages="01design"] .list_01 li {
  margin-bottom: 10px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.eccom-contents[data-pages="01design"] .list_01 li a {
  text-decoration: underline;
}
.eccom-contents[data-pages="01design"] .ta-c {
  text-align: center;
}
.eccom-contents[data-pages="01design"] .image-wrapper--type1 {
  display: block;
  text-align: center;
}
.eccom-contents[data-pages="01design"] .image-wrapper--type2 {
  display: block;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .image-wrapper--type2 {
    margin-bottom: 6.133vw;
  }
}
.eccom-contents[data-pages="01design"] .image-wrapper--type3 {
  display: block;
}
.eccom-contents[data-pages="01design"] .image-wrapper--type3 img {
  width: 100%;
}
.eccom-contents[data-pages="01design"] .image-wrapper--type4 {
  border-radius: 100%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 188px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .image-wrapper--type4 {
    height: 53.6vw;
  }
}
.eccom-contents[data-pages="01design"] .image-wrapper--type4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eccom-contents[data-pages="01design"] .list--type1 {
  color: #465465;
}
.eccom-contents[data-pages="01design"] .list--type1 li {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .list--type1 li {
    margin-top: 10vw;
  }
}
.eccom-contents[data-pages="01design"] .list--type1 li:first-child {
  margin-top: 0;
}
.eccom-contents[data-pages="01design"] .list--type1 li picture {
  margin-right: 33px;
  width: 37px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.eccom-contents[data-pages="01design"] .list--type1 li picture img {
  width: 100%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .list--type1 li picture {
    width: 5.677vw;
    margin-right: 4.8vw;
  }
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .list--type1 li span {
    width: 72vw;
  }
}
.eccom-contents[data-pages="01design"] .list--type2 {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.7em;
  margin-top: 20px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .list--type2 {
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.9em;
    margin-top: 5.333vw;
  }
}
.eccom-contents[data-pages="01design"] .list--type2 li {
  margin-top: 2px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .list--type2 li {
    margin-top: 1px;
  }
}
.eccom-contents[data-pages="01design"] section.mv {
  padding-top: 0;
}
.eccom-contents[data-pages="01design"] #sec01 .inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.eccom-contents[data-pages="01design"] #sec01 .lead {
  padding-bottom: 40px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec01 .lead {
    padding-bottom: 20px;
  }
}
.eccom-contents[data-pages="01design"] #sec01 .product p {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec01 .product p {
    font-size: 4.5vw;
  }
}
.eccom-contents[data-pages="01design"] #sec01 .original {
  padding: 40px 0 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.eccom-contents[data-pages="01design"] #sec01 .original dt {
  border: 1px solid #666;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  margin: 20px 0 10px;
  font-size: 18px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec01 .original dt {
    font-size: 15px;
  }
}
.eccom-contents[data-pages="01design"] #sec01 .original dt span {
  font-size: 13px;
  display: inline-block;
  border-bottom: 1px solid #666;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec01 .original dt span {
    font-size: 12px;
  }
}
.eccom-contents[data-pages="01design"] #sec01 .original dd {
  text-align: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec01 .original dd {
    font-size: 3vw;
  }
}
.eccom-contents[data-pages="01design"] #sec02 .inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.eccom-contents[data-pages="01design"] #sec02 .row-4-1col {
  border-right: 1px solid #666;
  margin: 40px 0 10px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec02 .row-4-1col {
    border-right: none;
    border-bottom: 1px solid #666;
  }
}
.eccom-contents[data-pages="01design"] #sec02 .row-4-1col li {
  border-left: 1px solid #666;
  padding: 3px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec02 .row-4-1col li {
    border-left: none;
    border-top: 1px solid #666;
    padding: 20px 0;
    width: 100%;
  }
}
.eccom-contents[data-pages="01design"] #sec02 .row-4-1col li a {
  color: #364563;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  padding-right: 27px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec02 .row-4-1col li a {
    font-size: 4.5vw;
    text-align: left;
  }
}
.eccom-contents[data-pages="01design"] #sec02 .row-4-1col li a.current {
  background: #f2f2f2;
}
.eccom-contents[data-pages="01design"] #sec02 .row-4-1col li a::before {
  background-image: url(/store/images/module/searchForm_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  z-index: 1;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec02 .row-4-1col li a::before {
    right: 10px;
  }
}
.eccom-contents[data-pages="01design"] #sec02 .btn_01 {
  margin: 40px auto 0;
  display: block;
  width: 400px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec02 .btn_01 {
    width: 90%;
  }
}
.eccom-contents[data-pages="01design"] #sec03 {
  position: relative;
}
.eccom-contents[data-pages="01design"] #sec03 .inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.eccom-contents[data-pages="01design"] #sec03 .nav_01 {
  background: #fff;
  position: sticky;
  top: 0;
  padding: 5px 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.eccom-contents[data-pages="01design"] #sec03 .nav_01 li {
  width: 33.3%;
}
.eccom-contents[data-pages="01design"] #sec03 .nav_01.show {
  opacity: 1;
}
.eccom-contents[data-pages="01design"] #sec03 .nav_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .nav_01 ul {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .nav_01 ul li a {
  color: #364563;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 20px 5px;
  position: relative;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .nav_01 ul li a {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .nav_01 ul li a.current {
  background: #f2f2f2;
}
.eccom-contents[data-pages="01design"] #sec03 .nav_01 ul li a::before {
  background-image: url(/store/images/module/searchForm_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  z-index: 1;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .nav_01 ul li a::before {
    right: 8px;
    height: 6px;
    width: 10px;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .h2Ttl_03 {
  padding-top: 30px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .h2Ttl_03 {
    padding-top: 10px;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .h3Ttl_02 {
  padding: 45px 0 25px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .h3Ttl_02 {
    padding: 30px 0 15px;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .pict {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .pict {
    max-width: inherit;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .bodycopy_02 + .pict {
  margin-top: 20px;
}
.eccom-contents[data-pages="01design"] #sec03 .current-location {
  padding-bottom: 80px;
}
.eccom-contents[data-pages="01design"] #sec03 .current-location:last-child {
  padding-bottom: 0;
}
.eccom-contents[data-pages="01design"] #sec03 .btn_02 {
  width: 100%;
  margin-top: 25px;
}
.eccom-contents[data-pages="01design"] #sec03 .h4Ttl_01 {
  margin-bottom: 15px;
}
.eccom-contents[data-pages="01design"] #sec03 .mft_01 .row-2-1col, .eccom-contents[data-pages="01design"] #sec03 .mft_03 .row-2-1col {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.eccom-contents[data-pages="01design"] #sec03 .mft_01 picture.item, .eccom-contents[data-pages="01design"] #sec03 .mft_03 picture.item {
  width: 65%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .mft_01 picture.item, .eccom-contents[data-pages="01design"] #sec03 .mft_03 picture.item {
    width: 100%;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .mft_01 .box_01.item, .eccom-contents[data-pages="01design"] #sec03 .mft_03 .box_01.item {
  width: 35%;
  max-width: 480px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .mft_01 .box_01.item, .eccom-contents[data-pages="01design"] #sec03 .mft_03 .box_01.item {
    width: 100%;
    max-width: inherit;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .mft_01 .box_01.item .bodycopy_02, .eccom-contents[data-pages="01design"] #sec03 .mft_03 .box_01.item .bodycopy_02 {
  margin: auto;
}
.eccom-contents[data-pages="01design"] #sec03 .mft_02 {
  margin-top: 20px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .mft_02 {
    margin-top: 0px;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .mft_02 .row-2-1col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.eccom-contents[data-pages="01design"] #sec03 .mft_02 picture.item {
  width: 65%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .mft_02 picture.item {
    width: 100%;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .mft_02 .box_01.item {
  width: 35%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .mft_02 .box_01.item {
    width: 100%;
    max-width: inherit;
    display: block;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .mft_02 .box_01.item .bodycopy_02 {
  margin: auto;
}
.eccom-contents[data-pages="01design"] #sec03 .mft_03 {
  margin-top: 20px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .mft_03 {
    margin-top: 0px;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .mft_03 .bodycopy_03 {
  margin-top: 30px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .mft_03 .bodycopy_03 {
    margin-top: 0px;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .buy_01 .row-2-1col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eccom-contents[data-pages="01design"] #sec03 .buy_01 picture.item {
  width: 100%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .buy_01 picture.item {
    width: 100%;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .buy_01 .box_01.item {
  width: 100%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .buy_01 .box_01.item {
    width: 100%;
    display: block;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .buy_01 .box_01.item p {
  text-align: center;
}
.eccom-contents[data-pages="01design"] #sec03 .buy_01 .pict {
  margin: 20px auto 0;
}
.eccom-contents[data-pages="01design"] #sec03 .buy_01 .bodycopy_03 {
  margin-top: 30px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .buy_01 .bodycopy_03 {
    margin-top: 0;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .buy_01 .bodycopy_03 + .bodycopy_03 {
  margin: 20px 0;
}
.eccom-contents[data-pages="01design"] #sec03 .buy_01 .btn_02 {
  max-width: 400px;
}
.eccom-contents[data-pages="01design"] #sec03 .dps_01 picture.item {
  width: 65%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .dps_01 picture.item {
    width: 100%;
  }
}
.eccom-contents[data-pages="01design"] #sec03 .dps_01 .box_01.item {
  width: 35%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #sec03 .dps_01 .box_01.item {
    width: 100%;
  }
}
.eccom-contents[data-pages="01design"] #features .recMV {
  background: #f3f3f3;
  margin-top: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #features .recMV {
    display: block;
  }
}
.eccom-contents[data-pages="01design"] #features .recMV img {
  width: 400px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #features .recMV img {
    width: inherit;
  }
}
.eccom-contents[data-pages="01design"] #features .pointTtl {
  padding: 60px 0 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.eccom-contents[data-pages="01design"] #features .pointTtl span {
  font-size: 60px;
  border-bottom: 1px solid #666;
  line-height: 1;
}
.eccom-contents[data-pages="01design"] #features .row {
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eccom-contents[data-pages="01design"] #features picture.item.wide {
  width: 100%;
}
.eccom-contents[data-pages="01design"] #features .item.wide {
  width: 100%;
  text-align: center;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #features picture.item + picture.item {
    margin-top: 20px;
  }
}
.eccom-contents[data-pages="01design"] #features .point {
  max-width: 946px;
  margin: auto;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #features .point {
    padding: 0 15px;
  }
}
.eccom-contents[data-pages="01design"] #lineup {
  max-width: 946px;
  margin: auto;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #lineup {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.eccom-contents[data-pages="01design"] #lineup .btn_02, .eccom-contents[data-pages="01design"] #lineup .btn_03 {
  width: 100%;
  margin-top: 10px;
}
.eccom-contents[data-pages="01design"] #lineup .box_01 {
  background: #fff;
  padding: 40px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #lineup .box_01 {
    padding: 30px;
  }
}
.eccom-contents[data-pages="01design"] #lineup .box_01 + .h2Ttl_02 {
  margin-top: 40px;
}
.eccom-contents[data-pages="01design"] #spec .inner {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.eccom-contents[data-pages="01design"] #spec .inner .specarea {
  margin: 30px 0 50px;
}
.eccom-contents[data-pages="01design"] #floating {
  background: #fff;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  height: 110px;
  position: fixed;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 199999;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #floating {
    height: auto;
  }
}
.eccom-contents[data-pages="01design"] #floating.cta-animation {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.eccom-contents[data-pages="01design"] #floating .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  width: 100%;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.eccom-contents[data-pages="01design"] #floating .inner img {
  width: auto;
  height: 100px;
}
.eccom-contents[data-pages="01design"] #floating .inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #floating .inner .item {
    display: block;
  }
}
.eccom-contents[data-pages="01design"] #floating .inner p {
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 0;
  color: #364563;
  line-height: 1.2;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #floating .inner p {
    font-size: 2.9vw;
    line-height: 1.2;
  }
}
.eccom-contents[data-pages="01design"] #floating .inner p .model {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #floating .inner p .model {
    font-size: 4vw;
  }
}
.eccom-contents[data-pages="01design"] #floating .inner p .price {
  font-size: 36px;
  font-weight: 600;
  margin-right: 7px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #floating .inner p .price {
    font-size: 9vw;
    margin-right: 1vw;
  }
}
.eccom-contents[data-pages="01design"] #floating .inner p .yen {
  font-weight: 600;
}
.eccom-contents[data-pages="01design"] #floating .inner .btn.btn_buy {
  position: relative;
  color: #fff;
  text-align: center;
  background: #364563;
  border: none;
  display: block;
  width: 154px;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1em;
  border-radius: 4px;
  padding: 20px 0;
  width: 266px;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #floating .inner .btn.btn_buy {
    padding: 5px 0;
    width: 100%;
    margin-top: 10px;
  }
}
.eccom-contents[data-pages="01design"] table {
  line-height: 1.75;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #c2c7c7;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  font-size: 95%;
}
.eccom-contents[data-pages="01design"] table th {
  width: 200px;
  background: #f2f2f2;
  padding: 10px 20px;
  border: 1px solid #c2c7c7;
}
.eccom-contents[data-pages="01design"] table td {
  border: 1px solid #c2c7c7;
  padding: 1em 1em 0.95em 1.25em;
}
.eccom-contents[data-pages="01design"] .balloon {
  position: relative;
  top: 0px;
  left: 0px;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  background: #5973A6;
  margin-bottom: 10px;
  padding: 5px 5px 8px 5px;
  border-radius: 5px;
  z-index: 9;
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .balloon {
    min-width: 100px;
    padding: 8px 3px;
  }
}
.eccom-contents[data-pages="01design"] .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #5973A6;
}
.eccom-contents[data-pages="01design"] .balloon:after {
  border: none;
}
.eccom-contents[data-pages="01design"] .balloon span {
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
}
.eccom-contents[data-pages="01design"] .table_lineup {
  margin: 30px 0 0px;
}
.eccom-contents[data-pages="01design"] .table_lineup table {
  margin-bottom: 15px;
}
.eccom-contents[data-pages="01design"] .table_lineup table img {
  width: 100%;
  margin: 0 auto;
}
.eccom-contents[data-pages="01design"] .table_lineup table img.nanoe {
  width: 150px;
  margin: auto;
}
.eccom-contents[data-pages="01design"] .table_lineup table th,
.eccom-contents[data-pages="01design"] .table_lineup table td {
  text-align: center;
  line-height: 1.6;
  border-color: #999999;
  border-left: none;
  border-right: dotted 1px #999999;
  margin: 0;
  padding: 10px;
  vertical-align: middle;
}
.eccom-contents[data-pages="01design"] .table_lineup table th {
  background-color: #DEE3ED;
  border-right: none;
}
.eccom-contents[data-pages="01design"] .table_lineup table td:last-child {
  border-right: none;
}
.eccom-contents[data-pages="01design"] .table_lineup table .borderR_no {
  border-right: none;
}
.eccom-contents[data-pages="01design"] .table_lineup table em {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}
.eccom-contents[data-pages="01design"] .table_lineup table em.current {
  font-size: 24px;
  font-weight: bold;
  color: #5973A6;
}
.eccom-contents[data-pages="01design"] .table_lineup table .txt_att {
  font-size: 11px;
  line-height: 1.4;
}
.eccom-contents[data-pages="01design"] .table_lineup table .txt_att strong {
  font-weight: bold;
  color: #CC0E00;
}
.eccom-contents[data-pages="01design"] .table_lineup table .title th,
.eccom-contents[data-pages="01design"] .table_lineup table .title td {
  padding: 5px;
}
.eccom-contents[data-pages="01design"] .table_lineup table .title .category01 {
  color: #FFFFFF;
  background-color: #364564;
}
.eccom-contents[data-pages="01design"] .table_lineup table .title .category02 {
  color: #FFFFFF;
  background-color: #5973A6;
}
.eccom-contents[data-pages="01design"] .table_lineup table .nobT th, .eccom-contents[data-pages="01design"] .table_lineup table .nobT td {
  border-top: none;
}
.eccom-contents[data-pages="01design"] .table_lineup table .nobB th, .eccom-contents[data-pages="01design"] .table_lineup table .nobB td {
  border-bottom: none;
}
.eccom-contents[data-pages="01design"] .table_lineup table .product {
  font-size: 15px;
}
.eccom-contents[data-pages="01design"] .table_lineup table .product td {
  vertical-align: bottom;
  background-color: #F2F2F2;
}
.eccom-contents[data-pages="01design"] .table_lineup table .limitedmodel {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #364662;
  margin-bottom: 5px;
}
.eccom-contents[data-pages="01design"] .btn-blue a {
  position: relative;
  display: inline-block;
  width: 94%;
  max-width: 500px;
  background-color: #364662;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 3px;
  padding: 8px 5px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  text-align: center !important;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
@media only screen and (max-width: 640px) {
  .eccom-contents[data-pages="01design"] {
    /*-----アンカーメニュー-----*/
    /*-----比較表用-----*/
  }
  .eccom-contents[data-pages="01design"] .table_lineup .fixed {
    position: sticky;
    left: 0;
    z-index: 10;
  }
  .eccom-contents[data-pages="01design"] .table_lineup .fixed:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
  }
  .eccom-contents[data-pages="01design"] .specarea table th,
  .eccom-contents[data-pages="01design"] .specarea table td {
    width: 50%;
    text-align: center;
  }
  .eccom-contents[data-pages="01design"] .colbox .box320 {
    width: 100%;
    margin-bottom: 10px;
  }
  .eccom-contents[data-pages="01design"] .colbox930 {
    width: auto;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .eccom-contents[data-pages="01design"] .colbox930 .box210 {
    width: 49%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .eccom-contents[data-pages="01design"] .colbox930 .box450 {
    width: 100%;
    margin-bottom: 15px;
  }
  .eccom-contents[data-pages="01design"] .linkbox a {
    width: 80%;
  }
  .eccom-contents[data-pages="01design"] #linup {
    margin-top: 150px;
  }
  .eccom-contents[data-pages="01design"] .table_lineup table img.nanoe {
    width: 100%;
    margin: auto;
  }
  .eccom-contents[data-pages="01design"] .anchormenu {
    margin-bottom: 64px;
  }
  .eccom-contents[data-pages="01design"] .anchormenu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eccom-contents[data-pages="01design"] .anchormenu li {
    width: 48%;
  }
  .eccom-contents[data-pages="01design"] .table_lineup > div {
    overflow: scroll;
  }
  .eccom-contents[data-pages="01design"] .table_lineup table {
    width: 205vw;
    /*		width: 200vw;　4商品時*/
  }
  .eccom-contents[data-pages="01design"] .table_lineup table img {
    width: 90px;
  }
  .eccom-contents[data-pages="01design"] .table_lineup table .product th {
    width: 22%;
    /*		width: 18%;　4商品時*/
  }
  .eccom-contents[data-pages="01design"] .table_lineup table .product td {
    width: 26%;
    /*		width: 20.5%;　4商品時*/
  }
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] #globalfooter {
    padding-bottom: 120px;
  }
}
@media (max-width: 640px) and (max-device-width:1280px) {
  .eccom-contents[data-pages="01design"] .pc-only {
    display: none;
  }
}
@media (min-width: 641px) {
  .eccom-contents[data-pages="01design"] .sp-only {
    display: none !important;
  }
}
.eccom-contents[data-pages="01design"] .ta-r {
  text-align: right;
}

.basic-page {
  padding-top: 0;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

#page {
  overflow: clip;
}

main {
  overflow: clip;
}

.content {
  overflow: clip;
}


/* 20231208 add */
.online-concierge_jump {
  display:none;
}
