
@CHARSET "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');



/* ------------------------------ 
　基本形の設定
 ------------------------------ */


html {
	color: #666;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 62.5%;
	font-family: 'Noto Serif JP', serif;
    font-feature-settings: "palt" 1;
    height: -webkit-fill-available;
}

body{
	font-size: 1.4em;
    height: 100%;
    position: relative;
    height: -webkit-fill-available;
} 

strong {
	font-weight: bold;
}

::selection {
	background: #ff267d;
	color: #fff;
}

::-moz-selection {
	background: #ff267d;
	color: #fff;
}

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}



/* ------------------------------ 
　リンクの設定
 ------------------------------ */

a {
	color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    background: #ff3366;
}
/*

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

*/

.side a:hover,.contents p a:hover,section a:hover {
	color: #fff;
	background: #ff267d;
}

/* ------------------------------ 
　clearfix
 ------------------------------ */
.clearfix {
	/zoom: 1;
}

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

.clearboth{
	clear: both;
}


/* ------------------------------ 
　site header
 ------------------------------ */

.header-wrap {
    padding: 2% 0;
    background: #000;
    height: 100vh;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    height: -webkit-fill-available;
}

.header-wrap > div {
    margin: auto;
    height: fit-content;
    background: #000;
}

header {
    margin-bottom: 40px;
	width: 100%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

header h1 {
	color: #fff;
	font-size: 11px;
}

header h1 img {
    margin: 0 auto 20px;
    max-width: 180px;
    text-align: center;
}



/* ------------------------------ 
　site header
 ------------------------------ */


.main-visual {
    margin: auto;
    width: 100%;
    max-width: 380px;
	background: #000;
    text-align: center;
}



.main-visual img {
    max-width: 100%;
    max-height: 100%;
}



/* ------------------------------ 
　サイドメニュー
 ------------------------------ */



nav ul {
    margin: 40px auto 0;
    max-width: 300px;
    list-style: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

nav li {
    width: ;
    
}

nav li a {
    padding: 0 4px;
}

nav li s {
    color: #666;
}



nav aside {
    margin: 50px auto 0;
    width: 120px;
    display: flex;
    justify-content: space-between;
}

nav aside p {
    width: 42px;
    height: 42px;
    border-radius: 100px;
}
nav aside p a {
    display: block;
    width: 42px;
    height: 42px;
    background: #333;
    border-radius: 100px;
}

nav aside p a:hover {
    width: 42px;
    height: 42px;
    background: #ff3366;
    border-radius: 100px;
}

nav aside img {
}






/* ------------------------------ 
　site contents
 ------------------------------ */

.contents {
	margin: 0;
	width: 100%;
}

.contents a {
    color: #ff3366;
}

.contents h2 {
	margin: 0 0 120px;
	padding: 120px 0 10px;
	line-height: 0;
    font-size: 3em;
    color: #000;
    text-align: center
}

.sec-profile {
	padding: 150px 0;
    line-height: 2.8rem;
	background: #fff url('../img/bg_contents.jpg') center top no-repeat;
    background-size: auto 120%;
	position: relative;  
}

.sec-profile .profile-wrap {
    display: flex;
}

.sec-profile h3 {
    color: #000;

}

.sec-profile .profile-photo {
    margin: 0 0 0 auto;
    max-width: 240px;
}
.sec-profile .profile-photo img {

}

.sec-profile .profile-text {
    margin-left: 60px;
    padding-left: 60px;
    min-width: 60%;
    border-left: 1px solid #ddd;
}

.sec-profile .profile-text dl::before {
    content: '';
    width: 40px;
    height: 1px;
    background: #ccc;
    position: absolute;

}

.sec-profile .profile-text dl {
    margin: 40px auto 0;
    position: relative;
}

.sec-profile .profile-text dl dt {
    padding: 20px 0 0;
    font-weight: 600;
    color: #000;
}

.sec-profile .profile-text dl dt:first-child {
    padding: 35px 0 0;
}

.sec-profile .profile-text dl dd {
    margin-bottom: 0.2em;
    margin: 0 1em;
    padding-left: 1em;
    position: relative;
}

.sec-profile .profile-text dl dd:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.9em; /*点の位置*/
    content: "";
    background: #999; /*点の色*/
}

.sec-profile .popup-profilelog {
    margin-top: 30px;
}

#inline-wrap {
    margin: auto;
    padding: 0 40px 40px;
    min-width: 500px;
    max-width: 800px;
    height: 500px;
	background: #fff url('../img/bg_contents.jpg') center top no-repeat;
    background-size: auto auto;
    line-height: 2.8rem;
    overflow-y: scroll;
}

#inline-wrap dl {
    margin: auto 0;
    position: relative;
}

#inline-wrap dl dt {
    padding: 40px 0 0;
    font-weight: 600;
    color: #000;
}

