@charset "UTF-8";

html{
    height: 100%;
	touch-action: manipulation;
	overflow-y: scroll;
    background: #faebd7;
}

body {
	margin: 0;
	width: auto;
    min-height: 100%;
	display: flex;
    flex-direction: column;
}

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: 4px solid;
	outline-color: black;
    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: #fff;
}
.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%;
}

.worktext{
    margin: 12px;
    padding: 8px;
    outline: 1.5px solid;
    outline-color: black;
    position: fixed;
	top: 0;
    right: 0;
	color: brown;
	font-size: 9.5px;
	font-family: 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: serif;
	font-weight: bold;
    color: brown;
	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: fixed;
    z-index: 3;
    top: 13px;
    right: 13px;
    width: 60px;
    height: 60px;
    background:url('../img/orange1.png');
    background-repeat: no-repeat;
}

.colorbox:hover{
    background:url('../img/orange2.png');
    background-repeat: no-repeat;
}

.marquee2 {
    z-index: 2;
	position: fixed;
	top: 0;
	width: auto;
	height: auto;
}
/* ───────────────────────────────────
wrapper
─────────────────────────────────── */
.wrapper{
	margin-top: 100px;
	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: 200px;
	height: 200px;
	position: absolute;
    border-radius: 50%;
}
.box:hover .box2{
    z-index: 2;
	mix-blend-mode: normal;
	background: none;
    outline: 1.5px solid;
	outline-color: black;
	border-radius: 50%;
	opacity: 100%;
}

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

.thumb1{
    z-index: 1;
	position: absolute;
	vertical-align: bottom;
	margin-top: 0;
	margin-left: 0;
	height: 200px;
	width: 200px;
	border-radius: 50%;
}

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

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

.boxnone{
	float: left;
}
.career{
	position: absolute;
	margin: 0;
	padding: 8px;
	padding-left: 8px;
	color: black;
	font-size: 9.5px;
	font-family: 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: serif;
	font-weight: regular;
	letter-spacing: -0.2px;
	line-height: 1.3;
}

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


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

@media screen and (max-width: 1004px) {
	.wrapper{
		margin-top: 100px;
		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;
        border-radius: 50%;
    }
    .box2{
        width: 100px;
        height: 100px;
        position: absolute;
    }
}
