@charset "UTF-8";
/* CSS Document */

body{
    margin-left: 5%;
    margin-right: 5%;
}

.container-fluid {
  width: 100%;
  padding: 0 !important;
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#playergraphy {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: medium;
}

.menularge{
    position: absolute;
    right: 0;
    bottom: 0;
}


.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.firstcontent{ display: -webkit-box; display: -ms-flexbox; display: flex;
    margin-bottom: 20px;
}

.sociallink-item{
	margin-right: 10px;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .firstcontent,.sociallinks 
    {display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
    }
}


.name{
    color: #000000;
}

.credit{
    color: #747474;
}

.biography{
    font-size: medium;
}


.information{
    margin-bottom: 2em;
    text-align: center;
}



ul.secondcontent li{
        margin-top: 2em;
        margin-bottom: 2em;
    }

.description{
        font-size: small;
    margin-bottom: 2em;
    }

.embedbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
    margin-bottom: 40px;
}

.permapage{
    margin-bottom: 40px;
}


/*navigate*/

.nav-button {
  display: none; }

.navpg a {
  font-size: 14px;
}

.navpg li {
  display: inline-block;
  margin: 0 15px;}

.nav-wrap.open {
  display: block; }

.nav-wrap.close {
  display: none; }

@media screen and (min-width: 769px) {
  .nav-wrap {
    display: block !important; } }
.content {
  padding: 20px; }

@media screen and (max-width: 768px) {
  .nav-button {
    display: block;
    cursor: pointer; }

  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    margin-top: 80px;
    }

    .nav-wrap .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto; }
    .nav-wrap li {
      display: block;
      margin: 2em; }
      .nav-wrap li a {
        color: #fff;
        font-size: 18px; }

  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px; }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px; }

  .nav-button span:nth-of-type(1) {
    top: 0; }

  .nav-button span:nth-of-type(2) {
    top: 16px; }

  .nav-button span:nth-of-type(3) {
    bottom: 0; }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg); }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0; }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg); } }


/*レスポンシブカルーセル*/

@media only screen and (max-width: 400px){
.photopg{
    width: 325px;
    height: 325px;
    }}

@media only screen and (min-width: 401px){
.photopg{
    width: 350px;
    height: 350px;
    }}

