@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;
}

.wrap-main h2 {
	display: flex;
	background-position: center;
	padding-left: 20px;
	padding-top: 20px;
}
.wrap-main p {
	background-position: center;
	padding-left: 20px;
	padding-top: 20px;	
}

#profile h2 {
    display: flex;
	background-position: center;
	justify-content: center;
	padding-top: 143px
}

#profile p{
	display: flex;
	background-position: center;
	justify-content: center;
	padding-top: 56px
}

#profile h3 {
	display: flex;
	background-position: center;
	justify-content: center;
	padding-top: 56px
}

#contact h2 {
	display: flex;
	background-position: center;
	justify-content: center;
	padding-top: 193px
}

#contact .contact-top {
    display: flex;
	background-position: center;
	justify-content: center;
	padding-top: 56px	
}

#contact h3 {
display: flex;
	background-position: center;
	justify-content: center;
	padding-top: 56px		
}

#contact p{
	display: flex;
	background-position: center;
	justify-content: center;
	padding-top: 25px
}



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

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

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


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

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

.button a::after {/*ボタン右側の▲*/
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FFF; /* 色とサイズ調整可 */
}

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

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

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


/* main
==========================================*/
section {
	padding: 40px 0;
}

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

/* MV
==========================================*/
#MV {
	padding: 0;
	margin-bottom: 40px;
	width: 100%;
	aspect-ratio: 1/1.7;
	background: #555;
	background-image: url( "images/MV.jpg");
	background-size: cover;
	background-position: center center;
	
	
}

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

/* concept
==========================================*/
#concept h2 {
	margin-top: 183px;
}
#concept p {
	margin-top: 21px; 
}

/* Works
==========================================*/
#work h2 {
	margin-top: 190px;
	display: flex;
	justify-content: center;
}
#work p {
	margin-top: 56px;
	display: flex;
	justify-content: center;
}

/* Profile
==========================================*/
#profile h2 {
	margin-top: 143px;
}
#profile p {
	margin-top: 56px;
}
#profile h3 {
	margin-top: 56px;
}

/* 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: #F09BA8;
	color: #FFF;
}
