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

h2 img ,p img{
	margin-left: auto;
	margin-right: auto;
}

.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: #555;
	text-decoration: none;
	text-align: center;
	line-height: 62px;
	color: #fff;
	transition: all 0.3s ease;
	position: relative;
	margin-top: 21px;
}

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

.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;
	background-color: #F0F0F0;
}

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

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


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

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

/* MV
==========================================*/
#MV {
	padding: 0;
	width: 390px;
	height: 844px;
	margin-bottom: 40px;
	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;
	}
}

work-MV {
	background-image: url("images/ramune-detail.png");
	background-size: cover;
	background-position: center center;
}


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

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

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

.work_container h3 {
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 35px;
	text-shadow: 2px 1px 1px #707070;
	font-family: "Helvetica";
}

.work_container h4 {
	font-size: 20px;
	font-weight: normal;
	color: #909090;
	text-align: center;
	margin: 15px 0;
	font-family: "Helvetica";
}

/* Profile
==========================================*/
#profile h2{
	text-align: center;
	margin-bottom: 30px;
}

#profile h3 {
	text-align: center;
	margin-top: 16px;
	font-size: 18px;
	font-family: "Helvetica Bold";
}

#profile h5 {
	font-size: 10px;
	font-family: "Helvetica";
	margin-bottom: 25px;
	text-align: center;
}

#profile p {
	font-size: 15px;
	font-family: "Helvetica";
}

#profile h4 {
	font-family: "Helvetica Bold";
}

.PR-list p {
	margin-bottom: 30px;
}

/* Contact
==========================================*/
#contact h3 {
	text-align: center;
	margin: 16px 0;
	font-family: "Helvetica Bold";
}

#contact h4 {
	font-family: 'Helvetica Bold';
}

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

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

#contact li {
	font-family: "Helvetica";
}

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

footer p {
	font-family: Helvetica;
}
