@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  background: transparent;
}

html, body {
  font-size: 62.5%;
  text-align: center;
  color: #1b0c07;
}

body h1, body h2, body h3, body p, body ul, body li, body a, body .advice_txt {
  font-family: 'Noto Sans JP', sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

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

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

img {
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

picture {
  display: block;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

body {
  font-family: 'Noto Sans JP', sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

h1 img {
  width: 100%;
}

ul.anker {
  width: 100%;
  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;
  background: #ffe11a;
}

@media screen and (max-width: 768px) {
  ul.anker {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

ul.anker.fixed {
  position: fixed;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  -webkit-box-shadow: 3px 0px 15px 3px rgba(84, 73, 0, 0.2);
  box-shadow: 3px 0px 15px 3px rgba(84, 73, 0, 0.2);
}

ul.anker li {
  padding-right: 75px;
  margin-right: 50px;
  border-right: 2px solid #ae9812;
  height: 60px;
  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;
}

@media screen and (max-width: 768px) {
  ul.anker li {
    padding-right: 0;
    margin-right: 0;
    width: 50%;
    border-right: none;
    height: 11.71875vw;
  }
}

ul.anker li:nth-of-type(1) {
  position: relative;
}

@media screen and (max-width: 768px) {
  ul.anker li:nth-of-type(1):before {
    display: block;
    content: "";
    position: absolute;
    right: -10px;
    top: 30%;
    width: 0.26042vw;
    height: 4.55729vw;
    background: #ae9812;
  }
}

@media screen and (max-width: 768px) {
  ul.anker li:nth-of-type(2) {
    border-right: none;
  }
}

ul.anker li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

@media screen and (max-width: 768px) {
  ul.anker li:last-child {
    width: 100%;
    border-top: 0.39063vw solid #ae9812;
  }
}

ul.anker li a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  ul.anker li a {
    font-size: 3.64583vw;
  }
}

ul.anker li a:after {
  display: block;
  content: "";
  position: absolute;
  right: -25px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #1b0c07;
}

@media screen and (max-width: 768px) {
  ul.anker li a:after {
    right: -5.20833vw;
    top: 1.30208vw;
    border-left: 1.43229vw solid transparent;
    border-right: 1.43229vw solid transparent;
    border-top: 2.08333vw solid #1b0c07;
  }
}

.about {
  padding: 70px 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 10.41667vw 5.20833vw;
  }
}

.about:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/about_bk.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .about:before {
    background: url(../img/sp/about_bk.png) no-repeat;
    background-size: 104vw;
  }
}

.about p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .about p {
    font-size: 3.64583vw;
  }
}

.about p span.big {
  font-size: 28px;
  border-bottom: 3px solid #e94908;
  color: #e94908;
  line-height: 1.8;
  vertical-align: unset;
}

@media screen and (max-width: 768px) {
  .about p span.big {
    font-size: 5.20833vw;
  }
}

.about p span.small {
  font-size: 20px;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .about p span.small {
    font-size: 3.64583vw;
  }
}

section .sec {
  padding: 80px 0 100px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  section .sec {
    padding: 10.41667vw 0 13.02083vw;
  }
}

section .sec:before, section .sec:after {
  display: block;
  content: "";
  position: absolute;
}

section .sec:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section .sec:after {
  top: -40px;
  right: 120px;
  width: 190px;
  height: 190px;
}

@media screen and (max-width: 768px) {
  section .sec:after {
    top: -2.60417vw;
    right: 3.90625vw;
    width: 17.70833vw;
    height: 17.70833vw;
    background-size: 17.70833vw !important;
  }
}

section .sec:nth-of-type(odd):before {
  background: url(../img/sec01_bk.png) no-repeat;
  background-size: cover;
  background-position: center;
}

section .sec:nth-of-type(even):before {
  background: url(../img/sec02_bk.png) no-repeat;
  background-size: cover;
  background-position: center;
}

section .sec.coming:after {
  background: url(../img/coming_icon.png) no-repeat;
}

section .sec.close:after {
  background: url(../img/close_icon.png) no-repeat;
}

section .sec__inner {
  overflow: hidden;
}

section .sec__inner__ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section .sec__inner__ttl {
    width: 66.40625vw;
    margin: 0 auto 5.20833vw;
  }
}

section .sec__inner__date {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section .sec__inner__date {
    width: 84.63542vw;
    margin: 0 auto 6.51042vw;
  }
}

section .sec__inner__txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section .sec__inner__txt {
    font-size: 3.38542vw;
    margin-bottom: 2.60417vw;
  }
}

