@charset "UTF-8";

/*==================================================
    soon
====================================================*/
.soon {
  font-size: 260%;
  display: block;
  margin-bottom: 0;
  text-align: center;
  padding: 40px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}

/* SP */
@media screen and (max-width: 769px) {
  .soon {
    font-size: 160%;
    padding: 20px;
  }
}

/*==================================================
    BG
====================================================*/
.bgBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  min-height: 600px;
  background: #e5e5e5;
  transform: translate3d(0, 0, -1px);
  overflow: hidden;
  box-sizing: border-box;
}
.bgBox .bg {
  position: absolute;
}
.bgBox .bg01 {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/static/chanmina/feature/area_of_diamond_final/image/ph_bg_1e1d1M9l.jpg)
    repeat;
  background-position: center center;
}
.bgBox .bg02 {
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bgBox .bg02 .kv {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 100%;
  height: 130%;
  margin: 0 auto;
  aspect-ratio: 307 / 435;
  display: flex;
  align-items: flex-end;
}
.bgBox .bg02 .kv img {
}

/* SP */
@media screen and (max-width: 769px) {
  .bgBox {
    min-height: 450px;
    height: 100%;
  }
  .bgBox .bg {
    height: 100%;
  }
  .bgBox .bg01 {
  }
  .bgBox .bg02 {
  }
}

/*==================================================
    Tciket
====================================================*/
.ticket {
}
.ticket .contentBox {
}
.ticket .cautionBox {
  margin-bottom: 20px;
  font-size: 86%;
}
.ticket .cautionBox.family {
  margin-bottom: 60px;
}
.cautionBoxTit {
  margin: 0 0 15px;
  border-left: 3px solid;
  padding: 0 0 0 10px;
}
.ticket .detail_list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-bottom: 20px;
}
.ticket .detail_list dt {
  padding: 20px 20px 20px 0;
  width: 200px;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
}
.ticket .detail_list dd {
  padding: 20px 0px 20px 40px;
  border-left: 1px solid #fff;
  font-size: 100%;
  width: calc(100% - 200px);
}
.ticket .ticket_detail > li {
  border-bottom: 1px dotted #fff;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.ticket .ticket_detail > li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.ticket_price {
  line-height: 1.9em;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.ticket_detail_list {
  background: #00000050;
  padding: 20px 30px;
  font-size: 1.2em;
}
.ticket_detail_list > li {
  margin-bottom: 3px;
}

.tikcetDetail .btn {
  text-align: center;
  padding: 30px 0 10px;
}
.tikcetDetail .btn a {
  background: #fff;
  color: #000;
}
.tikcetDetail .btn.wait a {
  pointer-events: none;
  background: #818181;
}

.resale {
  border-top: none;
  display: block;
  padding: 20px 0;
}

.resale .detail_list dt {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: 150%;
}

.resale .detail_list dd {
  padding: 20px 0;
  border-left: none;
  width: 100%;
}

@media screen and (min-width: 770px) {
  .tikcetDetail .btn a:hover {
    opacity: 0.7;
  }
}

/* SP */
@media screen and (max-width: 769px) {
  .ticket .detail_list {
    border-top: none;
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
  .ticket .detail_list dt {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding: 0 0 10px;
  }
  .ticket .detail_list dd {
    padding: 0;
    border-left: none;
    font-size: 100%;
    width: 100%;
  }
  .ticket .ticket_detail > li {
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ticket .cautionBox {
  }
  .ticket .cautionBox.family {
    margin-bottom: 40px;
  }
  .ticket .cautionBox.family .cautionBoxTit {
    margin: 0 0 10px;
  }
  .ticket_detail_list {
    padding: 20px 15px;
  }

  .tikcetDetail .btn {
    padding: 10px 0 10px;
  }
}

/* ===============================
   チケット料金
   =============================== */

.ticket_price_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ticket_price_item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* SPは縦積み */
.ticket_price_name {
  display: block;
  font-size: 110% !important;
  font-weight: 600;
}

.ticket_price_name small {
  font-size: 0.85em;
  opacity: 0.8;
}

.ticket_price_value {
  display: block;
  margin-top: 6px;
  font-weight: 700;
  font-size: 120% !important;
}

.ticket_price_value small {
  font-size: 0.75em;
  opacity: 0.75;
  display: inline !important;
}

/* ===============================
   PCだけ左右整列
   =============================== */
@media screen and (min-width: 768px) {
  .ticket_price_item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    column-gap: 40px;
  }

  .ticket_price_name {
    font-size: 1rem;
    color: rgba(160, 220, 255, 0.95); /* ダイヤ感ブルー */
    position: relative;
    padding-left: 16px;
  }

  .ticket_price_name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4c8dcb;
  }

  .ticket_price_value {
    text-align: right;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    min-width: 220px;
    white-space: nowrap;
  }

  .ticket_price_value small.opt {
    display: block !important;
    font-size: 0.75rem;
    margin-top: 6px;
    opacity: 0.75;
    white-space: normal;
  }

  .ticket_price_list,
  .ticket_price_item,
  .ticket_price_name,
  .ticket_price_value {
    max-width: 100%;
    min-width: 0;
  }

  .ticket_price_value {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ticket_price_name {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/* ===============================
   券種名の強調（SP含む共通）
   =============================== */

.ticket_price_name {
  display: block;
  font-weight: 650;
  position: relative;
  padding-left: 18px;
  color: rgba(160, 220, 255, 0.95);
}

/* ダイヤ風ドット */
.ticket_price_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #7ec8ff, #4c8dcb);
  transform: rotate(45deg);
  border-radius: 2px;
}

/* SP用微調整 */
@media screen and (max-width: 767px) {
  .ticket_price_name {
    font-size: 1rem;
  }

  .ticket_price_value {
    font-size: 1.05rem;
    margin-top: 6px;
    padding-left: 20px;
  }

  .ticket_price_item {
    padding: 20px 0;
  }

  .ticket_price_name {
    padding-bottom: 10px;
  }
}
