@charset "UTF-8";
html{
	font-size: 62.5%;
    line-height: 2;
}

body{
	font-family: "Yu Gothic","YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
	font-weight:500;
	background-color:#f5f5f5;
	animation: fadein 2s forwards;
}

body, figure {
	margin: 0;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

.clearfix::after{
	content : "";
	display : block;
	clear : both;
}

*, *::before, ::after {
	box-sizing: border-box;
}

.cover::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.3) radial-gradient(rgba(0,0,0,.3) 25%, transparent 0) center / 5px 5px;
}

.caption {
	position: absolute;
	z-index: 1;
	left: 50%;
    top: 200%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	font-family: "Dosis", sans-serif;
	letter-spacing: .05em;
	text-align: center;
}

/*スクロールダウン*/
.scrolldown{
	position: absolute;
    left: 50%;
    top: 70%;
	height:300px;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 70px;
	background: #fff;
	animation: pathmove 1.5s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:70px;
		opacity: 1;
	}
	100%{
		height:0;
		top:300px;
		opacity: 0;
	}
}


header h1 {
    text-align: center;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 0 .5em;
}

h1 .logosize{
	width : 350px;
}

h1 svg .logocolor{
    fill : #fff;
}

main {
	font-size: 1.5rem;
	text-align: left;
}

main h1,
main .lead,
main section {
	max-width: 768px;
	margin: 0em auto;
}

main h1,
main h2,
main h3 {
	line-height: 1.4;
}

main h2,
main h3 {
	letter-spacing: .05em;
}

main h1 {
	margin-top: 5%;
	margin-bottom: 2em;
	font-size: 3rem;
	font-feature-settings: "palt";
}

main h3 {
	font-size: 2.4rem;
}

footer {
	padding-bottom: 16px;
    text-align: center;
}

footer .copyright small {
	color: #868686;
	font-size: 1.4rem;
	font-family: "Ubuntu Condensed", sans-serif;
	letter-spacing: .05em;
}

/* ============================================================PC============================================================ */
@media screen and (min-width: 835px){

    .sp{display : none;}

	/* ------------------------------nav------------------------------ */
	main .navarea {
		width: 100%;
		padding-top: 80px;
		padding-bottom: 40px;
	}

	main .navarea .nav_left {
		width: 35%;
		float: left;
	}

	main .navarea .nav_left li {
		margin-right: 83px;
	}

	main .navarea .nav_center {
		width: 30%;
		float: left;
		position: relative;
		bottom: 30px;
		transition: all 0.25s ease;
	}

	main .navarea .nav_right {
		width: 35%;
		float: left;
	}

	main .navarea .nav_right li {
		margin-left: 59px;
	}

	main nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	main nav ul li{
		display: inline-block;
		font-size: 2rem;
	}

	.nav_btn a{
		text-decoration:none;
		cursor: pointer;
		transition: all 0.25s ease;
	}

	.nav_btn .work {
		color: #528CE0;
	}

	.nav_btn .about a{
		color: #868686;
	}

	.nav_btn .contact a{
		color: #868686;
	}

	.nav_btn .secret a{
		color: #868686;
	}

	.nav_btn a:hover{
		color: #FFD033;
	}

	main svg{
		transition: all 0.25s ease;
		fill: #528CE0;
	}
	main svg:hover{
		fill:#FFD033;
	}

	/* ------------------------------sort------------------------------ */
	.sortarea {
		width: 100%;
		margin-bottom: 60px;
		border-top: solid 2px #dcdcdc;
	}

	.sortarea ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		color: #868686;
		max-width: 768px;
	}

	.sortarea ul li{
		display: inline-block;
		width: 16.5%;
		margin-top: -2px;
		padding-top: 10px;
		transition: all 0.25s ease;
	}

	.sortarea ul li:nth-child(1) {
		width: 17.5%;
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(1):hover{
		color: #528CE0;
		border-top: solid 2px #528CE0;	
	}

	.sortarea ul li:nth-child(2) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(2):hover{
		color: #795ACE;
		border-top: solid 2px #795ACE;	
	}

	.sortarea ul li:nth-child(3) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sortarea ul li:nth-child(3):hover{
		color: #FF55AA;
		border-top: solid 2px #FF55AA;
	}

	.sortarea ul li:nth-child(4) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(4):hover{
		color: #FF7272;
		border-top: solid 2px #FF7272;	
	}

	.sortarea ul li:nth-child(5) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(5):hover{
		color: #FF8900;
		border-top: solid 2px #FF8900;	
	}

	.sortarea ul li:nth-child(6) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(6):hover{
		color: #32B920;
		border-top: solid 2px #32B920;	
	}

	/* ------------------------------item------------------------------ */
	.itemarea {
		width: 80%;
		max-width: 1480px;
		margin: 1em auto;
	}

	.itemimg{
		width: 100%;
		overflow: hidden;
	}

	.itemimgpic{
		width: 100%;
		padding-top: 100%;
		background-size: cover;
		transition:0.5s all;
	}

	.itemimgpic:hover{
		transform:scale(1.03);
		opacity: 0.7;
	}

	.sorttag{
		width: 100%;
		margin: 0px 0px 10px;
	}

	.sorttag ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		border-bottom: solid 2px #dcdcdc;
		max-width: 768px;
	}

	.sorttag ul li{
		margin-bottom: -8px;
		width: 20%;
		display: inline-block;
	}

	.webtag {
		border-top: solid 2px #795ACE;
	}

	.adtag {
		border-top: solid 2px #FF55AA;
	}

	.logotag {
		border-top: solid 2px #FF7272;
	}

	.ilusttag {
		border-top: solid 2px #FF8900;
	}

	.movetag {
		border-top: solid 2px #32B920;
	}

	.itemtext{
		width: 100%;
	}
	.grid li a{
		text-decoration: none;
		color: #212529;
		transition:0.5s all;
	}
	.grid li a:hover{
		color: #FFD033;
	}
}






