@charset "utf-8";

.Inpage_head {
  width: 100%;
  /*padding-top: 16.667%;*/
  height: 202px;
  position: relative;
  background: url(../img/goods/goods_bg.png) no-repeat center center / cover;
}

#goods .Inpage_head {
  margin-bottom: 23px;
}

.Inpage_logo {
  width: 287px;
  height: 138px;
  background: url(../img/common/logo.png)no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Inpage_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.disco_h2 {
  width: 160px;
  height: 45px;
  bottom: -22px;
  background: url(../img/discography/disco_logo.png) no-repeat center center / contain;
}

@media screen and (max-width:768px) {
  .Inpage_head {
    height: 300px;
    background: url(../img/goods/goods_bg_sp.jpg) no-repeat center center / cover;
  }

  #goods .Inpage_head {
    margin-bottom: 31px;
  }

  .Inpage_logo {
    width: 313px;
    height: 151px;
  }

  .news_h2 {
    width: 158px;
    height: 62px;
    bottom: -31px;
  }

  .goods_h2 {
    width: 212px;
    height: 92px;
    bottom: -44px;
  }
}

/* discographyTemplate * detail */
.discDetailWrap {
  width: 100%;
  background: url(../img/news/newslist_bg.png) no-repeat center top / 100%;
  padding-top: 6.2rem;
  min-height: calc(100vh - 225px);
  margin-bottom: 10rem;
  padding-bottom: 5rem;
}

.discDetail__titleWrap {
  width: 65rem;
  margin: 0 auto;
}

.discDetail__title {
  border-bottom: 2px solid #c3d82d;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #c3d82d;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.discDetail__title__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.55;
  letter-spacing: .1em;
  text-align: center;
}

.discDetail__title__text strong {
  display: block;
}

.oneDisc__flex {
  display: flex;
  justify-content: space-between;
}

.oneDisc__imageWrap {
  max-width: 25.5rem;
  min-width: 25.5rem;
  padding-right: 30px;
}

.oneDisc__image--img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.oneDisc__textWrap {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
}

.oneDisc__text__title {
  border-bottom: 1px solid #c3d82d;
  margin-bottom: 2rem;
  padding-bottom: .65rem;
  font-size: 20px;
  font-weight: bold;
}

.oneDisc__prdLists {
  margin-bottom: 2rem;
}

.oneDisc__prdLists__item {
  display: flex;
}

.oneDisc__linkLists {
  margin-top: 2rem;
}

.oneDisc__linkLists__item__link {
  display: block;
  background-color: #c3d82d;
  max-width: 280px;
  text-align: center;
  padding: .5rem 0;
  color: #222;
  text-decoration: none;
  margin: 1rem auto 0;
}

.oneDisc__prdLists__item__left {
  position: relative;
  margin-right: .5rem;
}

.oneDisc__prdLists__item__left::after {
  content: ':';
}

.oneDisc__text__comment {}

/* 追加スタイル */
.disco__in {
  max-width: 65rem;
  margin: 100px auto 0;
}

.disco__title {
  background: url(../img/tickets_logo.png) no-repeat center center / contain;
  height: 56px;
  margin-bottom: 56px;
}

.disco__title__ondemand {
  background: url(../img/streaming_logo.png) no-repeat center center / contain;
  height: 56px;
  margin-bottom: 56px;
}

.disco__content--each {
  margin-bottom: 40px;
}

.disco__content--title {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.disco__content--content {
  font-size: 18px;
  border: 2px solid #c3d82d;
  padding: 50px 35px 35px;
  background: rgba(195, 216, 45, 0.1);
  line-height: 2;
  margin-bottom: 80px;
  position: relative;
}

/* フッターだけテキスト左寄せにするための設定 */
.font-left {
  text-align: left;
}

.oneModalIn__cont {
  width: 800px;
  overflow: hidden;
  border: 1px solid #c3d82d;
  background-color: #000;
  padding: 30px;
}

/**
 * Shop
 */
.shopLists {
  /* max-width: 800px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shopLists__item {
  /* width: calc(25% - 10px); */
  margin: 0 5px 10px;
}

.shopLists__item img {
  /* max-width: 160px; */
}




/**
 * Download
 */
#bg-tp {
  background-color: #000;
}

