@charset "utf-8";

.pB0 {
  padding-bottom: 0;
}
.pB30 {
  padding-bottom: 30px;
}

@media only screen and (max-width:640px) {
}
@media screen and (min-width: 641px) {

  figure a.modal.click_to_large {
    position: relative;
    margin: 0;
  }
  figure a.modal.click_to_large:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 32px;
    background: url(/products/common/images/btn_click-to-large.svg) 0 0 / contain no-repeat;
  }

}


/* -----------------------------------------------
inContents
----------------------------------------------- */

.mainContens .inContents .inner-wrap {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.mainContens .inContents h3 {
  font-weight: bold;
}
.mainContens .inContents img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width:640px) {

  /* .inner_wrap {
    width: 100%;
  } */
  .mainContens .inContents {
    margin-top: 0;
  }
  .inContents p {
    font-size: 110%;
    line-height: 170%;
  }
  .mainContens .inContents .inner-wrap {
    /* width: 96%; */
    padding-right: 10px;
    padding-left: 10px;
    /* padding-right: 30px;
    padding-left: 30px; */
  }
  .mainContens .inContents h3 {
    font-size: 1.1rem;
    line-height: 1.68;
    margin-bottom: 5%;
  }
  .mainContens .inContents p {
    font-size: .7rem;
    line-height: 2;
  }

}

@media screen and (min-width: 641px) {

  .mainContens .inContents {
    margin-top: 0 !important;
    margin-bottom: 80px;
    font-size: 16px;
  }
  .mainContens .inContents .inner-wrap {
    max-width: 1366px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .mainContens .inContents h3 {
    font-size: 22px;
    line-height: 1.68;
    margin-bottom: 34px;
  }
  .mainContens .inContents p {
    font-size: 14px;
    line-height: 2;
  }

}


/* -----------------------------------------------

spec_gallery

----------------------------------------------- */
#spec .mainContens .inContents {
  background: #fff;
  color: #707070;
}
.software {
  margin: 15px 0;
}
.software strong {
  font-size: 16px;
  margin-left: -1em;
  display: inline-block;
}
.software ul {
  margin: 5px 0;
}
.software p, .software a {
  margin-top: .4em;
  margin-left: -1em;
  font-size: .8em !important;
}
.dot_list li:before {
  content: '・ ';
}
.circle_list li:before {
  content: '● ';
}
li.asta:before {
  content: '※ ';
}

.notes {
  margin:30px 0 0;
  padding-left: 1.7%;
}
.notes ul li {
  text-indent: -1.7%;
}
.notes ul li:before {
  content: '● ';
}
.notes ul li.asta:before {
  content:'＊';
}
.notes ul li.kome:before {
  content:'※';
}

@media screen and (max-width: 640px) {
  .specification_detail .price_detail {
    margin-top: 60px;
  }
}





/* -----------------------------------------------

features

----------------------------------------------- */
.features_mv_wrap {
  position: relative;
  overflow: hidden;
  margin: auto;
  max-width: 1366px;
}
.features_mv_wrap .mv_cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #707070;
}

.features_mv_wrap .points_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .points_wrap li.point_01 {
  left: 62.0%;
  top: 25.2%;
}
.points_wrap li.point_02 {
  left: 55.4%;
  top: 32.4%;
}
.points_wrap li.point_03 {
  left: 49%;
  top: 17.6%;
}
.points_wrap li.point_04 {
  left: 73.8%;
  top: 6.6%;
}
.points_wrap li.point_05 {
  left: 86%;
  top: 18.4%;
}
.points_wrap li.point_06 {
  left: 74.6%;
  top: 51.0%;
} */
.points_wrap li {
  position: absolute;
  z-index: 5;
  font-size: 0;
}
.points_wrap li a {
  display: block;
}
.points_wrap li a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../images/features/point-ro.svg) 50% 0 / contain no-repeat;
}
.points_wrap li a:hover:after {
    opacity: 1;
}
.points_wrap li a:hover img {
    opacity: 0;
}
.points_wrap li a>img {
  /* width: 1.4375rem; */
  /* width: 1.8375rem;
  width: 50px; */
  -webkit-animation-duration: 2s;
  -webkit-animation-name: point;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-name: point;
  animation-iteration-count: infinite;
}
@keyframes point {
  0%,100% {transform: scale(1);}
  50% {transform: scale(.8);}
}

