@charset "UTF-8";
/**
 *
 * index: トップページ
 *
*/
/*----------------------------
	ツール
-----------------------------*/
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*---------------------------------------------
	FixedBg
----------------------------------------------*/
#FixedBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

#FixedBg #MvVideo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#FixedBg .loader {
  color: #C8C8C8;
  font-size: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  z-index: 10;
}

/*---------------------------------------------
	Keyvisual
----------------------------------------------*/
#Keyvisual {
  width: 100%;
  height: calc(100vh - 156px);
  margin-top: 156px;
  position: relative;
  z-index: 10;
}

#Keyvisual #MvBanner {
  width: 728px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 364px);
  margin-top: 0;
}

#Keyvisual #MvBanner img {
  width: 100%;
}

/*---------------------------------------------
	HallMap
----------------------------------------------*/
#HallMap {
  height: 100%;
  padding-bottom: 0 !important;
}

#HallMap .inner {
  height: 100%;
}

#HallMap .inner .section_title {
  height: 85px;
}

#HallMap #search_hall_map {
  margin-top: 25px;
  border: none;
}

#HallMap #area-editor .map-img {
  width: 477px;
  margin: 0 auto;
}

#HallMap #area-editor .map-img img {
  width: 477px;
  height: auto;
}

#HallMap #area-editor .btn-return {
  margin-top: 20px;
}

#HallMap .morebtn {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 150px);
}

/*---------------------------------------------
	PickUpHall
----------------------------------------------*/
#PickUpHall.section_box {
  padding-bottom: 0;
}

#PickUpHall .pickup_space {
  height: 513px;
}

#PickUpHall .itemlist {
  margin-top: 20px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#PickUpHall .itemlist .item {
  width: 20%;
  border: solid 1px #D2D2D2;
  border-style: solid none solid solid;
  margin-bottom: 10px;
}

#PickUpHall .itemlist .item:nth-child(5n), #PickUpHall .itemlist .item:last-child {
  border: solid 1px #D2D2D2;
}

#PickUpHall .itemlist .item a {
  display: block;
  background: #fff;
  height: 100%;
}

#PickUpHall .itemlist .item a figure {
  width: calc(100% - 10px);
  height: 64px;
  margin: 5px auto 0 auto;
}

#PickUpHall .itemlist .item a figcaption {
  margin-top: 5px;
  padding: 5px;
}

#PickUpHall .itemlist .item a figcaption h4 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  color: #0D69C9;
}

#PickUpHall .itemlist .item a figcaption p {
  margin-top: 2px;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0;
  color: #646464;
}

#PickUpHall .itemlist .item a figcaption .hallopen, #PickUpHall .itemlist .item a figcaption .pickup {
  width: 85px;
  height: 38px;
  margin-top: 2px;
}

#PickUpHall .itemlist .item a figcaption .hallopen.grandopen, #PickUpHall .itemlist .item a figcaption .pickup.grandopen {
  background: url("../images/icon_hallopen1.png") no-repeat center center;
  background-size: 85px;
}

#PickUpHall .itemlist .item a figcaption .hallopen.renewalopen, #PickUpHall .itemlist .item a figcaption .pickup.renewalopen {
  background: url("../images/icon_hallopen2.png") no-repeat center center;
  background-size: 85px;
}

#PickUpHall .itemlist .item a figcaption .hallopen.refreshopen, #PickUpHall .itemlist .item a figcaption .pickup.refreshopen {
  background: url("../images/icon_hallopen3.png") no-repeat center center;
  background-size: 85px;
}

#PickUpHall .itemlist .item a figcaption .hallopen.pickup, #PickUpHall .itemlist .item a figcaption .pickup.pickup {
  background: url("../images/icon_pickup.png") no-repeat center center;
  background-size: 85px;
}

#PickUpHall .itemlist .item a figcaption .hallopen.foodtrack, #PickUpHall .itemlist .item a figcaption .pickup.foodtrack {
  background: url("../images/icon_foodtrack.png") no-repeat center center;
  background-size: 85px;
}

#PickUpHall .itemlist .item a figcaption .pr {
  width: 34px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  color: #fff;
  background: #3b3b3b;
  padding: 3px 0 2px 0;
  text-align: center;
  border-radius: 10px;
  margin-top: 5px;
}

#PickUpHall .itemlist .item a:hover {
  text-decoration: none;
  background: #faf9f9;
}

#PickUpHall .morebtn {
  width: 191px;
  height: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*---------------------------------------------
	SearchMachine
----------------------------------------------*/
#SearchMachine .linklist {
  width: 100%;
}

