@charset "UTF-8";
/* デフォルト */
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .tb {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", 'YuGothic', "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
}

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

p {
  font-size: 18px;
  color: #fff;
  line-height: 1.75;
}

@media screen and (max-width: 540px) {
  p {
    font-size: 15px;
  }
}

h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0px;
  font-family: 源ノ明朝;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 540px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 50px;
}

@media screen and (max-width: 540px) {
  h3 {
    font-size: 18px;
  }
}

section {
  padding-bottom: 64px;
}

@media screen and (max-width: 540px) {
  section {
    padding: 32px 0px;
  }
}

.container {
  max-width: 850px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 85%;
  }
}

@media screen and (max-width: 540px) {
  .container {
    width: 95%;
  }
}

.container.wide {
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  .container.wide {
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .container.wide {
    width: 95%;
  }
}

.black-bg {
  background-color: #000;
}

img {
  width: 100%;
}

.base-img {
  max-width: 650px;
  margin: 24px auto;
}

@media screen and (max-width: 540px) {
  .base-img {
    margin: 16px;
  }
}

.base-img img {
  width: 100%;
}

.text-box p {
  padding: 16px;
}

.text-box.mgt {
  margin-top: 40px;
}

@media screen and (max-width: 540px) {
  .text-box.mgt {
    margin-top: 16px;
  }
}

.text-big {
  font-size: 30px;
  border-bottom: solid 2px #fff;
}

.text-size-up {
  font-size: 24px;
}

header .header-logo {
  padding: 10px 0 10px 10px;
}

@media screen and (max-width: 540px) {
  header .header-logo {
    padding-top: 15px;
  }
}

header .header-logo img {
  width: 20%;
}

@media screen and (max-width: 540px) {
  header .header-logo img {
    width: 40%;
  }
}

header .header-main {
  background-image: url(../img/header-main-img.png);
  background-size: cover;
  padding: 30px 0;
  height: 474px;
  position: relative;
}

@media screen and (max-width: 540px) {
  header .header-main {
    background-position: center;
  }
}

header .header-main .header-main-title {
  width: 25%;
  margin: 35px auto 0 auto;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 540px) {
  header .header-main .header-main-title {
    width: 65%;
  }
}

header .header-main .header-main-information {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50%;
  text-align: center;
  margin: 30px auto 0 auto;
  font-weight: bold;
  padding: 20px 0;
}

@media screen and (max-width: 540px) {
  header .header-main .header-main-information {
    width: 85%;
  }
}

header .header-main .header-main-information p {
  font-size: 26px;
}

@media screen and (max-width: 540px) {
  header .header-main .header-main-information p {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .first {
    padding: 1px;
  }
}

.first .first-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 540px) {
  .first .first-wrapper {
    display: block;
  }
}

.first .first-wrapper .first-wrapper-img {
  margin-top: 20px;
}

@media screen and (max-width: 540px) {
  .first .first-wrapper .first-wrapper-img {
    margin-top: 0px;
  }
}

.first .first-wrapper .first-wrapper-img img {
  width: 55%;
}

@media screen and (max-width: 540px) {
  .first .first-wrapper .first-wrapper-img img {
    width: 100%;
  }
}

.first .first-wrapper .first-wrapper-img .first-wrapper-img-top {
  position: relative;
  top: 60px;
  left: 70px;
}

@media screen and (max-width: 540px) {
  .first .first-wrapper .first-wrapper-img .first-wrapper-img-top {
    width: 55%;
    top: 50px;
    left: 0px;
    float: right;
  }
}

@media screen and (max-width: 540px) {
  .first .first-wrapper .first-wrapper-img .first-wrapper-img-bottom {
    width: 55%;
  }
}

.first .first-wrapper .first-wrapper-text h2 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .first .first-wrapper .first-wrapper-text h2 {
    font-size: 23px;
  }
}

@media screen and (max-width: 540px) {
  .first .first-wrapper .first-wrapper-text h2 {
    margin: 20px 0;
  }
}

@media screen and (max-width: 540px) {
  .first .first-wrapper .first-wrapper-text .first-wrapper-text-logo {
    width: 65%;
    margin: auto;
  }
}

.plan-box {
  background-color: #333333;
  width: 80%;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 30px 0;
  position: relative;
}

@media screen and (max-width: 540px) {
  .plan-box {
    margin-top: 40px;
  }
}

.plan-box p {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .plan-box p {
    font-size: 22px;
  }
}

@media screen and (max-width: 540px) {
  .plan-box p {
    font-size: 20px;
  }
}

.plan-box .plan-box-text {
  margin-bottom: 30px;
}

.plan-box .plan-box-text .plan-box-text-bold {
  font-weight: bold;
}

.plan-box .plan-box-text .plan-box-text-normal {
  margin-top: 15px;
}

.plan-box::before {
  position: absolute;
  content: '';
  background: url(../img/plan-logo-karaoke.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 15%;
  top: 10px;
  left: -16%;
}

@media screen and (max-width: 540px) {
  .plan-box::before {
    width: 65%;
    top: -25px;
  }
}

.plan-box::after {
  position: absolute;
  content: '';
  background: url(../img/plan-logo-darts.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  bottom: -15px;
  right: -92px;
}

@media screen and (max-width: 540px) {
  .plan-box::after {
    width: 130px;
    height: 130px;
    bottom: -35px;
    right: -45px;
  }
}

.access-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 540px) {
  .access-wrapper {
    display: block;
  }
}

.access-wrapper p {
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 540px) {
  .access-wrapper p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
  }
}

.access-wrapper .access-wrapper-map {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

footer {
  background-color: rgba(0, 0, 0, 0.5);
}

footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 540px) {
  footer .footer-wrapper {
    display: block;
    padding: 10px 0;
  }
}

footer .footer-wrapper .footer-wrapper-img {
  margin-top: 20px;
}

@media screen and (max-width: 540px) {
  footer .footer-wrapper .footer-wrapper-img {
    margin-top: 0px;
    text-align: center;
  }
}

footer .footer-wrapper .footer-wrapper-img img {
  width: 70%;
}

@media screen and (max-width: 540px) {
  footer .footer-wrapper .footer-wrapper-img img {
    width: 40%;
  }
}

@media screen and (max-width: 540px) {
  footer .footer-wrapper .footer-wrapper-text {
    text-align: center;
  }
}

footer .footer-wrapper .footer-wrapper-text p {
  margin-top: 12px;
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */