@charset "UTF-8";
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1em;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

hr {
  display: none;
}

a {
  color: inherit;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
}

video {
  width: 100%;
  max-width: 100%;
}

.list-unstyled {
  list-style: none;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

@media (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 769px) {
  .d-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jc-pc-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai-pc-fs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ai-pc-st {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .d-pc-inline-block {
    display: inline-block;
  }
}

.lh0 {
  font-size: 0;
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-3 {
  line-height: 1.3;
}

.lh1-4 {
  line-height: 1.4;
}

.lh1-5 {
  line-height: 1.5;
}

.lh1-6 {
  line-height: 1.6;
}

.lh1-7 {
  line-height: 1.7;
}

.lh1-8 {
  line-height: 1.8;
}

.lh1-9 {
  line-height: 1.9;
}

.lh2 {
  line-height: 2;
}

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

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

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

#header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 71.71875%;
}

#header .header-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/drive-in-theater/visual.jpg) no-repeat center top;
  background-size: cover;
}

#header .header-inner h1 {
  width: 90.10101%;
  margin: 0 auto;
  padding-top: 3.51562%;
  font-size: 0;
  line-height: 0;
}

#header .header-inner aside {
  position: absolute;
  width: 40%;
  bottom: 7%;
  right: 5%;
}

@media (min-width: 769px) {
  #header .header-inner aside {
    width: 25%;
    bottom: 8%;
    right: 3%;
  }
  #header .header-inner aside a {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  #header .header-inner aside a:hover {
    opacity: .7;
  }
}

#box01 {
  background-color: #231815;
}

#box01 .liquid-inner {
  width: 93.20312%;
  margin: 0 auto;
  background-color: #fff;
}

#box01 .liquid-inner .solid-inner {
  width: 88.85163%;
  margin: 0 auto;
  padding-bottom: 11.32075%;
}

#box01 .intro {
  padding: 1em 0;
  color: #f00;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#box01 h2 {
  position: relative;
  margin-bottom: 1em;
}

#box01 h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #727171;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#box01 h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 .8em 0 0;
  background-color: #fff;
  color: #727171;
  font-size: 1.4rem;
}

#box01 .artist-list {
  padding: 0 2.83019%;
}

#box01 .artist-list li {
  padding-bottom: 12%;
}

#box01 .artist-list li .tit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  padding-bottom: .5em;
  border-bottom: 1px #231815 solid;
}

#box01 .artist-list li .tit-box h3 {
  font-size: 2.6rem;
  line-height: 1;
}

#box01 .artist-list li .tit-box .time {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

#box01 .artist-list li .artist-box dt {
  padding-bottom: .5em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

#box01 .artist-list li .artist-box dd {
  padding-bottom: 2em;
  font-size: 1.4rem;
  line-height: 1.6;
}

#box01 .artist-list li .artist-box dd .cs {
  text-align: center;
}

#box01 .artist-list li .guest-box dt {
  position: relative;
}

#box01 .artist-list li .guest-box dt span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 1.5em;
  border-radius: .5em;
  background-color: #231815;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transform: translateX(-50%) translateY(-0.5em);
          transform: translateX(-50%) translateY(-0.5em);
}

#box01 .artist-list li .guest-box dd {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

#box01 .btn-form {
  padding-bottom: 5.66038%;
}

#box01 .benefits {
  padding: 1em;
  background-color: #e6e6e6;
}

#box01 .benefits h4 {
  margin-bottom: .5em;
  padding: .8em 1em;
  background-color: #727171;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

#box01 .benefits ul li {
  padding-bottom: 1em;
  font-size: 1.4rem;
}

#box01 .benefits ul li dt {
  font-weight: bold;
}

