@charset "UTF-8";
body {
  font-size: 16px;
  /* font-family: "メイリオ", "Meiryo";*/
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

@media screen and (max-width: 991px) {
  body {
    /*  font-family: "メイリオ", "Meiryo",sans-serif;*/
  }
}
/*-----------
Contents
------------------------------------------*/
/*
.s5-container{

padding: 0 30px;
@include breakpoint{
  min-width: 280px;
  padding: 0 20px;
 }
}*/
.main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.main * {
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .main {
    padding: 20px 0 0 0;
  }
}

.mvArea {
  position: relative;
  margin-bottom: 100px;
}
.mvArea h1 {
  position: relative;
  margin: 0;
  text-align: center;
  z-index: 99;
}
.mvArea .mainImg {
  position: relative;
  z-index: 95;
  border: #cdcdcb 1px solid;
  margin-top: -28px;
  margin-bottom: 30px;
}
.mvArea .mainImg img {
  width: 100%;
  height: auto;
}
.mvArea .leadcopy {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.mvArea .leadsubcopy {
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .mvArea {
    margin-bottom: 50px;
  }
  .mvArea h1 {
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
  .mvArea .mainImg {
    margin-top: -3%;
    margin-bottom: 20px;
  }
  .mvArea .leadcopy {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .mvArea .leadsubcopy {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.boxWrap {
  position: relative;
  margin-bottom: 120px;
}
.boxWrap h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .boxWrap {
    margin-bottom: 50px;
  }
  .boxWrap h2 {
    margin-bottom: 20px;
  }
}

.nxt-arw {
  padding-left: 20px;
  background: url(../images/icn_arrow.png) no-repeat left center;
  color: #5687f5;
}

#speed .blk01 {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}
#speed .blk01 .pageTxt {
  line-height: 1.8;
}
#speed .blk01 .boxL {
  display: table-cell;
  width: 31.66%;
  vertical-align: top;
}
#speed .blk01 .boxL img {
  width: 100%;
  height: auto;
  max-width: 380px;
  border: #cdcdcb 1px solid;
}
#speed .blk01 .boxR {
  display: table-cell;
  width: 68.34%;
  padding-left: 3%;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  #speed .blk01 {
    margin-bottom: 30px;
  }
  #speed .blk01 .boxL {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #speed .blk01 .boxR {
    display: block;
    padding-left: 0;
    width: 100%;
  }
}
#speed .blk01g {
  background-color: #f3f4f6;
  padding: 30px 60px;
  margin-bottom: 60px;
}
#speed .blk01g h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
}
#speed .blk01g .spcBox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 600px;
  padding: 0;
  margin: 0 auto 30px;
}
#speed .blk01g .spcBox > li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 288px;
}
@media screen and (max-width: 991px) {
  #speed .blk01g .spcBox {
    width: 80%;
    margin: 0 auto 20px;
  }
  #speed .blk01g .spcBox > li {
    width: 47%;
  }
}
@media screen and (max-width: 500px) {
  #speed .blk01g .spcBox {
    width: 100%;
    margin: 0 auto 10px;
  }
  #speed .blk01g .spcBox > li {
    width: 49%;
  }
}
@media screen and (max-width: 991px) {
  #speed .blk01g {
    margin-bottom: 30px;
    padding: 20px 5%;
  }
}
#speed .blk02 {
  position: relative;
  border: #cdcdcb 5px solid;
  width: 100%;
  padding: 50px 0 40px;
}
#speed .blk02 h3 {
  position: absolute;
  width: 100%;
  top: -1em;
  left: 0;
  margin: 0 auto;
  /*position: relative;
  margin-top: -70px;*/
  text-align: center;
  font-size: 24px;
}
#speed .blk02 h3 em {
  background-color: #ffffff;
  display: inline-block;
  font-style: normal;
  padding: 3px 3%;
}
#speed .blk02 ol {
  display: table;
  width: 100%;
  margin: 0;
  padding: 30px 0 20px;
}
#speed .blk02 ol li {
  display: table-cell;
  width: 50%;
  padding: 0px 8%;
}
#speed .blk02 ol li h4 {
  margin-bottom: 20px;
}
#speed .blk02 ol li h4 img {
  width: 100%;
  max-width: 326px;
  height: auto;
}
#speed .blk02 ol li:last-child {
  border-left: #cdcdcb 2px dashed;
}
@media screen and (max-width: 991px) {
  #speed .blk02 {
    padding: 20px 0 20px;
  }
  #speed .blk02 ol li {
    padding: 0 5%;
  }
}
@media screen and (max-width: 640px) {
  #speed .blk02 {
    padding: 10px 0 10px;
  }
  #speed .blk02 h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  #speed .blk02 ol {
    width: 90%;
    margin: 0 auto;
  }
  #speed .blk02 ol li {
    display: block;
    width: 100%;
    padding: 0 5% 20px;
  }
  #speed .blk02 ol li:last-child {
    border-left: none;
    border-top: #cdcdcb 2px dashed;
    padding: 20px 5% 0px;
  }
}