#points_window {
  display:none;
}
.pw_content {}
.pw_content .pw_inner {
  font-weight: bold;
  margin: auto;
}
.pw_inner h3 {
  color: #707070;
}
.pw_inner h3 span {
  color: #a6a6a6;
  display: block;
  font-weight: normal;
  font-family: DIN Regular, san-serif;
}
.pw_inner p {
  font-weight: normal;
}
.pw_inner a {
  position: absolute;
  right: 3.4em;
  bottom: 1.4em;
  right: 0;
  bottom: 6px;
  display: block;
  width: 70px;
  height: 50px;
  text-indent: -999%;
}
.pw_inner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 34px;
  height: 34px;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  transform-origin: left;
}

#cboxLoadedContent {
  background: #f5f3f6;
}
#cboxContent button[type="button"]:not(#cboxClose) {
  display: none !important;
}
#cboxContent button#cboxClose {
  background: none;
  top: 0;
  width: 66px;
  height: 66px;
}
#cboxContent button#cboxClose::before,
#cboxContent button#cboxClose::after {
  display: block;
  content: "";
  width: 34px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
}
#cboxContent button#cboxClose::before {
  transform: rotate(-45deg) translate(-50%, -50%);
}
#cboxContent button#cboxClose::after {
  transform: rotate(45deg) translate(-50%, -50%);
}

@media screen and (max-width: 640px) {

  .points_wrap li.point_01 {
    left: 43%;
    top: 13.6%;
  }
  .points_wrap li.point_02 {
    left: 31.4%;
    top: 18.4%;
  }
  .points_wrap li.point_03 {
    left: 22%;
    top: 9.6%;
  }
  .points_wrap li.point_04 {
    left: 58.8%;
    top: 3.2%;
  }
  .points_wrap li.point_05 {
    left: 80%;
    top: 10.4%;
  }
  .points_wrap li.point_06 {
    left: 61.6%;
    top: 29%;
  }

  .points_wrap li a>img {
    width: 6.66vw;
  }

  .pw_content {
    padding: 5%;
  }
  .pw_content .pw_inner {
    width:100%;
    max-width: 506px;
  }
  #cboxTitle {
    display: none !important;
  }
  .pw_inner h3 {
    font-size: 3.2vw;
  }
  .pw_inner h3 span {
    margin: 2% 0 2%;
  }
  .pw_inner p {
    font-size: 2.4vw;
    line-height: 1.46;
    margin-top: 3%;
    padding-right: 60px;
  }

  /* .pw_inner a {
    right: -6%;
    bottom: -8%;
  } */

  .mv_wrap {
    /*background: #25272C;*/
  }
  .features_mv_wrap .mv_cap {
    /* top: 74%; */
    position: relative;
    margin-top: -29%;
  }
  .mv_cap .mv_cap_head {
    text-align: center;
  }
  .mv_cap .mv_cap_head strong {
    font-size: 5.33vw;
  }
  .mv_cap .mv_cap_head h2 {
    font-size: 3.2vw;
    margin: 1.6% 0 4%;
  }
  .mv_cap .mv_cap_head p {
    font-size: 3.2vw;
    line-height: 1.2;
  }


  .mv_cap .mv_cap_bottom {
    padding: 0 5% 5%;
    margin-top: 12%;
  }
  .mv_cap .mv_cap_bottom h3 {
    font-size: 3.73vw;
    line-height: 1.66;
    margin-bottom: 5%;
    text-align: center;
  }
  .mv_cap .mv_cap_bottom p {
    /* font-size: 18px; */
    font-size: 2.4vw;
    line-height: 1.78;
  }






}


