@charset "UTF-8";
/* CSS Document */
.news {
  padding: 60px 0 100px;
}
@media (min-width: 769px) {
  .news {
    padding: 180px 0 100px;
  }
  h3 {
    margin-bottom: 100px;
  }
}
.news-item {
  width: 80%;
  max-width: 800px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #CDCDCD;
  margin: 15px auto 0;
}
.news-item-date {
  color: #F0A775;
  padding-bottom: 5px;
}
.news-item-info {
  color: #333333;
}
.news-detail-img {
  width: 80%;
  max-width: 800px;
  margin: 30px auto;
}
.news-detail-img.news-detail26-img {
  max-width: 300px;
}
.news-detail-img img {
  width: 100%;
  height: 100%;
}
.news-detail {
  width: 80%;
  max-width: 800px;
  text-align: left;
  margin: 30px auto 0;
}
.news-detail02 {
  width: 80%;
  max-width: 800px;
  text-align: left;
  margin: 20px auto 0;
}
.news-detail02_title {
  font-weight: 500;
}
.news-detail-item {
  width: 80%;
  max-width: 800px;
  text-align: left;
  margin: 20px auto 0;
}
.news-detail-link01-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.news-detail-link01 a {
  color: #F0A775;
}
.news-detail-link01 a:hover {
  opacity: 0.8;
}
.arrow {
  padding-left: 10px;
}
.arrow::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #F0A775;
  border-right: 2px solid #F0A775;
  margin-bottom: 2px;
}
.arrow.arrow-right::before {
  transform: rotate(45deg);
}
.news-detail-link02 {
  display: flex;
  justify-content: center;
  min-width: 240px;
  max-width: 300px;
  width: 60%;
  border-radius: 30px;
  background: #F0A775;
  margin: 50px auto 0;
  box-shadow: 0px 5px 15px 0px rgb(33 33 33 / 15%);
  transition-duration: .4s;
}
.news-detail-link02.rode {
  color: #FFFFFF;
  padding: 18px 20px;
  white-space: nowrap;
  cursor: pointer;
}
.news-detail-link02:hover {
  transform: scale(1.1);
}
.news-detail-link02 a {
  color: #FFFFFF;
  padding: 18px 20px;
  white-space: nowrap;
}
.news-detail-link02-arrow {
  display: inline-block;
  width: 14px;
  margin-left: 3px;
}
.news-list-link {
  display: flex;
  width: 180px;
  height: 40px;
  border: 1px solid #CDCDCD;
  margin: 100px auto 0;
  align-items: center;
}
.news-list-link a {
  color: #333333;
  width: 100%;
  padding: 8px 0;
}
.news-list-link a:hover {
  color: #F0A775;
}
.top-link {
  display: flex;
  width: 180px;
  height: 40px;
  border: 1px solid #CDCDCD;
  margin: 50px auto 0;
  align-items: center;
}
.top-link a {
  color: #333333;
  width: 100%;
  padding: 8px 0;
}
.top-link a:hover {
  color: #F0A775;
}
@media (min-width: 769px) {
  .news-detail-img {
    margin: 50px auto 0;
  }
  .news-detail {
    margin: 50px auto 0;
  }
  .news-detail-link01-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}
.news-detail-mailto {
  color: #F0A775;
}
/* DISCOの購入/再生リスト */
.batsu {
  display: block;
  position: absolute;
  top: 30px;
  right: 5%;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.batsu::before, .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 26px;
  background: #333333;
}
.batsu::before {
  transform: translate(-50%, -50%)rotate(45deg);
}
.batsu::after {
  transform: translate(-50%, -50%)rotate(-45deg);
}
.disco-item-detail-jacket11 ,.disco-item-detail-jacket12 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #333333;
  background-color: rgba(233, 233, 233, .95);
  z-index: 1000;
  padding: 50px 0;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.disco-detail-list {
  text-align: left;
  width: 300px;
  margin: 0 auto 20px;
}
.disco-detail-item {
  display: flex;
  width: 300px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 0 auto 30px;
}
.disco-detail-item:last-child {
  margin: 0 auto;
  transition-duration: .4s;
}
.disco-detail-item:hover:last-child {
  transform: scale(1.1);
}
.disco-detail-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #F0A775;
  font-size: 2.0rem;
}
.disco-detail-item-img {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 auto 30px;
  transition-duration: .4s;
}
.disco-detail-item-img:hover {
  transform: scale(1.1);
}
.disco-detail-item-img a {
  width: 100%;
  padding: 10px 50px;
}
.disco-detail-item-img img {
  height: 40px;
  max-height: 100%;
  max-width: inherit;
  margin: 0 auto;
}