#whatsnew {
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  #whatsnew {
    min-width: 0;
    font-size: 14px;
  }
}
#whatsnew .sp {
  display: none;
}
@media (max-width: 750px) {
  #whatsnew .sp {
    display: block;
  }
}
@media (max-width: 750px) {
  #whatsnew .pc {
    display: none;
  }
}
#whatsnew img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media  {
  #whatsnew img {
    image-rendering: -webkit-optimize-contrast;
  }
}
#whatsnew .width-wrapper {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #whatsnew .width-wrapper {
    max-width: 100%;
    padding: 0 25px;
  }
}
#whatsnew .width-wrapper .mainvisual {
  margin: 30px auto;
}
@media (max-width: 750px) {
  #whatsnew .width-wrapper .mainvisual {
    width: calc(100% + 50px);
    margin: 23px auto;
    margin-left: -25px;
  }
}
#whatsnew .width-wrapper .intro-title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.375;
  font-weight: normal;
}
@media (max-width: 750px) {
  #whatsnew .width-wrapper .intro-title {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
  }
}
#whatsnew .width-wrapper .intro-txt {
  font-size: 15px;
  line-height: 1.67;
}
@media (max-width: 750px) {
  #whatsnew .width-wrapper .intro-txt {
    font-size: 15px;
  }
}
#whatsnew .product-list {
  margin-top: 90px;
}
@media (max-width: 750px) {
  #whatsnew .product-list {
    margin-top: 55px;
  }
}
#whatsnew .product-list .product + .product {
  margin-top: 95px;
}
@media (max-width: 750px) {
  #whatsnew .product-list .product + .product {
    margin-top: 55px;
  }
}
#whatsnew .product-list .product-title {
  font-size: 25px;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 750px) {
  #whatsnew .product-list .product-title {
    font-size: 20px;
  }
}
#whatsnew .product-list .product-pic {
  margin: 20px auto 25px;
}
@media (max-width: 750px) {
  #whatsnew .product-list .product-pic {
    margin: 20px auto 13px;
  }
}
#whatsnew .product-list .product-pic img {
  display: block;
  margin: 0 auto;
}
#whatsnew .product-list .product-pic .skinPower {
  max-width: 80%;
}
@media (max-width: 750px) {
  #whatsnew .product-list .product-pic .skinPower {
    max-width: 100%;
  }
}
#whatsnew .product-list .product-txt {
  font-size: 15px;
  line-height: 1.67;
}
@media (max-width: 750px) {
  #whatsnew .product-list .product-txt {
    font-size: 15px;
  }
}
#whatsnew .product-list .itme_txt > .product-txt {
  margin-top: 15px;
}
#whatsnew .product-list .itme_txt .product-txt a {
  color: cornflowerblue;
  text-decoration: underline;
}
@media (any-hover: hover) {
  #whatsnew .product-list .itme_txt .product-txt a.purchase:hover {
    opacity: 0.8;
  }
}
#whatsnew .product-list .itme_txt + .itme_txt {
  margin-top: 50px;
}
#whatsnew .purchase + .product-info {
  margin-top: 20px;
}
#whatsnew .product .product-txt_titl {
  margin-top: 20px;
}
#whatsnew .boldtext {
  font-weight: bold;
}
#whatsnew .dataList {
  margin-top: 10px;
}
@media (max-width: 750px) {
  #whatsnew .dataList .dataList__inner {
    overflow-x: scroll;
  }
}
#whatsnew .dataList .dataList__inner .grid_box {
  display: grid;
  grid-template-columns: 10% 1fr 1fr 1fr 25%;
  grid-template-rows: auto;
  grid-template-areas: "place day time artist tel";
  line-height: 1.5;
  border-left: 1px solid;
}
@media (max-width: 750px) {
  #whatsnew .dataList .dataList__inner .grid_box {
    width: 650px;
  }
}
#whatsnew .dataList .dataList__inner .grid_box:first-child {
  border-top: 1px solid;
}
#whatsnew .dataList .dataList__inner .grid_box:not(:has(.tel)) {
  grid-template-columns: 10% 1fr 1fr 1fr;
  grid-template-areas: "place day time artist";
}
#whatsnew .dataList .dataList__inner .grid_box:not(:has(.tel)) .day {
  place-content: center;
  place-items: center;
  padding: 5px;
}
#whatsnew .dataList .dataList__inner .grid_box:not(:has(.tel)):not(:has(.artist)) {
  grid-template-columns: 10% 1fr 1fr;
  grid-template-areas: "place day time";
}
#whatsnew .dataList .dataList__inner .grid_box:not(:has(.tel)):not(:has(.artist)) .day {
  place-content: center;
  place-items: center;
  padding: 5px;
}
#whatsnew .dataList .dataList__inner .grid_box._nagoya {
  grid-template-columns: 28% 1fr 1fr 1fr;
}
#whatsnew .dataList .dataList__inner .grid_box .place {
  grid-area: place;
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding: 5px;
  place-content: center;
  place-items: center;
  background-color: #e9e9e9;
}
#whatsnew .dataList .dataList__inner .grid_box .day {
  grid-area: day;
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding: 5px 0 5px 12px;
}
#whatsnew .dataList .dataList__inner .grid_box .time {
  grid-area: time;
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding: 5px;
  place-content: center;
  place-items: center;
}
#whatsnew .dataList .dataList__inner .grid_box .artist {
  grid-area: artist;
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding: 5px;
  place-content: center;
  place-items: center;
}
#whatsnew .dataList .dataList__inner .grid_box .artist._name {
  padding: 5px 0 5px 35px;
  place-items: center stretch;
}
#whatsnew .dataList .dataList__inner .grid_box .tel {
  grid-area: tel;
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding: 5px;
  place-content: center;
  place-items: center;
  text-align: center;
}
#whatsnew .conditions {
  margin-top: 15px;
}
#whatsnew .conditions li {
  margin-top: 10px;
}
@media (max-width: 480px) {
  #whatsnew .conditions li {
    line-height: 1.5;
    text-indent: -1em;
  }
}
#whatsnew .notes {
  padding: 6rem 0 2rem;
}
#whatsnew .notes ul {
  line-height: 1.8;
}
@media (max-width: 480px) {
  #whatsnew .notes ul {
    line-height: 1.5;
  }
}
#whatsnew .notes ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 480px) {
  #whatsnew .notes ul li {
    font-size: 13px;
  }
}/*# sourceMappingURL=20250715_whatsnew_event.css.map */