@charset "UTF-8";

@media print, screen and (min-width:769px) {
.pcnone{
	display: none
}

}
@media only screen and (max-width: 768px) {
.spnone{
	display: none
}
}

/* ======= Lower ======= */
#particle-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#particle-canvas {
  width: 100%;
  height: 100%;
}

.lower-head {
  position: relative;
  width: 100%;
}
.lower-head-heading {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lower-head-heading .container {
  position: relative;
}
canvas{
	height: 100%!important
}

.container.container1230{
    display: block;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

main{
	padding-top: 100px
}
#vcbody-wrapper #header {
    position: inherit;
}

/*検索ボックス削除対策*/
#header .main-nav > ul > li:last-of-type a{
	padding-right: 0
}
