@charset "utf-8";
/* CSS Document */
/*============================================*/
/*base.html*/
/*============================================*/
* {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
* > h2 {
  text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
}
/*=============================================================*/
/*animetion*/
/*=============================================================*/
/****--------- 雲 ---------****/
.cloud {
  opacity: 0;
}
.cloud.block {
  animation: cloud ease-in-out 1.5s /*infinite*/ alternate;
  -webkit-animation: cloud ease-in-out 1.5s /*infinite*/ alternate;
  -moz-animation: cloud ease-in-out 1.5s /*infinite*/ alternate;
  opacity: 1;
}
@keyframes cloud {
  0% {
    transform: translate(-30px, 0%);
    opacity: 0;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translate(-30px, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-moz-keyframes cloud {
  0% {
    -moz-transform: translate(-30px, 0%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0%, 0%);
    opacity: 1;
  }
}
/*==================================================*/
/*body以下の要素の設定*/
/*==================================================*/
body {
  background-image: url("../images/bg_img.jpg");
}
#hd_wrap {
  width: 100%;
  background-color: #fff;
  z-index: 2;
  position: fixed;
}
.inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
/*フロート*/
nav > ul li, h1, dt, .photo_pc {
  float: left;
}
/*フロート解除*/
nav > ul, .inner, dl, #link_icon_pc, .Bio_text > dl, #Biography_contents {
  overflow: hidden;
}
/*=====================================================*/
/*ヘッダーのデザイン*/
/*=====================================================*/
/*h1,nav,ul li のデザイン*/
h1, nav {
  height: 80px;
}
h1, nav ul li {
  width: 25%;
  margin: auto;
}

h1 > a > img {
  width: 60%;
  height: 60%;
}
nav ul li {
  display: inline-block;
  padding: 30px 0 10px 0;
  text-align: center;
}
nav ul li a:hover {
  opacity: 0.7;
  border-bottom: 2px solid #d61418;
}
@media only screen and (max-width:767px) {

h1 > a > img {
  width: 100%;
  height: 100%;
}

  nav {
    display: none;
  }
  .inner > h1 {
	  text-align: left;
	  padding-left: 10px;
	  padding-top: none;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	/*スマホでのナビ*/
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .cp_cont {
    display: block;
    height: 65px;
  }
  .cp_offcm01 {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    transition: 0.5s;
  }
	
	/* menu */
.cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 150px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
    transition-timing-function: cubic-bezier(.38, .52, .23, .99);
    background-color: #ccc;
    opacity: 0.9;
  }
  .cp_offcm01 .cp_menu ul {
    margin: 0;
    padding: 0;
  }
  .cp_offcm01 .cp_menu li {
    list-style: none;
	padding: 20px 0;
  }
  .cp_offcm01 .cp_menu li a {
    display: block;
    padding: 0 10px 40px 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 3px solid #d61418;
	text-align: center;
  }
  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
    display: block;
    padding: 0.5em;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
    transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
    text-align: center;
    color: #333333;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label {
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px);
  }
  .cp_offcm01 #cp_toggle01 ~ label::before {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    content: 'menu';
    font-size: 1.5em;
    transition: 0.5s;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label::before {
    content: '✖';
    transition: 0.5s;
  }
	.cloud > iframe {
		max-width: 350px;
		height: auto;
	}	
}
@media only screen and (min-width:768px) {
	h1 {
  padding-top: 20px;
}
  .cp_cont {
    display: none;
  }
}
/*メインのwidth*/
main {
  width: 100%;
}

/*=================================================*/
/*フッター上部、aside要素*/
/*=================================================*/
aside{
	width: 100%;
	margin-top: 100px;
	background-color: #000;
}
#access_map{
	display: flex;
	max-width: 768px;
	margin: 0 auto;
	color: #fff;
	justify-content: space-around;
}
.access_cont{
	margin-top: 50px;
}
.access_border{
	border-left: 2px solid #fff;
	padding-left: 20px;
}
.access_cont li{
	margin-bottom: 20px;	
}
.access_cont li a{
	transition: 0.5s;
}
.access_cont li a:hover{
	color: #d61418;
	border-bottom: 2px solid #fff;
}
/*@media only screen and (max-width:767px){
	aside{
		display: none;
	}
}*/

/*footerのデザイン*/
footer {
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 30px 0 30px 0;
}
/*=========================================================*/
/*cssシグネチャ*/
/*現在のページnav ul li下線*/
/*=========================================================*/
body#top #gnav01 a, body#Biography #gnav02 a, body#Music #gnav03 a, body#Contact #gnav04 a {
  border-bottom: 2px solid #d61418;
}
/*====================================================*/
/*各ページのデザインここから*/
/*====================================================*/
/*====================================================*/
/*topのヒーローイメージ*/
/*====================================================*/
header > p img {
  width: 100%;
  height: auto;
  margin: 80px auto 0;
}
/*====================================================*/
/*見出しのデザイン*/
/*====================================================*/
.inner > h2 {
  font-size: 4em;
  color: #d61418;
  padding: 100px 0 50px 0;
}

