/* wastedagainBody============================================== */


#wastedagainBody {
    position: relative;
    width: 100%;
    min-height: 100%;
	background-color: #050b0f;
}


/* mainVis============================================== */

#wastedagainVis{
    width: 100%;
    height: calc(100vh - 0px);
    position: relative;
	background-color: #050b0f;
	z-index: 0;
}


.VisInner{
	width: 80%;
	padding: 60px 0px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.VisCopy{
	width: 38%;
    height: auto;
    color: #FFF;
    margin-top: -55px;
    margin-left: 9px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
}

.VisMainTitle{
	width: 100%;
	height: auto;
}

.VisThumb{
	width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 120px);
    background-image: url(../images/mainVis.jpg);
    position: relative;
}


.scrollDown {
    width: 120px;
    height: 100px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -60px;
	}
	
.scrollTxt {
    font-size: 13px;
    position: absolute;
    margin: auto;
    letter-spacing: .2em;
    color: #c9c9c9;
    font-weight: 600;
    width: 120px;
}


.scrollDown
.scrollPoint:before {
    position: absolute;
    left: 50%;
}

.scrollPoint:before {
    content: '';
    top: 30px;
    width: 1px;
    height: 90px;
    background: #c9c9c9;
	-webkit-animation: scrolling 2s cubic-bezier(0.5, 0, 0, 1) infinite;
    animation: scrolling 2s cubic-bezier(0.5, 0, 0, 1) infinite;
}

@-webkit-keyframes scrolling {
0% {height: 0;opacity: 1;}
50% {height: 90px;opacity: 1;}
75% {height: 90px;opacity: 1;}
99% {height: 90px;opacity: 0;}
100% {height: 0;opacity: 0;}
}
@keyframes scrolling { 
0% {height: 0;opacity: 1;}
50% {height: 90px;opacity: 1;}
75% {height: 90px;opacity: 1;}
99% {height: 90px;opacity: 0;}
100% {height: 0;opacity: 0;}
}




/* wastedagainEvent============================================== */


#wastedagainEvent{
	width: 100%;
	margin: 0 auto;
    padding-top: 140px;
    padding-bottom: 166px;
}

#wastedagainEvent .sectionInner{
	width: 1140px;
	margin:0 auto;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	position:relative;
}


#wastedagainEvent .sectionInner:before {
    content: '';
	width: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 660px;
    background-image: url(../images/eventBG.jpg);
    position: relative;
	opacity:.5;
	left: 45px;
	top: 127px;
	z-index:0;
}

#wastedagainEvent .sectionIndex{
	position: absolute;
    left: 0px;
    top: -19px;
}

#wastedagainEvent .IndexTxt{
	width: 82px;
	height:auto;
}

.eventUnit{
	width: 710px;
	z-index:1;
}


.eventUnit h3{
	font-size: 36px;
	font-weight:700;
	color: #FFF;
	letter-spacing: .1em;
	line-height: 1.4;
}

.eventUnit p{
	font-size: 14px;
	color: #c9c9c9;
	letter-spacing: .1em;
	line-height: 2.8;
	margin-top: 60px;
}

.f-smoll{
	font-size:12px !important;
	line-height: 1.4;
	margin-top: 20px !important;
    width: 570px;
	color :#aaaaaa !important
}


/* wastedagainPrograms============================================== */


#wastedagainPrograms{
	width: 100%;
	margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 177px;
}

#wastedagainPrograms .sectionInner{
	width: 1140px;
	margin:0 auto;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	position:relative;
}


#wastedagainPrograms .sectionInner:before {
    content: '';
    width: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 660px;
    background-image: url(../images/programsBG.jpg);
    position: absolute;
    opacity: .5;
    right: 0px;
    top: 37px;
    z-index: 0;
}

#wastedagainPrograms .sectionIndex{
	width: 580px;
    margin-right: 70px;
	z-index: 1;
}

#wastedagainPrograms .IndexTxt{
	width: 92%;
	height:auto;
}


