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

@font-face{
	font-family: "Roboto", 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	src:
		local("Noto Sans CJK JP"),url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #000;
	font-family: "Roboto", 'Noto Sans JP', sans-serif !important;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
a{
	color: #000;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
p{
	color: #000;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}

img{
	max-width: 100%;
	height: auto;
	transform: scale(1.5);
}

/*-------------------
  header
--------------------*/
.header-inner {
	width: 100%;
	height: 15rem;
	background-color: #f7edd9;
	position: relative;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.header-inner img{
	margin-top: 4rem;;
}

.global-nav {
  position: fixed;
  right: -100%; /* これで隠れる */
  top: 0;
  width: 100%; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  text-align: center;
}
.hamburger {
  position: absolute;
  right: 100px;
  top: 41px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 50px 0;
  list-style: none;
}
.gn-logo{
	width: 100px;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  margin: 60px 0;
  text-decoration: none;
  color: #000;
  font-size: 34px;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.gn-sns li{
	margin: 60px 0;
}
.gn-sns img{
	width: 35px;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 80px;
  height: 3px;
  background-color: #808080;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 30px;
}
.hamburger__line--3 {
  top: 47px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.catchcopy{
	color: #606060;
	letter-spacing: 10px;
}
.yowamushi{
	margin-left: 9rem;
}

h2{
	position: relative;
	font-size:200%;
	padding: 40px 0;
	text-align: center;
}
	/*
.news-item h2:before{
        content: '';
        background: #2a607e;
        width: 8px;
        height: 50%;
        position: absolute;
        left: -15px;
        margin-top: 10px;
}
*/

/*-------------------
  main-visual
--------------------*/

.main-visual{
	position: relative
}

.main-visual p{
	position: absolute;
	right: 4rem;
	bottom: -8rem;
	font-size: 3.5rem;
}

.main-visual img{
	transform: scale(1)
}


/*-----------------
  logo
-----------------*/

.top-logo{
	width: 123px;
	margin: 0 auto;
}
.bottom-logo{
	width: 123px;
	margin: 0 auto;
}

/*-------------------
  section
--------------------*/
.section{
	padding: 50px 100px 150px
}
.midashi{
	margin-top: 8rem;
	margin-bottom: 3rem;
}
.section-subtitle{
	margin-bottom: 110px;
	font-size: 3rem;
	}
.section-title{
	text-align: center;
}
.dryflower{
	width: 282px;
	display: inline-block;
}
.btn-more{
	text-align: center;
	margin-top: 110px;
	margin-bottom: 150px;
}
.text-box{
    display: inline-block;
    color: #000;
	font-size: 1.5rem;
    letter-spacing: 0.07em;
	padding-bottom: 5px;
}
.album{
	font-size: 2rem;
}
.pc-nav{
	display: none;
}
.pc-sns{
	display: none;
}
#main{
	padding-top: 150px;
}

/*-------------------
  news
--------------------*/

.no-media-text{
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 3px;
}

.text-box{
	display: inline-block;
    color: #000;
	font-size: 1.5rem;
	letter-spacing: 0.07em;
}

	.card__textbox{
	  width: 100%;
	  height: auto;
	  padding: 5px 0px 30px;
	  background: #ffffff;
	  box-sizing: border-box;
	}

	.card__textbox > * + *{
	  margin-top: 10px;
	}

	.card__titletext{
    	line-height: 150%;
    	letter-spacing: 3px;
	}

	.card__overviewtext{
	  font-size: 18px;
	  line-height: 150%;
	}

.news-list{
	list-style: none;
	width: 100%;
}
.news-list a{
	text-decoration: none;
}

.news-list > li:last-child{
    border-bottom: none !important;
}

.news-item{
	margin-bottom: 10px;
    border-bottom: 0.5px solid;
}


	.card{
	  width: 100%;
	  height: auto;
	  margin: 0 auto;
	  transition: 0.5s;
	}

	.card:hover{
	transform: translateY(-2px);
 	opacity: 0.7;
}
	.card-skin{
		overflow: hidden;
		border-radius: 8px;
	}


/*-------------------
  videos
--------------------*/
.youtube{
	text-align: center;
	position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube_iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.videos-list{
	list-style: none;
	
}
.videos-item_text{
	margin-top: 36px;
	margin-bottom: 36px;
	font-size: 3.5rem;
}
.videos-day{
	font-size: 2rem;
	letter-spacing: 0.07em;
}
.videos-item{
	margin-bottom: 10rem;
}	
.videos-item:last-of-type{
	margin-bottom: 0;
}
.videos-title{
	display: flex;
}
.videos-title img{
	width: 3rem;
	height: 3rem;
	padding-top: 3.8rem;
}

/*-------------------
  discography
--------------------*/
.section-body{
	margin-top: 50px;
}
.cd{
	margin: 50px 0;
}
.cd h3{
	font-size: 20px;
	margin: 20px 0;
}
.cd ul{
	font-size: 15px;
}
.cd img{
	box-shadow: 2px 2px 4px gray;
	text-align: center;
	transform: scale(1);
	width: 60%;
	height: auto;
}

.album-all{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.album-all ul{
	text-align: left;
}

.album-all li{
	line-height: 2;
}

.cd-group{
	border-bottom: 1px #629fc1 solid;
}

.cd-group:first-of-type{
	border-top: 1px #629fc1 solid;
}

.release-info p{
	font-size: 	12px;
	line-height: 1.8;
	letter-spacing: 0.07em;
}
.sold{
	color: red;
}

.subscribe{
	margin-top: auto;
    display: flex;
    gap: 0 20px;
}


.subscribe{
	padding-top:30px; 
}


.subscribe > a > p{
	color:#ffffff;
	font-weight:500;
    background: #000;
    border-radius: 35px;
    padding: 10px 20px;
}

.subscribe > a > p >span{
	display:inline-block;
}

.subscribe > a > p > img{
    width: auto;
	max-width: 20px;
    box-shadow: none;
    transform: none;
	margin-right: 5px;
}



/*-------------------
  contact
--------------------*/

.form-all{
	padding-bottom: 11rem;
	margin-top: 11rem;
	position: relative;
    width: 100%;
	height: auto;
  	line-height: 1.3;
 	letter-spacing: 0.05em;
  	background-color: #fff;
  	border-radius: 8px;
  	-webkit-filter:drop-shadow(0px 12px 4px rgba(0, 0, 0, 0.03));
 	-moz-filter:drop-shadow(0px 12px 4px rgba(0, 0, 0, 0.03));
 	-ms-filter:drop-shadow(0px 12px 4px rgba(0, 0, 0, 0.03));
 	filter:drop-shadow(0px 12px 4px rgba(0, 0, 0, 0.03));
}
.form-all p{
	text-align: center;
	font-size: 2.5rem;
	width: 80%;
    margin: 0 auto 15px;
}
.form-all p:nth-of-type(2){
	margin-bottom: 70px;
}
#ex-all{
	text-align: center;
	border-bottom: 1px solid  #629fc1;
	padding-bottom: 8rem;  /*内容と線との間隔量 */
}
.form-ex{
	margin-bottom: 15px;
	margin-top: 30px;
}

.form-all dd{
	text-align: left;
	margin-bottom: 18px;
}
.form-all dt{
	font-size: 2.5rem;
	clear: left;
}
.ex-dd{
	text-align: center!important;
}


.form-parts{
	-weblit-appearance:none;
	appearance:none;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	background-color: #fff;
}
.form-parts__text{
	width: 100%;
	padding: 9px 8px;
	border-radius: 3px;
	color: #333;
	font-size: 1.6rem;
}
.form-parts__checkbox{
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 1rem 0 0;
	vertical-align: -2px;
}
.form-title{
	margin-bottom: 18px;
}

.form-item{
	margin-bottom: 25px;
	width: 80%;
	margin: 0 auto;
}
.form-item:first-of-type{
	margin-top: 40px;
}
.form-item:last-of-type{
	margin-bottom: 40px;
}
.caution{
	display: inline-block;
	width: 30px;
	margin-left: 15px;
	padding: 2px 0;
	border-radius: 3px;
	background-color: #f00;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: middle;
}

.section-footer{
	text-align: center;
	margin-top: 8rem;
}
.section-footer input{
	font-size: 2.5rem;
	border-radius: 3px;
}

#choice{
	font-size: 2.3rem;
	text-align: left;
	margin-left: 40px;
}

#select{
	float: left;
	margin-bottom: 18px;
	padding: 9px 8px;
	border-radius: 3px;
	font-size: 1.6rem;
}


/*-------------------
 * btn
--------------------*/	

.btn-submit{
	-webit-appearance:none;
	appearance:none;
	width: 100%;
	border: solid 1px #d7d7d7;
	font-size:1.6rem;
	letter-spacing: 0.5em;
	background-color: #f7edd9;
	color: #000;
}
.btn-submit::after{
	content: none;
}

.btn{
	width: 30%;
	margin: auto;
}


/*-------------------
  artist-photo
--------------------*/

.artist-photo{
	position: relative;
}

.artist-photo img{
	transform: none;
	height: auto;
    width: 65%;
    display: block;
    margin: auto;
}

.catchcopy{
	color: #606060;
	letter-spacing: 1rem;
	line-height: 7rem;
	position: absolute;
	right: 5rem;
	top: 56rem;
	height: 575px;
	font-size: 3.5rem;
	writing-mode: tb-rl;
    writing-mode: vertical-rl;
	}
.yowamushi{
	padding-top: 8rem;
}

/*-----------------
  logo
-----------------*/

.top-logo{
	width: 123px;
	margin: 0 auto;
}
.bottom-logo{
	width: 123px;
	margin: 0 auto;
}
/*-------------------
  profile
--------------------*/
.band-introdution{
	text-align: center;
	padding:0;
	position: relative;
    width: 100%;
	height: auto;
  	line-height: 1.3;
 	letter-spacing: 0.05em;
  	background-color: #fff;
  	border-radius: 8px;
}
.section-body_title{
	font-size: 5rem;
}
.member-name{
	width: 90%;
	margin: 4rem auto;
}
.member-name p{
	font-size: 2.5rem;
	line-height: 5em;
}

.member_sns{
	margin-top: 20px;
	height: 20px;
    display: flex;
    justify-content: center;
}
	
.member_sns li{
	height: 100%;
    margin: 0 20px;
}
	
.member_sns img{
	height: 100%;
}


.profile-text{
	margin-top: 5rem;
	line-height: 5rem;
    text-align: left;
    padding: 10px;
/*
	background-image: url("../images/kururi.png");
	background-size: 70%;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
	background-position: center;
	background-repeat: no-repeat;	
*/
}
.profile-text p{
	letter-spacing: 0.07em;
    font-size: 18px;
    line-height: 2;
}
.p-t2{
	margin: 2.4rem 0;
}
.p-t4{
	margin: 2.4rem 0;
}
.p-t6{
	margin: 2.4rem 0;
}
.p-t7{
	margin-bottom: 2.4rem;
}
/*
.member-photo{
	text-align: center;
}
*/
.member-photo img{
	transform: none;
	width: 100%;
}
.member_profile{
	padding: 110px 30px;
	position: relative;
    width: 100%;
	height: auto;
	box-sizing: border-box;
  	line-height: 1.3;
 	letter-spacing: 0.1em;
  	background-color: #fff;
  	border-radius: 1.6rem;
}

.member-person{
	text-align: center;
	position: relative;
	margin: 50px 0 50px;
}
.member-person h4{
	font-size: 2rem;
	padding-bottom: 1rem;
}
.member-person p{
	font-size: 1.8rem;
}
.sp-yajirusi{
	width: 110px;
	margin-left: 100px;
}
.pc-yajirusi{
	display: none;
}

.profile-contents{
	text-align: center;
	margin-bottom: 50px;
	line-height: 2;
}
/*
.awai-p{
	position: absolute;
	opacity: 1;
	transition: 1s
}
*/

.live-p{
	position: relative;
	left:0;
	transition: 1s
}
.profile-item_text{
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.07em;
}

.none{
	opacity: 0;
	left:-1000px;
	transition: 1s
}





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


.copyright{
	display: block;
	text-align: center;
	font-size: 2rem;
	padding: 30px 0;
}
 


 
/*-------------------------
  tablet
-------------------------*/
@media screen and (min-width:768px) { 
	p { font-size: 14px; }
}


/*-------------------------
  PC
-------------------------*/
@media screen and (min-width:1024px) { 
	body{ font-size: 16px; }
	a{ font-size: 16px; }
	p{ font-size: 16px; }
	img{ transform: scale(1);}

	
/*-------------------------
  header
-------------------------*/
	.header-inner{
		height: 13rem;
	}
	.header-inner img{
		width: 60%;
		margin-top: 2rem;
	}
	.global-nav {
		display: none;
	}
	.hamburger{
		display: none;
	}
	.black-bg{
		display: none;
	}
	.pc-nav{
		display: flex;
		letter-spacing: 3px;
		word-spacing: 0.5em;
		border:  -10rem;
		right: 55px;
		top: 70px;
		position: absolute;
	}
	.pc-nav p{
		font-size: 16px;
	}
	
	.pc-nav a{
		letter-spacing: 3px;
		text-decoration: none;
	}
	
	.pc-nav li{
		margin: 0 15px;
	}
	.pc-sns{
		display: block;
	}
	.pc-sns ul{
		display: flex;
		position: absolute;
		top: 35px;
		right: 55px;
	    filter: brightness(0) invert(0);
	}
	.pc-sns img{
		width: 20px;
		margin: 0 15px;
	}
	.main-visual p{
		right: -13rem;
	}
	
/*-------------------------
  logo
-------------------------*/
	.top-logo{
		position: absolute;
		top: 0.5rem;
		left: 2.7rem;
		width: 25.1rem;
	}
/*-------------------------
  section
-------------------------*/
	.section{
		padding: 5rem 15rem 11rem;
	}
	.midashi{
		margin: 3rem 0;
	}
	.section-subtitle{
		margin-bottom: 110px;
		font-size: 2rem;
		}
	.section-title{
		align-items: center;
		justify-content: space-between;
	}
	.news{
		margin: 5.1rem 0;
	}
	.btn-more{
		text-align: center;
		margin: 10rem 0 0;
	}
	.text-box{
		font-size: 1.4rem;
	}
	.album{
		font-size: 1.5rem;
	}
	#main{
		padding-top: 130px;
	}

/*-----------------------
  news
------------------------*/
	.news-list a{
	  width: 100%;
	}

	.card__titletext{
	  font-size: 15px;
	}

	.card__overviewtext{
	  font-size: 12px;
	}
	.news-flex{
		text-align: center;
	}
	.news-set{
		text-align: left;
	}
	.news-item {
		width: 70%;
		display: block;
		text-align: left;
		margin: 20px auto;
        border-bottom: 0.5px solid;
	}
	.news-item a{
		display: block;
	}
	

/*-------------------
  videos
--------------------*/
	.youtube{
		text-align: center;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube_iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.videos-list{
   		display: flex;
    	width: 100%;
    	flex-flow: wrap;
		list-style: none;
		margin: 0 auto;
		padding: 0;
		font-size: 0;
	}
	.videos-item_text{
		margin-top: 2rem;
		margin-bottom: 1rem;
		padding-left: 0;
		font-size: 15px;
	}
	.videos-day{
		font-size: 1.5rem;
	}
	.videos-item{
		margin-bottom: 10rem;
		display: inline-block;
        width: 30%;
        margin-right: 4.95%;
	}	
	
	.videos-item:nth-child(3n) {
        margin-right:0;
	}	
	
	.videos-title{
		display: flex;
	}
	.videos-title img{
		width: 2.8rem;
		height: 2.8rem;
		padding-top: 4.5rem;
		display: none;
	}
	

/*-------------------
  discography
--------------------*/
	
	.cd{
		display: flex;
		margin: 2.5rem 0;
		justify-content: center;
	}
	.cd h3{
		font-size: 20px;
		margin-bottom: 40px;
        letter-spacing: 2px;
	}
	.cd ul{
		margin: 10px 0;
        font-size: 1.8rem;
        letter-spacing: 1.5px;
	}
	.cd img{
		box-shadow: 2px 2px 4px gray;
		text-align: center;
		transform: scale(1);
		width: 35%;
	}

	.cd-group {
    	width: 90%;
    	margin: auto;
	}
		
	.album-all{
		text-align: left;
		width: 50%;
		padding-left: 5%
	}


	.release-info p{
		font-size: 	16px;
	}

	.subscribe{
		padding-top:0px; 
	}


/*-------------------
  artist-photo
--------------------*/

.artist-photo{
	position: relative;
}

.artist-photo img{
	transform: none;
	height: auto;
    width: 65%;
    display: block;
    margin: auto;
}

.catchcopy{
	color: #606060;
	letter-spacing: 1rem;
	line-height: 7rem;
	position: absolute;
	right: 5rem;
	top: 56rem;
	height: 575px;
	font-size: 3.5rem;
	writing-mode: tb-rl;
    writing-mode: vertical-rl;
	}
.yowamushi{
	padding-top: 8rem;
}

/*-----------------
  logo
-----------------*/

.top-logo{
	position: absolute;
    left: 6rem;
    width: 25.1rem;
    z-index: 10;
}

.bottom-logo{
	width: 123px;
	margin: 0 auto;
}

/*-------------------
  section
--------------------*/
.section{
	padding: 50px 100px
}
.midashi{
	margin-top: 8rem;
	margin-bottom: 3rem;
}
.section-subtitle{
	margin-bottom: 110px;
	font-size: 3rem;
	}
.section-title{
	text-align: center;
	margin: 15rem 0 11rem;
}
.dryflower{
	width: 282px;
	display: inline-block;
}
.btn-more{
	text-align: center;
	margin-top: 110px;
	margin-bottom: 150px;
}
.text-box{
	width: 18rem;
	text-align: center;
	display: inline-block;
	padding: 0.3em 0.6em;
    margin-top: 30px;
	margin-bottom: 30px;
    color: #ffffff;
    background: #000;/*背景色*/
	font-size: 15px;
}
.album{
	font-size: 2rem;
}

#main{
	padding-top: 150px;
}


/*-------------------
  profile
--------------------*/
.band-introdution{
	text-align: center;
	padding:0;
	position: relative;
    width: 100%;
	height: auto;
  	line-height: 1.3;
 	letter-spacing: 0.05em;
  	background-color: #fff;
  	border-radius: 8px;
}
.section-body_title{
	font-size: 5rem;
}
.member-name{
	width: 90%;
	margin: 4rem auto;
}
.member-name p{
	font-size: 2.5rem;
	line-height: 5em;
}

.member_sns{
	margin-top: 20px;
	height: 20px;
    display: flex;
    justify-content: center;
}
	
.member_sns li{
	height: 100%;
    margin: 0 20px;
}
	
.member_sns img{
	height: 100%;
}


.profile-text{
	margin-top: 5rem;
	line-height: 5rem;
    text-align: left;
    padding: 10px;
/*
	background-image: url("../images/kururi.png");
	background-size: 70%;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
	background-position: center;
	background-repeat: no-repeat;	
*/
}
.profile-text p{
	letter-spacing: 0.07em;
    font-size: 18px;
    line-height: 2;
}
.p-t2{
	margin: 2.4rem 0;
}
.p-t4{
	margin: 2.4rem 0;
}
.p-t6{
	margin: 2.4rem 0;
}
.p-t7{
	margin-bottom: 2.4rem;
}
/*
.member-photo{
	text-align: center;
}
*/
.member-photo img{
	transform: none;
	width: 100%;
}
.member_profile{
	padding: 110px 30px;
	position: relative;
    width: 100%;
	height: auto;
	box-sizing: border-box;
  	line-height: 1.3;
 	letter-spacing: 0.1em;
  	background-color: #fff;
  	border-radius: 1.6rem;
}

.member-person{
	text-align: center;
	position: relative;
	margin: 50px 0 50px;
}
.member-person h4{
	font-size: 2rem;
	padding-bottom: 1rem;
}
.member-person p{
	font-size: 1.8rem;
}
.sp-yajirusi{
	width: 110px;
	margin-left: 100px;
}
.pc-yajirusi{
	display: none;
}

.profile-contents{
	text-align: center;
	margin-bottom: 50px;
	line-height: 2;
}
/*
.awai-p{
	position: absolute;
	opacity: 1;
	transition: 1s
}
*/

.live-p{
	position: relative;
	left:0;
	transition: 1s
}
.profile-item_text{
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.07em;
}

.none{
	opacity: 0;
	left:-1000px;
	transition: 1s
}



/*-------------------
  contact
--------------------*/

	.form-all p{
		text-align: center;
		font-size: 16px;
	}

	.form-all dt{
		font-size: 16px;
	}
	

	.form-parts{
		-weblit-appearance:none;
		appearance:none;
		box-sizing: border-box;
		border: solid 1px #d7d7d7;
		background-color: #fff;
	}
	.form-parts__text{
		padding: 9px 8px;
		border-radius: 3px;
		color: #333;
		font-size: 1.6rem;
	}
	.form-parts__checkbox{
		width: 2.5rem;
		height: 2.5rem;
		margin: 0 1rem 0 0;
		vertical-align: -2px;
	}
	.form-title{
		
		margin-bottom: 18px;
	}

	.caution{
		display: inline-block;
		width: 30px;
		margin-left: 15px;
		padding: 2px 0;
		border-radius: 3px;
		background-color: #f00;
		color: #fff;
		font-size: 1.1rem;
		text-align: center;
		vertical-align: middle;
	}
	
	.section-footer input{
	font-size: 16px;
}
	#choice{
	font-size: 1.8rem;
	}

/*-------------------
 * btn
--------------------*/	

	.btn-submit{
		-webit-appearance:none;
		appearance:none;
		width: 100%;
		border: solid 1px #d7d7d7;
		font-size:1.6rem;
		letter-spacing: 0.5em;
		background-color: #f7edd9;
	}
	.btn-submit::after{
		content: none;
	}

	.btn{
		width: 20%;
		margin: auto;
	}
	

/*-------------------
  profile
--------------------*/
.band-introdution{
	text-align: center;
	padding: 0;
	position: relative;
    width: 100%;
	height: auto;
  	line-height: 1.3;
 	letter-spacing: 0.05em;
  	background-color: #fff;
  	border-radius: 8px;
}

.section-body_title{
	font-size: 4rem;
}
	
.member-name p{
	display: flex;
	justify-content: space-around;
	font-size: 2rem;
	line-height: 2.5em;
}

.member_sns{
	margin-top: 10px;
	height: 20px;
    justify-content: flex-end;
}
	
.member_sns li{
	margin: 0;
    margin-left: 15px;
}

	
.profile-text p{
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
	
}
.profile-text{
	margin-top: 5rem;
	line-height: 2.5em;
}
.p-t2{
	margin: 2.4rem 0;
}
.p-t4{
	margin: 2.4rem 0;
}
.p-t6{
	margin: 2.4rem 0;
}
.p-t7{
	margin-bottom: 2.4rem;
}
	.member-photo{
		width: 60%;
		display: flex;
    	align-items: center;
		
		
	}
.member-photo img{
	transform: none;
	width: 100%;
}

	/*
	.member-photo img:first-of-type{
		width: 50%;
	}
	*/

	.profile-item{
		display: flex;
		margin:50px 0; 
	}
	.member-detail{
		width: 40%;
		margin: 0 0 0 auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
	}
	
.member_profile{
	padding:30px;
	position: relative;
    width: 100%;
	height: auto;
	box-sizing: border-box;
  	line-height: 1.3;
 	letter-spacing: 0.1em;
  	background-color: #fff;
  	border-radius: 1.6rem;
}

.member-person{
	text-align: right;
}
.member-person h4{
	font-size: 2.5rem;
	padding-bottom: 1rem;
}
.member-person p{
	font-size: 1.8rem;
}
	
	
	.profile-contents{
		text-align: left;
		line-height: 2;
	}
	.sp-yajirusi{
		display: none;
	}
	.pc-yajirusi{
		display: block;
		width: 110px;
		padding-bottom: 50px;
	}
	.profile-item_text{
		font-size: 15px;
	}

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

	.copyright{
		font-size: 1.1rem;
	}
}

