@charset "UTF-8";

/*
* index
*/

/* メイン画像 */
.section-main-image {
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;

  .main-image {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;

    .mainImageSlide {
      .wrapMainImage {
        width: 100%;
        border-bottom: none;

        figure {
          margin: 0 auto;
          padding-top: 56%;
          width: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
        }
      }
    }
  }
}

/* Discography */
.section-discography {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--discography-background-color);
  article {
    text-align: center;
    /* アートワーク */
    figure {
      display: inline-block;
      margin-bottom: 0.8rem;
      img {
        width: 100%;
        max-width: 560px;
        height: auto;
      }
    }
    figcaption {
      line-height: 1.5;
      h3 {
        margin: 0 auto 16px auto;
        font-size: 24px;
        font-weight: bold;
        @media screen and (min-width:769px) {
          font-size: 32px;
        }
      }
      h4 {
        margin: 0 auto;
        font-size: 14px;
        font-weight: 300;
      }
    }
  }
}

/* Youtube */
.section-youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 128px;
  .swiper-slide {
    position: relative;
    padding-bottom: 37.143%;
    iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}

/* BIOGRAPHY */
.section-biography {
  position: relative;
}
