@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@1,600&display=swap");
.w08per {
  width: 8%;
}

.w20per {
  width: 20%;
}

.w24per {
  width: 24%;
}

.w22per {
  width: 22%;
}

.w50per {
  width: 50%;
}

.mb32 {
  margin-bottom: 32px !important;
}

@media screen and (max-width: 767px) {
  .pl15-sp {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pr15-sp {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .radius15-sp img {
    border-radius: 15px;
    overflow: hidden;
  }
}

.sans {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kensyoHdg02 {
  font-weight: 500;
  width: 494px;
  padding-bottom: 5px;
  margin: 0 auto 23px;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kensyoHdg02 {
    width: 100%;
  }
}

.kensyo_table02 {
  width: 720px;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 {
    width: 100%;
  }
}
.kensyo_table02.type02 {
  width: 822px;
}
@media screen and (max-width: 767px) {
  .kensyo_table02.type02 {
    width: 100%;
  }
}
.kensyo_table02 + .kensyo_table02 {
  margin-top: 15px;
}
.kensyo_table02 tr th {
  color: #fff;
  text-align: right;
  vertical-align: middle;
  padding-right: 30px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr th {
    font-size: 10px;
    padding-right: 15px;
    padding-bottom: 14px;
  }
}
.kensyo_table02 tr td {
  vertical-align: middle;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr td {
    padding-bottom: 14px;
  }
}
.kensyo_table02 tr td.db {
  width: 92px;
  padding-left: 9px;
  font-size: 25.5px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.kensyo_table02 tr td.db.db01 {
  color: #2ec5ff;
}
.kensyo_table02 tr td.db.db02 {
  color: #b12eff;
}
.kensyo_table02 tr td.db.db03 {
  color: #9d9d9d;
}
.kensyo_table02 tr td.db.db04 {
  color: #bce300;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr td.db {
    width: 20.58%;
    font-size: 17px;
  }
}
.kensyo_table02 tr td.db p img {
  vertical-align: middle;
}
.kensyo_table02 tr td.graphArea {
  width: 433px;
  /*
  @keyframes graphanimation01 {
  	0% {
  		opacity: 0;
  		width: 0%;
  	}
  	100% {
  		opacity: 1;
  		width: 10%;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr td.graphArea {
    width: 39.66%;
  }
}
.kensyo_table02 tr td.graphArea .graphBase {
  width: 100%;
  height: 16px;
  background: #2e2e2e;
}
.kensyo_table02 tr td.graphArea .graphBase .graph {
  width: 0%;
  height: 16px;
  opacity: 0;
  transition: 1.5s all ease-in-out;
}
.kensyo_table02 tr td.graphArea .graphBase .graph.active {
  opacity: 1;
  /*
  animation-name: graphanimation01;
  animation-duration: $moveTime*1;
  animation-timing-function: $easing;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  */
}
.kensyo_table02 tr td.graphArea.graphArea01 .graphBase .graph.active {
  width: 16.2100456621%;
  background: #2ec5ff;
}
.kensyo_table02 tr td.graphArea.graphArea02 .graphBase .graph.active {
  width: 31.9634703196%;
  background: #9d9d9d;
}
.kensyo_table02 tr td.graphArea.graphArea03 .graphBase .graph.active {
  width: 52.7397260274%;
  background: #b12eff;
}
.kensyo_table02 tr td.graphArea.graphArea04 .graphBase .graph.active {
  width: 75.1141552511%;
  background: #9d9d9d;
}
.kensyo_table02 tr td.graphArea.graphArea05 .graphBase .graph.active {
  width: 69.6347031963%;
  background: #bce300;
}
.kensyo_table02 tr td.graphArea.graphArea06 .graphBase .graph.active {
  width: 94.0639269406%;
  background: #9d9d9d;
}
.kensyo_table02 tr td.graphArea.graphArea07 .graphBase .graph.active {
  width: 76.0273972603%;
  background: #e5bb00;
}
.kensyo_table02 tr td.graphArea.graphArea08 .graphBase .graph.active {
  width: 81.2785388128%;
  background: #9d9d9d;
}
.kensyo_table02 tr .lv01 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr .lv01 {
    font-size: 12px;
  }
}
.kensyo_table02 tr .lv02 {
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr .lv02 {
    font-size: 12px;
    padding-right: 5px;
  }
}

.graphWrap {
  margin-top: 40px;
}
.graphWrap + .graphWrap {
  margin-top: 25px;
}
.graphWrap .kensyoHdg02 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
}

.silentModelTopArea .delay02 {
  transition-delay: .5s;
}
.silentModelTopArea .delay03 {
  transition-delay: .8s;
}
.silentModelTopArea .delay04 {
  transition-delay: 1.4s;
}
.silentModelTopArea .delay05 {
  transition-delay: 1.7s;
}
.silentModelTopArea .bg01 {
  background: url("../img/bg02.png") no-repeat 50% 0/2200px 620px, url("../img/bg01.png") no-repeat 0 0/100% 620px;
  padding-top: 55px;
  min-height: 620px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 {
    background: url("../img/bg03.png") no-repeat 50% 0/cover;
    min-height: inherit;
    padding: 24px 10px 14px;
  }
}
.silentModelTopArea .bg01 .textWrap01 {
  position: relative;
  z-index: 1;
}
.silentModelTopArea .bg01 .text01 {
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: linear-gradient(180deg, #ebddd2 0%, #aa9592 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 .text01 {
    font-size: 21.6px;
    line-height: 0.9;
  }
}
@media screen and (max-width: 320px) {
  .silentModelTopArea .bg01 .text01 {
    font-size: 19.6px;
  }
}
.silentModelTopArea .bg01 .text01 .sans01 {
  font-size: 80.7px;
  margin-left: 0.1em;
}
.silentModelTopArea .bg01 .text01 .sans01 sup {
  font-weight: 400;
  font-size: 62px;
  vertical-align: 0;
  margin-left: 0.1em;
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 .text01 .sans01 {
    display: block;
    font-size: 56.5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .silentModelTopArea .bg01 .text01 .sans01 {
    font-size: 52.5px;
  }
}
.silentModelTopArea .bg01 .text01 .sans02 {
  font-size: 38.5px;
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 .text01 .sans02 {
    display: block;
    font-size: 26.9px;
  }
}
.silentModelTopArea .bg01 .text02 {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.silentModelTopArea .bg01 .text02 sup {
  vertical-align: 0;
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 .text02 {
    font-size: 14px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 320px) {
  .silentModelTopArea .bg01 .text02 {
    font-size: 11.5px;
  }
}
.silentModelTopArea .bg01 > .inner01 {
  padding-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 > .inner01 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .silentModelTopArea .bg01 > .inner01 .item01 .img01,
  .silentModelTopArea .bg01 > .inner01 .item02 .img01 {
    position: absolute;
    top: 19px;
    left: 50%;
  }
}
.silentModelTopArea .bg01 > .inner01 .item01 .img01 a,
.silentModelTopArea .bg01 > .inner01 .item02 .img01 a {
  display: block;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .silentModelTopArea .bg01 > .inner01 .item01 .img01 a.hover, .silentModelTopArea .bg01 > .inner01 .item01 .img01 a:hover,
  .silentModelTopArea .bg01 > .inner01 .item02 .img01 a.hover,
  .silentModelTopArea .bg01 > .inner01 .item02 .img01 a:hover {
    transform: scale(1.04);
  }
}
@media screen and (min-width: 768px) {
  .silentModelTopArea .bg01 > .inner01 .item01 .img01 {
    width: 565px;
    margin-left: -577px;
  }
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 > .inner01 .item01 .img01 {
    width: 97.5%;
  }
}
.silentModelTopArea .bg01 > .inner01 .item01 .text03 {
  position: relative;
  padding: 8px 36px 8px 94px;
  margin-top: -7px;
}
.silentModelTopArea .bg01 > .inner01 .item01 .text03::before {
  content: '';
  position: absolute;
  left: -19px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ebddd2;
  transform: skew(-11.4deg, 0);
}
.silentModelTopArea .bg01 > .inner01 .item01 .text03 a {
  color: #552b25;
}
.silentModelTopArea .bg01 > .inner01 .item01 .text03 .new {
  color: #fff;
  background: #552b25;
  font-size: 16.9px;
  padding: 0.25em 1.1em;
  margin-right: 0.6em;
  position: relative;
  top: -0.15em;
}
@media screen and (max-width: 320px) {
  .silentModelTopArea .bg01 > .inner01 .item01 .text03 .new {
    font-size: 14.9px;
  }
}
.silentModelTopArea .bg01 > .inner01 .item02 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 > .inner01 .item02 {
    padding-top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .silentModelTopArea .bg01 > .inner01 .item02 .img01 {
    top: 1px;
    width: 584px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 > .inner01 .item02 .img01 {
    width: 94.5%;
    margin-left: 3.2%;
  }
}
.silentModelTopArea .bg01 > .inner01 .item02 .text03 {
  position: relative;
  padding: 8px 94px 8px 49px;
  margin-top: -5px;
}
@media screen and (max-width: 320px) {
  .silentModelTopArea .bg01 > .inner01 .item02 .text03 {
    padding: 8px 85px 8px 49px;
  }
}
.silentModelTopArea .bg01 > .inner01 .item02 .text03::before {
  content: '';
  position: absolute;
  right: -19px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #552b25;
  transform: skew(-11.4deg, 0);
}
.silentModelTopArea .bg01 > .inner01 .item02 .text03 a {
  color: #eddfe2;
}
.silentModelTopArea .bg01 > .inner01 .item02 .text03 a::before {
  background: #74514c;
}
.silentModelTopArea .bg01 > .inner01 .item02 .text03 a::after {
  border-color: #eddfe2 transparent transparent transparent;
}
.silentModelTopArea .bg01 > .inner01 .item02 .text03 .underline::before {
  background: #eddfe2;
}
.silentModelTopArea .bg01 > .inner01 .text03 {
  display: none;
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 > .inner01 .text03 {
    display: inline-block;
  }
  .silentModelTopArea .bg01 > .inner01 .text03 a {
    line-height: 1;
    display: inline-block;
    padding-right: 25px;
    position: relative;
  }
  .silentModelTopArea .bg01 > .inner01 .text03 a:hover {
    text-decoration: none;
  }
  .silentModelTopArea .bg01 > .inner01 .text03 a::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 18.2px;
    height: 18.2px;
    border-radius: 50%;
    background: #d8bca6;
    transition: .3s;
  }
  .silentModelTopArea .bg01 > .inner01 .text03 a::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 6.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.7px 2.75px 0 2.75px;
    border-color: #552b25 transparent transparent transparent;
    transition: .3s;
  }
  .silentModelTopArea .bg01 > .inner01 .text03 a .sans03 {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .silentModelTopArea .bg01 > .inner01 .text03 a .sans03 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 > .inner01 .text03 a .sans04 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .silentModelTopArea .bg01 > .inner01 .text03 a .sans04 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg01 > .inner01 .text03 .underline {
    position: relative;
  }
  .silentModelTopArea .bg01 > .inner01 .text03 .underline::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -1px;
    width: 100%;
    height: 1px;
    background: #552b25;
  }
}
.silentModelTopArea .bg02 {
  background: #ebddd2;
  text-align: center;
  padding: 12px 0 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .silentModelTopArea .bg02 {
    display: none;
  }
}
.silentModelTopArea .bg02::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 52%;
  height: calc(100% + 0.5px);
  background: #552b25;
  transform: skew(-11.4deg, 0);
}
.silentModelTopArea .bg02 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.silentModelTopArea .bg02 > .inner01 a {
  line-height: 1;
  display: inline-block;
  padding-right: 41px;
  position: relative;
  transition: .3s;
}
.silentModelTopArea .bg02 > .inner01 a::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d8bca6;
  transition: .3s;
}
.silentModelTopArea .bg02 > .inner01 a::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 9.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.3px 4.2px 0 4.2px;
  border-color: #552b25 transparent transparent transparent;
  transition: .3s;
}
.silentModelTopArea .bg02 > .inner01 a .sans03 {
  font-size: 38px;
  letter-spacing: -0.02em;
}
.silentModelTopArea .bg02 > .inner01 a .sans04 {
  font-size: 52.76px;
  letter-spacing: -0.05em;
}
.silentModelTopArea .bg02 > .inner01 .underline {
  position: relative;
}
.silentModelTopArea .bg02 > .inner01 .underline::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: -3px;
  width: 100%;
  height: 2px;
  background: #552b25;
  transition: .3s;
}
.silentModelTopArea .bg02 > .inner01 .item01 {
  width: 51%;
  padding-right: 38px;
}
.silentModelTopArea .bg02 > .inner01 .item01 a {
  color: #552b25;
  transition: .3s;
}
.silentModelTopArea .bg02 > .inner01 .item01 a.hover, .silentModelTopArea .bg02 > .inner01 .item01 a:hover {
  color: #000;
  text-decoration: none;
}
.silentModelTopArea .bg02 > .inner01 .item01 a.hover::after, .silentModelTopArea .bg02 > .inner01 .item01 a:hover::after {
  border-color: #000 transparent transparent transparent;
}
.silentModelTopArea .bg02 > .inner01 .item01 a.hover .new, .silentModelTopArea .bg02 > .inner01 .item01 a:hover .new {
  background: #000;
}
.silentModelTopArea .bg02 > .inner01 .item01 a.hover .underline::before, .silentModelTopArea .bg02 > .inner01 .item01 a:hover .underline::before {
  background: #000;
}
.silentModelTopArea .bg02 > .inner01 .item01 .new {
  color: #fff;
  background: #552b25;
  font-size: 23.8px;
  padding: 0.25em 1em;
  margin-right: 0.5em;
  position: relative;
  top: -0.3em;
  transition: .3s;
}
.silentModelTopArea .bg02 > .inner01 .item02 {
  width: 49%;
  padding-right: 70px;
  text-align: right;
}
.silentModelTopArea .bg02 > .inner01 .item02 a {
  color: #eddfe2;
}
.silentModelTopArea .bg02 > .inner01 .item02 a::before {
  background: #74514c;
}
.silentModelTopArea .bg02 > .inner01 .item02 a::after {
  border-color: #eddfe2 transparent transparent transparent;
}
.silentModelTopArea .bg02 > .inner01 .item02 a.hover, .silentModelTopArea .bg02 > .inner01 .item02 a:hover {
  color: #fff;
  text-decoration: none;
}
.silentModelTopArea .bg02 > .inner01 .item02 a.hover::after, .silentModelTopArea .bg02 > .inner01 .item02 a:hover::after {
  border-color: #fff transparent transparent transparent;
}
.silentModelTopArea .bg02 > .inner01 .item02 .underline::before {
  background: #eddfe2;
}

