@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Roboto+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  line-height: 1.56;
  padding: 0;
  background-color: #fff;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 769px) {
  .header {
    height: 8rem;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 950px;
    width: 100%;
    margin: auto;
  }
}

.nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 769px) {
  .nav-button {
    display: none;
  }
}

.sp-nav {
  position: absolute;
  width: 100%;
  height: 25rem;
  Z-index: 1000;
  top: 5rem;
  left: 0;
  display: none;
  background-color: rgba(144, 60, 60, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-nav-list {
  position: absolute;
  list-style: none;
  padding-left: 0;
  left: 50%;
  top: calc(50% - 50px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 6rem;
  margin-bottom: 6rem;
}

li {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0;
}

li:last-child {
  margin-bottom: 0;
}

.pc-nav {
  display: none;
}

@media (min-width: 769px) {
  .pc-nav {
    display: block;
  }
}

.pc-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  list-style: none;
}

.pc-nav-list li {
  margin: 0 auto;
  padding-left: 4rem;
  font-size: 2rem;
}

.main-cover {
  position: relative;
}

.main-cover img {
  position: relative;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 769px) {
  .main-cover img {
    height: 80rem;
  }
}

.main-catch {
  width: 100%;
}

.catch-a {
  position: absolute;
  bottom: 10rem;
  right: 2rem;
  font-size: 2.4rem;
  color: #fff;
}

@media (min-width: 769px) {
  .catch-a {
    bottom: 14rem;
    right: 20rem;
    font-size: 5rem;
  }
}

.catch-b {
  position: absolute;
  bottom: 4rem;
  right: 2rem;
  font-size: 3.6rem;
  color: #fff;
}

@media (min-width: 769px) {
  .catch-b {
    bottom: 3rem;
    right: 20rem;
    font-size: 8rem;
  }
}

.main-cover-row {
  position: relative;
}

.main-cover-row img {
  position: relative;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 769px) {
  .main-cover-row img {
    height: 50rem;
  }
}

.main-catch-row {
  width: 100%;
}

.main-catch-row {
  width: 100%;
}

.catch-a-row {
  position: absolute;
  bottom: 1rem;
  right: 4rem;
  font-size: 3.6rem;
  color: #fff;
}

@media (min-width: 769px) {
  .catch-a-row {
    bottom: 4rem;
    right: 4rem;
    font-size: 5rem;
  }
}

.footer {
  background-color: #030303;
  height: 5rem;
}

@media (min-width: 769px) {
  .footer {
    height: 6rem;
    margin: 0 auto;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP';
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) {
  .copyright {
    font-size: 1.4rem;
  }
}

.container {
  margin: 0 2rem;
}

@media (min-width: 769px) {
  .container {
    max-width: 750px;
    margin: 0 auto;
    background-color: #f1f0e9;
  }
}

.bio-menu {
  padding-top: 10rem;
}

@media (min-width: 769px) {
  .bio-menu {
    padding-top: 17rem;
  }
}

.bio-menu1 {
  padding-top: 10rem;
}

@media (min-width: 769px) {
  .bio-menu1 {
    padding-top: 17rem;
  }
}

.bio-menu2 {
  padding-top: 10rem;
}

@media (min-width: 769px) {
  .bio-menu2 {
    padding-top: 17rem;
  }
}

.bio-menu1 img {
  height: 20rem;
  width: 100%;
}

@media (min-width: 769px) {
  .bio-menu1 img {
    height: 50rem;
  }
}

.bio-menu2 img {
  height: 20rem;
  width: 100%;
}

@media (min-width: 769px) {
  .bio-menu2 img {
    height: 50rem;
  }
}

.bio-menu {
  position: relative;
}

.bio-menu img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .bio-menu img {
    height: 50rem;
  }
}

.bio-menu .biography {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
  font-size: 2.4rem;
}

@media (min-width: 769px) {
  .bio-menu .biography {
    font-size: 5rem;
    right: 10rem;
  }
}

.bio-menu1 {
  position: relative;
  width: 100%;
}

.bio-menu1 .works {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
  font-size: 2.4rem;
}

@media (min-width: 769px) {
  .bio-menu1 .works {
    font-size: 5rem;
    right: 10rem;
  }
}

.bio-menu2 {
  position: relative;
  width: 100%;
}

.bio-menu2 .score {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
  font-size: 2.4rem;
}

@media (min-width: 769px) {
  .bio-menu2 .score {
    font-size: 5rem;
    right: 10rem;
  }
}

.info-bottom {
  height: 10rem;
  background-color: #903c3c;
}

@media (min-width: 769px) {
  .info-bottom {
    height: 15rem;
  }
}

.composer-mail {
  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;
}

@media (min-width: 769px) {
  .composer-mail {
    padding-top: 2rem;
    margin-bottom: 2.5rem;
  }
}

.composer-mail p {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .composer-mail p {
    font-size: 1.5rem;
  }
}

.composer-mail i {
  margin-top: 2rem;
  margin-right: 0.8rem;
  color: #fff;
  font-size: 1.1rem;
}

@media (min-width: 769px) {
  .composer-mail i {
    font-size: 1.5rem;
  }
}

.sns-section {
  margin-top: 1rem;
}

.nav-sns2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.nav-sns2 a {
  color: #030303;
}

.nav-sns2 li {
  list-style: none;
}

.nav-sns2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.nav-sns2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2em;
  background-color: #bcbcb5;
  border-radius: 50%;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) {
  .nav-sns2 li {
    width: 4rem;
    height: 4rem;
    font-size: 1.2em;
  }
}

.nav-sns2 li:first-child {
  margin-right: 1rem;
}

.nav-sns2 li:last-child {
  margin-left: 1rem;
}

.info-bottom-row {
  height: 25rem;
  background-color: #903c3c;
}

@media (min-width: 769px) {
  .info-bottom-row {
    height: 15rem;
  }
}

.score-info-bottom-ps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding-top: 5rem;
}

