.page-top {
 background-color:#e5e3e3;
  position:relative;
  z-index:0;
}

.page-top section {
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page-top section::-webkit-scrollbar {
  display: none;
}

.page-top .section-padding {
  padding: 8em 0;
}

.page-top .page-top__service {
/*   min-height: 100vh; */
}

.page-top .page-top__service .section-title {
  margin-bottom: .5em;
      color: #000;
  font-family: "Bebas Neue", cursive;
}

.page-top .page-top__service__card-wrap {
  position: relative;
}

.page-top .page-top__service__card-wrap .btn-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 0;
}

.page-top .page-top__service__card-wrap .btn-wrap--first {
  left: 17.5%;
}

.page-top .page-top__service__card-wrap .btn-wrap--second {
  left: 50%;
}

.page-top .page-top__service__card-wrap .btn-wrap--third {
  left: 80.5%;
}

.page-top .page-top__service__card-wrap .btn-wrap .btn-wrap a {
  position: relative;
}

.page-top .page-top__service__card-list {
  position: relative;
  overflow: hidden;
}

.page-top .page-top__service__card-list--bottom:before, .page-top .page-top__service__card-list--middle:before, .page-top .page-top__service__card-list--top:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  transition: .8s;
  z-index: 0;
}

.page-top .isPlay {
  z-index: -1;
}

.page-top .isPlay:before {
  transform: translate3d(0, 100%, 0);
  z-index: inherit;
}

.page-top .page-top__service__card-list--lead-title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  width: 50%;
/*   height: 200px; */
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  padding: .3em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-top .page-top__service__card-list--lead-title--red {
  background-color: #dc5352;
}

.page-top .page-top__service__card-list--lead-title--green {
  background-color: #84993b;
}

.page-top .page-top__service__card-list--lead-title--brown {
  background-color: #aa6327;
}

.page-top .page-top__service__card-list--lead-title span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 2em;
  letter-spacing: .04em;
}

.page-top .page-top__web {
  background: url(/wp-content/themes/kuni_from_japan/img/bg-img01.jpg) no-repeat;
  background-size: 100% 100%;
  position:relative;
  z-index:0;
	background-attachment: fixed
}
.page-top .page-top__web__wrap {
  position:relative;
  z-index:100;
}
.page-top .page-top__web__wrap .section-title {
  font-weight: 700;
  font-family: "BIZ UDPGothic", sans-serif;
  
}

.page-top .page-top__web__body--second .section-lead-text {
  font-family: "Bebas Neue", cursive;
}

.page-top .page-top__web__body--second .section-lead-text span {
  font-family: "BIZ UDPGothic", sans-serif;
}

.page-top .page-top__web__body--second .section-text {
  font-size: 1.6rem!important;
  line-height: 1.375;
  position: relative;
  font-weight: 400!important;
}

.page-top .page-top__web__body--second .section-text:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.page-top .page-top__web__body--second .section-text::before {
  content: "";
  width: 12vw;
  height: 12vw;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: -2em;
  top: 50%;
}

.page-top .page-top__web__body--second .section-text--meeting:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-meeting.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__web__body--second .section-text--seo:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-seo.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__web__body--second .section-text--good:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-good.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__web__body--second .section-text--earth:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-earth.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__web__body .section-text {
  font-size: 2.2rem;
  line-height: 1.18182;
  font-weight: 400;
}

.page-top .page-top__web__body .btn-wrap {
  margin-top: 2em;
  justify-content: center;
}

.page-top .page-top__web__img img {
  object-fit: cover;
}

.page-top .page-top__onther-job__wrap {
  position: relative;
  overflow-x: hidden;
}

.page-top .page-top__onther-job__wrap:nth-child(1):before {
  content: "";
  background-color: #071121;
  position: absolute;
  top: 0;
  left: -2.5%;
  right: 0;
  width: 1200px;
  height: 100%;
  z-index: -1;
  max-width: 1200px;
}

.page-top .page-top__onther-job__wrap:nth-child(2):before {
  content: "";
  background-color: #071121;
  position: absolute;
  top: -5%;
  left: -2.5%;
  right: 0;
  width: 1200px;
  height: 105%;
  z-index: -1;
  max-width: 1200px;
}

.page-top .page-top__onther-job__wrap:not(:first-child) {
  margin-top: 10em;
}

.page-top .page-top__onther-job__card .section-title {
  font-weight: 700;
  font-family: "BIZ UDPGothic", sans-serif;
  margin-top: .5em;
}