#when .blk01 {
  margin-bottom: 50px;
}
#when .blk01 .imgBox {
  border: #cdcdcb 1px solid;
  float: left;
  width: 53%;
  margin: 0 3% 10px 0;
}
@media screen and (max-width: 640px) {
  #when .blk01 .imgBox {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#when .blk01 .imgBox img {
  width: 100%;
  height: auto;
}
#when .blk01 .pageTxt {
  line-height: 1.8;
}
#when .blk02 {
  border: #2f353d 1px solid;
  padding: 0;
  margin: 0;
}
#when .blk02 h3 {
  background-color: #2f353d;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  padding: 8px 3%;
  line-height: 1.3;
}
#when .blk02 .flexImg {
  border: #cdcdcb 1px solid;
  margin-bottom: 20px;
}
#when .blk02 ol {
  display: table;
  width: 100%;
  padding: 0 5%;
}
#when .blk02 ol li {
  display: table-cell;
  width: 50%;
  padding: 40px 2%;
}
#when .blk02 ol li img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
#when .blk02 ol li:first-child h4 {
  background-image: url(../images/when_recm_no1.png);
}
#when .blk02 ol li:last-child h4 {
  background-image: url(../images/when_recm_no2.png);
}
#when .blk02 ol li h4 {
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 20px;
  padding-left: 50px;
  min-height: 32px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #when .blk02 ol li h4 {
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 35px;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 991px) {
  #when .blk02 ol {
    padding: 0 3%;
  }
  #when .blk02 ol li {
    padding: 20px 2%;
  }
}
@media screen and (max-width: 640px) {
  #when .blk02 h3 {
    font-size: 17px;
    padding: 5px 0;
    line-height: 1.3;
  }
  #when .blk02 ol {
    padding: 0 5%;
  }
  #when .blk02 ol li {
    display: block;
    width: 100%;
    padding: 10px 2%;
  }
}

#merit .blk01 {
  margin-bottom: 70px;
}
#merit .blk01 > li {
  list-style: none;
  padding: 40px 3.3% 30px;
  margin-bottom: 30px;
}
#merit .blk01 > li h3 {
  min-height: 56px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  padding: 8px 10px 8px 80px;
  margin-bottom: 40px;
  color: #ffffff;
  overflow: hidden;
}
#merit .blk01 > li h3 em {
  font-style: normal;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-right: 15px;
}
#merit .blk01 > li h3 span {
  display: inline-block;
  padding-left: 15px;
  border-left: #ffffff 1px solid;
  line-height: 1.2;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  #merit .blk01 > li h3 {
    line-height: 1.2;
    padding: 3px 10px 3px 50px;
    background-size: 40px auto;
    margin-bottom: 20px;
  }
  #merit .blk01 > li h3 em {
    font-size: 20px;
    display: block;
    line-height: 1.2;
  }
  #merit .blk01 > li h3 span {
    font-size: 16px;
    border-left: none;
    padding-left: 0;
  }
}
#merit .blk01 > li:first-child {
  background-color: #edf6ff;
}
#merit .blk01 > li:first-child h3 {
  background-color: #3382d3;
  border: #3382d3 solid 2px;
  background-image: url(../images/merit_no1.png);
}
#merit .blk01 > li:last-child {
  background-color: #fff3ef;
}
#merit .blk01 > li:last-child h3 {
  background-color: #f5683a;
  border: #f5683a solid 2px;
  background-image: url(../images/merit_no2.png);
}
#merit .blk01 > li dl {
  display: table;
  width: 100%;
}
#merit .blk01 > li dl dt {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  padding-right: 2%;
}
#merit .blk01 > li dl dd {
  display: table-cell;
  vertical-align: top;
}
#merit .blk01 > li dl dd h4 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.4;
}
#merit .blk01 > li dl dd h4 span {
  font-size: 20px;
  font-weight: bold;
}
#merit .blk01 > li dl dd ul {
  display: table;
  width: 100%;
  text-align: left;
}
#merit .blk01 > li dl dd ul li {
  list-style: none;
}
#merit .blk01 > li dl dd ul li .merit1 {
  float: right;
  display: inline-block;
  margin: 0 0 10px 5%;
  width: 50%;
}
#merit .blk01 > li dl dd ul li .pageTxt {
  line-height: 1.6;
  margin-bottom: 10px;
}
#merit .blk01 > li dl dd ul li .merit1sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #merit .blk01 > li dl dt {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #merit .blk01 > li dl dt img {
    width: 60%;
    margin: 0 auto;
  }
  #merit .blk01 > li dl dd {
    display: block;
    width: 100%;
  }
  #merit .blk01 > li dl dd h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #merit .blk01 > li dl dd h4 span {
    font-size: 14px;
  }
  #merit .blk01 > li dl dd ul li {
    width: 100%;
    display: block;
  }
  #merit .blk01 > li dl dd ul li .merit1 {
    display: none;
  }
  #merit .blk01 > li dl dd ul li .merit1sp {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    padding: 0 3%;
    float: none;
  }
  #merit .blk01 > li dl dd ul li .merit1sp img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #merit .blk01 {
    margin-bottom: 40px;
  }
  #merit .blk01 > li {
    padding: 20px 3.3% 20px;
  }
}
#merit .blk02 {
  max-width: 960px;
  margin: 0 auto 80px;
}
#merit .blk02 .movie-box {
  position: relative;
  /*max-width: 960px;*/
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}
#merit .blk02 .movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 991px) {
  #merit .blk02 {
    margin: 0 auto 40px;
  }
}

