@charset "UTF-8";

html {
	font-size: 62.5%;
	line-height: 62.5%;
}

@media screen and (min-width: 1280px){
	.pc {
		display: inline;
	}
	.sp {
		display: none;
	}
}

@media screen and (max-width: 749px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
}


body {
	width: 100%;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
img {
	display: block;
}



#page {
	position: relative;
	width: 100%;
}

#main {
	position: relative;
	z-index: 100;
	width: 100%;
	text-align: center;
}

#page1 {
	/* background: url(../image/section-01_bp-pc.png);
	background-size: cover; */
}
#bpmv {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
	background: url(../image/section-01_bp-pc.png);
	background-size: cover;
	-o-object-fit: fill;
	object-fit: fill;
}
#page1 h1, 
#page1 h2 {
	display: none;
	margin: auto;
}
#page1 h1 img {
	width: 480px;
	height: auto;
	margin: 0 auto;
}
#page1 h2 img {
	width: 440px;
	height: auto;
	margin: 2vh auto 0;
}

@media screen and (max-width: 749px) {
	#page1 {
		/* background: url(../image/section-01_bp-sp.png);
		background-size: cover; */
	}
	#bpmv {
		background: url(../image/section-01_bp-sp.png);
		background-size: cover;
		-o-object-fit: cover;
		object-fit: cover;
	}
	#page1 h1 img {
		width: 80%;
		height: auto;
		margin: 0 auto 0;
	}
	#page1 h2 img {
		width: 70%;
		height: auto;
		margin: 2vh auto 0;
	}
}



#page2 {
	background: #d7000f;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#page2::after {
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
#page2:hover {
	background: #d7000f;
}
#page2:hover::after {
	transform: scale(1, 1);
}
#page2 h3 {
	display: block;
	margin: 0 0 0 5vw;
	text-align: left;
}
#page2 h3 b {
	font-family: 'Sixtyfour', sans-serif;
	color: #000000;
	font-size: 120px;
	line-height: 150px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 30px;
}
#page2:hover h3 b {
	color: #d7000f;
}
#page2 h3 span {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size: 120px;
	line-height: 150px;
	font-weight: 600;
	letter-spacing: 30px;
}
#page2 p {
	display: block;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size: 50px;
	line-height: 70px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 10px;
	margin: 5vh 0 0 5vw;
}

@media screen and (max-width: 749px) {
	#page2 h3 {
		display: block;
		margin: 0 0 0 5vw;
		text-align: left;
	}
	#page2 h3 b {
		font-size: 60px;
		line-height: 80px;
		letter-spacing: 10px;
	}
	#page2 h3 span {
		font-size: 60px;
		line-height: 80px;
		letter-spacing: 10px;
	}
	#page2 p {
		font-size: 30px;
		line-height: 50px;
		margin: 3vh 0 0 5vw;
		letter-spacing: 5px;
	}
}



#page3 {
	background: url(../image/section-03_bp-pc.png);
	background-size: cover;
}
#page3 h3 {
	display: block;
	margin: 0 0 0 5vw;
	text-align: left;
}
#page3 h3 b {
	font-family: 'Sixtyfour', sans-serif;
	color: #ffffff;
	font-size: 120px;
	line-height: 150px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 30px;
}
#page3 h3 span {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-size: 120px;
	line-height: 150px;
	font-weight: 600;
	letter-spacing: 30px;
}
#page3 p {
	display: block;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #ffffff;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	margin: 1% 5vw 0;
}
#page3 iframe {
	display: block;
	width: 100%;
	height: 45vh;
	margin: 0 0 1%;
}
#page3 div.company {
	display: block;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #ffffff;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	margin: 2% 5vw 0;
}
#page3 div.company h4 {
	display: table;
	color: #d7000f;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	background: #000000;
	margin: 0 0 1%;
	padding: 0.8% 1%;
}
#page3 div.company a {
	color: #d7000f;
	font-weight: 700;
	text-decoration: none;
	background: #ffffff;
	padding: 0 10px 5px;
	border-radius: 40px;
}