.page-top .page-top__onther-job__card .section-text {
  font-size: 1.8rem;
  line-height: 1.18182;
  font-weight: 400;
}

.page-top .page-top__onther-job__img {
  margin-bottom: 2em;
  display: inline-block;
}

.page-top .page-top__onther-job__card-detail .section-lead-text {
  font-family: "Bebas Neue", cursive;
}

.page-top .page-top__onther-job__card-detail .section-lead-text span {
  font-family: "BIZ UDPGothic", sans-serif;
}

.page-top .page-top__onther-job__card-detail .section-text {
  font-size: 1.6rem!important;
  line-height: 1.375;
  position: relative;
  margin-top: 0!important;
/*   font-weight: 600!important; */
}

.page-top .page-top__onther-job__card-detail .section-text:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.page-top .page-top__onther-job__card-detail .section-text::before {
  content: "";
  width: 12vw;
  height: 12vw;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: -2em;
  top: 50%;
}

.page-top .page-top__onther-job__card-detail .section-text--talk:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-talk.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__onther-job__card-detail .section-text--seo:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-seo.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__onther-job__card-detail .section-text--shke-hands:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-shke-hands.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__onther-job__card-detail .section-text--card:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-card.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__onther-job__card-detail .section-text--youtube:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-youtube.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__onther-job__card-detail .section-text--movie:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-movie.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__onther-job__card-detail .section-text--good:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-good.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__value {
  background: url(/wp-content/themes/kuni_from_japan/img/bg-img02.jpg) no-repeat;
  background-size: cover;
  width: 100%;
	background-attachment: fixed;
/*   min-height: 132vh; */
}

.page-top .page-top__value .section-title {
  font-size: 13.848rem;
  line-height: .74468;
  margin-bottom: .5em;
  font-family: "Bebas Neue", cursive; 
}

.page-top .page-top__value__text-wrap {
  margin-left: 16vw;
}

.page-top .page-top__value__text-wrap:not(:first-of-type) {
  margin-top: 2em;
}

.page-top .page-top__value__text-wrap .section-lead-text {
  font-size: 2.5rem;
  line-height: 1.65625;
  position: relative;
}
.page-top .page-top__value__text-wrap .section-lead-text i.fas.fa-check {
    font-size: 20px;
    color: #67B031;
    margin-right: 10px;
}

.page-top .page-top__value__text-wrap .section-lead-text::before {
  content: "";
  width: 12vw;
  height: 12vw;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: -13%;
  top: 50%;
}

.page-top .page-top__value__text-wrap .section-lead-text--meeting:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-meeting.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__value__text-wrap .section-lead-text--goal:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-goal.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__value__text-wrap .section-lead-text--run:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-run.png) no-repeat center center;
  background-size: contain;
  transform: scale(-1, 1);
  left: -20%;
}

.page-top .page-top__value__text-wrap .section-lead-text--shke-hands:before {
  background: url(/wp-content/themes/kuni_from_japan/img/icon-shke-hands.png) no-repeat center center;
  background-size: contain;
}

.page-top .page-top__value__text-wrap .section-text {
  font-size: 1.6rem;
  line-height: 2.6875;
  font-weight: 400;
}

.page-top .page-top__attention--wrap .section-title {
  font-size: 6rem;
  line-height: 1.12903;
  font-family: "Bebas Neue", cursive;
}

.page-top .page-top__attention--wrap .section-text {
  font-size: 1.6rem;
	font-weight:400;
  line-height: 1.625;
  margin: 1em 0 1.5em 0;
}

.page-top .page-top__attention--wrap .section-lead-text {
  font-size: 4.6rem;
  line-height: 1;
}

.page-top .page-top__attention-card {
  position: relative;
  width: 320px;
/*   height: 410px; */
  padding: 1em;
  background: #84993b;
}

.page-top .page-top__attention-card:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  bottom: -32px;
  right: 50%;
  border-style: solid;
  border-color: #84993b transparent transparent transparent;
  border-width: 66px 160px 0 160px;
}

.page-top .page-top__attention--info {
  text-align: center;
}

.page-top .page-top__attention--info .section-text {
  font-size: 2rem;
  line-height: 1;
}

.page-top .page-top__attention--info .section-text a {
  color: #409ecc;
  font-size: 1.5rem;
  line-height: .8125;
  padding: .5em;
}

.page-top .page-top__attention--info .section-text a:hover {
  color: #d3242c;
}

.page-top .page-top__attention--info .section-lead-text {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.125;
  margin-bottom: 1.5em;
}

