/*
screenthelive LP用cssです。
screenthelive.com
*/
/* =============================================
base
============================================= */
/*color*/
:root {
  --main-color: #ff0083;
  --second-color: #6b377f;
  --midashi-color: #fff000;
  --text-color: #fff;
  --gray: #474647;
  --blue-green: #09667c;
}

html {
  background: var(--main-color);
  scroll-behavior: smooth;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 基本的なリセット */
body {
  margin: 0;
  overflow-x: hidden;
}

dl,
dt,
dd,
ul,
ol,
figure,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    &:hover {
      opacity: .5;
    }
  }
}

/*webフォント*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?2y36hk');
  src: url('fonts/icomoon.eot?2y36hk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2y36hk') format('truetype'),
    url('fonts/icomoon.woff?2y36hk') format('woff'),
    url('fonts/icomoon.svg?2y36hk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-site-logo:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e902";
}

.icon-Insta-logo:before {
  content: "\e901";
}

.icon-x-logo:before {
  content: "\e903";
}

ul {
  padding-left: 0;

  & >li {
    list-style: none;
  }
}

/* =============================================
汎用スタイル
============================================= */
.m_auto {
  margin: 0 auto;
}

.main-box {
  /* width: 81.13vw; */
  width: 860px;
  margin: 0 auto;
  overflow: hidden;
}

.white-box {
  background: #fff;
  width: 100%;
  /* margin: 8.49vw auto 0; */
  margin: 100px auto 0;
  overflow: hidden;

  /* あとで消す↓ */
  min-height: 400px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;

  & p {
    color: var(--main-color);
    font-weight: 700;
  }
}

.width_100 {
  width: 100%;
}

.width_90 {
  width: 90%;
}

.width_80 {
  width: 80%;
}

.width_70 {
  width: 70%;
}

.font_small {
  font-size: 80%;
}

li,
p {
  color: var(--text-color);
  /* font-size: 1.32vw; */
  font-size: 14px;
  line-height: 1.7;
}

.text-black {
  color: #333;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.72vw;
}

.display-flex {
  display: flex;
  justify-content: center;
  gap: 4.72vw;
}


.mt100 {
  /* margin-top: 9.43vw !important; */
  margin-top: 100px !important;
}

.mt_1em {
  margin-top: 1em !important;
}

.mb_1em {
  margin-bottom: 1em !important;
}

.pt100 {
  /* padding-top: 9.43vw !important; */
  padding-top: 100px !important;
}

.pt_1em {
  padding-top: 1em !important;
}

.pb_1em {
  padding-bottom: 1em !important;
}

/* =============================================
header,nav,footer
============================================= */
/*header*/
header {
  position: fixed;
  z-index: 1000;
  width: calc(100% - 70px);
  left: 20px;
  top: 0;

  & .header-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;

    & .site_logo {
      margin-top: 15px;
      display: block;

    & span {
        color: var(--midashi-color);
        font-size: 5vw;
        display: inline-block;
      }
    }

    & .header-link_box {
      display: flex;
      margin-right: 15px;

      & p {
        line-height: 1;

        & a {
          color: var(--midashi-color);
        }
      }

     & .header-link_box01 {
        display: flex;
        margin-right: 20px;

        & .link_txt {
          padding-top: 15px;

        & a {
            padding: 15px;
            border-left: 1px solid;
            border-bottom: 1px solid;
            border-color: var(--midashi-color);
            background: #07060c;

            &:before {
              content: "\e902";
              font-family: 'icomoon';
              margin-right: 10px;
              font-size: .8em;
            }
          }

          &:nth-child(2) {
            & a {
              border-right: 1px solid;
            }

          }
        }

      }

      & .header-link_logo {
        & a {
          display: block;
          margin-right: 15px;
          margin-top: 15px;

          & span {
            font-size: 1.2em;
          }
        }
      }

    }
  }
}
/* kokomade */

