@charset "utf-8";

/* 
* { outline: 1px solid rgba(255,0,0,.2); :hover { outline: 1px solid rgba(255,0,0,0.6); } }
* * { outline: 1px solid rgba(0,255,0,.2); :hover { outline: 1px solid rgba(0,255,0,0.6); } }
* * * { outline: 1px solid rgba(0,0,255,.2); :hover { outline: 1px solid rgba(0,0,255,0.6); } }
* * * * { outline: 1px solid rgba(255,0,255,.2); :hover { outline: 1px solid rgba(255,0,0,0.6); } }
* * * * * { outline: 1px solid rgba(0,255,255,.2); :hover { outline: 1px solid rgba(0,255,0,0.6); } }
* * * * * * { outline: 1px solid rgba(255,255,0,.2); :hover { outline: 1px solid rgba(0,0,255,0.6); } }
* * * * * * * { outline: 1px solid rgba(255,0,0,.2); :hover { outline: 1px solid rgba(255,0,0,0.6); } }
* * * * * * * * { outline: 1px solid rgba(0,255,0,.2); :hover { outline: 1px solid rgba(0,255,0,0.6); } }
* * * * * * * * * { outline: 1px solid rgba(0,0,255,.2); :hover { outline: 1px solid rgba(0,0,255,0.6); } }
*/



html{
	overflow-y: scroll;
}

a {
	text-decoration: none;
}

body {
	color: #fff;
	background-image: url('../images/backgroundVisual.webp');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	line-height: 1.5;
	overflow-x: hidden;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */
.shutter{
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	background-color:#000;
	z-index:99;
	-webkit-animation: byeShutter 2.4s forwards;
	animation: byeShutter 2.4s forwards;
	pointer-events: none;
}
.logo {
	position: absolute;
	width: 500px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: logo 0.8s forwards;
	animation: logo 0.8s forwards;
	animation-delay: 0.2s;
}
@keyframes byeShutter {
	70% {
	opacity: 1;
	}
	100% {
		display: none;
		opacity: 0;
		z-index: -1;
	}
}
@keyframes logo {
	0% {
		opacity: 1;
	}

	50% {
		transform: rotate(0deg);     
	}
	100% {
		transform: scale(0.8);
	}
}


.loading.is-active {
	opacity: 0;
	visibility: hidden;
}
.shutter.is-active {
	opacity: 1;
	visibility: visible;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */

.wrapper {
	max-width: 1200px;
	min-width: 320px;
	margin: auto;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

header {
	position: fixed;
	width: 100%;
	top: 50px;
	z-index: 10;
}

.navset {
	display: flex;
	width: 100%;
	justify-content: start;
	}

.nav {
	top: 20px;
	margin-top: -30px;
	padding-right: 5%;
	width: 80%;
}
.nav ul {
	display: flex;
}

.nav-list li a {
	display: block;
}
.nav-list li a:hover img {
	visibility: hidden;
}
.nav-list .top a:hover {
	background: url(../images/nav_top_hover.webp) no-repeat;
	background-size: 100% auto;
}
.nav-list .bio a:hover {
	background: url(../images/nav_bio_hover.webp) no-repeat;
	background-size: 100% auto;
}
.nav-list .disco a:hover {
	background: url(../images/nav_disco_hover.webp) no-repeat;
	background-size: 100% auto;
}
.nav-list .live a:hover {
	background: url(../images/nav_live_hover.webp) no-repeat;
	background-size: 100% auto;
}
.nav-list .contact a:hover {
	background: url(../images/nav_contact_hover.webp) no-repeat;
	background-size: 100% auto;
}

.logo1 {
	margin-left: 5%;
}
	
.nav li {
	margin-left: 6%;
}

.nav-list span{
	display: none;
}

.nav-toggle{
	display:none;
}

#mainVisual {
	margin: 140px 0 60px 0;
	background-color: #ec1c24;
		background-image:
		repeating-linear-gradient( 0deg,
			rgba(   0,   0,   0, 0.4) 0px 8px, /* 黒 */
			rgba( 255, 255, 255, 0.4) 8px 16px, /* white */
			rgba(   0,   0,   0, 0.4) 16px 24px, /* 黒 */
			rgba( 255, 255, 255, 0.4) 24px 32px, /* white */
			rgba(   0,   0,   0, 0.4) 32px 40px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 40px 60px, /* 赤 */
			rgba( 0,   0,   0, 0.4) 60px 64px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 64px 72px, /* 赤 */
			rgba( 0,   0,   0, 0.4) 72px 76px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 76px 96px /* 赤 */
		),
			repeating-linear-gradient( 90deg,
			rgba(   0,   0,   0, 1) 0px 6px, /* 黒 */
			rgba( 255, 255, 255, 1) 6px 12px, /* white */
			rgba(   0,   0,   0, 1) 12px 18px, /* 黒 */
			rgba( 255, 255, 255, 1) 18px 24px, /* white */
			rgba(   0,   0,   0, 1) 24px 30px, /* 黒 */
			rgba( 213, 0, 0, 1) 30px 60px, /* 赤 */
			rgba( 0,   0,   0, 0.8) 60px 62px, /* 黒 */
			rgba( 213, 0, 0, 1) 62px 66px, /* 赤 */
			rgba( 0,   0,   0, 0.8) 66px 68px, /* 黒 */
			rgba( 213, 0, 0, 1) 68px 98px /* 赤 */
		
		);
}

.visualContents {
	display: flex;
	margin: 0 5% 0 5%;
}
.mainImage1 {
	margin: 115px 0 0 36%;
}
.mainImage2 {
	margin: 87px 0 0 8%;
}
.mainImage3 {
	margin: 16px 0 0 4%;
}
.mainImage4 {
	margin: 116px 0 0 9%;
}
.mainImage5 {
	margin: 16px 0 0 9%;
}

.textlogo1 {
	margin: 60px 0 60px 0;
	padding-bottom: 60px;
	text-align: center;
}

.leadSet {
	margin: 0 5% 60px 35%;
	width: 60%;
}
.messageImg {
	margin-bottom: 30px;
	max-width: 720px;
}

.messageImg img {
	width: auto;
	max-width: 100%;
	height: auto;
}


#news {
	background-color: #ec1c24;
}

#news .wrapper .newsSet{
	position:relative;
	padding: 60px 5% 60px 5%;
}