section .sec__inner__img {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section .sec__inner__img {
    margin-bottom: 6.51042vw;
  }
}

@media screen and (max-width: 768px) {
  section .sec__inner__img._01 {
    padding: 0 3.90625vw 0 6.51042vw;
  }
}

@media screen and (max-width: 768px) {
  section .sec__inner__img._02 {
    padding: 0 2.60417vw 0 6.51042vw;
  }
}

@media screen and (max-width: 768px) {
  section .sec__inner__img._03 {
    padding: 0 0 0 6.51042vw;
  }
}

section .sec__inner__fukidashi {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section .sec__inner__fukidashi {
    width: 84.63542vw;
    margin: 0 auto 2.60417vw;
  }
}

section .sec__inner__btn {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 450px;
  height: 70px;
  line-height: 70px;
  position: relative;
  margin-top: 50px;
  -webkit-box-sizing: unset;
  box-sizing: unset;
}

@media screen and (max-width: 768px) {
  section .sec__inner__btn {
    font-size: 3.64583vw;
    width: 65.10417vw;
    height: 11.97917vw;
    line-height: 11.97917vw;
    margin-top: 6.51042vw;
  }
}

section .sec__inner__btn.cl {
  background: #b5b5b5;
  -webkit-box-shadow: 0 10px 0 0 #a0a0a0;
  box-shadow: 0 10px 0 0 #a0a0a0;
  border-bottom: 10px solid #a0a0a0;
}

@media screen and (max-width: 768px) {
  section .sec__inner__btn.cl {
    -webkit-box-shadow: 0 2.34375vw 0 0 #a0a0a0;
    box-shadow: 0 2.34375vw 0 0 #a0a0a0;
    border-bottom: 2.34375vw solid #a0a0a0;
  }
}

section .sec__inner__btn.cl:hover {
  opacity: 1;
  cursor: auto;
}

section .sec__inner__btn.op {
  background: #e94908;
  -webkit-box-shadow: 0 10px 0 0 #d03c00;
  box-shadow: 0 10px 0 0 #d03c00;
  border-bottom: 10px solid #d03c00;
}

@media screen and (max-width: 768px) {
  section .sec__inner__btn.op {
    -webkit-box-shadow: 0 2.34375vw 0 0 #d03c00;
    box-shadow: 0 2.34375vw 0 0 #d03c00;
    border-bottom: 2.34375vw solid #d03c00;
  }
}

section .sec__inner__btn.op:hover {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

section .sec__inner iframe {
  width: 1000px;
  height: 562px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  section .sec__inner iframe {
    width: 84.5%;
    height: 47.52604vw;
    margin-bottom: 10.41667vw;
    margin-top: 2.60417vw;
  }
}

section .sec__inner__bnr a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section .sec__inner__bnr {
    width: 84.5%;
    margin: 0 auto;
  }
}

section .sec .streaming-img, section .sec .streaming-img2, section .sec .streaming-img3 {
  position: relative;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 170px;
}

section .sec .streaming-img {
  background-image: url(../img/sec01_loop.png);
}

section .sec .streaming-img2 {
  background-image: url(../img/sec02_loop.png);
}

section .sec .streaming-img3 {
  background-image: url(../img/sec03_loop.png);
}

@media screen and (max-width: 768px) {
  section .sec .streaming-img, section .sec .streaming-img2, section .sec .streaming-img3 {
    height: 90px;
  }
}

footer {
  height: 100px;
  line-height: 100px;
  background: #1b0c07;
  margin-bottom: 60px;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  footer {
    height: 13.02083vw;
    line-height: 13.02083vw;
    font-size: 2.60417vw;
    margin-bottom: 23.4375vw;
  }
}

/*# sourceMappingURL=style.css.map */