@charset "UTF-8";
/* sp */
@media only screen and (max-width: 760px) {
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /* ヘッダー
  -----------------------------------------------*/
  /*  ハンバーガーメニュー
  ---------------------------------------------- */
  .sb-open-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #000;
  }
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #000;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #000;
  }
  .menu-content ul {
    width: auto;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #000;
    transition: all 0.5s; /*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          スライダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .video__wrap {
    margin-bottom: 15px;
  }
  .slider__section {
    width: auto;
    height: 200px;
  }
  .slider__section .slider_wrap {
    width: auto;
    margin-top: 15px;
  }
  .slider__section .slider_wrap .slider__inner {
    overflow: hidden;
    width: auto;
  }
  .slider__section .slider_wrap .slider__inner .youtube {
    width: auto;
    height: 200px;
  }
  .slider__section .slider_wrap .slider__inner .music {
    width: auto;
    height: 600px;
  }
  .dots button {
    width: 5px;
    height: 5px;
  }
  .pager ul li:nth-child(1) {
    top: 50%;
  }
  .pager ul li:nth-child(2) {
    top: 50%;
  }
  .listen .special, .sns .special {
    margin: 0 10px;
  }
  .listen ul li, .sns ul li {
    width: 45%;
  }
  .form__wrap {
    width: auto;
    margin: 0 10px;
    margin-top: 15px;
  }
  .tour {
    overflow: hidden;
  }
  .tour ul {
    display: block;
  }
  .tour ul li {
    width: auto;
  }
  .modal .modal-content {
    padding: 30px;
    width: auto;
  }
  .modal .modal-content p {
    margin-top: 15px;
  }
  .modal .modal__link a {
    width: auto;
    margin-top: 15px;
    padding: 10px;
  }
  .modal .modal__link a:hover {
    background-color: #ec5a62;
  }
}/*# sourceMappingURL=sp.css.map */