.projector-page {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
  line-height: 1.7;
}
  @media screen and (max-width: 640px) {
    .projector-page {
      line-height: 1.6;
    }
  }

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
.projector-page a {
  transition: all 0.2s ease-in-out 0s;
}

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
.projector-page img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -ms-transition:none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
/* 等間隔に配置 */
.fx_between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.pc_none {
  display:none;
}

@media screen and (max-width: 640px) {
  .pc_none {
    display:block;
  }
  .sp_none {
    display:none;
  }
  .sp_block {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    display: block;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display:none;
}
.pagetop a img {
  transition: all 0.2s ease-in-out 0s;
}
  @media screen and (max-width: 640px) {
    .pagetop {
      width: 40px;
    }
  }

.main_inner {
  box-sizing: border-box;
  position: relative;
  width: 976px;
  margin: 0 auto;
}
  @media screen and (max-width: 640px) {
    .main_inner {
      width: 100%;
    }
  }

/*----------------------------------------------------
  メインビジュアル
--------------------------------------------------- */
body {
  background: #e3e3e3 url("../../../etc/designs/panasonic/common-clientlibs/images/bg-overall-shadow-dark.gif") repeat-y center top;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-touch-callout:none;
}
#page {
    max-width: 1200px;
    min-width: 980px;
    margin: 0 auto;
    background: #fFF;
    overflow: hidden;
}
figure {padding: 0; margin: 0;}

#main_img {
  position: relative;
  width: 1200px;
  height: 570px;
}
#main_img h2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 46px;
  background: rgba(80,160,0,0.65);
  text-shadow: 0 0 7px rgba(0,0,0,0.8);
  font-weight: 600;
  z-index: 10;
  padding: 7px 0;
}
.main_left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.main_right {
  position: absolute;
  right: 0;
  top: 0;
}
  @media screen and (max-width: 640px) {
    #page {
      max-width: 100%;
      min-width: 100%;
      width: 100%;
    }
    #main_img {
      width: 100%;
      height: 47.2vw;
    }
    #main_img h2 {
      font-size: 4.53vw;
      text-shadow: 0 0 5px rgba(0,0,0,0.8);
      padding: 1.2vw 0;
    }
    .main_left img {
      width: auto;
      height: 47.2vw;
    }
    .main_right img {
      width: auto;
      height: 47.2vw;
    }
  }

#main_product {
  position: relative;
  top: -50px;
  width: 976px;
  margin: 0 auto;
  z-index: 10;
}
#main_product figure {
  width: 435px;
}
#main_product p {
  width: 510px;
  font-size: 18px;
  padding-top: 35px;
}
#main_product h3 {
  color: #29A9E0;
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
}
#main_product h3 small {
  display: inline-block;
  font-size: 24px;
  padding: 0 7px;
}
#main_product h3 strong {
  display: inline-block;
  font-size: 40px;
  padding: 0 7px;
}
  @media screen and (max-width: 640px) {
    #main_product {
      box-sizing: border-box;
      top: -4vw;
      width: 100%;
      padding: 0 2.66vw;
    }
    #main_product figure {
      width: 100%;
      text-align: center;
    }
    #main_product figure img {
      width: 57.6vw;
    }
    #main_product p {
      width: 100%;
      font-size: 3.46vw;
      padding-top: 4.8vw;
    }
    #main_product h3 {
      margin-top: 3.5vw;
      line-height: 1.2;
    }
    #main_product h3 small {
      display: block;
      font-size: 3.73vw;
      padding: 0;
      margin-bottom: 2vw;
    }
    #main_product h3 strong {
      display: block;
      font-size: 6.4vw;
      padding: 0;
    }
  }

