@charset "UTF-8";
#concertgoods .modalBtn {
  cursor: pointer;
}
#concertgoods .modalWrap {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 20px 40px;
  overflow-y: scroll;
  transition: z-index 0s .5s, opacity .5s;
  opacity: 0;
}
#concertgoods .modalWrap.open {
  z-index: 7700;
  opacity: 1;
  transition: z-index 0s, opacity .5s;
}
#concertgoods .modalWrap.display {
  display: block;
}
@media only screen and (max-width: 700px) {
  #concertgoods .modalWrap {
    padding: 50px 20px 20px;
  }
}
#concertgoods .modalWrap::after {
  content: "";
  position: fixed;
  z-index: 7002;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
#concertgoods .modalWrap .modalInner {
  position: relative;
  z-index: 7003;
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #concertgoods .modalWrap .modalInner {
    margin-top: 0;
  }
}
#concertgoods .modalWrap .modalInner .modalCloseCrossBtn {
  position: absolute;
  z-index: 7004;
  top: -55px;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .modalWrap .modalInner .modalCloseCrossBtn {
    top: -38px;
    width: 35px;
    height: 35px;
  }
}
#concertgoods .modalWrap .modalInner .modalCloseCrossBtn::before, #concertgoods .modalWrap .modalInner .modalCloseCrossBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 5px;
  background: #fff;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 700px) {
  #concertgoods .modalWrap .modalInner .modalCloseCrossBtn::before, #concertgoods .modalWrap .modalInner .modalCloseCrossBtn::after {
    width: 35px;
    height: 3px;
  }
}
#concertgoods .modalWrap .modalInner .modalCloseCrossBtn::before {
  transform-origin: center;
  transform: rotate(45deg) translate(-1px, -1px);
}
#concertgoods .modalWrap .modalInner .modalCloseCrossBtn::after {
  transform-origin: center;
  transform: rotate(-45deg) translate(1px, -1px);
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox {
  max-width: 920px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 30px 50px;
  background: #fff;
  position: relative;
  z-index: 7004;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox {
    width: 100%;
    padding: 20px 15px 30px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.new {
  position: relative;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.new {
    padding-top: 30px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.new::before {
  content: "NEW";
  position: absolute;
  z-index: 2;
  background: #db3930;
  color: #fff;
  width: 85px;
  height: 45px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.new::before {
    width: 60px;
    height: 28px;
    font-size: 12px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.sale {
  position: relative;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.sale {
    padding-top: 30px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.sale::after {
  content: "SALE";
  position: absolute;
  z-index: 2;
  background: #ffeb42;
  color: #333;
  width: 150px;
  height: 50px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: "GenJyuuGothic-bold", sans-serif;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.sale::after {
    width: 100px;
    height: 28px;
    font-size: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.accepting {
  position: relative;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.accepting {
    padding-top: 30px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.accepting::after {
  content: "予約受付中・送料無料";
  position: absolute;
  z-index: 2;
  background: #fa7930;
  color: #fff;
  width: 240px;
  height: 45px;
  top: 0;
  left: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.accepting::after {
    width: 140px;
    height: 28px;
    left: 60px;
    font-size: 12px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.shipping {
  position: relative;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.shipping {
    padding-top: 30px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.shipping::after {
  content: "送料無料";
  position: absolute;
  z-index: 2;
  background: #f34f22;
  color: #fff;
  width: 150px;
  height: 50px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.shipping::after {
    width: 100px;
    height: 28px;
    font-size: 12px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .maxWidthFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .maxWidthFlex {
    display: block;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .maxWidthFlex .maxWidthLeft {
  width: calc(57% - 50px);
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .maxWidthFlex .maxWidthLeft {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .maxWidthFlex .maxWidthLeft .imgBox01 {
  width: 100%;
  margin: 15px auto 40px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .maxWidthFlex .maxWidthLeft .imgBox01 {
    width: 95%;
    margin: 15px auto 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .maxWidthFlex .maxWidthRight {
  width: 43%;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .maxWidthFlex .maxWidthRight {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .goodsName span {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .goodsName span {
    display: block;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .bottomArea {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .bottomArea {
    display: block;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .bottomArea .priceArea .priceImgBox {
  text-align: center;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .bottomArea .priceArea .priceImgBox {
    width: 150px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .bottomArea .btn {
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .bottomArea .btn {
    margin-left: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox {
  border: none;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox {
    display: block;
    border: #1947a5 3px solid;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dt {
  display: none;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dt {
    display: flex;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd {
  display: block;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd {
    display: none;
    padding: 15px 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd .title01 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd .imgBox02 {
  margin: 8px auto 0;
  width: 80%;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd table {
  border: 1px solid #9d9d9d;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd table {
    font-size: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd table tr th {
  width: calc(100% / 3);
  text-align: center;
  padding: 2px 5px;
  font-weight: bold;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd table tr th:not(:first-child) {
  border-left: 1px solid #9d9d9d;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd table tr td:not(:first-child) {
  border-left: 1px solid #9d9d9d;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd table tr:not(:first-child) {
  border-top: 1px solid #9d9d9d;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd .text01 {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods01 .accordionBox dd .text01 {
    font-size: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033.shimajiro {
  position: relative;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033.shimajiro {
    padding-bottom: 70px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033.shimajiro::after {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/img_goods033_shimajiro_pc.png) no-repeat left bottom;
  background-size: contain;
  width: 339px;
  height: 381px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 60px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033.shimajiro::after {
    width: 170px;
    left: 70px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033.shimajiro::after {
    background-image: url(/kodomo/open/resources/concertgoods/images/img_goods033_shimajiro.png);
    width: 37vw;
    bottom: 20px;
    left: auto;
    right: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .imgBox01 {
  margin: 20px auto 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .imgBox01 {
    margin: 10px auto 0;
    width: 100%;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .imgBox01 img {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .imgBox01 {
    margin-top: -10px;
    padding-left: 5px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  margin: -65px 20px 0 0;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea {
    margin: -70px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea {
    margin: -15px 0 0 0;
    align-items: center;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea .imgBox02 {
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea .imgBox02 {
    width: 50%;
    margin: 0 15px 0 0;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea .imgBox02 img {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea table {
  margin-bottom: 50px;
  border: 1px solid #333;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea table {
    font-size: 11px;
    margin-bottom: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea table tr:not(:first-child) {
  border-top: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea table tr td {
  padding: 5px 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea table tr td {
    padding: 3px 8px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .sizeArea table tr td {
  border-left: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .textArea {
  width: 460px;
  margin: 70px 0 30px auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .textArea {
    width: 400px;
    margin: 40px 0 0 auto;
    font-size: 11px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .textArea {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .btn {
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .btn a {
    margin-top: 20vw;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods033 .btn a span {
    min-width: 160px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 {
  position: relative;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050::after {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/img_goods050-3_pc.png) no-repeat left bottom;
  width: 268px;
  height: 445px;
  background-size: contain;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 65px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050::after {
    background-size: 95%;
    left: 75px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050::after {
    background: url(/kodomo/open/resources/concertgoods/images/img_goods050-3.png) no-repeat left bottom;
    width: 137px;
    height: 191px;
    background-position: right bottom;
    background-size: contain;
    bottom: 25px;
    left: auto;
    right: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .imgBox01 {
  margin: 20px auto 0;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  margin: -295px 20px 0 0;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea {
    margin: -255px 20px 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea {
    margin: 0;
    justify-content: space-between;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea .imgBox02 {
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea .imgBox02 {
    width: calc(100% - 190px);
    margin-right: 0;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea .imgBox02 img {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea table {
  margin-bottom: 50px;
  border: 1px solid #333;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea table {
    font-size: 11px;
    margin-bottom: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea table tr:not(:first-child) {
  border-top: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea table tr td {
  padding: 5px 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea table tr td {
    padding: 3px 5px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .sizeArea table tr td {
  border-left: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .textArea {
  margin: 20px 0 0 auto;
  width: 560px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .textArea {
    width: 440px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .textArea {
    margin-top: 20px;
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .textArea .text01 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  color: #db3930;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .textArea .text01 {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .textArea .text01 {
    width: 160px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .textArea .btn {
    text-align: left;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .textArea .btn a {
  margin: 3px 0 0;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods050 .textArea .btn a span {
    min-width: 160px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073.shimajiro {
  position: relative;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073.shimajiro {
    padding-bottom: 25px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073.shimajiro::after {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/img_goods073-3.png) no-repeat left bottom;
  background-size: contain;
  width: 386px;
  height: 448px;
  position: absolute;
  z-index: 1;
  left: 65px;
  bottom: 0;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073.shimajiro::after {
    left: 40px;
    width: 295px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073.shimajiro::after {
    width: 40vw;
    left: auto;
    right: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .imgBox01 {
  margin: 30px auto 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  max-width: 700px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .imgBox01 {
    margin: 10px auto 0;
    width: 100%;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .imgBox01 img {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .imgBox01 {
    margin-top: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea {
    margin: 10px 0 0 0;
    align-items: center;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea .imgBox02 {
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea .imgBox02 {
    width: 50%;
    margin: 0 0 0 15px;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea .imgBox02 img {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea table {
  margin-bottom: 50px;
  border: 1px solid #333;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea table {
    font-size: 11px;
    margin-bottom: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea table tr:not(:first-child) {
  border-top: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea table tr td {
  padding: 5px 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea table tr td {
    padding: 3px 8px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .sizeArea table tr td {
  border-left: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .imgBox03 {
  margin: 15px auto 20px;
  max-width: none;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .imgBox03 {
    width: 100%;
    margin: 10px auto 20px;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .imgBox03 img {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .textArea {
  width: 400px;
  margin: 120px 0 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .textArea {
    width: 45vw;
    margin: 30px 0 0 auto;
    font-size: 11px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .textArea {
    width: 100%;
    margin: 10px auto 55px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .btn {
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .btn a {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods073 .btn a span {
    min-width: 160px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074.shimajiro {
  position: relative;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074.shimajiro {
    padding-bottom: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074.shimajiro::after {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/img_goods074-3.png) no-repeat left bottom;
  background-size: contain;
  width: 386px;
  height: 449px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 80px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074.shimajiro::after {
    width: 300px;
    left: 40px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074.shimajiro::after {
    width: 38vw;
    left: auto;
    right: 10px;
    bottom: 20px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .imgBox01 {
  margin: 30px auto 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  max-width: 700px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .imgBox01 {
    margin: 10px auto 0;
    width: 100%;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .imgBox01 img {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .imgBox01 {
    margin-top: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 25px 0 0 40px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea {
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea {
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    align-items: center;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea .imgBox02 {
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea .imgBox02 {
    width: 50%;
    margin: 0 0 0 15px;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea .imgBox02 img {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea table {
  border: 1px solid #333;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea table {
    font-size: 11px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea table tr:not(:first-child) {
  border-top: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea table tr td {
  padding: 5px 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea table tr td {
    padding: 3px 8px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .sizeArea table tr td {
  border-left: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .imgBox03 {
  max-width: none;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .imgBox03 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .imgBox03 {
    margin: 10px auto 20px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .textArea {
  width: 400px;
  margin: 130px 0 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .textArea {
    width: 45vw;
    margin: 50px 0 0 auto;
    font-size: 11px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .textArea {
    width: 100%;
    margin: 10px auto 55px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .btn {
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .btn a {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods074 .btn a span {
    min-width: 160px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079.shimajiro {
  position: relative;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079.shimajiro {
    padding-bottom: 50px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079.shimajiro::after {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/img_goods079_03_pc.png) no-repeat left bottom;
  background-size: contain;
  width: 459px;
  height: 425px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079.shimajiro::after {
    background-image: url(/kodomo/open/resources/concertgoods/images/img_goods079_03.png);
    width: 260px;
    left: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079.shimajiro::after {
    width: 45vw;
    left: auto;
    right: 15px;
    bottom: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .imgBox01 {
  width: auto;
  max-width: none;
  margin: 20px auto 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .imgBox01 {
    margin: 10px auto 0;
    width: 100%;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .imgBox01 img {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  margin: 10px 0 0 20px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea {
    margin: 20px 0 0 0;
    align-items: center;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea .imgBox02 {
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea .imgBox02 {
    width: 50%;
    margin: 0 0 0 10px;
  }
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea .imgBox02 img {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea table {
  margin-bottom: 50px;
  border: 1px solid #333;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea table {
    font-size: 11px;
    margin-bottom: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea table tr:not(:first-child) {
  border-top: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea table tr td {
  padding: 5px 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea table tr th, #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea table tr td {
    padding: 3px 8px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .sizeArea table tr td {
  border-left: 1px solid #333;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .textArea {
  width: 400px;
  margin: 130px 0 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .textArea {
    width: 400px;
    margin: 40px 0 0 auto;
    font-size: 11px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .textArea {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .btn {
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .btn a {
    margin-top: 18vw;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.goods079 .btn a span {
    min-width: 160px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.oneBlock .imgBox01 {
  max-width: 700px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.oneBlock .imgBox01 {
    max-width: none;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.oneBlock02 .imgBox01 {
  max-width: 500px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.oneBlock02 .imgBox01 {
    max-width: none;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock {
  width: 100%;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .left {
  max-width: 470px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .left {
    max-width: none;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right {
  margin-left: 25px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right {
    margin-left: 0;
    margin-top: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .text01 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
  text-align: center;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .text02 {
  margin-top: 3px;
  padding-left: 1.8em;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom {
  display: flex;
  justify-content: space-between;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList dl {
  border: 2px solid #fff;
  border-bottom: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList dl dt {
  padding: 0 5px 0 0;
  font-weight: bold;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList dl dd {
  padding: 0 5px 0 0;
  border-bottom: 2px solid #fff;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList dl dd:last-child {
  border-bottom: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList dl:nth-child(2) dt {
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList dl:nth-child(3) dt {
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList dl:nth-child(4) {
  border-bottom: 2px solid #fff;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList dl:nth-child(4) dt {
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 {
  width: calc(100% - 70px);
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 {
    width: calc(100% - 55px);
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 dl {
  border: 2px solid #e8e2d8;
  border-bottom: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 dl dt {
  padding: 0 5px;
  background: #09a1c7;
  color: #fff;
  font-weight: bold;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 dl dd {
  padding: 0 10px;
  border-bottom: 2px solid #e8e2d8;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 dl dd:last-child {
  border-bottom: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 dl:nth-child(2) dt {
  background: #ff9700;
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 dl:nth-child(3) dt {
  background: #85c11d;
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 dl:nth-child(4) {
  border-bottom: 2px solid #e8e2d8;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList01 dl:nth-child(4) dt {
  background: #ed6806;
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList02 {
  width: 100%;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList02 dl {
  border: 2px solid #e8e2d8;
  border-bottom: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList02 dl dt {
  padding: 0 5px;
  background: #ff9700;
  color: #fff;
  font-weight: bold;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList02 dl dd {
  padding: 0 10px;
  border-bottom: 2px solid #e8e2d8;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList02 dl dd:last-child {
  border-bottom: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList02 dl:nth-child(2) dt {
  background: #09a1c7;
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList02 dl:nth-child(3) dt {
  background: #e54d0a;
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList02 dl:nth-child(4) {
  border-bottom: 2px solid #e8e2d8;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList02 dl:nth-child(4) dt {
  background: #ed6806;
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList03 {
  width: 100%;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList03 dl {
  border: 2px solid #e8e2d8;
  border-bottom: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList03 dl dt {
  padding: 0 5px;
  background: #ed6806;
  color: #fff;
  font-weight: bold;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList03 dl dd {
  padding: 0 10px;
  border-bottom: 2px solid #e8e2d8;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList03 dl dd:last-child {
  border-bottom: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList03 dl:nth-child(2) dt {
  background: #ff9700;
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList03 dl:nth-child(3) dt {
  background: #09a1c7;
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList03 dl:nth-child(4) {
  border-bottom: 2px solid #e8e2d8;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .songList03 dl:nth-child(4) dt {
  background: #85c11d;
  border-top: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .imgBox {
  margin: 15px 0 0 10px;
  width: 60px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .imgBox {
    margin: 15px 0 0 7px;
    width: 50px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex .right .rightBottom .imgBox img {
  width: 100%;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 {
    display: block;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li {
  width: 40%;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li .imgBox01 {
  width: 55%;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li .imgBox01 {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li:nth-child(2) {
  width: 20%;
  margin: 0 -30px 180px -50px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li:nth-child(2) {
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li:nth-child(2) .imgBox01 {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li:last-child {
    margin-top: 30px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li:last-child .imgBox01 {
  width: 77%;
  padding-left: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex02 > li:last-child .imgBox01 {
    padding-left: 30px;
    width: 90%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex03 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex03 {
    display: block;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex03 > li {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex03 > li {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex03 > li + li {
    margin-top: 40px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox.threeBlock .pcFlex03 > li .imgBox01 {
  max-width: 100%;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .label {
  position: absolute;
  top: 10px;
  right: 35px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .label {
    right: 20px;
    width: 97px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .label {
    top: 5px;
    right: 5px;
    width: 70px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #db3930;
  text-align: center;
  margin: 0 auto 5px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText {
    font-size: 13px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText .logo20th {
  width: 300px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText .logo20th {
    width: 52vw;
    padding-bottom: 5px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText.balloon {
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText.balloon {
    margin-top: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText.balloon span {
  position: relative;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText.balloon span::before {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/accent_balloon_left.png) no-repeat right center;
  background-size: 50%;
  width: 43px;
  height: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText.balloon span::before {
    left: -65px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText.balloon span::after {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/accent_balloon_right.png) no-repeat left center;
  background-size: 50%;
  width: 43px;
  height: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsReadText.balloon span::after {
    right: -50px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsName {
  font-family: "GenJyuuGothic-Bold", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 10px;
  background: url(/kodomo/open/resources/concertgoods/images/accent_goods_pc.png) repeat-x center bottom;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsName {
    background: url(/kodomo/open/resources/concertgoods/images/accent_goods.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsName {
    font-size: 25px;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-top: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsName.logo20th {
  position: relative;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsName.logo20th::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(/kodomo/open/resources/concertgoods/images/logo_20th.png) no-repeat left top;
  width: 146px;
  height: 106px;
  left: 0;
  top: -20px;
  background-size: 40%;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsName.logo20th::before {
    top: 0;
    left: 10px;
    background-size: 30%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsName span {
  font-family: "GenJyuuGothic-Bold", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  display: block;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .goodsName span {
    font-size: 18px;
    line-height: 1.4;
    padding: 3px 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea01 {
  text-align: center;
  font-weight: bold;
  margin: 20px auto 30px;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea01 {
    text-align: left;
    font-size: 13px;
    margin: 15px auto 20px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.new {
  position: relative;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.new::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(/kodomo/open/resources/concertgoods/images/text_new02.png) no-repeat left top;
  width: 136px;
  height: 85px;
  left: -35px;
  top: 10px;
  background-size: 55%;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.new::after {
    background-size: 45%;
    top: 0;
    left: -15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.moviePlus {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.moviePlus {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.moviePlus .movieArea {
  width: 190px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.moviePlus .movieArea {
    position: static;
    margin: 15px auto 0;
    width: 85%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.moviePlus .movieArea .movieLink {
  border-radius: 8px;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.moviePlus .movieArea .movieLink:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox01.moviePlus .movieArea p {
  color: #fa7930;
  font-weight: bold;
  padding-top: 5px;
  font-size: 14px;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 .text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 45px;
  margin-right: 15px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 .text {
    font-size: 14px;
    margin-right: 10px;
    min-width: 60px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 .text::before {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/img_goods084_icon01.svg) center center no-repeat;
  width: 30px;
  height: 35px;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 54%;
  transform: translateX(-50%);
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 .text.icon02::before {
  content: "";
  background-image: url(/kodomo/open/resources/concertgoods/images/img_goods084_icon02.svg);
  width: 40px;
  height: 34px;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 .list {
  width: 250px;
  border: 2px solid #e8e2d8;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 .list li {
  padding: 0 10px;
  border-bottom: 2px solid #e8e2d8;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 .list li:last-child {
  border-bottom: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 + .songList04 {
  margin-left: 50px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .songList04 + .songList04 {
    margin-left: 0;
    margin-top: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox02 {
  max-width: 700px;
  margin: 40px auto 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .imgBox02 {
    margin: 20px auto 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .noticeBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 530px;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .noticeBox {
    width: calc(100% - 40px);
    padding: 10px;
    margin-top: -195px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .noticeBox dt {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #fa7930;
  border: 2px solid #fa7930;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .noticeBox dt {
    font-size: 20px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .noticeBox dd {
  font-size: 14px;
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .noticeBox dd {
    font-size: 13px;
    margin-top: 8px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .noticeBox dd .read {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .noticeBox dd .read {
    font-size: 16px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex {
    display: block;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex li:first-child {
  flex-shrink: 0;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex .imgBox01 {
  max-width: none;
  margin: 0;
  padding: 10px 5px 10px 0;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex .imgBox01 {
    padding: 10px 0 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex002 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex002 {
    display: block;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex002 .imgBox01 {
  flex-shrink: 0;
  max-width: none;
  margin: 0 40px 0 0;
  width: 400px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex002 .imgBox01 {
    width: 330px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .pcFlex002 .imgBox01 {
    margin: 10px auto 0;
    width: 100%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox figure {
  margin: 0 auto;
  max-width: 400px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox figure {
    max-width: none;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox figure.imgBox01 {
  margin: 15px auto 0;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox figure img {
  width: 100%;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .filter {
  position: relative;
  padding: 10px 0;
  margin-top: 15px;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .filter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #888;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox figcaption {
  margin-top: 3px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox figcaption {
    font-size: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .caption01 {
  margin: 20px 0 0 50px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .caption01 {
    font-size: 10px;
    margin-left: 0;
    text-align: center;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods {
  margin-top: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods li .subText {
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  color: #d43f82;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods li .subText {
    font-size: 12px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods li .subText.blue {
  color: #0c6cb6;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods li .subGoodsName {
  font-family: "GenJyuuGothic-Bold", sans-serif;
  font-size: 22px;
}
@media only screen and (max-width: 900px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods li .subGoodsName {
    font-size: 20px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods li .subGoodsName {
    font-size: 5.2vw;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods li figure {
  width: 300px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods li figure {
    width: 80%;
    margin: auto;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .twoGoods li figcaption {
  font-size: 12px;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea {
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea {
    margin-top: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea.shimajiro01 {
  text-align: right;
  margin-top: 55px;
}
@media screen and (max-width: 320px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea.shimajiro01 {
    margin-top: 10px;
    text-align: center;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .mainText {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .mainText {
    font-size: 13px;
    margin-top: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .mainText .redFont {
  color: #cc1818;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .mainText02 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .mainText02 {
    font-size: 13px;
    margin-top: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .mainText03 {
  font-family: "GenJyuuGothic-Bold", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .mainText03 {
    font-size: 13px;
    margin-top: 15px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .readText {
  text-align: center;
  font-weight: bold;
  color: #db3930;
  margin-bottom: 5px;
  font-size: 15px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .readText {
    font-size: 13px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceImageBox {
  text-align: center;
  margin: 10px auto 10px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceImageBox {
    width: 150px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceImageBox.wide01 {
    width: 165px;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceImageBox.wide02 {
    width: 75%;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceText {
  text-align: center;
  font-weight: bold;
  color: #db3930;
  font-size: 27px;
  line-height: 1;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceText {
    font-size: 18px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceText .price {
  font-size: 34px;
  margin-left: 4px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceText .price {
    font-size: 24px;
    margin-left: 3px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceText .priceSub {
  color: #333;
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceText .priceSub {
    font-size: 12px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textArea .priceText .priceSub .redFont {
  color: #db3930;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .redFont {
  color: #db3930;
  font-weight: bold;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .redFont02 {
  color: #db3930;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice {
  margin-top: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice {
    font-size: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice li {
  padding-left: 1em;
  text-indent: -1em;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice01 {
  margin-top: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice01 {
    font-size: 10px;
    margin-top: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice01 li {
  padding-left: 1em;
  text-indent: -1em;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice02 {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice02 {
    margin-top: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice03 {
  margin-top: 0;
  font-weight: bold;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice04 {
  font-weight: bold;
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice04 {
    font-weight: normal;
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice04 {
    margin-top: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice05 {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .notice05 {
    font-size: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textLink01 {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textLink01 {
    margin-top: 15px;
    font-size: 10px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textLink01 a {
  text-decoration: underline;
  transition: 0.3s;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textLink01 a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .textLink01.spLeft {
    width: 160px;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox {
  margin-top: 10px;
  border-radius: 5px;
  border: #1947a5 3px solid;
  box-sizing: border-box;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox.shimajiro01 {
  position: relative;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox.shimajiro01::before {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/img_shimajiro01.png) no-repeat left bottom;
  background-size: 60%;
  width: 290px;
  height: 276px;
  position: absolute;
  top: -279px;
  left: 0;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox.shimajiro01::before {
    background-size: 50%;
  }
}
@media screen and (max-width: 320px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox.shimajiro01::before {
    display: none;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  color: #fff;
  background: #1947a5;
  cursor: pointer;
  font-family: "GenJyuuGothic-medium", sans-serif;
  font-weight: bold;
  font-size: 18px;
  padding-right: 10px;
  margin: -1px;
}
@media only screen and (max-width: 700px) {
  #concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dt {
    font-size: 4vw;
  }
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dt .accordionIcon {
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dt .accordionIcon span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all .3s;
  border-radius: 2px;
  background: #fff;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dt .accordionIcon span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dt .accordionIcon span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dt .accordionIcon.active span:nth-of-type(1) {
  display: none;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dt .accordionIcon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dd {
  display: none;
  padding: 15px 10px;
}
#concertgoods .mainWrap .category .contentArea .contentInner .modalWrap .goodsBox .accordionBox dd .notice {
  margin-top: 10px;
}
