@charset "utf-8";

/*
==============
lower.css
==============
*/

/* -----------------
■ ヘッダー
------------------- */

/* -----------------
■ 全体
------------------- */
.wrapper {
  background-color: #ebebeb;
}

.contentsWrapper {
  padding-bottom: 80px;
}

.downloadWrapper {
  opacity: 1;
}

/* -----------------
■ メインビジュアル
------------------- */
.mainVisualWrapper {
  overflow: hidden;
  position: relative;
}

.mainVisualWrapper .img img {
  width: 100%;
  transform: scale(1.5);
  transition: transform 1s;
}

.comp .mainVisualWrapper .img img {
  transform: scale(1);
}

.mainVisualWrapper .pictureCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/j/info/technology/tec_haptic/images/common/img_cover.png)
    repeat;
}

.mainVisualWrapper .textWrapper {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  text-align: center;
}

.mainVisualWrapper .number {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.8px;
}

.mainVisualWrapper h2 {
  margin-top: 10px;
  padding: 0 20px;
}

.mainVisualWrapper h2 img {
  max-width: 100%;
}

/* -----------------
■ リード
------------------- */
.readWrapper {
  max-width: 752px;
  margin: 0 auto;
  padding: 60px 20px 0;
}

.readWrapper h2 {
  color: #444;
  font-size: 40px;
  font-weight: bold;
  line-height: 72px;
  transition-delay: 0.2s;
  letter-spacing: 0.6px;
  font-feature-settings: 'palt';
}

.readWrapper p {
  margin-top: 51px;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 1.8px;
  transition-delay: 0.4s;
}

/* -----------------
■ infoWrapper
------------------- */
.infoWrapper {
  position: relative;
  margin: 230px auto 0;
}

.infoWrapper .textWrapper {
  transition-delay: 0.2s;
}

.infoWrapper h2 {
  color: #444;
  font-size: 36px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 2.6px;
}

.infoWrapper .img img {
  width: 100%;
}

.infoWrapper .textWrapper p {
  margin-top: 30px;
  color: #444;
  font-size: 16px;
  line-height: 36px;
}

.infoWrapper .textWrapper p a {
  transition: opacity 0.4s;
  text-decoration: underline;
}

.infoWrapper .textWrapper p a:hover {
  opacity: 0.6;
}

/* typeA 左:タイトル・テキスト 右:画像*/
.infoWrapper.typeA .titleWrapepr {
  width: 50%;
}

.infoWrapper.typeA .titleWrapepr h2,
.infoWrapper.typeA .textWrapper p {
  max-width: 490px;
  margin-left: 20.96774%;
}

.infoWrapper.typeA .img {
  float: right;
  width: 45.56451%;
}

.infoWrapper.typeA .textWrapper {
  float: left;
  width: 50%;
}

/* typeB 上:タイトル 左:画像 右:テキスト*/
.infoWrapper.typeB {
  margin-top: 184px;
}

.infoWrapper.typeB .bodyWrapper {
  margin-top: 40px;
}

.infoWrapper.typeB .img {
  float: left;
}

.infoWrapper.typeB .textWrapper {
  float: right;
  width: 50%;
}

.infoWrapper.typeB .textInner {
  width: 79.03225%;
  max-width: 490px;
}

.infoWrapper.typeB .textWrapper p {
  margin-top: 40px;
}

.infoWrapper.typeB .textWrapper p:first-child {
  margin-top: 0;
}

/* typeB2 上:タイトル 左:テキスト 右:画像*/
.infoWrapper.typeB2 .img {
  float: right;
  width: 44.35483%;
}

.infoWrapper.typeB2 .textWrapper {
  float: left;
}

.infoWrapper.typeB2 .textInner {
  max-width: 386px;
  margin-left: 24.5283%;
}

/* typeC 背景有り */
.infoWrapper.typeC {
  padding: 75px 0 0;
  background-color: #000;
}

.infoWrapper.typeC .textWrapper {
  max-width: 970px;
  margin: 74px auto 0;
  padding-bottom: 90px;
}

.infoWrapper.typeC .textInner {
  float: right;
}

.infoWrapper.typeC .textInner p {
  width: 400px;
}

/* typeD 上:タイトル 下:テキスト*/
.infoWrapper.typeD {
  max-width: 752px;
  margin: 218px auto 0;
  padding: 0 20px;
}

.infoWrapper.typeD .titleWrapepr,
.infoWrapper.typeD .textWrapper {
  width: auto;
}

.infoWrapper.typeD h2 {
  color: #444;
  font-size: 36px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  letter-spacing: 1.8px;
  transition-delay: 0.2s;
}