#intro01 {
  position: relative;
  background: #808080;
  text-align: center;
  padding: 25px 0 60px;
}
#intro01::after {
  position: absolute;
  content: '';
  top: 100%;
  left: calc(50% - 100px);
  border: 100px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 100px;
  border-top: 40px solid #808080;
  width: 0;
  height: 0;
}
#intro01 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.intro01_box {
  position: relative;
  height: 450px;
}
.com01 {
  position: absolute;
  left: 20px;
  top: 58px;
  z-index: 1;
}
.com02 {
  position: absolute;
  left: 345px;
  top: 0;
  z-index: 2;
}
.com03 {
  position: absolute;
  right: -15px;
  top: 45px;
  z-index: 2;
}
.intro01_img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
  @media screen and (max-width: 640px) {
    #intro01 {
      padding: 3.46vw 0 4.26vw;
    }
    #intro01::after {
      left: calc(50% - 8.53vw);
      border: 8.53vw solid transparent;
      border-top-width: 8.53vw;
      border-top: 4vw solid #808080;
    }
    #intro01 h2 {
      font-size: 4.8vw;
      margin-bottom: 1.4vw;
    }
    .intro01_box {
      height: 46.6vw;
    }
    .com01 {
      position: absolute;
      left: 1.33vw;
      top: 6.66vw;
    }
    .com01 img {
      width: 33.66vw;
      /*height: 18.66;*/
    }
    .com02 {
      position: absolute;
      left: 30.66vw;
      top: 0;
    }
    .com02 img {
      width: 33.33vw;
      /*height: 19.46vw;*/
    }
    .com03 {
      position: absolute;
      right: 1.33vw;
      top: 5.06vw;
    }
    .com03 img {
      width: 32.53vw;
      /*height: 18.93vw;*/
    }
    .intro01_img {
      box-sizing: border-box;
      padding: 0 4.7vw 0 1vw;
    }
  }

#intro02 {
  background: #29A9E0;
  text-align: center;
  padding: 45px 0 20px;
  margin-bottom: 85px;
}
#intro02 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 12px;
}
#intro02 h2 strong {
  display: inline-block;
  font-size: 40px;
  margin: 0 15px;
}
#intro02 figure {
  margin-bottom: 30px;
}
#intro02 p {
  font-size: 30px;
  color: #fff;
}
  @media screen and (max-width: 640px) {
    #intro02 {
      padding: 5.8vw 0 20px;
      margin-bottom: 6.66vw;
    }
    #intro02 h2 {
      font-size: 3.46vw;
      margin-bottom: 1.2vw;
    }
    #intro02 h2 strong {
      font-size: 4.26vw;
      margin: 0 1.5vw;
    }
    #intro02 figure {
      padding: 0 3.2vw;
      margin-bottom: 2vw;
    }
    #intro02 p {
      font-size: 3.2vw;
    }
  }

.future_box {
  margin-bottom: 90px;
}
.future_box:last-child {
  margin-bottom: 20px;
}
.future_box h3 {
  position: relative;
  color: #0071BA;
  font-size: 32px;
  font-weight: 600;
  border: solid 2px #0071BA;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  padding: 8px 5px 5px 5px;
  margin-bottom: 45px;
}
.future_box h3:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #FFF;
  z-index: 2;
}
.future_box h3:after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 50%;
  margin-left: -27px;
  border: 27px solid transparent;
  border-top: 27px solid #0071BA;
  z-index: 1;
}
.future_box p {
  font-size: 20px;
}
  @media screen and (max-width: 640px) {
    .future_box {
      margin-bottom: 11vw;
      padding: 0 2vw;
    }
    .future_box:last-child {
      margin-bottom: 7.3vw;
    }
    .future_box h3 {
      font-size: 3.2vw;
      border-radius: 5px;
      padding: 0.9vw 0;
      margin-bottom: 3.5vw;
    }
    .future_box h3:before {
      bottom: -5.33vw;
      margin-left: -2.66vw;
      border: 2.66vw solid transparent;
      border-top: 2.66vw solid #FFF;
    }
    .future_box h3:after {
      bottom: -6.4vw;
      margin-left: -3.2vw;
      border: 3.2vw solid transparent;
      border-top: 3.2vw solid #0071BA;
    }
    .future_box p {
      width: 100%!important;
      font-size: 2.93vw;
      line-height: 1.5;
    }
    .future_box figure {
      width: 100%!important;
    }
  }

.future01 p {
  width: 485px;
}
.future01 figure {
  width: 450px;
}
  @media screen and (max-width: 640px) {
    .future01 figure {
      margin-top: 1.5vw;
    }
  }