.LineupArea {
  margin: 0;
  padding: 0;
}
.LineupArea > li {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}
.LineupArea h2 {
  text-align: center;
  background-color: #0086c3;
  color: #ffffff;
  position: relative;
  margin-bottom: 40px;
  padding: 8px 0;
}
.LineupArea h2:after {
  background: url(../images/linup_ttl_arw.png) no-repeat center top;
  content: "";
  display: block;
  width: 35px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -18px;
}
@media screen and (max-width: 991px) {
  .LineupArea > li {
    margin: 0 0 30px;
  }
  .LineupArea h2 {
    font-size: 20px;
    padding: 5px 0;
  }
}
.LineupArea .sdBox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url(../images/icn_plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding: 0 5%;
  margin: 0 0 40px;
}
.LineupArea .sdBox > li {
  margin: 0;
  padding: 10px 2%;
  list-style: none;
  width: 47%;
}
.LineupArea .sdBox > li:first-child {
  background-color: #f3f4f6;
}
.LineupArea .sdBox > li:last-child {
  background-color: #e9f8ff;
}
.LineupArea .sdBox > li h3 {
  text-align: center;
  border-bottom: #000 1px solid;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.LineupArea .sdBox .prod {
  display: table;
  width: 100%;
}
.LineupArea .sdBox .prod dt {
  display: table-cell;
  vertical-align: top;
  width: 52.5%;
}
.LineupArea .sdBox .prod dd {
  position: relative;
  display: table-cell;
  padding-top: 15px;
  vertical-align: top;
  font-weight: bold;
}
.LineupArea .sdBox .prod dd .luName {
  font-size: 20px;
}
.LineupArea .sdBox .prod dd .luName span {
  display: block;
  font-size: 16px;
  font-style: normal;
}
.LineupArea .sdBox .prod .btnBox {
  position: absolute;
  min-width: 160px;
  bottom: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LineupArea .sdBox .prod .btnBox {
    margin-top: 10px;
    position: relative;
    bottom: 100%;
  }
  .LineupArea .sdBox .prod .btnBox.cmr {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991) {
  .LineupArea .sdBox .prod dt {
    width: 50%;
  }
  .LineupArea .sdBox .prod dd {
    width: 50%;
  }
  .LineupArea .sdBox .prod dd .luName {
    font-size: 18px;
  }
  .LineupArea .sdBox .prod dd .btnBox {
    position: relative;
    margin-top: 10px;
    bottom: 100%;
  }
}
.LineupArea .sdBox .prodTf {
  display: table;
  width: 100%;
}
.LineupArea .sdBox .prodTf dt {
  display: table-cell;
  vertical-align: top;
  width: 40.6%;
}
.LineupArea .sdBox .prodTf dd {
  position: relative;
  display: table-cell;
  padding-top: 15px;
  vertical-align: top;
  font-weight: bold;
}
.LineupArea .sdBox .prodTf dd .luName {
  font-size: 20px;
}
.LineupArea .sdBox .prodTf dd .luName span {
  display: block;
  font-size: 16px;
  font-style: normal;
}
.LineupArea .sdBox .prodTf .btnBox {
  position: absolute;
  min-width: 160px;
  bottom: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LineupArea .sdBox .prodTf .btnBox {
    margin-top: 10px;
    position: relative;
    bottom: 100%;
  }
  .LineupArea .sdBox .prodTf .btnBox.cmr {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .LineupArea .sdBox .prodTf dt {
    width: 50%;
  }
  .LineupArea .sdBox .prodTf dd {
    width: 50%;
  }
  .LineupArea .sdBox .prodTf dd .luName {
    font-size: 18px;
  }
  .LineupArea .sdBox .prodTf dd .btnBox {
    position: relative;
    margin-top: 10px;
    bottom: 100%;
  }
}
@media screen and (max-width: 991px) {
  .LineupArea .sdBox {
    margin: 0 0 20px;
    background-size: 30px 30px;
    background-position: center 47.5%;
    display: block;
    padding: 0 2%;
  }
  .LineupArea .sdBox > li {
    width: 100%;
  }
  .LineupArea .sdBox > li:first-child {
    margin: 0 0 50px 0;
  }
  .LineupArea .sdBox > li:last-child {
    margin: 0 0 0 0;
  }
  .LineupArea .sdBox > li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.LineupArea .TugSpec {
  text-align: center;
  margin-bottom: 50px;
}
.LineupArea .sfgSpec {
  border-top: #cdcdca 1px solid;
}
.LineupArea .sfgSpec li {
  list-style: none;
  float: left;
  width: 47%;
  margin-right: 2%;
}
.LineupArea .sfgSpec li:nth-child(2) {
  padding-top: 20px;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .LineupArea .sfgSpec li {
    width: 100%;
    margin: 0 2% 10px;
  }
  .LineupArea .sfgSpec li:first-child {
    margin: 0 2%;
  }
  .LineupArea .sfgSpec li:nth-child(2) {
    padding-top: 0px;
  }
}
.LineupArea .sfgSpec li a {
  text-decoration: underline;
}
.LineupArea .sfgSpec .prod2 {
  display: table;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.LineupArea .sfgSpec .prod2 dt {
  display: table-cell;
  vertical-align: top;
  width: 40%;
}
.LineupArea .sfgSpec .prod2 dd {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
}
.LineupArea .sfgSpec .prod2 dd .tagL {
  display: inline-block;
  border: #3382d3 1px solid;
  color: #3382d3;
  font-size: 16px;
  padding: 3px 10px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.LineupArea .sfgSpec .prod2 dd .luName {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
.LineupArea .sfgSpec .prod2 dd .btnBox {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .LineupArea .sfgSpec .prod2 {
    margin-bottom: 30px;
  }
  .LineupArea .sfgSpec .prod2 dt {
    display: block;
    width: 100%;
    text-align: center;
  }
  .LineupArea .sfgSpec .prod2 dd {
    padding-top: 10px;
    display: block;
    width: 100%;
  }
  .LineupArea .sfgSpec .prod2 dd .luName {
    margin-bottom: 10px;
  }
}
.LineupArea .sfgSpec .bdTtl {
  text-align: center;
  background-color: #f3f4f6;
  border: #cdcdcb 1px solid;
  font-size: 20px;
  padding: 2px 10px;
  margin-bottom: 10px;
}

/*-----------
header
------------------------------------------*/
#navi_outer2 {
  position: relative;
  height: 40px;
  max-width: 1200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #navi_outer2 {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #navi_outer2 #navi_outer {
    width: 100%;
  }
}
#navi_outer2 #navi_outer #tab {
  background-color: #ffffff;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
  width: 100%;
  border-left: #000 1px solid;
}
#navi_outer2 #navi_outer #tab > li {
  border-right: #000 1px solid;
  display: table;
  height: 40px;
}
#navi_outer2 #navi_outer #tab > li.c5-nav01 {
  width: 27%;
}
#navi_outer2 #navi_outer #tab > li.c5-nav02 {
  width: 30%;
}
#navi_outer2 #navi_outer #tab > li.c5-nav03 {
  width: 43%;
}
#navi_outer2 #navi_outer #tab > li a {
  display: table-cell;
  font-size: 17px;
  text-align: center;
  padding: 0 1%;
  vertical-align: middle;
}
#navi_outer2 #navi_outer #tab > li a:hover {
  text-decoration: none;
}
#navi_outer2 #navi_outer #tab > li a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 3px;
  background-image: url(/rec-media/sd/special/uhs-2/images/icn_anch.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 640px) {
  #navi_outer2 #navi_outer #tab {
    display: block;
    height: 120px;
    border-top: #000 1px solid;
    border-left: none;
  }
  #navi_outer2 #navi_outer #tab > li {
    border-bottom: #000 1px solid;
    border-right: none;
    display: table;
    width: 100%;
    height: auto;
  }
  #navi_outer2 #navi_outer #tab > li.c5-nav01, #navi_outer2 #navi_outer #tab > li.c5-nav02, #navi_outer2 #navi_outer #tab > li.c5-nav03 {
    width: 100%;
  }
  #navi_outer2 #navi_outer #tab > li.c5-nav01 a, #navi_outer2 #navi_outer #tab > li.c5-nav02 a, #navi_outer2 #navi_outer #tab > li.c5-nav03 a {
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
  }
  #navi_outer2 #navi_outer #tab > li.c5-nav01 a:before, #navi_outer2 #navi_outer #tab > li.c5-nav02 a:before, #navi_outer2 #navi_outer #tab > li.c5-nav03 a:before {
    width: 14px;
    height: 16px;
    margin-right: 3px;
    background-size: 14px auto;
  }
}
#navi_outer2 #navi_outer.fixed {
  position: fixed;
  width: 1200px;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 640px) {
  #navi_outer2 #navi_outer.fixed {
    position: relative;
    width: 89.5%;
  }
}

