@charset "utf-8";

/*================================
common
================================*/
:root {
  --colo-main: #04093a;
  --colo-gold: #b8a536;
  --color_BLK: #252525;
  --gap_96px: clamp(32px, 12vw, 96px);
  --gap_80px: clamp(27px, 10vw, 80px);
  --gap_64px: clamp(21px, 8vw, 64px);
  --gap_48px: clamp(16px, 6vw, 48px);
  --gap_32px: clamp(11px, 4vw, 32px);
  --gap_24px: clamp(8px, 3vw, 24px);
  --gap_16px: clamp(5px, 2vw, 16px);
  --gap_8px: clamp(3px, 1vw, 8px);
}

body {
  width: 100%;
  position: relative;
}

body,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: 500;
}

li,
ol,
ul {
  list-style-type: none;
}

table {
  width: 100%;
}

#page {
  font-size: clamp(18px, 2.2vw, 20px);
  color: var(--colo-main);
  font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  margin: 0 auto;
  /* max-width: 1920px; */
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  position: relative;
}

.top__bg {
  position: relative;
}

.top__bg::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(/sp/kami_wave/assets/images/bg_pc.jpg) no-repeat center / cover;
  z-index: -1;
}

#page * {
  box-sizing: border-box;
}

#page img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page a {
  transition: all 0.3s;
  text-decoration: none;
}

#page a[tabindex*="-1"] {
  pointer-events: none;
}

#page a[tabindex*="-1"]:hover {
  opacity: 1;
}

/* リンクとボタンのoutlineを非表示にする */
#page a,
#page button {
  outline: none;
  cursor: pointer;
}

/* ボタンとリンクにフォーカスした時にoutlineが表示されるようにする */
#page a:focus-visible {
  outline: #3683BF solid 2px;
  outline-offset: 2px;
}

#page button:focus-visible {
  outline: #3683BF solid 2px;
  outline-offset: 1px;
}

#page a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

#page label {
  cursor: pointer;
}

#page em {
  font-style: normal;
  font-weight: bold;
}

#page picture {
  display: block;
}

/* #page section:nth-of-type(4),
#page section:last-of-type { margin-bottom: 0;} */

/* #page section {
  padding-top: 10px;
  margin-top: -10px;
} */

.pc {
  display: block;
}

.sp {
  display: none;
}


.ib {
  font-size: inherit !important;
  display: inline-block;
}


#page_top {
  position: fixed;
  right: 0.5%;
  bottom: 2%;
  display: block;
  width: min(20vw, 100px);
  z-index: 999;
}

#page_top img {
  width: 100%;
}

.top__movie {
  margin: var(--gap_64px) auto 0;
  padding: 0 var(--gap_32px);
}

.movie {
  position: relative;
  max-width: 900px;
  aspect-ratio: 16/9;
  margin: 0 auto var(--gap_64px);
  overflow: hidden;
}

.tvo-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.tver_area {
  text-align: center;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
  margin: 0 auto var(--gap_64px);
  width: clamp(250px, 50vw, 450px);
}

.tver_area em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.3em;
}

.tver_area .tver_info_btm {
  color: inherit;
  margin: var(--gap_16px) auto 0;
  text-align: center;
  line-height: 1.2;
}

.tver_info {
  margin-bottom: var(--gap_8px);
}

@media not screen and (min-width: 767px) {
  #page_top {
    z-index: 800;
  }
}


/*================================
共通パーツ
================================*/
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .3s, transform .3s;
}


.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}

.inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 30px;
}