.warranty {
  background: #EFEFEF;
  padding: 30px;
  margin-top: 40px;
}
.warranty dt {
  font-weight: 600;
  font-size: 18px;
}
.warranty dd {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.warranty_txt {
  width: 685px;
}
.warranty_txt li {
  font-size: 12px;
  line-height: 1.4;
}
  @media screen and (max-width: 640px) {
    .warranty {
      padding: 3.7vw 2.66vw 4.4vw 2.66vw;
      margin-top: 4vw;
      margin: 3.7vw -2vw 0 -2vw;
    }
    .warranty figure {
      text-align: center;
      margin-bottom: 1.8vw;
    }
    .warranty figure img {
      text-align: center;
      width: 26.66vw;
    }
    .warranty dt {
      font-size: 3.2vw;
    }
    .warranty dd {
      font-size: 2.66vw;
      line-height: 1.5;
      margin-bottom: 2vw;
    }
    .warranty_txt {
      width: 100%;
    }
    .warranty_txt ul {
      padding-top: 0.5vw;
    }
    .warranty_txt li {
      font-size: 2.66vw;
      line-height: 1.4;
    }
  }

.future03 p {
  width: 430px;
}
.future03 figure {
  width: 530px;
}
  @media screen and (max-width: 640px) {
    .future03 figure {
      margin-top: 3.5vw;
    }
  }

.notes {
  margin-bottom: 95px;
}
.notes li {
  font-size: 12px;
  line-height: 1.5;
}
  @media screen and (max-width: 640px) {
    .notes {
      margin-bottom: 7vw;
      padding: 0 2.66vw;
    }
    .notes li {
      font-size: 2.66vw;
      line-height: 1.4;
    }
  }

.contact_nav h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
.contact_nav li {
  box-sizing: border-box;
  position: relative;
  width: 300px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #0071BA!important;
  border: solid 1px #fff;
}
.contact_nav li::before {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #29A9E0;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
.contact_nav li:hover::before {
  opacity: 1;
  left: 0;
}
.contact_nav li a {
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #fff;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
}
.contact_nav li a::after {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -15px;
  content: "";
  width: 18px;
  height: 30px;
  background: url("../img/arrow01.svg") 0 0 no-repeat;
  background-size: 18px 30px;
}
.contact_nav li span {
  position: relative;
  z-index: 5;
}
.c_nav01 a {
  letter-spacing: 24px;
  padding-left: 95px;
  background: url("../img/ico_cart.svg") 15px center no-repeat;
  background-size: 49px 40px;
}
.c_nav02 a {
  letter-spacing: 24px;
  padding-left: 137px;
  background: url("../img/ico_prj.svg") 20px center no-repeat;
  background-size: 82px 29px;
}
.c_nav03 a {
  padding-left: 80px;
  background: url("../img/ico_tel.svg") 22px center no-repeat;
  background-size: 37px 40px;
}
  @media screen and (max-width: 640px) {
    .contact_nav h3 {
      font-size: 3.2vw;
      letter-spacing: 0.7vw;
      margin-bottom: 3.5vw;
    }
    .contact_nav ul {
      padding: 0 2.66vw;
    }
    .contact_nav li {
      width: 30.66vw;
      border-radius: 5px;
    }
    .contact_nav li a {
      line-height: 6.13vw;
      font-size: 2.66vw;
    }
    .contact_nav li a::after {
      right: 1.2vw;
      top: 50%;
      margin-top: -1.9vw;
      width: 2.2vw;
      height: 3.8vw;
      background-size: 2.2vw 3.8vw;
    }
    .c_nav01 a {
      letter-spacing: 2.66vw;
      padding-left: 8.53vw;
      background: url("../img/ico_cart.svg") 1.2vw center no-repeat;
      background-size: 5.3vw auto;
    }
    .c_nav02 a {
      letter-spacing: 2.66vw;
      padding-left: 13vw;
      background: url("../img/ico_prj.svg") 1.5vw center no-repeat;
      background-size: 8.53vw auto;
    }
    .c_nav03 a {
      padding-left: 6.66vw;
      background: url("../img/ico_tel.svg") 1.5vw center no-repeat;
      background-size: 3.9vw auto;
    }
  }

.contact_nav_wrap01 {
  margin-bottom: 80px;
}
  @media screen and (max-width: 640px) {
    .contact_nav_wrap01 {
      margin-bottom: 16vw;
    }
  }

#series {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 75px;
}
#series h2 {
  background: #3EA6DD;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 12px;
}
#series h2 strong {
  display: block;
  font-size: 50px;
}
.spec_img {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 663px;
  height: 375px;
}
.spec_img figure {
  position: absolute;
  left: 0;
  bottom: 22px;
}
.spec_img span {
  position: absolute;
  right: 0;
  bottom: 0;
}
.spec_icons {
  position: absolute;
  right: 160px;
  bottom: 0;
}
.spec_list {
  position: absolute;
  left: 0;
  bottom: 0;
}
.spec_box {
  height: 330px;
}
.spec_box h4 {
  line-height: 1.4;
  margin-top: 22px;
}
.spec_box h4 span {
  font-size: 30px;
}
.spec_box h4 b {
  font-weight: 600;
}
.spec_box h4 small {
  display: inline-block;
  font-size: 18px;
  margin-left: 8px;
}
.spec_box li {
  box-sizing: border-box;
  width: 120px;
  line-height: 28px;
  border: solid 1px #9E9E9F;
  text-align: center;
  margin-right: 12px;
  font-weight: 500;
}
.ff01 {
  font-family: Arial, Helvetica, "sans-serif";
}
  @media screen and (max-width: 640px) {
    #series {
      margin-bottom: 0;
    }
    #series h2 {
      font-size: 3.46vw;
      padding-top: 4vw;
    }
    #series h2 strong {
      display: block;
      font-size: 6.4vw;
      padding: 0.4vw 0 1vw 0;
    }
    .spec_img {
      position: relative;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 31.6vw;
    }
    .spec_img figure {
      bottom: auto;
      top: -1vw;
      width: 100%;
      text-align: center;
    }
    .spec_img figure img {
      width:  61.33vw;
    }
    .spec_img span {
      width: 13.86vw;
      right: 4.2vw;
      bottom: 4.7vw;
    }
    .spec_icons {
      position: static;
      padding: 0 4.4vw;
    }
    .spec_list {
      position: static;
      padding: 5vw 9vw;
    }
    .spec_box {
      height: auto;
    }
    .spec_list > div {
      padding-bottom: 2vw;
    }
    .spec_list > div:after {
      content: ""; 
      display: block; 
      clear: both;
    }
    .spec01 {
      padding-bottom: 3.5vw!important;
    }
    .spec_box h4 {
      float: left;
      width: 33.33vw;
      line-height: 1.3;
      margin-top: 0;
    }
    .spec_box h4 span {
      font-size: 5.33vw;
    }
    .spec_box h4 small {
      display: block;
      font-size: 2.66vw;
      margin-left: 0;
    }
    .spec_box li {
      box-sizing: border-box;
      width: 22.13vw;
      line-height: 5.06vw;
      margin-right: 2vw;
      margin-top: 0.5vw;
      font-size: 3.2vw;
    }
  }