.newsTitle {
	position:absolute;
	transform: rotate(-90deg) translate(-100%,0);;
	transform-origin: top right;
	top: -250px;
	left: -250px;
}

.document {
	margin-left:150px;
}
.document dt {
	padding: 2px 0.5rem;
	font-weight: bold;
	border-radius: 5px;
	background-color: #000;
	color: #fff;
	display: inline-block;
}
.document dd {
	padding: 0.5rem 0 20px;
}
.document dd a {
	color: #fff;
}
.document dd a:hover{
	color: #ccc;
	opacity:0.5;
	text-decoration: underline;
}




/* --------BIOGRAPHY-------- */

#underlayer {
	margin: 140px 0 60px 0;
	padding-bottom: 1px;
	background-color: #ec1c24;
		background-image:
		repeating-linear-gradient( 0deg,
			rgba(   0,   0,   0, 0.4) 0px 8px, /* 黒 */
			rgba( 255, 255, 255, 0.4) 8px 16px, /* white */
			rgba(   0,   0,   0, 0.4) 16px 24px, /* 黒 */
			rgba( 255, 255, 255, 0.4) 24px 32px, /* white */
			rgba(   0,   0,   0, 0.4) 32px 40px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 40px 60px, /* 赤 */
			rgba( 0,   0,   0, 0.4) 60px 64px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 64px 72px, /* 赤 */
			rgba( 0,   0,   0, 0.4) 72px 76px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 76px 96px /* 赤 */
		),
			repeating-linear-gradient( 90deg,
			rgba(   0,   0,   0, 1) 0px 6px, /* 黒 */
			rgba( 255, 255, 255, 1) 6px 12px, /* white */
			rgba(   0,   0,   0, 1) 12px 18px, /* 黒 */
			rgba( 255, 255, 255, 1) 18px 24px, /* white */
			rgba(   0,   0,   0, 1) 24px 30px, /* 黒 */
			rgba( 213, 0, 0, 1) 30px 60px, /* 赤 */
			rgba( 0,   0,   0, 0.8) 60px 62px, /* 黒 */
			rgba( 213, 0, 0, 1) 62px 66px, /* 赤 */
			rgba( 0,   0,   0, 0.8) 66px 68px, /* 黒 */
			rgba( 213, 0, 0, 1) 68px 98px /* 赤 */
		
		);
}