.programsUnit{
	width: 450px;
    margin-top: 170px;
    margin-left: 40px;
}

.programsUnit h3{
	font-size: 36px;
	font-weight:700;
	color: #FFF;
	letter-spacing: .1em;
}

.programsUnit p{
	font-size: 12px;
	font-weight:500;
	color: #c9c9c9;
	letter-spacing: .1em;
}


table.corporateList{
	width: 570px;
	margin: 30px auto 0;
}

table.corporateList th,
table.corporateList td {
	line-height: 2;
    padding: 22px 0 8px;
    text-align: left;
    vertical-align: top;
	font-size : 20px;
	font-weight: normal;
	color:#c9c9c9;
}

table.corporateList th {
    width: 165px;
	display: block;
}

table.corporateList td {
    width: 485px;
}



/* wastedagainContact============================================== */


#wastedagainContact{
	width: 100%;
	margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 270px;
}

#wastedagainContact .sectionInner{
	width: 1140px;
	margin:0 auto;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	position:relative;
}


#wastedagainContact .sectionInner:before {
    content: '';
	width: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 660px;
    background-image: url(../images/contactBG.jpg);
    position: relative;
	opacity:.5;
	left: 40px;
	top: 150px;
}

#wastedagainContact .sectionIndex{
	position: absolute;
    left: 0px;
    top: -83px;
}

#wastedagainContact .IndexTxt{
	width: 80px;
	height:auto;	
}

.contactUnit{
	width: 710px;
}


.contactUnit h3{
	font-size: 36px;
	font-weight:700;
	color: #FFF;
	letter-spacing: .1em;
	margin-bottom: 40px;
	line-height: 1.4;
}

.contactUnit p{
	font-size: 14px;
	color: #c9c9c9;
	letter-spacing: .1em;
	line-height: 2.8;
	margin-top: 20px;
	width: 560px;
    margin-left: auto;
}



/* wastedagainContactForm============================================== */



#wastedagainBody .formUnit{
	width: 100%;
	margin-top: 34px;
}

#wastedagainBody #nf-form-8-cont h3{
	display: none;
}

#wastedagainBody .label-left .nf-field-label {
    color: #FFF;
}

#wastedagainBody .nf-form-content label {
    font-size: 14px;
    line-height: 20px;
	text-decoration: none;
   border-bottom: 1px solid #575b5d;
   padding-bottom: 10px;
}

#wastedagainBody .label-left .nf-field-label {
    padding-right: 2%;
    text-align: left;
    width: 27%;
}

#wastedagainBody .label-left .nf-field-element {
    width: 73%;
}

#wastedagainBody .ninja-forms-req-symbol, .nf-error-msg {
    color: #c9c9c9;
}

#wastedagainBody .label-left .nf-field-label label {
    width: auto;
}

#wastedagainBody .nf-form-content input:not([type='button']),
#wastedagainBody .nf-form-content textarea, 
#wastedagainBody .nf-form-content .list-select-wrap .nf-field-element > div {
    background: transparent;
    border: none;
    color: #c9c9c9;
    border-bottom: 1px solid #575b5d;
}

#wastedagainBody .nf-error .ninja-forms-field {
    border-color: #c9c9c9 !important;
}

#wastedagainBody .nf-error.field-wrap .nf-field-element::after {
	display: none;
}

#wastedagainBody .nf-error .nf-error-msg {
    color: #E80000;
    padding-top: 9px;
}

#wastedagainBody .label-left .nf-after-field {
    margin-left: 26.6%;
}

#wastedagainBody .nf-pass.field-wrap .nf-field-element::after {
    color: #FFF;
    font-size: 20px;

}

#wastedagainBody .nf-form-content .ninja-forms-field,
#wastedagainBody .nf-form-content .listselect-wrap .nf-field-element div {
    font-size: 14px;
    margin: 0;
    padding: 0px;
}

#wastedagainBody .nf-form-content input.ninja-forms-field,
#wastedagainBody .nf-form-content select.ninja-forms-field,
#wastedagainBody .nf-form-content .listselect-wrap .nf-field-element div {
    height: 36px;
}