#SearchMachine .linklist .link {
  width: calc(33.3% - 8px);
}

#SearchMachine .linklist .link.topbtn {
  width: 100%;
  margin-bottom: 20px;
}

#SearchMachine .linklist .link.topbtn .morebtn {
  background: #D30000;
  background: -moz-linear-gradient(top, #D30000 0%, #FF0000 100%);
  background: -webkit-linear-gradient(top, #D30000 0%, #FF0000 100%);
  background: linear-gradient(to bottom, #D30000 0%, #FF0000 100%);
}

#SearchMachine .linklist .link.topbtn .morebtn:hover {
  background: #D30000;
  background: -moz-linear-gradient(top, #D30000 0%, #FF0000 100%);
  background: -webkit-linear-gradient(top, #D30000 0%, #FF0000 100%);
  background: linear-gradient(to bottom, #D30000 0%, #FF0000 100%);
  opacity: 0.7;
}

#SearchMachine .linklist .link .morebtn {
  width: 100%;
  min-width: auto;
  min-width: none;
  min-width: unset;
  height: 66px;
  background: #FF8A00;
  background: -moz-linear-gradient(top, #FF8A00 0%, #FFCB00 100%);
  background: -webkit-linear-gradient(top, #FF8A00 0%, #FFCB00 100%);
  background: linear-gradient(to bottom, #FF8A00 0%, #FFCB00 100%);
}

#SearchMachine .linklist .link .morebtn:hover {
  background: #FF8A00;
  background: -moz-linear-gradient(top, #FF8A00 0%, #FFCB00 100%);
  background: -webkit-linear-gradient(top, #FF8A00 0%, #FFCB00 100%);
  background: linear-gradient(to bottom, #FF8A00 0%, #FFCB00 100%);
  opacity: 0.7;
}

#SearchMachine .soaringword {
  background: #EDEDED;
  margin-top: 20px;
}

#SearchMachine .soaringword h4 {
  width: 100%;
  background: #9B9B9B;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 13px 10px 13px 10px;
}

#SearchMachine .soaringword .itemlist {
  padding: 10px 10px 0 10px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#SearchMachine .soaringword .itemlist .item {
  margin: 0 10px 10px 0;
}

#SearchMachine .soaringword .itemlist .item a {
  background: #fff;
  padding: 4px;
  font-size: 15px;
  line-height: 16px;
}

/*---------------------------------------------
	PickUpMachine
----------------------------------------------*/
#PickUpMachine #MachineSlider {
  width: 100%;
  background: #737373;
  margin-bottom: 0;
}

#PickUpMachine #MachineSlider .slider-arrow {
  width: 40px;
  height: 40px;
  top: 130px;
}

#PickUpMachine #MachineSlider .slider-arrow::after {
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: 12px;
}

#PickUpMachine #MachineSlider .item a {
  display: block;
  position: relative;
  outline: none;
}

#PickUpMachine #MachineSlider .item a time {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 6px;
  width: 74px;
}

#PickUpMachine #MachineSlider .item a figure {
  padding: 20px;
  width: 100%;
}

#PickUpMachine #MachineSlider .item a figure .type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007ADC;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #fff;
}

#PickUpMachine #MachineSlider .item a figure .type.slot {
  background: #FDA51B;
}

#PickUpMachine #MachineSlider .item a figcaption {
  width: 100%;
  padding: 10px 20px 20px 20px;
  background: #414141;
  min-height: 70px;
}

#PickUpMachine #MachineSlider .item a figcaption p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

#PickUpMachine #MachineSlider .item a:hover {
  text-decoration: none;
}

#PickUpMachine #MachineSlider .item a:hover * {
  text-decoration: none;
}

#PickUpMachine #MachineSlider .item a:hover figcaption p {
  opacity: 0.7;
}

/*---------------------------------------------
	YoutubeChannel
----------------------------------------------*/
#YoutubeChannel {
  position: relative;
  margin-top: 10px;
  padding-top: 35px !important;
  background: #3B3B3B;
}

#YoutubeChannel .inner {
  padding: 0 142px;
}

#YoutubeChannel .section_title::before {
  width: 60px;
  height: 43px;
  background: url("../images/icon_youtube.svg") no-repeat center center;
  background-size: 60px;
  top: -7px;
}

#YoutubeChannel .section_title label {
  padding-left: 75px;
  color: #fff;
}

#YoutubeChannel .morebtn {
  position: absolute;
  top: -3px;
  right: 142px;
  width: 191px;
  z-index: 10;
  height: 38px;
}

