@charset "UTF-8";
/* CSS Document */
  .pc{display: block!important;}
  .sp{display: none!important;}
body{width: 100%; height: 100%; background: #323232;color: #fff;}
/*
#profile{
  width: 100%;
  height: 80vh;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content:space-around;
}
*/
.profile{
  margin: 0 0 30px 30px;
}
h1{
  position: static;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 80px;
  color: #fff;
}
h1 > span{
	border-left: solid 0.1rem; 
	margin-right: 3px;
	margin-left:2px;
	height:0.8em;
	display: inline-block;
}
h2{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  padding-bottom: 15px;
}
.contact{
  padding-top: 16px;
  padding-bottom: 30px;
}
.contact a{
  text-decoration: none;
  color: #fff;
}
.infiniteslide_wrap{
  margin-bottom: 30px;
}
.performance{
  display: block;
  margin-bottom: 50px;
}
.text-area {
  text-align: left;
  width: 100%;
  word-break: break-all;
}
.text-l, .text-r{
  display: inline-block;
  vertical-align: top;
}
.text-l {
  width: 500px;
  padding: 0 30px;
  box-sizing: border-box;
}
.text-r {
  width: 500px;
  padding: 0 30px;
  box-sizing: border-box;
}
.btn span.mid{
    background-color: #fff!important;
}
.btn span.before{
    background-color: #fff!important;
}
.btn span.after{
    background-color: #fff!important;
}

.swiper-container{
  width: 100%;
}
/*slider*/
.slide-area{
  display: block;
  height: 270px!important;
  margin-bottom: 60px!important;
}
.swiper-slide {
  text-align: center!important;
  font-size: 18px!important;
  background: #fff!important;
/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0px!important;
  width: auto!important;
  height: 270px;
}




/*/////////////////////////////////////////////////////////
tab
/////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {

  h1{
  position: static;
  font-size: 1.6rem;
  }
  #profile{
  display: block;
  height:100%;
  }
  .text-r {
  margin-top: 30px;
  }
  footer .audiojs .play-pause {
   position: static;
   margin-bottom: 3px;
  }
  footer .audiojs .play {
    position: absolute;

  }
  footer {
   position: static!important;
   margin: 0 30px 30px;
  }
}
/*/////////////////////////////////////////////////////////
sp
/////////////////////////////////////////////////////////*/
@media screen and (max-width: 733px) {
  .pc{display: none!important;}
  .sp{display: block!important;}
  h1{
  position: static;
  font-size: 1.6rem;
  margin: 20px 20px 60px;
  }
  h1 > span{display: none;}
  #profile{
    height: 100%;
    margin: 0;
  }
  .text-l, .text-r{
    width: 100%;
    margin: 0;
    padding: 0 20px;
    display: block;
  }
  .text-r{
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 20px;
    display: block;
  }
  .profile{
    margin: 0 20px;
  }
  .tool{display: none;}
  footer {
    position: static;
    margin: 0 20px 20px;
  }
  footer .audiojs .play-pause {
    display: none;
  }
  /*slider*/
.slide-area{
  display: block;
  height: 200px!important;
  margin-bottom: 30px!important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0px!important;
  width: auto!important;
  height: 200px;
}

}