.proArea01 {
  background: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .proArea01 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.proArea01 > .inner01 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 > .modelList01 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.proArea01 > .inner01 > .inner02 {
  padding: 200px 0 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 > .inner02 {
    padding: 20px 15px 0;
  }
}
.proArea01 > .inner01 > .inner02 .textWrap {
  max-width: 361px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 > .inner02 .textWrap {
    max-width: 100%;
  }
}
.proArea01 > .inner01 > .inner02 .textWrap .text01 {
  color: #fff;
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 > .inner02 .textWrap .text01 {
    font-size: 8.55vw;
  }
}
.proArea01 > .inner01 > .inner02 .textWrap .text02 {
  display: inline-block;
  color: #fff;
  background: #552b25;
  font-size: 25px;
  line-height: 1;
  padding: 0.2em 1em;
  margin-right: 0.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 > .inner02 .textWrap .text02 {
    font-size: 5.625vw;
  }
}
.proArea01 > .inner01 > .inner02 .textWrap .text03 {
  color: #fff;
  line-height: 1.1;
  margin-top: -27px;
  margin-bottom: 8px;
}
.proArea01 > .inner01 > .inner02 .textWrap .text03 .sans05 {
  font-size: 37.16px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 > .inner02 .textWrap .text03 .sans05 {
    font-size: 8.361vw;
  }
}
.proArea01 > .inner01 > .inner02 .textWrap .text03 .sans06 {
  color: #d8bca6;
  font-size: 73px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 > .inner02 .textWrap .text03 .sans06 {
    font-size: 16.425vw;
  }
}
.proArea01 > .inner01 > .inner02 .textWrap .text04 {
  color: #c8c8c8;
  font-weight: 400;
  font-size: 14.7px;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 > .inner02 .textWrap .text04 {
    max-width: 100%;
    font-size: 3.3075vw;
  }
}
@media screen and (min-width: 768px) {
  .proArea01 > .inner01 > .inner02 .img01 {
    position: absolute;
    top: 101px;
    left: 50%;
    width: 601px;
    margin-left: -91px;
  }
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 > .inner02 .img01 {
    width: 100%;
    margin-top: 5px;
  }
}
.proArea01 > .inner01 .graphWrap {
  margin-top: 20px;
}
.proArea01 > .inner01 .graphBox01note {
  color: #888888;
  font-size: 12px;
  width: 888px;
  margin: 5px auto 0;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .graphBox01note {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.proArea01 > .inner01 .graphBox01,
.proArea01 > .inner01 .graphBox02 {
  width: 888px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  padding: 14px 72px 27px 85px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .graphBox01,
  .proArea01 > .inner01 .graphBox02 {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 4px 10px 27px;
  }
}
.proArea01 > .inner01 .graphBox01 .text01,
.proArea01 > .inner01 .graphBox02 .text01 {
  color: #888888;
  font-size: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .graphBox01 .text01,
  .proArea01 > .inner01 .graphBox02 .text01 {
    line-height: 1.2;
    margin-bottom: 29px;
  }
}
.proArea01 > .inner01 .graphBox01 .text01 .sans07,
.proArea01 > .inner01 .graphBox02 .text01 .sans07 {
  color: #fff;
  font-size: 31.8px;
}
.proArea01 > .inner01 .graphBox01 .text01 .sans08,
.proArea01 > .inner01 .graphBox02 .text01 .sans08 {
  color: #d8bca6;
  font-size: 47.9px;
  margin-right: 0.2em;
}
.proArea01 > .inner01 .graphBox01 .text01 .system,
.proArea01 > .inner01 .graphBox02 .text01 .system {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .graphBox01 .text01 .system,
  .proArea01 > .inner01 .graphBox02 .text01 .system {
    display: block;
  }
}
.proArea01 > .inner01 .graphBox01 .text02,
.proArea01 > .inner01 .graphBox02 .text02 {
  color: #888888;
  font-size: 12px;
  margin-top: 56px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .graphBox01 .text02,
  .proArea01 > .inner01 .graphBox02 .text02 {
    margin-bottom: 20px;
  }
}
.proArea01 > .inner01 .graphBox01 .text02 span,
.proArea01 > .inner01 .graphBox02 .text02 span {
  color: #fff;
  font-size: 15.9px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .graphBox01 .text02 span,
  .proArea01 > .inner01 .graphBox02 .text02 span {
    display: block;
    margin-bottom: 4px;
  }
}
.proArea01 > .inner01 .graphBox02 {
  background: none;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .graphBox02 {
    margin-top: 22px;
  }
}
.proArea01 > .inner01 .graphBox02 .text01 .sans08 {
  color: #a25569;
}
.proArea01 > .inner01 .kensyoWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.proArea01 > .inner01 .kensyoWrap + .kensyoWrap {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .kensyoWrap + .kensyoWrap {
    margin-top: 18px;
  }
}
.proArea01 > .inner01 .kensyoWrap .kensyoText01 {
  min-width: 114px;
  color: #fff;
  font-size: 22.7px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .kensyoWrap .kensyoText01 {
    min-width: inherit;
    font-size: 14px;
    order: 3;
    margin-top: 10px;
  }
}
.proArea01 > .inner01 .kensyoWrap .kensyoText02 {
  min-width: 114px;
  color: #fff;
  font-size: 22.7px;
  font-weight: 700;
  text-align: right;
}
.proArea01 > .inner01 .kensyoWrap .kensyoText02.db {
  color: #d8bca6;
  width: 115px;
  font-size: 29.5px;
  font-weight: 700;
}
.proArea01 > .inner01 .kensyoWrap .kensyoText02.db.db01 {
  color: #d8bca6;
}
.proArea01 > .inner01 .kensyoWrap .kensyoText02.db.db02 {
  color: #a25569;
}
.proArea01 > .inner01 .kensyoWrap .kensyoText02.db.db03 {
  color: #7d7d7d;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .kensyoWrap .kensyoText02.db {
    min-width: inherit;
    width: 26%;
    font-size: 20px;
  }
}
.proArea01 > .inner01 .kensyoWrap .kensyoText02.db p img {
  vertical-align: middle;
}
.proArea01 > .inner01 .kensyoWrap .graphArea {
  width: 497px;
}
@media screen and (max-width: 767px) {
  .proArea01 > .inner01 .kensyoWrap .graphArea {
    width: 74%;
  }
}
.proArea01 > .inner01 .kensyoWrap .graphArea .graphBase {
  width: 100%;
  height: 16px;
  background: #1a1a1a;
}
.proArea01 > .inner01 .kensyoWrap .graphArea .graphBase .graph {
  width: 0%;
  height: 18.1px;
  opacity: 0;
  transition: 1.5s all ease-in-out;
}
.proArea01 > .inner01 .kensyoWrap .graphArea .graphBase .graph.active {
  opacity: 1;
}
.proArea01 > .inner01 .kensyoWrap .graphArea.graphArea01 .graphBase .graph.active {
  width: 23.3708410505%;
  background: #d8bca6;
}
.proArea01 > .inner01 .kensyoWrap .graphArea.graphArea02 .graphBase .graph.active {
  width: 72.9572884104%;
  background: #775551;
}
.proArea01 > .inner01 .kensyoWrap .graphArea.graphArea03 .graphBase, .proArea01 > .inner01 .kensyoWrap .graphArea.graphArea04 .graphBase, .proArea01 > .inner01 .kensyoWrap .graphArea.graphArea05 .graphBase {
  background: #0e0e0e;
}
.proArea01 > .inner01 .kensyoWrap .graphArea.graphArea03 .graphBase .graph.active {
  width: 54.2590553733%;
  background: #a25569;
}
.proArea01 > .inner01 .kensyoWrap .graphArea.graphArea04 .graphBase .graph.active {
  width: 83.5248059204%;
  background: #462931;
}
.proArea01 > .inner01 .kensyoWrap .graphArea.graphArea05 .graphBase .graph.active {
  width: 95.9621467341%;
  background: #4d4d4d;
}
.proArea01 .modelColumn01 {
  width: 920px;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.proArea01 .modelColumn01 .col {
  width: 440px;
  padding-bottom: 26px;
  border: 1px solid #202020;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col {
    width: 100%;
  }
}
.proArea01 .modelColumn01 .col.typeUner:hover {
  border: 1px solid #000;
}
.proArea01 .modelColumn01 .col:hover {
  border: 1px solid #0095ff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col:hover {
    border: 1px solid #000;
  }
}
.proArea01 .modelColumn01 .col .photo {
  position: relative;
}
.proArea01 .modelColumn01 .col .photo .new {
  position: absolute;
  top: 0;
  right: 0;
}
.proArea01 .modelColumn01 .col .photo .new02 {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 60px;
  height: 60px;
}
.proArea01 .modelColumn01 .col .name01 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col .name01 {
    font-size: 23.5px;
  }
}
.proArea01 .modelColumn01 .col .name01 .pro {
  color: #d8bca6;
}
.proArea01 .modelColumn01 .col .name02 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col .name02 {
    font-size: 11.5px;
  }
}
.proArea01 .modelColumn01 .col a {
  text-decoration: none !important;
}
.proArea01 .modelColumn01 .col a:hover .inner .buttonWrap .button {
  background: #3296ff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a:hover .inner .buttonWrap .button {
    background: #007cff;
  }
}
.proArea01 .modelColumn01 .col a .inner {
  padding: 0 39px 0 41px;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a .inner {
    padding: 0 45px 0;
  }
}
.proArea01 .modelColumn01 .col a .inner .logo {
  padding: 0 15px 8px;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a .inner .logo {
    padding: 0 0 8px;
  }
}
.proArea01 .modelColumn01 .col a .inner p {
  font-size: 14px;
  line-height: 1.4285714286;
  color: #b1b3b1;
}
.proArea01 .modelColumn01 .col a .inner .textWrap {
  padding: 10px 0 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a .inner .textWrap {
    padding: 10px 0 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.proArea01 .modelColumn01 .col a .inner .textWrap p {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a .inner .textWrap p {
    font-size: 11.5px;
  }
}
.proArea01 .modelColumn01 .col a .inner .price {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a .inner .price {
    font-size: 15.68px;
  }
}
.proArea01 .modelColumn01 .col a .inner .price span {
  font-size: 33px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a .inner .price span {
    font-size: 25.8px;
  }
}
.proArea01 .modelColumn01 .col a .inner .price span.yen {
  font-size: 29.14px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a .inner .price span.yen {
    font-size: 22.8px;
  }
}
.proArea01 .modelColumn01 .col a .inner .price span.tax {
  font-size: 20px;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a .inner .price span.tax {
    font-size: 15.68px;
  }
}
.proArea01 .modelColumn01 .col a .inner .buttonWrap {
  text-align: center;
}
.proArea01 .modelColumn01 .col a .inner .buttonWrap .button {
  display: inline-block;
  width: 290px;
  color: #fff;
  background: #007cff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 0.95em 0;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col a .inner .buttonWrap .button {
    width: 100%;
  }
}
.proArea01 .modelColumn01 .col.endofsale:hover {
  border: 1px solid #202020;
  background: #202020;
}
@media screen and (max-width: 767px) {
  .proArea01 .modelColumn01 .col.endofsale:hover {
    border: 1px solid #202020;
  }
}
.proArea01 .modelColumn01 .col.endofsale a {
  pointer-events: none;
}
.proArea01 .modelColumn01 .col.endofsale a .inner .price {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
.proArea01 .modelColumn01 .col.endofsale a .inner .price .yen,
.proArea01 .modelColumn01 .col.endofsale a .inner .price .tax {
  display: none;
}
.proArea01 .modelColumn01 .col.endofsale a .inner .price span {
  color: #fff;
  font-size: 19.8px;
  font-weight: normal;
}
.proArea01 .modelColumn01 .col.endofsale a .inner .buttonWrap .button {
  background: #999;
}

.neoArea01 {
  background: #242424;
  padding-top: 48px;
}
.neoArea01 > .bannerWrap {
  width: 960px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .bannerWrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.neoArea01 > .inner01 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 {
    width: calc(100% - 30px);
  }
}
.neoArea01 > .inner01 .top_area01 {
  margin-bottom: 384px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area01 {
    font-size: 12px;
    margin-bottom: 44vw;
  }
}
.neoArea01 > .inner01 .top_area01 .textWrap {
  max-width: 353px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area01 .textWrap {
    max-width: 100%;
  }
}
.neoArea01 > .inner01 .top_area01 .textWrap .text01 {
  color: #fff;
  font-weight: 300;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area01 .textWrap .text01 {
    font-size: 8.55vw;
  }
}
.neoArea01 > .inner01 .top_area01 .textWrap .text03 {
  color: #fff;
  line-height: 1.1;
  margin-top: -12px;
  margin-bottom: 8px;
}
.neoArea01 > .inner01 .top_area01 .textWrap .text03 .sans05 {
  font-size: 37.16px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area01 .textWrap .text03 .sans05 {
    font-size: 8.361vw;
  }
}
.neoArea01 > .inner01 .top_area01 .textWrap .text03 .sans06 {
  color: #a25569;
  font-size: 73px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area01 .textWrap .text03 .sans06 {
    font-size: 16.425vw;
  }
}
.neoArea01 > .inner01 .top_area01 p {
  color: #c8c8c8;
}
@media screen and (max-width: 320px) {
  .neoArea01 > .inner01 .top_area01 p {
    font-size: 11px;
  }
}
.neoArea01 > .inner01 .top_area01 p + p {
  margin-top: 10px;
}
.neoArea01 > .inner01 .top_area02 {
  position: absolute;
  top: 129px;
  left: 452px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area02 {
    top: 34vw;
    left: inherit;
    right: 0;
    width: 50.3%;
  }
}
.neoArea01 > .inner01 .top_area03 {
  position: absolute;
  top: 123px;
  left: 105px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area03 {
    top: 31.5vw;
    left: 12px;
    width: 63.14%;
  }
}
.neoArea01 > .inner01 .top_area04 {
  width: 896px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area04 {
    margin-top: 0;
    width: 100%;
  }
}
.neoArea01 > .inner01 .top_area04 .titleArea {
  width: 641px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area04 .titleArea {
    width: 100%;
  }
}
.neoArea01 > .inner01 .top_area04 .titleArea p + p {
  color: #fff;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 .top_area04 .titleArea p + p {
    font-size: 10px;
  }
}
.neoArea01 > .inner01 .top_area04 .graphWrap + .graphWrap {
  margin-top: 35px;
}
.neoArea01 > .inner01 .top_area04 .graphWrap .kensyoHdg02 {
  margin-bottom: 40px;
}

.neoArea01 > .inner01 section {
  margin-top: 109px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 section {
    margin-top: 62px;
  }
}
.neoArea01 > .inner01 section + section {
  margin-top: 113px;
}
@media screen and (max-width: 767px) {
  .neoArea01 > .inner01 section + section {
    margin-top: 30px;
  }
}