#inline-wrap dl dd {
    margin-bottom: 0.2em;
    margin: 0 1em;
    padding-left: 1em;
    position: relative;
}

#inline-wrap dl dd:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.9em; /*点の位置*/
    content: "";
    background: #999; /*点の色*/
}

#inline-wrap a {
    color: #ff3366;
}

#inline-wrap a:hover {
    background: #ff3366;
    color: #fff;
}

#inline-wrap .popup-modal-dismiss {
    margin: 30px 0 0;
    text-align: center;
}




.sec-artwork {
    padding: 150px 0;
    background: #fff;
}


.sec-artwork h3 {
    margin-bottom: 30px;
    padding: 0;
    font-size: 1.8em;
    text-align: center;
}

.sec-artwork h4 {
    margin-bottom: 30px;
    padding: 0;
    background: #fff;
    font-size: 1.4em;
    text-align: center;
}

.sec-artwork p {
    text-align: center;
}

.sec-artwork ul {
    margin: 20px auto 50px;
    max-width: 960px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.sec-artwork li {
    margin: 10px;
    width: 150px;
    height: 150px;
    background: #000;
}

.sec-artwork ul.gakusou {
    margin: 20px auto 150px;
    max-width: 960px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec-artwork ul.gakusou li {
    margin: 5px;
    width: 100px;
    height: 100px;
    background: #000;
}

.sec-artwork ul.digital {
    margin: 20px auto 150px;
    max-width: 960px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec-artwork ul.design li {
    border: 1px #ddd solid;

}


.sec-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: optimize-contrast;
}

.sec-artwork ul li a:hover {
    opacity: 0.5;
}

.mfp-fade.mfp-bg{
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing{
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content{
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
	opacity: 0;
}



.sec-information {
	padding: 50px 0;
    line-height: 2.8rem;
	background: #fff url('../img/bg_contents.jpg') center top no-repeat;
    background-size: 120%;
    text-align: center;
}

.sec-information img {
    margin: 20px auto 5px;
    width: 250px;
}




/* ------------------------------ 
　footer
 ------------------------------ */

footer {
	padding: 12px 0;
	width: 100%;
	font-size: 11px;
    background: #000;
	position: relative;
}


/*
Back to top button
*/
#back-top {
    position: absolute;
	bottom: 0;
	right: -35px;
	z-index: 200;
}

#back-top span {
    width: 25px;
    height: 25px;
    display: block;
}


#copyright {
	text-align: center;
	font-size: 11px;
	color: #fff;
}



/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

	ス　マ　ー　ト　フ　ォ　ン　設　定

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= */

	
@media screen and (max-width: 640px) {
    
    .header-wrap {
        padding: 0 0 20px;
        height: -webkit-fill-available;
    }
    
    header {
        margin-bottom: 20px;

    }
    header h1 img {
        margin: 0 auto 10px;
    }

    .main-visual {
        margin: auto;
        width: 100%;
        max-width: 60%;
        background: #000;
        text-align: center;
    }



    .main-visual img {
        max-width: 100%;
        max-height: 100%;
    }
    
    nav {
        margin: 20px auto;
        max-width: 400px;
        color: #fff;
        font-weight: 400;
        text-align: center;
    }
    nav ul {
        margin: 20px auto 0;
        font-size: 1.2em;
        max-width: 300px;    
    }
    nav aside {
        margin: 30px auto 0;
        width: 120px;
        display: flex;
        justify-content: space-between;
    }
    
    .contents a {
        color: #ff3366;
    }
    
    .sec-profile .profile-wrap {
        margin: 0 20px;
        display: block;
    }
    
    .sec-profile .profile-photo {
        margin: 0 auto 50px;
        max-width: 240px;
    }

    .sec-profile .profile-text {
        margin-left: 0;
        padding-left: 0;
        min-width: 100%;
        border-left: none;
        text-align: justify;
    }
    
    
    .sec-profile .profile-text dl dd {
        margin-bottom: 0.8em;
        line-height: 1.8em;        
        font-feature-settings: "palt" 1;
        text-align: left;
    }
    
    
    .sec-profile .profile-text dl dd:before {
        border-radius: 50%; /*丸くする*/
        width: 5px; /*点の幅*/
        height: 5px; /*点の高さ*/
        display: block;
        position: absolute; /*絶対配置*/
        left: 0; /*点の位置*/
        top: 0.6em; /*点の位置*/
        content: "";
        background: #999; /*点の色*/
    }
    
    #inline-wrap {
        margin: auto;
        padding: 0 10px 30px;
        min-width: 300px;
        max-width: 98%;
    }

    #inline-wrap dl dd {
        margin-bottom: 0.8em;
        line-height: 1.8em;        
        font-feature-settings: "palt" 1;
        text-align: left;
    }


}