@media screen and (min-width: 641px) {

  .points_wrap li.point_01 {
    left: 62.0%;
    top: 25.2%;
  }
  .points_wrap li.point_02 {
    left: 55.4%;
    top: 32.4%;
  }
  .points_wrap li.point_03 {
    left: 49%;
    top: 17.6%;
  }
  .points_wrap li.point_04 {
    left: 73.8%;
    top: 6.6%;
  }
  .points_wrap li.point_05 {
    left: 86%;
    top: 18.4%;
  }
  .points_wrap li.point_06 {
    left: 74.6%;
    top: 51.0%;
  }
  .points_wrap li a>img {
    width: 50px;
  }

  .pw_content {
    padding: 29px 0;
  }
  .pw_inner {
    max-width: 506px;
  }
  .pw_inner h3 {
    font-size: 24px;
  }
  .pw_inner h3 span {
    margin: 12px 0 14px;
  }
  .pw_inner p {
    font-size: 18px;
    line-height: 1.46;
    margin-top: 13px;
  }



  .features_mv_wrap .mv_cap {}
  .features_mv_wrap .mv_cap .mv_cap_head {
    position: absolute;
    top: 16.8%;
    left: 3%;
    width: 35%;
    /* text-shadow:-1px -1px 4px rgba(0,0,0,.6),-1px 0px 4px rgba(0,0,0,.6),-1px 1px 4px rgba(0,0,0,.6),0px -1px 4px rgba(0,0,0,.6),0px 1px 4px rgba(0,0,0,.6),1px -1px 4px rgba(0,0,0,.6),1px 0px 4px rgba(0,0,0,.6),1px 1px 4px rgba(0,0,0,.6); */
  }
  .mv_cap .mv_cap_head strong {
    /* font-size: 38px; */
    font-size: 2.78vw;
  }
  .mv_cap .mv_cap_head h2 {
    /* font-size: 18px; */
    font-size: 1.31vw;
    margin: 1.6% 0 12.8%;
  }
  .mv_cap .mv_cap_head p {
    /* font-size: 18px; */
    font-size: 1.31vw;
    line-height: 1.8;
  }

  .features_mv_wrap .mv_cap .mv_cap_bottom {
    position: absolute;
    /* top: 68.8%; */
    top: 64.8%;
    left: 50%;
    width: 92.67%;
    margin: 0 auto;
    transform: translateX(-50%);
    /* text-shadow:-1px -1px 4px rgba(0,0,0,.6),-1px 0px 4px rgba(0,0,0,.6),-1px 1px 4px rgba(0,0,0,.6),0px -1px 4px rgba(0,0,0,.6),0px 1px 4px rgba(0,0,0,.6),1px -1px 4px rgba(0,0,0,.6),1px 0px 4px rgba(0,0,0,.6),1px 1px 4px rgba(0,0,0,.6); */
  }
  .mv_cap .mv_cap_bottom h3 {
    /* font-size: 24px; */
    font-size: 1.75vw;
    line-height: 1.66;
    margin-bottom: 12px;
  }
  .mv_cap .mv_cap_bottom p {
    /* font-size: 18px; */
    font-size: 1.31vw;
    line-height: 1.78;
  }

}

@media screen and (min-width: 1366px) {

  .mv_cap .mv_cap_head strong {
    font-size: 38px;
  }
  .mv_cap .mv_cap_head h2 {
    font-size: 18px;

  }
  .mv_cap .mv_cap_head p {
    font-size: 18px;
  }
 .mv_cap .mv_cap_bottom h3 {
    font-size: 24px;
 }
  .mv_cap .mv_cap_bottom p {
    font-size: 18px;
  }

}




