@charset "utf-8";
/* MV内チケット要素 */
.ticketClm {
  display: flex;
  flex-direction: column;
  padding-inline: calc(50 / 750 * 100vw);
  gap: calc(20 / 750 * 100vw);
  margin: auto;
  max-width: 414px;
}

.ticketInfo {
  position: relative;
  box-shadow: 7px 7px 14px 2px rgba(0, 0, 0, 0.2);
  background: transparent url(/content/dam/sites/wwwjalcojp/jp/ja/inter/fare/special_fare/img_sites/bg_ticket_sp.png) center top no-repeat;
  background-size: contain;
}

.ticketInfoTitle {
  background-color: transparent;
  color: #fff;
  font-size: 1.4rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding:6px 20px 5px 28px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  &::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 32px;
    background: transparent url(/content/dam/sites/wwwjalcojp/jp/ja/inter/fare/special_fare/img_sites/icon_plane.png) center no-repeat;
    background-size: 14px auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ticketInfoTitle em {
  position: relative;
  z-index: 3;
}
.ticketInfoLead {
  background-color: transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 7px 10px 7px;
  display: grid;
  grid-template-columns: 85px calc(100% - 85px);
  gap: 10px;
}
@media screen and (max-width: 739px) {
  .ticketInfo {
    background-color: transparent;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/inter/fare/special_fare/img_sites/bg_ticket_sp_rev.png), url(/content/dam/sites/wwwjalcojp/jp/ja/inter/fare/special_fare/img_sites/bg_ticket_sp_rev.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 100% 100%, 100% 100%;
  }
  .ticketInfoTitle {
    background-color: #048484;
    width: calc(100% - calc(48 / 750 * 100vw));
    border-top-right-radius: 0;
  }
  .ticketInfoLead {
    border-bottom-right-radius: 0;
    background-color: #fff;
    width: calc(100% - calc(48 / 750 * 100vw));
  }
}
@media screen and (min-width: 429px) and (max-width: 739px) {
  .ticketInfoTitle {
    width: calc(100% - calc(46 / 750 * 100vw));
  }
  .ticketInfoLead {
    width: calc(100% - calc(46 / 750 * 100vw));
  }
}
@media screen and (min-width: 431px) and (max-width: 739px) {
  .ticketInfoTitle {
    width: calc(100% - calc(27 / 750 * 100vw));
  }
  .ticketInfoLead {
    width: calc(100% - calc(27 / 750 * 100vw));
  }
}
.ticketInfoLead p:first-of-type {
  color: black;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
}

.ticketInfoLead p:first-of-type em {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.ticketInfoLead p .ticketLabel {
  font-size: 1.2rem;
  background-color: #cc0000;
  color: #fff;
  padding-inline: 6px;
  border-radius: 4px;
  width: fit-content;
  min-height: 16px;
  display: flex;
  align-items: center;
}

.ticketInfoLead p:last-of-type {
  color: #cc0000;
  font-size: 3.5rem;
}

.ticketInfoLead p:last-of-type .ticketUnit {
  font-size: 1.8rem;
}


/* PC (740px以上) のスタイル */
@media screen and (min-width: 740px) {
  .ticketClm {
    flex-direction: row;
    gap: 20px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 950px;
    position: absolute;
    inset: auto 0 40px;
    justify-content: center;
  }
  .ticketInfo {
    box-shadow: 10px 10px 12px 1px rgba(0, 0, 0, 0.15);
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/inter/fare/special_fare/img_sites/bg_ticket_pc.png);
    width: 300px;
    min-height: 159px;
  }
  .ticketInfoTitle {
    font-size: 2rem;
    min-height: 60px;
    padding-left: 44px;
    padding-right: 42px;
    &::before {
      width: 45px;
      height: 60px;
      background-size: 23px 22px;
    }
  }
  .ticketInfoTitle.ticketInfoTitle--line2 em{
    font-size: 1.6rem;
  }

  .ticketInfoLead {
    padding: 9px 20px 0px;
    display: block;
  }

  .ticketInfoLead p:first-of-type {
    font-size: 1.8rem;
    display: inline;
  }
  .ticketInfoLead p:first-of-type em {
    flex-direction: row;
    gap: 10px;
  }
  .ticketInfoLead p .ticketLabel {
    font-size: 1.6rem;
    min-height: 24px;
  }
  .ticketInfoLead p:last-of-type {
    color: #cc0000;
    font-size: 4.2rem;
  }

  .ticketInfoLead p:last-of-type .ticketUnit {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 739px) {
  .hero_wrap .priceTxt_box {
    position: static;
  }
}