@media not screen and (min-width: 768px) {
  .inner {
    width: 94%;
    padding-inline: calc((16/750)*100vw);
  }

  .inner_wide,
  .inner_contents {
    max-width: 94%;
    padding-inline: 3vw;
    margin-inline: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .top__movie {
    padding: 0;
  }

  .movie {
    width: 90%;
  }
}

.contents__box {
  width: 100%;
  /* background: rgba(255 255 255 / 80%); */
  background: #fff;
  border-radius: 20px;
  margin: min(20vw, 160px) auto;
  padding: min(25vw, 140px) var(--gap_32px) var(--gap_64px);
  border: 10px solid var(--colo-gold);
  position: relative;
}

.contents__box:last-of-type {
  margin-bottom: var(--gap_96px);
}

.contents__box--title {
  position: absolute;
  width: min(60vw, 290px);
  top: min(20vw, -100px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.title_img01 {
  text-align: center;
  margin-bottom: var(--gap_48px);
}


/*================================
mv
================================*/
/* スマホ版非表示*/
#smpwrapper {
  display: none;
}

.smpwrapper {
  display: none;
}






.intros {
  display: none;
}



a {
  color: #060405;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-underline-offset: 4px;
}

a:hover {
  color: #060405;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:visited {
  color: #060405;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-underline-offset: 4px;
}



#index {
  text-align: center;
  overflow: visible;
  background-color: #000000;
  font-family: 'Noto Sans JP', sans-serif !important;
  text-shadow: none !important;
  font-feature-settings: "palt" 1;
}





.contents img {
  width: 100%;
  height: auto;
}


.pad_001 {
  padding-top: 2%;
  padding-left: 8%;
  padding-right: 8%;
}

.pad_002 {
  margin-top: 2.5em;
  padding: 0 2% 5%;
}

.about.pad_002 > div:first-of-type {
  margin-bottom: 5.5em;
}

.pad_004 {
  padding-top: 2.5%;
}

.pad_005 {
  padding-top: 2.5%;
  padding-bottom: 4%;
  padding-left: 25%;
  padding-right: 25%;
}





.popout_001 {
  margin: 0 auto;
}

/* .popout_001 img {
  animation: anime1 0.75s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime1 {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(0.95, 0.95);
  }
} */



#main {
  z-index: 1000;
}


.bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background-color: #ff8357;
}

.bg div {
  position: absolute;
}

.bg div img {
  width: 100%;
}


.bg .p_001 {
  width: 12%;
  top: 8%;
  left: 7%;
}

.bg .p_002 {
  width: 10%;
  top: 32%;
  left: 3%;
}

.bg .p_003 {
  width: 11%;
  top: 28%;
  left: 16%;
}

.bg .p_004 {
  width: 15%;
  top: 55%;
  left: 7%;
}

.bg .p_005 {
  width: 10%;
  top: 62%;
  left: -3%;
}

.bg .p_006 {
  width: 11%;
  top: 70%;
  left: 16%;
}

.bg .p_007 {
  width: 10%;
  top: 85%;
  left: 7%;
}

.bg .p_008 {
  width: 10%;
  top: 23%;
  left: -6%;
}


.bg .p_009 {
  width: 12%;
  top: 8%;
  left: 30%;
}

.bg .p_010 {
  width: 18%;
  top: 45%;
  left: 28%;
}

.bg .p_011 {
  width: 13%;
  top: 28%;
  left: 44%;
}

.bg .p_012 {
  width: 14%;
  top: 65%;
  left: 30%;
}

.bg .p_013 {
  width: 12%;
  top: 87%;
  left: 30%;
}

.bg .p_014 {
  width: 11%;
  top: -5%;
  left: 44%;
}


.bg .p_015 {
  width: 12%;
  top: 7%;
  left: 55%;
}

.bg .p_016 {
  width: 10%;
  top: -5%;
  left: 18%;
}

.bg .p_017 {
  width: 12%;
  top: 26%;
  left: 64%;
}

.bg .p_018 {
  width: 13%;
  top: 50%;
  left: 58%;
}

.bg .p_019 {
  width: 10%;
  top: 62%;
  left: 47%;
}

.bg .p_020 {
  width: 11%;
  top: 70%;
  left: 69%;
}

.bg .p_021 {
  width: 10%;
  top: 85%;
  left: 57%;
}

.bg .p_022 {
  width: 10%;
  top: -4%;
  left: 68%;
}


.bg .p_023 {
  width: 12%;
  top: 8%;
  left: 80%;
}

.bg .p_024 {
  width: 14%;
  top: 44%;
  left: 76%;
}

.bg .p_025 {
  width: 12%;
  top: -4%;
  left: 91%;
}

.bg .p_026 {
  width: 14%;
  top: 33%;
  left: 91%;
}

.bg .p_027 {
  width: 13%;
  top: 60%;
  left: 87%;
}

.bg .p_028 {
  width: 18%;
  top: 85%;
  left: 84%;
}




.bg .p_0XX {
  width: 3%;
  top: 92%;
  left: 50%;
}




