@charset "utf-8";

body
{
  margin: 0;
}



#myc
{
  min-width: 950px;
  overflow: hidden;

  text-align: left;
  color: #363636;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
}


#myc .cf:after
{
  content: "";
  display: block;
  clear: both;
}


#myc h1,
#myc h2,
#myc h3,
#myc h4,
#myc h5,
#myc h6,
#myc p
{
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

#myc table,
#myc tr,
#myc th,
#myc td
{
  margin: 0;
  padding: 0;

  border-collapse: collapse;
}

#myc form
{
  margin: 0;
  padding: 0;
}

#myc input[type=submit],
#myc input[type=button]
{
  -webkit-appearance: none;
  border-radius: 0;
}

#myc input[type=text],
#myc input[type=password],
#myc textarea,
#myc select,
#myc input[type=radio]+label
{
  font-size: 16px;
}

#myc th,
#myc td
{
  vertical-align: top;
}

#myc ol,
#myc ul
{
  padding: 0;
  list-style-position: inside;
}

#myc img
{
  border: 0;

  vertical-align: top;
}

#myc .sp-only
{
  display: none;
}

#myc .centerview
{
  position: relative;
  margin: 0 auto;

  width: 950px;

  /*background-color: rgba(0,0,0,0.1);*/
}

#myc a
{
  color: #0078ff;
}

#myc a img
{
  transition-duration: 0.1s;
}
#myc a:hover img
{
  opacity: 0.85;
}

#myc .partition:after
{
  content: "";
  display: block;
  clear: both;
}
#myc .partition .left
{
  float: left;
  width: 50%;
}
#myc .partition .right
{
  float: right;
  width: 50%;
}

#myc .text+.text
{
  margin-top: 1em;
}

#myc .text-line
{
  display: inline-block;
}

#myc .top-ss
{
  margin-top: 12px;
}

#myc .top-s
{
  margin-top: 16px;
}

#myc .top-m
{
  margin-top: 24px;
}

#myc .top-l
{
  margin-top: 32px;
}

#myc .top-ll
{
  margin-top: 40px;
}

#myc .center
{
  text-align: center;
}



#myc .pagetop-show-position
{
  position: relative;
}

#myc .pagetop-parents
{
  position: relative;
}

#myc #myc-pagetop
{
  position: absolute;
  right: 0;
  bottom: 0;

  width: 1px;
  height: 1px;
}

#myc #myc-pagetop .pagetop
{
  display: none;
}
html.remodal-is-locked #myc #myc-pagetop .pagetop
{
  display: none !important;
}

#myc #myc-pagetop .fix-area
{
  position: fixed;
  right: 0;
  bottom: 0;

  padding: 16px;
}
#myc #myc-pagetop.no-fix .fix-area
{
  position: inherit;
}

#myc .video
{
  margin: 0 auto;
  width: 640px;

  text-align: center;
}

#myc .gyao-player
{
  margin: 0 auto;
  text-align: center;
}

#myc .gyao-player .inner
{
  display: inline-block;
}



#myc #myc-loading
{
  display: none;

  font-size: 13px;
  color: #ccc;
}
#myc.loading #myc-loading
{
  display: inherit;
}
#myc.loading.loaded #myc-loading
{
  display: none;
}

#myc #myc-loading .inner
{
  display: table;
  width: 100%;
  height: 100vh;
}
#myc #myc-loading .inner .inner-sub
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}



#myc.loading #myc-loaded
{
  display: none;
}
#myc.loading.loaded #myc-loaded
{
  display: inherit;
}





#myc .section
{
  padding: 56px 0;
}

#myc .section-title
{
  text-align: center;
}

#myc .section-inner
{
  margin-top: 40px;
}



#myc .notice-parent {
  padding: 20px;
  background-color: #484848;
}

#myc .notice {
  width: 900px;
  margin: 0 auto;
  padding: 16px 20px;
  border: 4px solid #e60013;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 114.285714%;
}

#myc .notice p ~ p {
  margin-top: 12px;
}






