/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

.onlySp {
  display: block !important;
}

@media screen and (min-width: 767px) {
  .onlySp {
    display: none !important;
  }
}

.onlyPc {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .onlyPc {
    display: block !important;
  }
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

body {
  background: url(../img/bgMain.jpg) repeat;
  width: 100%;
  font-size: 3.73333vw;
}

@media screen and (min-width: 767px) {
  body {
    font-size: 18px;
    overflow-x: hidden;
  }
}

.wrapper {
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 767px) {
  .wrapper {
    margin-bottom: 0;
  }
}

.ttl {
  margin-bottom: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 6.66667vw;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .ttl {
    height: 80px;
    margin-bottom: 30px;
    padding-top: 50px;
  }
}

.ttl span {
  margin: 0 auto;
  color: #12c1fe;
  font-size: 4.8vw;
  position: relative;
}

@media screen and (min-width: 767px) {
  .ttl span {
    font-size: clamp(24px, 3vw, 36px);
  }
}

.ttl span:before {
  content: "";
  position: absolute;
  left: -9.33333vw;
  top: 50%;
  -webkit-transform: translateY(-60%) rotateY(180deg);
          transform: translateY(-60%) rotateY(180deg);
  width: 8vw;
  height: 6.4vw;
  background: url(../img/iconTtl.png) no-repeat center;
  background-size: 8vw 6.4vw;
}

@media screen and (min-width: 767px) {
  .ttl span:before {
    background-size: 71px 57px;
    width: 71px;
    height: 57px;
    left: -90px;
  }
}

.ttl span:after {
  content: "";
  position: absolute;
  right: -9.33333vw;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 8vw;
  height: 6.4vw;
  background: url(../img/iconTtl.png) no-repeat center;
  background-size: 8vw 6.4vw;
}

@media screen and (min-width: 767px) {
  .ttl span:after {
    background-size: 71px 57px;
    width: 71px;
    height: 57px;
    right: -90px;
  }
}

.mvArea {
  background: url(../img/bgMv.png) no-repeat center top;
  background-size: cover;
  padding: 5.33333vw 0 32vw;
  position: relative;
}

@media screen and (min-width: 767px) {
  .mvArea {
    padding: 40px 0 130px;
  }
}

.mvArea .mvInn {
  max-width: 1000px;
  margin: 0 auto;
}

.mvArea .mvInn h1 {
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 856px;
}

.mvArea .mvInn h1 .logo {
  position: absolute;
  bottom: -33.33333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 47.46667vw;
}

@media screen and (min-width: 767px) {
  .mvArea .mvInn h1 .logo {
    bottom: -5%;
    left: -2%;
    -webkit-transform: none;
            transform: none;
    width: 40%;
    max-width: 356px;
  }
}

@media screen and (min-width: 1000px) {
  .mvArea .mvInn h1 .logo {
    left: -12%;
    bottom: -4%;
  }
}

nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/bgNav.png) repeat-x center;
  z-index: 5;
}

@media screen and (min-width: 767px) {
  nav {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    bottom: 0;
  }
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 0;
}

@media screen and (min-width: 767px) {
  nav ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

nav ul li {
  list-style: none;
  width: 33.33333vw;
  height: 13.33333vw;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 767px) {
  nav ul li {
    width: 30%;
    height: 80px;
    border: none;
    border-radius: 20px;
  }
}

nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.73333vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 767px) {
  nav ul li a {
    font-size: clamp(18px, 2vw, 26px);
  }
}

nav ul li a:before {
  content: "";
  position: absolute;
  background: url(../img/bgNavItem.png) no-repeat;
  background-size: cover;
  width: 4vw;
  height: 4vw;
  left: 0vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 767px) {
  nav ul li a:before {
    width: 34px;
    height: 34px;
    left: -3%;
  }
}

nav ul li:nth-of-type(1) a:before {
  content: none;
}

@media screen and (min-width: 767px) {
  nav ul li:nth-of-type(1) a:before {
    content: "";
    position: absolute;
    background: url(../img/bgNavItem.png) no-repeat;
    background-size: cover;
    left: -12%;
  }
}

@media screen and (min-width: 767px) {
  nav ul li:nth-of-type(3) a:after {
    content: "";
    position: absolute;
    background: url(../img/bgNavItem.png) no-repeat;
    background-size: cover;
    width: 34px;
    height: 34px;
    right: -10%;
  }
}