#speed,
#when,
#merit {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  #speed,
  #when,
  #merit {
    padding-top: 20px;
    margin-top: -20px;
  }
}

/*------------------------------------------------------------------------------------------------
以下不要
-------------------------------------------------*/
/* .c5-header {
   overflow: hidden;
   background-size: 100%;
 }
 .c5-u-ta {
   display: none;
 }
 .c5-u-pcta {
   display: block;
 }*/
/*
  @include breakpoint(640){
   .c5-header {
     margin: 0 auto;
     background: none;
     background-size: 100%;
   }
   .c5-u-pcta {
     display: none;
   }
   .c5-u-ta {
     display: block;
   }
 }

 .c5-headerWrap {
   position: relative;
   margin: 0 auto;
   padding: 50px 0 0;
 }

 nav {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   overflow: hidden;
   margin: 0 auto;
   background: #000;
   z-index: 10000;
 }

 .c5-navWrap {
   margin: 0 auto;
   padding: 22px 0;
 }

 .c5-navWrapInner {
   overflow: hidden;
   max-width: 1200px;
   margin: 0 auto;
 }

 .c5-sonylogo {
   float: left;
   width: auto;
   margin-left: 1.8%;
   img {
     display: block;
     max-width: 90%;
     width: auto;
     height: auto;
     margin: 0 auto;
   }
 }

 .c5-navSP {
   display: none;
   li {
     display: none;
   }
 }

 .c5-navPC {
   float: right;
   overflow: hidden;
   list-style: none;
     width: 75%;
   margin: 0 1% 0 0;
   padding: 0;
   li {
     float: left;

       &.c5-nav01 {
         width: 25.555%;
     margin: 0 1.5% 0 0;
       }
       &.c5-nav02 {
         width: 28.888%;
      margin: 0 1.5% 0 0; 
       }
       &.c5-nav03 {
         width: 41.111%;
       }
     img {
       display: block;
       max-width: 100%;
       width: auto;
       height: auto;
       margin: 0 auto;
     }
   }
 }
 */