/* ハンバーガーボタンのスタイル */
#hamburger-menu-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  /* メニューの上に表示 */
  position: fixed;
  /* 画面右上に固定 */
  top: 15px;
  right: 20px;
}

#hamburger-menu-button .line01,
.line02,
.line03 {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--midashi-color);
  margin: 6px 0;
  transition: all 0.3s ease;
}

/* ドロワーメニューのスタイル */
.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50vw;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  text-align: center;
  /* 初期状態では画面外に隠す */
  transition: transform 0.5s ease;
  z-index: 1000;
  padding-top: 60px;
  overflow: auto;
  
  &::-webkit-scrollbar {
    width: 5px;
    background: #000;
  }

  &::-webkit-scrollbar-thumb {
    background-color: white;
  }

  &::-webkit-scrollbar-thumb:hover {
    background-color: red;
  }

  /* ボタンと被らないように */
  & >ul {
    list-style: none;
    padding: 0;
    margin: 0;

    & a {
      display: block;
      padding: 15px 25px;
      text-decoration: none;
      color: var(--midashi-color);
      /* font-size: 2.83vw; */
      font-size: 30px;
      font-weight: 700;
      transition: background-color 0.3s ease;

      &:hover {
        background-color: var(--second-color);
      }
      & span {
        font-weight: normal;
        /* font-size: 1.13vw; */
        font-size: 12px;
        display: block;
      }
    }
  }
}

@media screen and (min-width: 768px) and (max-height: 900px) {
  .drawer-menu {
    & >ul {
      & a {
        font-size: 1.85vw;
      }
    }
  }
}

/* メニューが開いたときのクラス */
.drawer-menu.is-active {
  transform: translateX(0);
}

/* ハンバーガーボタンのアニメーション */
#hamburger-menu-button.is-active .line01 {
  transform: rotate(-45deg) translate(-6px, 6px);
}

#hamburger-menu-button.is-active .line02 {
  opacity: 0;
}

#hamburger-menu-button.is-active .line03 {
  transform: rotate(45deg) translate(-6px, -6px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  /* メニューより下に配置 */
  visibility: hidden;
  /* 初期状態では非表示 */
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.overlay.is-active {
  visibility: visible;
  opacity: 1;
}

/* フッタ */
footer {
  position: relative;
  z-index: 2;
  background: var(--main-color);
  overflow: hidden;

  & >.footer-site_logo {
    & .icon-site-logo {
      width: 16.98vw;
      display: block;
      margin: 7.55vh auto;
      line-height: 1;
      text-align: center;
      color: var(--midashi-color);

      &::before {
        font-size: 5vw;
      }
    }
  }

  & >ul {
    &.footer-sns {
      display: flex;
      gap: 1em;
      justify-content: center;

      & a {
        display: block;
        color: var(--midashi-color);
        text-align: center;
        font-size: 1.5em;
      }
    }

    &.footer-ul {
      display: flex;
      gap: 1em;
      justify-content: center;
      margin-top: 1em;

      & a {
        color: var(--midashi-color);
      }
    }
  }

  & .footer-policy {
    text-align: center;

    & a {
      color: var(--midashi-color);
    }
  }

  & .copyright {
    text-align: center;
    color: var(--midashi-color);
    margin: 1em auto 12.74vw;
  }
}

/* =============================================
ジミ・ヘンドリックス
============================================= */
/*背景の実装*/
.wrapper {
  position: relative;

  &:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 70vh);
    /* background: url(../img/bg.svg) repeat-y; */
    /* background-size: contain; */
    position: absolute;
    left: 0;
    top: 70vh;
    z-index: -1;
  }
}

 #intro, #trailer {
    position: relative;

    &::before {
      height: 50vh;
      content: "";
      position: absolute;
      top: -20vh;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: var(--second-color);
      transform: skewY(-13deg);
      z-index: -1;
    }
    &::after {
      height: 50vh;
      content: "";
      position: absolute;
      top: 56vh;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: var(--blue-green);
      transform: skewY(13deg);
      z-index: -1;
    }
  }