#wastedagainBody .nf-field-container, 
#wastedagainBody #ninja_forms_required_items {
    margin-bottom: 45px;
}

#wastedagainBody textarea#nf-field-40 {
    background-color: #0e1317;
    border: none;
	padding: 12px;
}

#wastedagainBody input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #050b0f inset;
	-webkit-text-fill-color: #FFF !important;
}

#wastedagainBody .nf-loading-spinner {
	display: none;
}

#wastedagainBody .nf-before-form-content{
	display: none;
}


#wastedagainBody  #nf-field-41{
    width: 190px;
    background-color:#FFF;
    height: 50px;
    font-size: 13px;
	color: #050b0f;
	}
	
#wastedagainBody  #nf-field-41:hover{
    background-color:#E80000;
	color: #FFF;
	}

#wastedagainBody .label-below .nf-field-element,
#wastedagainBody .label-above .nf-field-element {
    margin: 0;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: 8px;
}

#wastedagainBody .nf-form-errors{
	display: none;
}

#wastedagainBody .nf-response-msg{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 50px 0px;
    background-color: #000;
    width: 70%;
    margin: 0 auto;
}


.spOne{
	display: none;
}

input[type="submit"]{
-webkit-appearance: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


@media screen and (max-width: 768px) {
	
.VisInner {
    width: 86%;
	padding: 100px 0px;
}
	
.spOne{
	display: block;
}
	
#wastedagainVis {
    height: 640px;
}

.VisThumb {
    height: 500px;
}

#wastedagainEvent {
    padding: 70px 60px 250px 60px;
}

#wastedagainEvent .sectionInner {
    width: 100%;
	display: flex;
}

#wastedagainEvent .sectionInner:before {
    width: 336px;
    height: 500px;
    top: 193px;
	left: 0;
}

#wastedagainEvent .IndexTxt {
    width: 60px;
    height: auto;
}

.eventUnit {
    width: 70%;
    position: absolute;
    right: 0;
}

.eventUnit p {
    line-height: 2.2;
	text-align: left;
}

.f-smoll {
    margin-top: 20px !important;
	width: 100%;
}

#wastedagainPrograms {
    padding: 90px 60px 104px 60px;
}

#wastedagainPrograms .sectionInner {
    width: 100%;
	display: flex;
	flex-direction: column;
}

#wastedagainPrograms .sectionInner:before {
    width: 336px;
    height: 500px;
    right: 0px;
    top: 37px;
	order: 2;
}

#wastedagainPrograms .sectionIndex {
    width: 60%;
    margin-right: 70px;
    order: 1;
}

table.corporateList {
    width: 100%;
    margin: 10px auto 0;
}

.programsUnit {
    width: 100%;
    margin-top: 60px;
    margin-left: 0px;
    order: 2;
	z-index: 1;
}

.programsUnit h3 {
    font-size: 30px;
}

#wastedagainContact{
	padding: 80px 60px 320px 60px;
}

#wastedagainContact .sectionInner {
    width: 100%;
}

#wastedagainContact .sectionInner:before {
    width: 336px;
    height: 500px;
	position:absolute;
	left:0;
}

.contactUnit {
    width: 70%;
    margin-left: auto;
}

.contactUnit p {
    line-height: 2;
    margin-top: 20px;
    width: 100%;
}

#wastedagainBody .label-below .nf-field-element,
#wastedagainBody .label-above .nf-field-element {
    margin-left: -27px;
    margin-top: -16px;
}

#wastedagainContact .IndexTxt {
    width: 56px;
}

}


@media screen and (max-width:420px) {
	
.VisInner {
    width: 100%;
    padding: 116px 23px 60px 23px;
    display: block;
}

.VisCopy {
    width: 100%;
    margin-top: 0;
	margin-left: 0;
    display: block;
}

.VisThumb {
    height: 480px;
    width: 100%;
    margin-top: 35px;
    margin: 35px auto 0;
    background-image: url(../images/mainVis.jpg);
}

#wastedagainVis {
    height: auto;
}