.logo2 {
	margin-left: 5%;
}

.title2 {
	padding: 60px 5% 20px 5%;
	text-align: right;
}
.textlogo2 {
	padding: 0 5% 0 5%;
	margin-bottom: 60px;
	text-align: right;
}		

.member {
	display: flex;
	margin: 0 5% 60px 31%;
}
.memberImage img {
	object-fit:cover;
	height: 384px;
}
.profile {
	background-color: rgba(0,0,0,0.5);
	width: 60%;
	padding: 30px 3% 30px 3%;
}
.part {
	font-size: 1.2rem;
	font-weight: bold;
}
.name {
	margin-bottom: 10px;
	font-size: 2rem;
}
.question {
	margin-bottom: 10px;
}
.question dd {
	font-weight: lighter;
	padding-left: 1rem;
}


/* --------BIOGRAPHY-------- */


/* --------DISCOGRAPHY-------- */

.mv {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
 
.mv_wrap {
	margin-top: 140px;
	position: relative;
	height: 360px;
}
 
video {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
	top: 0;
	left: 0;
}
 
.mv_bg {
	display: block;
	width: 100%;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 30, 0.2);
	z-index: 2;
}

.title3 {
	position: absolute;
	top: 169px;
	bottom: 0;
	left: 5%;
	right: 5%;
	z-index: 3;
	margin: auto;
	text-align: right;
}
.textlogo3 {
	margin-top: 20px;
	text-align: right;
	position: absolute;
	top: 275px;
	bottom: 0;
	left: 5%;
	right: 5%;
	z-index: 3;
}		

#underlayer3 {
	padding: 60px 0 30px 0;
	background-color: #ec1c24;
		background-image:
		repeating-linear-gradient( 0deg,
			rgba(   0,   0,   0, 0.4) 0px 8px, /* 黒 */
			rgba( 255, 255, 255, 0.4) 8px 16px, /* white */
			rgba(   0,   0,   0, 0.4) 16px 24px, /* 黒 */
			rgba( 255, 255, 255, 0.4) 24px 32px, /* white */
			rgba(   0,   0,   0, 0.4) 32px 40px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 40px 60px, /* 赤 */
			rgba( 0,   0,   0, 0.4) 60px 64px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 64px 72px, /* 赤 */
			rgba( 0,   0,   0, 0.4) 72px 76px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 76px 96px /* 赤 */
		),
			repeating-linear-gradient( 90deg,
			rgba(   0,   0,   0, 1) 0px 6px, /* 黒 */
			rgba( 255, 255, 255, 1) 6px 12px, /* white */
			rgba(   0,   0,   0, 1) 12px 18px, /* 黒 */
			rgba( 255, 255, 255, 1) 18px 24px, /* white */
			rgba(   0,   0,   0, 1) 24px 30px, /* 黒 */
			rgba( 213, 0, 0, 1) 30px 60px, /* 赤 */
			rgba( 0,   0,   0, 0.8) 60px 62px, /* 黒 */
			rgba( 213, 0, 0, 1) 62px 66px, /* 赤 */
			rgba( 0,   0,   0, 0.8) 66px 68px, /* 黒 */
			rgba( 213, 0, 0, 1) 68px 98px /* 赤 */
		
		);
}