.page-top .page-top__attention--info .btn-wrap {
  justify-content: center;
}
#canvas{
  width:100%;
  height:100%;
  position:relative;
  z-index:-10;
  background: #000;
}

.page-top .page-top__contact {
  background: #fff;
  color: #000;
}

.page-top .page-top__contact .section-title {
  font-size: 3.8rem;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.47368;
  text-align: center;
  margin-bottom: 2.4em;
}

.page-top .page-top__contact .section-text {
  text-align: center;
}

.page-top .page-top__contact .section-text a {
  color: #409ecc;
}

.page-top .page-top__contact .section-text a:hover {
  color: #d3242c;
}

.page-top .single__inner {
  background-color: #fff;
  padding: 0 1em 5em 1em;
}

.page-top .single__inner figure {
  text-align: center;
}

.page-top .single__inner img {
  border-radius: 15px;
  margin: 0 auto 3em auto;
  max-height: 100vh;
}

.page-top .single__inner p {
  margin-bottom: 1em;
  padding: 0 3em;
}

.page-top .single__inner h2, .page-top .single__inner h3, .page-top .single__inner h4, .page-top .single__inner h5, .page-top .single__inner h6 {
  margin: 2em 0;
}

.page-top .single__inner--contact {
  background-color: #fff;
  padding-top: 2em;
}

.page-top .single__inner--contact p {
  margin-bottom: 1em;
  padding: 0 3em;
}

.page-top .single__inner--contact h2, .page-top .single__inner--contact h3, .page-top .single__inner--contact h4, .page-top .single__inner--contact h5, .page-top .single__inner--contact h6 {
  margin: 2em 0;
}

/* .page-top table.defTable01 {
  margin: 0 auto 80px;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
}

.page-top table.defTable01 button, .page-top table.defTable01 input, .page-top table.defTable01 select, .page-top table.defTable01 textarea {
  -webkit-appearance: auto;
}

.page-top table.defTable01 select {
  border: 1px solid #eee;
  width: 100%;
}

.page-top table.defTable01 tr {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.page-top table.defTable01 tr:first-child {
  border-top: 1px solid #ddd;
}

.page-top table.defTable01 th {
  padding: 10px 40px 10px 30px;
  width: 34%;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.5rem;
  vertical-align: middle;
}

.page-top table.defTable01 th small {
  font-size: 1.3rem;
  display: block;
  font-weight: 700;
}

.page-top table.defTable01 td {
  padding: 10px 0 10px 0;
  display: inline-block;
  box-sizing: border-box;
  width: 63.5%;
  text-align: left;
  display: flex;
  align-items: center;
}

.page-top table.defTable01 td a {
  font-weight: 700;
  color: #7bb4d9;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 1em;
  transition: all .8s;
}

.page-top table.defTable01 td a:hover {
  transition: all .8s;
  color: #ffaaab;
}

.page-top table.defTable01 th em.clrred {
  font-size: 1.2rem;
  color: #d30000;
  font-style: normal;
  text-align: center;
  display: inline-block;
}

.page-top table.defTable01 td.cen {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.page-top table.defTable01 td.cen input {
  padding: 1rem;
  color: #fff;
  font-size: 16px;
  width: 33%;
  background: #7bb4d9;
  cursor: pointer;
  border: 1px solid rgba(51, 51, 51, .4);
  border-radius: 10px;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 320px;
  height: 72px;
  transition: all .8s;
}

.page-top table.defTable01 td.cen input:hover {
  background: #ffaaab;
  opacity: .7;
  -moz-opacity: .7;
  -webkit-transition: .8s ease-in-out;
  -moz-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  color: #fff;
}

.page-top table.defTable01 input {
  padding: 15px 10px;
  background: #eee;
  font-size: 13px;
  border: none;
  box-sizing: border-box;
  width: 100%;
}

.page-top table.defTable01 textarea {
  padding: 15px 10px;
  background: #eee;
  font-size: 1.3rem;
  border: none;
  width: 100%;
  box-sizing: border-box;
}

.page-top table.defTable01 .bbn {
  border-bottom: none!important;
}

.page-top table.defTable01 td.tel_area input {
  width: 96%;
}

.page-top table.defTable01 input[type=checkbox], .page-top table.defTable01 input[type=radio] {
  width: 4%;
}

.page-top table.defTable01 .poricy {
  display: inline-block;
  text-align: -webkit-left;
  text-align: left;
}

.page-top table.defTable01 .poricy-check {
  display: flex;
  align-items: center;
} */

