@charset "UTF-8";
/* CSS Document */
body{
	color: #fff;
	margin: 0 auto;
	padding: 0px;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	background-color: #000;
	text-align: center;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	height: auto;
}

html{
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,th{
	font-weight: 400;
}

p{
	line-height: 1.8em;
}

th{
	text-align: left;
}

address{
	font-style: inherit;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.gsk{
	font-family: 'Noto Sans JP', sans-serif;
}

img{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a,
a img{
	transition: 0.3s;
}

a[href^="tel:"] {
	pointer-events: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	position: fixed;
	width: 50px;
	height: 50px;
	background: #000;
	z-index: 999;
	right: 3%;
	top: 18px;
}
.menu-trigger span{
	position: absolute;
	background: #fff;
	width: 30px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
	top: 15px;
}
.menu-trigger span:nth-of-type(2){
	top: 0;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
	display: none;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.93);
	width: 100%;
	height: 100%;
	z-index: 5;
}
.g-nav .list{
	padding: 80px 0px 0px;
}
.g-nav .list li{
	display: block;
	width: 90%;
	margin: 0px auto 10px;
}
.g-nav .list li a{
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	padding: 15px 0;
	font-weight: bold;
	background-color: #91a2c9;
}
.g-nav .list li a i{
	margin-right: 7px;
}

.g-nav .list li:nth-child(5) a,
.g-nav .list li:last-child a{
	background-color: #08287e;
	color: #fff;
}

.menu-trigger{
	display: none;
}

input[type="text"],
input[type="password"],
textarea,
select,
button{
	outline: none;
}

/*----------------------------contents----------------------------*/

h2.ttl{
	font-size: 120px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0px 0px 70px;
	margin-top: 200px;
}

p#sounds-txt{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4em;
}

p#mail-txt{
	font-size: 15px;
	line-height: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 20px;
}

#footer-logo{
	padding: 85px 0px 70px;
}

#form{
	width: 700px;
	margin: 0 auto;
}

#form th{
	display: block;
	font-size: 15px;
	text-align: left;
	padding: 40px 0px 10px 10px;
}

#form td{
	display: block;
	text-align: left;
}

#form td input{
	width: 100%;
	border: none;
	background-color: #b7b7b7;
	height: 40px;
	border-radius: 15px;
	box-sizing: border-box;
	padding-left: 15px;
}

#form td textarea{
	width: 100%;
	border: none;
	background-color: #b7b7b7;
	height: 350px;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 15px;
}

#submit{
	text-align: center;
	padding-top: 50px;
	width: 700px;
	margin: 0 auto;
}

#submit input{
	width: 100%;
	background-color: #dddddd;
	font-size: 24px;
	line-height: 1.2em;
	padding: 40px 0px;
	border-radius: 5px;
	letter-spacing: 0.1em;
	cursor: pointer;
	border: none;
}

.detail-box{
	position: relative;
}

.detail-box img{
	width: 100%;
}

#profile-box{
	margin-top: 90px;
	padding-bottom: 120px;
}

#works-box{
	margin-top: 120px;
}

#profile-box #pic{
	width: 45%;
}

#works-box #pic{
	width: 45%;
	margin-left: 55%;
}

.detail-box .cont{
	background-color: #fff;
	padding: 50px 0px 50px;
	color:#000;
	box-sizing: border-box;
	width: 60%;
}

#profile-box .cont{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#works-box .cont{
	position: absolute;
	top: -65px;
	left: 0px;
}

.detail-box h3{
	text-align: center;
	font-size: 52px;
	line-height: 1.4em;
	padding-bottom: 50px;
}

.detail-box #name{
	font-size: 32px;
	line-height: 1.4em;
	text-align: left;
	padding-left: 80px;
	padding-bottom: 40px;
}

.detail-box .cont p.txt{
	font-size: 18px;
	line-height: 2em;
	text-align: left;
	padding: 0px 80px;
	font-family: 'Noto Sans JP', sans-serif;
	max-height: 800px;
	overflow-y: auto;
}

#mainimg{
	position: relative;
}

#mainimg #mv{
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#mainimg h1{
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 626px;
	height: 708px;
	padding-right: 650px;
}

#mainimg .twitter-timeline{
	position: absolute;
	top: 400px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 500px;
	height: 500px;
	padding-right: 650px;
}

#mainimg h1 img{
	width: 626px;
	height: 708px;
}

.sounds-box{
	width: 1035px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

.sounds-box1{
	margin: 75px auto 70px;
}

.sounds-box .right{
	width: 515px;
	padding-top: 35px;
	color:#000;
}

.sounds-box .right h3{
	text-align: center;
	font-size: 20px;
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}

.sounds-box .right p.txt{
	text-align: left;
	font-size: 15px;
	line-height: 1.8em;
	text-align: left;
	padding-left: 170px;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
}

.sounds-box .right p.txt1{
	padding-top: 15px;
}

.sounds-box .right p.txt2{
	padding-top: 80px;
}

h2#youtube-ttl{
	padding: 100px 0px 70px;
	font-weight: bold;
}

h2#youtube-ttl img{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

h2#youtube-ttl p{
	font-size: 34px;
	line-height: 1.2em;
	display: inline-block;
	padding: 0px 0px 0px 15px;
}

.youtube-list{
	padding-bottom: 65px;
}

.youtube-list iframe{
	width: 315px;
	display: inline-block;
	margin: 0px 30px;
}

p#pococha-txt{
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	padding-top: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 120px;
}

#sns a{
	display: inline-block;
	margin: 0px 10px;
	cursor: pointer;
}

#top-navs{
	background:rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	bottom: -30px;
	left: 0px;
	padding: 25px 0px 15px;
	overflow: hidden;
}

#top-navs ul.navs{
	float: right;
	padding-right: 20px;
	padding-top: 7px;
}

#top-navs ul.navs li{
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	margin-left: 30px;
}

#top-navs ul.navs li a{
	color:#fff;
	text-decoration: none;
}

#top-navs ul.navs li a:hover{
	color:#666;
}

#top-navs .snss{
	float: right;
	padding-right: 50px;
}

#top-navs .snss img{
	width: 40px;
}

#top-navs .snss a{
	display: inline-block;
	margin-left: 15px;
}

#pococha-banner img{
	width: 90%;
	margin: 10px;
}
