@charset "utf-8";

 img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  /*===================================================
    loader
  ====================================================*/
  .loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fffee9;
    z-index: 9999;
  }

  .mainWrap .action {
    opacity: 0;
    transition: 1s ease;
    transform: translateY(20px);
  }

  .loaded .action {
    opacity: 1;
    transform: translateY(0);
  }

  .loaded .act1 {
    transition-delay: 0.5s;
  }

  .loaded .act2 {
    transition-delay: 2s;
  }

  .loaded .act3 {
    transition-delay: 2.5s;
  }

  /*===================================================
    ani
  ====================================================*/
  .anim {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: translateY(20px);
  }

  .anim.on {
    opacity: 1;
    transform: translateY(0);
  }

  /*===================================================
    全体
  ====================================================*/
  html {
    scroll-behavior: smooth;
  }

  .wrap {}

  .wrap:before {
    position: fixed;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/static/oisiclemelonpan/fanclub/feature/avenue_memorialbook_L72jJ4ev/img/bg.png);
    background-size: cover;
    opacity: 0.6;
  }

  body:not(.page--home) .wrap {
    padding: 0;
  }

  body:not(.page--home) header h1 a {
    display: none;
  }

  body:not(.page--home) header {
    background: none !important;
  }

  .drawer__btn span {
    background-color: #fff;
  }

  .mainWrap {
    padding: 60px 20px 120px;
    font-size: 16px;
    color: #222222;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    position: relative;
  }

  .mainWrap img {
    display: block;
  }

  .mainWrap h2 {
    margin: 0 auto 80px;
  }

  .container {}

  section {}

  section .inBox {
    margin-bottom: 60px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 5px 5px #00000015;
  }

  section .inBox>* {}

  section .inBox>*:last-child {
    margin-bottom: 0;
  }

  section h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px;
    position: relative;
    line-height: 1;
    background: #2A9100;
    padding: 15px;
    display: inline-block;
    box-shadow: 5px 5px #00000015;
  }

  .topBnr {
    width: 100%;
    margin: 0 auto 40px;
    background: #fff;
    position: relative;
    border: 1px solid 2a9100;
    border-radius: 100px;
  }

  .topBnr a {
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #2A9100;
    position: relative;
  }

  .topBnr a:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
  }


  /*===================================================
    scheduleArea
  ====================================================*/
  #schedule {}

  #schedule h3 {}

  #schedule .inBox {}

  #schedule .inBox .tourDateList {
    display: block;
    border-bottom: 1px solid #2A910050;
    padding: 0 0 15px;
    margin: 0 0 15px;
    text-align: left;
  }

  #schedule .inBox .tourDateList .scheduleDate {
    font-size: 18px;
    font-weight: bold;
  }

  #schedule .inBox .tourDateList .scheduleDate .day {
    font-size: 14px;
  }

  #schedule .inBox .tourDateList .scheduleDate .city {
    padding: 0 0 0 5px;
  }

  #schedule .inBox .tourDateList .scheduleVenue {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
  }

  #schedule .inBox .tourDateList .scheduleTime {
    margin: 0 0 5px;
  }

  #schedule .inBox .tourDateList .scheduleTime .subTxt {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 2px;
    ;
  }

  #schedule .inBox .tourDateList .scheduleInfo {
    font-size: 12px;
  }

  #schedule .inBox .tourDateList .scheduleInfo i {
    padding: 0 5px 0 0;
  }

  #schedule .inBox .tourDateList .scheduleInfo span {
    display: block;
    text-indent: -0.7em;
    padding: 0 0 0 1.4em;
  }

  #schedule .inBox .tourDateList .scheduleInfo span a {
    text-decoration: underline;
  }

  .tourDatetxt {
    color: #FFF;
    background-color: #7FD29B;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    margin: 0 0 5px;
  }


  /*===================================================
    ticketArea
  ====================================================*/
  #ticket {
    margin-bottom: 60px;
  }

  #ticket h3 {}

  #ticket .inBox {}

  #ticket .inBox .ticketBox {
    border: 1px solid #2A9100;
  }

  #ticket .inBox .ticketBox .tikcetTit {
    background: #2A9100;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  #ticket .inBox .ticketBox .ticketList {
    padding:20px;
  }

  .plan-explanation .inBox .ticketBox .ticketList{
    padding: 0px 20px 20px!important;
  }

  #ticket .inBox .ticketBox .ticketList li {
    margin: 0 0 20px;
  }

  #ticket .inBox .ticketBox .ticketList li:last-child {
    margin: 0;
  }

  #ticket .inBox .ticketBox .ticketList li .listTit {
    font-weight: bold;
    color: #2A9100;
    border-left: 2px solid;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0 0 0 5px;
  }

  #ticket .inBox .ticketBox .ticketList li .listTxt {}

  #ticket .inBox .ticketBox .ticketList li .listTxt .note {
    display: block;
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 14px;
  }

  #ticket .inBox .ticketBox .ticketList li .priceBox {
    border-bottom: 1px dashed #00000020;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }

  #ticket .inBox .ticketBox .ticketList li .priceBox:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
    line-height: 4;
  }

  #ticket .inBox .ticketBox .ticketList li .priceBox p {}

  #ticket .inBox .ticketBox .ticketList li .priceBox p:last-child {}

  #ticket .inBox .ticketBox .ticketList li .priceBox p span {
    display: block;
    font-size: 14px;
  }

  #ticket .inBox .ticketBox .ticketList li .priceBox .priceTit {
    font-weight: bold;
    margin: 0 0 5px;
  }

  #ticket .inBox .ticketBox .ticketList li .priceBox .priceTxt {}

  .priceinbox {
    display: flex;
  }

  #ticket .inBox .ticketBox .ticketList li .priceBox .priceTxt .linespan1 {
    position: relative;
    margin: 0 5px;
  }

  #ticket .inBox .ticketBox .ticketList li .priceBox .priceTxt .linespan1::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(0);
    background-color: #000;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }

  #ticket .inBox .ticketBox .ticketList li .priceBox .priceTxt .linespan2 {
    border-bottom: 5px solid #7FD29B;
    margin-left: 5px;
  }

  #ticket .inBox .ticketBox .ticketList li .priceBox .priceTxt .linespan3 {
    border-bottom: 5px solid #7FD29B;
    margin-bottom: 5px;
    font-size: 14px;
  }

  #ticket .inBox .ticketBox .ticketList li .attBox p {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
  }

  #ticket .inBox .ticketBox .ticketList li .attBox p:last-child {
    margin: 0;
  }


  /*===================================================
    special
  ====================================================*/
  #special {
    position: relative;
  }

  #specialSpan {
    position: absolute;
    top: -60px;
  }

  #special h3 {}

  #special .inBox {
    margin: 0 auto 20px;
  }

  #special .inBox:last-child {
    margin: 0 auto;
  }

  #special .inBox .specialBox {}

  #special .inBox .specialBox .specialTit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid;
    color: #2A9100;
  }

  #special .inBox .specialBox .specialLead {
    margin: 0 0 20px;
  }

  #special .inBox .specialBox .specialLead p {
    margin: 0 0 5px;
  }

  #special .inBox .specialBox .specialLead p:last-child {
    margin: 0;
  }

  #special .inBox .specialBox .txtList {
    margin: 0 auto 20px;
  }

  #special .inBox .specialBox .txtList li {
    margin: 0 0 15px;
  }

  #special .inBox .specialBox .txtList li:first-child {
    margin: 0 0 10px;
  }

  #special .inBox .specialBox .txtList li:last-child {
    margin: 0;
  }

  #special .inBox .specialBox .txtList li .listTit {
    color: #FFF;
    background-color: #7FD29B;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    margin: 0 0 10px;
  }

  #special .inBox .specialBox .txtList li .listTxt {
    margin: 0 0 5px;
  }

  #special .inBox .specialBox .txtList li .listTNote {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }

  #special .inBox .specialBox .itemBox {
    margin: 0 auto 20px;
  }

  #special .inBox .specialBox .itemBox .itemImg {}

  #special .inBox .specialBox .itemBox .itemImg img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }

  #special .inBox .specialBox .itemBox .itemTxt {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 0;
  }

  #special .inBox .specialBox .attBox {
    padding: 20px;
    background: #2A910025;
    margin: 0 0 20px;
  }

  #special .inBox .specialBox .attBox .attTit {
    font-weight: bold;
    margin: 0 0 10px;
  }

  #special .inBox .specialBox .attBox .attList {}

  #special .inBox .specialBox .attBox .attList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
  }

  #special .inBox .specialBox .attBox .attList li:last-child {
    margin: 0;
  }

  #special .inBox .specialBox .attTxt {
    text-align: center;
    font-size: 14px;
    margin: 0 0 20px;
  }

  #special .inBox .specialBox .specialBtn {}

  #special .inBox .specialBox .specialBtn a {}


  /*===================================================
    btn
  ====================================================*/
  .btn {
    margin: 0;
  }

  .ticketBtn a,
  .specialBtn a {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    display: block;
    background: #2A9100;
    color: #fff;
    margin: 0 auto;
  }

  .ticketBtn a {
    margin: 0 auto 20px;
    width: calc(100% - 40px);
  }

  .specialBtn a {
    width: 100%;
  }

  .finBtn {
    text-align: center;
    margin: 50px auto 20px;
  }

  .finBtn a {
    color: #2A9100;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
    text-decoration: none;
  }

