@charset "UTF-8";

.pageContent-inner{
  max-width: 1000px;
}

.introText{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  line-height: 2;
}

.cpTitle{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.8rem;
  text-align: center;
  /* margin: 0 0 30px; */
  margin: 0 0 10px;
}
.cpPeriod{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

.cpStore-wrap{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpStore-wrap::after{
  content: "";
  display: block;
  width: 30%;
}
.cpStore{
  width: 30%;
  padding: 0 0 30px;
  margin-bottom: 50px;
}
.cpStore_image{
  width: 100%;
  aspect-ratio: 3 / 2;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  margin-bottom: 10px;
}
.cpStore_no-image{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.4rem;
  background-color: #c6c6c6;
}
.cpStore_tsutaya-hiroomote{
  background-image: url(images/tsutaya-hiroomote.jpg);
}
.cpStore_tsutaya-nakano{
  background-image: url(images/tsutaya-nakano.jpg);
}
.cpStore_ms-noshiro{
  background-image: url(images/ms-noshiro.jpg);
}
.cpStore_tsutaya-niida{
  background-image: url(images/tsutaya-niida.jpg);
}
.cpStore_sb-yabase{
  background-image: url(images/sb-yabase.jpg);
}
.cpStore_moa-katagami{
  background-image: url(images/moa-katagami.jpg);
}
.cpStore_moa-honjo{
  background-image: url(images/moa-honjo.jpg);
}

.cpStore_name{
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.cpStore p{
  font-size: 1.5rem;
}
.cpStore_title{
  font-weight: 700;
  margin-top: 15px;
}
.cpStore_text{
  line-height: 1.75;
}
.cpStore a{
  font-size: 1.5rem;
  text-decoration: underline;
}

.cpLibraryTable-wrap{
  width: 100%;
  overflow-x: scroll;
}
.cpLibraryTable{
  width: 100%;
  margin-top: 15px;
}
.cpLibraryTable th,
.cpLibraryTable td{
  font-size: 1.5rem;
  padding: 10px 15px;
  border: 1px solid #c6c6c6;
}
.cpLibraryTable th{
  background: #17715c;
  color:#fff;
}
.cpLibraryTable th:nth-child(1){
  width: 33%;
}
.cpLibraryTable th:nth-child(3){
  width: 249px;
}
.cpLibraryTable td{
  background: #fff;
}
.cpLibraryTable td a{
  text-decoration: underline;
  transition: .3s;
}
.cpLibraryTable td a:hover{
  opacity: .7;
}
.cpLibraryTable td a::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(images/icon_external.png);
  background-size: cover;
  margin-left: 5px;
}

@media screen and (max-width: 1000px) {
  .cpStore,
  .cpStore-wrap::after{
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .cpTitle{
    font-size: 2.2rem;
  }
  .cpPeriod{
    font-size: 1.8rem;
  }
  .cpStore,
  .cpStore-wrap::after{
    width: 100%;
    padding-bottom: 30px;
  }
  .cpStore_link li:not(:last-child){
    margin-bottom: 1em;
  }
  .cpLibraryTable{
    width: 800px;
  }
  .scrollText{
    margin-top: 1em;
    display: block;
  }
}