section[class^="section_"] figure {
  margin: 0;
}
section[class^="section_"] figure img {
  width: 100%;
}
section[class^="section_"] figure figcaption {
  line-height: 1.4;
  margin-top: 3px;

}
.section_head {
  /* background-position: 0 0;
  background-size: contain; */
  background-position: 80% 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.section_head h2 {
  font-weight: bold;
  color: #fefefe;
}
.section_head h2 span {
  font-weight: normal;
  display: block;
  color: #d2d2d2;
}
.section_pl .section_head h2,
.section_bi .section_head h2,
.section_ta .section_head h2,
.section_cm .section_head h2 {color: #707070;}
.section_pl .section_head h2 span,
.section_bi .section_head h2 span,
.section_ta .section_head h2 span,
.section_cm .section_head h2 span {color: #a6a6a6;}

section[class^="section_"] .sectionSubTitle,
section[class^="section_"] h4 {
  font-weight: bold;
  color: #707070;
}
section[class^="section_"] h4 {
  border-bottom: 1px solid #000;
  display: inline-block;
  line-height: 1.4;
}
.inContents section[class^="section_"] p {
  color: #666;
}


@media screen and (max-width: 640px) {

  section[class^="section_"] {
    /* margin-bottom: 80px; */
    padding-top: 15% !important;
  }
section[class^="section_"] figure figcaption {
  font-size: .8rem;

}

  .section_head {
    width: 100%;
    height: 90px;
    /* aspect-ratio: 1 / 0.101; */
    margin-bottom: 30px;
    background-color: #f2c7c7;
    background-position: 100% 0;
  }
  .section_ddm .section_head {
    background-image: url(../images/features/1300G_DDM-tit_sp.jpg);
  }
  .section_dsd .section_head {
    background-image: url(../images/features/1300G-DSD_tit_sp.jpg);
  }
  .section_pl .section_head {
    background-image: url(../images/features/1300G-Pla_tit_sp.jpg);
  }
  .section_bi .section_head {
    background-image: url(../images/features/1300G-Body_tit_sp.jpg);
  }
  .section_ta .section_head {
    background-image: url(../images/features/1300G-TA_tit_sp.jpg);
  }
  .section_de .section_head {
    background-image: url(../images/features/1300G-Des_tit_sp.jpg);
  }
  .section_cm .section_head {
    background: #e8e8e8;
    background: -moz-linear-gradient(top,  #e8e8e8 0%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top,  #e8e8e8 0%,#f9f9f9 100%);
    background: linear-gradient(to bottom,  #e8e8e8 0%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
  }
  .section_head h2 {
    font-size: 1.05rem;
    margin-top: .5%;
    margin-left: 1.05em;
  }
  .section_head h2 span {
    font-size: .95rem;
    /* margin-top: 4.2%; */
    margin-top: .5em;
  }
  section[class^="section_"] .sectionSubTitle {
    /* font-size: 1rem; */
    font-size: 0.95rem;
    border-left: 5px solid #000;
    margin: 0 0 30px;
    padding: 0 0 0 1em;
    line-height: 1.4;
  }
  section[class^="section_"] h4 {
    font-size: .9rem;
    margin-bottom: 26px;
    padding-bottom: 2px;
    /* line-height: 1.2; */
  }
  section[class^="section_"] .col1-resp:not(:last-child) {
    margin-bottom: 60px;
  }

  .cont_fx_wrap {

  }

  .inContents section[class^="section_"] p {
    font-size: .95rem;
    line-height: 1.44;
  }
  .inContents section[class^="section_"] * + figure {
    margin-top: 2em;
  }

  .cont_fx_wrap:not(.half) figure {
    /* width: 31.78%;
    max-width: 434px; */
  }
  .cont_fx_wrap:not(.half) > *:not(figure),
  .cont_fx_wrap:not(.half) figure.wide {
    /* width: 65.89%;
    max-width: 900px; */
  }

  .cont_half_wrap > div {
    margin-bottom: 20px;
  }


}

@media screen and (min-width: 641px) {

  section[class^="section_"] {
    /* margin-bottom: 80px; */
    padding-top: 80px !important;
  }
  .section_head {
    width: 100%;
    height: 138px;
    /* aspect-ratio: 1 / 0.101; */
    margin-bottom: 50px;
  }
  .section_ddm .section_head {
    background-image: url(../images/features/1300G_DDM-tit_pc.jpg);
  }
  .section_dsd .section_head {
    background-image: url(../images/features/1300G-DSD_tit_pc.jpg);
  }
  .section_pl .section_head {
    background-image: url(../images/features/1300G-Pla_tit_pc.jpg);
  }
  .section_bi .section_head {
    background-image: url(../images/features/1300G-Body_tit_pc.jpg);
  }
  .section_ta .section_head {
    background-image: url(../images/features/1300G-TA_tit_pc.jpg);
  }
  .section_de .section_head {
    background-image: url(../images/features/1300G-Des_tit_pc.jpg);
  }
  .section_cm .section_head {
    background: #e8e8e8;
    background: -moz-linear-gradient(top,  #e8e8e8 0%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top,  #e8e8e8 0%,#f9f9f9 100%);
    background: linear-gradient(to bottom,  #e8e8e8 0%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
  }
  .section_head h2 {
    font-size: 24px;
    margin-top: .5%;
    margin-left: 42px;
  }
  .section_head h2 span {
    font-size: 26px;
    /* margin-top: 4.2%; */
    margin-top: 14px;
  }
  section[class^="section_"] .sectionSubTitle {
    font-size: 18px;
    border-left: 5px solid #000;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    line-height: 1.4;
  }
  section[class^="section_"] h4 {
    font-size: 18px;
    margin-bottom: 26px;
    padding-bottom: 2px;
  }
  section[class^="section_"] .col1-resp:not(:last-child) {
    margin-bottom: 60px;
  }

  .cont_fx_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .cont_fx_wrap.rev {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .inContents section[class^="section_"] p {
    font-size: 18px;
    line-height: 1.44;
  }
  section[class^="section_"] figure figcaption {
    font-size: 18px;
  }

  .cont_fx_wrap:not(.half) figure {
    width: 31.78%;
    max-width: 434px;
  }
  .cont_fx_wrap:not(.half) > *:not(figure),
  .cont_fx_wrap:not(.half) figure.wide {
    width: 65.89%;
    max-width: 900px;
  }
  /* .cont_fx_wrap.half {
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .cont_fx_wrap.half > * {
    width: 48.9%;
    max-width: 668px;
    display: flex;
    flex-direction: column;
  }
  .cont_fx_wrap.half > * > div.head {
    flex: 1;
    margin-bottom: 30px;
    height: 100%;
    min-height: 0%;
  }
  .cont_fx_wrap.half > * > div.head h3 {
    margin-bottom: 0;
  }
  .cont_fx_wrap.half > * > p {
    flex: 2;
    margin-bottom: 28px;
    height: 100%;
    min-height: 0%;
  } */
  .cont_fx_wrap.half > * > figure {
    /* flex: 1;
    height: 100%;
    min-height: 0%; */
  }


  .cont_half_wrap {}
  .cont_half_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /* -webkit-align-items: flex-start;
    align-items: flex-start; */
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .cont_half_wrap.jc_center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cont_half_wrap > div {
    display: flex;
    flex-direction: column;
    width: 48.9%;
    max-width: 668px;
  }
  .cont_half_wrap .head {
    flex: 1;
    height: 100%;
    max-height: 3.2em;
    margin-bottom: 24px;
  }
  .cont_half_wrap .head h3 {
    margin-bottom: 0;
  }
  .cont_half_wrap p {
    flex: 2;
    height: 100%;
    min-height: 0%;
    margin-bottom: 28px;
  }
  .cont_half_wrap figure {
    /* max-height: 50px; */
    display: block;
  }

}

/* 
@media screen and (min-width:640px) {}
@media screen and (min-width:768px) {}
 */


 .section_pl .col3-resp h5 {
  margin-bottom: .4em;
  line-height: 1.44;
  text-decoration: underline;
 }
 .section_pl .col3-resp > div.no_head {
  margin-top: 1.8em;
 }

 /* -----------------------------------------------
 arrow_btn
----------------------------------------------- */

.arrow_btn a {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e5e5;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  position: relative;
}
.arrow_btn a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/icon_arrow.svg) 50% 50% / contain no-repeat;
  position: absolute;
  top: calc(50% - .5em);
  right: .5em;
}

.arrow_btn.dark a {
  border-color: #757575;
  color: #424242;
}

@media only screen and (max-width:640px) {

.button_wrap .inner_wrap {
  width: 96%;
}




  .arrow_btn {
    text-align: center;
  }
  .arrow_btn a {
    font-size: 1rem;
    min-width: 234px;
    padding: 1em;
  }
  .arrow_btn a.text_small {
    font-size: 0.9rem;
  }

  .button_wrap {
    padding: 0 0 90px;
  }
  .button_wrap .arrow_btn {
    text-align: center;
  }
  .button_wrap .arrow_btn a {
    background: #707070;
    color: #fff;
    text-align: center;
    padding: 0.9em 1em;
    width: 100%;
  }
  .button_wrap .arrow_btn a:hover {
    background: rgba(112,112,112,.5);
  }

}

@media screen and (min-width: 641px) {

 

  .arrow_btn a {
    font-size: 18px;
    min-width: 234px;
    padding: 0.48em 1em;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
  }
  .arrow_btn a.text_small {
    font-size: 18px;
  }
  .arrow_btn a:hover {
    background: rgba(255,255,255,.2);
  }

  .button_wrap {
    padding: 0 0 90px;
  }
  .button_wrap .arrow_btn {
    text-align: center;
  }
  .button_wrap .arrow_btn a {
    min-width: 442px;
    background: #707070;
    color: #fff;
    text-align: center;
    padding: 0.9em 1em
  }
  .button_wrap .arrow_btn a:hover {
    background: rgba(112,112,112,.5);
  }

}
