.layoutType01 .sideContents #rightNavigation2Wrap {
  top: 0;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap {
    top: inherit;
  }
}

.layoutType01 .sideContents #rightNavigation2Wrap.fixed {
  top: 100px;
}
@media screen and (max-width: 767px) {
  .layoutType01 .sideContents #rightNavigation2Wrap.fixed {
    top: inherit;
  }
}

/* -----------------------------------------------------
	columnLayout
----------------------------------------------------- */
.columnLayout {
  clear: both;
}

.columnLayout .colLeft {
  float: left;
}

.columnLayout .colRight {
  float: right;
}

/* -----------------------------------------------------
	Clearfix
----------------------------------------------------- */
.columnLayout:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.columnLayout {
  *display: inline-table;
  *zoom: 1;
}

/* contentsWrap 
*****************************************/
.mainArea {
  clear: both;
  width: 100%;
  min-width: 960px;
  height: 600px;
  overflow: hidden;
  background: #242424;
  margin-top: 46px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.mainArea img {
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .mainArea {
    display: none;
  }
}

.mainArea p {
  margin: 0;
}

.mainArea img {
  vertical-align: bottom;
}

.mainArea h2 {
  margin-bottom: 0;
}

.mainArea .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#layer01 {
  display: none;
}

#layer02 {
  padding-top: 30px;
}

#layer03 {
  padding-top: 30px;
  padding-bottom: 50px;
}

#contentsWrap2016 {
  width: 100%;
}

.SpringCP2Banner {
  padding: 15px 0 60px;
}

.price_head {
  display: block;
  float: right;
  margin-top: 5px;
  width: 300px;
}

.price_head .price_tx {
  font-size: 24px;
  font-weight: bold;
  color: #007cff;
  margin-left: 10px;
}

.price_head .yen_tx {
  font-weight: bold;
  color: #007cff;
  margin-left: 5px;
}

#layer03 {
  padding-top: 70px;
}

#layer04 {
  padding-top: 30px;
}

#layer02 img,
#layer03 img {
  vertical-align: bottom;
}

#layer02 figure,
#layer03 figure {
  margin: 0;
}

#layer02 a:hover,
#layer03 a:hover {
  text-decoration: underline;
}

.wrap01 {
  display: flex;
  flex-wrap: wrap;
}
[class*="heading"] + .wrap01 {
  margin-top: 40px;
}
.wrap01.bC {
  justify-content: center;
}
.wrap01.between {
  justify-content: space-between;
}
.wrap01.aC {
  align-items: center;
}
.wrap01.aEnd {
  align-items: flex-end;
}
.wrap01.reverse {
  flex-direction: row-reverse;
}

.featureHdg01 {
  color: #280079;
  font-size: 20px;
  padding: 0.65em 0;
  margin-bottom: 30px;
  border-top: 1px solid #280079;
  border-bottom: 1px solid #280079;
}

.featureLayout {
  padding-top: 50px;
}

.featureLayout * {
  box-sizing: border-box;
}

