@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600,900");
.pc_disp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}

header .Header_Inner {
  width: auto !important;
}

header.Header_Area .Header_Inner .SiteToggleBtn01 a {
  min-width: auto;
}

#PageTop {
  background: #fff;
}

footer {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  header.Header_Area,
  nav.ContentNavi01 {
    position: relative;
    z-index: 11;
  }
  header.Header_Area .Header_Inner .SiteToggleBtn01 a {
    min-width: auto;
  }
  header.Header_Area .Header_Inner {
    min-width: min(84.1666666667vw, 1010px);
    padding: 0 min(2.3333333333vw, 28px);
    box-sizing: border-box;
  }
  header.Header_Area h1 {
    min-width: min(18.5vw, 222px);
  }
  header.Header_Area h1 img {
    width: min(14.3333333333vw, 172px);
  }
  header.Header_Area .Header_Inner,
  header ul.UserMyMenu li a,
  nav {
    font-size: min(1.1666666667vw, 12px) !important;
  }
  nav.ContentNavi01 {
    min-width: max(80vw, 960px) !important;
  }
  nav.ContentNavi01 > ul li a {
    font-size: min(1.4166666667vw, 14px) !important;
    padding: 0 min(0.8333333333vw, 10px) 0 min(0.8333333333vw, 10.5px) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.Header_Area .Header_Inner .SiteToggleBtn01 a {
    min-width: auto;
  }
  nav.ContentNavi01 {
    overflow: hidden;
  }
}
footer .NkFooterArea {
  position: relative;
  z-index: 1;
}

footer,
footer .FootWrap {
  min-width: min(91.6666666667vw, 960px) !important;
}

footer .KeirinLink01,
footer .NkFooterArea dl.FootSiteTitle,
footer .PCfooter .BtnPagetop {
  width: min(91.6666666667vw, 960px);
}

footer dl.NkFoot01 {
  padding: 0 min(2.5vw, 30px);
}

footer dl.NkFootCateLink {
  padding: 0 min(1vw, 12px) 0 0;
}

footer dl.NkFoot01:last-child {
  padding: 0 0 0 min(2.5vw, 30px);
}

footer dl.NkFoot02 {
  padding: min(0.5vw, 6px) min(1.8333333333vw, 22px);
}

footer dl.NkFoot02:first-child {
  padding: 0 min(1.8333333333vw, 22px) 0 0;
}

footer .NkFoot01 .Nk_Sns {
  width: min(22.5vw, 270px);
}

dl.NkFoot01 dd.SpNkInfoImg .SearchImg01 {
  width: min(16.6666666667vw, 200px);
}

dl.NkFoot01 dd.SpNkInfoImg .QrImg01 {
  width: min(5vw, 60px);
}

dl.NkFoot01 ul.AprStoreList img {
  width: min(11.5833333333vw, 140px);
}

.PCfooter .Nk_Sns ul li {
  width: min(3.75vw, 45px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer dl.NkFoot01:last-child {
    width: 15.8333333333vw;
  }
  footer dl.NkFoot01 dd.SpNkInfoImg img.QrImg01 {
    top: -9px;
  }
  footer dl.NkFoot01 dd ul li {
    font-size: min(1.25vw, 14px);
  }
  footer dl.NkFoot02 dd ul li {
    font-size: min(1.25vw, 14px);
  }
  dl.NkFoot02 dt {
    font-size: min(1.25vw, 14px);
  }
}
@media only screen and (min-width: 768px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
}
.main_cont_wrap {
  position: relative;
  z-index: 1;
  width: min(31.25vw, 375px);
  margin: 0 min(7.6666666667vw, 92px) 0 auto;
  background: #fff;
}
.main_cont_wrap::before {
  content: "";
  display: block;
  bottom: 0;
  position: fixed;
  z-index: -1;
  background: url("../img/main_bg.png") no-repeat;
  background-size: cover;
  width: min(31.25vw, 375px);
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .main_cont_wrap::before {
    position: fixed;
    right: auto;
    left: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .main_cont_wrap {
    max-width: inherit;
    width: auto;
    margin: 0;
  }
}

.MainColumn {
  max-width: 1500px;
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .MainColumn {
    max-width: 1250px;
  }
}
@media screen and (max-width: 767px) {
  .MainColumn {
    padding-top: 0;
    max-width: inherit;
  }
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.bg {
  background: url("../img/sp_bg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .bg {
    padding-bottom: 113px;
  }
}

.takoyaki {
  background-image: linear-gradient(#78111A, #E5001E);
}
@media screen and (max-width: 767px) {
  .takoyaki {
    background: transparent;
  }
}
.takoyaki_img {
  padding-top: 18px;
  padding-bottom: 20px;
  display: block;
  margin-left: 5px;
  width: 93%;
}
@media screen and (max-width: 767px) {
  .takoyaki_img {
    padding-top: 0;
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .takoyaki_data img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

.special_movie_title {
  display: block;
  margin: 0 auto 30px;
}
.special_movie_inner {
  aspect-ratio: 16/9;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .special_movie_inner {
    margin: 0 5.3333333333vw;
  }
}
.special_movie_inner iframe {
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

.present {
  margin-bottom: 30px;
}
.present_title {
  position: relative;
}
.present_title img {
  margin-top: -20px;
}
.present_title::before {
  background: url("../img/present_deco.png") no-repeat;
  content: "";
  display: block;
  width: min(7.0833333333vw, 85px);
  height: min(11.25vw, 135px);
  position: absolute;
  background-size: contain;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .present_title::before {
    width: 22.6666666667vw;
    height: 36vw;
    top: -15.2vw;
  }
}
.present_img {
  padding: 0 5px;
  margin-bottom: -8px;
}
.present_img img {
  display: block;
}
.present_head01 {
  display: block;
  margin: 0 auto;
  width: min(27.8333333333vw, 334px);
}
@media screen and (max-width: 767px) {
  .present_head01 {
    width: 89.0666666667vw;
  }
}
.present_head02 {
  display: block;
  margin: 0 auto 20px;
}
.present .data_inner.inner01 {
  margin: 24px 20px;
}
.present .data_inner.inner02 {
  margin: -24px 20px 15px;
}
.present .data_inner .data_text {
  font-size: 11px;
  font-weight: bold;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .present .data_inner .data_text {
    margin-top: 0;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.present_date {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-weight: bold;
  font-size: min(1.1666666667vw, 14px);
}
@media screen and (max-width: 767px) {
  .present_date {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.present_date dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  margin-bottom: 10px;
  width: 26%;
  background: #B00C16;
  color: #fff;
}
.present_date dd {
  padding: 5px 0px 5px 13px;
  margin-bottom: 10px;
  width: 74%;
  background: #fff;
  line-height: 1.5;
  box-sizing: border-box;
}
.present .sns_btn {
  display: block;
  margin: 0 auto 60px;
  background: #000;
  border: solid 2px #E4F1F5;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  width: min(24.4166666667vw, 293px);
  font-size: min(1.5vw, 18px);
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .present .sns_btn:hover {
    opacity: 0.7;
  }
}
.present .sns_btn .logo {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-right: 10px;
  width: min(2.1666666667vw, 26px);
}
@media screen and (max-width: 767px) {
  .present .sns_btn .logo {
    width: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .present .sns_btn {
    width: 78.1333333333vw;
    height: 16vw;
    line-height: 16vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.apply {
  padding-bottom: 100px;
}
.apply_title {
  margin-bottom: 18px;
  text-align: center;
  color: #B00C16;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .apply_title {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.apply_list {
  margin: 0 20px;
}
.apply_list li {
  padding: 16px 17px;
  background: #fff;
  border: solid 2px #B00C16;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .apply_list li {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.apply_list li .color_red {
  color: #B00C16;
}
.apply_list li .notice {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .apply_list li .notice {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.apply_list li:last-of-type {
  position: relative;
  margin-top: 30px;
}
.apply_list li:last-of-type::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #B00C16;
}
.apply_list .apply_btn {
  position: relative;
  display: block;
  margin: 22px auto 4px;
  background: #B00C16;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  width: min(21.6666666667vw, 293px);
  font-size: min(1.5vw, 18px);
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .apply_list .apply_btn {
    width: 78.1333333333vw;
    height: 16vw;
    line-height: 16vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1000px) {
  .apply_list .apply_btn:hover {
    opacity: 0.7;
  }
}
.apply_list .apply_btn.disable {
  pointer-events: none;
  color: #B00C16;
  background: #fff;
  border: solid 2px #B00C16;
  box-shadow: none;
}
.apply_list .apply_btn.disable::after {
  content: none;
}
.apply_list .apply_btn::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.fv_wrap_pc.fixedBox.overHeader .fv_title {
  bottom: 35%;
}
.fv_wrap_pc .fv_img01 {
  max-width: min(52.0833333333vw, 625px);
  position: fixed;
  left: min(4.1666666667vw, 100px);
  top: 56%;
  transform: translateY(-50%);
}
@media (min-width: 1900px) {
  .fv_wrap_pc .fv_img01 {
    max-width: 725px;
  }
}
.fv_wrap_pc .fv_img01.fixedBox {
  position: absolute;
  top: auto;
  bottom: 1%;
  transform: none;
}

.pc_bg {
  background: url("../img/fv_bg_pc.png") no-repeat;
  background-size: cover;
  background-position: left;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}/*# sourceMappingURL=style.css.map */