@charset "utf-8";

/*android用font-family: 'Noto Serif JP', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');



html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	position: relative;
	/*明朝*/font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: #474747;
	font-size: 1.8rem;/* 18px */
	font-weight: 400;
	line-height: 1.5;
}

/*img {
    image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}*/
h2 img {
	display: block;
	width: 80%;
	max-width: 400px;
}

.blur {
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.maxWid {
	position: relative;
	width: 1200px;
	margin: auto;
}

#about,
#creators,
#company,
footer {
	width: 100%;
	min-width: 1270px;
}

#secondtop {
	background: #ffe6da;
	height: 100px;
}




/* container
---------------------------------------------*/
#container {
}





/* top
---------------------------------------------*/
#top {
	position: relative;
	background-image: url("../img/logo_bg.png"), url("../img/top.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto, cover;
	width: 100%;
	min-width: 1270px;
}
#top #toplogo {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 9%;
	max-width: 200px;
	margin: auto;
	z-index: 3;
}
#top #slider {
	position: relative;
	z-index: 1;
}
#top #slider::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-image: url("../img/logo_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 33% auto;
	z-index: 2;
}
#top #slider img {
	display: block;
	width: 100%;
}





/* about
---------------------------------------------*/
#about {
	padding: 120px 35px;
}
#about #aboutImg {
	display: block;
	width: 100%;
	max-width: 976px;
	margin: auto;
}






/* creators
---------------------------------------------*/
#creators {
	background-color: #ffe6da;
	background-image: url("../img/bg_creators_top.png"), url("../img/bg_creators_bottom.png");
	background-repeat: repeat-x;
	background-position: center top, center bottom;
	padding: 35px 35px 140px 35px;
}
#creatorAll {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#creatorAll .creatorBox {
	box-sizing: border-box;
	background: #ff9388;
	width: 49.5%;
	padding: 7px;
	margin-bottom: 1%;
}
#creatorAll .creatorBox:nth-child(2n+1) {
	margin-right: 0.5%;
}
#creatorAll .creatorBox:nth-child(2n) {
	margin-left: 0.5%;
}
#creatorAll .creatorBox .creatorProf {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	background: #fff;
	border-radius: 15px 0 15px 0;
}
#creatorAll .creatorBox .creatorProf_img {
	background: #ff9388;
	width: 45%;
	border-radius: 15px 0 0 0;
	overflow: hidden;
}
#creatorAll .creatorBox .creatorProf_img img {
	display: block;
	width: 100%;
}
#creatorAll .creatorBox .creatorProf_txt {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 55%;
}
#creatorAll .creatorBox .creatorProf_txt .creatorProf_cate {
	position: relative;
	right: -1px;
	color: #fff;
	text-align: right;
	background: #ff9388;
}
#creatorAll .creatorBox .creatorProf_txt .creatorProf_cate::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #fff;
	width: 20%;
	height: 3rem;
	border-radius: 0 0 50px 0;
}
#creatorAll .creatorBox .creatorProf_txt .creatorProf_cate span {
	position: relative;
}
#creatorAll .creatorBox .creatorProf_txt .creatorProf_name {
	position: relative;
	right: -1px;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	background: rgb(198,23,23);
	background: linear-gradient(90deg, rgba(198,23,23,1) 0%, rgba(255,147,136,1) 100%);
	padding: 15px;
	margin-left: 10px;
	border-top: solid 2px #fff;
	border-radius: 50px 0 0 50px;
}
#creatorAll .creatorBox .creatorProf_txt .creatorProf_work {
	font-size: 1.4rem;
	padding: 10px 10px 10px 30px;
}
#creatorAll .creatorBox .creatorProf_txt .creatorProf_sns {
	text-align: right;
	padding: 8px;
	margin-top: auto;
}
#creatorAll .creatorBox .creatorProf_txt .creatorProf_sns a {
}
#creatorAll .creatorBox .creatorProf_txt .creatorProf_sns a:not(:first-of-type) {
	margin-left: 20px;
}





/* company
---------------------------------------------*/
#company {
	padding: 35px 35px 35px 35px;
}
#company table {
	 margin: auto;
}
#company table th,
#company table td {
	font-weight: 400;
}
#company table th {
	white-space: nowrap;
	padding: 20px 0;
}
#company table td {
	padding: 20px 0 20px 5em;
}
#company .linkArea {
	text-align: center;
	padding-top: 100px;
}
#company a.inquiryBtn {
	position: relative;
	display: inline-block;
	background-color: #d1f4af;
	padding: 18px 30px;
}
#company a.inquiryBtn::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	border: solid 2px #8d758d;
    transition: 0.3s ease-in-out;
}
#company a.inquiryBtn:hover {
	color: #fff;
	background-color: #99c271;
}
#company a.inquiryBtn:hover::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: solid 2px #8d758d;
    transition: 0.3s ease-in-out;
}
#company a.inquiryBtn .mail_icon {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 23px;
	height: 18px;
	margin-right: 5px;

	-webkit-mask-image: url(../img/icon_mail.png);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;

	mask-image: url(../img/icon_mail.png);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;

	/*変更したい色をここに書く*/
	background-color: #474747;
}
#company a.inquiryBtn:hover .mail_icon {
	background-color: #fff;
}



/* banner
---------------------------------------------*/
#banner {
	padding: 35px 30px 120px 35px;
	display: grid;
	text-align: center;
}

#banner img{
	max-width: 400px;
	border: solid 2px #ff9489;
}

