* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

}

* {
  font-family: "Expletus Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;


  font-family: "Bodoni MT";

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

* p {
  font-family: "Noto Serif JP";
}

:root {
  --main-bg-color: #bec9d6;
  --main-color: rgb(253, 252, 156);
  --main-text-color: #333;
  --secondary-color: rgb(99, 32, 32);
  /* overflow: hidden; */
}

* a {
  color: var(--main-text-color);
}

body {
  position: relative;
  display: block;
  /* overflow: hidden; */
  width: 100%;
  min-height: 100vh;
}

.container {
  padding: 0;
}


#splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
}

#splash_logo {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.fadeUp1{
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 50%;
  padding: 20px;
}

.fadeUp2 {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 50%;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
    transform: translateX(-200px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    transform: translateX(0px);
  }
}


header {
  display: flex;
  position: sticky;
  top: 0;
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 80px;
  justify-content: space-between;
  background-color: white;
  z-index: 10000;
  /* background-image: url(img/DSC1548SR2.png);s */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  box-shadow: 0px 1px 10px #000000;
}

.logoBox {
  display: inline-block;
  position: relative;
  width: auto;
  top: 3px;
  /* height: 86px; */
  /* justify-content: center; */
  /* align-items: center; */
  /* text-align: center; */
  padding: 0;
  margin: 0;
}

.logoBox a img {
  position: relative;
  margin-left: 5px;
  height: 90%;
  width: auto;
  vertical-align: middle;
}

.menuIcon {
  display: none;
  font-size: 40px;
  border: none;
}

#menuCheck {
  display: none;
  position: absolute;
  /* top: 150px; */
  right: 50px;
}

.menuText {
  font-size: 15px;
  display: none;
  position: fixed;
  margin-bottom: 0;
}

.newTitle {
  /* text-align: center; */
  display: flex;
  white-space: nowrap;
  padding: 0;
  width: 60%;
  /* margin: 2% auto; */
  height: 100%;
}

.newTitle h1 {
  font-family: "bodoni MT";
  font-size: 40px;
  margin: auto 0;
  padding: 0;
  display: inline;
  position: relative;
  /* bottom: 10px; */
  /* height: 86px; */
  vertical-align: middle;
  align-items: center;

}

.newTitle p {
  font-family: "bodoni MT";
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  height: 35px;
  top: 5px;
}


.newTitle h3 {
  position: relative;
  bottom: 5px;
}

.newTitle div {
  text-align: center;

}





.title {
  /* display: block; */
  /* background-color: #bec9d6; */
  position: relative;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  padding: 0.4em 0.4em;
  left: 0px;
  border-bottom: 1px solid #333;
}

.title::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 50px;
  padding: 0;
  margin: 0 5px 0 0;
  top: 10px;
  left: -2px;
  background-color: brown;
}

.breadcrumb {
  display: flex;
  position: sticky;
  width: 100%;
  height: 50px;
  vertical-align: bottom;
  align-items: flex-end;
  font-family: serif;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 5px 5px 5px;
  margin: 0 0 10px 0;
  /* text-align: center; */
  align-items: start;
  /* margin: 10px 0 100px 0;  */
  background-color: rgb(255, 255, 255);
  color: var(--main-text-color);
  left: 180px;
  top: 150px;
  z-index: 2000;
  border-bottom: 1px solid black;
}

.contentsWrapper {
  display: block;
  position: relative;
  /* width: 80%; */
  height: auto;
  margin: 0 auto;
  padding-bottom: 100px;

}

.contents {
  top: 0;
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  /* justify-content: center; */
  width: 90%;
  /* height: 100%; */
  margin: 0 auto;
  /* background-image: url(/img/musicLine.svg);
  background-attachment: fixed;
  background-size: 373px 89px;
  background-position: 0 165px; */
  /* background-repeat: repeat space; */
}

.titleDiv{
  width: 100%;
  height: 150px;
}