.flexBox {
	display: flex;
	background-color: rgba(0,0,0,0.5);
	width: 60%;
	margin: 0 5% 60px 35%;
}
.discography {
	padding: 20px 2% 20px 2%;
}
.standard {
	font-weight: bold;
}
.cd_name dt {
	font-size: 1.1rem;
	font-weight: bold;
}
.cd_name dd {
	font-size: 1rem;
	font-weight: right;
	padding-top: 10px;
		font-weight: lighter;
}

audio {
	width: 250px;
}
		
		

/* --------DISCOGRAPHY-------- */


/* --------LIVE-------- */


#underlayer2 {
	margin: 0 0 60px 0;
	padding-bottom: 40px;
	background-color: #ec1c24;
		background-image:
		repeating-linear-gradient( 0deg,
			rgba(   0,   0,   0, 0.4) 0px 8px, /* 黒 */
			rgba( 255, 255, 255, 0.4) 8px 16px, /* white */
			rgba(   0,   0,   0, 0.4) 16px 24px, /* 黒 */
			rgba( 255, 255, 255, 0.4) 24px 32px, /* white */
			rgba(   0,   0,   0, 0.4) 32px 40px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 40px 60px, /* 赤 */
			rgba( 0,   0,   0, 0.4) 60px 64px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 64px 72px, /* 赤 */
			rgba( 0,   0,   0, 0.4) 72px 76px, /* 黒 */
			rgba( 213, 0, 0, 0.4) 76px 96px /* 赤 */
		),
			repeating-linear-gradient( 90deg,
			rgba(   0,   0,   0, 1) 0px 6px, /* 黒 */
			rgba( 255, 255, 255, 1) 6px 12px, /* white */
			rgba(   0,   0,   0, 1) 12px 18px, /* 黒 */
			rgba( 255, 255, 255, 1) 18px 24px, /* white */
			rgba(   0,   0,   0, 1) 24px 30px, /* 黒 */
			rgba( 213, 0, 0, 1) 30px 60px, /* 赤 */
			rgba( 0,   0,   0, 0.8) 60px 62px, /* 黒 */
			rgba( 213, 0, 0, 1) 62px 66px, /* 赤 */
			rgba( 0,   0,   0, 0.8) 66px 68px, /* 黒 */
			rgba( 213, 0, 0, 1) 68px 98px /* 赤 */
		
		);
}

#pickUp {
	margin: 140px 0 0 0;
	background-color: rgba(255,255,255,0.4);
	height: 670px;
}
.citta {
	padding: 60px 0 60px 0;
}
.citta img {
	object-fit:cover;
	height: 550px;
}

.citta_pc { display: block !important; }
.citta_sp { display: none !important; }

.oneMan {
	margin-top: -380px;
}
.oneManTitle {
	text-align: right;
	padding: 0 5% 10px 5%;
}
.oneManSchedule {
	padding: 0 5% 0 5%;
	text-align: right;
	font-size: 1.5rem;
	font-weight: bold;
}

.schedule {
	text-align: right;
}
.schedule dt {
	font-weight: bold;
	background-color: #222;
	padding: 10px 2%;
	margin: 0 5% 3px 5%;
}
.schedule dt a {
	color: #fff;
}
.schedule dt a:hover{
	color: #ccc;
	opacity:0.5;
}
.schedule dd {
	background-color: #222;
	padding: 10px 2%;
	margin: 0 5% 20px 5%;
}

/* --------LIVE-------- */


/* --------CONTACT-------- */



.infomation {
	color: #fff;
	margin: 0 5% 60px 5%;
	text-align: center;
}

.note2 {
	color: #fff;
	padding: 1px;
}


.questForm {
	background-color: rgba(0,0,0,0.5);
	padding: 60px 1% 0 1%;
	text-align: center;
	margin: 0 20% 60px 20%;
	}
	
.flexAria {
	display: flex;
}


.required{
	padding: 2px 0.5rem;
	font-size: 14px;
	margin: 0 1rem 10px 15%;
	font-weight: bold;
	border-radius: 5px;
	background-color: #ffff00;
	color: #000;
}