#banner a:hover{
	opacity: 0.6;
}


/* privacypolicy
---------------------------------------------*/
#privacypolicy {
	padding: 35px 35px 120px 35px;
}
#privacypolicy ul li {
	padding-top: 2em;
	margin-top: 2em;
	border-top: solid 1px #ccc;
}
#privacypolicy ul li ul {
	margin: 1em 0;
}
#privacypolicy ul li ul li {
	text-indent: -1em;
	padding: 0 0 0 1em;
	margin: 0;
	border: none;
}





/* footer
---------------------------------------------*/
footer {
	font-size: 14px;
	background: #ffe6da;
	padding: 110px 35px 35px 35px;
}
#footer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	flex-direction: row-reverse;
}
footer .footerLink {
}
footer .footerLink a {
	display: inline-block;
}
footer .footerLink a:hover {
	color: #b5b5b5;
}
footer .footerLink a:not(:last-child) {
	margin-right:  120px;
}

#pagetop {
	position: absolute;
	top: -220px;
	right: 0;
	width: 21px;
	height: 116px;
	opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}
#pagetop:hover {
	opacity: 1;
}
#pagetop img {
	display: block;
	width: 100%;
}






/* ウィンドウ幅が0-767pxの場合に適用するCSS */
@media screen and (max-width:1024px){
	
	body {
		font-size: 1.4rem;/* 14px */
	}

	.maxWid {
		position: relative;
		width: 100%;
		margin: auto;
	}

	#about,
	#creators,
	#company,
	footer {
		width: 100%;
		min-width: auto;
	}

	#secondtop {
		height: 70px;
	}





	/* container
	---------------------------------------------*/
	#container {
	}





	/* top
	---------------------------------------------*/
	#top {
		width: 100%;
		min-width: auto;
	}
	#top #toplogo {
		width: 35%;
		max-width: 1000px;
	}
	#top #slider::before {
		background-size: 140% auto;
	}





	/* about
	---------------------------------------------*/
	#about {
		padding: 100px 0 60px 0;
	}
	#about #aboutImg {
		max-width: 1024px;
	}






	/* creators
	---------------------------------------------*/
	#creators {
		background-image: url("../img/bg_creators_top_sp.png"), url("../img/bg_creators_bottom_sp.png");
		background-repeat: repeat-x;
		background-position: center top, center bottom;
		background-size: 100% auto;
		padding: 35px 15px 70px 15px;
	}
	#creatorAll {
		display: block;
	}
	#creatorAll .creatorBox {
		width: 100%;
		padding: 3px;
		margin-bottom: 10px;
	}
	#creatorAll .creatorBox:nth-child(2n+1) {
		margin-right: 0;
	}
	#creatorAll .creatorBox:nth-child(2n) {
		margin-left: 0;
	}
	#creatorAll .creatorBox .creatorProf {
		border-radius: 15px 0 15px 0;
	}
	#creatorAll .creatorBox .creatorProf_img {
		width: 30%;
		border-radius: 15px 0 0 0;
	}
	#creatorAll .creatorBox .creatorProf_txt {
		width: 70%;
	}
	#creatorAll .creatorBox .creatorProf_txt .creatorProf_cate {
		font-size: 1rem;
	}
	#creatorAll .creatorBox .creatorProf_txt .creatorProf_cate::before {
		width: 20%;
		height: 1.5rem;
	}
	#creatorAll .creatorBox .creatorProf_txt .creatorProf_cate span {
		position: relative;
	}
	#creatorAll .creatorBox .creatorProf_txt .creatorProf_name {
		font-size: 1.6rem;
		padding: 8px 8px 8px 15px;
		margin-left: 10px;
		border-top: solid 1px #fff;
	}
	#creatorAll .creatorBox .creatorProf_txt .creatorProf_work {
		font-size: 1.4rem;/* 14px */
		padding: 5px 5px 5px 20px;
	}
	#creatorAll .creatorBox .creatorProf_txt .creatorProf_sns {
		text-align: right;
		padding: 8px;
		margin-top: auto;
	}
	#creatorAll .creatorBox .creatorProf_txt .creatorProf_sns a {
	}
	#creatorAll .creatorBox .creatorProf_txt .creatorProf_sns a:not(:first-of-type) {
		margin-left: 5px;
	}





	/* company
	---------------------------------------------*/
	#company {
		padding: 35px 15px 35px 15px;
	}
	#company table th {
		padding: 10px 0;
	}
	#company table td {
		padding: 10px 0 10px 2em;
	}
	#company .linkArea {
		text-align: center;
		padding-top: 40px;
	}
	#company a.inquiryBtn {
		padding: 15px 20px;
	}
	#company a.inquiryBtn .mail_icon {
		top: 4px;
	}

	
	/* banner
	---------------------------------------------*/
	#banner {
		padding: 35px 15px 120px 15px;
	}

	#banner img{
		width: 80%;
	}




	/* privacypolicy
	---------------------------------------------*/
	#privacypolicy {
		padding: 35px 15px 120px 15px;
	}





	/* footer
	---------------------------------------------*/
	footer {
		font-size: 1.2rem;
		padding: 15px;
	}
	footer .footerLink {
	}
	footer .footerLink a {
		display: block;
		text-align: right;
	}
	footer .footerLink a:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1em;
	}

	#pagetop {
		top: -70px;
		right: 0;
		width: 11px;
		height: auto;
	}
	
}