@media (min-width:768px) {
  .page-top .page-top__service__card-wrap {
    display: flex;
    justify-content: center;
  }
  .page-top .page-top__service__card-list--middle:before {
    transition: 1.4s;
  }
  .page-top .page-top__service__card-list--bottom:before {
    transition: 1.6s;
  }
  .page-top .page-top__service__card-list--pic:not(:last-child) {
    margin-right: 1em;
  }
  .page-top .page-top__service__card-list--pic img {
    width: 354px;
  }
  .page-top .page-top__web__wrap {
    display: flex;
  justify-content: space-evenly;
  gap:5.5em;
  }
  .page-top .page-top__web__wrap:not(:first-child) {
    margin-top: 8em;
  }
  .page-top .page-top__web__body {
/*     width: 36.91148775894539%; */
    width:40%;
  }
  .page-top .page-top__web__body--second .section-lead-text {
    margin-top: .8em;
  }
  .page-top .page-top__web__body--second .section-text {
    margin-left: 3em;
    padding: 2em 0;
    margin-top: 0!important;
  }
  .page-top .page-top__web__body--second .section-text::before {
    width:3em;
    height: 3em;
  }
  .page-top .page-top__web__body .section-text {
    margin-top: 1.8em;
  }
  .page-top .page-top__web__img {
/*     width: 590px; */
/*     margin-left: 6.5em; */
    width: 40%;
      max-width: 42.3em;
  }
  .page-top .page-top__web__wrap:not(:first-child) .page-top__web__img {
    margin-top: 10em;
  }
  #particle-canvas{
    width:100%;
    height:100vh;
    margin-top:-1000px;
    padding-bottom:1000px;
  }
  .page-top .page-top__onther-job__wrap {
    display: flex;
  justify-content: space-evenly;
  padding:2em;
   gap:5.5em;
  }
  .page-top .page-top__onther-job__card {
/*     margin-right: 18em; */
/*     width: calc(100% - 36.31687242798354% ); */
    width:40%;
  }
  .page-top .page-top__onther-job__card .section-text {
    margin: 1.8em 0;
  }
  .page-top .page-top__onther-job__card-detail {
/*     width: 36.31687242798354%; */
    margin-top: 7.7em;
    width:40%;
  }
  .page-top .page-top__onther-job__card-detail .section-text {
    margin-left: 3em;
    padding: 2em 0;
  }
  .page-top .page-top__onther-job__card-detail .section-text::before {
    width:3em;
    height: 3em;
  }
  .page-top .page-top__value .section-title {
    font-size: 17.848rem;
    margin-bottom: .5em;
  }
  .page-top .page-top__value__text-wrap {
    width: 630px;
    margin-left: 75px;
  }
  .page-top .page-top__value__text-wrap:not(:first-of-type) {
    margin-top: 3em;
  }
  .page-top .page-top__value__text-wrap .section-lead-text {
    font-size: 3.2rem;
  }
  .page-top .page-top__value__text-wrap .section-lead-text::before {
    width: 66px;
    height: 66px;
    left: -7%;
    top: 50%;
  }
  .page-top .page-top__value__text-wrap .section-lead-text--run:before {
    left: -13%;
  }
  .page-top .page-top__attention--wrap {
    display: flex;
  }
  .page-top .page-top__attention-card {
    width: 424px;
    height: 420px;
  }
  .page-top .page-top__attention-card:after {
    border-width: 210px 0 210px 66px;
    border-color: transparent transparent transparent #84993b;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: 50%;
    right: calc(-99px - -.5%);
  }
  .page-top .page-top__attention--info {
    margin-left: auto;
  }
  .page-top .page-top__attention--info .section-text {
    font-size: 3.5rem;
    line-height: 1;
    margin-top: 3em;
  }
  .page-top .page-top__attention--info .section-text a {
    font-size: 3.2rem;
    line-height: .8125;
  }
  .page-top .page-top__attention--info .section-lead-text {
    margin-bottom: 1.5em;
   background-color: #000;
  }
  .page-top .sub_visual__title {
    font-size: 8.5rem;
  }
  .page-top .sub_visual__title img {
    width: 300px;
  }
  .page-top .single__inner {
    max-width: 700px;
    margin: 0 auto;
  }
  .page-top .single__inner--contact {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 2em;
  }
  .page-top .single__inner img {
    max-width: calc(700px - 2em);
  }
/*   .page-top table.defTable01 tr {
    display: flex;
    align-items: center;
  } */
}
/* コンタクト送信後入力消す */
form.sent .send_success{
  display: none;
}
.wpcf7-response-output{
  font-size:2rem;
}