.featureLayout .tx01 {
  font-size: 24px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .featureLayout .tx01 {
    font-size: 14.5px;
    margin-top: 20px;
  }
}
.featureLayout .tx02 {
  font-size: 18px;
  line-height: 1.66;
}
.featureLayout .tx03 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
}
.featureLayout .tx04 {
  color: #000;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .featureLayout .tx04 {
    font-size: 14px;
    font-feature-settings: "palt";
    margin-bottom: 30px;
  }
}
.featureLayout .tx05 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.featureLayout .tx06 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .featureLayout .tx06 {
    font-size: 16px;
    font-feature-settings: "palt";
  }
}
.featureLayout .tx07 {
  font-size: 18px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .featureLayout .tx07 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.area01 {
  padding: 75px 0 50px;
}
@media screen and (max-width: 767px) {
  .area01 {
    padding: 48px 0 30px;
  }
}

.area02 {
  background: #f0f0f0;
  padding: 55px 0;
}
.area02 .inner01 {
  margin: 0 23px 0 80px;
}
@media screen and (max-width: 767px) {
  .area02 .inner01 {
    margin: 0;
    padding: 0;
  }
}
.area02 .inner01 .noteListWrap {
  margin-top: 50px;
  margin-right: 62px;
}
@media screen and (max-width: 767px) {
  .area02 .inner01 .noteListWrap {
    margin-top: 20px;
    margin-right: 0;
  }
}

.area03 {
  padding: 55px 0 54px;
}
.area03 .inner01 {
  margin: 0 78px 0 80px;
}
@media screen and (max-width: 767px) {
  .area03 .inner01 {
    margin: 0 15px 0;
  }
}
.area03 .inner01 .graph {
  width: 100%;
  height: 10px;
  background: #d5d5d5;
}
.area03 .inner01 .graph > .inner {
  width: 0%;
  height: 10px;
  background: #007dff;
  transition: 1.5s all ease-in-out;
}
.area03 .inner01 .graph > .inner.active {
  width: 100%;
}
.area03 .inner01 .time {
  padding-top: 46px;
  padding-bottom: 24px;
  text-align: center;
  width: 100%;
  color: #007dff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.area03 .inner01 .time span {
  font-size: 76px;
}

.area04 {
  background: #f0f0f0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .area04 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.area04 .inner01 {
  margin: 0 23px 0 80px;
}
.area04 .inner01 .wrap01 {
  margin-right: 62px;
}

.area05 {
  background: #f1f1f2;
  padding: 98px 0 0;
}
@media screen and (max-width: 767px) {
  .area05 {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .area05 .img02 {
    margin: 0 -15px;
  }
}

.area06 {
  background: #313131;
  padding: 0 0 0 52px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .area06 {
    padding: 33px 0 22px;
  }
}
.area06 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.area06 .tx07Wrap {
  padding: 0 25px 0;
}
.area06 .videoWrap02 {
  width: 480px;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .area06 .videoWrap02 {
    width: 100%;
    height: auto;
  }
}
.area06 .videoWrap02 video {
  width: 100%;
  height: auto;
}

.area07 {
  padding: 63px 0 98px;
}
@media screen and (max-width: 767px) {
  .area07 {
    padding: 50px 0 50px;
  }
}

.craftsmanshipArea {
  background: #000 url("../img/bg01.jpg") no-repeat calc(50% - 262px) 100%;
  min-height: 540px;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.craftsmanshipArea .inner01 {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 0 527px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .craftsmanshipArea .inner01 {
    width: 100%;
    padding: 0 15px 0;
  }
}

.craftsmanshipArea .inner01 .tx01 {
  width: 414px;
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 17px;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .craftsmanshipArea .inner01 .tx01 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.craftsmanshipArea .inner01 .tx02 {
  width: 414px;
  font-size: 15.9px;
  margin-bottom: 89px;
}
@media screen and (max-width: 767px) {
  .craftsmanshipArea .inner01 .tx02 {
    width: 100%;
  }
}

.craftsmanshipArea .inner01 .tx03 {
  color: #fff;
  width: 414px;
  font-size: 15.9px;
  margin-bottom: 24px;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .craftsmanshipArea .inner01 .tx03 {
    width: 100%;
    padding-left: 0;
  }
}

.craftsmanshipArea .inner01 .tx04 {
  color: #fff;
  width: 414px;
  font-size: 15.9px;
  line-height: 1.75;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .craftsmanshipArea .inner01 .tx04 {
    width: 100%;
    padding-left: 0;
  }
}

.craftsmanshipArea02 {
  background: #000;
  padding: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .craftsmanshipArea02 {
    padding: 30px 0 15px;
  }
}
.craftsmanshipArea02 .inner01 {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .craftsmanshipArea02 .inner01 {
    width: 100%;
    padding: 0 15px;
  }
}

.noteList01 {
  font-size: 12px;
}

.specificationHdg {
  width: 25%;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .specificationHdg {
    width: 100%;
    margin-bottom: 1em;
  }
}

.specificationList {
  width: 72.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .specificationList {
    width: 100%;
  }
}
.specificationList li {
  width: 47%;
}
.specificationList li:nth-child(n + 3) {
  margin-top: 57px;
}
.specificationList li dl dt {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #000;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .specificationList li dl dt {
    padding-bottom: 3px;
    margin-bottom: 6px;
  }
}
.specificationList li dl dd {
  color: #6f6f6f;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .specificationList li dl dd {
    font-size: 15px;
  }
}

.framerateList li + li {
  margin-top: 8px;
}
.framerateList li .title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}
.framerateList li .graph {
  width: 93.5%;
  height: 10px;
  background: #d5d5d5;
}
@media screen and (max-width: 767px) {
  .framerateList li .graph {
    width: 83.5%;
  }
}
.framerateList li .graph > .inner {
  width: 0%;
  height: 10px;
  background: #007dff;
  transition: 1.5s all ease-in-out;
}
.framerateList li:nth-child(1) .graph > .inner.active {
  width: 30.89%;
}
.framerateList li:nth-child(2) .graph > .inner.active {
  width: 25.11%;
}
.framerateList li:nth-child(3) .graph > .inner.active {
  width: 88.44%;
}
.framerateList li:nth-child(4) .graph > .inner.active {
  width: 83.11%;
}
.framerateList li:nth-child(5) .graph > .inner.active {
  width: 37.56%;
}
.framerateList li .num {
  width: 6.5%;
  text-align: right;
  color: #007dff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .framerateList li .num {
    width: 16.5%;
  }
}

.videoWrap03 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}
.videoWrap03 video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 1;
  padding: 0;
  transform: translate(-50%, 0);
}
