@charset "UTF-8";

/*==================================================
    soon
====================================================*/
.soon {
  font-size: 260%;
  display: block;
  margin-bottom: 0;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 40px;
}

/* 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_4/image/ph_bg_1e1d1M9l.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.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;
}
.ticket .cautionBox.family {
  margin-bottom: 60px;
}
.ticket .cautionBox.family .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: 0 #00000050;
  padding: 20px 30px;
  font-size: 0.95em;
}
.ticket_detail_list > li {
  margin-bottom: 3px;
}
.ticket_detail_list > li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.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: 10px 15px;
  }

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

}
