@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,800;1,800&display=swap");
body {
  background: #f6f6f6;
}

#dremiConcert.pageHeader {
  background: url("../img/doremi_concert/main_bg.webp") center top no-repeat;
  background-size: 100%;
  padding-top: 48px;
}
.breadcrumb__list.mb20 {
  margin-bottom: 20px !important;
}
#newsArea {
  padding: 20px;
}
#newsArea p {
  border: solid 2px #ed6d00;
  border-radius: 10px;
  padding: 15px 10px 15px 10px;
  text-align: center;
  color: #ed6d00;
  font-weight: bold;
  position: relative;
}
#newsArea p:before {
  content: "最新情報";
  position: absolute;
  left: 10px;
  top: -15px;
  background: #fff;
  padding: 0 10px;
}
#concertDetails {
  padding: 20px;
}
#concertDetails h2 {
  text-align: center;
  font-size: 24px;
  color: #e6266c;
  margin-bottom: 20px;
  line-height: 1.8;
}
#concertDetails h2 span {
  border-bottom: dotted 6px #f5b8d2;
}
#concertDetails h2 + p {
  text-align: center;
  margin-bottom: 20px;
}
#concertDetails .musicList {
  border: solid 2px #e71e1a;
  border-radius: 10px;
  padding: 10px;
}
#concertDetails .musicList span {
  font-size: 14px;
  display: block;
}
#concertDetails .musicList:before {
  content: "演奏予定曲";
  display: block;
  background: #e71e1a;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#concertDetails ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
#concertDetails ul li {
  width: 48%;
  margin-bottom: 10px;
  border-radius: 10px;
  border: solid 1px #fff;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
#concertDetails ul li img {
  border-radius: 5px;
}
#concertDetails ul li:nth-of-type(even) {
  margin-left: 4%;
}
#concertDetails ul li.youtube {
  width: 100%;
}
#concertDetails ul li.youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  display: block;
}
#concertDetails picture + p {
  margin: 20px 0;
}
.redBtn {
  border: solid 2px #ea544a;
  border-radius: 50px;
  color: #ea544a;
  font-weight: bold;
  display: block;
  padding: 10px 40px 10px 20px;
  position: relative;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
.redBtn:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/doremi_concert/ico_mark_red.webp") center center
    no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.blackBtn {
  background: #fff;
  border: solid 2px #000;
  border-radius: 50px;
  color: #000;
  font-weight: bold;
  display: block;
  padding: 10px 40px 10px 20px;
  position: relative;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
.blackBtn:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/doremi_concert/ico_mark_black.webp") center center
    no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#concertPoint {
  padding: 20px;
}
#concertPoint h2 {
  color: #e6266c;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
#concertPoint h2 span {
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
#concertPoint h2 span:before {
  position: absolute;
  content: "";
  background: url("../img/doremi_concert/title_mark.webp") center center
    no-repeat;
  background-size: 100%;
  width: 15px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#concertPoint h2 span:after {
  position: absolute;
  content: "";
  background: url("../img/doremi_concert/title_mark.webp") center center
    no-repeat;
  background-size: 100%;
  width: 15px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
}
#concertPoint .pointList {
  margin-bottom: 40px;
}
#concertPoint .pointList li {
  border-radius: 10px;
  padding: 10px;
}
#concertPoint .pointList li:not(:last-of-type) {
  margin-bottom: 20px;
}
#concertPoint .pointList li:first-of-type {
  border: solid 2px #e60012;
}
#concertPoint .pointList li:nth-of-type(2) {
  border: solid 2px #f7af00;
}
#concertPoint .pointList li:nth-of-type(3) {
  border: solid 2px #34af35;
}
#concertPoint .pointList li:nth-of-type(4) {
  border: solid 2px #3180c3;
}
#concertPoint .pointList li h3 {
  font-size: 20px;
}
#concertPoint .pointList li h3 span {
  padding-right: 60px;
  position: relative;
}
#concertPoint .pointList li h3 span:after {
  content: "";
  width: 60px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#concertPoint .pointList li:first-of-type h3 span:after {
  background: url("../img/doremi_concert/tit_accent_01.webp") center center
    no-repeat;
  background-size: 100%;
}
#concertPoint .pointList li:nth-of-type(2) h3 span:after {
  background: url("../img/doremi_concert/tit_accent_02.webp") center center
    no-repeat;
  background-size: 100%;
}
#concertPoint .pointList li:nth-of-type(3) h3 span:after {
  background: url("../img/doremi_concert/tit_accent_03.webp") center center
    no-repeat;
  background-size: 100%;
}
#concertPoint .pointList li:nth-of-type(4) h3 span:after {
  background: url("../img/doremi_concert/tit_accent_04.webp") center center
    no-repeat;
  background-size: 100%;
}
#concertPoint .pointList li:first-of-type h3 {
  color: #e6266c;
}
#concertPoint .pointList li:nth-of-type(2) h3 {
  color: #f8b91f;
}
#concertPoint .pointList li:nth-of-type(3) h3 {
  color: #34af35;
}
#concertPoint .pointList li:nth-of-type(4) h3 {
  color: #3180c3;
}
#concertPoint .phList {
  display: flex;
  flex-wrap: wrap;
}
#concertPoint .phList li {
  width: 48%;
  margin-bottom: 10px;
}
#concertPoint .phList li img {
  border-radius: 5px;
}
#concertPoint .phList li:nth-of-type(even) {
  margin-left: 4%;
}
#concertPoint .voiceWrap {
  position: relative;
  padding-top: 140px;
}
#concertPoint .voiceWrap .comment {
  position: absolute;
  top: -60px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
