@charset "UTF-8";
@keyframes loader {
  0% {
    transform: translate(0, 0);
  }
  45% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 700px) {
  #concertgoods #trackingArea.track {
    display: none;
  }
}
#concertgoods #loaderBg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 7707;
  transition: opacity 0.8s 0.9s, z-index 0s 1.7s;
}
#concertgoods #loaderBg.hide {
  z-index: -1;
  opacity: 0;
  transition: 0s;
}
#concertgoods #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 130px;
  margin: -72px auto 0;
  transform: translateX(-50%);
  text-align: center;
  z-index: 7708;
  transition: opacity 0.3s 0.6s, z-index 0s 0.9s;
}
#concertgoods #loader.hide {
  z-index: -1;
  opacity: 0;
  transition: 0s;
}
@media only screen and (max-width: 700px) {
  #concertgoods #loader {
    width: 55%;
  }
}
#concertgoods #loader img {
  width: 35%;
  animation: loader 2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 700px) {
  #concertgoods #loader img {
    width: 18%;
  }
}
#concertgoods #loader p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #db3930;
  font-weight: bold;
}

.concertgoodsWrapper {
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper {
    line-height: 1.5;
  }
}
.concertgoodsWrapper a {
  color: #333;
}
.concertgoodsWrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .spNone {
    display: none;
  }
}
.concertgoodsWrapper .pcNone {
  display: none;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .pcNone {
    display: inline-block;
  }
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .pcOnly {
    display: none;
  }
}
.concertgoodsWrapper .spOnly {
  display: none;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .spOnly {
    display: inline-block;
  }
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .tabletNone {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .concertgoodsWrapper .pcMiniNone {
    display: none;
  }
}
.concertgoodsWrapper .pcBigNone {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .concertgoodsWrapper .pcBigNone {
    display: inline-block;
  }
}
.concertgoodsWrapper .btn {
  text-align: center;
}
.concertgoodsWrapper .btn a {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  border-radius: 35px;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .btn a {
    margin-top: 15px;
    font-size: 17px;
  }
}
.concertgoodsWrapper .btn a span {
  display: inline-block;
  font-family: "GenJyuuGothic-Bold", sans-serif;
  font-weight: bold;
  background: #db3930 url(/kodomo/open/resources/concertgoods/images/icon_arrow_yellow.png) no-repeat 25px center;
  border-radius: 36px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-size: 25px;
  padding: 12px 30px 11px 60px;
  min-width: 260px;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .btn a span {
    padding: 12px 30px 12px 50px;
    background-position: 20px center;
    background-size: 20px;
    min-width: 200px;
  }
}
.concertgoodsWrapper .btn a span:hover {
  transition: 0.3s;
  background-color: #d40e0e;
}
.concertgoodsWrapper .btn.blue a {
  background: #123478;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .btn.blue a {
    margin-top: 10px;
    font-size: 17px;
  }
}
.concertgoodsWrapper .btn.blue a span {
  background-color: #1947a5;
  min-width: 300px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .btn.blue a span {
    min-width: 240px;
  }
}
.concertgoodsWrapper .btn.blue a span:hover {
  background-color: #1b4395;
}
.concertgoodsWrapper .btn.brown {
  margin: 40px auto 0;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .btn.brown {
    margin-top: 20px;
  }
}
.concertgoodsWrapper .btn.brown a {
  background: #ccc9be;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .btn.brown a {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.3;
    width: 100%;
  }
}
.concertgoodsWrapper .btn.brown a span {
  background: #f0eee6 url(/kodomo/open/resources/concertgoods/images/icon_arrow_brown.png) no-repeat 25px center;
  background-size: 25px;
  color: #916821;
  padding: 16px 50px 15px 80px;
  border-radius: 40px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .btn.brown a span {
    font-size: 18px;
    padding: 8px 20px 7px 50px;
    background-position: 20px center;
    background-size: 20px;
    width: 100%;
  }
}
.concertgoodsWrapper .btn.brown a span:hover {
  background-color: #ebe8dc;
}
.concertgoodsWrapper .btn.close {
  margin: 0 auto;
}
.concertgoodsWrapper .btn.close a {
  background: #ccc9be;
  margin-top: 35px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .btn.close a {
    margin-top: 20px;
    font-size: 17px;
  }
}
.concertgoodsWrapper .btn.close a span {
  background: #f0eee6;
  color: #916821;
  padding: 16px 50px 15px 80px;
  border-radius: 40px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .btn.close a span {
    font-size: 18px;
    padding: 13px 45px 12px 70px;
  }
}
.concertgoodsWrapper .btn.close a span::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #916821;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 40px;
}
.concertgoodsWrapper .btn.close a span::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #916821;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 40px;
}
.concertgoodsWrapper .btn.clearBtn a {
  opacity: 0.4;
  pointer-events: none;
}
.concertgoodsWrapper .titleArea {
  background: #db3930;
}
.concertgoodsWrapper .titleArea .title {
  font-family: "GenJyuuGothic-bold", sans-serif;
  text-align: center;
  padding: 30px 0 15px;
  font-size: 28px;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .titleArea .title {
    padding: 10px 0 8px;
    font-size: 16px;
  }
}
.concertgoodsWrapper .mvArea {
  background: #feffe8;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mvArea {
    background-size: contain;
  }
}
.concertgoodsWrapper .mvArea .mvInner {
  position: relative;
  z-index: 3;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mvArea .mvInner {
    padding: 0;
  }
}
.concertgoodsWrapper .mvArea .mvInner .mvSlick {
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mvArea .mvInner .mvSlick {
    padding-bottom: 40px;
  }
}
.concertgoodsWrapper .mvArea .mvInner .mvSlick a {
  transition: 0.3s;
}
.concertgoodsWrapper .mvArea .mvInner .mvSlick a:hover {
  opacity: 0.85;
}
.concertgoodsWrapper .mvArea .mvInner .mvSlick .mvBlock:not(:first-child) {
  display: none;
}
.concertgoodsWrapper .mvArea .mvInner .mvSlick .slick-track .mvBlock {
  display: block !important;
}
.concertgoodsWrapper .mvArea .mvInner .slick-list {
  overflow: visible;
}
.concertgoodsWrapper .mvArea .mvInner .slick-dots {
  z-index: 10;
  bottom: -10px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mvArea .mvInner .slick-dots {
    bottom: 10px;
  }
}
.concertgoodsWrapper .mvArea .mvInner .slick-dots li button:before {
  background: #9c7737;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
}
.concertgoodsWrapper .mainWrap {
  background: #feffe8;
  padding: 0 20px 80px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap {
    padding: 15px 15px 40px;
  }
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap.spMt0 {
    margin-top: 0 !important;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea {
  max-width: 800px;
  margin: auto;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea {
    padding-top: 0;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea li {
  width: calc((100% - 30px) / 3);
  margin-left: 15px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea li {
    width: calc((100% - 20px) / 3);
    margin-left: 10px;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(n+3) {
  margin-top: 15px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(1), .concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(3) {
  width: calc((100% - 30px) / 3 * 2 + 15px);
  margin-left: 0;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(1), .concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(3) {
    width: calc((100% - 20px) / 3 * 2 + 10px);
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(5), .concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(8) {
  margin-left: 0;
}
.concertgoodsWrapper .mainWrap .topAnchorArea li a {
  display: block;
  height: 170px;
  background: #fff;
  padding: 10px 10px 30px;
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.2s;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea li a {
    height: 100px;
    border-radius: 10px;
    padding: 5px 5px 15px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
    font-size: 10px;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 3px solid #db3930;
  border-bottom: 3px solid #db3930;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  bottom: 10px;
  transition: 0.3s;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea li a::before {
    width: 6px;
    height: 6px;
    border-width: 2px;
    bottom: 6px;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea li a:hover {
  text-decoration: none;
  opacity: 0.8;
  box-shadow: none;
  transform: translateY(2px);
}
.concertgoodsWrapper .mainWrap .topAnchorArea li a .image {
  height: 100px;
  margin-top: 8px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea li a .image {
    margin-top: 3px;
    height: 62px;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea li a .image img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(1) a {
  background: #ffe9bb;
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(2) a {
  background: #c3d3fc;
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(3) a {
  background: #cbeaf7;
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(4) a {
  background: #ffeb9d;
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(5) a {
  background: #ffeb9d;
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(6) a {
  background: #fcdad2;
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(7) a {
  background: #fad9f5;
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(8) a {
  background: #b4e6d3;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(8) a .image {
    height: 50px;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea li:nth-child(9) a {
  background: #d4f8c3;
}
.concertgoodsWrapper .mainWrap .topAnchorArea.backnumber {
  max-width: 840px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea.backnumber {
    padding-top: 20px;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li {
  width: calc((100% - 30px) / 4);
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li {
    width: calc((100% - 5px) / 2);
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li:not(:first-child) {
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li:not(:first-child) {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li:nth-child(3) {
    margin-left: 0;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li:nth-child(n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li:nth-child(n+3) {
    margin-top: 5px;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 5px 30px;
  font-size: 18px;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #e8e2d8;
  box-shadow: none;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li a {
    height: 100%;
    padding: 10px 5px 20px;
    font-size: 11px;
  }
}
.concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li a:hover {
  opacity: 0.8;
  transform: translateY(0);
}
.concertgoodsWrapper .mainWrap .topAnchorArea.backnumber li a:hover::before {
  bottom: 7px;
}
.concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox {
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
  margin: 60px auto 0;
  padding: 40px 0 30px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox {
    padding: 30px 30px 30px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox {
    padding: 15px 15px 15px;
    margin-top: 20px;
  }
}
.concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .imgBox {
  margin: 30px auto 0;
  text-align: center;
  width: 860px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .imgBox {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .imgBox img {
    width: 100%;
  }
}
.concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .movieBox {
  margin: 30px auto 0;
  width: 800px;
  height: 450px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .movieBox {
    width: 100%;
    height: calc((100vw - 60px) * 0.5625);
    margin-top: 15px;
  }
}
.concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .movieBox iframe {
  width: 100%;
  height: 100%;
}
.concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .textArea {
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .textArea {
    margin-top: 10px;
  }
}
.concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .textArea .text01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .textArea .text01 {
    font-size: 12px;
    text-align: left;
  }
}
.concertgoodsWrapper .mainWrap .bannerBoxWrap .bannerBox .textArea .redFont {
  color: #db3930;
}
.concertgoodsWrapper .mainWrap .subTitle {
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.4;
  text-align: center;
  background: url(/kodomo/open/resources/concertgoods/images/accent_banner_pc.png) repeat-x center bottom;
  letter-spacing: -0.02em;
  padding-bottom: 20px;
  max-width: 860px;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .subTitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .subTitle {
    font-size: 18px;
    background: url(/kodomo/open/resources/concertgoods/images/accent_banner.png) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 10px;
  }
}
.concertgoodsWrapper .mainWrap .subTitle.mt {
  margin-top: 100px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .subTitle.mt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category {
    margin-bottom: 10px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea {
  margin-top: 40px;
  padding-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea {
    margin-top: 40px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea {
    margin-top: 30px;
    padding-top: 10px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea .title {
  display: inline-block;
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-size: 42px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea .title {
    font-size: 22px;
    letter-spacing: 0.03em;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea .subText {
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.08em;
  padding-top: 10px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea .subText {
    font-size: 16px;
    letter-spacing: 0.03em;
    padding-top: 5px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.star {
  margin-top: 0;
}
.concertgoodsWrapper .mainWrap .category .ttlArea.star .title {
  line-height: 1.6;
  position: relative;
}
.concertgoodsWrapper .mainWrap .category .ttlArea.star .title span {
  display: block;
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.star .title span {
    font-size: 16px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.star .title::before, .concertgoodsWrapper .mainWrap .category .ttlArea.star .title::after {
  content: "";
  width: 46px;
  height: 43px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_title_star.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-57%);
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.star .title::before, .concertgoodsWrapper .mainWrap .category .ttlArea.star .title::after {
    width: 28px;
    height: 25px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.star .title::before {
  left: -65px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.star .title::before {
    left: -38px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.star .title::after {
  right: -65px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.star .title::after {
    right: -38px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.book_dvd .title {
  padding-left: 163px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.book_dvd .title {
    padding-left: 98px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.book_dvd .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 143px;
  height: 42px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_book_dvd.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.book_dvd .title::before {
    width: 88px;
    height: 26px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.light .title {
  padding-left: 112px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.light .title {
    padding-left: 70px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.light .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 92px;
  height: 43px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_light.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.light .title::before {
    width: 60px;
    height: 28px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.matching .title {
  padding-left: 108px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.matching .title {
    padding-left: 70px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.matching .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 88px;
  height: 37px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_matching.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.matching .title::before {
    width: 60px;
    height: 26px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.life .title {
  padding-left: 107px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.life .title {
    padding-left: 68px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.life .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 87px;
  height: 40px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_life.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.life .title::before {
    width: 58px;
    height: 27px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.sale .title {
  padding-left: 55px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.sale .title {
    padding-left: 36px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.sale .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 49px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_sale.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.sale .title::before {
    width: 23px;
    height: 32px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.shimajiro .title {
  padding-top: 80px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.shimajiro .title {
    padding-top: 40px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.shimajiro .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 66px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_title_shimajiro.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.shimajiro .title::before {
    background-size: 50%;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.hanachan .title {
  padding-top: 81px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.hanachan .title {
    padding-top: 40px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.hanachan .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 67px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_title_hanachan.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.hanachan .title::before {
    background-size: 50%;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.mimirin .title {
  padding-top: 100px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.mimirin .title {
    padding-top: 50px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.mimirin .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 86px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_title_mimirin.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.mimirin .title::before {
    background-size: 50%;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.other .title {
  padding-top: 88px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.other .title {
    padding-top: 44px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea.other .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 74px;
  background: url(/kodomo/open/resources/concertgoods/images/icon_title_other.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea.other .title::before {
    background-size: 50%;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea02 {
  margin-top: 40px;
  padding-top: 60px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea02 {
    margin-top: 30px;
    padding-top: 10px;
  }
}
.concertgoodsWrapper .mainWrap .category .ttlArea02 .title {
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.08em;
  padding-top: 0 !important;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .ttlArea02 .title {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
}
.concertgoodsWrapper .mainWrap .category#summer2024 .title::before {
  height: 66px;
  background-image: url(/kodomo/open/resources/concertgoods/images/icon_title01.png);
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner {
  margin: 0 auto;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  max-width: 1080px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner {
    max-width: 720px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner.mt {
  margin-top: 15px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner.mt {
    margin-top: 5px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox {
  width: 33.3333333333%;
  max-width: 360px;
  box-sizing: border-box;
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox {
    width: 50%;
    margin-top: 30px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .listImgBox {
  background: #d4f4f7;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox:nth-child(2n) .listImgBox {
  background: #fff9b8;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox:nth-child(2n) .listImgBox {
    background: #d4f4f7;
  }
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox:nth-child(2n) .listImgBox {
    background: #fff9b8;
  }
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox:nth-child(4n) .listImgBox {
    background: #d4f4f7;
  }
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox:nth-child(4n-1) .listImgBox {
    background: #fff9b8;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox:nth-child(-n+3) {
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox:nth-child(-n+3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox:nth-child(-n+2) {
    margin-top: 25px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox a {
  text-decoration: none;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox a .goodsName {
  text-align: center;
  position: relative;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox a .goodsName::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 3px solid #db3930;
  border-bottom: 3px solid #db3930;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  right: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox a .goodsName::before {
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox a:hover .goodsName {
  text-decoration: none;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox a:hover .goodsName::before {
  right: -5px;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox:hover .listImgBox {
  opacity: 0.8;
  transition: 0.3s;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.new .listImgBox {
  position: relative;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.new .listImgBox::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(/kodomo/open/resources/concertgoods/images/mark_new.png) no-repeat left top;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.new .listImgBox::before {
    width: 32px;
    height: 32px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.sale .listImgBox {
  position: relative;
  border: 2px solid #db3930;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.sale .listImgBox::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(/kodomo/open/resources/concertgoods/images/mark_sale.png) no-repeat left top;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.sale .listImgBox::before {
    width: 32px;
    height: 32px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.recommend .listImgBox {
  position: relative;
  border: 5px solid #db3930;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.recommend .listImgBox {
    border-width: 2px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.recommend .listImgBox::after {
  content: "おすすめ！";
  position: absolute;
  background: #db3930;
  width: 120px;
  height: 70px;
  padding-left: 0.3em;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.recommend .listImgBox::after {
    width: 55px;
    height: 32px;
    font-size: 9px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.recommend.sale .listImgBox::after {
  left: 70px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.recommend.sale .listImgBox::after {
    left: 32px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.postage0721 .listImgBox {
  position: relative;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.postage0721 .listImgBox::after {
  content: "7/21(月)まで！送料無料";
  position: absolute;
  z-index: 2;
  color: #fff;
  background: #2f4da3;
  width: 220px;
  height: 40px;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.postage0721 .listImgBox::after {
    width: 150px;
    height: 20px;
    font-size: 9px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.accepting {
  position: relative;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.accepting::after {
  content: "予約受付中";
  position: absolute;
  z-index: 2;
  background: #fa7930;
  color: #fff;
  width: 180px;
  height: 45px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox.accepting::after {
    width: 90px;
    height: 22px;
    font-size: 10px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .goodsName {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin: 20px 15px 15px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .goodsName {
    font-size: 12px;
    margin: 10px 5px 8px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .goodsName span {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin: 2px 0;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .goodsName span {
    font-size: 10px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .goodsName span.gray {
  color: #7b7b7b;
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 0 15px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea {
    padding: 0 10px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .priceText {
  line-height: 1.4;
  padding: 8px 0;
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .priceText {
    font-size: 10px;
    padding: 5px 0;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .priceText .redFont {
  color: #db3930;
  font-size: 18px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .priceText .redFont {
    font-size: 13px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .priceText .priceSub {
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .priceText .priceSub {
    font-size: 8px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .optionText {
  color: #7b7b7b;
  padding-top: 6px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .optionText {
    font-size: 10px;
    padding-top: 5px;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .optionText span {
  margin: 0 2px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox .textArea .optionText span {
    margin: 0 1px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox br.pcNone {
    display: none;
  }
}
.concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox br.spOnly {
  display: none;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .category .contentArea .contentInner .listGoodsBox .linkBox br.spOnly {
    display: block;
  }
}
.concertgoodsWrapper .mainWrap .noticeArea {
  max-width: 1080px;
  margin: 80px auto 0;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .noticeArea {
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    font-size: 10px;
  }
}
.concertgoodsWrapper .mainWrap .noticeArea.w840 {
  width: 840px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .noticeArea.w840 {
    width: 100%;
  }
}
.concertgoodsWrapper .mainWrap .noticeArea .redFont {
  color: #db3930;
}
.concertgoodsWrapper .mainWrap .noticeArea li {
  padding-left: 1em;
  text-indent: -1em;
}
.concertgoodsWrapper .mainWrap .noticeArea li.bigFont {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .noticeArea li.bigFont {
    font-size: 12px;
  }
}
.concertgoodsWrapper .mainWrap .noticeArea li.accentText {
  padding-left: 0;
  text-indent: 0;
  text-align: center;
}
.concertgoodsWrapper .mainWrap .noticeArea li.accentText .text {
  display: inline-block;
  font-family: "GenJyuuGothic-bold", sans-serif;
  background: #db3930;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  padding: 10px 20px 10px 30px;
  border-radius: 6px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .noticeArea li.accentText .text {
    font-size: 14px;
    padding: 6px 5px 6px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
  }
}
.concertgoodsWrapper .mainWrap .noticeArea li.accentText .text .yellowFont {
  font-family: "GenJyuuGothic-bold", sans-serif;
  color: #ffeb42;
}
.concertgoodsWrapper .mainWrap .noticeArea li.accentText .text .bigFont {
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-size: 52px;
  letter-spacing: 0.001em;
  vertical-align: -6px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .noticeArea li.accentText .text .bigFont {
    font-size: 24px;
    vertical-align: -2px;
  }
}
.concertgoodsWrapper .mainWrap .bottomBannerArea {
  max-width: 1080px;
  margin: 25px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .bottomBannerArea {
    flex-direction: column;
    margin-top: 15px;
  }
}
.concertgoodsWrapper .mainWrap .bottomBannerArea li {
  max-width: 530px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .bottomBannerArea li {
    max-width: 75%;
    width: 75%;
    margin: 15px 0 0 0;
  }
}
.concertgoodsWrapper .mainWrap .bottomBannerArea li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .bottomBannerArea li + li {
    margin: 15px auto 0;
  }
}
.concertgoodsWrapper .mainWrap .bottomBannerArea li a {
  width: 100%;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap .bottomBannerArea li a {
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .bottomBannerArea li a {
    border-radius: 4px;
  }
}
.concertgoodsWrapper .mainWrap .bottomBannerArea li a:hover {
  opacity: 0.85;
}
.concertgoodsWrapper .mainWrap .bottomTextArea {
  margin-top: 80px;
  font-family: "GenJyuuGothic-bold", sans-serif;
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 30px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .bottomTextArea {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.concertgoodsWrapper .mainWrap .bottomTextArea .bigFont {
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-size: 38px;
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .mainWrap .bottomTextArea .bigFont {
    padding-top: 5px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap #winter2022 .listGoodsBox .listImgBox.color01 {
    background: #c0e5b5;
  }
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .mainWrap #winter2022 .listGoodsBox .listImgBox.color02 {
    background: #ffa7a7;
  }
}
.concertgoodsWrapper .fixedBtn {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100vw;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-left: -15px;
}
.concertgoodsWrapper .fixedBtn .flex {
  display: flex;
  justify-content: space-between;
}
.concertgoodsWrapper .fixedBtn .flex li {
  width: 100%;
}
.concertgoodsWrapper .fixedBtn .btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .fixedBtn .btn {
    padding: 12px 10px 12px 35px;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .fixedBtn .btn {
    padding: 15px 10px 13px 30px;
  }
}
.concertgoodsWrapper .fixedBtn .btn::before {
  content: "";
  background: url(/kodomo/open/resources/concertgoods/images/icon_winter2023.svg) no-repeat center left;
  background-size: contain;
  width: 30px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .fixedBtn .btn::before {
    width: 25px;
    height: 34px;
    left: 30px;
  }
}
.concertgoodsWrapper .fixedBtn .btn span {
  font-family: "GenJyuuGothic-Bold", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper .fixedBtn .btn span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .concertgoodsWrapper .fixedBtn .btn span {
    font-size: 17px;
    line-height: 1.1;
  }
}
.concertgoodsWrapper #modal-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  margin-top: -125px;
  padding-bottom: 200px;
  z-index: 7705;
  opacity: 0;
  transition: z-index 0s 0.5s, opacity 0.5s;
}
.concertgoodsWrapper #modal-overlay.open {
  z-index: 7705;
  opacity: 1;
  transition: z-index 0s, opacity 0.5s;
}
.concertgoodsWrapper #modal-overlay.display {
  display: block;
}
.concertgoodsWrapper #modal-overlay #modal-content {
  position: absolute;
  top: 45%;
  left: 50%;
  background-color: #fff;
  z-index: 7706;
  padding: 10px;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper #modal-overlay #modal-content {
    padding: 8px;
    top: 40%;
  }
}
.concertgoodsWrapper #modal-overlay #modal-content i {
  cursor: pointer;
}
.concertgoodsWrapper #modal-overlay #modal-content i::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  background-color: #fff;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper #modal-overlay #modal-content i::before {
    top: -20px;
    width: 30px;
  }
}
.concertgoodsWrapper #modal-overlay #modal-content i::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  background-color: #fff;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper #modal-overlay #modal-content i::after {
    top: -20px;
    width: 30px;
  }
}
.concertgoodsWrapper #modal-overlay #modal-content .youtubeWrap {
  width: 53vw;
  height: 30vw;
}
@media only screen and (max-width: 900px) {
  .concertgoodsWrapper #modal-overlay #modal-content .youtubeWrap {
    width: 85vw;
    height: 48vw;
  }
}
.concertgoodsWrapper #modal-overlay #modal-content .youtubeWrap iframe {
  width: 100%;
  height: 100%;
}