#YoutubeChannel .inner_box {
  position: relative;
}

#YoutubeChannel .inner_box .inner_l {
  width: 460px;
}

#YoutubeChannel .inner_box .inner_l a {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 10px);
}

#YoutubeChannel .inner_box .inner_l a::before, #YoutubeChannel .inner_box .inner_l a::after {
  content: "";
  position: absolute;
  z-index: 10;
}

#YoutubeChannel .inner_box .inner_l a::before {
  width: 66px;
  height: 66px;
  background: rgba(255, 0, 0, 0.8);
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  border-radius: 50%;
}

#YoutubeChannel .inner_box .inner_l a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 22px;
  border-color: transparent transparent transparent #ffffff;
  top: calc(50% - 16px);
  left: calc(50% - 7px);
}

#YoutubeChannel .inner_box .inner_l a:hover::before, #YoutubeChannel .inner_box .inner_l a:hover::after {
  opacity: 0.7;
}

#YoutubeChannel .inner_box .inner_r {
  width: calc(100% - 460px);
  padding-left: 25px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#YoutubeChannel .inner_box .inner_r .item {
  width: 33.3%;
  padding: 10px;
  position: relative;
}

#YoutubeChannel .inner_box .inner_r .item::before, #YoutubeChannel .inner_box .inner_r .item::after {
  content: "";
  background: #fff;
  position: absolute;
}

#YoutubeChannel .inner_box .inner_r .item::before {
  width: 1px;
  height: calc(100% - 20px);
  top: 10px;
  right: 0;
}

#YoutubeChannel .inner_box .inner_r .item::after {
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  left: 10px;
}

#YoutubeChannel .inner_box .inner_r .item:nth-child(3n)::before {
  display: none;
}

#YoutubeChannel .inner_box .inner_r .item:nth-child(4)::after, #YoutubeChannel .inner_box .inner_r .item:nth-child(5)::after, #YoutubeChannel .inner_box .inner_r .item:nth-child(6)::after {
  display: none;
}

#YoutubeChannel .inner_box .inner_r .item a {
  display: block;
  width: 100%;
}

#YoutubeChannel .inner_box .inner_r .item a.active {
  background: #5a5a5a;
}

#YoutubeChannel .inner_box .inner_r .item a figure {
  width: 100;
  height: 86px;
}

#YoutubeChannel .inner_box .inner_r .item a figcaption {
  margin-top: 6px;
}

#YoutubeChannel .inner_box .inner_r .item a figcaption h4 {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

#YoutubeChannel .inner_box .inner_r .item a:hover {
  text-decoration: none;
}

#YoutubeChannel .inner_box .inner_r .item a:hover * {
  opacity: 1;
}

#YoutubeChannel #MovieTitle {
  width: 100%;
  background: #e60000;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  position: relative;
  padding: 10px 20px;
}

#YoutubeChannel #MovieTitle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #e60000 transparent;
  position: absolute;
  top: -16px;
  left: 30px;
}

/*---------------------------------------------
	Topics
----------------------------------------------*/
#Topics .itemlist {
  width: 100%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#Topics .itemlist .item {
  width: calc(33.3% - 13px);
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

#Topics .itemlist .item:nth-child(3n) {
  margin-right: 0;
}

#Topics .itemlist .item a figure {
  width: 100%;
  height: 260px;
}

#Topics .itemlist .item a figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  padding: 35px 10px 10px 10px;
  -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#Topics .itemlist .item a figcaption .type {
  position: absolute;
  top: 0;
  left: 0;
  background: #007ADC;
  padding: 6px 6px 4px 6px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #fff;
}

#Topics .itemlist .item a figcaption .type.red {
  background: #DB0000;
}

#Topics .itemlist .item a figcaption .type.green {
  background: #00D000;
}

#Topics .itemlist .item a figcaption .type.pink {
  background: #EA70CE;
}

#Topics .itemlist .item a figcaption h4 {
  color: #fff;
  -webkit-line-clamp: 2;
}

#Topics .itemlist .item a:hover {
  text-decoration: none;
}

#Topics .itemlist .item a:hover * {
  text-decoration: none;
  opacity: 1;
}

#Topics .itemlist .item a:hover figcaption {
  height: 100%;
}

#Topics .itemlist .item a:hover figcaption h4 {
  -webkit-line-clamp: 12;
}

#Topics .morebtn {
  margin-top: 10px;
}

/*---------------------------------------------
	App
----------------------------------------------*/
#App {
  padding-bottom: 0 !important;
}