nav.fix {
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 100%;
  bottom: auto;
}

nav.fix:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.movieArea {
  background: #fff;
  padding-bottom: 6.66667vw;
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 767px) {
  .movieArea {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.movieArea .ttl {
  margin-bottom: 8vw;
}

@media screen and (min-width: 767px) {
  .movieArea .ttl {
    margin-bottom: 60px;
  }
}

.movieArea .inner {
  width: 94.66667vw;
  max-width: 1000px;
  margin: 0 auto;
}

.movieArea .inner .img {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 1.33333vw;
  position: relative;
}

@media screen and (min-width: 767px) {
  .movieArea .inner .img {
    margin-bottom: 5px;
  }
}

.movieArea .inner .img:before {
  content: "";
  position: absolute;
  width: 18.66667vw;
  height: 12.8vw;
  background: url(../img/btnPlay.png) no-repeat center;
  background-size: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 767px) {
  .movieArea .inner .img:before {
    width: 128px;
    height: 88px;
  }
}

@media screen and (min-width: 767px) {
  .movieArea .inner .img:hover {
    cursor: pointer;
  }
}

.movieArea .inner .img + p {
  text-align: center;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.9);
}

.overlay .modalContent {
  width: 92vw;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 767px) {
  .overlay .modalContent {
    width: 80%;
    max-width: 900px;
  }
}

.overlay .modalContent .modalWrap {
  position: relative;
}

.overlay .modalContent .modalWrap .closeBtn {
  color: #fff;
  line-height: 1;
  text-align: right;
}

.overlay .modalContent .modalWrap .closeBtn span {
  font-size: 6.93333vw;
}

@media screen and (min-width: 767px) {
  .overlay .modalContent .modalWrap .closeBtn span {
    font-size: 38px;
  }
  .overlay .modalContent .modalWrap .closeBtn span:hover {
    cursor: pointer;
  }
}

.overlay .modalContent .modalWrap .youtube {
  position: relative;
  padding-top: 56.25%;
}

.overlay .modalContent .modalWrap .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.scheduleArea {
  background: #fff;
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 767px) {
  .scheduleArea {
    margin-bottom: 50px;
  }
}

.scheduleArea .ttl {
  margin-bottom: 12vw;
}

@media screen and (min-width: 767px) {
  .scheduleArea .ttl {
    margin-bottom: 90px;
  }
}

.scheduleArea .inner {
  width: 92vw;
  max-width: 940px;
  margin: 0 auto;
}

.scheduleArea .inner .cont_inn {
  padding-bottom: 6.66667vw;
}

@media screen and (min-width: 767px) {
  .scheduleArea .inner .cont_inn {
    padding-bottom: 50px;
  }
}

.scheduleArea table {
  font-size: 1.4rem;
  /*border:1px solid #ef5e9b;*/
  width: 100%;
}

@media screen and (min-width: 767px) {
  .scheduleArea table {
    font-size: 1.6rem;
    border: 3px solid #4cadff;
    width: 100%;
    margin-bottom: 10px;
  }
}

.scheduleArea thead {
  display: none;
}

@media screen and (min-width: 767px) {
  .scheduleArea thead {
    display: block;
    color: #5e4b3e;
    background-color: #3999ff;
  }
}

.scheduleArea thead td {
  color: #fff;
}

.scheduleArea tr {
  border: 1px solid #4cadff;
  display: block;
  margin-bottom: 2rem;
}

@media screen and (min-width: 767px) {
  .scheduleArea tr {
    border: none;
    display: table;
    margin-bottom: 0;
    border-bottom: 3px solid #4cadff;
    width: 100%;
  }
}

.scheduleArea tr:last-child {
  margin-bottom: 1.33333vw;
}

@media screen and (min-width: 767px) {
  .scheduleArea tr:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.scheduleArea td {
  /*	padding:2rem;*/
  /*	text-align:right;*/
  display: table;
  border-bottom: 1px dotted #4cadff;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .scheduleArea td {
    padding: 1.2rem 0.5rem;
    line-height: 1.4;
    display: table-cell;
    border-bottom: none;
  }
  .scheduleArea td:nth-of-type(1) {
    width: 10%;
  }
}

@media screen and (min-width: 767px) and (min-width: 767px) {
  .scheduleArea td:nth-of-type(1) {
    padding-left: 10px;
  }
}

@media screen and (min-width: 767px) {
  .scheduleArea td:nth-of-type(2) {
    width: 16%;
  }
  .scheduleArea td:nth-of-type(3) {
    width: auto;
  }
  .scheduleArea td:nth-of-type(4) {
    width: 36%;
  }
}

.scheduleArea td:last-child {
  border-bottom: none;
}

.scheduleArea td:before {
  content: attr(aria-label);
  font-weight: bold;
  width: 6rem;
  color: #fff;
  background-color: #3999ff;
  display: table-cell;
  padding: 1rem;
}

@media screen and (min-width: 767px) {
  .scheduleArea td:before {
    display: none;
  }
}

.scheduleArea td p {
  display: table-cell;
  /*	width:100%;*/
  padding: 1rem;
}

@media screen and (min-width: 767px) {
  .scheduleArea td p {
    padding: 0;
    display: inline;
  }
}

.scheduleArea td a {
  color: #01a395;
}

.scheduleArea .scheduleNote {
  font-size: 3.2vw;
  text-align: right;
}

@media screen and (min-width: 767px) {
  .scheduleArea .scheduleNote {
    font-size: clamp(10px, 3vw, 14px);
  }
}

.attentionArea {
  background: #fff;
  padding-bottom: 8vw;
}

@media screen and (min-width: 767px) {
  .attentionArea {
    padding-bottom: 60px;
  }
}

.attentionArea .ttl {
  margin-bottom: 8vw;
}

@media screen and (min-width: 767px) {
  .attentionArea .ttl {
    margin-bottom: 65px;
  }
}

.attentionArea .inner {
  width: 92vw;
  max-width: 940px;
  margin: 0 auto;
}

.snsArea {
  padding-top: 9.33333vw;
  margin-bottom: 8vw;
}

@media screen and (min-width: 767px) {
  .snsArea {
    padding-top: 70px;
    margin-bottom: 65px;
  }
}

.snsArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92vw;
  max-width: 940px;
  margin: 0 auto;
}