@media screen and (max-width: 749px) {
	#page3 {
		background: url(../image/section-03_bp-sp.png);
		background-size: cover;
	}
	#page3 h3 {
		display: block;
		margin: 0 0 0 5vw;
		text-align: left;
	}
	#page3 h3 b {
		font-size: 60px;
		line-height: 70px;
		letter-spacing: 10px;
	}
	#page3 h3 span {
		font-size: 60px;
		line-height: 70px;
		letter-spacing: 10px;
	}
	#page3 p {
		font-size: 18px;
		line-height: 24px;
		margin: 4% 0 0 5vw;
		letter-spacing: 1px;
	}
	#page3 iframe {
		display: block;
		width: 94%;
		height: 20vh;
		margin: 5% 0 3%;
	}
	#page3 div.company {
		font-size: 18px;
		line-height: 24px;
		margin: 5% 5vw 0;
	}
	#page3 div.company h4 {
		font-size: 18px;
		line-height: 26px;
		margin: 4% 0 2%;
		padding: 2.8% 3%;
	}
	#page3 div.company a {
		display: table;
		margin: 3% 0 0;
	}
}



#Contact {
	background: #000000;
}
#Contact h3 {
	display: block;
	margin: 2% 0 0 5vw;
	text-align: left;
}
#Contact h3 b {
	font-family: 'Sixtyfour', sans-serif;
	color: #d7000f;
	font-size: 120px;
	line-height: 150px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 30px;
}
#Contact h3 span {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size: 120px;
	line-height: 150px;
	font-weight: 600;
	letter-spacing: 30px;
}
#Contact p {
	display: block;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	margin: 1% 0 2%;
}

@media screen and (max-width: 749px) {
	#Contact h3 {
		display: block;
		margin: 5vw 0 0 5vw;
		text-align: left;
	}
	#Contact h3 b {
		font-size: 60px;
		line-height: 70px;
		letter-spacing: 10px;
	}
	#Contact h3 span {
		font-size: 60px;
		line-height: 70px;
		letter-spacing: 10px;
	}
	#Contact p {
		font-size: 18px;
		line-height: 24px;
		margin: 4% 0 2% 0;
		letter-spacing: 1px;
	}
}



.mw_wp_form {
	margin: 1% 5vw 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.mw_wp_form table {
	width: 100%;
	color: #ffffff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.mw_wp_form table th {
	display: table;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8rem;
	width: 100%;
	text-align: left;
}
.mw_wp_form table td {
	display: table;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8rem;
	width: 100%;
	text-align: left;
}
.mw_wp_form table td div {
	margin: 0 auto 2%;
}
.mw_wp_form table td textarea {
	width: 99%;
	height: 120px;
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 3.0rem;
	background: #f7f7f7;
	border: none;
	padding: .5%;
}
.mw_wp_form table td select {
	width: 99%;
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 3.0rem;
	padding: .5%;
}
.mw_wp_form input {
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 3.0rem;
	width: 99%;
	background: #f7f7f7;
	border: none;
	padding: .5%;
}
.mw_wp_form input[name="zip"], 
.mw_wp_form td span.mwform-tel-field input {
	width: 20%;
}
.mw_wp_form .btn {
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 3.0rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	margin: 2% 0 0;
}
.mw_wp_form .btn input {
	font-family: inherit;
	font-size: 1.8rem;
	line-height: 3.0rem;
	width: 99%;
	background: #f7f7f7;
	border: none;
	padding: .5%;
}
.mw_wp_form .btn input:hover {
	transition: all 0.3s ease;
	opacity: 0.7;
}
.mw_wp_form input#submitBtn {
	font-family: inherit;
	font-weight: 700;
	background: #c9c9c9;
	width: 70%;
}
.mw_wp_form input[name="submit"] {
	color: #ffffff;
	font-weight: 700;
	background: #ff0000;
	margin: 2% auto 0;
}



/* tF[h
.fullpage-wrapper {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.fullpage-wrapper .fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.fullpage-wrapper .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.fullpage-wrapper .fp-section .fp-slidesContainer {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
 */