﻿@charset "UTF-8";
html, body {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #333;
  word-break: break-word; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td, button, input, select, textare {
  font-family: "メイリオ", Meiryo, sans-serif; }

p {
  font-size: 1rem;
  margin-bottom: 0.5rem; }

b, strong, .bold {
  font-weight: bold; }

textarea {
  overflow-x: hidden; }
  textarea.form-control {
    padding-left: 12px;
    padding-right: 12px; }

.required:after {
  content: '*';
  color: red;
  padding-left: 5px; }

.flex {
  display: flex; }
  .flex.justify-content-space-around {
    justify-content: space-around; }
  .flex.justify-content-center {
    justify-content: center; }
  .flex.align-items-center {
    align-items: center; }
  .flex.align-items-flex-end {
    align-items: flex-end; }

[class^="header-line-"],
[class*=" header-line-"] {
  font-size: 2rem;
  font-weight: 900;
  font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
  margin: 0 0 25px;
  display: flex;
  align-items: center; }
  [class^="header-line-"]:before, [class^="header-line-"]:after,
  [class*=" header-line-"]:before,
  [class*=" header-line-"]:after {
    content: "";
    flex-grow: 1;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    height: 10px; }
  [class^="header-line-"]:before,
  [class*=" header-line-"]:before {
    margin-right: .6em; }
  [class^="header-line-"]:after,
  [class*=" header-line-"]:after {
    margin-left: .6em; }
  [class^="header-line-"].header-line-white,
  [class*=" header-line-"].header-line-white {
    color: white; }
    [class^="header-line-"].header-line-white:before, [class^="header-line-"].header-line-white:after,
    [class*=" header-line-"].header-line-white:before,
    [class*=" header-line-"].header-line-white:after {
      border-top-color: white;
      border-bottom-color: white; }
  [class^="header-line-"].header-line-red,
  [class*=" header-line-"].header-line-red {
    color: #d82727; }
    [class^="header-line-"].header-line-red:before, [class^="header-line-"].header-line-red:after,
    [class*=" header-line-"].header-line-red:before,
    [class*=" header-line-"].header-line-red:after {
      border-top-color: #d82727;
      border-bottom-color: #d82727; }

.header_borderleft {
  border-left: 7px solid #d82727;
  padding: 5px 7px; }

[class^="c-fa-"]:before, [class*=" c-fa-"]:before {
  margin: 0; }

[data-lity] {
  cursor: pointer; }

.btn {
  font-size: 1rem; }

.btn-submit {
  background-color: #ff9f00;
  border: #FFFFFF 1px solid; }
  .btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit.active {
    background-color: #ff9f00;
    border: #FFFFFF 1px solid;
    opacity: 0.8; }

.form-group {
  margin-bottom: 2rem; }

.img-left {
  float: left;
  margin-right: 10px; }

.img-right {
  float: right;
  margin-left: 10px; }

.w-10 {
  width: 10% !important; }

.mw-10 {
  max-width: 10% !important; }

.h-10 {
  height: 10% !important; }

.mh-10 {
  max-height: 10% !important; }

.w-20 {
  width: 20% !important; }

.mw-20 {
  max-width: 20% !important; }

.h-20 {
  height: 20% !important; }

.mh-20 {
  max-height: 20% !important; }

.w-30 {
  width: 30% !important; }

.mw-30 {
  max-width: 30% !important; }

.h-30 {
  height: 30% !important; }

.mh-30 {
  max-height: 30% !important; }

.w-40 {
  width: 40% !important; }

.mw-40 {
  max-width: 40% !important; }

.h-40 {
  height: 40% !important; }

.mh-40 {
  max-height: 40% !important; }

.w-50 {
  width: 50% !important; }

.mw-50 {
  max-width: 50% !important; }

.h-50 {
  height: 50% !important; }

.mh-50 {
  max-height: 50% !important; }

.w-60 {
  width: 60% !important; }

.mw-60 {
  max-width: 60% !important; }

.h-60 {
  height: 60% !important; }

.mh-60 {
  max-height: 60% !important; }

.w-70 {
  width: 70% !important; }

.mw-70 {
  max-width: 70% !important; }

.h-70 {
  height: 70% !important; }

.mh-70 {
  max-height: 70% !important; }

.w-80 {
  width: 80% !important; }

.mw-80 {
  max-width: 80% !important; }

.h-80 {
  height: 80% !important; }

.mh-80 {
  max-height: 80% !important; }

.w-90 {
  width: 90% !important; }

.mw-90 {
  max-width: 90% !important; }

.h-90 {
  height: 90% !important; }

.mh-90 {
  max-height: 90% !important; }

.w-100 {
  width: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.h-100 {
  height: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

@media (min-width: 992px) {
  .w-10-pc {
    width: 10% !important; }
  .h-10px-pc {
    height: 10% !important; } }

@media (min-width: 992px) {
  .w-20-pc {
    width: 20% !important; }
  .h-20px-pc {
    height: 20% !important; } }

@media (min-width: 992px) {
  .w-30-pc {
    width: 30% !important; }
  .h-30px-pc {
    height: 30% !important; } }

@media (min-width: 992px) {
  .w-40-pc {
    width: 40% !important; }
  .h-40px-pc {
    height: 40% !important; } }

@media (min-width: 992px) {
  .w-50-pc {
    width: 50% !important; }
  .h-50px-pc {
    height: 50% !important; } }

@media (min-width: 992px) {
  .w-60-pc {
    width: 60% !important; }
  .h-60px-pc {
    height: 60% !important; } }

@media (min-width: 992px) {
  .w-70-pc {
    width: 70% !important; }
  .h-70px-pc {
    height: 70% !important; } }

@media (min-width: 992px) {
  .w-80-pc {
    width: 80% !important; }
  .h-80px-pc {
    height: 80% !important; } }

@media (min-width: 992px) {
  .w-90-pc {
    width: 90% !important; }
  .h-90px-pc {
    height: 90% !important; } }

@media (min-width: 992px) {
  .w-100-pc {
    width: 100% !important; }
  .h-100px-pc {
    height: 100% !important; } }

.w10px {
  width: 10px !important; }

.mw10px {
  max-width: 10px !important; }

.h10px {
  height: 10px !important; }

.mh10px {
  max-height: 10px !important; }

.mt5px {
  margin-top: 5px; }

.mb5px {
  margin-bottom: 5px; }

.w20px {
  width: 20px !important; }

.mw20px {
  max-width: 20px !important; }

.h20px {
  height: 20px !important; }

.mh20px {
  max-height: 20px !important; }

.mt10px {
  margin-top: 10px; }

.mb10px {
  margin-bottom: 10px; }

.w30px {
  width: 30px !important; }

.mw30px {
  max-width: 30px !important; }

.h30px {
  height: 30px !important; }

.mh30px {
  max-height: 30px !important; }

.mt15px {
  margin-top: 15px; }

.mb15px {
  margin-bottom: 15px; }

.w40px {
  width: 40px !important; }

.mw40px {
  max-width: 40px !important; }

.h40px {
  height: 40px !important; }

.mh40px {
  max-height: 40px !important; }

.mt20px {
  margin-top: 20px; }

.mb20px {
  margin-bottom: 20px; }

.w50px {
  width: 50px !important; }

.mw50px {
  max-width: 50px !important; }

.h50px {
  height: 50px !important; }

.mh50px {
  max-height: 50px !important; }

.mt25px {
  margin-top: 25px; }

.mb25px {
  margin-bottom: 25px; }

.w60px {
  width: 60px !important; }

.mw60px {
  max-width: 60px !important; }

.h60px {
  height: 60px !important; }

.mh60px {
  max-height: 60px !important; }

.mt30px {
  margin-top: 30px; }

.mb30px {
  margin-bottom: 30px; }

.w70px {
  width: 70px !important; }

.mw70px {
  max-width: 70px !important; }

.h70px {
  height: 70px !important; }

.mh70px {
  max-height: 70px !important; }

.mt35px {
  margin-top: 35px; }

.mb35px {
  margin-bottom: 35px; }

.w80px {
  width: 80px !important; }

.mw80px {
  max-width: 80px !important; }

.h80px {
  height: 80px !important; }

.mh80px {
  max-height: 80px !important; }

.mt40px {
  margin-top: 40px; }

.mb40px {
  margin-bottom: 40px; }

.w90px {
  width: 90px !important; }

.mw90px {
  max-width: 90px !important; }

.h90px {
  height: 90px !important; }

.mh90px {
  max-height: 90px !important; }

.mt45px {
  margin-top: 45px; }

.mb45px {
  margin-bottom: 45px; }

.w100px {
  width: 100px !important; }

.mw100px {
  max-width: 100px !important; }

.h100px {
  height: 100px !important; }

.mh100px {
  max-height: 100px !important; }

.mt50px {
  margin-top: 50px; }

.mb50px {
  margin-bottom: 50px; }

.w110px {
  width: 110px !important; }

.mw110px {
  max-width: 110px !important; }

.h110px {
  height: 110px !important; }

.mh110px {
  max-height: 110px !important; }

.mt55px {
  margin-top: 55px; }

.mb55px {
  margin-bottom: 55px; }

.w120px {
  width: 120px !important; }

.mw120px {
  max-width: 120px !important; }

.h120px {
  height: 120px !important; }

.mh120px {
  max-height: 120px !important; }

.mt60px {
  margin-top: 60px; }

.mb60px {
  margin-bottom: 60px; }

.w130px {
  width: 130px !important; }

.mw130px {
  max-width: 130px !important; }

.h130px {
  height: 130px !important; }

.mh130px {
  max-height: 130px !important; }

.mt65px {
  margin-top: 65px; }

.mb65px {
  margin-bottom: 65px; }

.w140px {
  width: 140px !important; }

.mw140px {
  max-width: 140px !important; }

.h140px {
  height: 140px !important; }

.mh140px {
  max-height: 140px !important; }

.mt70px {
  margin-top: 70px; }

.mb70px {
  margin-bottom: 70px; }

.w150px {
  width: 150px !important; }

.mw150px {
  max-width: 150px !important; }

.h150px {
  height: 150px !important; }

.mh150px {
  max-height: 150px !important; }

.mt75px {
  margin-top: 75px; }

.mb75px {
  margin-bottom: 75px; }

.w160px {
  width: 160px !important; }

.mw160px {
  max-width: 160px !important; }

.h160px {
  height: 160px !important; }

.mh160px {
  max-height: 160px !important; }

.mt80px {
  margin-top: 80px; }

.mb80px {
  margin-bottom: 80px; }

.w170px {
  width: 170px !important; }

.mw170px {
  max-width: 170px !important; }

.h170px {
  height: 170px !important; }

.mh170px {
  max-height: 170px !important; }

.mt85px {
  margin-top: 85px; }

.mb85px {
  margin-bottom: 85px; }

.w180px {
  width: 180px !important; }

.mw180px {
  max-width: 180px !important; }

.h180px {
  height: 180px !important; }

.mh180px {
  max-height: 180px !important; }

.mt90px {
  margin-top: 90px; }

.mb90px {
  margin-bottom: 90px; }

.w190px {
  width: 190px !important; }

.mw190px {
  max-width: 190px !important; }

.h190px {
  height: 190px !important; }

.mh190px {
  max-height: 190px !important; }

.mt95px {
  margin-top: 95px; }

.mb95px {
  margin-bottom: 95px; }

.w200px {
  width: 200px !important; }

.mw200px {
  max-width: 200px !important; }

.h200px {
  height: 200px !important; }

.mh200px {
  max-height: 200px !important; }

.mt100px {
  margin-top: 100px; }

.mb100px {
  margin-bottom: 100px; }

.w210px {
  width: 210px !important; }

.mw210px {
  max-width: 210px !important; }

.h210px {
  height: 210px !important; }

.mh210px {
  max-height: 210px !important; }

.mt105px {
  margin-top: 105px; }

.mb105px {
  margin-bottom: 105px; }

.w220px {
  width: 220px !important; }

.mw220px {
  max-width: 220px !important; }

.h220px {
  height: 220px !important; }

.mh220px {
  max-height: 220px !important; }

.mt110px {
  margin-top: 110px; }

.mb110px {
  margin-bottom: 110px; }

.w230px {
  width: 230px !important; }

.mw230px {
  max-width: 230px !important; }

.h230px {
  height: 230px !important; }

.mh230px {
  max-height: 230px !important; }

.mt115px {
  margin-top: 115px; }

.mb115px {
  margin-bottom: 115px; }

.w240px {
  width: 240px !important; }

.mw240px {
  max-width: 240px !important; }

.h240px {
  height: 240px !important; }

.mh240px {
  max-height: 240px !important; }

.mt120px {
  margin-top: 120px; }

.mb120px {
  margin-bottom: 120px; }

.w250px {
  width: 250px !important; }

.mw250px {
  max-width: 250px !important; }

.h250px {
  height: 250px !important; }

.mh250px {
  max-height: 250px !important; }

.mt125px {
  margin-top: 125px; }

.mb125px {
  margin-bottom: 125px; }

.w260px {
  width: 260px !important; }

.mw260px {
  max-width: 260px !important; }

.h260px {
  height: 260px !important; }

.mh260px {
  max-height: 260px !important; }

.mt130px {
  margin-top: 130px; }

.mb130px {
  margin-bottom: 130px; }

.w270px {
  width: 270px !important; }

.mw270px {
  max-width: 270px !important; }

.h270px {
  height: 270px !important; }

.mh270px {
  max-height: 270px !important; }

.mt135px {
  margin-top: 135px; }

.mb135px {
  margin-bottom: 135px; }

.w280px {
  width: 280px !important; }

.mw280px {
  max-width: 280px !important; }

.h280px {
  height: 280px !important; }

.mh280px {
  max-height: 280px !important; }

.mt140px {
  margin-top: 140px; }

.mb140px {
  margin-bottom: 140px; }

.w290px {
  width: 290px !important; }

.mw290px {
  max-width: 290px !important; }

.h290px {
  height: 290px !important; }

.mh290px {
  max-height: 290px !important; }

.mt145px {
  margin-top: 145px; }

.mb145px {
  margin-bottom: 145px; }

.w300px {
  width: 300px !important; }

.mw300px {
  max-width: 300px !important; }

.h300px {
  height: 300px !important; }

.mh300px {
  max-height: 300px !important; }

.mt150px {
  margin-top: 150px; }

.mb150px {
  margin-bottom: 150px; }

.w310px {
  width: 310px !important; }

.mw310px {
  max-width: 310px !important; }

.h310px {
  height: 310px !important; }

.mh310px {
  max-height: 310px !important; }

.mt155px {
  margin-top: 155px; }

.mb155px {
  margin-bottom: 155px; }

.w320px {
  width: 320px !important; }

.mw320px {
  max-width: 320px !important; }

.h320px {
  height: 320px !important; }

.mh320px {
  max-height: 320px !important; }

.mt160px {
  margin-top: 160px; }

.mb160px {
  margin-bottom: 160px; }

.w330px {
  width: 330px !important; }

.mw330px {
  max-width: 330px !important; }

.h330px {
  height: 330px !important; }

.mh330px {
  max-height: 330px !important; }

.mt165px {
  margin-top: 165px; }

.mb165px {
  margin-bottom: 165px; }

.w340px {
  width: 340px !important; }

.mw340px {
  max-width: 340px !important; }

.h340px {
  height: 340px !important; }

.mh340px {
  max-height: 340px !important; }

.mt170px {
  margin-top: 170px; }

.mb170px {
  margin-bottom: 170px; }

.w350px {
  width: 350px !important; }

.mw350px {
  max-width: 350px !important; }

.h350px {
  height: 350px !important; }

.mh350px {
  max-height: 350px !important; }

.mt175px {
  margin-top: 175px; }

.mb175px {
  margin-bottom: 175px; }

.w360px {
  width: 360px !important; }

.mw360px {
  max-width: 360px !important; }

.h360px {
  height: 360px !important; }

.mh360px {
  max-height: 360px !important; }

.mt180px {
  margin-top: 180px; }

.mb180px {
  margin-bottom: 180px; }

.w370px {
  width: 370px !important; }

.mw370px {
  max-width: 370px !important; }

.h370px {
  height: 370px !important; }

.mh370px {
  max-height: 370px !important; }

.mt185px {
  margin-top: 185px; }

.mb185px {
  margin-bottom: 185px; }

.w380px {
  width: 380px !important; }

.mw380px {
  max-width: 380px !important; }

.h380px {
  height: 380px !important; }

.mh380px {
  max-height: 380px !important; }

.mt190px {
  margin-top: 190px; }

.mb190px {
  margin-bottom: 190px; }

.w390px {
  width: 390px !important; }

.mw390px {
  max-width: 390px !important; }

.h390px {
  height: 390px !important; }

.mh390px {
  max-height: 390px !important; }

.mt195px {
  margin-top: 195px; }

.mb195px {
  margin-bottom: 195px; }

.w400px {
  width: 400px !important; }

.mw400px {
  max-width: 400px !important; }

.h400px {
  height: 400px !important; }

.mh400px {
  max-height: 400px !important; }

.mt200px {
  margin-top: 200px; }

.mb200px {
  margin-bottom: 200px; }

.w410px {
  width: 410px !important; }

.mw410px {
  max-width: 410px !important; }

.h410px {
  height: 410px !important; }

.mh410px {
  max-height: 410px !important; }

.mt205px {
  margin-top: 205px; }

.mb205px {
  margin-bottom: 205px; }

.w420px {
  width: 420px !important; }

.mw420px {
  max-width: 420px !important; }

.h420px {
  height: 420px !important; }

.mh420px {
  max-height: 420px !important; }

.mt210px {
  margin-top: 210px; }

.mb210px {
  margin-bottom: 210px; }

.w430px {
  width: 430px !important; }

.mw430px {
  max-width: 430px !important; }

.h430px {
  height: 430px !important; }

.mh430px {
  max-height: 430px !important; }

.mt215px {
  margin-top: 215px; }

.mb215px {
  margin-bottom: 215px; }

.w440px {
  width: 440px !important; }

.mw440px {
  max-width: 440px !important; }

.h440px {
  height: 440px !important; }

.mh440px {
  max-height: 440px !important; }

.mt220px {
  margin-top: 220px; }

.mb220px {
  margin-bottom: 220px; }

.w450px {
  width: 450px !important; }

.mw450px {
  max-width: 450px !important; }

.h450px {
  height: 450px !important; }

.mh450px {
  max-height: 450px !important; }

.mt225px {
  margin-top: 225px; }

.mb225px {
  margin-bottom: 225px; }

.w460px {
  width: 460px !important; }

.mw460px {
  max-width: 460px !important; }

.h460px {
  height: 460px !important; }

.mh460px {
  max-height: 460px !important; }

.mt230px {
  margin-top: 230px; }

.mb230px {
  margin-bottom: 230px; }

.w470px {
  width: 470px !important; }

.mw470px {
  max-width: 470px !important; }

.h470px {
  height: 470px !important; }

.mh470px {
  max-height: 470px !important; }

.mt235px {
  margin-top: 235px; }

.mb235px {
  margin-bottom: 235px; }

.w480px {
  width: 480px !important; }

.mw480px {
  max-width: 480px !important; }

.h480px {
  height: 480px !important; }

.mh480px {
  max-height: 480px !important; }

.mt240px {
  margin-top: 240px; }

.mb240px {
  margin-bottom: 240px; }

.w490px {
  width: 490px !important; }

.mw490px {
  max-width: 490px !important; }

.h490px {
  height: 490px !important; }

.mh490px {
  max-height: 490px !important; }

.mt245px {
  margin-top: 245px; }

.mb245px {
  margin-bottom: 245px; }

.w500px {
  width: 500px !important; }

.mw500px {
  max-width: 500px !important; }

.h500px {
  height: 500px !important; }

.mh500px {
  max-height: 500px !important; }

.mt250px {
  margin-top: 250px; }

.mb250px {
  margin-bottom: 250px; }

.w510px {
  width: 510px !important; }

.mw510px {
  max-width: 510px !important; }

.h510px {
  height: 510px !important; }

.mh510px {
  max-height: 510px !important; }

.mt255px {
  margin-top: 255px; }

.mb255px {
  margin-bottom: 255px; }

.w520px {
  width: 520px !important; }

.mw520px {
  max-width: 520px !important; }

.h520px {
  height: 520px !important; }

.mh520px {
  max-height: 520px !important; }

.mt260px {
  margin-top: 260px; }

.mb260px {
  margin-bottom: 260px; }

.w530px {
  width: 530px !important; }

.mw530px {
  max-width: 530px !important; }

.h530px {
  height: 530px !important; }

.mh530px {
  max-height: 530px !important; }

.mt265px {
  margin-top: 265px; }

.mb265px {
  margin-bottom: 265px; }

.w540px {
  width: 540px !important; }

.mw540px {
  max-width: 540px !important; }

.h540px {
  height: 540px !important; }

.mh540px {
  max-height: 540px !important; }

.mt270px {
  margin-top: 270px; }

.mb270px {
  margin-bottom: 270px; }

.w550px {
  width: 550px !important; }

.mw550px {
  max-width: 550px !important; }

.h550px {
  height: 550px !important; }

.mh550px {
  max-height: 550px !important; }

.mt275px {
  margin-top: 275px; }

.mb275px {
  margin-bottom: 275px; }

.w560px {
  width: 560px !important; }

.mw560px {
  max-width: 560px !important; }

.h560px {
  height: 560px !important; }

.mh560px {
  max-height: 560px !important; }

.mt280px {
  margin-top: 280px; }

.mb280px {
  margin-bottom: 280px; }

.w570px {
  width: 570px !important; }

.mw570px {
  max-width: 570px !important; }

.h570px {
  height: 570px !important; }

.mh570px {
  max-height: 570px !important; }

.mt285px {
  margin-top: 285px; }

.mb285px {
  margin-bottom: 285px; }

.w580px {
  width: 580px !important; }

.mw580px {
  max-width: 580px !important; }

.h580px {
  height: 580px !important; }

.mh580px {
  max-height: 580px !important; }

.mt290px {
  margin-top: 290px; }

.mb290px {
  margin-bottom: 290px; }

.w590px {
  width: 590px !important; }

.mw590px {
  max-width: 590px !important; }

.h590px {
  height: 590px !important; }

.mh590px {
  max-height: 590px !important; }

.mt295px {
  margin-top: 295px; }

.mb295px {
  margin-bottom: 295px; }

.w600px {
  width: 600px !important; }

.mw600px {
  max-width: 600px !important; }

.h600px {
  height: 600px !important; }

.mh600px {
  max-height: 600px !important; }

.mt300px {
  margin-top: 300px; }

.mb300px {
  margin-bottom: 300px; }

.w610px {
  width: 610px !important; }

.mw610px {
  max-width: 610px !important; }

.h610px {
  height: 610px !important; }

.mh610px {
  max-height: 610px !important; }

.mt305px {
  margin-top: 305px; }

.mb305px {
  margin-bottom: 305px; }

.w620px {
  width: 620px !important; }

.mw620px {
  max-width: 620px !important; }

.h620px {
  height: 620px !important; }

.mh620px {
  max-height: 620px !important; }

.mt310px {
  margin-top: 310px; }

.mb310px {
  margin-bottom: 310px; }

.w630px {
  width: 630px !important; }

.mw630px {
  max-width: 630px !important; }

.h630px {
  height: 630px !important; }

.mh630px {
  max-height: 630px !important; }

.mt315px {
  margin-top: 315px; }

.mb315px {
  margin-bottom: 315px; }

.w640px {
  width: 640px !important; }

.mw640px {
  max-width: 640px !important; }

.h640px {
  height: 640px !important; }

.mh640px {
  max-height: 640px !important; }

.mt320px {
  margin-top: 320px; }

.mb320px {
  margin-bottom: 320px; }

.w650px {
  width: 650px !important; }

.mw650px {
  max-width: 650px !important; }

.h650px {
  height: 650px !important; }

.mh650px {
  max-height: 650px !important; }

.mt325px {
  margin-top: 325px; }

.mb325px {
  margin-bottom: 325px; }

.w660px {
  width: 660px !important; }

.mw660px {
  max-width: 660px !important; }

.h660px {
  height: 660px !important; }

.mh660px {
  max-height: 660px !important; }

.mt330px {
  margin-top: 330px; }

.mb330px {
  margin-bottom: 330px; }

.w670px {
  width: 670px !important; }

.mw670px {
  max-width: 670px !important; }

.h670px {
  height: 670px !important; }

.mh670px {
  max-height: 670px !important; }

.mt335px {
  margin-top: 335px; }

.mb335px {
  margin-bottom: 335px; }

.w680px {
  width: 680px !important; }

.mw680px {
  max-width: 680px !important; }

.h680px {
  height: 680px !important; }

.mh680px {
  max-height: 680px !important; }

.mt340px {
  margin-top: 340px; }

.mb340px {
  margin-bottom: 340px; }

.w690px {
  width: 690px !important; }

.mw690px {
  max-width: 690px !important; }

.h690px {
  height: 690px !important; }

.mh690px {
  max-height: 690px !important; }

.mt345px {
  margin-top: 345px; }

.mb345px {
  margin-bottom: 345px; }

.w700px {
  width: 700px !important; }

.mw700px {
  max-width: 700px !important; }

.h700px {
  height: 700px !important; }

.mh700px {
  max-height: 700px !important; }

.mt350px {
  margin-top: 350px; }

.mb350px {
  margin-bottom: 350px; }

.w710px {
  width: 710px !important; }

.mw710px {
  max-width: 710px !important; }

.h710px {
  height: 710px !important; }

.mh710px {
  max-height: 710px !important; }

.mt355px {
  margin-top: 355px; }

.mb355px {
  margin-bottom: 355px; }

.w720px {
  width: 720px !important; }

.mw720px {
  max-width: 720px !important; }

.h720px {
  height: 720px !important; }

.mh720px {
  max-height: 720px !important; }

.mt360px {
  margin-top: 360px; }

.mb360px {
  margin-bottom: 360px; }

.w730px {
  width: 730px !important; }

.mw730px {
  max-width: 730px !important; }

.h730px {
  height: 730px !important; }

.mh730px {
  max-height: 730px !important; }

.mt365px {
  margin-top: 365px; }

.mb365px {
  margin-bottom: 365px; }

.w740px {
  width: 740px !important; }

.mw740px {
  max-width: 740px !important; }

.h740px {
  height: 740px !important; }

.mh740px {
  max-height: 740px !important; }

.mt370px {
  margin-top: 370px; }

.mb370px {
  margin-bottom: 370px; }

.w750px {
  width: 750px !important; }

.mw750px {
  max-width: 750px !important; }

.h750px {
  height: 750px !important; }

.mh750px {
  max-height: 750px !important; }

.mt375px {
  margin-top: 375px; }

.mb375px {
  margin-bottom: 375px; }

.w760px {
  width: 760px !important; }

.mw760px {
  max-width: 760px !important; }

.h760px {
  height: 760px !important; }

.mh760px {
  max-height: 760px !important; }

.mt380px {
  margin-top: 380px; }

.mb380px {
  margin-bottom: 380px; }

.w770px {
  width: 770px !important; }

.mw770px {
  max-width: 770px !important; }

.h770px {
  height: 770px !important; }

.mh770px {
  max-height: 770px !important; }

.mt385px {
  margin-top: 385px; }

.mb385px {
  margin-bottom: 385px; }

.w780px {
  width: 780px !important; }

.mw780px {
  max-width: 780px !important; }

.h780px {
  height: 780px !important; }

.mh780px {
  max-height: 780px !important; }

.mt390px {
  margin-top: 390px; }

.mb390px {
  margin-bottom: 390px; }

.w790px {
  width: 790px !important; }

.mw790px {
  max-width: 790px !important; }

.h790px {
  height: 790px !important; }

.mh790px {
  max-height: 790px !important; }

.mt395px {
  margin-top: 395px; }

.mb395px {
  margin-bottom: 395px; }

.w800px {
  width: 800px !important; }

.mw800px {
  max-width: 800px !important; }

.h800px {
  height: 800px !important; }

.mh800px {
  max-height: 800px !important; }

.mt400px {
  margin-top: 400px; }

.mb400px {
  margin-bottom: 400px; }

.w810px {
  width: 810px !important; }

.mw810px {
  max-width: 810px !important; }

.h810px {
  height: 810px !important; }

.mh810px {
  max-height: 810px !important; }

.mt405px {
  margin-top: 405px; }

.mb405px {
  margin-bottom: 405px; }

.w820px {
  width: 820px !important; }

.mw820px {
  max-width: 820px !important; }

.h820px {
  height: 820px !important; }

.mh820px {
  max-height: 820px !important; }

.mt410px {
  margin-top: 410px; }

.mb410px {
  margin-bottom: 410px; }

.w830px {
  width: 830px !important; }

.mw830px {
  max-width: 830px !important; }

.h830px {
  height: 830px !important; }

.mh830px {
  max-height: 830px !important; }

.mt415px {
  margin-top: 415px; }

.mb415px {
  margin-bottom: 415px; }

.w840px {
  width: 840px !important; }

.mw840px {
  max-width: 840px !important; }

.h840px {
  height: 840px !important; }

.mh840px {
  max-height: 840px !important; }

.mt420px {
  margin-top: 420px; }

.mb420px {
  margin-bottom: 420px; }

.w850px {
  width: 850px !important; }

.mw850px {
  max-width: 850px !important; }

.h850px {
  height: 850px !important; }

.mh850px {
  max-height: 850px !important; }

.mt425px {
  margin-top: 425px; }

.mb425px {
  margin-bottom: 425px; }

.w860px {
  width: 860px !important; }

.mw860px {
  max-width: 860px !important; }

.h860px {
  height: 860px !important; }

.mh860px {
  max-height: 860px !important; }

.mt430px {
  margin-top: 430px; }

.mb430px {
  margin-bottom: 430px; }

.w870px {
  width: 870px !important; }

.mw870px {
  max-width: 870px !important; }

.h870px {
  height: 870px !important; }

.mh870px {
  max-height: 870px !important; }

.mt435px {
  margin-top: 435px; }

.mb435px {
  margin-bottom: 435px; }

.w880px {
  width: 880px !important; }

.mw880px {
  max-width: 880px !important; }

.h880px {
  height: 880px !important; }

.mh880px {
  max-height: 880px !important; }

.mt440px {
  margin-top: 440px; }

.mb440px {
  margin-bottom: 440px; }

.w890px {
  width: 890px !important; }

.mw890px {
  max-width: 890px !important; }

.h890px {
  height: 890px !important; }

.mh890px {
  max-height: 890px !important; }

.mt445px {
  margin-top: 445px; }

.mb445px {
  margin-bottom: 445px; }

.w900px {
  width: 900px !important; }

.mw900px {
  max-width: 900px !important; }

.h900px {
  height: 900px !important; }

.mh900px {
  max-height: 900px !important; }

.mt450px {
  margin-top: 450px; }

.mb450px {
  margin-bottom: 450px; }

.w910px {
  width: 910px !important; }

.mw910px {
  max-width: 910px !important; }

.h910px {
  height: 910px !important; }

.mh910px {
  max-height: 910px !important; }

.mt455px {
  margin-top: 455px; }

.mb455px {
  margin-bottom: 455px; }

.w920px {
  width: 920px !important; }

.mw920px {
  max-width: 920px !important; }

.h920px {
  height: 920px !important; }

.mh920px {
  max-height: 920px !important; }

.mt460px {
  margin-top: 460px; }

.mb460px {
  margin-bottom: 460px; }

.w930px {
  width: 930px !important; }

.mw930px {
  max-width: 930px !important; }

.h930px {
  height: 930px !important; }

.mh930px {
  max-height: 930px !important; }

.mt465px {
  margin-top: 465px; }

.mb465px {
  margin-bottom: 465px; }

.w940px {
  width: 940px !important; }

.mw940px {
  max-width: 940px !important; }

.h940px {
  height: 940px !important; }

.mh940px {
  max-height: 940px !important; }

.mt470px {
  margin-top: 470px; }

.mb470px {
  margin-bottom: 470px; }

.w950px {
  width: 950px !important; }

.mw950px {
  max-width: 950px !important; }

.h950px {
  height: 950px !important; }

.mh950px {
  max-height: 950px !important; }

.mt475px {
  margin-top: 475px; }

.mb475px {
  margin-bottom: 475px; }

.w960px {
  width: 960px !important; }

.mw960px {
  max-width: 960px !important; }

.h960px {
  height: 960px !important; }

.mh960px {
  max-height: 960px !important; }

.mt480px {
  margin-top: 480px; }

.mb480px {
  margin-bottom: 480px; }

.w970px {
  width: 970px !important; }

.mw970px {
  max-width: 970px !important; }

.h970px {
  height: 970px !important; }

.mh970px {
  max-height: 970px !important; }

.mt485px {
  margin-top: 485px; }

.mb485px {
  margin-bottom: 485px; }

.w980px {
  width: 980px !important; }

.mw980px {
  max-width: 980px !important; }

.h980px {
  height: 980px !important; }

.mh980px {
  max-height: 980px !important; }

.mt490px {
  margin-top: 490px; }

.mb490px {
  margin-bottom: 490px; }

.w990px {
  width: 990px !important; }

.mw990px {
  max-width: 990px !important; }

.h990px {
  height: 990px !important; }

.mh990px {
  max-height: 990px !important; }

.mt495px {
  margin-top: 495px; }

.mb495px {
  margin-bottom: 495px; }

.w1000px {
  width: 1000px !important; }

.mw1000px {
  max-width: 1000px !important; }

.h1000px {
  height: 1000px !important; }

.mh1000px {
  max-height: 1000px !important; }

.mt500px {
  margin-top: 500px; }

.mb500px {
  margin-bottom: 500px; }

@media (min-width: 992px) {
  .w10px-pc {
    width: 10px !important; }
  .mw10px-pc {
    max-width: 10px !important; }
  .h10px-pc {
    height: 10px !important; }
  .mh10px-pc {
    max-height: 10px !important; } }

@media (min-width: 992px) {
  .w20px-pc {
    width: 20px !important; }
  .mw20px-pc {
    max-width: 20px !important; }
  .h20px-pc {
    height: 20px !important; }
  .mh20px-pc {
    max-height: 20px !important; } }

@media (min-width: 992px) {
  .w30px-pc {
    width: 30px !important; }
  .mw30px-pc {
    max-width: 30px !important; }
  .h30px-pc {
    height: 30px !important; }
  .mh30px-pc {
    max-height: 30px !important; } }

@media (min-width: 992px) {
  .w40px-pc {
    width: 40px !important; }
  .mw40px-pc {
    max-width: 40px !important; }
  .h40px-pc {
    height: 40px !important; }
  .mh40px-pc {
    max-height: 40px !important; } }

@media (min-width: 992px) {
  .w50px-pc {
    width: 50px !important; }
  .mw50px-pc {
    max-width: 50px !important; }
  .h50px-pc {
    height: 50px !important; }
  .mh50px-pc {
    max-height: 50px !important; } }

@media (min-width: 992px) {
  .w60px-pc {
    width: 60px !important; }
  .mw60px-pc {
    max-width: 60px !important; }
  .h60px-pc {
    height: 60px !important; }
  .mh60px-pc {
    max-height: 60px !important; } }

@media (min-width: 992px) {
  .w70px-pc {
    width: 70px !important; }
  .mw70px-pc {
    max-width: 70px !important; }
  .h70px-pc {
    height: 70px !important; }
  .mh70px-pc {
    max-height: 70px !important; } }

@media (min-width: 992px) {
  .w80px-pc {
    width: 80px !important; }
  .mw80px-pc {
    max-width: 80px !important; }
  .h80px-pc {
    height: 80px !important; }
  .mh80px-pc {
    max-height: 80px !important; } }

@media (min-width: 992px) {
  .w90px-pc {
    width: 90px !important; }
  .mw90px-pc {
    max-width: 90px !important; }
  .h90px-pc {
    height: 90px !important; }
  .mh90px-pc {
    max-height: 90px !important; } }

@media (min-width: 992px) {
  .w100px-pc {
    width: 100px !important; }
  .mw100px-pc {
    max-width: 100px !important; }
  .h100px-pc {
    height: 100px !important; }
  .mh100px-pc {
    max-height: 100px !important; } }

@media (min-width: 992px) {
  .w110px-pc {
    width: 110px !important; }
  .mw110px-pc {
    max-width: 110px !important; }
  .h110px-pc {
    height: 110px !important; }
  .mh110px-pc {
    max-height: 110px !important; } }

@media (min-width: 992px) {
  .w120px-pc {
    width: 120px !important; }
  .mw120px-pc {
    max-width: 120px !important; }
  .h120px-pc {
    height: 120px !important; }
  .mh120px-pc {
    max-height: 120px !important; } }

@media (min-width: 992px) {
  .w130px-pc {
    width: 130px !important; }
  .mw130px-pc {
    max-width: 130px !important; }
  .h130px-pc {
    height: 130px !important; }
  .mh130px-pc {
    max-height: 130px !important; } }

@media (min-width: 992px) {
  .w140px-pc {
    width: 140px !important; }
  .mw140px-pc {
    max-width: 140px !important; }
  .h140px-pc {
    height: 140px !important; }
  .mh140px-pc {
    max-height: 140px !important; } }

@media (min-width: 992px) {
  .w150px-pc {
    width: 150px !important; }
  .mw150px-pc {
    max-width: 150px !important; }
  .h150px-pc {
    height: 150px !important; }
  .mh150px-pc {
    max-height: 150px !important; } }

@media (min-width: 992px) {
  .w160px-pc {
    width: 160px !important; }
  .mw160px-pc {
    max-width: 160px !important; }
  .h160px-pc {
    height: 160px !important; }
  .mh160px-pc {
    max-height: 160px !important; } }

@media (min-width: 992px) {
  .w170px-pc {
    width: 170px !important; }
  .mw170px-pc {
    max-width: 170px !important; }
  .h170px-pc {
    height: 170px !important; }
  .mh170px-pc {
    max-height: 170px !important; } }

@media (min-width: 992px) {
  .w180px-pc {
    width: 180px !important; }
  .mw180px-pc {
    max-width: 180px !important; }
  .h180px-pc {
    height: 180px !important; }
  .mh180px-pc {
    max-height: 180px !important; } }

@media (min-width: 992px) {
  .w190px-pc {
    width: 190px !important; }
  .mw190px-pc {
    max-width: 190px !important; }
  .h190px-pc {
    height: 190px !important; }
  .mh190px-pc {
    max-height: 190px !important; } }

@media (min-width: 992px) {
  .w200px-pc {
    width: 200px !important; }
  .mw200px-pc {
    max-width: 200px !important; }
  .h200px-pc {
    height: 200px !important; }
  .mh200px-pc {
    max-height: 200px !important; } }

@media (min-width: 992px) {
  .w210px-pc {
    width: 210px !important; }
  .mw210px-pc {
    max-width: 210px !important; }
  .h210px-pc {
    height: 210px !important; }
  .mh210px-pc {
    max-height: 210px !important; } }

@media (min-width: 992px) {
  .w220px-pc {
    width: 220px !important; }
  .mw220px-pc {
    max-width: 220px !important; }
  .h220px-pc {
    height: 220px !important; }
  .mh220px-pc {
    max-height: 220px !important; } }

@media (min-width: 992px) {
  .w230px-pc {
    width: 230px !important; }
  .mw230px-pc {
    max-width: 230px !important; }
  .h230px-pc {
    height: 230px !important; }
  .mh230px-pc {
    max-height: 230px !important; } }

@media (min-width: 992px) {
  .w240px-pc {
    width: 240px !important; }
  .mw240px-pc {
    max-width: 240px !important; }
  .h240px-pc {
    height: 240px !important; }
  .mh240px-pc {
    max-height: 240px !important; } }

@media (min-width: 992px) {
  .w250px-pc {
    width: 250px !important; }
  .mw250px-pc {
    max-width: 250px !important; }
  .h250px-pc {
    height: 250px !important; }
  .mh250px-pc {
    max-height: 250px !important; } }

@media (min-width: 992px) {
  .w260px-pc {
    width: 260px !important; }
  .mw260px-pc {
    max-width: 260px !important; }
  .h260px-pc {
    height: 260px !important; }
  .mh260px-pc {
    max-height: 260px !important; } }

@media (min-width: 992px) {
  .w270px-pc {
    width: 270px !important; }
  .mw270px-pc {
    max-width: 270px !important; }
  .h270px-pc {
    height: 270px !important; }
  .mh270px-pc {
    max-height: 270px !important; } }

@media (min-width: 992px) {
  .w280px-pc {
    width: 280px !important; }
  .mw280px-pc {
    max-width: 280px !important; }
  .h280px-pc {
    height: 280px !important; }
  .mh280px-pc {
    max-height: 280px !important; } }

@media (min-width: 992px) {
  .w290px-pc {
    width: 290px !important; }
  .mw290px-pc {
    max-width: 290px !important; }
  .h290px-pc {
    height: 290px !important; }
  .mh290px-pc {
    max-height: 290px !important; } }

@media (min-width: 992px) {
  .w300px-pc {
    width: 300px !important; }
  .mw300px-pc {
    max-width: 300px !important; }
  .h300px-pc {
    height: 300px !important; }
  .mh300px-pc {
    max-height: 300px !important; } }

@media (min-width: 992px) {
  .w310px-pc {
    width: 310px !important; }
  .mw310px-pc {
    max-width: 310px !important; }
  .h310px-pc {
    height: 310px !important; }
  .mh310px-pc {
    max-height: 310px !important; } }

@media (min-width: 992px) {
  .w320px-pc {
    width: 320px !important; }
  .mw320px-pc {
    max-width: 320px !important; }
  .h320px-pc {
    height: 320px !important; }
  .mh320px-pc {
    max-height: 320px !important; } }

@media (min-width: 992px) {
  .w330px-pc {
    width: 330px !important; }
  .mw330px-pc {
    max-width: 330px !important; }
  .h330px-pc {
    height: 330px !important; }
  .mh330px-pc {
    max-height: 330px !important; } }

@media (min-width: 992px) {
  .w340px-pc {
    width: 340px !important; }
  .mw340px-pc {
    max-width: 340px !important; }
  .h340px-pc {
    height: 340px !important; }
  .mh340px-pc {
    max-height: 340px !important; } }

@media (min-width: 992px) {
  .w350px-pc {
    width: 350px !important; }
  .mw350px-pc {
    max-width: 350px !important; }
  .h350px-pc {
    height: 350px !important; }
  .mh350px-pc {
    max-height: 350px !important; } }

@media (min-width: 992px) {
  .w360px-pc {
    width: 360px !important; }
  .mw360px-pc {
    max-width: 360px !important; }
  .h360px-pc {
    height: 360px !important; }
  .mh360px-pc {
    max-height: 360px !important; } }

@media (min-width: 992px) {
  .w370px-pc {
    width: 370px !important; }
  .mw370px-pc {
    max-width: 370px !important; }
  .h370px-pc {
    height: 370px !important; }
  .mh370px-pc {
    max-height: 370px !important; } }

@media (min-width: 992px) {
  .w380px-pc {
    width: 380px !important; }
  .mw380px-pc {
    max-width: 380px !important; }
  .h380px-pc {
    height: 380px !important; }
  .mh380px-pc {
    max-height: 380px !important; } }

@media (min-width: 992px) {
  .w390px-pc {
    width: 390px !important; }
  .mw390px-pc {
    max-width: 390px !important; }
  .h390px-pc {
    height: 390px !important; }
  .mh390px-pc {
    max-height: 390px !important; } }

@media (min-width: 992px) {
  .w400px-pc {
    width: 400px !important; }
  .mw400px-pc {
    max-width: 400px !important; }
  .h400px-pc {
    height: 400px !important; }
  .mh400px-pc {
    max-height: 400px !important; } }

@media (min-width: 992px) {
  .w410px-pc {
    width: 410px !important; }
  .mw410px-pc {
    max-width: 410px !important; }
  .h410px-pc {
    height: 410px !important; }
  .mh410px-pc {
    max-height: 410px !important; } }

@media (min-width: 992px) {
  .w420px-pc {
    width: 420px !important; }
  .mw420px-pc {
    max-width: 420px !important; }
  .h420px-pc {
    height: 420px !important; }
  .mh420px-pc {
    max-height: 420px !important; } }

@media (min-width: 992px) {
  .w430px-pc {
    width: 430px !important; }
  .mw430px-pc {
    max-width: 430px !important; }
  .h430px-pc {
    height: 430px !important; }
  .mh430px-pc {
    max-height: 430px !important; } }

@media (min-width: 992px) {
  .w440px-pc {
    width: 440px !important; }
  .mw440px-pc {
    max-width: 440px !important; }
  .h440px-pc {
    height: 440px !important; }
  .mh440px-pc {
    max-height: 440px !important; } }

@media (min-width: 992px) {
  .w450px-pc {
    width: 450px !important; }
  .mw450px-pc {
    max-width: 450px !important; }
  .h450px-pc {
    height: 450px !important; }
  .mh450px-pc {
    max-height: 450px !important; } }

@media (min-width: 992px) {
  .w460px-pc {
    width: 460px !important; }
  .mw460px-pc {
    max-width: 460px !important; }
  .h460px-pc {
    height: 460px !important; }
  .mh460px-pc {
    max-height: 460px !important; } }

@media (min-width: 992px) {
  .w470px-pc {
    width: 470px !important; }
  .mw470px-pc {
    max-width: 470px !important; }
  .h470px-pc {
    height: 470px !important; }
  .mh470px-pc {
    max-height: 470px !important; } }

@media (min-width: 992px) {
  .w480px-pc {
    width: 480px !important; }
  .mw480px-pc {
    max-width: 480px !important; }
  .h480px-pc {
    height: 480px !important; }
  .mh480px-pc {
    max-height: 480px !important; } }

@media (min-width: 992px) {
  .w490px-pc {
    width: 490px !important; }
  .mw490px-pc {
    max-width: 490px !important; }
  .h490px-pc {
    height: 490px !important; }
  .mh490px-pc {
    max-height: 490px !important; } }

@media (min-width: 992px) {
  .w500px-pc {
    width: 500px !important; }
  .mw500px-pc {
    max-width: 500px !important; }
  .h500px-pc {
    height: 500px !important; }
  .mh500px-pc {
    max-height: 500px !important; } }

@media (min-width: 992px) {
  .w510px-pc {
    width: 510px !important; }
  .mw510px-pc {
    max-width: 510px !important; }
  .h510px-pc {
    height: 510px !important; }
  .mh510px-pc {
    max-height: 510px !important; } }

@media (min-width: 992px) {
  .w520px-pc {
    width: 520px !important; }
  .mw520px-pc {
    max-width: 520px !important; }
  .h520px-pc {
    height: 520px !important; }
  .mh520px-pc {
    max-height: 520px !important; } }

@media (min-width: 992px) {
  .w530px-pc {
    width: 530px !important; }
  .mw530px-pc {
    max-width: 530px !important; }
  .h530px-pc {
    height: 530px !important; }
  .mh530px-pc {
    max-height: 530px !important; } }

@media (min-width: 992px) {
  .w540px-pc {
    width: 540px !important; }
  .mw540px-pc {
    max-width: 540px !important; }
  .h540px-pc {
    height: 540px !important; }
  .mh540px-pc {
    max-height: 540px !important; } }

@media (min-width: 992px) {
  .w550px-pc {
    width: 550px !important; }
  .mw550px-pc {
    max-width: 550px !important; }
  .h550px-pc {
    height: 550px !important; }
  .mh550px-pc {
    max-height: 550px !important; } }

@media (min-width: 992px) {
  .w560px-pc {
    width: 560px !important; }
  .mw560px-pc {
    max-width: 560px !important; }
  .h560px-pc {
    height: 560px !important; }
  .mh560px-pc {
    max-height: 560px !important; } }

@media (min-width: 992px) {
  .w570px-pc {
    width: 570px !important; }
  .mw570px-pc {
    max-width: 570px !important; }
  .h570px-pc {
    height: 570px !important; }
  .mh570px-pc {
    max-height: 570px !important; } }

@media (min-width: 992px) {
  .w580px-pc {
    width: 580px !important; }
  .mw580px-pc {
    max-width: 580px !important; }
  .h580px-pc {
    height: 580px !important; }
  .mh580px-pc {
    max-height: 580px !important; } }

@media (min-width: 992px) {
  .w590px-pc {
    width: 590px !important; }
  .mw590px-pc {
    max-width: 590px !important; }
  .h590px-pc {
    height: 590px !important; }
  .mh590px-pc {
    max-height: 590px !important; } }

@media (min-width: 992px) {
  .w600px-pc {
    width: 600px !important; }
  .mw600px-pc {
    max-width: 600px !important; }
  .h600px-pc {
    height: 600px !important; }
  .mh600px-pc {
    max-height: 600px !important; } }

@media (min-width: 992px) {
  .w610px-pc {
    width: 610px !important; }
  .mw610px-pc {
    max-width: 610px !important; }
  .h610px-pc {
    height: 610px !important; }
  .mh610px-pc {
    max-height: 610px !important; } }

@media (min-width: 992px) {
  .w620px-pc {
    width: 620px !important; }
  .mw620px-pc {
    max-width: 620px !important; }
  .h620px-pc {
    height: 620px !important; }
  .mh620px-pc {
    max-height: 620px !important; } }

@media (min-width: 992px) {
  .w630px-pc {
    width: 630px !important; }
  .mw630px-pc {
    max-width: 630px !important; }
  .h630px-pc {
    height: 630px !important; }
  .mh630px-pc {
    max-height: 630px !important; } }

@media (min-width: 992px) {
  .w640px-pc {
    width: 640px !important; }
  .mw640px-pc {
    max-width: 640px !important; }
  .h640px-pc {
    height: 640px !important; }
  .mh640px-pc {
    max-height: 640px !important; } }

@media (min-width: 992px) {
  .w650px-pc {
    width: 650px !important; }
  .mw650px-pc {
    max-width: 650px !important; }
  .h650px-pc {
    height: 650px !important; }
  .mh650px-pc {
    max-height: 650px !important; } }

@media (min-width: 992px) {
  .w660px-pc {
    width: 660px !important; }
  .mw660px-pc {
    max-width: 660px !important; }
  .h660px-pc {
    height: 660px !important; }
  .mh660px-pc {
    max-height: 660px !important; } }

@media (min-width: 992px) {
  .w670px-pc {
    width: 670px !important; }
  .mw670px-pc {
    max-width: 670px !important; }
  .h670px-pc {
    height: 670px !important; }
  .mh670px-pc {
    max-height: 670px !important; } }

@media (min-width: 992px) {
  .w680px-pc {
    width: 680px !important; }
  .mw680px-pc {
    max-width: 680px !important; }
  .h680px-pc {
    height: 680px !important; }
  .mh680px-pc {
    max-height: 680px !important; } }

@media (min-width: 992px) {
  .w690px-pc {
    width: 690px !important; }
  .mw690px-pc {
    max-width: 690px !important; }
  .h690px-pc {
    height: 690px !important; }
  .mh690px-pc {
    max-height: 690px !important; } }

@media (min-width: 992px) {
  .w700px-pc {
    width: 700px !important; }
  .mw700px-pc {
    max-width: 700px !important; }
  .h700px-pc {
    height: 700px !important; }
  .mh700px-pc {
    max-height: 700px !important; } }

@media (min-width: 992px) {
  .w710px-pc {
    width: 710px !important; }
  .mw710px-pc {
    max-width: 710px !important; }
  .h710px-pc {
    height: 710px !important; }
  .mh710px-pc {
    max-height: 710px !important; } }

@media (min-width: 992px) {
  .w720px-pc {
    width: 720px !important; }
  .mw720px-pc {
    max-width: 720px !important; }
  .h720px-pc {
    height: 720px !important; }
  .mh720px-pc {
    max-height: 720px !important; } }

@media (min-width: 992px) {
  .w730px-pc {
    width: 730px !important; }
  .mw730px-pc {
    max-width: 730px !important; }
  .h730px-pc {
    height: 730px !important; }
  .mh730px-pc {
    max-height: 730px !important; } }

@media (min-width: 992px) {
  .w740px-pc {
    width: 740px !important; }
  .mw740px-pc {
    max-width: 740px !important; }
  .h740px-pc {
    height: 740px !important; }
  .mh740px-pc {
    max-height: 740px !important; } }

@media (min-width: 992px) {
  .w750px-pc {
    width: 750px !important; }
  .mw750px-pc {
    max-width: 750px !important; }
  .h750px-pc {
    height: 750px !important; }
  .mh750px-pc {
    max-height: 750px !important; } }

@media (min-width: 992px) {
  .w760px-pc {
    width: 760px !important; }
  .mw760px-pc {
    max-width: 760px !important; }
  .h760px-pc {
    height: 760px !important; }
  .mh760px-pc {
    max-height: 760px !important; } }

@media (min-width: 992px) {
  .w770px-pc {
    width: 770px !important; }
  .mw770px-pc {
    max-width: 770px !important; }
  .h770px-pc {
    height: 770px !important; }
  .mh770px-pc {
    max-height: 770px !important; } }

@media (min-width: 992px) {
  .w780px-pc {
    width: 780px !important; }
  .mw780px-pc {
    max-width: 780px !important; }
  .h780px-pc {
    height: 780px !important; }
  .mh780px-pc {
    max-height: 780px !important; } }

@media (min-width: 992px) {
  .w790px-pc {
    width: 790px !important; }
  .mw790px-pc {
    max-width: 790px !important; }
  .h790px-pc {
    height: 790px !important; }
  .mh790px-pc {
    max-height: 790px !important; } }

@media (min-width: 992px) {
  .w800px-pc {
    width: 800px !important; }
  .mw800px-pc {
    max-width: 800px !important; }
  .h800px-pc {
    height: 800px !important; }
  .mh800px-pc {
    max-height: 800px !important; } }

@media (min-width: 992px) {
  .w810px-pc {
    width: 810px !important; }
  .mw810px-pc {
    max-width: 810px !important; }
  .h810px-pc {
    height: 810px !important; }
  .mh810px-pc {
    max-height: 810px !important; } }

@media (min-width: 992px) {
  .w820px-pc {
    width: 820px !important; }
  .mw820px-pc {
    max-width: 820px !important; }
  .h820px-pc {
    height: 820px !important; }
  .mh820px-pc {
    max-height: 820px !important; } }

@media (min-width: 992px) {
  .w830px-pc {
    width: 830px !important; }
  .mw830px-pc {
    max-width: 830px !important; }
  .h830px-pc {
    height: 830px !important; }
  .mh830px-pc {
    max-height: 830px !important; } }

@media (min-width: 992px) {
  .w840px-pc {
    width: 840px !important; }
  .mw840px-pc {
    max-width: 840px !important; }
  .h840px-pc {
    height: 840px !important; }
  .mh840px-pc {
    max-height: 840px !important; } }

@media (min-width: 992px) {
  .w850px-pc {
    width: 850px !important; }
  .mw850px-pc {
    max-width: 850px !important; }
  .h850px-pc {
    height: 850px !important; }
  .mh850px-pc {
    max-height: 850px !important; } }

@media (min-width: 992px) {
  .w860px-pc {
    width: 860px !important; }
  .mw860px-pc {
    max-width: 860px !important; }
  .h860px-pc {
    height: 860px !important; }
  .mh860px-pc {
    max-height: 860px !important; } }

@media (min-width: 992px) {
  .w870px-pc {
    width: 870px !important; }
  .mw870px-pc {
    max-width: 870px !important; }
  .h870px-pc {
    height: 870px !important; }
  .mh870px-pc {
    max-height: 870px !important; } }

@media (min-width: 992px) {
  .w880px-pc {
    width: 880px !important; }
  .mw880px-pc {
    max-width: 880px !important; }
  .h880px-pc {
    height: 880px !important; }
  .mh880px-pc {
    max-height: 880px !important; } }

@media (min-width: 992px) {
  .w890px-pc {
    width: 890px !important; }
  .mw890px-pc {
    max-width: 890px !important; }
  .h890px-pc {
    height: 890px !important; }
  .mh890px-pc {
    max-height: 890px !important; } }

@media (min-width: 992px) {
  .w900px-pc {
    width: 900px !important; }
  .mw900px-pc {
    max-width: 900px !important; }
  .h900px-pc {
    height: 900px !important; }
  .mh900px-pc {
    max-height: 900px !important; } }

@media (min-width: 992px) {
  .w910px-pc {
    width: 910px !important; }
  .mw910px-pc {
    max-width: 910px !important; }
  .h910px-pc {
    height: 910px !important; }
  .mh910px-pc {
    max-height: 910px !important; } }

@media (min-width: 992px) {
  .w920px-pc {
    width: 920px !important; }
  .mw920px-pc {
    max-width: 920px !important; }
  .h920px-pc {
    height: 920px !important; }
  .mh920px-pc {
    max-height: 920px !important; } }

@media (min-width: 992px) {
  .w930px-pc {
    width: 930px !important; }
  .mw930px-pc {
    max-width: 930px !important; }
  .h930px-pc {
    height: 930px !important; }
  .mh930px-pc {
    max-height: 930px !important; } }

@media (min-width: 992px) {
  .w940px-pc {
    width: 940px !important; }
  .mw940px-pc {
    max-width: 940px !important; }
  .h940px-pc {
    height: 940px !important; }
  .mh940px-pc {
    max-height: 940px !important; } }

@media (min-width: 992px) {
  .w950px-pc {
    width: 950px !important; }
  .mw950px-pc {
    max-width: 950px !important; }
  .h950px-pc {
    height: 950px !important; }
  .mh950px-pc {
    max-height: 950px !important; } }

@media (min-width: 992px) {
  .w960px-pc {
    width: 960px !important; }
  .mw960px-pc {
    max-width: 960px !important; }
  .h960px-pc {
    height: 960px !important; }
  .mh960px-pc {
    max-height: 960px !important; } }

@media (min-width: 992px) {
  .w970px-pc {
    width: 970px !important; }
  .mw970px-pc {
    max-width: 970px !important; }
  .h970px-pc {
    height: 970px !important; }
  .mh970px-pc {
    max-height: 970px !important; } }

@media (min-width: 992px) {
  .w980px-pc {
    width: 980px !important; }
  .mw980px-pc {
    max-width: 980px !important; }
  .h980px-pc {
    height: 980px !important; }
  .mh980px-pc {
    max-height: 980px !important; } }

@media (min-width: 992px) {
  .w990px-pc {
    width: 990px !important; }
  .mw990px-pc {
    max-width: 990px !important; }
  .h990px-pc {
    height: 990px !important; }
  .mh990px-pc {
    max-height: 990px !important; } }

@media (min-width: 992px) {
  .w1000px-pc {
    width: 1000px !important; }
  .mw1000px-pc {
    max-width: 1000px !important; }
  .h1000px-pc {
    height: 1000px !important; }
  .mh1000px-pc {
    max-height: 1000px !important; } }

.fix-picture {
  width: 100%;
  max-height: 100%;
  height: auto; }

.delete {
  text-decoration: line-through; }

.section {
  padding: 25px 0;
  clear: both;
  overflow: hidden; }
  .section .section-child {
    clear: both;
    overflow: hidden; }
    .section .section-child:nth-of-type(n + 2) {
      margin-top: 25px; }

.section-red {
  background-color: #d82727;
  color: #FFFFFF; }

.section-title {
  background: url(../img/home_page_compressed.jpg) center bottom no-repeat;
  background-size: cover;
  height: 150px;
  position: relative;
  text-align: center; }
  .section-title::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(192, 0, 0, 0.7); }
  .section-title h1 {
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
    margin: 0;
    position: absolute;
    top: calc(50% - 1.25rem);
    width: 100%; }

.header-middle-maru {
  font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
  font-weight: 700; }

.header-middle {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: 700; }

.header-large {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-weight: 900; }

.section-content h2.header-oneline {
  color: #d82727;
  font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  /*&:before {
            margin-right: .6em;
        }*/
  /*&.header-line-white {
            color: white;

            &:before, &:after {
                border-top-color: white;
                border-bottom-color: white;
            }
        }

        &.header-line-red {
            color: $base-reverse-color;

            &:before, &:after {
                border-top-color: $base-reverse-color;
                border-bottom-color: $base-reverse-color;
            }
        }*/ }
  .section-content h2.header-oneline:after {
    content: "";
    flex-grow: 1;
    border-top: 2px solid #d82727; }
  .section-content h2.header-oneline:after {
    margin-left: .4em; }

.wrapper .container {
  padding-left: 20px;
  padding-right: 20px; }

.row-menulist .row-menuitem {
  padding: 5px; }
  .row-menulist .row-menuitem img {
    width: 100%;
    display: block; }
  .row-menulist .row-menuitem .disabled {
    position: relative;
    width: 100%; }
    .row-menulist .row-menuitem .disabled::before {
      z-index: 0;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 9px; }

.section-sns {
  margin-top: 15px; }
  .section-sns .row {
    margin-left: 0;
    margin-right: 0; }
    .section-sns .row .sns-button {
      color: #FFFFFF;
      text-align: center;
      font-size: 25px;
      padding: 0; }
      .section-sns .row .sns-button .fa {
        width: 25px;
        height: 25px; }
  .section-sns [class^="sns-button-"],
  .section-sns [class*=" sns-button-"] {
    display: block;
    color: #FFFFFF;
    font-family: FontAwesome;
    padding: 5px 0; }
  .section-sns .sns-button-twitter {
    background-color: #55acee; }
  .section-sns .sns-button-facebook {
    background-color: #3B5998; }
  .section-sns .sns-button-instagram {
    background-color: #D93177; }
  .section-sns .sns-button-line {
    background-color: #1dcd00; }
    .section-sns .sns-button-line i {
      font-size: 23px; }
  .section-sns .sns-button-youtube {
    background-color: #cd201f; }
  .section-sns.section-sns-footer .sns-button-youtube {
    background-color: #FFFFFF;
    color: #cd201f; }

html {
  visibility: hidden; }
  html.wf-active, html.second5 {
    visibility: visible; }

div.googlemap, div.youtube {
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  margin-bottom: 0.5rem;
  height: 0;
  overflow: hidden; }
  div.googlemap iframe, div.googlemap object, div.googlemap embed, div.googlemap > img, div.youtube iframe, div.youtube object, div.youtube embed, div.youtube > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.navbar {
  height: 70px;
  border-bottom: 2px solid #d82727; }
  .navbar .navbar-translate {
    height: 70px; }
    .navbar .navbar-translate .navbar-burger, .navbar .navbar-translate .navbar-lang {
      height: 60px;
      position: absolute;
      padding: 5px 2px;
      top: 5px;
      margin-top: 0;
      display: block; }
      .navbar .navbar-translate .navbar-burger img, .navbar .navbar-translate .navbar-lang img {
        height: 100%; }
    .navbar .navbar-translate .navbar-burger {
      left: 2px; }
    .navbar .navbar-translate .navbar-lang {
      right: 2px;
      background-color: transparent;
      border: none;
      outline: none; }
    .navbar .navbar-translate a.navbar-brand {
      width: 78px;
      height: 55px;
      position: absolute;
      top: 7.5px;
      left: calc(50% - 39px);
      margin-top: 0;
      margin-bottom: 0;
      padding: 0; }
      .navbar .navbar-translate a.navbar-brand img {
        height: 100%; }

.introduce-block .introduce-block-inner {
  background-color: #eeeeee;
  font-size: 0.9rem;
  margin: 10px 0 0;
  padding: 10px;
  line-height: 1.3rem; }
  .introduce-block .introduce-block-inner p {
    margin-bottom: 0.1rem; }

.fixed-top .navbar-collapse {
  height: 100%; }

.pager {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px; }
  .pager .pager-item {
    display: inline-block;
    margin: 5px;
    padding: 7px 10px;
    font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
    background: none;
    color: #333; }
    .pager .pager-item.active {
      background-color: #d82727;
      border-radius: 2px;
      color: #FFFFFF; }

.navbar-collapse {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0px;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .navbar-collapse::after {
    content: none; }
  .navbar-collapse .section-navbar {
    z-index: 3;
    padding: 15px 10px 0;
    height: 100%; }
    .navbar-collapse .section-navbar .section-close {
      height: 60px;
      position: relative; }
      .navbar-collapse .section-navbar .section-close img {
        width: 53px;
        height: 60px;
        position: absolute;
        left: calc(50% - 26.5px);
        top: calc(50% - 30px); }
    .navbar-collapse .section-navbar .section-menu {
      margin-top: 15px; }
    .navbar-collapse .section-navbar .header-line-white {
      margin-bottom: 15px; }
    .navbar-collapse .section-navbar .section-sns {
      z-index: 1032; }
      .navbar-collapse .section-navbar .section-sns .sns-button-youtube {
        color: #cd201f;
        background-color: #FFFFFF; }

.nav-open .wrapper, .nav-open .navbar-translate {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#bodyClick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-top: -70px;
  background-color: rgba(0, 0, 0, 0.5); }

.wrapper {
  margin-top: 70px; }

footer {
  background-color: #d82727;
  color: #FFFFFF;
  padding: 1em;
  text-align: center; }
  footer .twitter-share-button, footer .fb_iframe_widget {
    margin: 0 2px 5px; }
  footer p {
    font-size: 0.9rem; }

@media (max-width: 360px) {
  footer p {
    font-size: 0.8rem; } }

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 2rem; }
  #page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: 0.8; }
    #page-top a:hover {
      text-decoration: none;
      background: #999; }

#maintenancemode {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: fixed;
  bottom: 10px;
  width: 90%;
  left: 5%;
  z-index: 2; }

#test_environment {
  background-color: rgba(255, 255, 0, 0.3);
  color: black;
  position: fixed;
  bottom: 10px;
  width: 200px;
  left: 5%;
  z-index: 2;
  opacity: 0.7;
  text-align: center; }

.form-block {
  max-width: 800px;
  margin: 0 auto; }

.help-block {
  font-size: 0.8rem; }

.error-block {
  font-size: 0.9rem;
  display: block;
  color: red; }

.button_next {
  width: 100%;
  padding: 5px 0;
  margin: 10px auto 10px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
  font-weight: 700; }

.button_common {
  background-color: #ff7200; }
  .button_common, .button_common a {
    color: #FFFFFF; }

.ticket-day-footer {
  margin: 0.5rem 0; }
  .ticket-day-footer .button_buy_ticket {
    background-color: #ff7200;
    padding: 10px 5px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.1rem;
    font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
    font-weight: 700; }

.countdown {
  margin-bottom: 15px;
  padding: 0; }
  .countdown .countdown-inner {
    display: flex;
    margin: 0 auto;
    width: 240px; }
    .countdown .countdown-inner .count_keta {
      margin: 0;
      padding: 0; }
      .countdown .countdown-inner .count_keta img {
        width: 80px !important;
        margin: 0 !important;
        padding: 0; }

.stage_schedule {
  width: 100%;
  display: block;
  position: relative; }
  .stage_schedule .stage_schedule_message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7; }
    .stage_schedule .stage_schedule_message span {
      font-family: "tbudrgothic-std", "ヒラギノ丸ゴ Pro W4", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, sans-serif;
      font-size: 1.2rem;
      color: #FFFFFF;
      text-align: center;
      display: block;
      position: relative;
      top: calc(50% - 0.6rem); }

@media (min-width: 992px) {
  html, body {
    font-size: 16px; }
  body {
    border-top: #d82727 solid 6px; }
  .sp {
    display: none !important; }
  .pc-flex {
    display: flex; }
  .pc-content {
    margin: 0 auto; }
  .navbar .navbar-translate .navbar-burger {
    display: none; }
  .pc-sidebar {
    position: relative;
    border-right: 5px solid #d9d9d9BB; }
    .pc-sidebar .pc-sidebar-item {
      padding-right: 10px;
      padding-left: 10px; }
      .pc-sidebar .pc-sidebar-item .section-sns {
        margin-top: 15px;
        padding-top: 15px;
        /*.row .col {
                    font-size: 20px;
                    margin:0 1px;

                    .fa {
                        width: 20px;
                        height: 20px;
                    }
                }*/ }
        .pc-sidebar .pc-sidebar-item .section-sns .container {
          max-width: 999999px;
          padding: 5px 0 0; }
      .pc-sidebar .pc-sidebar-item .pc-homebutton {
        width: 215px;
        margin: 10px 0 0;
        padding-bottom: 30px; }
        .pc-sidebar .pc-sidebar-item .pc-homebutton img {
          width: 80%;
          display: block;
          margin: 30px auto 0; }
    .pc-sidebar .row-menulist {
      width: 215px;
      margin: 0 0 0 0;
      padding-top: 30px;
      padding-bottom: 30px;
      border-top: #d9d9d9 1px solid; }
    .pc-sidebar .pc-want, .pc-sidebar .pc-syutten {
      width: 215px; }
      .pc-sidebar .pc-want img, .pc-sidebar .pc-syutten img {
        width: 100%;
        float: none;
        margin: 1rem auto;
        display: block; }
    .pc-sidebar .pc-want {
      padding-top: 30px;
      padding-bottom: 30px; }
      .pc-sidebar .pc-want img:first-child {
        margin-top: 0; }
      .pc-sidebar .pc-want img:last-child {
        margin-bottom: 0; }
    .pc-sidebar .pc-syutten {
      padding-top: 30px;
      border-top: #d9d9d9 1px solid; }
      .pc-sidebar .pc-syutten img {
        margin-top: 0; }
  .wrapper {
    width: 100%;
    margin-top: 0; }
    .wrapper .container {
      max-width: 999999px;
      padding-left: 30px;
      padding-right: 30px; }
    .wrapper .section-sns .row {
      margin: 0 auto;
      max-width: 1000px; }
  [class^="header-line-"],
  [class*=" header-line-"] {
    font-size: 2.3rem; }
  [class^="sns-button-"],
  [class*=" sns-button-"] {
    max-width: 250px;
    margin: 0 auto; }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    /*&.section-home, &.section-title {
            border-left: none;
        }*/ }
    .section .section-child:nth-of-type(n + 2) {
      margin-top: 50px; }
    .section.section-title {
      height: 200px; }
      .section.section-title h1 {
        font-size: 3rem;
        top: calc(50% - 1.5rem - 6px); }
    .section.section-red {
      border-left-color: #d82727; }
  /*.section-content-item {
        padding: {
            left: 30px;
            right: 30px;
        }
    }*/
  footer {
    position: relative; }
    footer p {
      padding-bottom: 0; }
  .youtube_outer {
    max-width: 700px;
    margin: 0 auto; }
  .introduce-block .introduce-block-inner {
    font-size: 1rem;
    margin-top: 20px; }
  .button_next {
    padding: 10px 0;
    width: auto;
    max-width: 950px; }
  .ticket-day-footer .button_buy_ticket {
    font-size: 1.2rem; }
  .countdown {
    margin: 15px 0 0; }
    .countdown .countdown-inner {
      width: 100%; }
      .countdown .countdown-inner .count_keta img {
        width: 100% !important; } }

@media (min-width: 1200px) {
  .pc-sidebar .pc-sidebar-item .pc-homebutton, .pc-sidebar .pc-sidebar-item .row-menulist, .pc-sidebar .pc-sidebar-item .pc-want {
    width: 215px; } }

@media (max-width: 991px) {
  .pc {
    display: none !important; } }