#myc #myc-header-parent
{
  position: relative;

  background-image: url("../../190902/header_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#myc #myc-header
{
  height: 602px;
}

#myc #myc-header .page-title
{
  position: absolute;
  left: 4px;
  top: 12px;
}

#myc #myc-header .ikimono
{
  position: absolute;
  right: -34px;
  top: 0;

  box-sizing: border-box;
  padding-top: 12px;
  width: 557px;
  height: 554px;

  background-image: url("../../190902/header_ikimono_bg.png");
  background-repeat: no-repeat;

  text-align: center;
}

#myc #myc-header .ikimono .image
{
  margin-top: 12px;
}

#myc #myc-header .ikimono .text-area
{
  margin-top: 12px;
}





#myc #myc-menu
{
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 91px;
}

#myc #myc-menu .fix-area
{
  box-sizing: border-box;
  padding: 16px 0 0;
  height: 91px;

  background-color: rgba(0,0,0,0.8);
}
#myc #myc-menu.fix .fix-area
{
  position: fixed;
  left: 0;
  top: 0;

  width: 100%;
  z-index: 1;
}

#myc #myc-menu .list
{
  text-align: center;
  font-size: 0;
}

#myc #myc-menu .list .item
{
  display: inline-block;
}
#myc #myc-menu .list .item+.item
{
  margin-left: 60px;
}





#myc #myc-about
{
  background-image: url("../../190902/about_bg.jpg");
  background-position: center top;
}

#myc #myc-about .date
{
  margin-top: 40px;
  text-align: center;
}

#myc #myc-about .price-list
{
  margin: 40px auto 0;
  width: 795px;
}

#myc #myc-about .price-list .item
{
  position: relative;
}
#myc #myc-about .price-list .item+.item
{
  margin-top: 4px;
}

#myc #myc-about .price-list .label
{
  position: absolute;
  left: 0;
  top: 0;
}

#myc #myc-about .price-list .text
{
  margin-left: 230px;
}

#myc #myc-about .ticket-link
{
  margin-top: 56px;
  text-align: center;
}





#myc #myc-campaign
{
  padding: 20px 0;

  background-image: url("../../190902/campaign_bg.jpg");
  background-position: center;
  background-size: cover;
}

#myc #myc-campaign .section-title
{
  margin-top: -32px;
}

#myc #myc-campaign .text
{
  margin-top: -56px;
  text-align: center;
}





#myc .yellow-bg
{
  background-image: url("../../190902/yellow_bg.jpg");
  background-position: center top;
}

#myc #myc-lineup .centerview
{
  width: 900px;
}

#myc #myc-lineup .desc
{
  text-align: center;
}

#myc #myc-lineup .list
{
  display: flex;
  flex-wrap: wrap;
}

#myc #myc-lineup .list .item
{
  width: 419px;
}
#myc #myc-lineup .list .item:nth-child(2n)
{
  margin-left: 62px;
}
#myc #myc-lineup .list .item:nth-child(n+3)
{
  margin-top: 28px;
}

#myc #myc-lineup .list .item .label
{
  margin-top: 8px;

  font-weight: bold;
  font-size: 16px;
}





#myc #myc-privelege
{
  padding-top: 0;
}

#myc #myc-privelege .section-inner
{
  margin-top: inherit;
}

#myc #myc-privelege .centerview
{
  width: 900px;
}

#myc #myc-privelege .desc
{
  margin-top: 8px;
  text-align: center;
}

#myc #myc-privelege .data
{
  padding: 40px;

  border: 1px solid #000;
  background-color: rgba(255,255,255,0.3);
}



#myc #myc-privelege .data .label
{
  position: relative;
  padding-left: 1.4em;

  line-height: 1em;
  font-weight: bold;
}
#myc #myc-privelege .data *+.label
{
  margin-top: 1.6em;
}
#myc #myc-privelege .data .label:before
{
  display: block;
  content: '';

  position: absolute;
  left: 0;
  top: 0;

  width: 1em;
  height: 1em;

  background-color: #363636;
}

#myc #myc-privelege .data .text
{
  margin-top: 0.4em;
}





#myc #myc-hokuriku
{
  background-image: url("../../190902/hokuriku_bg.png");
}

#myc #myc-hokuriku .list
{
  text-align: center;
  font-size: 0;
}

#myc #myc-hokuriku .list .item
{
  display: inline-block;

  box-shadow:0px 8px 12px 0px rgba(0,0,0,0.2);
}
#myc #myc-hokuriku .list .item+.item
{
  margin-left: 12px;
}

#myc #myc-hokuriku .link
{
  margin-top: 48px;
  text-align: center;
}

#myc #myc-hokuriku .attention
{
  margin-top: 16px;

  text-align: center;
  color: #fff;
  font-size: 90%;
}





#myc #myc-present .main
{
  text-align: center;
}

#myc #myc-present .link {
  margin-top: 16px;
  text-align: center;
}

#myc #myc-present .link a {
  display: inline-block;
  position: relative;
  padding: 0 48px;
  border-radius: 24px;
  background-color: #eb4d00;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 48px;
  text-decoration: none;
}

#myc #myc-present .link a:hover {
  opacity: .85;
}

#myc #myc-present .link a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  border-color: transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  content: "";
}

#myc #myc-present .shop
{
  box-sizing: border-box;
  margin: 32px auto 0;
  padding: 22px;
  width: 684px;

  background-color: #fff;
}

#myc #myc-present .shop .inner
{
  position: relative;
}

#myc #myc-present .shop .left
{
  width: 174px;
}

#myc #myc-present .shop .right
{
  width: 450px;
}

#myc #myc-present .shop .label
{
  margin-top: 12px;
  font-size: 17px;
}

#myc #myc-present .shop .address
{
  margin-top: 16px;
}

#myc #myc-present .shop .map
{
  position: absolute;
  right: 0;
  bottom: 0;
}





#myc #myc-footer
{
  background-color: #484848;
}

#myc #myc-footer .banner
{
  text-align: center;
}

#myc #myc-footer .banner img
{
  border: 1px solid #f39800;
}










/*
  scrollmagic
*/
#myc.standby .scrollmagic
{
  opacity: 0;
  transition-duration: 1.6s;
  transition-timing-function: ease-out;
  transform: translateY(-24px);
}

#myc.standby .scrollmagic.show
{
  opacity: 1 !important;
  transform: translateX(0) translateY(0) scale(1) !important;
}





/*
  transition
*/
#myc.standby.reset *
{
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}