#concertPoint .voiceWrap .comment li {
  width: 150px;
  height: 150px;
  font-size: 13px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 3px #f8b942;
  text-align: center;
  letter-spacing: -0.8px;
  position: relative;
}
#concertPoint .voiceWrap .comment li:nth-of-type(2) {
  margin-left: 10px;
  margin-top: 30px;
  border-color: #ee81a1;
}
#concertPoint .voiceWrap .comment li:after {
  content: "";
  background: url("../img/doremi_concert/voice_chara_01.webp") center center
    no-repeat;
  width: 50px;
  height: 70px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -35px;
}
#concertPoint .voiceWrap .comment li:nth-of-type(2):after {
  background: url("../img/doremi_concert/voice_chara_02.webp") center center
    no-repeat;
  background-size: 100%;
}
#concertPoint .voiceWrap .voice h3 {
  background: #e6226d;
  color: #fff;
  border-radius: 50px;
  padding: 3px 20px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
#concertPoint .voiceWrap .voice h3:after {
  content: "";
  clip-path: polygon(100% 0, 50% 86.6%, 0 0);
  height: 20px;
  aspect-ratio: 1;
  background-color: #e6226d;
  position: absolute;
  left: 60px;
  bottom: -15px;
}
#concertPoint .voiceWrap .voice ul li {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}
#concertPoint .voiceWrap .voice ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
#concertPoint .voiceWrap .voice ul li:before {
  content: "";
  background: #f08000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
#concertPoint .voiceWrap .voice ul li span {
  font-size: 20px;
  display: block;
  padding-left: 15px;
  background: url("../img/doremi_concert/voice_ico.webp") left center no-repeat;
  background-size: 10px 15px;
  color: #e6266c;
}
#concertPoint .gift {
  background: #fdf0f6;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
}
#concertPoint .gift h3 {
  position: relative;
  padding-left: 90px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #e6226d;
  min-height: 80px;
  display: flex;
  align-items: center;
}
#concertPoint .gift h3 br {
  display: none;
}
#concertPoint .gift h3:before {
  content: "";
  background: url("../img/doremi_concert/present_illust.webp") center center
    no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
