@charset "UTF-8";

:root {
	--bgimg: url(content/109.jpg);
	--contentbg: #111;
	--txtcolor: #fff;
}

* {
	font-family: 'Comfortaa',sans-serif;
	font-size: 11pt;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

html {
	overflow: overlay;
}

::-webkit-scrollbar {
	background: rgba(0,0,0,0.5);
	width: 4px;
}
::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.7);
	border-radius: 4px;
}

/* 背景 */

.container {
	position: relative;
	height: 100%;
}
.inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
	background-color: #000;
	z-index: -1;
}
.inner::before {
    content: "";
    width: 100%;
    display: block;
    background: conic-gradient(#070707 0deg 90deg, #000000 90deg 180deg, #070707 180deg 270deg, #000000 270deg 360deg);
    height: 100%;
    mix-blend-mode: screen;
    background-size: 150px 150px;
}
.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: var(--bgimg);
	background-size: cover;
	background-position: center;
	z-index: -1;
	filter: blur(10px) brightness(0.2);
}
/* common */

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: var(--contentbg);
}

hr {
    color: #FFF;
    mix-blend-mode: color-dodge;
    filter: contrast(0.5);
    border-width: 2px 0 0;
}


#base,#banner,#works {
	margin: 0 auto;
	max-width: 1600px;
}
#bg1.board {
	position: relative;
	margin: 0 auto; padding: 1em 0 2em;
	width: 100%; height: 70vh;
	background-size: 100vmax;
	background-position: center center;
	background-repeat: no-repeat;
}
#bg2.board {
	position: relative;
	margin: 0 auto 20px;
	width: 100%;
	height: 400px;
	background-size: 100vmax;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bg1.board::before {
    content: '';
    position: absolute;
    /* background: linear-gradient(to right bottom,rgb(148 131 131),transparent);  rgb(150 150 150)); */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}
.board .title-box {
    position: absolute;
    /*top: 30%;*/
    letter-spacing: 0.9em;
    line-height: 2.5em;
    /*margin-left: 20px;*/
    
    /*title centering*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    background: rgba(0,0,0,.5);
    width: 100%;
    text-align: center;
}
.board .title {
	color: #FFF;
}
.board .title img {
	width: 50vw;
	max-width: 500px;
	min-width: 380px;
}
.board .promotion {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
}
.board .promotion * {
	font-size: 0;
}
.board .menu {
    position: absolute;
    /* right: 0; */
    bottom: 20px;
    text-align: right;
    letter-spacing: .2em;
    left: -10px;
}
.menu_link {
    margin: 5px 0;
    padding: 5px 20px;
    color: #FFF;
    background: rgba(0,0,0,.5);
    border-radius: 0 100px 100px 0;
    transform: rotate(-6deg);
}
.menu_link a {
	color: #FFF;
	text-decoration: none;
	font-size: 10pt;
}
.menu_link a:hover {
	border-bottom: 1px dotted #fff;
}
.menu-button {
    font-size: 16pt;
    width: 100%;
    text-align: right;
    letter-spacing: 0.3em;
    padding: 10px 20px;
    background: rgba(0,0,0,.5);
    border-radius: 0 100px 100px 0;
    transform: rotate(-6deg);
}
.menu-button a {
    text-decoration: none;
    font-size: 16pt;
    color: #FFF;
}
.menu-button a:hover {
    border-bottom: 1px dotted #FFF;
}
.link-button {
    display: inline-block;
    background: #FFF;
    color: #000;
    height: 20px;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
}
.link {
	background-color: #333;
	line-height: 2em;
	position: relative;
	margin: 0 auto;
	width: 100%; height: 12em;
	background-size: 110vmax;
	background-position: center center;
}
.link::before {
	content: '';
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
}
.link>div {
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	margin: 1em; padding: 1em;
	border-radius: 15px;
}

/* バナー表示 */

#banner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
	background: var(--contentbg);
}

/* 作品表示サムネイル */

#works {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
	background: var(--contentbg);
}
#works, #works * {
    font-size: 0;
}

#works img {
    width: 100%;
    border: 1px solid var(--contentbg);
    position: absolute;
    height: 100%;
    object-fit: cover;
}

#works>div {
	display: inline-block; _display: inline;
	position: relative;
	padding-bottom: 100%;
}

#works>div:first-child {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}

#works>div::after {
	position: absolute;
	bottom: 5px;
	left: 1px;
	right: 0px;
	padding: 2px 7px;
    font-size: 9pt;
}