/*
 @include breakpoint(900){
  .c5-navPC {
    float: right;
    overflow: hidden;
    list-style: none;
    width: 80%;
    margin: 0 1% 0 0;
    padding: .2% 0 0;
    li {
      &.c5-nav01 {
        width: 25.555%;
      }
      &.c5-nav02 {
        width: 28.888%;
      }
      &.c5-nav03 {
        width: 41.111%;
      }
    }
  }
}
*/
/*
@include breakpoint(800){
   .c5-navPC {
clear: both;
    float: none;
     width: 96%;
     margin:0 2%;
     padding:15px 0 0;
 }
 }
 */
/*
  @include breakpoint(640){
   nav {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     overflow: hidden;
     margin: 0 auto;
     background: #000;
     z-index: 10000;
   }
   .c5-navWrap {
     overflow: hidden;
     max-width: 1280px;
     margin: 0 auto;
     padding: 2% 0 1%;
   }
   .c5-sonylogo {
     float: none;
     width: 27.34375%;
     margin: 0 auto;
     padding: 2% 0;
     img {
       display: block;
       max-width: 100%;
       width: auto;
       height: auto;
       margin: 0 auto;
     }
   }
   .c5-menu {
     overflow: hidden;
     float: left;
     width: 15.625%;
     height: auto;
     margin-left: 0;
     img {
       display: block;
       max-width: 100%;
       width: auto;
       height: auto 0;
       margin: 0 auto;
     }
   }
   .c5-navPC {
     display: none;
     li {
       display: none;
     }
   }
   .c5-navSP {
     float: none;
     overflow: hidden;
     list-style: none;
     width: 100%;
     margin: 0;
     padding: 0;
     li {
       display: block;
       float: none;
       &.c5-nav01,
       &.c5-nav02,
       &.c5-nav03{
         width: auto;
         padding:3% 5% ;
       }
       img {
         display: block;
         max-width: 100%;
         width: auto;
         height: auto;
         margin: 0 auto;
       }
     }
   }
 }
 */