.formText {
	height: 1.8rem;
	width: 80%;
	border: none;
	box-shadow: 0 0 0 1px #fff; inset;
	background-color: rgba(0,0,0,0.5);
	color: #ddd;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0 0 30px 10%;
}

.formText:focus {
    outline: 0;
	box-shadow: 0 0 0 2px #fff inset;
	background-color: #333;
}

.commentText {
	height: 8rem;
	width: 80%;
	border: none;
	box-shadow: 0 0 0 1px #fff inset;
	background-color: rgba(0,0,0,0.5);
	color: #ddd;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 4px 0 30px 10%;
}

.commentText:focus {
	outline: 0;
	box-shadow: 0 0 0 2px #fff inset;
	background-color: #333;
}

.submitButton {
	display: inline-block;
	height: 1.8rem;
	width: 39%;
	border: none;
	background-color: #ffff00;
	color: #000;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 0 1% 60px 10%;
}

.submitButton:hover {
	background-color: #ec1c24;
	color: #fff;
}

.submitButton:focus {
	outline: 0;
	background-color: #fff;
}

.resetButton {
	display: inline-block;
	height: 1.8rem;
	width: 39%;
	border: none;
	background-color: #555;
	color: #999;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 0 0 60px 0;
}

.resetButton:hover {
	background-color: #000;
	color: #fff;
}

.thanx {
	background-color: rgba(0,0,0,0.5);
	padding: 120px 5% 0 5%;
	text-align: center;
	margin: 0 20% 60px 20%;
}

.return {
	text-align: center;
}
	
.return a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	margin-bottom: 90px;
}

.return a:hover {
	opacity:0.5;
	text-decoration: underline;
}



/* --------CONTACT-------- */


/* --------footer-------- */
.sns {
	display: flex;
	width: 40%;
	justify-content: space-between;
	margin: 120px 30% 0 30%;
}

footer dl{
	padding-top: 30px;

}
footer dl dd{
	padding-left:1rem;
}
footer ul{
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid #fff;
	padding-top: 1em;
}
footer ul li{
	display: inline-block;
}
footer ul li+li::before {
	content: " | ";
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #ccc;
	opacity:0.5;
	text-decoration: underline;
}
.copyRight{
	font-size: 85%;
	text-align: center;
	padding-bottom: 60px;
}

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




/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 740px){

		header {
			max-width: 1050px;
			position: relative;
			width: 100%;
			top: 50px;
		}
		
		.navset {
			display: block;
		}
		
		.nav-list li a:hover img {
			visibility: visible;
		}
		.nav-list .top a:hover {
			background: none;
		}
		.nav-list .bio a:hover {
			background: none;
		}
		.nav-list .disco a:hover {
			background: none;
		}
		.nav-list .live a:hover {
			background: none;
		}
		.nav-list .contact a:hover {
			background: none;
		}


		.logo1{
			display: block;
			text-align: center;
			padding-top: 167px;
			width: 100%;
			margin-left: 0;
		}
	
		#mainVisual {
		min-height:100svh;
		}
		
		
		.visualContents {
			display: none;
		}
		
		.textlogo1 {
			margin: -624px 5% 60px 5%;
			padding: 800px 0 60px 0;
			text-align: center;
		}
		
		.btn-burger{
				position: fixed;
				top: 30px;
				right: 5%;
				z-index: 10000;
				display: block;
				width: 70px;
				height: 70px;
				background: url(../images/drawerMenu.webp) no-repeat;
				cursor: pointer;
		}
		.nav-toggle:checked ~ .face .btn-burger{
			background: url(../images/drawerMenu_off.webp) no-repeat;
			transform:rotateY(6.287rad);
			transition: transform 600ms 300ms;
		}
		.nav-list a > img{
			display: none;
		}
		.nav-list span{
			display: block;
			color: #fff ;
			padding: 10px 10%;
			font-size: 120%;
		}
		.nav ul {
			display: block;
		}
			
		.nav ul li{
			display: block;
			width: 100%;
			margin-left: 0;

		}
		.nav .nav-list{
			position: fixed;
			top: 100px;
			right: 0%;
			width: 30%;
			transition: all 0.3s ease-in-out 0s;
			right: -50%;
			background-color: rgba(0,0,0,0.5);
		}
		.nav-list a{
			width: 100%;
		}
		.nav-toggle:checked ~ .face .nav .nav-list{
			right: 0;			
		}
		
		
		.leadSet {
			margin: 0 5% 60px 5%;
			width: 90%;
		}
		
		#news {
			display: block;
		}
		
		.newsTitle {
			position:relative;
			transform: rotate(0deg) translate(0%,0);;
			transform-origin: top right;
			top: 0px;
			left: 0px;
			margin-bottom: 30px;
		}
		
		.document {
			margin-left:0;
		}
		
		
		
		
