@charset "UTF-8";
/* CSS Document */
body {
  background-image: url("../image/bg/profile-bg.png"); /*固定する背景画像*/
  text-align: center;
  background-attachment: fixed; /*背景画像を固定したままにするかしないか*/
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover; /*背景画像のサイズを指定*/
  margin: 0;
}
.background-sub {
  position: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  animation-name: background-sub;
  animation-duration: 15s; /* 5秒間で表示 */
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes background-sub { /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.25;
  }
  25% {
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 0.75;
  }
  80% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
.background-sub__02 {
display: none;
}
.main {
  padding: 80px 0;
}
@media(min-width: 1000px) {
  .section-top {
    padding-top: 80px;
    margin-bottom: 20px;
  }
}
.section-profile {
  background-color: rgba(46, 46, 46, 0.4);
  color: rgba(255, 255, 255);
  width: 40%;
  margin: 0px auto 370px;
	padding: 5px 10px 10px;
  opacity: 0;
  animation-name: fade;
  animation-delay: 1.3s;
  animation-duration: 2.0s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.section-profile__border {
  margin: 0.5em auto;
  padding: 0.5em;
   width: 100%;
	  height:98%;
  border: 1px solid #fff; /* 枠線 */
}
.section-profile__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 13px 10px 5px;
  text-align: center;
}
.section-profile__text p {
  padding: 0px 15px 15px;
  text-align: left;
	margin:0;
}
@media(max-width:400px) {
  body:before {
    background-image: url("../image/bg/profile-mobile_bg.png"); /*固定する背景画像*/
       text-align: center;
    background-size: cover; /*背景画像のサイズを指定*/
/*	  background-position: bottom;*/
	  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  }
	.background-sub  {
  display:none;
}
	.background-sub__02 {
		display: block;
  position: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  animation-name: background-sub;
  animation-duration: 15s; /* 5秒間で表示 */
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
  .section-profile {
    width: 63%;
    margin: 10px auto 300px;
    padding: 5px 10px 10px;
  }
  .section-profile__image img {
    width: 100%;
    margin: 0 auto;
  }
  .section-profile__text p {
    padding: 5px 0 10px;
    font-size: 1.4rem;
  }
}
.section-artistphoto {
  background-color: rgba(46, 46, 46, 0.4);
  color: rgba(255, 255, 255);
  width: 40%;
  margin: 200px auto 450px;
  padding: 5px 10px ;
opacity: 0;
  transition: all 0.7s;
	
}
.section-artistphoto.fadein {
  opacity: 1;
  transform: translateY(-120px);
}
.section-artistphoto__border {
  margin: 0.5em auto;
  padding: 0.5em 0.5em 2.5em ;
   width: 100%;
	  height:98%;
  border: 1px solid #fff; /* 枠線 */
}
.section-artistphoto h2{
	 font-family: "Adobe Caslon Pro";
	font-size:3.0rem;
	margin: 0;
	padding:20px 5px 10px;
}
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bxslider{
	width: 100%;
	margin: 0 auto;
}
.bxslider li img{
width: 100%;
	height: auto;
}

.bxslider  {
	left: 0;
	top: 0;
	color: #fff;
}
.siyu-sns ul{
	display: flex;
justify-content: center;
	 list-style-type: none;
	align-items: center;
	padding-left: 0;
	margin-top:5px;
}
.siyu-sns ul li {
	width: 20px;
	text-align: center;
	margin:5px 25px 5px;
}
.siyu-sns ul li img{
	width:100%;
}
.siyu-sns ul li a{
	display:block;
}
.siyu-sns ul li a:hover img {
  transform: translate3d(0, 6px, 0);
  color: #fff;;
  box-shadow: none;
  
}
.kyrieley-sns ul{
display: flex;
	justify-content: space-around;
	text-decoration: none;
	 list-style-type: none;
	align-items: center;
	padding-left: 0;
	width:100%;
	margin:5px 10% 5px;
}
.kyrieley-sns ul li
{
	font-family: "Adobe Caslon Pro";
	width:50%;
}
.kyrieley-button{
	text-decoration: none;
}
.kyrieley-button p{
	font-size:1.8rem;
	color: #fff;
	top:160px;
	
}
.kyrieley-button p:hover {
  transform: translate3d(0, 2px, 0);
  color: #fff;;
  box-shadow: none;
  
}

.kyrieley-sns ul li img{
	width:19px;
}
.kyrieley-sns ul li a{
	display:block;
}
.kyrieley-sns ul li a:hover img {
  transform: translate3d(0, 2px, 0);
  color: #fff;;
  box-shadow: none;
  
}
.section-artistphoto .bx-wrapper .bx-pager {
	padding-top:0;
}

@media(max-width:400px) {
  .section-artistphoto {
    width: 63%;
    margin: 200px auto 350px;
    padding: 1px 7px;
  }
	.section-artistphoto h2{
	font-size:2.0rem;
	margin: 0;
	padding:10px 5px 10px;
}
	.kyrieley-button p{
	font-size: 1.4rem;
}
}
.section-music {
  background-color: rgba(46, 46, 46, 0.4);
  color: rgba(255, 255, 255);
   width: 45%;
  margin: 120px auto 175px;
  padding: 5px 10px 10px;
opacity: 0;
  transition: all 0.7s;
}
.section-music.fadein {
  opacity: 1;
  transform: translateY(-110px);
}
.section-music__text {
  margin: 0.5em auto;
  padding: 0.5em;
  width: 100%;
  border: 1px solid #fff; /* 枠線 */
}
.section-music__text p {
  padding: 10px 15px;
  text-align: left;
}
@media(max-width:400px) {
  .section-music {
    width: 63%;
    margin: 50px auto 300px;
    padding: 1px 7px ;
  }
	.section-music.fadein {
  opacity: 1;
  transform: translateY(-80px);
}
  .section-music__text h3 {
    padding: 5px;
    font-size: 1.5rem;
  }
  .section-music__text p {
    font-size: 1.4rem;
  }
}