#goods {
  position: relative;
  &::before {
    height: 50vh;
    content: "";
    position: absolute;
    top: -5vh;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--second-color);
    transform: skewY(-13deg);
    z-index: -1;
  }
}

  #theater {
  padding-top: 6vh;
  position: relative;
    &::before {
    height: 50vh;
    content: "";
    position: absolute;
    top: -10vh;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--blue-green);
    transform: skewY(13deg);
    z-index: -1;
  }
}

/*KV*/
.main-wrap {
  height: 100vh;
  position: relative;

  &::before {
    content: "";
    display: block;
    background: url(../img/main-bg.webp) no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: absolute;
    z-index: -2;
  }

  & .main-image {
    position: relative;
    z-index: 1;
    padding-top: 8vh;

    & img {
      display: block;
      margin: auto;
    }
  }
}

@media screen and (max-height: 900px) and (min-width: 768px) {
  .main-wrap {
    height: auto;
    margin-bottom: 10vh;
  }
}

/*見出し等*/
.midashi01_box {
  color: var(--midashi-color);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;

  & >.midashi01_ttl {
    display: flex;
    /* font-size: 5.66vw; */
    font-size: 60px;
    align-items: center;

    &:before,
    &:after {
      content: "";
      display: block;
      height: 2px;
      /* width: 50%; */
      background-color: var(--midashi-color);
      flex-grow: 1;
    }

    &:before {
      margin-right: 30px;
    }

    &:after {
      margin-left: 30px;
    }
  }

  & >.midashi01_txt {
    /* font-size: 1.89vw; */
    font-size: 20px;
    color: var(--midashi-color);
  }
}

.midashi02 {
  color: var(--text-color);
  text-align: center;
  font-weight: 700;
  /* font-size: 2.26vw; */
  font-size: 24px;
  /* margin: 8.49vw auto 5.19vw; */
  margin: 86px auto 58px;
  line-height: 1.5;

  & span {
    /* font-size: 4.53vw; */
    font-size: 48px;
    display: block;
  }
}

.midashi03 {
  /* font-size: 2.83vw; */
  font-size: 30px;
  text-align: center;
  /* margin: 4.72vw auto 2.36vw; */
  margin: 52px auto 26px;
  font-weight: 700;
}

.midashi04 {
  /* font-size: 2.26vw; */
  font-size: 24px;
  /* margin: 3.77vw auto 2.36vw; */
  margin: 34px auto 24px;
  font-weight: 700;
}

.trailer-box {
  /* width: 66.04vw; */
  /* margin: 8.49vw auto 0; */
  width: 860px;
  margin: 92px auto 0;
}

.coming_text {
  font-size: 40px;
}

.coming_small_text {
  font-size: 20px;
}

ul {
  &.goods-ul {
    margin: 6.13vw 0 6.13vw;

    & li {
      text-align: center;
      font-weight: 700;

      & p {
        color: #333;
      }

    }
  }
}

dl.theater-dl {
  margin-top: 8vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: .5em 1em;
  color: var(--text-color);

  & dt {
    padding: 3px;
    background: var(--gray);
    width: 4em;
    text-align: center;
  }

  & dd {
    width: calc(100% - 6em);
    line-height: 1.7;
  }
}

/*slick*/
.slick-slide img {
  width: 100%;
}



