@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
header {
	width: 100%;
}

main {}

h1 {
	font-family: "Jost", sans-serif;
	font-size: 96px;
	font-weight: 600;
	line-height: 1.0;
}

h2 {
	margin-top: 0 !important;
	margin-block-start: 0;
	font-family: "Jost", sans-serif;
	font-size: 60px;
	font-weight: 600;
}

h3 {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 28px;
}

h4, p {
	font-family: Roboto, Arial, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif !important;
}

p {
	font-size: 14px;
	font-weight: 500;
}

:root :where(.is-layout-constrained) > * {
    margin-block-start: 12px;
}

.snow-monkey-form {
	margin-top: 20px;
}

.snow-monkey-form,
.smf-form .smf-select-control__control,
.smf-form .smf-text-control__control {
	width: 100%;
}
	
.smf-form .smf-select-control__control,
.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
	border: 2px solid #000;
}

.smf-action .smf-button-control__control {
	background-color: #fff;
	background-image: inherit;
	color: #000;
	border: 2px solid #000;
}

.smf-form--simple-table .smf-item {
	padding: 10px 0;
}

.smf-form--simple-table .smf-item__col--label {
	padding-left: 60px;
}

.smf-form--simple-table .smf-item::before {
	position: absolute;
	content: "任意";
	width: 44px;
	height: 21px;
	margin-top: 12px;
	background-color: #c8c1b8;
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
}

.smf-form--simple-table .smf-item.required::before {
	content: "必須";
	background-color: #000;
}

.smf-item__label__text {
	font-size: 14px;
	font-weight: bold;
}

.smf-item__description {
	margin-top: 0;
	font-size: 12px;
}

#fullpage .section figure {
	width: 100%;
}

#fullpage .section h2 {
	margin: 20px 0 0;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 32px;
	font-weight: 500;
	text-shadow: 2px 2px 2px #fff;
}

#fullpage .section h4 {
	margin: 16px 0 8px;
}

#fullpage .section p {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Roboto, Arial, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif !important;
	font-size: 14px;
	font-weight: 500;
    letter-spacing: .02em;
	text-shadow: 2px 2px 2px #444;
}

main {
	margin: 0 0;
}

.container {
	width: 100%;
	max-width: 100%;
	margin: 0 0;
}

.section {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0;
	flex-direction: column;
}

.top {
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	background-color: #fff;
}

.technique {
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	background-color: #000;
	background-image: url(https://prosqueeze.co.jp/wp-content/themes/prosqueeze/assets/images/technique.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	text-shadow: 2px 2px 2px #444;
}

.craftsman {
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	background-color: #fff;
	background-image: url(https://prosqueeze.co.jp/wp-content/themes/prosqueeze/assets/images/craftsman.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;	
}

.machine {
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	background-color: #000;
	background-image: url(https://prosqueeze.co.jp/wp-content/themes/prosqueeze/assets/images/machine.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	text-shadow: 2px 2px 2px #444;
}

.about, .contact {
	padding: 80px 0;
}

#fullpage .section:nth-child(5) {
	overflow-y: hidden;
}

#fullpage .section .slide02 h2,
#fullpage .section .slide04 h2,
#fullpage .section .slide02 p,
#fullpage .section .slide04 p {
	color: #fff;
	text-shadow: 2px 2px 2px #444;
}

#fullpage .section .slide03 figure img {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;	
}

#fullpage .section .slide03 h2,
#fullpage .section .slide03 p {
	color: #000;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
}

#fullpage .section .slide05 h2,
#fullpage .section .slide06 h2,
#fullpage .section .slide05 p,
#fullpage .section .slide06 p {
	text-shadow: inherit;
}

footer {
    position: relative;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.fadeinA {
	animation: fadeinA 1.5s;
}

@keyframes fadeinA {
	0% {
		opacty: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.wp-block-navigation__responsive-container.is-menu-open {
	background-color: #000;
	color: #fff;
}

@media screen and (max-width:480px) { 
	
	h1 {
		font-size: 64px;
	}
	
	h2 {
		font-size: 40px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	.technique, .craftsman, .machine {
		padding: 0 20px;
		background-size: cover;
	}
	
	.about, .contact {
		padding: 80px 20px !important;
	}
	
	.about * {
		white-space: nowrap;
	}
	
}