#box01 .remarks {
  padding-top: 1em;
  color: #f00;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  #box01 .liquid-inner .solid-inner {
    padding-bottom: 120px;
  }
  #box01 .intro {
    padding: 1em 0;
    font-size: 3rem;
  }
  #box01 h2 {
    margin-bottom: 1.5em;
  }
  #box01 h2 span {
    font-size: 2rem;
  }
  #box01 .artist-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 877px;
    margin: 0 auto;
    padding: 0;
  }
  #box01 .artist-list li {
    width: 390px;
    padding-bottom: 60px;
  }
  #box01 .artist-list li .tit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #box01 .artist-list li .tit-box h3 {
    font-size: 3.5rem;
  }
  #box01 .artist-list li .tit-box .time {
    font-size: 2.2rem;
  }
  #box01 .artist-list li .artist-box dt {
    font-size: 2rem;
  }
  #box01 .artist-list li .artist-box dd .cs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6.3em;
  }
  #box01 .artist-list li .guest-box dt {
    position: relative;
  }
  #box01 .artist-list li .guest-box dt span {
    font-size: 2rem;
  }
  #box01 .artist-list li .guest-box dd {
    font-size: 2.6rem;
  }
  #box01 .btn-form {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #box01 .btn-form a {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  #box01 .btn-form a:hover {
    opacity: .7;
  }
  #box01 .benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 777px;
    margin: 0 auto;
    padding: 40px;
  }
  #box01 .benefits h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 120px;
    margin-bottom: 0;
    padding: 0;
    font-size: 2.2rem;
    text-align: center;
  }
  #box01 .benefits ul {
    width: 520px;
  }
  #box01 .benefits ul li {
    font-size: 1.6rem;
  }
  #box01 .remarks {
    width: 960px;
    margin: 0 auto;
    font-size: 3rem;
    text-align: center;
  }
}

#box02 {
  background-color: #231815;
}

#box02 .liquid-inner {
  width: 93.20312%;
  margin: 0 auto;
  background-color: #fff;
}

#box02 .liquid-inner .solid-inner {
  width: 88.85163%;
  margin: 0 auto;
}

#box02 h2 {
  position: relative;
  margin-bottom: 1em;
}

#box02 h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #727171;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#box02 h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 .8em 0 0;
  background-color: #fff;
  color: #727171;
  font-size: 1.4rem;
}

#box02 dl {
  padding-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
}

#box02 dl dd {
  padding-left: 1.6rem;
  font-size: 1.4rem;
}

#box02 dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#box02 .btn-form {
  padding-bottom: 11.32075%;
}

@media (min-width: 769px) {
  #box02 {
    background-color: #231815;
  }
  #box02 h2 {
    margin-bottom: 1.5em;
  }
  #box02 h2 span {
    font-size: 2rem;
  }
  #box02 dl {
    padding-bottom: 1em;
    font-size: 2rem;
    line-height: 1.8;
  }
  #box02 dl dd {
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  #box02 dl dd ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #box02 .btn-form {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  #box02 .btn-form a {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  #box02 .btn-form a:hover {
    opacity: .7;
  }
}

#footer {
  padding: 9.375% 0 16.40625%;
  background-color: #231815;
  color: #fff;
}

#footer ul {
  width: 86.66667%;
  margin: 0 auto 3em;
}

#footer ul li {
  padding: 1em 0;
  border-bottom: 1px #ccc solid;
  font-size: 1.4rem;
  text-align: center;
}

#footer ul li a {
  text-decoration: none;
  color: #fff;
}

#footer dl {
  width: 86.66667%;
  margin: 0 auto;
}

#footer dl dt {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}

#footer dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#footer dl dt span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 .8em;
  background-color: #231815;
  font-size: 1.6rem;
}

#footer dl dd {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

#footer dl dd a {
  text-decoration: none;
}

#footer dl dd .bnr {
  width: 200px;
  margin: 1em auto 0;
}

#footer .hokkaido-style {
  padding-top: 2em;
}

#footer .hokkaido-style dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .hokkaido-style dl dt {
  width: 30%;
}

#footer .hokkaido-style dl dd {
  width: 65%;
  font-size: 1.4rem;
  text-align: left;
}

@media (min-width: 769px) {
  #footer {
    padding: 35px 0 50px;
  }
  #footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer ul li {
    margin-right: 1em;
    padding: 0;
    border-bottom: none;
  }
  #footer ul li a {
    text-decoration: underline;
  }
  #footer ul li a:hover {
    text-decoration: none;
  }
  #footer dl {
    width: 603px;
  }
  #footer dl dt {
    position: relative;
    font-weight: bold;
    text-align: center;
  }
  #footer dl dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  #footer dl dt span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 .8em;
    background-color: #231815;
    color: #fff;
    font-size: 1.6rem;
  }
  #footer dl dd {
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.6;
    text-align: center;
  }
  #footer dl dd strong {
    font-weight: bold;
  }
  #footer dl dd .bnr a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #footer dl dd .bnr a:hover {
    opacity: 0.7;
  }
  #footer .hokkaido-style {
    padding-top: 4em;
  }
  #footer .hokkaido-style dl {
    width: 300px;
  }
}
/*# sourceMappingURL=drive-in-theater.css.map */