/*====================================================*/
/*new songのデザイン*/
/*====================================================*/
#yt_contents {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#youtube {
  max-width: 980px;
  height: auto;
  margin: 0 auto;
}
/*==============================================*/
/*youtubeのメディアクエリー*/
/*==============================================*/
@media only screen and (max-width:767px) {
  #youtube {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #youtube > p > iframe {
    width: 480px;
    height: 315px;
    margin: 0 auto;
  }
}
/*====================================================*/
/*Informationのデザイン*/
/*====================================================*/
#info_contents {
  width: 100%;
}
#info_contents > h2 {
  font-size: 4em;
}
#dl_contents {
  max-width: 480px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
#dl_contents dd {
  display: block;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 20px 10px;
}
#dl_contents a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
@media only screen and (max-width:767px){
	#info_contents > h2 {
  font-size: 3em;
}
	#dl_contents{
		max-width: 350px;
	}
}
/*====================================================*/
/*linkのデザイン*/
/*====================================================*/
#link_contents {
  width: 100%;
}
#link_h2 {
  max-width: 200px;
  margin: 0 auto;
}
/*スマホサイズの見え方*/
@media only screen and (max-width:767px) {
  #link_icon_pc {
    display: none;
  }
  #link_wrap_sp {
    max-width: 300px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .photo_sp {
    margin: 30px auto;
  }
}
/*pcサイズの見え方*/
@media only screen and (min-width:768px) {
  #link_icon_sp {
    display: none;
  }
  #link_wrap_pc {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .photo_pc {
    width: 25%;
    transition: 1s;
  }
  .photo_pc a img {
    transition: 1s;
  }
  .photo_pc a:hover img {
    transform: scale(1.2, 1.2) rotateX(360deg);
    transition: 1s;
  }
}
/*==================================================*/
/*Biographyのページ*/
/*==================================================*/
#Biography_contents {
  width: 100%;
  padding-top: 50px;
}
#Biography_contents .inner {
  width: 100%;
  margin: 0 auto;
}
#Biography_contents .inner > h2 {
  max-width: 480px;
  margin: 0px auto 20px;
}
.Bio_text_self {
  max-width: 980px;
  margin: 0 10px 50px;
  text-align: left;
  padding: 50px auto 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.Bio_text_self > h3 {
  max-width: 50px;
  font-size: 1.2em;
  border-bottom: 2px solid #d61418;
  margin: 10px 0 10px 10px;
  padding-top: 10px;
  text-align: center;
}
.Bio_text_self > p {
  padding: 0 10px 10px;
}
.Bio_text {
  max-width: 460px;
  margin: 0 10px 50px;
  text-align: left;
  padding: 50px auto 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-sizing: border-box;
}
.Bio_text > dl {
  padding: 10px;
}
.Bio_text > dl > dt {
  font-size: 1.2em;
  float: left;
  clear: left;
  border-bottom: 2px solid #d61418;
}
.Bio_text > dl > dd {
  float: left;
  clear: left;
  padding: 10px 0 10px 20px;
}
/*pcサイズの見え方*/
@media only screen and (min-width:768px) {
  #Biography_contents {
    width: 980px;
    margin: 0 auto;
  }
  .Bio_text_self {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
  }
  .Bio_text {
    float: left;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-right: 20px;
    box-sizing: border-box;
  }
  .Bio_text:nth-child(2n) {
    
    margin: 0 0 0 40px;
  }
}
/*=============================================*/
/*musicページ*/
/*=============================================*/
#music_contents {
  width: 100%;
  padding-top: 80px;
}
#music_h2 {
  width: 100%;
  margin: 0 auto 20px;
}
#music_wrap{
	max-width: 980px;
  margin: 0 auto 30px;
	padding: 10px 0 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}
#music_wrap > p {
	max-width: 980px;
  margin: 0 auto 10px;
	text-align: center;
}
#music_iframe {
  max-width: 980px;
  margin: 0 auto;
}
#music_iframe > iframe {
  width: 30%;
  height: auto;
  margin: 1%;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*スマホの見え方*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media only screen and (max-width:767px) {
  #music_iframe > iframe {
    width: 40%;
    height: auto;
    margin: 4%;
	text-align: left;
  }
	#music_wrap{
		max-width: 355px;
		margin: 0 auto 30px;
	}
}
/*=============================================*/
/*コンタクトフォーム*/
/*=============================================*/
#contact_form {
  width: 100%;
  margin: 0 auto 50px;
}
#contact_h2 {
  max-width: 480px;
  padding-top: 50px;
  margin: 0 auto;
}
#entry_wrap_bg{
  max-width: 500px;
  margin: 0 auto;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}
#entry_wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 10px 0;
}
#entry_wrap > p > span{
	color: #f00;
}
#entry {
	margin-top: 10px;
}
#entry tr, #entry td {
  border: 2px solid #000;
  border-collapse: collapse;
}
#entry th {
  background-color: #E62626;
  padding: 10px;
  color: #fff;
}
#entry td {
  text-align: center;
  padding: 5px 10px;
  background-color: #ADAEBA;
}
#entry_table {
	margin-bottom: 10px;
}
.entory_btn {
  max-width: 480px;
  margin: 20px auto 0;
  text-align: center;
}
.entory_btn input[type="reset"] {
  border: 2px solid #000;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.entory_btn input[type="submit"] {
  border: 2px solid #000;
  background-color: #d61418;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}
.entory_btn input[type="submit"]:hover {
  opacity: 0.7;
}
td > input[type="text"], td > input[type="email"], td > textarea {
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
}

@media only screen and (max-width:767px){
	#entry_wrap_bg{
		max-width: 350px;
	}
	#entry_wrap{
		max-width: 330px;
	}
}