#concertPoint .gift h3 span {
  background: #e60012;
  color: #fff;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 16px;
  position: absolute;
  top: -30px;
}
#concertPoint .gift h3 span:before {
  content: "";
  clip-path: polygon(100% 0, 50% 86.6%, 0 0);
  height: 20px;
  aspect-ratio: 1;
  background-color: #e60012;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: -1;
}
#concertPoint .goods {
  margin-top: 30px;
  padding-top: 30px;
  border-top: dotted 4px #eb5548;
  position: relative;
}
#concertPoint .goods:before {
  content: "";
  background: url("../img/doremi_concert/illust_rara.webp") center center
    no-repeat;
  background-size: 100%;
  width: 120px;
  height: 234px;
  position: absolute;
  right: 0;
  top: -30px;
}
#concertPoint .goods h2 {
  text-align: left;
  color: #eb5548;
  padding-right: 120px;
}
#concertPoint .goods h2 + p {
  padding-right: 120px;
  margin-bottom: 20px;
}
#concertPoint .goods .goodsList {
  display: flex;
  flex-wrap: wrap;
}
#concertPoint .goods .goodsList li:not(:last-of-type) {
  margin-bottom: 5px;
}
#concertPoint .goods .goodsList li {
  background: #eb5548;
  color: #fff;
  border-radius: 50px;
  padding: 5px 15px 5px 40px;
  font-weight: bold;
  position: relative;
}
#concertPoint .goods .goodsList li:last-of-type:after {
  content: "など";
  position: absolute;
  color: #000;
  right: -30px;
  font-size: 14px;
}
#concertPoint .goods .goodsList li:before {
  content: "";
  background: url("../img/doremi_concert/tone_ico.webp") center center no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#concertPoint .goods .goodPh {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#concertPoint .goods .goodPh li {
  width: 48%;
  margin-bottom: 10px;
}
#concertPoint .goods .goodPh li:nth-of-type(even) {
  margin-left: 4%;
}
#concertPoint .goods .goodPh li img {
  border-radius: 5px;
}
#concertTicket {
  padding: 20px;
}
#concertTicket > div {
  position: relative;
  padding-top: 140px;
}
#concertTicket .medal {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
#concertTicket .performar {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  font-size: 14px;
}
#concertTicket .performar:before {
  content: "出演";
  background: #e74469;
  position: absolute;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 20px;
  left: 0;
}
#concertTicket .schedule .place {
  background: #e8446a;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#concertTicket .schedule .time {
  font-size: 24px;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
#concertTicket .schedule .time .year {
  display: block;
  font-size: 18px;
  line-height: 1.4;
}
#concertTicket .schedule .time span {
  font-size: 50px;
  line-height: 1;
}
#concertTicket .schedule .time .week {
  color: #fff;
  background: #355caa;
  display: inline-block;
  font-size: 18px;
  padding: 5px;
  border-radius: 50%;
  vertical-align: middle;
}
#concertTicket .schedule .hall {
  border-top: solid 2px #e8446a;
  padding: 20px 10px;
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
#concertTicket .schedule .hall a {
  color: #e8446a;
  text-decoration: underline;
}
#concertTicket .price ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#concertTicket .price ul li:nth-of-type(odd) {
  width: 42%;
}
#concertTicket .price ul li:nth-of-type(odd) span {
  font-size: 22px;
  color: #000;
}
#concertTicket .price ul li {
  width: 58%;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
#concertTicket .price ul li span {
  font-size: 34px;
  color: #e60012;
}
#concertTicket .price ul li:nth-of-type(even) {
  background: url("../img/doremi_concert/ico_price.webp") left bottom + 6px
    no-repeat;
  background-size: 18px auto;
  padding-left: 24px;
}
#concertTicket .price > div {
  display: flex;
  align-items: center;
  border: solid 2px #e60012;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
#concertTicket .price > div img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
#concertTicket .price > div .age {
  color: #e60012;
  width: 50%;
  font-size: 28px;
  font-weight: bold;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#concertTicket .price > div .age span {
  font-size: 16px;
}
#concertTicket .price > div .note {
  width: calc(50% - 40px);
  font-size: 12px;
}
#concertTicket table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#concertTicket table thead th {
  background: #e8446a;
  color: #fff;
  padding: 10px;
}
#concertTicket table thead th .type {
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 3px;
}
#concertTicket table thead th:first-of-type,
#concertTicket table tbody td:first-of-type {
  border-right: solid 1px #fff;
}
#concertTicket table thead th span {
  font-size: 20px;
}
#concertTicket table thead th span.start {
  display: block;
  font-size: 16px;
}
#concertTicket table tbody td {
  background: #ffdae3;
  padding: 10px;
}
#concertTicket table tbody td a {
  border: solid 2px #e8446a;
  border-radius: 5px;
  color: #e8446a;
  font-weight: bold;
  display: block;
  padding: 5px 35px 5px 5px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