.infoWrapper.typeD p {
  width: auto;
  margin-top: 30px;
  color: #444;
  font-size: 16px;
  line-height: 36px;
  transition-delay: 0.4s;
}

/* typeE 左右均等 */
.infoWrapper.typeE .infoInner {
  display: flex;
  justify-content: space-between;
  max-width: 988px;
  margin: 0 auto;
  padding: 0 20px;
}

.infoWrapper.typeE .flexbox {
  width: 46.35627%;
}

.infoWrapper.typeE p {
  width: auto;
  margin-top: 30px;
  color: #444;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: -0.2px;
  transition-delay: 0.4s;
}

.infoWrapper.typeE .img {
  margin-top: 35px;
  text-align: center;
}

.infoWrapper.typeE .img img {
  width: auto;
  max-width: 100%;
}

/* image */
.imageWrapper {
  margin-top: 86px;
  text-align: center;
}

.imageWrapper img {
  max-width: 100%;
}

/* full image */
.fullImageWrapper {
  margin-top: 80px;
  text-align: center;
}

.fullImageWrapper img {
  width: 100%;
}

/* imgWrapper */
.midashiImgWrapper {
  margin-top: 50px;
}

.midashiImgWrapper h3 {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.8px;
  text-align: center;
}

.midashiImgWrapper .img {
  margin-top: 35px;
}

/* linklist */
.infoWrapper .linklist {
  margin-top: 50px;
}

.infoWrapper .linklist li {
  margin-top: 8px;
}

.infoWrapper .linklist a {
  padding-right: 24px;
  color: #444;
  font-size: 16px;
  line-height: 36px;
  transition: opacity 0.4s;
  background: url(/j/info/technology/tec_haptic/images/common/icon_link_blank.svg)
    no-repeat right center;
  background-size: 14px auto;
}

.infoWrapper .linklist a .arrow {
  margin-right: 8px;
  vertical-align: middle;
}

.infoWrapper .linklist a:hover {
  opacity: 0.6;
}

/* -----------------
■ #1 HMIページ
------------------- */
.hmi .infoWrapper.info1 {
  margin-top: 164px;
}

.hmi .infoWrapper.info2 {
  margin-top: 116px;
}

.hmi .infoWrapper.info1 .img {
  margin-top: -144px;
  text-align: right;
}

.hmi .infoWrapper.info2 .img {
  width: 42.74193%;
}

.hmi .infoWrapper.info2 .img img {
  width: 100%;
}

.hmi .infoWrapper.info4 {
  background: url(/j/info/technology/tec_haptic/images/hmi/img_info4.jpg)
    no-repeat center bottom #000;
}

/* info3 */
.hmi .info3 .bodyWrapper .textWrapper {
  margin-bottom: 70px;
}

.hmi .info3 .bodyWrapper h3 {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1.8px;
}

.hmi .info3 .infoboxInner {
  margin-top: 22px;
}

.hmi .info3 .infoboxInner img {
  max-width: 100%;
}

.hmi .info3 .infoboxInner .pict1 {
  width: 344px;
}

.hmi .info3 .infoboxInner .pict2 {
  width: 415px;
}

.hmi .info3 .infoboxInner .left {
  float: left;
  width: 23.93617%;
  padding: 30px 6.64893% 0 11.43617%;
}

.hmi .info3 .infoboxInner .right {
  float: left;
  width: 57.18085%;
}

.hmi .info3 .infoboxInner .right p {
  margin: 15px 0 0 40px;
  color: #444;
  font-size: 14px;
  line-height: 24px;
}

.hmi .info3 .arrow {
  margin: 35px 0 28px;
}

/* -----------------
■ #2 HAPTICページ
------------------- */
.haptic .info1 .imageWrapper {
  margin-top: 62px;
}

.haptic .info1 .imageWrapper img {
  width: auto;
}

.haptic .info1 .imageWrapper p {
  margin-top: 8px;
  color: #444;
  font-size: 12px;
  line-height: 16px;
}

.haptic .info2 {
  margin-top: 224px;
}

.haptic .info2 .img {
  width: 33.8983%;
}

.haptic .info2 .textWrapper {
  width: 52%;
  margin-right: 10.49233%;
}

.haptic .info2 .textInner {
  width: auto;
  max-width: 626px;
}

.haptic .info3 .img {
  width: 25.9887%;
  margin-right: 7.47457%;
}

.haptic .info3 .textWrapper {
  width: 61.50121%;
}

.haptic .info3 .textInner {
  width: auto;
  max-width: 630px;
  margin-left: 17%;
}

/* -----------------
■ #3 PRODUCTSページ
------------------- */
.products .info4 .img {
  width: 42.74193%;
}