.bg .p_001,
.bg .p_003,
.bg .p_005,
.bg .p_007,
.bg .p_010,
.bg .p_011,
.bg .p_013,
.bg .p_015,
.bg .p_017,
.bg .p_019,
.bg .p_021,
.bg .p_024,
.bg .p_025,
.bg .p_027,
.bg .p_029,
.bg .p_031,
.bg .p_033,
.bg .p_035,
.bg .p_037,
.bg .p_039,
.bg .p_041,
.bg .p_043,
.bg .p_045,
.bg .p_047,
.bg .p_049,
.bg .p_051,
.bg .p_053,
.bg .p_055,
.bg .p_057,
.bg .p_059 {
  animation: rotato_r 1.5s ease-in-out infinite;
}

.bg .p_002,
.bg .p_004,
.bg .p_006,
.bg .p_008,
.bg .p_009,
.bg .p_012,
.bg .p_014,
.bg .p_016,
.bg .p_018,
.bg .p_020,
.bg .p_022,
.bg .p_023,
.bg .p_026,
.bg .p_028,
.bg .p_030,
.bg .p_032,
.bg .p_034,
.bg .p_036,
.bg .p_038,
.bg .p_040,
.bg .p_042,
.bg .p_044,
.bg .p_046,
.bg .p_048,
.bg .p_050,
.bg .p_052,
.bg .p_054,
.bg .p_056,
.bg .p_058,
.bg .p_060 {
  animation: rotato_l 1.5s ease-in-out infinite;
}



.bg .p01,
.bg .p03,
.bg .p05,
.bg .p07,
.bg .p09,
.bg .p12,
.bg .p13 {
  animation: rotato_r 1.5s ease-in-out infinite;
}

.bg .p02,
.bg .p04,
.bg .p06,
.bg .p08,
.bg .p10,
.bg .p11 {
  animation: rotato_l 1.5s ease-in-out infinite;
}


@keyframes rotato_r {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes rotato_l {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes move_r {
  0% {
    transform: translateX(0) rotate(0);
  }

  50% {
    transform: translateX(10%) rotate(-15deg);
  }

  100% {
    transform: translateX(0) rotate(0);
  }
}

@keyframes move_l {
  0% {
    transform: translateX(0) rotate(0);
  }

  50% {
    transform: translateX(-20%) rotate(15deg);
  }

  100% {
    transform: translateX(0) rotate(0);
  }
}







.box1350 {
  margin: auto;
  max-width: 1350px;
}

.date {
  width: min(100%,900px);
  margin: var(--gap_24px) auto 0;
}


#page-top {
  position: fixed;
  bottom: 0px;
  right: 30px;
  width: 200px;
  height: 225px;
  z-index: 9999;
}

#page-top img {
  width: 100%;
  height: auto;
}

.fixed {
  position: fixed;
  top: 0px;
}


#ticket {
  display: block;
  padding-top: 770px;
  margin-top: -770px;
}

#contact {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}




/* .movie {
  display: block;
  position: relative;
  width: 100%;
  padding-top: calc(9 / 16 * 100%);
  margin: 0.5% auto;
  background-size: contain;
}

.movie .tvo-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
} */


