@charset "UTF-8";

html{
    height: 100%;
	touch-action: manipulation;
	overflow-y: scroll;
    background: var(--background-color1);
}

body {
	margin: 0;
	width: auto;
    min-height: 100%;
	display: flex;
    flex-direction: column;
	background: rgba(255,255,255,0.6);
}

img{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}

#hide{
	display: none;
}

.linkbase{
	overflow: hidden;
}
/*contents*/

.modal{
    z-index: 3;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.imgbox{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scrollbar{
    outline: solid;
    outline-offset: 0;
    position: absolute;
    width: 40%;
    min-width: 250px;
    max-height: 70%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow-x: hidden;   
    overflow-y: auto;
    overscroll-behavior-y: none;
    background: white;
}
.bigimage{
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
    width: 100%;
    height: auto;
    float: left;
}
.modal__bg{
    margin: 0;
    padding: 0;
    height: 100vh;
    position: absolute;
    width: 100%;
	background: rgba(255,255,255,0.4);
}

.worktext{
    margin: 8px;
    position: fixed;
	top: 0;
    right: 0;
	color: black;
	font-size: 9.5px;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.3;
    background-color: white;
}

.profiletext{
    margin: 0;
    padding-top: 9px;
    padding-left: 9px;
	color: black;
	font-size: 9.5px;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.3;
}
.smallimage{
    margin: 0;
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 50%;
    height: auto;
    float: right;
}
/* ───────────────────────────────────
base
─────────────────────────────────── */
.colorbox{
    position: absolute;
    z-index: 3;
    margin: 0;
    top: 13px;
    right: 13px;
    background: linear-gradient(to bottom, var(--background-color1) 0%, var(--background-color1) 35%, var(--background-color2) 65%, var(--background-color2) 100%);
    outline: 1px solid black;
    width: 27px;
    height: 27px;
    border-radius: 50%;
}

.telop1{
	margin: 0;
	padding: 0;
	width: auto;
	height: 140px;
}

    .telop1:hover{
    background: url('../img/gamenicon_back.svg');
}

    .telop1:active{
    background: url('../img/gamenicon_back.svg');
}

.marquee1 {
    z-index: 1;
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 100%;
    display: flex;
}

.marquee1 .menu1 {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	-webkit-text-orientation: upright; 
	white-space:nowrap;
		-webkit-animation-name: marquee1;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration: 15s;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-name: marquee1;
		-moz-animation-timing-function: linear;
		-moz-animation-duration: 15s;
		-moz-animation-iteration-count: infinite;
		-ms-animation-name: marquee1;
		-ms-animation-timing-function:linear;
		-ms-animation-duration: 15s;
		-ms-animation-iteration-count: infinite;
		-o-animation-name: marquee1;
		-o-animation-timing-function: linear;
		-o-animation-duration: 15s;
		-o-animation-iteration-count:infinite;
		animation-name: marquee1;
		animation-timing-function: linear;
		animation-duration: 15s;
		animation-iteration-count: infinite;
}
@-webkit-keyframes marquee1 {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee1 {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee1 {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee1 {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee1 {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

.marquee2 {
	position: fixed;
	top: 0;
	width: auto;
	height: auto;
}
/* ───────────────────────────────────
wrapper
─────────────────────────────────── */
.wrapper{
	margin-top: 140px;
	margin-left: 20px;
}

.name2{
	padding-left: 8px;
	display: flex;
	width: auto;
	word-break: normal;
}


.space{
	margin: 0;
	padding-bottom: 0;
}

.base{
	padding-top: 1px;
	padding-left: 1px;
}

.box{
	float: left;
}
.box2{
    z-index: 2;
	width: 144px;
	height: 144px;
	position: absolute;
    background: var(--background-color2);
    opacity: 30%;
	border-radius: 8%;
}
.box:hover .box2{
    z-index: 2;
	mix-blend-mode: normal;
	background: none;
    outline: 11px solid;
	outline-color: red;
	border-radius: 50%;
	opacity: 100%;
}

.box:hover .thumb1{
	filter: none;
	opacity: 100%;
}

.opusname{
    z-index: 4;
	margin: 0;
	padding: 4px;
    z-index: 2;
	position: absolute;
	color: black;
	font-size: 8.5px;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.3;
}

.opus1{
	height: 144px;
	width: 144px;
	margin-right: 18px;
	margin-bottom: 18px;
}

.thumb1{
    z-index: 1;
	position: absolute;
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
	height: 144px;
	width: 144px;
	filter: grayscale();
    opacity: 37%;
	border-radius: 8%;
}

.thumb3{
	position: absolute;
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
	height: 144px;
	width: 144px;
}

.opus4{
	height: 20px;
	width: 178px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.boxnone{
	float: left;
}
.career{
	position: absolute;
	margin: 0;
	padding: 8px;
	padding-left: 8px;
	color: black;
	font-size: 9.5px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.3;
}

.creditname{
	position: absolute;
	margin: 0;
	padding: 8px;
	padding-left: 5px;
	color: black;
	font-size: 19px;
	font-family: sans-serif;
	font-weight: regular;
	letter-spacing: -0.2px;
	line-height: 1.3;
}

.contact{
	margin: 0;
	padding: 0;
	text-decoration:underline;
	color: red;
}
.contact: link {
	color: red;
}
.contact:visited {
	color: red;
}
.contact:hover {
	outline: 4px solid red;
}
.contact:active {
    outline: 4px solid red;
}


/*****responsive*****/

@media screen and (max-width: 1004px) {
	.wrapper{
		margin-top: 140px;
		margin-left: 14px;
	}
    .telop1{
        margin: 0;
        padding: 0;
        width: auto;
        height: 140px;
    }
	.opus1{
		height: 100px;
		width: 100px;
		margin-right: 14px;
		margin-bottom: 14px;
	}
    .thumb1{
        position: absolute;
        vertical-align: bottom;
        margin-top: 0;
        margin-left: 0;
        height: 100px;
        width: 100px;
        opacity: 37%;
        filter: grayscale();
        border-radius: 8%;
    }
    .box2{
        width: 100px;
        height: 100px;
        position: absolute;
        background: var(--background-color2);
        opacity: 23%;
        border-radius: 8%;
    }
}
