@charset "UTF-8";
/* CSS Document */


/* ALL
==========================================*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}


html {
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	align-items: center;
}

.wrap-main {
	max-width: 310px;
	margin: 0 auto;
}

.wrap-sub {
	max-width: 350px;
	margin: 0 auto;
}

@media screen and (min-width : 452px){
	.wrap-main {
		max-width: 455px;
	}
	
	.wrap-sub {
		max-width: 485px;
		padding: 0 20px
	}
}

.button{
	display: flex;
	justify-content: flex-end;
}

.button a {
	display: block;
	width: 30%;
	height: 62px;
	border-radius: 100px;
	background-color: #DAD6EF;
	text-decoration: none;
	text-align: center;
	line-height: 62px;
	transition: all 0.3s ease;


}

.button a:hover {
	background-color: #BFB7B7;
}

.button_tx1{
	max-width: 40%;
	position: relative;
	top: 24px;
	left: 40px;	
	}

.button_tx2{
	max-width: 40%;
	position: relative;
	top: 15px;
	left: 40px;	
	}

/* header
==========================================*/
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 12px 0;
}

.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;}

h1 a {
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
}


/* main
==========================================*/
main {background-color: #3F2DBE;
	color: #D5D5E2;}

section {
	padding: 40px 0;
}

section h2 {
	font-size: 24px;
	margin-bottom: 24px;
}

/* MV
==========================================*/
#MV {
	padding: 0;
	margin-bottom: 40px;
	height: 100vh;
	max-height: 700px;
}

.mvlogo{align-items: center;
		padding-top:200px;
		padding-bottom: 150px;}

@media screen and (min-width : 452px ){
	#MV {
		max-width: 525px;
		margin: 0 auto;
	}
}

/* Works
==========================================*/
.work_container {
	margin-bottom: 24px;
}

.work_container a {
	text-decoration: none;
	color: #000;
}

.work_container img {
	width: 100%;
	margin-bottom: 8px;
}

.work_container h3 {
	font-size: 16px;
	font-weight: normal;
}

.work_container h4 {
	font-size: 14px;
	font-weight: normal;
	color: #B1B1B1;
}


.details{
	text-align: center;
	margin : 30px auto;
	text-decoration: none;
	}

.disk{padding-top: 200px;}

.splide__slide{max-width: 790px;
				max-height: 1311px;
				margin: auto;
				padding: 0 20px;}

.splide__track a {
	text-decoration: none;
	color: #B1B1B1;
}

/* Profile
==========================================*/
#profile h3 {
	text-align: center;
	margin: 16px 0;
}

#profile p {
	font-size: 14px;
}

/* Contact
==========================================*/
#contact h3 {
	text-align: center;
	margin: 16px 0;
}

#contact p {
	margin-bottom: 24px;
	font-size: 14px;
}

#contact ul {
	list-style: none;
	font-size: 14px;
	margin-bottom: 24px;
}

/* footer
==========================================*/
footer {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #171821;
	color: #FFF;
}