@media not screen and (min-width: 768px) {

  /*================================
  common
  ================================*/
  #page {
    line-height: 1.4;
  }

  .toggle_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #000;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .toggle_btn span {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 17.5px);
    transition: all .4s;
  }

  .toggle_btn span:nth-of-type(1) {
    top: 17.5px;
  }

  .toggle_btn span:nth-of-type(2) {
    top: calc(50% - 2px);
  }

  .toggle_btn span:nth-of-type(3) {
    bottom: 17.5px;
  }

  .toggle_btn.active {
    background-color: transparent;
    left: 89%;
  }

  .toggle_btn.active span {
    background-color: #000;
  }

  .toggle_btn.active span:nth-of-type(1) {
    top: 30px;
    transform: rotate(-135deg);
  }

  .toggle_btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .toggle_btn.active span:nth-of-type(3) {
    bottom: 28px;
    transform: rotate(135deg);
  }

  .toggle_btn.fixed {
    top: 0;
  }

  .back_to_top {
    width: 80%;
  }

  .navi_sns {
    gap: 2em;
  }

  .top__border::before {
    width: 3vw;
  }

  .top__border::after {
    width: 3vw;
  }

  /*================================
  共通パーツ
  ================================*/
  .top__bg::before {
    background: url(/sp/kami_wave/assets/images/bg_sp.jpg) no-repeat center / cover;
  }

  .title_img01 {
    width: min(50vw, 240px);
    margin: 0 auto var(--gap_48px);
  }

  .contents__box {
    padding-top: min(22vw, 120px);
    border: 6px solid var(--colo-gold);
  }

  .contents__box--title {
    top: min(-12vw, -60px);
    width: min(50vw, 240px);
  }

  .contents__box--title img {
    width: 100%;
  }

  /*================================
mv
================================*/



  /* PC版非表示*/
  #smpwrapper {
    display: block;
  }

  .smpwrapper {
    display: block;
  }

  #pcwrapper {
    display: none;
  }

  .pcwrapper {
    display: none;
  }


  .intros {
    display: none;
  }


  a {
    color: #060405;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-underline-offset: 4px;
  }

  a:hover {
    color: #060405;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  a:visited {
    color: #060405;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-underline-offset: 4px;
  }


  body {
    -webkit-text-size-adjust: 100%;
    text-align: left;
    overflow: visible;
    font-family: 'Noto Sans JP', sans-serif !important;
    text-shadow: none !important;
    font-feature-settings: "palt" 1;
    background-color: #0a0706;
  }

  img {
    width: 100%;
    height: auto;
  }


  .box1350 {
    overflow: hidden;
  }


  .contents img {
    width: 100%;
    height: auto;
  }


  .pad_001 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8%;
  }

  .pad_002 {
    margin-top: 10%;
    padding: 0 2% 5%;
  }

  /* .pad_003 {

} */
  .pad_004 {
    padding-top: 5%;
  }

  .pad_005 {
    padding-top: 6%;
    padding-bottom: 7.5%;
    padding-left: 7%;
    padding-right: 7%;
  }



  .bg_slide {
    width: 100%;
    padding-top: 240px;
    background: url("/sp/kami_wave/assets/images/image_003.png?20170624-1235");
    background-size: 774px 240px;
    animation: bg_slide2 18s linear infinite;
  }

  @keyframes bg_slide2 {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: -774px 0;
    }
  }



  .popout_001 {
    margin: 0 auto;
  }

  .popout_001 img {
    animation: anime1 0.75s ease 0s infinite alternate;
    transform-origin: center;
  }

  /* @keyframes anime1 {
    from {
      transform: scale(1.05, 1.05);
    }

    to {
      transform: scale(0.95, 0.95);
    }
  } */



  #main {
    z-index: 1000;
  }


  .bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    background-color: #ff8357;
  }

  .bg div {
    position: absolute;
  }

  .bg div img {
    width: 100%;
  }


  .bg .p_001 {
    width: 22%;
    top: 8%;
    left: 2.5%;
  }

  .bg .p_002 {
    width: 20%;
    top: 36%;
    left: -2%;
  }

  .bg .p_003 {
    width: 21%;
    top: 27%;
    left: 16%;
  }

  .bg .p_004 {
    width: 29%;
    top: 52%;
    left: 9%;
  }

  .bg .p_005 {
    width: 20%;
    top: 62%;
    left: -3%;
  }

  .bg .p_006 {
    width: 21%;
    top: 73%;
    left: 18%;
  }

  .bg .p_007 {
    width: 20%;
    top: 85%;
    left: 7%;
  }

  .bg .p_008 {
    width: 20%;
    top: 23%;
    left: -6%;
  }


  .bg .p_009 {
    width: 22%;
    top: 8%;
    left: 30%;
  }

  .bg .p_010 {
    width: 35%;
    top: 42%;
    left: 28%;
  }

  .bg .p_011 {
    width: 23%;
    top: 25%;
    left: 44%;
  }

  .bg .p_012 {
    width: 24%;
    top: 62%;
    left: 33%;
  }

  .bg .p_013 {
    width: 22%;
    top: 92%;
    left: 28%;
  }

  .bg .p_014 {
    width: 21%;
    top: -5%;
    left: 28%;
  }


  .bg .p_015 {
    width: 22%;
    top: 10%;
    left: 56%;
  }

  .bg .p_016 {
    width: 20%;
    top: -5%;
    left: -3%;
  }

  .bg .p_017 {
    width: 22%;
    top: 32%;
    left: 68%;
  }

  .bg .p_018 {
    width: 25%;
    top: 53%;
    left: 55%;
  }

  .bg .p_019 {
    width: 20%;
    top: 74%;
    left: 43%;
  }

  .bg .p_020 {
    width: 21%;
    top: 72%;
    left: 69%;
  }

  .bg .p_021 {
    width: 20%;
    top: 89%;
    left: 59%;
  }

  .bg .p_022 {
    width: 20%;
    top: -4%;
    left: 58%;
  }


  .bg .p_023 {
    width: 20%;
    top: 6%;
    left: 80%;
  }

  .bg .p_024 {
    width: 25%;
    top: 42%;
    left: 78%;
  }

  .bg .p_025 {
    width: 22%;
    top: 25%;
    left: 92%;
  }

  .bg .p_026 {
    width: 24%;
    top: 62%;
    left: 80%;
  }

  .bg .p_027 {
    width: 22%;
    top: 87%;
    left: 80%;
  }

  .bg .p_028 {
    width: 25%;
    top: -1%;
    left: 87%;
  }




  .bg .p_0XX {
    width: 3%;
    top: 92%;
    left: 50%;
  }




  .bg .p_001,
  .bg .p_003,
  .bg .p_005,
  .bg .p_007,
  .bg .p_010,
  .bg .p_011,
  .bg .p_013,
  .bg .p_015,
  .bg .p_017,
  .bg .p_019,
  .bg .p_021,
  .bg .p_024,
  .bg .p_025,
  .bg .p_027,
  .bg .p_029,
  .bg .p_031,
  .bg .p_033,
  .bg .p_035,
  .bg .p_037,
  .bg .p_039,
  .bg .p_041,
  .bg .p_043,
  .bg .p_045,
  .bg .p_047,
  .bg .p_049,
  .bg .p_051,
  .bg .p_053,
  .bg .p_055,
  .bg .p_057,
  .bg .p_059 {
    animation: rotato_r 1.5s ease-in-out infinite;
  }

  .bg .p_002,
  .bg .p_004,
  .bg .p_006,
  .bg .p_008,
  .bg .p_009,
  .bg .p_012,
  .bg .p_014,
  .bg .p_016,
  .bg .p_018,
  .bg .p_020,
  .bg .p_022,
  .bg .p_023,
  .bg .p_026,
  .bg .p_028,
  .bg .p_030,
  .bg .p_032,
  .bg .p_034,
  .bg .p_036,
  .bg .p_038,
  .bg .p_040,
  .bg .p_042,
  .bg .p_044,
  .bg .p_046,
  .bg .p_048,
  .bg .p_050,
  .bg .p_052,
  .bg .p_054,
  .bg .p_056,
  .bg .p_058,
  .bg .p_060 {
    animation: rotato_l 1.5s ease-in-out infinite;
  }



  .bg .p01,
  .bg .p03,
  .bg .p05,
  .bg .p07,
  .bg .p09,
  .bg .p12,
  .bg .p13 {
    animation: rotato_r 1.5s ease-in-out infinite;
  }

  .bg .p02,
  .bg .p04,
  .bg .p06,
  .bg .p08,
  .bg .p10,
  .bg .p11 {
    animation: rotato_l 1.5s ease-in-out infinite;
  }


  @keyframes rotato_r {
    0% {
      transform: rotate(0);
    }

    50% {
      transform: rotate(-15deg);
    }

    100% {
      transform: rotate(0);
    }
  }

  @keyframes rotato_l {
    0% {
      transform: rotate(0);
    }

    50% {
      transform: rotate(15deg);
    }

    100% {
      transform: rotate(0);
    }
  }

  @keyframes move_r {
    0% {
      transform: translateX(0) rotate(0);
    }

    50% {
      transform: translateX(10%) rotate(-15deg);
    }

    100% {
      transform: translateX(0) rotate(0);
    }
  }

  @keyframes move_l {
    0% {
      transform: translateX(0) rotate(0);
    }

    50% {
      transform: translateX(-20%) rotate(15deg);
    }

    100% {
      transform: translateX(0) rotate(0);
    }
  }




  #smp_page-top {
    position: fixed;
    bottom: 0px;
    right: 15px;
    width: 100px;
    height: 113px;
    z-index: 89;
  }

  .fixed {
    position: fixed;
    top: 0px;
  }







}