#ticket .inBox {
    background-color: #FFFDE6;
}


  .schedulebox {
    position: relative;
  }

  .seat {
    position: absolute;
    top: 4px;
    right: 0px;
    font-weight: bold;
    font-size: 11px;
  }

  .seat_assignment {
    background-color: #ff5f5f;
  }

  .seat_standing {
    background-color: #50b26e;
  }

  .seat p {
    padding: 4px;
    color: #fff;
  }

  #schedule .inBox .schedulebox:last-child .tourDateList {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .priceTxt {
    white-space: nowrap;
  }

  .chicket-assignment {
    color: #fff;
    display: inline !important;
    background-color: #ff5f5f;
    padding: 2px 2px;
  }

  .chicket-standing {
    color: #fff;
    display: inline !important;
    background-color: #50b26e;
    padding: 2px 2px;
  }

  .priceTxt-stand {
    line-height: .6;

  }

  .noteTxt {
  font-size: 12px!important;
      padding-left: 140px;
}
/*ipadpro以上に適用*/
@media screen and (min-width: 961px) {
  h2 img{
    width: 100%;
    margin: 0 auto;
  }
  .mainWrap{
      width: 850px;
    margin: 0 auto;
}

section .inBox {
    padding: 10px;
}
}



@media screen and (min-width: 1024px){
  .listTxt br {
    display: none;
  }
}


.sub-text{
    color: #2A9100;
    font-weight: bold;
}

.red-text{
  color: #e02e2e;
}

.bebefit-text{
  font-size: 18px;
}

.small-text{
  font-size: 14px;
}

/* PCでは改行しない */
.sp-br {
  display: none;
}

/* スマホだけ改行 */
@media screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
    .wrap:before {
    opacity: 1;
  }
section h3 {
    font-size: 24px;
    padding: 10px 15px;
}

}