/* ============================================================SP============================================================ */
@media screen and (max-width: 834px){

	.pc{display : none;}
	.pcmain{display : none;}

    header h1 {
		font-size: 4rem;
	}

	h1 .logosize {
		width: 240px;
		height: 67px;
	}

	/* ------------------------------nav------------------------------ */

	main .navarea {
		width: 100%;
		padding-top: 100px;
		padding-bottom: 30px;
	}

	main .navarea .nav_center {
		width: 212px;
		position: relative;
		margin: 0 auto;
		bottom: 100px;
		transition: all 0.25s ease;
	}

	main nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.nav_btn a{
		text-decoration:none;
		cursor: pointer;
		transition: all 0.25s ease;
	}

	.nav_btn .work {
		color: #528CE0;
	}

	.nav_btn .about a{
		color: #fff;
	}

	.nav_btn .contact a{
		color: #fff;
	}

	.nav_btn .secret a{
		color: #fff;
	}

	.nav_btn a:hover{
		color: #000;
	}

	main svg{
		transition: all 0.25s ease;
		fill: #528CE0;
	}
	main svg:hover{
		fill:#FFD033;
	}

	.spmenubtn00{
		position: relative;
		z-index: 9999;
		top: 10px;
		left: 5px;
		cursor: pointer;
		width: 50px;
		height:50px;
	}

	/*ボタン内側*/
	.spmenubtn00 span{
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 14px;
		height: 2px;
		background: #868686;
		width: 45%;
	}

	.spmenubtn00 span:nth-of-type(1) {
	top:15px; 
	}

	.spmenubtn00 span:nth-of-type(2) {
	top:23px;
	}

	.spmenubtn00 span:nth-of-type(3) {
	top:31px;
	}

	/*activeクラスが付与されると線が回転して×に*/

	.spmenubtn00.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.spmenubtn00.active span:nth-of-type(2) {
		opacity: 0;/*真ん中の線は透過*/
	}

	.spmenubtn00.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}

	.gnav{
		background-color: #FFD033;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 98;
	}
	.gnav_wrap{
		align-items:center;
		height: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav_menu_item{
		margin: 40px 0;
	}

	.gnav_menu_item a{
		color: #fff;
		font-size: 1.6em;
		padding: 40px;
		text-decoration: none;
		transition: .5s;
	}
	.gnav_menu_item a:hover{
		color: #666;
	}

	/* ------------------------------sort------------------------------ */
	.sortarea {
		position: relative;
		width: 100%;
		margin-bottom: 60px;
		margin-top: -64px;
	}

	.scroll-nav{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}

	.scroll-nav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}

	.sortarea ul {
		list-style: none;
		margin: 0 auto;
		padding: 3px 0px 0px 0px;
		text-align: center;
		color: #868686;
		width: 900px;
		height: 50px;
		line-height: 50px;
	}

	.sortarea ul li{
		float: left;
		width: 150px;
		margin-top: -2px;
		padding-top: 5px;
		transition: all 0.25s ease;
		font-size: 1.8rem;
	}

	.sortarea ul li:nth-child(1) {
		width: 150px;
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(1):hover{
		color: #528CE0;
		border-top: solid 2px #528CE0;	
	}

	.sortarea ul li:nth-child(2) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(2):hover{
		color: #795ACE;
		border-top: solid 2px #795ACE;	
	}

	.sortarea ul li:nth-child(3) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sortarea ul li:nth-child(3):hover{
		color: #FF55AA;
		border-top: solid 2px #FF55AA;
	}

	.sortarea ul li:nth-child(4) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(4):hover{
		color: #FF7272;
		border-top: solid 2px #FF7272;	
	}

	.sortarea ul li:nth-child(5) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(5):hover{
		color: #FF8900;
		border-top: solid 2px #FF8900;	
	}

	.sortarea ul li:nth-child(6) {
		color: #ccc;
		border-top: solid 2px #dcdcdc;
	}
	.sort-btn li:nth-child(6):hover{
		color: #32B920;
		border-top: solid 2px #32B920;	
	}

	.next-btn{
		position: absolute;
		top: 3px;
		right: 0;
		width: 25px;
		height: 50px;
		line-height: 35px;
		color: #555;
		padding-top: 10px;
	}

	/* ------------------------------item------------------------------ */
	.itemarea {
		width: 90%;
		margin: 1em auto;
	}

	.itembox{
		width: 40%;
		margin: 0 auto;
		float: left;
	}

	.itemimg{
		width: 100%;
		overflow: hidden;
	}

	.itemimgpic{
		width: 100%;
		padding-top: 100%;
		background-size: cover;
		transition:0.5s all;
	}

	.itemimgpic:hover{
		transform:scale(1.03);
		opacity: 0.7;
	}

	.sorttag{
		width: 100%;
		margin: 0px 0px 10px;
	}

	.sorttag ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		border-bottom: solid 2px #dcdcdc;
	}

	.sorttag ul li{
		margin-bottom: -8px;
		width: 20%;
		display: inline-block;
	}

	.webtag {
		border-top: solid 2px #795ACE;
	}

	.adtag {
		border-top: solid 2px #FF55AA;
	}

	.logotag {
		border-top: solid 2px #FF7272;
	}

	.ilusttag {
		border-top: solid 2px #FF8900;
	}

	.movetag {
		border-top: solid 2px #32B920;
	}	

	.itemtext{
		width: 100%;
	}
	.grid li a{
		text-decoration: none;
		color: #212529;
		transition:0.5s all;
	}
	.grid li a:hover{
		color: #FFD033;
	}
}