.scrollDown {
    width: 100%;
    bottom: 0px;
    left: 50%;
    margin-left: -50%;
	display: none;
}

.scrollTxt {
    font-size: 13px;
    margin-left: -60px;
}


#wastedagainEvent {
    padding: 30px 23px 30px 23px;
}

#wastedagainEvent .sectionInner:before {
    width: 70%;
    height: 350px;
    top: 236px;
    position: absolute;
    left: -50px;
	opacity: .4;
}

#wastedagainEvent .IndexTxt {
    width: 48px;
}

#wastedagainEvent .sectionIndex {
    left: 0px;
}

.eventUnit {
    width: 100%;
    margin-left: auto;
	z-index: 1;
	position: static;
}

.eventUnit h3 {
    font-size: 26px;
	text-align: right;
}

.eventUnit p {
    line-height: 1.9;
    font-size: 13px;
    margin-top: 35px;
	width: 80%;
    margin-left: auto;
}

.eventUnit p br{
	display: none;
}

#wastedagainPrograms {
    padding: 26px 23px 80px 23px;
}

#wastedagainPrograms .IndexTxt {
    width: 100%;
}

.programsUnit {
    width: 96%;
	margin-top: 45px;
    margin-left: 0px;
}


#wastedagainPrograms .sectionIndex {
    width: 79%;
    margin-right: 0px;
    margin-left: auto;
}

#wastedagainPrograms .sectionInner:before {
    width: 70%;
    height: 350px;
    right: -41px;
    top: 40px;
	opacity: .4;
}

.programsUnit h3 {
    font-size: 22px;
}

.f-smoll {
    margin-top: 10px !important;
    width: 100%;
}

table.corporateList th {
    width: 128px;
}

table.corporateList th, table.corporateList td {
    padding: 12px 0 8px;
    font-size: 14px;
    font-weight: bold;
}

#wastedagainContact {
    padding: 38px 23px 190px 23px;
}

#wastedagainContact .sectionIndex {
    left: 0px;
	top: -33px;
}

#wastedagainContact .IndexTxt {
    width: 48px;
}

.contactUnit {
    width: 100%;
	z-index:1;
}

.contactUnit h3 {
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 1.2;
	text-align: right;
}

#wastedagainBody .formUnit {
    margin-top: 20px;
}

.contactUnit p {
    line-height: 1.9;
	font-size: 13px;
	width: 80%;
}

#wastedagainBody .nf-form-content label {
    font-size: 14px !important;
    border-bottom: none;
    line-height: 10px;
}

#wastedagainBody .label-below .nf-field-element, 
#wastedagainBody .label-above .nf-field-element {
    margin-left: 0;
    position: static;
	width: 190px;
    margin: 0 auto;
}

#wastedagainBody .label-left .nf-field-label {
    padding-right: 0;
    width: 100%;
	margin-bottom: 0px !important;
}

#wastedagainContact .sectionInner:before {
    width: 70%;
    height: 350px;
    top: 180px;
    position: absolute;
    left: -40px;
	opacity: .4;
}

#wastedagainBody .nf-field-container, 
#wastedagainBody #ninja_forms_required_items {
    margin-bottom: 32px;
}

#wastedagainBody textarea#nf-field-40 {
    background-color: #171e24;
	margin-top: 10px;
}

#wastedagainBody .label-left .nf-field-element {
    width: 100%;
}


}


@media screen and (max-width:375px) {

.VisThumb {
    height: 420px;
}

#wastedagainEvent {
    padding: 30px 23px 28px 23px;
}

#wastedagainEvent .sectionInner:before {
    top: 280px;
}

#wastedagainPrograms .sectionInner:before {
    top: 30px;
}

#wastedagainEvent .IndexTxt {
    width: 42px;
}

#wastedagainPrograms .sectionIndex {
    width: 73%;
}

#wastedagainContact .IndexTxt {
    width: 42px;
}

}