/* @include breakpoint(640){
  .c5-sonylogo {
    float: none;
    width: 27.34375%;
    margin: 0 auto;
    padding: 1% 0 2%;
  }
  .c5-menu {
    overflow: hidden;
    float: left;
    width: 15.625%;
    height: auto;
    margin-left: 0;
    img {
      display: block;
      max-width: 50%;
      width: auto;
      height: auto 0;
      margin: 0 auto;
    }
  }
}*/
/*------------------------------------------------------------------------------------------------
ここまで不要
-------------------------------------------------*/
 /*
 #b01, #b02 {
   margin-top: -50px;
   padding-top: 50px;
 }

 #b01sp, #b02sp {
   margin-top: -120px;
   padding-top: 120px;
 }
 */
.btnTopWrap {
  overflow: hidden;
  width: 100%;
}

.btnTop {
  float: right;
  width: 20%;
}
.btnTop img {
  display: block;
  max-width: 60%;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .btnTop {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
}
footer {
  padding: 1.1% 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-size: .8rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  footer {
    margin: 0;
    padding: 2% 5%;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-size: .8rem;
    text-align: center;
  }
}
/*-----------
common
------------------------------------------*/
.pageTxt {
  font-size: 1.02rem;
  line-height: 1.6;
}

.s5-p1 {
  line-height: 1.7 !important;
}

.flexImg > img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.txtBlue {
  color: #3382d3;
  font-weight: bold;
  font-style: normal;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* .clearfix:before, .clearfix:after {
  clear: both;
}*/

.c5-u-pc {
  display: block;
}

.c5-u-sp {
  display: none;
}

.br {
  display: block;
}

.br2 {
  display: none;
}

@media screen and (max-width: 640px) {
  .c5-u-pc {
    display: none;
  }

  .c5-u-sp {
    display: block;
  }

  .br {
    display: none;
  }

  .br2 {
    display: block;
  }
}
.mod-effect img:hover {
  opacity: .8;
  transition: opacity .3s;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
/*  transition: opacity .3s; */
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 640px) {
  .mgB10 {
    margin-bottom: 5px !important;
  }

  .mgB20 {
    margin-bottom: 10px !important;
  }

  .mgB30 {
    margin-bottom: 15px !important;
  }

  .mgB50 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 640px) {
  .mgB20 {
    margin-bottom: 10px !important;
  }

  .mgB30 {
    margin-bottom: 15px !important;
  }
}
/*--pc > 992px--*/
@media screen and (min-width: 992px) {
  .pc {
    display: block;
  }

  .pcImg {
    display: inline-block;
  }

  .sp {
    display: none;
  }

  .spImg {
    display: none;
  }
}
/*--sp < 991px--*/
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .spImg {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .pcImg {
    display: none;
  }
}