.mainContents {
  background-image: url(/img/musicLine.svg);
  background-attachment: fixed;
  background-size: 373px 89px;
  background-position: 0 165px;
  /* overflow: hidden; */
  position: relative;
  /* left: 55px;
  width: calc(100% - 55px); */
  /* min-height: 600px; */
  width: 100%;
  min-height: calc(100vh - 200px);
  height: 100%;
}





.menuContent {
  /* display: flex; */
  position: relative;
  /*もしくはsticky？*/
  height: 50px;
  /* left: 8px; */
  /* text-align: right; */
  width: auto;
  z-index: 9000;
  /* justify-content: center; */
  /* overflow: auto; */
  background-image: url(/img/musicLine.svg);
}



.menuContent ul {
  margin: 0;
  padding: 0;
  width: auto;
  display: flex;
  /* position: fixed; */
  /* top: 174px; */
  /* height: 100%; */
  /* overflow: auto; */

  /* padding-top: 10px; */
}

/* .menuContent ul::before{
  content: "";
  display: inline-block;
  height: 50px;
  width: 35px;
  background-image: url(/img/g_clef.svg);
  background-repeat: no-repeat;
  background-size: contain;
} */

.menuContent ul li {
  display: flex;
  position: relative;
  height: 51px;
  width: auto;
  background-size: 450px 110px;
  background-repeat: repeat space;
  align-items: center;
  /* border: 1px solid var(--main-bg-color); */
  /* left: -1px; */
  /* top: -10px; */
  /* text-align: right; */

  /* background-color: rgba(255, 255, 255, 0.6); */

  /* margin-bottom: 38px; */
}

.menuContent img {
  display: inline-block;
  position: relative;
  width: 35px;
  top: 4px;
  left: 4px;
  opacity: 0.6;
}

.menuContent ul li:not(:last-child)::after {
  content: "";
  background-color: var(--main-bg-color);
  opacity: 0.4;
  width: 1px;
  height: 50px;

}

.menuContent ul li:nth-last-child(1)::after {
  content: "";
  background-image: url(/img/repeat.svg);
  width: 20px;
  height: 50px;
  background-repeat: no-repeat;
  background-color: none;
  background-size: cover;
  opacity: 0.6;
}

.menuContent ul li button {
  display: flex;
  height: 10%;
  width: auto;
  padding: 0px 10px;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-weight: 450;
  font-size: 17px;
  color: #333;
  margin: 0px 8px;
  background-color: rgba(255, 255, 255, 1);
  /* text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF; */
}






.menuButton {
  display: inline-block;
  width: 150px;
  text-align: center;
  height: 100%;

  /* font-family: serif; */
  font-weight: 550;
}


.menuContent ul li:nth-child(4) button,
.menuContent ul li:nth-child(5) button,
.menuContent ul li:nth-child(6) button{
  text-decoration: line-through;
  color: #33333362;
}


.nav-link.active {
  /* color: black; */
  font-weight: 800;
  text-decoration: underline;
  /* font-family: sans-serif; */
  /* border: 1px solid #98a6b573; */
  font-size: larger;
}


.newInfo h4 {
  padding: 0;
  margin: 0;
}

.newInfoUl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.newInfoUl li {
  display: flex;
  margin: 15px 0;
  height: 33px;
  align-items: center;
  position: relative;
  left: 10px;
  width: auto;
}

.newInfoUl li::before {
  content: "";
  display: inline-block;
  position: relative;
  border-left: 8px solid var(--secondary-color);
  width: 5px;
  height: 27px;
  left: -10px;
}

