@charset "UTF-8";

/*===================================================
  OP:LOADER
====================================================*/

body.is-loading {
  overflow: hidden;
  height: 100vh;
}

html {
  overflow-y: scroll;
}

:root {
  --logoW: 78vmin;
}

@media screen and (max-width: 769px) {
  :root {
    --logoW: 96vmin;
  }
}

.loader {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/static/chanmina/feature/area_of_diamond_final/image/KV_bg_1e1d1M9l.jpg")
      center/cover no-repeat,
    #000;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.loader__logo {
  width: var(--logoW);
}

.loader__logo img {
  width: 100%;
  height: auto;
  display: block;
  animation: logoKiran 2.8s linear infinite;
  will-change: filter;
}

/* =========================================
   PRISM RING BURST
========================================= */

.loader::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/chanmina/feature/area_of_diamond_final/image/spark_ring.png")
    center/ min(1200px, 75vw) no-repeat;
  mix-blend-mode: screen;
  opacity: 0;
  transform: scale(0.72);
  filter: blur(0px);
  pointer-events: none;
}

.loader.is-fire::after {
  animation: ringBurst 0.6s ease-out forwards;
}

@keyframes ringBurst {
  0% {
    opacity: 0;
    transform: scale(0.72);
    filter: blur(0px);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.14);
    filter: blur(1px);
  }
}

/* ===== LOADER : PRISM GLOW ===== */
.loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/static/chanmina/feature/area_of_diamond_final/image/KV_bg_1e1d1M9l.jpg")
      center/cover no-repeat,
    #000;
}

.loader::before {
  content: "";
  position: absolute;
  inset: -55%;
  background:
    radial-gradient(
      160px 160px at 22% 30%,
      rgba(255, 255, 255, 0.55),
      transparent 65%
    ),
    radial-gradient(
      190px 190px at 78% 22%,
      rgba(255, 255, 255, 0.35),
      transparent 68%
    ),
    radial-gradient(
      circle at 50% 72%,
      rgba(255, 120, 200, 0.14),
      rgba(110, 190, 255, 0.12),
      rgba(120, 255, 210, 0.1),
      transparent 60%
    );
  mix-blend-mode: screen;
  filter: blur(14px);
  opacity: 0.34;
  transform: translateZ(0);
  animation: loaderGlow 6.5s linear infinite;
  pointer-events: none;
}

.loader__logo {
  position: relative;
  z-index: 2;
}

.loader::after {
  content: "";
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(
      1.6px 1.6px at 18% 42%,
      rgba(255, 255, 255, 0.85),
      transparent 55%
    ),
    radial-gradient(
      1.2px 1.2px at 66% 28%,
      rgba(255, 255, 255, 0.7),
      transparent 55%
    ),
    radial-gradient(
      1.8px 1.8px at 78% 62%,
      rgba(255, 255, 255, 0.9),
      transparent 55%
    ),
    radial-gradient(
      1px 1px at 42% 76%,
      rgba(255, 255, 255, 0.65),
      transparent 55%
    ),
    radial-gradient(
      1.4px 1.4px at 56% 52%,
      rgba(255, 255, 255, 0.8),
      transparent 55%
    );
  opacity: 0.18;
  filter: blur(0.2px);
  animation: dustTwinkle 2.8s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes dustTwinkle {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 0.22;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loader::before,
  .loader::after {
    animation: none !important;
  }
}

.bgBox .bg01 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/static/chanmina/feature/area_of_diamond_final/image/ph_bg_1e1d1M9l.jpg")
      center/cover no-repeat,
    #000;
}
.bgBox .bg03 {
  opacity: 0.22;
  mix-blend-mode: screen;
  pointer-events: none;
  inset: -12%;
  background:
    radial-gradient(
      1px 1px at 12% 18%,
      rgba(255, 255, 255, 0.7),
      transparent 60%
    ),
    radial-gradient(
      1.2px 1.2px at 26% 62%,
      rgba(255, 255, 255, 0.55),
      transparent 60%
    ),
    radial-gradient(
      1px 1px at 42% 34%,
      rgba(255, 255, 255, 0.65),
      transparent 60%
    ),
    radial-gradient(
      1.6px 1.6px at 58% 22%,
      rgba(255, 255, 255, 0.75),
      transparent 60%
    ),
    radial-gradient(
      1px 1px at 66% 74%,
      rgba(255, 255, 255, 0.55),
      transparent 60%
    ),
    radial-gradient(
      1.4px 1.4px at 82% 44%,
      rgba(255, 255, 255, 0.7),
      transparent 60%
    ),
    radial-gradient(
      1px 1px at 90% 18%,
      rgba(255, 255, 255, 0.55),
      transparent 60%
    );
  filter: blur(0.2px);
  animation: diamondDust 6.5s ease-in-out infinite alternate;
}

