/* ---------------------------------------------------- 

メインビジュアル

---------------------------------------------------- */
.section-mv{
  background-color: #28385e;
}

.section-mv::after{
  position: absolute;
  z-index: 1;
  right: 0;
  display: inline-block;
  width: 100px;
  height: auto;
  aspect-ratio: 168/198;
  content: "";
  transform: rotate(180deg);
  background: url(/img/common/bg-leaf_01.png) no-repeat;
  background-size: contain;
}
@media (min-width: 768px){
  .section-mv::after{
    width: 180px;
  }
}

.main-visual{
  position: relative;
  max-width: 1280px;
  height: 300px;
  margin: auto;
} 
@media (min-width: 768px){
  .main-visual{
    height: 480px;
  }
}

.main-visual__header{
  position: absolute;
  top: 43%;
  left: 16px;
  width: 100%;
  min-width: 10rem;
  max-width: 40%;
}
@media (min-width: 768px){
  .main-visual__header{
    left: 140px;
    min-width: 10rem;
    max-width: 20rem;
  }
}

.main-visual__header > img{
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0,.5));
}
@media (min-width: 768px){
  .main-visual__header > img{
    filter: drop-shadow(4px 4px 3px rgba(0, 0, 0,.5));
  }
}

.main-visual__header > span{
  display: block;
  color: #fff;
  font-size: .875rem;
  font-weight: normal;
}
@media (min-width: 768px){
  .main-visual__header > span{
    width: max-content;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.main-visual__image{
  width: 1280px;
  height: 300px;
  object-fit: cover;
  object-position: 40%;
}
@media (min-width: 768px){
  .main-visual__image{
    height: 480px;
  }
}



/* ---------------------------------------------------- 

ページ内リンク

---------------------------------------------------- */
.pageLinks{
  margin: 2rem .5rem;
}

.pageLinks__list{
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  max-width: 30rem;
  margin: auto;
}
@media (min-width: 768px){
  .pageLinks__list{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
}

@media (min-width: 768px){
  .pageLinks__item{
    width: 100%;
  }
}

.pageLinks__link{
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr max-content;
  align-items: center;
  width: 100%;
  min-height: 3.5rem;
  padding: 0 2rem;
  text-decoration: none;
  color: #28385e;
  border: solid 1px #28385e;
  border-radius: 9999px;
  background-color: #fff;
  font-weight: bold;
}@media (min-width: 768px){
  .pageLinks__link{
    font-size: 1.125rem;
  }
}



/* ---------------------------------------------------- 

別府葉子 CDアルバム

---------------------------------------------------- */
section{
  color: #28385e;
  scroll-margin-top: 50px;
}
@media (min-width: 768px){
  section{
    scroll-margin-top: 80px;
  }
}

section:not(:first-of-type){
  margin: 4rem 0 0 0;
}

.section__header{
  margin: 0 .5rem;
}
@media (min-width: 768px){
  .section__header{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.section__title{
  position: static;
  display: grid;
  grid-template-columns: max-content auto 1fr;
  align-items: center;
  font-size: 1.5rem;
}

.section__title > span{
  font-size: 1rem;
}

.section__title::before{
  width: 32px;
  height: auto;
  aspect-ratio: 11/30;
  margin-right: -0.5rem;
  content: "";
  background: url(/img/common/title_bg_mark.svg) no-repeat;
  background-size: contain;
}

.section__body{
  margin: 2rem 0.5rem 0;
}
@media (min-width: 768px){
  .section__body{
    margin: 2rem 0 0 0;
  }
}

.discography{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px){
  .discography{
    grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
    gap: 1.5rem 3rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 3rem 140px;
    background-color: #fff;
  }
}

.discography__caption{
  margin-top: .5rem;
  text-align: center;
  font-size: .875rem;
  font-weight: bold;
}

.details{
  margin: 5rem 0;
}
@media (min-width: 768px){
  .details{
    margin: 5rem auto 0;
  }
}

.details__header{
  text-align: center;
}
@media (min-width: 768px){
  .details__header{
    max-width: 1000px;
    margin: auto;
    text-align: left;
  }
}
.details__catch{
  font-size: 1.5rem;
  font-weight: bold;
}

.details__title{
  font-weight: bold;
}
@media (min-width: 768px){
  .details__title > span:first-of-type{
    color: #ff8484;
    font-size: 2.5rem;
  }
}

@media (min-width: 768px){
  .details__title > span:nth-of-type(2){
    color: #ff8484;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px){
  .details__title > span:nth-of-type(3){
    display: block;
    font-size: 1.5rem;
  }
}




.album{
  width: 100%;
  margin: 1rem auto 0;
  padding: 0 1rem;
}
@media (min-width: 768px){
  .album{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem 2rem;
    max-width: 1000px;
    margin: 2rem auto 0;
    padding: 0;
  }
}

@media (min-width: 768px){
  .album__figure{
    grid-column: 1 /2;
    grid-row: 1 / 6;
  }
}

.album__image{
  border-radius: 1.5rem;
}

.album__catch{
  margin: .5rem 0 0;
}
@media (min-width: 768px){
  .album__catch{
    margin: 0;
  }
}

.album__list{
  margin: .5rem 0 0;
}
@media (min-width: 768px){
  .album__list{
    margin: 0;
  }
}

.album__list > h3:not(:first-of-type){
  margin: .5rem 0 0;
}

.album__list > ul{
  padding-left: 1.5rem;
  list-style: disc;
}

.list__title{
  list-style: none;
  font-weight: bold;
}

.tracklist{
  margin-top: 1rem;
}
@media (min-width: 768px){
  .tracklist{
    margin: 0;
  }
}

.btn-tracklist{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 30rem;
  margin: auto;
  padding: 1rem;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #28385e;
}
@media (min-width: 768px){
  .btn-tracklist{
    max-width: 100%;
  }
}

.icn__modal{
  width: 14px;
  height: 10px;
  fill: #fff;
}

.modalWindow[open]{
  overflow: inherit;
  padding: 1rem;
  border: none;
}
@media (min-width: 768px){
  .modalWindow[open]{
    padding: 1.5rem;
  }
}

.modalWindow::backdrop{
  opacity: .5;
  background-color: #000;
}

.modalClose{
  position: absolute;
  top: -2rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  color: #28385e;
  border: none;
  padding: 0;
}
@media (min-width: 768px){
  .modalClose{
    top: -3rem;
    right: -3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
  }
}


.modalClose > svg{
  width: 24px;
  height: 24px;
}

.modalContainer{
  overflow-y: auto;
  max-height: 70vh;
}

.modalContainer > h3{
  grid-column: 1/2;
  grid-row: 1/2;
  padding: .25rem .5rem;
  border-left: solid 4px #28385e;
  font-size: 1.25rem;
}

.modalContainer > ol{
  grid-column: 1/3;
  grid-row: 2/3;
  padding-left: 1.5rem;
  list-style: decimal;
}

.modalContainer > ol > li{
  margin-top: 1rem;
  padding-left: .5rem;
}

.album__credit{
  max-width: 30rem;
  margin: 1rem auto 0;
  padding: 1rem;
  border: solid 1px #8396ab;
}
@media (min-width: 768px){
  .album__credit{
    max-width: 100%;
    margin: 0;
  }
}

.album__link{
  display: grid;
  justify-items: center;
  gap: .5rem;
  margin: 1rem 0 0 0;
}
@media (min-width: 768px){
  .album__link{
    margin: 0;
  }
}

.commentary{
  margin: 4rem 0 0 0;
  padding: 2rem 1rem;
  background: radial-gradient(#f3f5f6, #d6dced);
}
@media (min-width: 768px){
  .commentary{
    margin: 2rem 0 0 0;
  }
}

@media (min-width: 768px){
  .commentary > p{
    max-width: 1000px;
    margin: auto;
    line-height: 1.8;
  }
}