#movie {
  background: #C9C9C9;
  border-radius: 10px;
  padding: 35px;
  margin-bottom: 160px;
}
#movie iframe {
  display: block;
  width: 800px;
  height: 450px;
  margin: 0 auto;
}
  @media screen and (max-width: 640px) {
    #movie {
      background: none;
      padding: 0 3.7vw;
      margin-bottom: 9vw;
    }
    #movie .youtube_box {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
    }
    #movie .youtube_box iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
    }
  }

.to_product {
  background: #EFEFEF;
  padding: 20px 0 32px;
}
.to_product h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
.to_product ul {
  width: 852px;
  margin: 0 auto;
}
.to_product li {
  width: 400px;
}
.to_product li a {
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center;
  color: #0071BA;
  border: solid 2px #0071BA;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  border-radius: 15px;
}
.to_product li a:hover {
  background: #DFEAF0;
}
.to_product li a::after {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -15px;
  content: "";
  width: 18px;
  height: 30px;
  background: url("../img/arrow02.svg")  0 0 no-repeat;
  background-size: 18px 30px;
}
  @media screen and (max-width: 640px) {
    .to_product {
      padding: 4.8vw 5.4vw 6.3vw;
    }
    .to_product h3 {
      font-size: 3.2vw;
      letter-spacing: 0.7vw;
      margin-bottom: 3.2vw;
    }
    .to_product ul {
      width: 100%;
    }
    .to_product li {
      width: 42vw;
    }
    .to_product li a {
      line-height: 6.13vw;
      font-size: 2.66vw;
      border-radius: 5px;
    }
    .to_product li a {
      line-height: 6.13vw;
      font-size: 2.66vw;
    }
    .to_product li a::after {
      right: 1.2vw;
      top: 50%;
      margin-top: -1.9vw;
      width: 2.2vw;
      height: 3.8vw;
      background-size: 2.2vw 3.8vw;
    }
  }

.contact_nav_wrap02 {
  background: #DFEAF0;
  padding: 20px 0 40px 0;
}
  @media screen and (max-width: 640px) {
    .contact_nav_wrap02 {
      padding: 4.7vw 0 7vw 0;
    }
  }