@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%;
    padding: 0;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    min-height: 600px;
    background: #E5E5E5;
    transform: translate3d(0, 0, -1px);
    overflow: hidden;
}
.bgBox .bg {
  position: absolute;
  box-sizing: border-box;
}
.bgBox .bg01 {
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  background: url(/static/chanmina/feature/area_of_diamond_4/image/bg_0d7u0M3e.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.bgBox .bg02 {
  z-index: 2;
  width: 100%;
  min-width: 1400px;
  height: 100%;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0.25;
  clip-path: polygon(30% 0%, 0% 100%, 70% 100%, 100% 0%);
  transform: translate(-50%, -50%);
}
.bgBox .bg03 {
  z-index: 3;
  width: 100%;
  min-width: 1400px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bgBox .bg03 .slideBg {
  position: absolute;
  background: #ffffff;
  opacity: 0.25;
  width: 30%;
  height: 100%;
}
.bgBox .bg03 .slideBg.slide01 {
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 30% 0%);
}
.bgBox .bg03 .slideBg.slide02 {
  top: 0;
  right: 0;
  clip-path: polygon(0% 0%, 70% 100%, 100% 100%, 100% 0%);
}

/* SP */
@media screen and (max-width: 769px) {

	.bgBox {
    min-height: 450px;
    height: 100%;
	}
	.bgBox .bg {
		height: 100%;
	}
	.bgBox .bg01 {
    background: url(/static/chanmina/feature/area_of_diamond_4/image/bg_sp_0d7u0M3e.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
	}
  .bgBox .bg02 {
    min-width: initial;
    clip-path: polygon(0% 0%, 0% 80%, 100% 100%, 100% 20%);
  }
  .bgBox .bg03 {
    min-width: initial;
  }
  .bgBox .bg03 .slideBg {}
  .bgBox .bg03 .slideBg.slide01 {
    height: 20%;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  }
  .bgBox .bg03 .slideBg.slide02 {
    top: initial;
    bottom: 0;
    height: 20%;
    width: 100%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  }

}



/*==================================================
    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;
}

.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%;
}

/* 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;
  }

}