/* --------BIOGRAPHY-------- */

		.logo2{
			display: none;
		}
		.title2 {
			text-align: center;
		}
		.textlogo2 {
		text-align: center;
		}
		.member {
			margin: 0 5% 60px 5%;
		}
		.profile {
		width: 50%;
		}

/* --------BIOGRAPHY-------- */
	
	
/* --------DISCOGRAPHY-------- */
	
		.title3 {
			top: 180px;
			left: 5%;
			right: 5%;
			text-align: center;
		}
		.textlogo3 {
			text-align: center;
		}		
	
		.flexBox {
			width: auto;
			margin: 0 7% 60px 7%;
		}
		.discography {
			padding: 20px 5% 20px 5%;
		}
		audio {
			width: 200px;
		}
	
	
	
	
	
	/* --------DISCOGRAPHY-------- */
	
	
	/* --------LIVE-------- */
	
		#pickUp {
		height: 459px;
		}
		.schedule {
			text-align: left;
			}
		.oneManSchedule {
			font-size: 1rem;
		}
		.citta img {
			height: 339px;
		}
		.citta_pc { display: none !important; }
		.citta_sp { display: block !important; }
	
		.oneMan {
			margin-top: -280px;
		}
	
	/* --------LIVE-------- */
	
	
	/*--------CONTACT--------*/


	
		.note {
				margin-left: 5%;
			}
			
			.required{
				margin: 0 1rem 10px 5%;
			}
			
			.questForm {
				padding: 60px 5% 0 5%;
				margin: 0 10% 60px 10%;
			}
				
			.formText {
				width: 90%;
				margin: 0 5% 30px 5%;
			}
			.commentText {
				width: 90%;
				margin: 4px 5% 20px 5%;
			}
			
			.submitButton {
				width: 42%;
				margin: 0 2% 60px 5%;
			}
			.resetButton {
				width: 42%;
				margin: 0 5% 60px 2%;
			}
			
			.thanx {
				width: 80%;
				margin: 0 5% 60px 5%;
			}

			
			
	/*--------CONTACT--------*/
	
	
	
		footer{
			background: none;	
			background-repeat: no-repeat;
			background-position: center;
		}	

	}
	
	
	
/* --------footer-------- */
		
		.sns {
			width: 60%;
			margin: 120px 20% 0 20%;
		}
/* --------footer-------- */



/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */



	
@media screen and (max-width: 500px){

		.nav .nav-list{
			width: 45%;
		}
		
		.member {
			display: block;
			text-align: center;
			margin: 0 5% 60px 0;
			width: 100%;
		}
		.profile {
			text-align: center;
			width: 288px;
			margin: 0 auto;
				padding: 30px 0 30px 0;
		}
		
		.question dd {
			padding-left: 0;
		}
		
		.title3 {
			top: 210px;

		}
		.flexBox {
			width: 68%;
			margin: 0 16% 60px 16%;
			display: block;
		}
		audio {
			width: 100%;
		}

		.sns {
			width: 80%;
			margin: 120px 10% 0 10%;
		}
		
		.submitButton {
			width: 42%;
			margin: 0 1% 60px 5%;
		}
		.resetButton {
			width: 42%;
			margin: 0 5% 60px 1%;
		}
		
		
@media screen and (max-width: 400px){
		.sns {
			width: 90%;
			margin: 120px 5% 0 5%;
		}
}
		
		