.downloadLists {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.downloadLists__item {
  background-color: #fff;
  border-radius: 10px;
  width: 220px;
  margin: 0 10px 20px;
  padding: 20px;
}

.downloadLists__name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.downloadLists__img {
  text-align: center;
  margin-bottom: 12px;
}

.downloadLists__qr {
  text-align: center;
}

@media screen and (max-width:768px) {
  .downloadLists {
    padding: 50px 10px;
  }

  .downloadLists__item {
    width: calc(33% - 10px);
    margin: 0 5px 10px;
    padding: 10px;
  }

  .disco_h2 {
    width: 238px;
    height: 61px;
    bottom: -22px;
    background: url(../img/discography/disco_logo.png) no-repeat center center / contain;
  }

  .oneDisc__flex {
    display: block;
  }

  .oneDisc__text__title {
    position: absolute;
    top: 4rem;
    left: 4rem;
    width: 86%;
    font-size: 3rem;
    line-height: 1.8;
  }

  .oneDisc__imageWrap {
    max-width: 100%;
    margin: 8rem 0 4rem;
    padding-right: 0;
  }

  .oneDisc__image--imgWrap {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .disco__content--content {
    margin-bottom: 5rem;
  }

  .discDetail__title {
    font-size: 2.4rem;
  }

  .oneDisc__textWrap,
  .discDetail__title__text {
    text-align: left;
    font-size: 2.5rem;
  }

  .discDetail__titleWrap iframe,
  .discDetail__titleWrap img {
    display: block;
    margin: 0 auto;
  }

  .oneDisc__linkLists {
    margin-top: 5rem;
  }

  .oneDisc__linkLists__item__link {
    display: block;
    background-color: #c3d82d;
    max-width: 80%;
    text-align: center;
    padding: 1rem 0;
    color: #222;
    text-decoration: none;
    margin: 2rem auto 0;
    font-size: 3rem;
  }

  .oneModalIn__cont {
    width: 90%;
    margin: 0 auto;
  }

}

/* tagLists */
.tagLists,
.discList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.discList__item {
  width: calc(100% / 3);
  padding:0 10px 20px;

}

.discList__item:nth-child(4n) {
  margin-right: 0rem;
}

.discList__thumb {
  width: 100%;
  padding-top:100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.75);
}

.discList__thumbin {
  position: absolute;
  left:8px;
  top:8px;
  bottom:8px;
  right:8px;
  overflow: hidden;
  background:#c3d82d;
}
.discList__thumb img {
  object-fit: contain;
  width:100%;
  height:100%;
  display: block;
  /* max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}

.discList__title {
  text-align: center;
}

.discList__link {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
  text-decoration: none;
}

.discList__link img {
  transition: transform .5s ease-in-out;
}

.discList__link:hover img {
  transform: scale(1.1);
}

.tagLists__item {
  display: table;
  margin: 0 auto;
  font-size: 20px;
  height: 50px;
  transform: skew(-10deg);
  background: #000;
  margin-top: 40px;
  margin: 1.5rem 1rem;
}

.tagLists__link {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #c3d82d;
  color: #000;
  padding: 0 30px;
  text-shadow: none;
  font-weight: bold;
  text-decoration: none;
  transform: translate(-10px, -10px);
  transition: all 0.3s ease;
}

.tagLists__link:hover {
  transform: translate(-5px, -5px);
}

@media screen and (max-width:768px) {
  .tagLists {
    margin-bottom: 3rem;
  }

  .tagLists__item {
    margin-bottom: 2rem;
  }

  .discList__item {
    width: 50%;
    max-width: calc(50% - .5rem);
  }

  .discList__item:nth-child(2n) {
    margin-right: 0rem;
  }

  .discList__title {
    font-size: 2rem;
    text-align: center;
  }

}

/* toback */
.discDetail__toback {
  margin-top: 80px;
}

.discDetail__toback a {
  width: 300px;
  display: block;
  padding: 12px 0;
  margin: 0 auto 0;
  background-color: #c3d82d;
  text-align: center;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  transition: opacity .5s;
}

.discDetail__toback a:hover {
  opacity: .7;
}

@media screen and (max-width:768px) {
  .discDetail__toback a {
    width: 56%;
    max-width: auto;
    padding: 12px 0;
    font-size: 20px;
  }
}