.pr::after {
	content: "【画集】";
	background: linear-gradient(to right, #FFF, transparent);
	color: #FF00E0;
}

.fanart::after {
	content: "Fanart";
	background: linear-gradient(to right, #fff, transparent);
	color: #000;
}

.skeb::after {
    content: "Skeb";
    background: linear-gradient(to right, #28837f, transparent);
    color: #FFF;
}

.skima::after {
	content: "SKIMA";
	background: linear-gradient(to right, #FF6E3A, transparent);
	color: #FFF;
}

#footer {
    border-top: 1px solid #333;
    text-indent: 2rem;
    padding: 1em 0 2em;
    background: var(--contentbg);
    color: var(--txtcolor);
    text-align: center;
}

h1 {
	font-size:10pt;
	color: var(--txtcolor);
	margin-right: 1em;
}
.board>div>h1 {
    font-size: 16pt;
    margin-bottom: 10px;
    color: #FFF;
    filter: contrast(0.7);
}
body>h2 {
    background: var(--contentbg);
    padding: 5px;
}
h2 {
    font-size: 10pt;
    font-weight: normal;
    text-indent: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    color: var(--txtcolor);
    background: var(--contentbg);
}
table {
    margin: 0 0 2.5em;
    width: 100%;
}
tr {
}
td:first-child {
    width: 20%;
    text-align: right;
    padding-right: 1em;
}
td {
}

.home-button {
	cursor: pointer;
	position: fixed;
	bottom: -50px;
	right: 10px;
	font-size: 0;
	transition: .7s;
	opacity: 0;
	visibility: hidden;
    background: url("ui/return.webp") no-repeat bottom;
    background-size: contain;
    width: 180px;
	height: 250px;
}
.home-button-img {
}
.active {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.active2 {
	bottom: -40px;
	height: 200px;
}

.home-button a {
	font-size: 0;
}

/* about */

.text {
    background-color: var(--contentbg);
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    max-width: 1600px;
}
.text h2 {
    margin: 0 0 50px;
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.5rem;
    background: var(--contentbg);
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}
.text-Text {
    margin-left: 50px;
    margin-right: 50px;
	color: #FFF;
}

/* plugins - order form */

#order-form {
    display: flex;
    flex-wrap: wrap;
    border: 1px dotted #777;
    padding: 30px;
}
.Form * {
	font-family: sans-serif;
	font-size: 14px;
}
.Form p {
	margin: 0 0 2.5em;
	line-height: 1.5em;
}
.Form h2 {
    margin: 0 0 50px;
    padding-bottom: 10px;
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    text-align: center;
    background: var(--contentbg);
    color: #fff;
    letter-spacing: 0.5rem;
}
.Form h3 {
	font-size: 16px;
}
.Form ul {
	margin-bottom: 50px;
}
.Form li {
	margin-left: 50px;
	line-height: 2em;
	overflow-wrap: break-word;
}
.Form li a {
	color: #FFF;
}
.Form {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 900px;
}
.Form-Text {
    margin-left: 50px;
    margin-right: 50px;
}
.Form-Item {
	width: 100%;
	align-items: center;
	}
.half {
	width: 50%;
	}
.half:first-child {
	width: calc(50% - 16px);
	margin-right: 16px;
	}
.Form-Item-Input, .Form-Item-Textarea {
    border: 1px solid #333;
    border-width: 0 0 1px 0;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 2em;
    width: 100%;
    font-size: 14px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.Form-Item-Textarea {
	height: 16em;
	}
:focus-visible {
		outline: none;
	}
.Form-Btn {
    border: 1px solid #777;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 250px;
    display: block;
    font-size: 16px;
    background: #FFF;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
    color: #000;
}

@media screen and (max-width: 1600px) {
	#footer {
		text-align: left;
	}
}
@media screen and (max-width: 560px) {
	.board .promotion {
		display: none;
	}
	.Form {
		padding-left: 0;
		padding-right: 0;
	}
	#order-form {
		display: block;
		border-width: 1px 0 0;
	}
	.half {
		width: 100%;
	}
	.half:first-child {
		width: 100%;
		margin: 0;
	}
	.Form-Text {
		margin-left: 25px;
		margin-right: 25px;
	}
	.Form-Item-Label-Required {
		border-radius: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 32px;
		font-size: 10px;
		}
	.Form-Item-Input,.Form-Item-Textarea {
		padding: 0;
		font-size: 16px;
		}
	.Form-Btn {
		width: 100%;
		font-size: 18px;
		}
	.board>div>h1 {
		line-height: 1.3em;
		}
	.board .title img {
		width: 100%;
		height: auto;
	}
	.board .menu {
		width: 100%;
	}
	
	.home-button {
		width: 90px;
		height: 128px;
	}
	
	#works {
		grid-template-columns: repeat(3, 1fr);
	}

	#works>div:first-child {
		grid-row: 1;
		grid-column: 1;
	}
}