/* =============================================
スマホ用
============================================= */
@media screen and (max-width: 767px) {
  html, body {
    width: 100%;
    height: 100%;
    scroll-padding-top: 100px;
  }

  html {
    background: url(../img/main-bg_sp.webp) no-repeat top center var(--main-color);
    background-size: cover;
  }


  img {
    max-width: 100%;
  }

  li, p {
    font-size: 3.08vw;
  }

  header {
    width: 100%;
    position: sticky;
  }

  /*背景の実装*/
  .wrapper {
    &:before {
     background: none;
    }
  }

  .drawer-menu {
    width: 100vw;

    & ul {
      & a {
        font-size: 7.69vw;
        & span {
          font-size: 3.08vw;
        }
      }
    }
  }

  .header-wrap {
    display: grid !important;
    gap: 20px 0;
  }

  .site_logo {
    padding-left: 3.85vw;
    order: 2;
  }

  #hamburger-menu-button {
    margin-top: -8px;
  }

  .header-link_box {
    padding-right: calc(30px + 3.85vw);
    order: 1;
    & p {
      font-size: 2.56vw;
    }
  }

  .header-link_box01 {
    padding-top: 15px;
    display: grid !important;
    grid-template-columns: 1fr 1fr;

    & .link_txt {
      padding-top: 0 !important;
    & a {
        padding: 3.85vw !important;
        white-space: nowrap;
      }
    }
  }

  .header-link_logo {
    & a {
      margin-right: 3.85vw !important;
    }
  }

  

  .main-wrap {
    height: auto;
    &::before {
      background: none;
    }
  }
  .main-image {
    width: 92.31vw;
    margin: 0 auto;
    padding: 2vh 0 10vh !important;
    display: block;
  }

  .site_logo {
    & span {
      font-size: 14vw !important;
    }
  }

  .midashi01_ttl {
    font-size: 10.77vw !important;
    &:before {
      margin-right: 3.85vw !important;
    }
    &:after {
      margin-left: 3.85vw !important;
    }
  }

  .midashi01_txt {
    font-size: 3.59vw !important;
  }

  #intro, #trailer {
    &::before {
      height: 30vh;
      top: -6vh;
    }
    &::after {
      height: 30vh;
      top: 36vh;
    }
  }

  #goods {
    &::before {
      height: 30vh;
    }
  }

  #theater {
    padding-top: 6vh;
     &::before {
      height: 30vh;
      top: -10vh;
    }
  }

  .main-box {
    width: 92.31vw;
  }

  .midashi02 {
    margin: 8.49vw auto 5.19vw;
    text-align: center;
    font-size: 4.36vw;
    & span {
      font-size: 8.72vw;
    }
  }

  .midashi03 {
    margin: 4.72vw auto 2.36vw;
    font-size: 5.38vw;
  }

  .midashi04 {
    margin: 3.77vw auto 2.36vw;
    text-align: center;
    font-size: 4.62vw;
  }

  .trailer-box {
    width: 92.31%;
    margin: 8.49vw auto 0;
    aspect-ratio: 16 / 9;

    & iframe {
      width: 100%;
      height: 100%;
    }
  }

  .col2 {
    grid-template-columns: 1fr;
  }

  .display-flex {
    display: grid;
    grid-template-columns: 1fr;
  }

  .white-box {
    margin: 8.49vw auto 0;
    min-height: 80vmin;
  }

  .pt100 {
    padding-top: 9.43vw !important;
  }

  .mt100 {
    margin-top: 9.43vw !important;
  }

  .goods-ul {
    & li {
      &:last-child {
        & img {
          width: 60%;
        }
      }
      & p {
        font-size: 4.1vw;
      }
    }
  }

  dl.theater-dl {
    margin-top: 5vh;
    align-items: flex-start;
    font-size: 3.08vw;

    & dt {
      padding: 5px 5px 8px;
      line-height: 1;
    }
  }

  .footer-site_logo {
    & .icon-site-logo {
      width: auto !important;
      margin: 15vw auto !important;
      &::before {
        font-size: 17vw !important;
      }
    }
  }

  .footer-ul {
    text-align: center;
    display: grid !important;
    gap: 1vw !important;
    & li {
      font-size: 4.1vw !important;
    }

  }
  .footer-sns {
    & a {
      font-size: 6.3vw !important;
    }
  }

  .footer-policy {
    margin: 1vw 0 10vw !important;
    font-size: 4.1vw !important;
  }
}

