@charset "UTF-8";
body {
  font-size: 12px;
}

/* sp */
@media only screen and (max-width: 960px) {
  /* フォーム周りリセット */
  .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;
  }
  /* ---------------------------------------------------------------
                          mixin
  ----------------------------------------------------------------*/
  .mt40 {
    margin-top: 40px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .header .header-logo {
    width: 200px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  section {
    width: auto;
    padding: 60px 15px;
  }
  section .section__inner {
    width: auto;
  }
  section .section__inner h2 span {
    width: 250px;
  }
  section .section__inner h2 span:before, section .section__inner h2 span:after {
    width: 50px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                mv
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .mainvisual {
    height: auto;
    padding-top: 0;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                about
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .about .section__inner {
    width: auto;
  }
  .about dl {
    display: block;
  }
  .about dl dt {
    text-align: center;
    width: auto;
    height: auto;
    line-height: normal;
    border: none;
  }
  .about dl dd {
    margin-left: 0;
    margin-top: 15px;
    font-size: 2em;
  }
  .about p {
    text-align: left;
    margin-top: 30px;
    font-size: 1em;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                lineup
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .lineup .section__inner {
    width: auto;
  }
  .lineup .section__inner .lineup__content ul {
    display: block;
    padding-top: 30px;
  }
  .lineup .section__inner .lineup__content ul li {
    width: auto;
    box-shadow: 5px 5px 0px 0px #fff;
  }
  .lineup .section__inner .lineup__content ul li a dl {
    display: contents;
  }
  .lineup .section__inner .lineup__content ul li a dl dt {
    width: auto;
  }
  .lineup .section__inner .lineup__content ul li a dl dt img {
    width: 100%;
    height: auto;
  }
  .lineup .section__inner .lineup__content ul li a dl dd {
    margin-top: 15px;
    width: auto;
  }
  .lineup .section__inner .lineup__content ul li a dl dd h3 {
    margin-bottom: 15px;
  }
  .lineup .section__inner .lineup__content ul li a dl dd .lineup__content--name {
    margin-bottom: 15px;
  }
  .lineup .section__inner .lineup__content ul li a dl dd .lineup__content--name p {
    overflow-wrap: break-word;
    font-size: 1.5em;
  }
  .lineup .section__inner .lineup__content ul li a dl dd .lineup__content--comment {
    margin-bottom: 15px;
  }
  .lineup .section__inner .lineup__content ul li a dl dd .lineup__content--button {
    position: static;
    width: auto;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                caution
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .caution {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caution .section__inner {
    width: auto;
    margin: 0 auto;
  }
  .caution .section__inner h2 {
    border-bottom: solid 1px #002397;
    color: #002397;
  }
  .caution .section__inner h2 span::before {
    background-color: #002397;
  }
  .caution .section__inner h2 span::after {
    background-color: #002397;
  }
  .caution .section__inner .caution__content {
    margin-top: 30px;
  }
  .caution .section__inner .caution__content p {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=sp.css.map */