.labelNewInfo {
  font-size: 14px;
  font-weight: 480;
  width: 80px;
  height: 27px;
  padding: 3px;
  color: white;
  display: inline-block;
  margin-left: 5px;
  background-color: var(--secondary-color);
  /* border: 1.5px solid var(--secondary-color); */
  text-align: center;
  text-align-last: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.newInfoUl li .dateNewInfo {
  /* margin-right: 10px; */
  margin-left: 0px;
}

.subtitle {
  margin: 0;
  padding: 0 10px;
  background-color: blanchedalmond;
  display: inline-block;
  position: relative;
  width: 100%;

}

.carousel-item {
  /* width: 600px;
  height: 300px; */
  background-color: #f8ffb8;
  text-align: center;
  margin: 0 auto;
}

.carousel-item img {
  width: 100%;
  height: auto;
}




footer {
  background-color: rgb(99, 32, 32);
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  color: white;
  justify-content: space-around;
  width: 100%;
  height: auto;
  /* margin-top: 50px; */
  align-items: center;
  z-index: 5000;
}

footer div {
  display: block;
  text-align: center;
  margin: auto;
  padding: 0;
}

footer div a {
  color: white;

}

footer div p {
  padding: 0;
  margin: 0;

}

@media all and (max-width: 1150px) {
  header {
    margin: 0;
    /* padding:0; */
  }

  .logoBox a img {
    width: 85%;
  }

  .menuContent ul {
    display: none;
    position: relative;
    right: -205px;
  }

  #hamburger {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: -5px;
    right: 0px;
    width: auto;
    height: auto;
    z-index: 10000;
  }


  .menuText {
    display: inline-block;
    position: relative;
    /* margin-bottom: 10px; */
    right: 0px;
    top: 5px;
    font-size: 13px;
  }

  .menuIcon {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: -10px;
    font-size: 40px;
    font-weight: 200;
    right: 0;
    z-index: 3000;
  }



  #menuCheck:checked~ul {
    top: 70px;
    right: 0px;
    width: 200px;
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 93000000000;
    /* padding-left: 5px; */
    padding-right: 0;
    box-shadow: 1px 1px 2px black;
  }

  .menuContent img {
    display: none;
    position: relative;
    width: 35px;
    top: 4px;
    left: 4px;
    opacity: 0.6;
  }

  .menuContent ul li:not(:last-child)::after {
    content: "";
    background-color: var(--main-bg-color);
    opacity: 0;
    width: 0px;
    height: 0px;
  }

  /* .menuContent ul li{
    border-bottom: 1px solid #333;

  } */


  .menuContent ul li:nth-last-child(1)::after {
    content: "";
    background-image: none;
    width: 0px;
    height: 0px;
  }

  .menuContent ul li {
    height: 100px;
  }


  .menuContent ul li button {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0px 10px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    font-family: "Noto Sans JP";
    font-weight: 450;
    font-size: 17px;
    border-bottom: 1px solid #333;
    color: #333;
    margin: 0px;
    background-color: rgba(255, 255, 255, 1);
    /* text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF; */
  }

}





@media all and (max-width: 700px) {
#splash_logo{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
}
.fadeUp1
{
  width: 70%;
  position: relative;
  /* left: 30px; */
  margin: 30px;
}


  .fadeUp2 {
    width: 100vw;
  }

  .title {
    font-size: 15.5px;
    height: 35px;
    border-bottom: 1px solid #333;
    background-color: white;
  }

  .title::before {
    height: 33px;
    top: 2px;
    width: 7px;
    left: -5px;
  }





  /* 
  .menuContent ul li {
    background-color: rgb(226, 29, 29);
  } */

  .mainContents {
    width: 100%;
    margin: 0;
    /* height: 700px; */
  }


  .mainContents,
  .contentsWrapper {
    padding: 4px 6px 90px 6px;
    left: 0;
    width: 100%;

  }

  .breadcrumb {
    position: sticky;
    top: 0px;
  }


  .profile {
    display: block;
    position: relative;
  }

  .basicProfile {
    justify-content: center;
    /* height: auto; */

  }



  .otherProfile {
    display: block;
  }

  .officialPosition {
    width: 100%;
  }

  .instruments {
    width: 100%;
  }

  .newInfoUl li {
    margin-top: 0;
    display: inline-block;
    top: -20px;
    margin-left: 0px;
  }

  .newInfoUl li::before {
    top: 32px;
    height: 27px;
  }

  .newInfo ul li .dateNewInfo {
    margin-left: 5px;
  }

  .newInfo ul li .contentNewInfo {
    margin-left: 5px;
  }
}