@media (min-width: 769px) {
  .score-info-bottom-ps {
    display: none;
  }
}

.score-info-bottom-ps p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 2rem;
  text-align: center;
}

@media (min-width: 769px) {
  .score-info-bottom-ps p {
    display: none;
  }
}

.score-info-bottom-pc {
  display: none;
}

@media (min-width: 769px) {
  .score-info-bottom-pc {
    display: block;
    position: relative;
    background-color: #030303;
    height: 15rem;
  }
}

.score-info-bottom-pc p {
  display: none;
}

@media (min-width: 769px) {
  .score-info-bottom-pc p {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

.sns-view {
  display: none;
  margin-top: 10rem;
}

@media (min-width: 769px) {
  .sns-view {
    display: none;
  }
}

.youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 7rem;
  padding-bottom: 56.25%;
  margin-bottom: 2rem;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.works-row {
  margin: 0 2rem;
}

@media (min-width: 769px) {
  .works-row {
    max-width: 800px;
    margin: 0 auto;
  }
}

.works-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .works-title {
    margin-top: 4rem;
  }
}

.works-title h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .works-title h2 {
    font-size: 4rem;
  }
}

.works-list-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 769px) {
  .works-list-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.works-list > :nth-child(odd) {
  background: #f1f0e9;
}

.works-list > :nth-child(even) {
  background: #fff;
}

.works-list-line p {
  margin: 0 auto;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .works-list-line p {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
  }
}

.works-list-line .date {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .works-list-line .date {
    width: 100%;
    text-align: right;
    padding-right: 2rem;
  }
}

.about-row {
  margin: 0 2rem;
}

@media (min-width: 769px) {
  .about-row {
    max-width: 900px;
    margin: 0 auto;
  }
}

.about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .about-title {
    margin-top: 7rem;
  }
}

.about-title h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .about-title h2 {
    font-size: 4rem;
  }
}

.about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #030303;
}

