@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: #2c6382;
	font-family: "Roboto", 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
a{
	color: #2c6382;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
p{
	color: #2c6382;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}

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

.pc{
	display: none;
}

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

.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: #2c6382;
  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;
}

h2{
	position: relative;
	font-size:200%;
	padding: 40px 0;
	text-align: center;
}


/*-------------------
  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;
}

/*-------------------
  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: #2c6382;/*背景色*/
	font-size: 15px;
}
.album{
	font-size: 2rem;
}
.pc-nav{
	display: none;
}
.pc-sns{
	display: none;
}
#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
}



/*-------------------
  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);}

	
	.sp{
		display: none !important;
	}
	
/*-------------------------
  header
-------------------------*/
	.header-inner{
		height: 13rem;
		position: relative;
		position: fixed;
	}
	.header-inner img{
		margin-top: 3rem;
		width: 50%;
	}
	.global-nav {
		display: none;
	}
	.hamburger{
		display: none;
	}
	.black-bg{
		display: none;
	}
	.main-visual{
		margin: 0 17.2rem 15rem 4rem;	
	}
	.main-visual p{
		font-size: 2.5rem;
		bottom: -6rem;
	}
	.pc-nav{
		display: flex;
		letter-spacing: 3px;
		word-spacing: 0.5em;
		border:  -10rem;
		right: 55px;
		top: 85px;
		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: 34px;
		right: 55px;
	}
	.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: 0rem 15rem;
	}
	.midashi{
		margin: 3rem 0;
	}
	.section-subtitle{
		margin-bottom: 110px;
		font-size: 2rem;
		}
	.section-title{
		align-items: center;
		justify-content: space-between;
		margin: 11rem 0;
	}
	.news{
		margin: 5.1rem 0;
	}
	.btn-more{
		text-align: center;
		margin: 10rem 0 0;
	}
	.text-box{
		width: 10rem;
		font-size: 1.4rem;
	}
	.album{
		font-size: 2rem;
	}
	#main{
		padding-top: 130px;
	}

/*-------------------
  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;
	}
}