.snsArea ul li {
  width: 10.66667vw;
  margin-right: 5.33333vw;
  max-width: 80px;
}

@media screen and (min-width: 767px) {
  .snsArea ul li {
    margin-right: 40px;
  }
}

.snsArea ul li:last-child {
  margin-right: 0;
}

.titleLogoArea {
  margin-bottom: 14.66667vw;
}

@media screen and (min-width: 767px) {
  .titleLogoArea {
    margin-bottom: 110px;
  }
}

.titleLogoArea .logoList {
  width: 92vw;
  margin: 0 auto 6.66667vw;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .titleLogoArea .logoList {
    width: auto;
    margin-bottom: 45px;
  }
}

.titleLogoArea .logoList li {
  display: inline-block;
  width: 41.33333vw;
  max-width: 240px;
  margin: 0 1.33333vw 5.33333vw;
}

@media screen and (min-width: 767px) {
  .titleLogoArea .logoList li {
    margin: 0 20px 0;
  }
}

.titleLogoArea .logoList li:nth-of-type(1) {
  max-width: 200px;
}

.titleLogoArea .tvLink {
  width: 92vw;
  max-width: 460px;
  margin: 0 auto;
}

.titleLogoArea .tvLink img {
  border-radius: 2.13333vw;
  border: 0.53333vw solid #4cadff;
}

@media screen and (min-width: 767px) {
  .titleLogoArea .tvLink img {
    border-radius: 15px;
    border: 3px solid #4cadff;
  }
}

footer {
  background: #fff2f7;
  padding: 2.13333vw;
  border-top: 0.8vw solid #fff;
}

@media screen and (min-width: 767px) {
  footer {
    padding: 10px;
    border-top: 5px solid #fff;
  }
}

footer p {
  text-align: center;
  font-size: 2.66667vw;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  footer p {
    font-size: 13px;
  }
}

.toTop {
  width: 13.33333vw;
  max-width: 118px;
  position: fixed;
  bottom: 14.66667vw;
  right: 1.33333vw;
  display: none;
  z-index: 5;
}

@media screen and (min-width: 767px) {
  .toTop {
    bottom: 70px;
    right: 80px;
  }
  .toTop:hover {
    cursor: pointer;
  }
}
/*# sourceMappingURL=style.css.map */