@charset "UTF-8";
/*
	BASE
*******************************/

/*
font-family: "Jost", sans-serif;
font-family: "Zen Kaku Gothic New", sans-serif;
font-family: "M PLUS 1p", sans-serif;
*/
* {
	font-family: "Jost", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	font-feature-settings: "palt";
	line-height:1;
}

.min {
	font-family: "Noto Serif", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

html {
	font-size:62.5%;
	line-height:1;
	body {
		font-size:1.6rem;
		font-weight:500;
		img {
			-webkit-backface-visibility: hidden;
			vertical-align:bottom;
			line-height:0;
			max-width: 100%;
			height: auto;
		}
		p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6,label {
			color:#000000;
		}
		a {
			color:#000000;
			text-decoration:none;
			outline:none;
			border:none;
			img {
				outline:none;
				border:none;
				-webkit-backface-visibility: hidden;
			}
		}
		area {
			border:none;
			outline:none;
		}
		.clear { clear:both;}
	} 
}

:root {
	--color_def: #000000;
	--color_main: #10B5A1;
	--color_sub: #00B09B;;
	--color_sub2: #89D4EE;
	--color_sub3: #EAF4FD;
	--color_sub4: #00A9E4;
	--color_sub5: #1082B5;
	--color_sub6: #00B06C;
}

/*//////////////////////////////////////////////////////////////////////////*/

/*
	BASE LAYOUT
******************/

.wrap {
	.contents {
		max-width:1200px;
		width: calc(100% - 60px);
		margin:0 auto;
		p {
			font-size: 1.6rem;
			line-height: 2;
		}
		.btn {
			font-family: "M PLUS 1p", sans-serif;
			display:grid;
			grid-template-columns:1fr .8em;
			align-items:center;
			grid-column-gap:.5em;
			font-size:1.8rem;
			color:#FFFFFF;
			background: #41C3AF;
			background: linear-gradient(90deg, rgba(65, 195, 175, 1) 0%, rgba(2, 162, 132, 1) 100%);
			height:2.6em;
			max-width:12em;
			border-radius:2em;
			padding:0 .75em;
			text-align:center;
			font-weight:500;
			box-shadow: 0 3px 6px rgba(0,0,0,.15);
			&.orange {
				background: #FF9900;
				background: linear-gradient(90deg,rgba(255, 153, 0, 1) 0%, rgba(255, 118, 0, 1) 100%);
			}
		}
	}
}

@media ( hover:hover) {

	a {
		transition: .3s;
		&:hover {
			text-decoration: none;
			opacity: .75;
		}
	}
	
	.wrap {
		.contents {
			.btn {
				&:hover {
					opacity:1;
					filter:brightness(1.1);
				}
			}
		}
	}
	
}


@media screen and (max-width:1024px){

	.wrap {
		.contents {
			width: calc(100% - 50px);
		}
	}
	
}

@media screen and (max-width:768px){

	.wrap {
		.contents {
			width: calc(100% - 40px);
			p {
				font-size: 1.4rem;
				line-height: 1.8;
			}
			.btn {
				font-size: 1.6rem;
			}
		}
	}
	

}


@media screen and (max-width:1024px) {
    .pcOnly2 {
    	display:none !important;
    }
}
@media screen and (max-width:768px) {
    .pcOnly {
    	display:none !important;
    }
    .tbOnly {
    	display:none !important;
    }
}
@media screen and (min-width:1025px) {
    .tbOnly {
    	display:none !important;
    }
    .sptbOnly {
    	display:none !important;
    }
}
@media screen and (min-width:769px) {
    .spOnly {
    	display:none !important;
    }
}


#popmake-282 {
	.pum-title {
		display:none;
	}
	.pum-content {
		#mailpoet_form_1 {
			background:none;
			h2 {
				&.mailpoet-heading {
					color:#FFFFFF!important;
					font-size:2.2rem!important;
					padding:1em 0;
				}
			}
			.mailpoet_form {
				padding:0;
			}
			&:has(.mailpoet_form_successfully_send) {
				display:none;
			}
			.parsley-required {
				font-size:14px;
			}
			.mailpoet_checkbox_label {
				font-size:16px!important;
				color:#FFFFFF;
			}
			.mailpoet_text {
				background-color:#FFFFFF!important;
				color:#000000!important;
			}
			.mailpoet_submit {
				background-color:#FFFFFF!important;
				color:var(--color_sub)!important;
			}
			.mailpoet_paragraph {
				fieldset {
					&:has(#mailpoet_checkbox_1) {
						text-indent:-1em;
						padding-left:1em;
					}
				}
			}
		}
		.btnwrap {
			display:none;
		}
		&:has(.mailpoet_form_successfully_send) {
			.btnwrap {
				display:block;
				text-align:center;
				line-height:1.5;
				padding-top:1em;
				font-weight:600;
				#dl_catalog {
					display:grid;
					background-color:#FFFFFF;
					color:var(--color_sub);
					font-size:1.8rem;
					height:2.4em;
					align-items:center;
					justify-content:center;
					border-radius:2em;
					margin-top:1em;
				}
			}
		}
	}
}