#concertTicket table tbody td a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/doremi_concert/ico_mark_pink.webp") center center
    no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#concertTicket .quartet {
  margin-top: 40px;
}
#concertTicket .quartet .place,
#concertTicket .quartet .performar:before {
  background: #0fa63c;
  left: -20px;
}
#concertTicket .quartet .schedule .hall {
  border-color: #0ea63c;
}
#concertTicket .quartet .schedule .hall a {
  color: #0ea63c;
}
#concertTicket .quartet table thead th {
  background: #0fa63c;
}
#concertTicket .quartet table tbody td {
  background: #d8ffe4;
}
#concertTicket .quartet table tbody td a {
  border: solid 2px #0fa63c;
  color: #0fa63c;
}
#concertTicket .quartet table tbody td a:after {
  background: url("../img/doremi_concert/ico_mark_green.webp") center center
    no-repeat;
  background-size: 100%;
}
#concertTicket .ticketNote {
  margin: 20px 0;
}
.doremi-sns__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 60px 0;
}
.doremi-sns__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 6.5vw;
  max-width: 50px;
  height: 6.5vw;
  max-height: 50px;
  margin: 0 10px;
}
.doremi-sns__icon:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.doremi-sns__icon img {
  width: auto;
  height: 6.5vw;
  max-height: 50px;
}
#sns {
  padding: 20px;
}
#sns .line {
  border: solid 2px #00c200;
  border-radius: 5px;
  padding: 20px;
}
#sns .line img {
  float: right;
  width: 100px;
}
#sns .line h3 {
  color: #00c200;
  margin-bottom: 10px;
}
#lesson {
  margin: 20px;
  background: #dde788;
  border-radius: 10px;
  padding: 20px;
}
#lesson h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
#lesson h2 + p {
  margin-bottom: 20px;
}
#lesson > div img {
  border-radius: 5px;
}
#lesson > div .ph {
  position: relative;
}
#lesson > div .ph img:nth-of-type(2) {
  width: 80px;
  position: absolute;
  right: 10px;
  bottom: -20px;
}
#lesson > div .info {
  padding-top: 20px;
}
#lesson > div .info h3 + p {
  margin: 20px 0;
}
#lesson > div:last-of-type {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #f8ffc0;
}
@media screen and (min-width: 600px) {
  #dremiConcert.pageHeader {
    padding: 100px 0 20px 0;
  }
  #dremiConcert.pageHeader img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  #newsArea {
    max-width: 580px;
    margin: 0 auto;
    padding-top: 0;
  }
  #concertDetails {
    max-width: 1100px;
    margin: 0 auto;
  }
  #concertDetails h2 br {
    display: none;
  }
  #concertDetails h2 {
    font-size: 40px;
  }
  #concertDetails h2 + p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #concertDetails .musicList {
    border-radius: 100px;
    position: relative;
    padding: 20px 60px 20px 100px;
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
  }
  #concertDetails .musicList span {
    font-size: 14px;
    display: inline-block;
  }
  #concertDetails .musicList:before {
    white-space: pre;
    content: "演奏\A予定曲";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83px;
    height: 83px;
    padding: 0;
    border-radius: 50%;
    margin-bottom: 0;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
  }
  #concertDetails ul {
    margin-top: 40px;
  }
  #concertDetails ul li {
    margin-bottom: 20px;
    width: 49%;
  }
  #concertDetails ul li:nth-of-type(even) {
    margin-left: 2%;
  }
  .redBtn,
  .blackBtn {
    margin: 0;
    transition: all 0.2s;
  }
  .redBtn:hover,
  .blackBtn:hover {
    transform: scale(1.05);
  }
  #concertPoint {
    max-width: 1100px;
    margin: 40px auto 0 auto;
  }
  #concertPoint h2 {
    font-size: 32px;
  }
  #concertPoint h2 span {
    padding: 0 30px;
    position: relative;
    display: inline-block;
  }
  #concertPoint h2 br {
    display: none;
  }
  #concertPoint h2 span:before,
  #concertPoint h2 span:after {
    width: 20px;
    height: 30px;
  }
  #concertPoint .pointList {
    display: flex;
    flex-wrap: wrap;
  }
  #concertPoint .pointList li:nth-of-type(even) {
    margin-left: 2%;
  }
  #concertPoint .pointList li {
    width: 49%;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
  }
  #concertPoint .pointList li:first-of-type {
    border: solid 3px #e60012;
  }
  #concertPoint .pointList li:nth-of-type(2) {
    border: solid 3px #f7af00;
  }
  #concertPoint .pointList li:nth-of-type(3) {
    border: solid 3px #34af35;
  }
  #concertPoint .pointList li:nth-of-type(4) {
    border: solid 3px #3180c3;
  }
  #concertPoint .pointList li h3 {
    font-size: 24px;
  }
  #concertPoint .pointList li h3 span {
    padding-right: 90px;
  }
  #concertPoint .pointList li h3 span:after {
    width: 90px;
    height: 80px;
  }
  #concertPoint .phList li {
    width: 23.5%;
    margin-bottom: 0;
  }
  #concertPoint .phList li:not(:last-of-type) {
    margin-right: 2%;
  }
  #concertPoint .phList li:nth-of-type(even) {
    margin-left: 0;
  }
  #concertPoint .voiceWrap {
    padding-right: 260px;
    padding-top: 30px;
  }
  #concertPoint .voiceWrap .comment {
    top: -50px;
    display: flex;
    left: auto;
    right: 0;
    transform: none;
  }
  #concertPoint .voiceWrap .comment li {
    width: 160px;
    height: 160px;
    font-size: 14px;
    font-weight: bold;
  }
  #concertPoint .voiceWrap .comment li:after {
    content: "";
    background: url("../img/doremi_concert/voice_chara_01.webp") center center
      no-repeat;
    width: 70px;
    height: 100px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -60px;
  }
  #concertPoint .voiceWrap .voice h3 {
    display: inline-block;
    padding: 3px 50px;
  }
  #concertPoint .voiceWrap .voice ul li {
    font-size: 18px;
  }
  #concertPoint .voiceWrap .voice ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  #concertPoint .voiceWrap .voice ul li:before {
    top: 18px;
  }
  #concertPoint .voiceWrap .voice ul li span {
    font-size: 24px;
    margin-left: 10px;
    display: inline-block;
    padding-left: 10px;
  }
  #concertPoint .gift {
    margin-top: 40px;
    padding: 20px 40px 20px 190px;
    position: relative;
  }
  #concertPoint .gift:before {
    content: "";
    background: url("../img/doremi_concert/present_illust.webp") center center
      no-repeat;
    background-size: 100%;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  #concertPoint .gift h3 {
    padding-left: 0;
    font-size: 24px;
    display: block;
  }
  #concertPoint .gift h3 br {
    display: block;
  }
  #concertPoint .gift h3:before {
    display: none;
  }
  #concertPoint .gift h3 span {
    transform: rotate(-5deg);
    padding: 0 40px;
    top: -30px;
    left: -40px;
    z-index: 1;
  }
  #concertPoint .goods:before {
    width: 140px;
    height: 273px;
    top: -50px;
  }
  #concertPoint .goods h2 br {
    display: block;
  }
  #concertPoint .goods h2 {
    text-align: left;
    padding-right: 0;
  }
  #concertPoint .goods h2 + p {
    padding-right: 0;
  }
  #concertPoint .goods .goodsList {
    padding-right: 200px;
  }
  #concertPoint .goods .goodsList li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #concertPoint .goods .goodsList li {
    padding: 10px 20px 10px 40px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #concertPoint .goods .goodsList li:last-of-type:after {
    right: -40px;
    font-size: 16px;
  }
  #concertPoint .goods .goodPh li {
    width: 23.5%;
    margin-bottom: 10px;
  }
  #concertPoint .goods .goodPh li:nth-of-type(even) {
    margin-left: 2%;
  }
  #concertPoint .goods .goodPh li:nth-of-type(3) {
    margin-left: 2%;
  }
  #concertTicket {
    max-width: 1100px;
    margin: 0 auto;
  }
  #concertTicket > div {
    padding-top: 0;
  }
  #concertTicket .medal {
    width: 140px;
    height: 140px;
  }
  #concertTicket .schedule {
    padding: 20px 0 0 150px;
  }
  #concertTicket .schedule:before {
    content: "";
    width: 86%;
    height: 3px;
    background: #e74469;
    position: absolute;
    left: 14%;
    top: 50px;
  }
  #concertTicket .quartet .schedule:before {
    background: #0fa63c;
  }
  #concertTicket .performar {
    top: -20px;
    width: 180px;
  }
  #concertTicket .performar:before {
    width: 40px;
    height: 40px;
    top: 50px;
    left: -40px;
  }
  #concertTicket .quartet .performar:before {
    left: -40px;
  }
  #concertTicket .dateSet {
    display: flex;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  #concertTicket .schedule .time {
    font-size: 30px;
  }
  #concertTicket .schedule .time .year {
    font-size: 20px;
    line-height: 1.2;
  }
  #concertTicket .schedule .time span {
    font-size: 60px;
  }
  #concertTicket .schedule .hall {
    border-top: none;
    width: 420px;
    font-size: 24px;
  }
  #concertTicket .schedule .hall a {
    color: #e8446a;
    text-decoration: underline;
  }
  #concertTicket .price {
    display: flex;
    align-items: center;
  }
  #concertTicket .price ul {
    margin-left: 150px;
    max-width: 400px;
  }
  #concertTicket .price ul li:nth-of-type(odd) {
    width: 38%;
  }
  #concertTicket .price ul li:nth-of-type(odd) span {
    font-size: 24px;
  }
  #concertTicket .price ul li {
    width: 62%;
  }
  #concertTicket .price ul li span {
    font-size: 42px;
  }
  #concertTicket .price ul li:nth-of-type(even) {
    padding-left: 30px;
  }

  #concertTicket .price > div {
    margin-bottom: 0;
    padding: 10px;
  }
  #concertTicket .price > div img {
    width: 24px;
    margin-right: 5px;
  }
  #concertTicket .price > div .age {
    color: #e60012;
    width: 55%;
    font-size: 22px;
    letter-spacing: -2px;
  }
  #concertTicket .price > div .age span {
    font-size: 16px;
  }
  #concertTicket .price > div .note {
    width: calc(55% - 40px);
    font-size: 11px;
  }
  #concertTicket table {
    margin-top: 20px;
  }
  #concertTicket table thead th .type {
    vertical-align: middle;
    margin-bottom: 8px;
  }
  #concertTicket table thead th span {
    font-size: 26px;
    margin: 0 5px;
  }
  #concertTicket table thead th span.start {
    display: inline-block;
    margin-left: 5px;
  }
  #concertTicket table tbody td {
    padding: 20px;
  }
  #concertTicket table tbody td a {
    border-radius: 50px;
    padding: 10px 20px 10px 10px;
    transition: all 0.2s;
  }
  #concertTicket table tbody td a:hover {
    transform: scale(1.05);
  }
  #sns .line {
    max-width: 780px;
    margin: 0 auto;
    padding: 30px;
    overflow: hidden;
  }
  #sns .line img {
    float: right;
    width: 140px;
  }
  #sns .line h3 {
    font-size: 24px;
    padding: 10px 0 0 0;
    color: #00c200;
    margin-bottom: 10px;
  }
  #lesson {
    max-width: 1060px;
    margin: 40px auto 20px auto;
    padding: 30px;
  }
  #lesson h2 {
    font-size: 26px;
    position: relative;
    margin-bottom: 20px;
  }
  #lesson h2:before {
    content: "";
    background: url("../img/doremi_concert/note_mark.webp") center center
      no-repeat;
    background-size: 100%;
    width: 167px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #lesson h2:after {
    content: "";
    background: url("../img/doremi_concert/note_mark.webp") center center
      no-repeat;
    background-size: 100%;
    width: 167px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
  }
  #lesson h2 + p {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  #lesson > div {
    display: flex;
  }
  #lesson > div .ph {
    width: 260px;
    margin-right: 30px;
  }
  #lesson > div .ph img:nth-of-type(2) {
    width: 100px;
    position: absolute;
    right: 10px;
    bottom: auto;
    top: 100px;
  }
  #lesson > div .info {
    padding-top: 0;
    width: calc(100% - 290px);
  }
  #lesson > div:last-of-type {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #dremiConcert.pageHeader {
    padding: 120px 0 40px 0;
  }
  #dremiConcert.pageHeader img {
    max-width: 1050px;
  }
}