@media (min-width:768px) and (max-width:1024px) {
  #particle-canvas{
    margin-top:-1200px;
    padding-bottom:1200px
  }
  .page-top .page-top__onther-job__card {
/*     margin-right: 13em; */
  }
  .page-top .page-top__attention--info .section-text {
    font-size: 2.4rem;
    line-height: 1.08333;
  background-color: #000;
  }
  .page-top .page-top__attention--info .section-text a {
    font-size: 2.2rem;
    line-height: 1.09091;
    margin-bottom: 2em;
    display: inline-block;
  }
  .page-top .page-top__attention--info .section-lead-text {
    margin-bottom: 3em;
  }
  #canvas{
    margin-top:-17em;
  }
}

@media (max-width:767px) {
  .page-top .page-top__service__card-wrap .btn-wrap {
    left: 50%;
  }
  .page-top .page-top__service__card-wrap .btn-wrap--first {
    bottom: 72%;
  }
  .page-top .page-top__service__card-wrap .btn-wrap--second {
    bottom: 36%;
  }
  .page-top .page-top__service__card-wrap .btn-wrap--third {
    bottom: 1%;
  }
  .page-top .page-top__service__card-list:nth-child(1) {
    margin-bottom: 10em;
  }
  .page-top .page-top__service__card-list:nth-child(3) {
    margin-bottom: 10em;
  }
  .page-top .page-top__web {
    background-size: cover;
  }
  .page-top .page-top__web__img img {
      margin-top:4em;
  }

  .page-top .page-top__web__body .section-text {
    padding: 2em 0;
  }
  .page-top .page-top__web__body--second .section-lead-text {
    margin: 1em 0 0 0;
  }
  .page-top .page-top__web__body--second .section-text {
    margin-left: 20vw;
  }
  .page-top .page-top__web__body .btn-wrap {
    margin-top: 5em;
  }
  #particle-canvas{
    margin-top:-1800px;
    padding-bottom:1800px;
    height:250vh
  }
  .page-top .page-top__onther-job__wrap {
      padding: .5em;
  }
  .page-top .page-top__onther-job__wrap:nth-child(1):before {
    width: calc(100% + 32px);
    left: -16px;
  }
  .page-top .page-top__onther-job__wrap:nth-child(2):before {
    width: calc(100% + 32px);
    left: -16px;
  }
  .page-top .page-top__onther-job__card .section-text {
    margin: 2em 0;
  }
  .page-top .page-top__onther-job__card-detail .section-lead-text {
    margin: 1em 0 0 0;
  }
  .page-top .page-top__onther-job__card-detail .section-text {
    margin-left: 20vw;
    padding: 2em 0;
  }
  .page-top .page-top__value {
    background-size: cover;
    background-position: center top;
  }
  .page-top .page-top__value .section-title {
    font-size:7rem;
  }
  .page-top .page-top__value__text-wrap .section-lead-text {
    font-weight: 700;
  }
  .page-top .page-top__attention--wrap .section-lead-text {
    margin-top:-.5em;
  }
  .page-top .page-top__attention--wrap .section-text {
    margin: 1em 0 2em 0;
  }
  .page-top .page-top__attention-card {
    margin: 0 auto;
		width: 100%;
  }
  .page-top .page-top__attention--info {
    margin-top: 10em;
    width: 100%;
  }
  #canvas{
    margin-top:0;
  }
  .page-top .wp-pagenavi {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page-top .wp-pagenavi a, .page-top .wp-pagenavi span {
    padding: 5px 12px;
  }
  .page-top .sub_visual__title:after {
    font-size: 1rem;
    top: 68%;
    left: 44%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
/*   .page-top table.defTable01 tr {
    border-bottom: 0 solid #ddd;
    padding: 0 0;
  }
  .page-top table.defTable01 tr:first-child {
    border-top: 0 solid #ddd;
  }
  .page-top table.defTable01 th {
    padding: 10px 0 10px 0;
    width: 100%;
    display: block;
    border-top: 1px solid #ddd;
    text-align: left;
  }
  .page-top table.defTable01 th small {
    display: inline-block;
  }
  .page-top table.defTable01 td {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
  }
  .page-top table.defTable01 td.cen input {
    font-size: 1.4rem;
    width: 85.33333vw;
    height: 19.2vw;
  }
  .page-top table.defTable01 .tel_area {
    flex-direction: unset;
  }
  .page-top table.defTable01 .check {
    display: flex;
  } */
}

@media (min-width:1200px){
  #canvas{
    margin-top:-34em;
  }
}

/* 追加 */

.page-top #canvas{
  z-index:-100;
}