.products .info4 .img img {
  width: 100%;
}

.products .info4-2 {
  margin-top: 110px;
}

.products .info6 .img {
  max-width: 22.82258%;
  margin-left: 10.49233%;
}

.products .info6 .img .logo1 {
  max-width: 284px;
}

.products .info6 .img .logo2 {
  max-width: 166px;
  margin: 70px auto 0;
}

.products .info6 .textWrapper {
  width: 52%;
  margin-right: 10.49233%;
}

.products .info6 .textInner {
  width: auto;
  max-width: none;
}

/* -----------------
■ #3 HAPTICREACTORページ
------------------- */
.hapticreactor .info1 {
  margin-top: 215px;
}

.hapticreactor .info1 .img {
  width: 33.54838%;
  padding-top: 20px;
  text-align: right;
}

.hapticreactor .info1 .img img {
  display: inline-block;
  max-width: 220px;
}

.hapticreactor .info1 .textWrapper {
  width: 52%;
  margin-right: 10.49233%;
}

.hapticreactor .info1 .textInner {
  width: auto;
  max-width: 645px;
}

.hapticreactor .info2 .bodyWrapper,
.hapticreactor .info3 .bodyWrapper,
.hapticreactor .info4 .bodyWrapper {
  max-width: 980px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.hapticreactor .info2 .img,
.hapticreactor .info4 .img {
  width: 27.95918%;
  max-width: 274px;
  margin-right: 0;
}

.hapticreactor .info2 .textWrapper,
.hapticreactor .info4 .textWrapper {
  width: auto;
  width: 65.81632%;
  max-width: 645px;
}

.hapticreactor .info2 .textInner,
.hapticreactor .info4 .textInner {
  width: auto;
  max-width: 645px;
  margin-left: 0;
}

.hapticreactor .info3 .tableWrapper {
  float: left;
  width: 49%;
  max-width: 400px;
  margin-top: 10px;
}

.hapticreactor .info4 .tableWrapper {
  max-width: 400px;
  margin: 40px auto 0;
}

.hapticreactor .info3 .tableWrapper table,
.hapticreactor .info4 .tableWrapper table {
  width: 100%;
  color: #444;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  background-color: #fff;
}

.hapticreactor .info3 .tableWrapper td,
.hapticreactor .info4 .tableWrapper td {
  vertical-align: middle;
  padding: 4px 0;
  border: 1px solid #ccc;
}

.hapticreactor .info3 .tableWrapper td:nth-of-type(1),
.hapticreactor .info4 .tableWrapper td:nth-of-type(1) {
  width: 35%;
}
/*
.hapticreactor .info3 .tableWrapper td:nth-of-type(2),
.hapticreactor .info4 .tableWrapper td:nth-of-type(2) {
  width: 15%;
}
*/
.hapticreactor .info3 .tableWrapper td:nth-of-type(2),
.hapticreactor .info4 .tableWrapper td:nth-of-type(2) {
  width: 65%;
}

.hapticreactor .info3 .textWrapper {
  width: 49%;
}

.hapticreactor .info3 .textInner {
  width: auto;
}

.hapticreactor .info5 {
  margin-top: 115px;
}

.hapticreactor .info5 .bodyWrapper {
  max-width: 980px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.hapticreactor .info5 .bodyWrapper .img {
  width: 34.28571%;
}

.hapticreactor .info5 .bodyWrapper .textWrapper {
  width: 59.79591%;
}

.hapticreactor .img_deco2 {
  margin-top: 240px;
  padding: 40px 0 45px;
  background-color: #fff;
}

.hapticreactor .img_deco2 img,
.hapticreactor .img_deco3 img {
  width: auto;
  max-width: 100%;
}

.hapticreactor .img_deco3 {
  margin-top: 220px;
  padding: 40px 0 45px;
  background-color: #fff;
}

.hapticreactor .imgWrapper {
  margin-top: 70px;
  text-align: center;
}

.hapticreactor .imgWrapper img {
  max-width: 100%;
}

.infoWrapper h2.h2-small {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0.8px;
}

/* -----------------
■ #4 hapticcommanderページ
------------------- */
.hapticcommander .twoColumn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.hapticcommander .twoColumn .img {
  max-width: 190px;
}

.hapticcommander .twoColumn .textWrapper {
  max-width: 465px;
}

.hapticcommander .twoColumn .textWrapper p {
  margin-top: 0;
}

.hapticcommander .info2 .bodyWrapper {
  max-width: 980px;
  margin: 40px auto 0;
}

.hapticcommander .info2 .textInner {
  width: auto;
  max-width: none;
}

.hapticcommander .info2 .midashiImgWrapper .img {
  float: none;
  max-width: 750px;
  margin: 35px auto 0;
}

/* -----------------
■ #5 academicページ
------------------- */
.academic .typeD .img {
  margin-top: 50px;
  text-align: center;
}

.academic .typeD .img img {
  width: auto;
  max-width: 100%;
}

.academic .info2 .img {
  margin: 50px 0;
}

.academic .info2 .largeMargin {
  margin: 70px 0;
}

.academic .info4 {
  padding: 0 20px;
}

.academic .info4 .bodyWrapper {
  max-width: 980px;
  margin: 40px auto 0;
}

.academic .info4 .bodyWrapper .img {
  width: 29.18367%;
}

.academic .info4 .bodyWrapper .textWrapper {
  width: 65.81632%;
}

/* -----------------
■ textbox
------------------- */
.textbox {
  max-width: 752px;
  margin: 72px auto 0;
  padding: 0 20px;
  color: #444;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.3px;
}

/* -----------------
■ companyWrapper
------------------- */
.companyWrapper {
  max-width: 752px;
  margin: 244px auto 0;
  padding: 0 20px;
}

.companyWrapper p {
  margin-top: 85px;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 1px;
}

.companyWrapper .tradeText {
  margin-top: 20px;
}

/* -----------------
■ whitepaperWrapper
------------------- */

.mainVisualWrapper.whitepaper .textWrapper {
  top: 38%;
}
.mainVisualWrapper.whitepaper h2 {
  line-height: 1.4;
  margin: 0;
}

.whitepaperWrapper {
  max-width: 956px;
  margin: 70px auto 0;
  padding: 32px 0 45px;
  text-align: center;
  background-color: #fff;
}

.whitepaperWrapper h2 {
  color: #444;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.whitepaperWrapper p {
  font-size: 14px;
}

.whitepaperWrapper .inputWrapper {
  margin: 37px auto 0;
}

.whitepaperWrapper .inputWrapper input {
  font-size: 16px;
  display: inline-block;
  color: #999;
  border: 1px solid #ccc;
  width: 340px;
  padding: 0 20px;
  height: 60px;
  box-sizing: border-box;
  outline: none;
}

.whitepaperWrapper .warning {
  color: #f60;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transition: all 1s;
}

.whitepaperWrapper .warning.show {
  display: block;
  margin-top: 5px;
  max-height: 100px;
  opacity: 1;
}

.whitepaperWrapper button {
  color: #fff;
  border: none;
  width: 240px;
  height: 40px;
  font-size: 14px;
  transition: opacity 0.4s;
  background: #000
    url(/j/info/technology/tec_haptic/images/download/icon_btn_arrow_submit.svg)
    no-repeat right 20px center;
  outline: none;
  cursor: pointer;
  margin-top: 30px;
}

.whitepaperWrapper button:hover {
  opacity: 0.6;
}

.whitepaperWrapper .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  width: 240px;
  height: 40px;
  font-size: 14px;
  transition: opacity 0.4s;
  background: #000
    url(/j/info/technology/tec_haptic/images/download/icon_btn_arrow_dl.svg)
    no-repeat right 30px center;
  outline: none;
  cursor: pointer;
}

.whitepaperWrapper .btn:hover {
  opacity: 0.6;
}

.whitepaperWrapper .dlWrapper {
  display: inline-flex;
  margin-top: 47px;
}

.whitepaperWrapper .dlWrapper .dlThumb {
  margin-right: 50px;
}

.whitepaperWrapper .dlWrapper .dlText {
  text-align: left;
  width: 415px;
}

.whitepaperWrapper .dlWrapper .title__sub {
  font-size: 14px;
  margin-bottom: 10px;
}

.whitepaperWrapper .dlWrapper .title__main {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 27px;
}

/* -----------------
■ contactWrapper
------------------- */
.contactWrapper {
  max-width: 956px;
  margin: 230px auto 0;
  padding: 32px 0 45px;
  text-align: center;
  background-color: #fff;
}

.contactWrapper h2 {
  color: #444;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 4px;
}

.contactWrapper p {
  color: #444;
  font-size: 14px;
  line-height: 26px;
}

.contactWrapper .btnWrapper {
  margin-top: 40px;
}

.contactWrapper .btnWrapper a {
  display: inline-block;
  width: 340px;
  margin: 0 10px;
  color: #444;
  font-size: 16px;
  line-height: 56px;
  text-align: left;
  transition: opacity 0.4s;
  border: 1px solid #ccc;
}

.contactWrapper .btnWrapper a:hover {
  opacity: 0.6;
}

.contactWrapper .btnWrapper a img {
  vertical-align: middle;
}

.contactWrapper .btnWrapper .icon {
  display: inline-block;
  width: 56px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.contactWrapper .btnWrapper .text {
  padding-left: 15px;
}

/* -----------------
■ pagingWrapper
------------------- */
.pagingWrapper {
  position: relative;
  margin-top: 234px;
}

.pagingWrapper .home {
  padding-top: 15px;
}

.pagingWrapper .home img {
  width: 30px;
}

.pagingWrapper .prev,
.pagingWrapper .next {
  position: absolute;
  top: 0;
}

.pagingWrapper .prev {
  left: 55px;
}

.pagingWrapper .next {
  right: 55px;
}

.pagingWrapper .prev a,
.pagingWrapper .next a {
  display: block;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.pagingWrapper .number {
  color: #000;
  font-size: 10px;
  line-height: 16px;
}

.pagingWrapper .text {
  margin-top: 3px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.5px;
}

.pagingWrapper .prev .number {
  padding-left: 58px;
}

.pagingWrapper .next .number {
  padding-right: 58px;
  text-align: right;
}

.pagingWrapper .prev .text {
  padding-left: 58px;
  background: url(/j/info/technology/tec_haptic/images/common/icon_menu_arrow_l.svg)
    no-repeat left center;
}

.pagingWrapper .next .text {
  padding-right: 58px;
  background: url(/j/info/technology/tec_haptic/images/common/icon_menu_arrow.svg)
    no-repeat right center;
}

.pagingWrapper .back {
  margin-top: 62px;
}

.pagingWrapper .back a {
  display: inline-block;
  padding-right: 68px;
  padding-left: 18px;
  color: #000;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 1.5px;
  border: 1px solid #a4a4a4;
  background: url(/j/info/technology/tec_haptic/images/common/icon_menu_arrow.svg)
    no-repeat right 20px center;
}

/* -----------------
■ specialMovie
------------------- */
.specialMovie .topText {
  width: 750px;
  margin: 86px auto 0;
  font-size: 16px;
  line-height: 2;
}
.specialMovie .toForm {
  width: 956px;
  margin: 40px auto 0;
  background: #fff;
  padding: 60px 0;
}
.specialMovie .toForm a {
  display: block;
  width: 340px;
  margin: 0 auto;
  background: #1d1e2a;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}
.specialMovie .videoWrap {
  width: 640px;
  margin: 0 auto;
}
.specialMovie .videoWrap .overTitle {
  text-align: left;
  position: relative;
  z-index: 2;
}
.specialMovie .videoWrap .overTitle > span {
  display: inline-block;
  padding: 4px 15px;
  background: #4a4a4a;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-top: 12px;
}
.specialMovie .videoWrap iframe,
.specialMovie .videoWrap img {
  margin-top: 20px;
  z-index: 1;
}
.specialMovie .block {
  margin-top: 70px;
}
.specialMovie .text {
  width: 640px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 2;
}

/* -----------------
■ footer
------------------- */
.footer {
  padding: 62px 0 70px;
  color: #444;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.8px;
  background-color: #fff;
}

/* -----------------
■ 横1000以下
------------------- */
@media screen and (max-width: 1000px) {
  /* -----------------
■ SP pagingWrapper
------------------- */
  .pagingWrapper {
    width: 88%;
    margin: 98px auto 0;
  }

  .pagingWrapper .text {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .pagingWrapper .next {
    margin-top: 20px;
    text-align: right;
  }

  .pagingWrapper .prev,
  .pagingWrapper .next {
    position: static;
    background-color: #fff;
  }

  .pagingWrapper .prev a,
  .pagingWrapper .next a {
    padding: 10px 0 5px;
    border: none;
  }

  .pagingWrapper .prev .number {
    padding-left: 60px;
  }

  .pagingWrapper .prev .text {
    padding-left: 60px;
    background-position: left 24px center;
  }

  .pagingWrapper .next .number {
    padding-right: 60px;
  }

  .pagingWrapper .next .text {
    padding-right: 60px;
    padding-left: 14px;
    background-position: right 24px center;
  }

  .pagingWrapper .home {
    margin-top: 50px;
    padding: 0;
  }

  .pagingWrapper .back {
    margin-top: 38px;
  }

  /* 横1000------------------- */
}

/* -----------------
■ SP
------------------- */
@media screen and (max-width: 767px) {
  /* -----------------
■ SP 全体
------------------- */
  .contentsWrapper {
    padding-bottom: 60px;
  }

  /* -----------------
■ SP メインビジュアル
------------------- */
  .mainVisualWrapper h2 {
    margin-top: 8px;
  }

  .mainVisualWrapper h2 img {
    width: 76.8%;
  }

  .mainVisualWrapper .pictureCover {
    background-size: 6px auto;
  }

  /* -----------------
■ SP リード
------------------- */
  .readWrapper {
    width: 88%;
    padding-top: 65px;
  }

  .readWrapper h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
  }

  .readWrapper p {
    margin-top: 46px;
    line-height: 28px;
    letter-spacing: 0;
  }

  /* -----------------
■ SP infoWrapper
------------------- */
  .infoWrapper {
    margin-top: 97px;
  }

  .infoWrapper .titleWrapepr,
  .infoWrapper .textWrapper {
    width: 88%;
    margin: 0 auto;
  }

  .infoWrapper .titleWrapepr h2 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1.8px;
  }

  /* typeA */
  .infoWrapper.typeA .titleWrapepr {
    width: auto;
  }

  .infoWrapper.typeA .img {
    float: none;
    width: 100%;
    margin-top: 35px;
    text-align: right;
  }

  .infoWrapper.typeA .img img {
    width: 93.33333%;
  }

  .infoWrapper.typeA .textWrapper {
    float: none;
    width: 88%;
    margin-top: 14px;
  }

  .infoWrapper.typeA .titleWrapepr h2,
  .infoWrapper.typeA .textWrapper p {
    margin: 0 auto;
  }

  /* typeB */
  .infoWrapper.typeB {
    margin-top: 103px;
  }

  .infoWrapper.typeB .img {
    float: none;
    width: 88%;
    margin: 35px auto 0;
    text-align: center;
  }

  .infoWrapper.typeB .textWrapper {
    float: none;
    width: 88%;
  }

  .infoWrapper.typeB .textInner {
    width: auto;
    max-width: none;
  }

  .contentsWrapper .infoWrapper.typeB .textWrapper p {
    margin-top: 37px;
  }

  /* typeB2 */
  .infoWrapper.typeB2 .textInner {
    margin-left: 0;
  }

  /* typeC */
  .infoWrapper.typeC {
    width: auto;
    margin-top: 112px;
    padding: 54px 0 376px;
  }

  .infoWrapper.typeC .textWrapper {
    width: auto;
    margin-top: 25px;
    padding-bottom: 0;
  }

  .infoWrapper.typeC .textWrapper p {
    width: 88%;
    margin: 35px auto 0;
  }

  .infoWrapper.typeC .textWrapper p:first-child {
    margin-top: 0;
  }

  /* typeD */
  .infoWrapper.typeD {
    width: auto;
    margin-top: 115px;
  }

  .infoWrapper.typeD .textWrapper {
    width: 88%;
    margin-top: 15px;
  }

  /* typeE 左右均等 */
  .infoWrapper.typeE .infoInner {
    display: block;
    width: 88%;
  }

  .infoWrapper.typeE h2 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 1px;
  }

  .infoWrapper.typeE .flexbox {
    width: auto;
  }

  .infoWrapper.typeE .flexbox:nth-of-type(2) {
    margin-top: 40px;
  }

  .infoWrapper.typeE .img {
    margin-top: 35px;
  }

  /* image */
  .imageWrapper {
    width: 88%;
    margin: 40px auto 0;
  }

  /* full image */
  .fullImageWrapper {
    margin-top: 40px;
  }

  /* imgWrapper */
  .midashiImgWrapper {
    margin-top: 30px;
  }

  .midashiImgWrapper h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .midashiImgWrapper .img {
    margin-top: 20px;
  }

  /* linklist */
  .infoWrapper .linklist {
    margin-top: 25px;
  }

  /* video */
  .videoWrapper {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }

  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* -----------------
■ SP #1 HMIページ
------------------- */
  .hmi .mainVisualWrapper h2 img {
    width: 287px;
  }

  .hmi .infoWrapper.info1 .img {
    margin-top: 35px;
  }

  .hmi .infoWrapper.info2 .img {
    float: none;
    width: 88%;
    margin: 0 auto;
  }

  .hmi .infoWrapper.info4 {
    margin-top: 112px;
    padding: 54px 0 376px;
    background: url(/j/info/technology/tec_haptic/images/hmi/img_info4_sp.jpg)
      no-repeat left bottom #000;
    background-size: contain;
  }

  /* info3 */
  .hmi .info3 .bodyWrapper {
    width: 88%;
    margin: 20px auto 0;
  }

  .hmi .info3 .bodyWrapper .textWrapper {
    width: auto;
  }

  .hmi .info3 .infoboxInner .left {
    float: none;
    margin: 0 auto;
    padding: 0;
  }

  .hmi .info3 .infoboxInner .right {
    float: none;
    width: auto;
    margin-top: 20px;
  }

  .hmi .info3 .infoboxInner .right p {
    margin: 10px 0 0 17px;
    font-size: 12px;
  }

  .hmi .info3 .arrow {
    margin: 25px 0 20px;
  }

  /* -----------------
■ SP #2 HAPTICページ
------------------- */
  .haptic .mainVisualWrapper h2 img {
    width: 321px;
  }

  .haptic .info1 .imageWrapper p {
    font-size: 10px;
  }

  .haptic .infoWrapper.info2 .img {
    width: 88%;
    margin-left: auto;
    text-align: center;
  }

  .haptic .info2 .textWrapper {
    margin: 0 auto;
  }

  /* -----------------
■ SP #3 PRODUCTSページ
------------------- */
  .products .mainVisualWrapper h2 img {
    width: 342px;
  }

  .products .info4 .imageWrapper img {
    width: 64.69002%;
  }

  .products .info6 .img {
    max-width: none;
  }

  .products .info6 .img .logo1 {
    max-width: none;
    margin: 0 auto;
  }

  .products .info6 .img .logo2 {
    margin: 40px auto 0;
  }

  .products .info6 .textWrapper {
    margin: 0 auto;
  }

  /* -----------------
■ SP #3 HAPTICREACTORページ
------------------- */
  .hapticreactor .mainVisualWrapper h2 img {
    width: 245px;
  }

  .hapticreactor .info1 .textWrapper {
    margin: 0 auto;
  }

  .hapticreactor .info1 .img img {
    max-width: 110px;
  }

  .hapticreactor .img_deco2,
  .hapticreactor .img_deco3 {
    margin-top: 100px;
    padding: 20px 0;
  }

  .hapticreactor .img_deco2 img,
  .hapticreactor .img_deco3 img {
    width: 88%;
  }

  .hapticreactor .info2 .textWrapper,
  .hapticreactor .info3 .textWrapper,
  .hapticreactor .info4 .textWrapper {
    width: auto;
  }

  .hapticreactor .info2 .img img,
  .hapticreactor .info4 .img img {
    max-width: 137px;
  }

  .hapticreactor .info3 .tableWrapper,
  .hapticreactor .info4 .tableWrapper {
    float: none;
    width: 88%;
    margin: 0 auto;
  }

  .hapticreactor .info4 .tableWrapper {
    margin-top: 40px;
  }

  .hapticreactor .info5 .bodyWrapper .img {
    width: 168px;
  }

  .hapticreactor .info5 .bodyWrapper .textWrapper {
    width: auto;
  }

  .hapticreactor .imgWrapper {
    margin-top: 35px;
  }

  /* -----------------
■ SP #4 hapticcommanderページ
------------------- */
  .hapticcommander .twoColumn {
    display: block;
    margin-top: 30px;
  }

  .hapticcommander .twoColumn .img {
    max-width: none;
    width: 143px;
    margin: 0 auto;
  }

  .hapticcommander .twoColumn .textWrapper {
    width: auto;
    max-width: none;
  }

  .hapticcommander .info2 .bodyWrapper {
    max-width: none;
  }

  .hapticcommander .info2 .bodyWrapper .img {
    width: 196px;
    margin: 0 auto;
  }

  .hapticcommander .info2 .midashiImgWrapper .img {
    max-width: none;
    margin: 20px auto 0;
  }

  /* -----------------
■ SP #5 academicページ
------------------- */
  .academic .typeD .textWrapper {
    width: auto;
  }

  .academic .typeD .img {
    margin-top: 30px;
  }

  .academic .info2 .img {
    margin: 30px 0;
  }

  .academic .info2 .largeMargin {
    margin: 50px 0;
  }

  .academic .info4 .bodyWrapper {
    max-width: none;
    margin: 40px auto 0;
  }

  .academic .info4 .bodyWrapper .img {
    width: 143px;
  }

  .academic .info4 .bodyWrapper .textWrapper {
    width: auto;
  }

  /* -----------------
■ SP textbox
------------------- */
  .textbox {
    width: 88%;
    margin-top: 50px;
  }

  /* -----------------
■ SP companyWrapper
------------------- */
  .companyWrapper {
    width: 88%;
    margin-top: 110px;
  }

  .companyWrapper h2 img {
    width: 87.30158%;
  }

  .companyWrapper p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    letter-spacing: 0;
  }

  /* -----------------
■ SP downloadWrapper
------------------- */
  .mainVisualWrapper.whitepaper .textWrapper {
    top: 44%;
  }

  .whitepaperWrapper {
    width: auto;
    padding: 15px 15px 25px;
  }

  .whitepaperWrapper h2 {
    font-size: 18px;
  }

  .whitepaperWrapper p {
    font-size: 12px;
  }

  .whitepaperWrapper h2 + p {
    text-align: left;
  }

  .whitepaperWrapper .inputWrapper {
    margin: 20px auto 0;
  }

  .whitepaperWrapper button {
    margin-top: 20px;
  }

  .whitepaperWrapper .inputWrapper input {
    width: 100%;
    max-width: 100%;
  }

  .whitepaperWrapper .dlWrapper {
    margin: 20px auto 30px;
    flex-direction: column;
  }

  .whitepaperWrapper .dlWrapper .dlThumb {
    margin: 0 0 20px;
  }

  .whitepaperWrapper .dlWrapper .dlThumb img {
    max-width: 100%;
  }

  .whitepaperWrapper .dlWrapper .dlText {
    width: 100%;
  }

  .whitepaperWrapper .dlWrapper .btnWrapper {
    text-align: center;
  }

  /* -----------------
■ SP contactWrapper
------------------- */
  .contactWrapper {
    width: auto;
    margin-top: 115px;
    padding: 15px 0 25px;
  }

  .contactWrapper h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .contactWrapper p {
    margin-top: 5px;
    font-size: 12px;
  }

  .contactWrapper .btnWrapper {
    margin-top: 20px;
  }

  .contactWrapper .btnWrapper a {
    display: block;
    width: 88%;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 46px;
  }

  /* -----------------
■ specialMovie
------------------- */
  .specialMovie .topText {
    width: 88%;
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 2;
  }
  .specialMovie .toForm {
    width: 88%;
    margin: 20px auto 0;
    background: #fff;
    padding: 30px 0;
  }
  .specialMovie .toForm a {
    display: block;
    width: 90%;
    margin: 0 auto;
    background: #1d1e2a;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
  }
  .specialMovie .videoWrap {
    width: 88%;
    margin: 0 auto;
  }
  .specialMovie .videoWrap .overTitle {
    text-align: left;
    position: relative;
    z-index: 2;
  }
  .specialMovie .videoWrap .overTitle > span {
    display: inline-block;
    padding: 4px 8px;
    background: #4a4a4a;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-top: 12px;
  }
  .specialMovie .videoWrapper {
    overflow: hidden;
    position: relative;
    height: auto;
    padding-bottom: 0;
    z-index: 1;
  }
  .specialMovie .videoWrap .video {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    z-index: 1;
  }
  .specialMovie .videoWrap img {
    max-width: 100%;
  }

  .specialMovie .block {
    margin-top: 40px;
  }
  .specialMovie .text {
    width: 88%;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 2;
  }

  /* -----------------
■ SP footer
------------------- */
  .footer {
    padding: 26px 0 32px;
    font-size: 9px;
    letter-spacing: 0;
  }

  /* -----------------
■ sp end
------------------- */
}

.seriesList {
  display: flex;
  flex-flow: column;
  gap: 100px 0;
}
.seriesTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
:lang(en) .seriesTitle {
  font-size: 32px;
}
.seriesInner {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.seriesImage {
  width: 335px;
}
.seriesImage img {
  max-width: 100%;
}
.seriesDetail {
  flex: 1;
}
.seriesDetail table {
  border-collapse: separate;
  border-spacing: 15px 0;
  width: 100%;
  font-size: 13px;
}
.seriesDetail table th {
  border-top: 1px solid #ccc;
  width: 120px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
:lang(en) .seriesDetail table th {
  width: 140px;
  padding: 8px 5px;
}
.seriesDetail table td {
  border-top: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.seriesDetail table tr:last-child th {
  border-bottom: 1px solid #ccc;
}
.seriesDetail table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.seriesBtn {
  margin-top: 40px;
}
.seriesBtn a {
  display: flex;
  align-items: center;
  padding: 8px 60px 8px 20px;
  width: 310px;
  min-height: 60px;
  background: #002f70;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}
:lang(en) .seriesBtn a {
  font-size: 16px;
}
.seriesBtn a::after {
  display: block;
  content: "";
  width: 27px;
  height: 8px;
  background: url(/j/info/haptic/images/hapticreactor/btn_arrow.png) no-repeat center center;
  background-size: 27px 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}

@media screen and (max-width: 860px) {
  .seriesInner {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .seriesImage {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .seriesInner {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  .seriesImage {
    width: 335px;
  }
  .seriesBtn a {
    box-sizing: border-box;
    width: 100%;
  }
}