@keyframes diamondDust {
  from {
    opacity: 0.14;
    transform: translate3d(-0.6%, -0.2%, 0) scale(1);
  }
  to {
    opacity: 0.24;
    transform: translate3d(0.6%, 0.2%, 0) scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bgBox .bg03 {
    animation: none;
  }
}

.bgBox .bg03 {
  opacity: 0.6;
  mix-blend-mode: normal;
  inset: 0;
  pointer-events: none;

  background:
    radial-gradient(
      2px 2px at 20% 30%,
      rgba(255, 255, 255, 0.9),
      transparent 60%
    ),
    radial-gradient(
      2px 2px at 40% 60%,
      rgba(255, 255, 255, 0.8),
      transparent 60%
    ),
    radial-gradient(
      2px 2px at 70% 20%,
      rgba(255, 255, 255, 0.85),
      transparent 60%
    ),
    radial-gradient(
      2px 2px at 85% 75%,
      rgba(255, 255, 255, 0.8),
      transparent 60%
    ),
    radial-gradient(
      2px 2px at 55% 45%,
      rgba(255, 255, 255, 0.9),
      transparent 60%
    );
}

/*===================================================
  OP:anim
====================================================*/
.anim.fadeX,
.anim.fadeY {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.anim.fadeX {
  transform: translateX(20px);
}
.anim.fadeY {
  transform: translateY(20px);
}
.anim.fadeX.on,
.anim.fadeY.on {
  opacity: 1;
}
.anim.fadeX.on {
  transform: translateX(0px);
}
.anim.fadeY.on {
  transform: translateY(0px);
}

/* OP:ACCORD:SP-max-769 */
@media screen and (max-width: 769px) {
  .schedule .anim.fadeY {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*===================================================
  OP:ACCORDION
====================================================*/
.op_accord .accordionList {
}
.op_accord .accordionList .accordionTit {
  background: #ddd;
  padding: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease;
}
.op_accord .accordionList .accordionTit span {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  transform: rotate(180deg) translateY(50%);
  transition: 0.3s ease;
}
.op_accord .accordionList .accordionTit.open span {
  transform: translateY(-50%);
}
.op_accord .accordionList .accordionTit span:before {
  content: "";
  position: absolute;
  top: 25%;
  width: 100%;
  height: 100%;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
}
.op_accord .accordionList .accordionDetail {
  display: none;
  padding: 40px;
  background: #efefef;
}

/* OP:ACCORD:PC-min-770 */
@media screen and (min-width: 770px) {
  .accordionList .accordionTit:hover {
    background: #ccc;
  }
}

/* OP:ACCORD:SP-max-769 */
@media screen and (max-width: 769px) {
  .accordionList .accordionDetail {
    padding: 20px;
  }
}

/*===================================================
  NAVIGATION
====================================================*/
.hamBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.hamBtn .hamMenu {
  position: relative;
  width: 120px;
  height: 120px;
  background: transparent;
}

.hamBtn .hamMenu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #181818;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.hamBtn .hamMenu span {
  position: absolute;
  right: 18px;
  left: auto;
  width: 26px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.hamBtn .hamMenu span:nth-of-type(1) {
  top: 26px;
}
.hamBtn .hamMenu span:nth-of-type(2) {
  top: 36px;
}
.hamBtn .hamMenu span:nth-of-type(3) {
  top: 46px;
}

.hamSwitch.open .hamMenu span:nth-of-type(1) {
  top: 36px;
  transform: rotate(-45deg);
}

.hamSwitch.open .hamMenu span:nth-of-type(2) {
  opacity: 0;
}

.hamSwitch.open .hamMenu span:nth-of-type(3) {
  top: 36px;
  transform: rotate(45deg);
}

/* =========================================
   ナビ本体（スマホ幅スライド）
========================================= */

.navigation {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(420px, 92vw);
  background: #0a0a0a;
  z-index: 9998;
  transform: translateX(105%);
  transition: transform 0.35s ease;
}
@media screen and (max-width: 769px) {
  .navigation {
    width: 100%;
  }
}

.navigation.active {
  transform: translateX(0);
}

.navigation .headerNav {
  display: block;
  padding: 60px 30px;
}

.navigation .headerNav li {
  margin: 0 0 40px;
  text-align: center;
}

.navigation .headerNav li a {
  font-size: 200%;
  font-weight: 400;
  font-family: "Cinzel", serif;
  letter-spacing: 0.06em;
}

.navigation .headerNav li a:hover {
  color: #666;
}

.navigation .headerNav li a.blankBtn {
  color: #666;
  pointer-events: none;
}

.navigation .headerNav li.navTit {
  max-width: 240px;
  margin: 0 auto 60px;
  text-align: center;
}

/* ===================================================
  VISUAL (Hero)
=================================================== */

.visual {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 2;
}

.visual .heroView {
  position: relative;
  height: 100%;
}

.visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/static/chanmina/feature/area_of_diamond_final/image/KV_bg_1e1d1M9l.jpg")
      center/cover no-repeat,
    #000;
}

.visual .heroView {
  position: relative;
  z-index: 1;
}

/* ---------- item1 : SNS ---------- */
.visual .item1 {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.heroView .item1 .snsList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heroView .item1 .snsList li {
  margin: 0 0 15px;
  font-size: 20px;
}
.heroView .item1 .snsList li:last-child {
  margin-bottom: 0;
}
.heroView .item1 .snsList li a {
  display: block;
  font-size: 20px;
}

/* ---------- item3 : Logo ---------- */
.visual .item3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--logoW);
}

.visual .item3 img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- Scroll Indicator (scrollBox) ---------- */
.scrollBox {
  position: absolute;
  inset: 0;
  height: 100svh;
  z-index: 1;
  pointer-events: none;
}

.scrollBox .scrollArrow {
  width: 1px;
  height: 60px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  background: #fff;
  animation: scrollArrow 3s cubic-bezier(0.19, 1, 0.22, 1) 0.5s infinite;
}

@keyframes scrollArrow {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  25% {
    clip-path: inset(0 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}

/* ===================================================
  PC (min 770)
=================================================== */
@media screen and (min-width: 770px) {
  .heroView .item1 .snsList li a:hover img {
    filter: invert(0.7);
  }

  .visual .heroView .heroInner.sp {
    display: none;
  }
}

/* ===================================================
  SP (max 769)
=================================================== */
@media screen and (max-width: 769px) {
  .visual {
    height: 100svh;
    min-height: 100svh;
    margin-bottom: 0;
  }

  .visual .item1 {
    left: 16px;
    bottom: 16px;
    top: auto;
    right: auto;
    transform: none;
    width: auto;
    margin: 0;
    z-index: 10;
  }

  .heroView .item1 .snsList {
    flex-direction: row;
    align-items: center;
  }
  .heroView .item1 .snsList li {
    margin: 0 5px 0 0;
  }
  .heroView .item1 .snsList li a {
    padding: 6px;
  }

  .scrollBox {
    display: none;
  }
}

/* ===================================================
  VISUAL ANIMATION (act04 fade in)
=================================================== */
.act04 {
  opacity: 0;
  transition: opacity 0.5s ease 1.2s;
}
.loaded .act04 {
  opacity: 1;
}

/* ===================================================
  LOGO "KIRAN"
=================================================== */
.loaded .visual .item3 img {
  animation: logoKiran 2.8s linear infinite;
  will-change: filter;
}

@keyframes logoKiran {
  0%,
  40% {
    filter: brightness(1) contrast(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  48% {
    filter: brightness(1.7) contrast(1.15)
      drop-shadow(0 0 14px rgba(255, 255, 255, 0.28));
  }
  52% {
    filter: brightness(1) contrast(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  56% {
    filter: brightness(1.85) contrast(1.2)
      drop-shadow(0 0 16px rgba(255, 255, 255, 0.32));
  }
  60%,
  100% {
    filter: brightness(1) contrast(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}

/* ===================================================
  BG BASE（固定・最背面）
=================================================== */
.bgBox {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #000;
}

.bgBox .bg {
  position: absolute;
  inset: 0;
}

.allContain {
  position: relative;
  z-index: 1;
}

/* ===================================================
  bg01：星空
=================================================== */
.bgBox .bg01 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/static/chanmina/feature/area_of_diamond_final/image/ph_bg_1e1d1M9l.jpg")
      center/cover no-repeat,
    #000 !important;
}

.bgBox .bg02,
.bgBox .bg03 {
  display: none !important;
}

/*===================================================
  OP:SCHEDULE
====================================================*/

.sp_only_break {
  display: inline;
}

@media (max-width: 769px) {
  .sp_only_break::before {
    content: "\A";
    white-space: pre;
  }
}

.op_schedule {
}

.op_schedule .tourDateBox {
}

.op_schedule .tourDateBox .tourDateList.listHead {
  padding: 0 0 10px;
}
.op_schedule .tourDateBox .tourDateList.listHead li {
  justify-content: center;
  font-size: 70%;
  font-weight: 600;
}
.op_schedule .tourDateBox.fin .tourDateList.listHead {
  background: none;
  padding: 0 0 10px;
}
.op_schedule .tourDateBox .tourDateList.listHead li:after {
  display: none;
}
.op_schedule .tourDateBox .listHead .scheduleInfo {
  justify-content: center !important;
  font-size: 100%;
}

.op_schedule .tourDateBox .tourDateList {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px;
  margin: 0 0 15px;
  position: relative;
}
.op_schedule .tourDateBox .tourDateList:last-child {
  margin: 0;
}
.op_schedule .tourDateBox.fin .tourDateList {
  margin: 0;
  padding: 15px 0;
}
.op_schedule .tourDateBox .tourDateList li {
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  line-height: 1.5em;
}
.op_schedule .tourDateBox .tourDateList li:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 5%;
  right: 0;
  width: 1px;
  height: 90%;
}
.op_schedule .tourDateBox .tourDateList .scheduleDate {
  width: 26%;
  position: relative;
}
.op_schedule .tourDateBox .tourDateList .scheduleDate .day {
  font-size: 150%;
  padding: 0 5px 0 0;
  font-weight: bold;
}
.op_schedule .tourDateBox .tourDateList .scheduleDate .week {
  padding: 0 10px 0 0;
  display: inline-block;
}
.op_schedule .tourDateBox .tourDateList .scheduleDate .week.sat {
}
.op_schedule .tourDateBox .tourDateList .scheduleDate .week.sun {
}
.op_schedule .tourDateBox .tourDateList .scheduleDate .area {
  font-weight: bold;
}
.op_schedule .tourDateBox .tourDateList .scheduleVenue {
  width: 35%;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}
.op_schedule .tourDateBox .tourDateList .scheduleTime {
  width: 16%;
}
.op_schedule .tourDateBox .tourDateList .scheduleInfo {
  width: 23%;
  justify-content: left;
  font-size: 70%;
  padding: 0 0 0 20px;
}
.op_schedule .tourDateBox .tourDateList .scheduleInfo:after {
  display: none;
}
.op_schedule .tourDateBox .tourDateList .scheduleInfo .scheduleInner i {
  padding: 0 3px 0 0;
  display: inline-block;
}
.op_schedule .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt span {
  display: block;
  padding: 2px 0 0;
}
.op_schedule
  .tourDateBox
  .tourDateList
  .scheduleInfo
  .scheduleInner
  .txt
  .phone,
.op_schedule .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt .web {
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px 0 0;
}
.op_schedule
  .tourDateBox
  .tourDateList
  .scheduleInfo
  .scheduleInner
  .txt
  span
  .webInquiry {
  border-bottom: 1px solid;
}
.op_schedule
  .tourDateBox
  .tourDateList
  .scheduleInfo
  .scheduleInner
  .txt
  span
  a {
  color: #fff;
}

@media screen and (min-width: 770px) {
  .op_schedule .tourDateBox .tourDateList .scheduleTime .subTxt {
    display: none;
  }

  .op_schedule
    .tourDateBox
    .tourDateList
    .scheduleInfo
    .scheduleInner
    .txt
    .phone
    a:hover,
  .op_schedule
    .tourDateBox
    .tourDateList
    .scheduleInfo
    .scheduleInner
    .txt
    .web
    a:hover {
    opacity: 0.7;
  }
}

/* OP:SCHEDULE:SP-max-769 */
@media screen and (max-width: 769px) {
  .op_schedule .tourDateBox {
  }

  .op_schedule .tourDateBox .tourDateList.listHead {
    padding: 0;
  }
  .op_schedule .tourDateBox.fin .tourDateList.listHead {
    padding: 0;
  }
  .op_schedule .tourDateBox .tourDateList.listHead li {
    display: none;
  }

  .op_schedule .tourDateBox .tourDateList {
    display: block;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .op_schedule .tourDateBox.fin .tourDateList {
    padding: 15px;
  }
  .op_schedule .tourDateBox .tourDateList li {
    padding: 0;
    display: block;
    font-size: 100%;
  }
  .op_schedule .tourDateBox .tourDateList li:after {
    display: none;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleDate {
    width: 100%;
    margin-bottom: 5px;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleDate br.sp {
    margin: 0;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleDate .day {
    font-weight: bold;
    font-size: 125%;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleDate .week {
    width: initial;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleDate .week {
  }
  .op_schedule .tourDateBox .tourDateList .scheduleArea {
    display: none;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleVenue {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin: 0 0 10px;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleTime {
    width: 100%;
    margin: 0 0 10px;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleTime .subTxt {
    font-size: 70%;
    line-height: 1;
    width: 100%;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleInfo {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleInfo {
    margin-bottom: 0;
  }
  .op_schedule .tourDateBox .tourDateList .scheduleInfo .txt {
    font-size: 110%;
  }
  .op_schedule
    .tourDateBox
    .tourDateList
    .scheduleInfo
    .scheduleInner
    .txt
    .phone,
  .op_schedule
    .tourDateBox
    .tourDateList
    .scheduleInfo
    .scheduleInner
    .txt
    .web {
    padding: 0 0 2px;
  }

  .op_schedule .csBox {
    padding: 10px 30px;
    font-size: 18px;
  }
  .op_schedule .csBox p {
  }
  .op_schedule .csBox p:first-child {
  }
  .op_schedule .csBox p:last-child {
  }
}

/*===================================================
  SCHEDULE
====================================================*/

.schedule {
}

.schedule .tourDateBox {
}

.schedule .tourDateBox .detail_list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  margin-bottom: 20px;
}

.schedule .tourDateBox .detail_list:last-child {
  margin-bottom: 0;
}

.schedule .tourDateBox .detail_list dt {
  padding: 20px 20px 20px 0;
  width: 200px;
  font-size: 120%;
  font-weight: 500;
}

.schedule .tourDateBox .detail_list dd {
  padding: 20px 0px 20px 40px;
  border-left: 1px solid #fff;
  font-size: 100%;
  width: calc(100% - 200px);
}

.schedule .tourDateBox .detail_list dd span.stg {
  font-size: 150%;
}

.schedule .tourDateBox .detail_list dd span.capt {
  font-size: 90%;
  padding-right: 20px;
}

.schedule .tourDateBox .detail_list dd ul li {
  margin-bottom: 20px;
}

.schedule .tourDateBox .detail_list dd ul li:last-child {
  margin-bottom: 0;
}

.schedule .tourDateBox .detail_list + .detail_list {
  border-top: none;
  padding-top: 0;
}

/* OP:SCHEDULE:SP-max-769 */
@media screen and (max-width: 769px) {
  .schedule .tourDateBox .detail_list {
    border-top: none;
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
  .schedule .tourDateBox .detail_list dt {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: none;
    padding: 0 0 10px 16px;
    position: relative;
  }

  .schedule .tourDateBox .detail_list dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.1em;
    width: 3px;
    height: 24px;
    background: #fff;
  }

  .schedule .tourDateBox .detail_list dt::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
  }

  .schedule .tourDateBox .detail_list dd {
    padding: 10px 0 0;
    border-left: none;
    font-size: 100%;
    width: 100%;
  }
  .schedule .tourDateBox .detail_list > li {
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .cautionBox {
  }
  .cautionBox.family {
    margin-bottom: 40px;
  }
}

/*===================================================
  OP:TICKET
====================================================*/
.op_ticket {
}
.op_ticket .ticketList {
  margin-bottom: 20px;
}
.op_ticket .ticketList:last-child {
  margin-bottom: 0;
}
.op_ticket .tikcetTit {
  background: #000000;
  padding: 40px 60px 40px 40px;
  font-size: 120%;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease;
}
.op_ticket .end .tikcetTit:after {
  content: "受付終了";
  font-size: 70%;
  background: #ffc100;
  color: #000000;
  line-height: 1em;
  padding: 4px 7px 3px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 0 0 10px;
}
.op_ticket .tikcetTit span {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 12px;
  transform: rotate(180deg) translateY(50%);
  transition: 0.3s ease;
}
.op_ticket .tikcetTit.open span {
  transform: translateY(-50%);
}
.op_ticket .tikcetTit span:before {
  content: "";
  position: absolute;
  top: 25%;
  width: 100%;
  height: 100%;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
}
.op_ticket .tikcetDetail {
  display: none;
  padding: 0 40px 40px;
  background: #000000;
}
.op_ticket .detailList {
  display: flex;
  border-bottom: 1px solid;
  padding: 0 0 20px;
  margin: 0 0 20px;
  align-items: stretch;
}
.op_ticket .detailList:first-child {
  border-top: 1px solid;
  padding: 20px 0 20px;
}
.op_ticket .detailList:last-child {
  margin: 0;
}
.op_ticket .detailList dt {
  width: 20%;
  padding: 0 40px 0 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.6em;
}
.op_ticket .detailList dt:before {
}
.op_ticket .detailList dd {
  width: 80%;
  position: relative;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
}
.op_ticket .detailList dd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

.op_ticket .detailList dd > * {
  margin-bottom: 20px;
}
.op_ticket .detailList dd > *:last-child {
  margin-bottom: 0;
}
.op_ticket .detailList dd .detailInner {
  width: 100%;
}
.op_ticket .detailList dd .detailInner > * {
  margin-bottom: 10px;
}
.op_ticket .detailList dd .detailInner > *:last-child {
  margin-bottom: 0;
}

/* OP:TICKET:PC-min-770 */
@media screen and (min-width: 770px) {
  .op_ticket .tikcetTit:hover {
    opacity: 0.7;
  }
}

/* OP:TICKET:SP-max-769 */
@media screen and (max-width: 769px) {
  .op_ticket .tikcetDetail {
    padding: 0 20px 20px;
  }
  .op_ticket .detailList {
    display: block;
  }
  .op_ticket .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 80%;
    border-left: 5px solid;
  }
  .op_ticket .detailList dt .txt {
    font-size: 120%;
  }
  .op_ticket .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .op_ticket .detailList dd:before {
    content: none;
  }
  .op_ticket .tikcetTit {
    padding: 15px 45px 15px 20px;
    font-size: 110%;
    font-weight: 600;
  }
  .op_ticket .tikcetTit span {
    right: 20px;
  }
}

/*===================================================
  footer
====================================================*/

footer {
  position: relative;
  text-align: center;
  padding: 100px;
  z-index: 1;
}
footer .footerLogo {
  display: none;
}
footer .copyright {
  font-weight: 800;
  color: #fff;
  font-size: 100%;
}

/* SP-max-769 */
@media screen and (max-width: 769px) {
  footer {
    padding: 40px;
  }
  footer h2.footerLogo {
    line-height: 0;
    max-width: 200px;
    margin-bottom: 20px;
  }
}

/* =========================================
  LOADER FX
========================================= */

body.is-loading {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;

  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/static/chanmina/feature/area_of_diamond_final/image/KV_bg_1e1d1M9l.jpg")
      center/cover no-repeat,
    #000;
}

.loader__logo {
  position: relative;
  z-index: 5;
  width: var(--logoW);
}
.loader__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.loader__logo img {
  animation:
    logoEnterPop 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both,
    logoKiran 2.8s linear 0.95s infinite;
}

@keyframes logoEnterPop {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.92);
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .loader__logo img {
    animation: none !important;
  }
}

.loader__fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.loader__fx--prism {
  inset: -50%;
  background:
    radial-gradient(
      260px 260px at 22% 30%,
      rgba(255, 255, 255, 0.95),
      transparent 70%
    ),
    radial-gradient(
      320px 320px at 78% 22%,
      rgba(255, 255, 255, 0.7),
      transparent 72%
    ),
    radial-gradient(
      circle at 50% 72%,
      rgba(255, 120, 200, 0.35),
      rgba(110, 190, 255, 0.3),
      rgba(120, 255, 210, 0.25),
      transparent 62%
    );
  mix-blend-mode: screen;
  filter: blur(10px);
  opacity: 0.5;
  transform: translateZ(0);
  animation: loaderGlow 7.2s linear infinite;
  z-index: 4;
}

@keyframes loaderGlow {
  0% {
    transform: translateZ(0) rotate(0deg) translate3d(0, 0, 0);
  }
  50% {
    transform: translateZ(0) rotate(180deg) translate3d(0.8%, -0.4%, 0);
  }
  100% {
    transform: translateZ(0) rotate(360deg) translate3d(0, 0, 0);
  }
}

.loader__fx--ring {
  background: url("/static/chanmina/feature/area_of_diamond_final/image/spark_ring.png")
    center/ min(1200px, 75vw) no-repeat;
  mix-blend-mode: screen;
  opacity: 0;
  transform: scale(0.72);
  filter: blur(0px);
  z-index: 10;
}

.loader.is-fire .loader__fx--ring {
  animation: ringBurst 0.6s ease-out forwards;
}

@keyframes ringBurst {
  0% {
    opacity: 0;
    transform: scale(0.72);
    filter: blur(0px);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.14);
    filter: blur(1px);
  }
}
