@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.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: 800px;
  overflow: hidden;
  margin-top: 46px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}
.mainArea img {
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .mainArea {
    display: none;
  }
}
.mainArea * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainArea p {
  margin: 0;
}
.mainArea img {
  vertical-align: bottom;
}
.mainArea .slider01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 800px;
  z-index: -1;
}
.mainArea .slider01 .bg {
  height: 800px;
  margin: 0;
}
.mainArea .slider01 .bg.bg01 {
  background: url("../img/main_img01.jpg") no-repeat 50% 50%/cover;
}
.mainArea .slider01 .bg.bg02 {
  background: url("../img/main_img02.jpg") no-repeat 50% 50%/cover;
}
.mainArea .slider01 .bg.bg03 {
  background: url("../img/main_img03.jpg") no-repeat 50% 50%/cover;
}
.mainArea .slider01 .bg.bg04 {
  background: url("../img/main_img04.jpg") no-repeat 50% 50%/cover;
}
.mainArea .slider01 .bg.bg05 {
  background: url("../img/main_img05.jpg") no-repeat 50% 50%/cover;
}
.mainArea .videoWrap video {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 800px;
  z-index: 1;
  padding: 0;
  transform: translate(-50%, 0);
}
.mainArea .tx01 {
  position: absolute;
  top: 193px;
  left: 50%;
  margin-left: -467px;
  z-index: 2;
}
.mainArea .logo01 {
  position: absolute;
  bottom: 31px;
  right: 50%;
  margin-right: -467px;
  z-index: 2;
}
.mainArea .campaignArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
  background: rgba(0, 0, 0, 0.59);
}
.mainArea .campaignArea .ph01 {
  position: absolute;
  left: 50%;
  top: -59px;
  margin-left: -469px;
}
.mainArea .campaignArea .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 10px 197px;
}
.mainArea .campaignArea .inner .hdg {
  width: 131px;
  background: #000;
  color: #ffff00;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 5px;
  text-align: center;
}
.mainArea .campaignArea .inner .textWrap {
  width: 612px;
  color: #fff;
}
.mainArea .campaignArea .inner .textWrap a {
  display: inline-block;
  color: #ffff00;
  text-decoration: underline;
  cursor: pointer;
}
.mainArea .campaignArea .inner .textWrap a + a {
  margin-left: 30px;
}

#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);
}

.mainContents .wrapSection05 {
  overflow: hidden;
}

.originalDeviceArea {
  margin: 0 -500%;
  padding: 0 500%;
  background: url("../../../../parts/originalDevice/bg01.jpg") repeat-y 50% 0;
}
.originalDeviceArea > .inner01 {
  padding: 61px 0 50px;
}
.originalDeviceArea > .inner01 .tx01 {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 40px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .originalDeviceArea > .inner01 .tx01 {
    font-size: 6.5vw;
  }
}
.originalDeviceArea > .inner01 .tx02 {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 40px;
  line-height: 1;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .originalDeviceArea > .inner01 .tx02 {
    font-size: 26px;
  }
}
.originalDeviceArea > .inner01 .tx02 span {
  font-size: 63px;
  position: relative;
  top: 0.075em;
}
@media screen and (max-width: 767px) {
  .originalDeviceArea > .inner01 .tx02 span {
    font-size: 41px;
  }
}
.originalDeviceArea > .inner01 .tx03 {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 27.2px;
  line-height: 1;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .originalDeviceArea > .inner01 .tx03 {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 325px) {
  .originalDeviceArea > .inner01 .tx03 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .originalDeviceArea > .inner01 .wrap01 {
    flex-wrap: wrap;
  }
}
.originalDeviceArea > .inner01 .wrap01 .img01 {
  width: 588px;
}
@media screen and (max-width: 767px) {
  .originalDeviceArea > .inner01 .wrap01 .img01 {
    width: 100%;
  }
}
.originalDeviceArea > .inner01 .wrap01 .img02 {
  width: 338px;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .originalDeviceArea > .inner01 .wrap01 .img02 {
    width: 54%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 5.1%;
  }
}
.originalDeviceArea > .inner01 .itemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .originalDeviceArea > .inner01 .itemWrap {
    justify-content: center;
    margin-top: 28px;
    gap: 27px;
  }
}
.originalDeviceArea > .inner01 .itemWrap .item {
  cursor: pointer;
  width: 300px;
}
.originalDeviceArea > .inner01 .itemWrap .item .thumb01 {
  border: 1px solid #c6c6c6;
  background: #f1f1f1;
  margin-bottom: 7px;
}
.originalDeviceArea > .inner01 .itemWrap .item .tx04 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: -6px;
}
.originalDeviceArea > .inner01 .itemWrap .item .tx05 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.originalDeviceArea > .inner01 .itemWrap .item .tx06 {
  color: #636363;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.8142857143;
  min-height: 108px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .originalDeviceArea > .inner01 .itemWrap .item .tx06 {
    min-height: auto;
    margin-bottom: 24px;
  }
}
.originalDeviceArea > .inner01 .itemWrap .item .btn02 {
  text-align: center;
}
.originalDeviceArea > .inner01 .itemWrap .item .btn02 a {
  display: block;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1;
  padding: 0.975em;
}
.originalDeviceArea > .inner01 .itemWrap .item .btn02 a:hover {
  text-decoration: none;
}
.originalDeviceArea > .inner01 .itemWrap .item:hover {
  opacity: 0.7;
}

.guaranteeArea {
  text-align: center;
  padding: 50px 0 50px;
}
.guaranteeArea .tx01 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .guaranteeArea .tx01 {
    font-size: 8.8175vw;
  }
}
.guaranteeArea .tx01 span {
  font-size: 83px;
  line-height: 1;
  position: relative;
  top: 0.075em;
}
@media screen and (max-width: 767px) {
  .guaranteeArea .tx01 span {
    font-size: 14.585vw;
  }
}
.guaranteeArea .img01 {
  width: 285px;
  margin: -19px auto 24px;
}
@media screen and (max-width: 767px) {
  .guaranteeArea .img01 {
    width: 53vw;
    margin: -10px auto 30px;
  }
}
.guaranteeArea .tx02 {
  color: #6c6c6c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .guaranteeArea .tx02 {
    font-size: 5vw;
  }
}