@media (min-width: 769px) {
  .about-info {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

.about-info-a p {
  font-size: 1.6rem;
  color: #fff;
}

@media (min-width: 769px) {
  .about-info-a p {
    font-size: 1.5rem;
  }
}

.about-info-a p:first-child {
  font-size: 2rem;
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .about-info-a p:first-child {
    font-size: 3.6rem;
  }
}

.about-info-a p:nth-child(2) {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 0;
}

@media (min-width: 769px) {
  .about-info-a p:nth-child(2) {
    margin-bottom: 7rem;
  }
}

.about-info-a p:nth-child(4) {
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 5rem;
  font-size: 2rem;
  color: #903c3c;
  font-style: italic;
}

.works-box {
  background-color: rgba(144, 60, 60, 0.7);
  padding-top: 3rem;
  margin-top: 5rem;
}

.title-works-main {
  font-size: 1.2rem;
  padding-bottom: 3rem;
  border-bottom: 1.5px #f1f0e9 solid;
}

@media (min-width: 769px) {
  .title-works-main {
    font-size: 1.5rem;
  }
}

.works-box h2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
  width: 50%;
  color: #fff;
  font-size: 1.5rem;
}

.works-box .mandoline {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding-top: 3rem;
  width: 50%;
  color: #fff;
  font-size: 1.4rem;
  border-top: 1.5px #f1f0e9 solid;
}

@media (min-width: 769px) {
  .works-box .mandoline {
    font-size: 1.7rem;
  }
}

.works-box h3 {
  margin: 0 auto;
  text-align: center;
  width: 50%;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #fff;
}

@media (min-width: 769px) {
  .works-box h3 {
    font-size: 1.5rem;
  }
}

.works-box p {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #fff;
}

@media (min-width: 769px) {
  .works-box p {
    font-size: 1.5rem;
  }
}

.works-box p:last-child {
  margin: 0 auto;
  text-align: center;
  width: 50%;
  margin-bottom: 6rem;
  padding-bottom: 4rem;
  border-bottom: 1.5px #f1f0e9 solid;
}

.pub-info {
  background-color: #bcbcb5;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pub-info h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 50%;
  font-size: 1.5rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1.5px #f1f0e9 solid;
}

@media (min-width: 769px) {
  .pub-info h2 {
    font-size: 1.7rem;
  }
}

.pub-info p {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.1rem;
}

@media (min-width: 769px) {
  .pub-info p {
    font-size: 1.5rem;
  }
}

.score-row {
  margin: 0 2rem;
}

@media (min-width: 769px) {
  .score-row {
    max-width: 650px;
    margin: 0 auto;
  }
}

.score-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 769px) {
  .score-title {
    margin-top: 7rem;
  }
}

.score-title h2 {
  font-size:4rem;
  font-weight: 400;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .score-title h2 {
    font-size: 2.4rem;
  }
}

.pagenation {
  margin: 0 auto;
  padding: 0;
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .pagenation {
    margin: 0 auto;
    padding: 0;
    margin-top: 2rem;
  }
}

.pagenation li {
  display: inline-block;
  color: #f1f0e9;
  padding: 0.5rem 0.5rem;
  border: 1px #903c3c solid;
  color: #903c3c;
  border-radius: 0.5rem/0.5rem;
  margin: 0;
}

@media (min-width: 769px) {
  .pagenation li {
    display: inline-block;
    color: #f1f0e9;
    padding: 1rem 1.5rem;
    border: 1px #903c3c solid;
    color: #903c3c;
    border-radius: 0.5rem/0.5rem;
  }
}

.pagenation .this {
  background-color: #bcbcb5;
  color: #903c3c;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .pagenation .this {
    font-size: 1rem;
  }
}

.pagenation .pre {
  background-color: #903c3c;
  color: #f1f0e9;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .pagenation .pre {
    font-size: 1rem;
  }
}

.pagenation a {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .pagenation a {
    font-size: 1rem;
  }
}

.pagenation .this {
  background-color: #903c3c;
  color: #bcbcb5;
}

.pagenation li a {
  display: block;
  text-decoration: none;
  color: #903c3c;
}

.pagenation li a:hover {
  color: #bcbcb5;
  text-decoration: none;
}

.score-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.score-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px #903c3c solid;
  background: #f1f0e9;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 769px) {
  .score-line {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.score-line:first-child {
  border-top: 1px  #903c3c solid;
}

.list-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.score-line p {
  font-size: 1rem;
  color: #903c3c;
  margin: 0;
}

@media (min-width: 769px) {
  .score-line p {
    font-size: 1.5rem;
    padding-left: 2rem;
  }
}

.score-line .c-title {
  font-size: 1.4rem;
  color: #903c3c;
  margin: 0;
}

@media (min-width: 769px) {
  .score-line .c-title {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}

.button {
  width: 8rem;
  height: 2rem;
  font-size: 0.7rem;
  display: block;
  text-align: center;
  padding: 10px 0 10px;
  color: #ffffff;
  background-color: #903c3c;
  border-radius: 1.2rem;
  margin-left: 1rem;
}

@media (min-width: 769px) {
  .button {
    width: 8rem;
    height: 2rem;
    font-size: 1rem;
    padding: 10px 0 10px;
    border-radius: 1.5rem;
  }
}

.button-Icon {
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */