@charset "UTF-8";
/* Definition
========================================== */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
/* CSS START
========================================== */
/* line 54, hic_event_style47.scss */
header, footer {
  position: relative;
  z-index: 40;
}

/* line 58, hic_event_style47.scss */
header {
  background: white;
}

/* line 62, hic_event_style47.scss */
#style47__vsgas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  /* line 62, hic_event_style47.scss */
  #style47__vsgas {
    height: 100vh !important;
  }
}

/* line 78, hic_event_style47.scss */
#style47__wrapper {
  position: relative;
  z-index: 2;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* line 84, hic_event_style47.scss */
#wrap {
  background: none !important;
}

/* line 88, hic_event_style47.scss */
.style47__hero {
  padding: 30px 0 0;
  background-image: url("../img/event/cpn_style47/fall/hero_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 96, hic_event_style47.scss */
.style47__hero .ttl {
  width: 175px;
  margin: 0 auto;
  margin-bottom: 7px;
}
/* line 101, hic_event_style47.scss */
.style47__hero .logo {
  width: 274px;
  margin: 0 auto;
  margin-bottom: 14px;
}
/* line 106, hic_event_style47.scss */
.style47__hero .chach {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 111, hic_event_style47.scss */
.style47__hero .period {
  padding: 8px;
  background-color: rgba(255, 102, 0, 0.8);
  text-align: center;
  color: white;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  /* line 88, hic_event_style47.scss */
  .style47__hero {
    padding: 40px 0 70px;
    background-image: url("../img/event/cpn_style47/fall/hero_bg_pc.jpg");
  }
  /* line 121, hic_event_style47.scss */
  .style47__hero .ttl {
    width: auto;
    margin-bottom: 14px;
  }
  /* line 125, hic_event_style47.scss */
  .style47__hero .logo {
    width: auto;
    margin-bottom: 0;
  }
  /* line 129, hic_event_style47.scss */
  .style47__hero .chach {
    width: auto;
    margin-bottom: 18px;
  }
  /* line 133, hic_event_style47.scss */
  .style47__hero .period {
    padding: 12px 31px 10px;
    background: url("../img/event/cpn_style47/fall/bg_period.png") no-repeat center transparent;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    font-size: 20px;
  }
}

/* line 144, hic_event_style47.scss */
.btn-login {
  display: block;
  max-width: 520px;
  margin: 10px auto;
}
/* line 148, hic_event_style47.scss */
.btn-login a {
  display: block;
  position: relative;
  background: transparent;
  text-align: center;
  color: white;
  padding: 10px;
  border: 2px white solid;
  border-radius: 50px;
  font-size: 137%;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 161, hic_event_style47.scss */
.btn-login a .glyphicon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
/* line 167, hic_event_style47.scss */
.btn-login a:hover, .btn-login a:focus {
  background: #d61518;
}

/* line 174, hic_event_style47.scss */
.style47__status .user-login {
  padding: 20px 10px;
  background: #f60;
  color: white;
  text-align: center;
}
/* line 181, hic_event_style47.scss */
.style47__status .user-info {
  padding: 20px 10px;
  background: #f60;
  color: white;
}
/* line 185, hic_event_style47.scss */
.style47__status .user-info > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 191, hic_event_style47.scss */
.style47__status .user-info .name {
  position: relative;
  margin-bottom: 20px;
  padding-left: 34px;
  font-weight: 700;
  word-break: break-word;
  word-wrap: break-word;
}
/* line 198, hic_event_style47.scss */
.style47__status .user-info .name:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 27px;
  height: 27px;
  background: url("../img/event/cpn_style47/icon_user.png") no-repeat center left;
  background-size: contain;
}
/* line 211, hic_event_style47.scss */
.style47__status .user-info .glass {
  position: relative;
  padding-left: 34px;
}
/* line 214, hic_event_style47.scss */
.style47__status .user-info .glass:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/event/cpn_style47/icon_glass.png") no-repeat center left;
  background-size: contain;
}
/* line 228, hic_event_style47.scss */
.style47__status > .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 232, hic_event_style47.scss */
  .style47__status .name {
    max-width: 212px;
  }
  /* line 235, hic_event_style47.scss */
  .style47__status .quantity {
    position: absolute;
    top: 0;
    left: 0;
    width: 114px;
    padding: 20px;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 768px) {
  /* line 245, hic_event_style47.scss */
  .style47__status .user-info {
    padding-bottom: 24px;
    font-size: 124%;
  }
  /* line 248, hic_event_style47.scss */
  .style47__status .user-info > .container {
    padding-left: 280px;
  }
  /* line 251, hic_event_style47.scss */
  .style47__status .user-info .name {
    width: 100%;
  }
  /* line 254, hic_event_style47.scss */
  .style47__status .user-info .glass {
    width: 100%;
  }
  /* line 258, hic_event_style47.scss */
  .style47__status .quantity {
    position: absolute;
    top: -168px;
    left: 0;
  }
}

/* line 266, hic_event_style47.scss */
#style47__map {
  width: 300px;
  height: 240px;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
/* line 272, hic_event_style47.scss */
#style47__map ul {
  position: relative;
}
/* line 274, hic_event_style47.scss */
#style47__map ul li {
  position: absolute;
  width: 16px;
  height: 16px;
  background: white;
}
/* line 275, hic_event_style47.scss */
#style47__map ul li.active {
  background: #d61518;
  color: white;
}
/* line 283, hic_event_style47.scss */
#style47__map ul li:first-child {
  top: 0;
  right: 0;
}
/* line 284, hic_event_style47.scss */
#style47__map ul li:nth-child(2) {
  top: 40px;
  right: 10px;
}
/* line 285, hic_event_style47.scss */
#style47__map ul li:nth-child(3) {
  top: 58px;
  right: 10px;
}
/* line 286, hic_event_style47.scss */
#style47__map ul li:nth-child(4) {
  top: 76px;
  right: 10px;
}
/* line 287, hic_event_style47.scss */
#style47__map ul li:nth-child(5) {
  top: 94px;
  right: 10px;
}
/* line 288, hic_event_style47.scss */
#style47__map ul li:nth-child(6) {
  top: 112px;
  right: 10px;
}
/* line 289, hic_event_style47.scss */
#style47__map ul li:nth-child(7) {
  top: 130px;
  right: 10px;
}
/* line 290, hic_event_style47.scss */
#style47__map ul li:nth-child(8) {
  top: 58px;
  right: 28px;
}
/* line 291, hic_event_style47.scss */
#style47__map ul li:nth-child(9) {
  top: 76px;
  right: 28px;
}
/* line 292, hic_event_style47.scss */
#style47__map ul li:nth-child(10) {
  top: 94px;
  right: 28px;
}
/* line 293, hic_event_style47.scss */
#style47__map ul li:nth-child(11) {
  top: 112px;
  right: 28px;
}
/* line 294, hic_event_style47.scss */
#style47__map ul li:nth-child(12) {
  top: 130px;
  right: 28px;
}
/* line 295, hic_event_style47.scss */
#style47__map ul li:nth-child(13) {
  top: 148px;
  right: 28px;
}
/* line 296, hic_event_style47.scss */
#style47__map ul li:nth-child(14) {
  top: 112px;
  right: 46px;
}
/* line 297, hic_event_style47.scss */
#style47__map ul li:nth-child(15) {
  top: 130px;
  right: 46px;
}
/* line 298, hic_event_style47.scss */
#style47__map ul li:nth-child(16) {
  top: 148px;
  right: 46px;
}
/* line 299, hic_event_style47.scss */
#style47__map ul li:nth-child(17) {
  top: 112px;
  right: 64px;
}
/* line 300, hic_event_style47.scss */
#style47__map ul li:nth-child(18) {
  top: 130px;
  right: 64px;
}
/* line 301, hic_event_style47.scss */
#style47__map ul li:nth-child(19) {
  top: 148px;
  right: 82px;
}
/* line 302, hic_event_style47.scss */
#style47__map ul li:nth-child(20) {
  top: 94px;
  right: 100px;
}
/* line 303, hic_event_style47.scss */
#style47__map ul li:nth-child(21) {
  top: 130px;
  right: 100px;
}
/* line 304, hic_event_style47.scss */
#style47__map ul li:nth-child(22) {
  top: 148px;
  right: 100px;
}
/* line 305, hic_event_style47.scss */
#style47__map ul li:nth-child(23) {
  top: 166px;
  right: 100px;
}
/* line 306, hic_event_style47.scss */
#style47__map ul li:nth-child(24) {
  top: 112px;
  right: 118px;
}
/* line 307, hic_event_style47.scss */
#style47__map ul li:nth-child(25) {
  top: 130px;
  right: 118px;
}
/* line 308, hic_event_style47.scss */
#style47__map ul li:nth-child(26) {
  top: 148px;
  right: 118px;
}
/* line 309, hic_event_style47.scss */
#style47__map ul li:nth-child(27) {
  top: 130px;
  right: 136px;
}
/* line 310, hic_event_style47.scss */
#style47__map ul li:nth-child(28) {
  top: 148px;
  right: 136px;
}
/* line 311, hic_event_style47.scss */
#style47__map ul li:nth-child(29) {
  top: 166px;
  right: 136px;
}
/* line 312, hic_event_style47.scss */
#style47__map ul li:nth-child(30) {
  top: 130px;
  right: 154px;
}
/* line 313, hic_event_style47.scss */
#style47__map ul li:nth-child(31) {
  top: 130px;
  right: 172px;
}
/* line 314, hic_event_style47.scss */
#style47__map ul li:nth-child(32) {
  top: 148px;
  right: 172px;
}
/* line 315, hic_event_style47.scss */
#style47__map ul li:nth-child(33) {
  top: 184px;
  right: 172px;
}
/* line 316, hic_event_style47.scss */
#style47__map ul li:nth-child(34) {
  top: 202px;
  right: 172px;
}
/* line 317, hic_event_style47.scss */
#style47__map ul li:nth-child(35) {
  top: 130px;
  right: 190px;
}
/* line 318, hic_event_style47.scss */
#style47__map ul li:nth-child(36) {
  top: 148px;
  right: 190px;
}
/* line 319, hic_event_style47.scss */
#style47__map ul li:nth-child(37) {
  top: 184px;
  right: 190px;
}
/* line 320, hic_event_style47.scss */
#style47__map ul li:nth-child(38) {
  top: 202px;
  right: 190px;
}
/* line 321, hic_event_style47.scss */
#style47__map ul li:nth-child(39) {
  top: 130px;
  right: 208px;
}
/* line 322, hic_event_style47.scss */
#style47__map ul li:nth-child(40) {
  top: 166px;
  right: 226px;
}
/* line 323, hic_event_style47.scss */
#style47__map ul li:nth-child(41) {
  top: 184px;
  right: 226px;
}
/* line 324, hic_event_style47.scss */
#style47__map ul li:nth-child(42) {
  top: 202px;
  right: 226px;
}
/* line 325, hic_event_style47.scss */
#style47__map ul li:nth-child(43) {
  top: 166px;
  right: 244px;
}
/* line 326, hic_event_style47.scss */
#style47__map ul li:nth-child(44) {
  top: 202px;
  right: 244px;
}
/* line 327, hic_event_style47.scss */
#style47__map ul li:nth-child(45) {
  top: 166px;
  right: 262px;
}
/* line 328, hic_event_style47.scss */
#style47__map ul li:nth-child(46) {
  top: 184px;
  right: 262px;
}
/* line 329, hic_event_style47.scss */
#style47__map ul li:nth-child(47) {
  top: 220px;
  right: 280px;
}
/* line 331, hic_event_style47.scss */
#style47__map ul .mass4 {
  width: 44px;
  height: 30px;
}
/* line 335, hic_event_style47.scss */
#style47__map ul .mass2w {
  width: 34px;
  height: 16px;
}
/* line 339, hic_event_style47.scss */
#style47__map ul .mass2h {
  width: 16px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  /* line 346, hic_event_style47.scss */
  #style47__map ul li {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  /* line 266, hic_event_style47.scss */
  #style47__map {
    width: 600px;
    height: 480px;
    margin-top: -166px;
    margin-right: 40px;
  }
  /* line 358, hic_event_style47.scss */
  #style47__map ul {
    position: relative;
  }
  /* line 360, hic_event_style47.scss */
  #style47__map ul li {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: white;
    color: #999;
    white-space: nowrap;
  }
  /* line 368, hic_event_style47.scss */
  #style47__map ul li:first-child {
    top: 0;
    right: 0;
  }
  /* line 369, hic_event_style47.scss */
  #style47__map ul li:nth-child(2) {
    top: 80px;
    right: 20px;
  }
  /* line 370, hic_event_style47.scss */
  #style47__map ul li:nth-child(3) {
    top: 116px;
    right: 20px;
  }
  /* line 371, hic_event_style47.scss */
  #style47__map ul li:nth-child(4) {
    top: 152px;
    right: 20px;
  }
  /* line 372, hic_event_style47.scss */
  #style47__map ul li:nth-child(5) {
    top: 188px;
    right: 20px;
  }
  /* line 373, hic_event_style47.scss */
  #style47__map ul li:nth-child(6) {
    top: 224px;
    right: 20px;
  }
  /* line 374, hic_event_style47.scss */
  #style47__map ul li:nth-child(7) {
    top: 260px;
    right: 20px;
  }
  /* line 375, hic_event_style47.scss */
  #style47__map ul li:nth-child(8) {
    top: 116px;
    right: 56px;
  }
  /* line 376, hic_event_style47.scss */
  #style47__map ul li:nth-child(9) {
    top: 152px;
    right: 56px;
  }
  /* line 377, hic_event_style47.scss */
  #style47__map ul li:nth-child(10) {
    top: 188px;
    right: 56px;
  }
  /* line 378, hic_event_style47.scss */
  #style47__map ul li:nth-child(11) {
    top: 224px;
    right: 56px;
  }
  /* line 379, hic_event_style47.scss */
  #style47__map ul li:nth-child(12) {
    top: 260px;
    right: 56px;
  }
  /* line 380, hic_event_style47.scss */
  #style47__map ul li:nth-child(13) {
    top: 296px;
    right: 56px;
  }
  /* line 381, hic_event_style47.scss */
  #style47__map ul li:nth-child(14) {
    top: 224px;
    right: 92px;
  }
  /* line 382, hic_event_style47.scss */
  #style47__map ul li:nth-child(15) {
    top: 260px;
    right: 92px;
  }
  /* line 383, hic_event_style47.scss */
  #style47__map ul li:nth-child(16) {
    top: 296px;
    right: 92px;
  }
  /* line 384, hic_event_style47.scss */
  #style47__map ul li:nth-child(17) {
    top: 224px;
    right: 128px;
  }
  /* line 385, hic_event_style47.scss */
  #style47__map ul li:nth-child(18) {
    top: 260px;
    right: 128px;
  }
  /* line 386, hic_event_style47.scss */
  #style47__map ul li:nth-child(19) {
    top: 296px;
    right: 164px;
  }
  /* line 387, hic_event_style47.scss */
  #style47__map ul li:nth-child(20) {
    top: 188px;
    right: 200px;
  }
  /* line 388, hic_event_style47.scss */
  #style47__map ul li:nth-child(21) {
    top: 260px;
    right: 200px;
  }
  /* line 389, hic_event_style47.scss */
  #style47__map ul li:nth-child(22) {
    top: 296px;
    right: 200px;
  }
  /* line 390, hic_event_style47.scss */
  #style47__map ul li:nth-child(23) {
    top: 332px;
    right: 200px;
  }
  /* line 391, hic_event_style47.scss */
  #style47__map ul li:nth-child(24) {
    top: 224px;
    right: 236px;
  }
  /* line 392, hic_event_style47.scss */
  #style47__map ul li:nth-child(25) {
    top: 260px;
    right: 236px;
  }
  /* line 393, hic_event_style47.scss */
  #style47__map ul li:nth-child(26) {
    top: 296px;
    right: 236px;
  }
  /* line 394, hic_event_style47.scss */
  #style47__map ul li:nth-child(27) {
    top: 260px;
    right: 272px;
  }
  /* line 395, hic_event_style47.scss */
  #style47__map ul li:nth-child(28) {
    top: 296px;
    right: 272px;
  }
  /* line 396, hic_event_style47.scss */
  #style47__map ul li:nth-child(29) {
    top: 332px;
    right: 272px;
  }
  /* line 397, hic_event_style47.scss */
  #style47__map ul li:nth-child(30) {
    top: 260px;
    right: 308px;
  }
  /* line 398, hic_event_style47.scss */
  #style47__map ul li:nth-child(31) {
    top: 260px;
    right: 344px;
  }
  /* line 399, hic_event_style47.scss */
  #style47__map ul li:nth-child(32) {
    top: 296px;
    right: 344px;
  }
  /* line 400, hic_event_style47.scss */
  #style47__map ul li:nth-child(33) {
    top: 368px;
    right: 344px;
  }
  /* line 401, hic_event_style47.scss */
  #style47__map ul li:nth-child(34) {
    top: 404px;
    right: 344px;
  }
  /* line 402, hic_event_style47.scss */
  #style47__map ul li:nth-child(35) {
    top: 260px;
    right: 380px;
  }
  /* line 403, hic_event_style47.scss */
  #style47__map ul li:nth-child(36) {
    top: 296px;
    right: 380px;
  }
  /* line 404, hic_event_style47.scss */
  #style47__map ul li:nth-child(37) {
    top: 368px;
    right: 380px;
  }
  /* line 405, hic_event_style47.scss */
  #style47__map ul li:nth-child(38) {
    top: 404px;
    right: 380px;
  }
  /* line 406, hic_event_style47.scss */
  #style47__map ul li:nth-child(39) {
    top: 260px;
    right: 416px;
  }
  /* line 407, hic_event_style47.scss */
  #style47__map ul li:nth-child(40) {
    top: 332px;
    right: 452px;
  }
  /* line 408, hic_event_style47.scss */
  #style47__map ul li:nth-child(41) {
    top: 368px;
    right: 452px;
  }
  /* line 409, hic_event_style47.scss */
  #style47__map ul li:nth-child(42) {
    top: 404px;
    right: 452px;
  }
  /* line 410, hic_event_style47.scss */
  #style47__map ul li:nth-child(43) {
    top: 332px;
    right: 488px;
  }
  /* line 411, hic_event_style47.scss */
  #style47__map ul li:nth-child(44) {
    top: 404px;
    right: 488px;
  }
  /* line 412, hic_event_style47.scss */
  #style47__map ul li:nth-child(45) {
    top: 332px;
    right: 524px;
  }
  /* line 413, hic_event_style47.scss */
  #style47__map ul li:nth-child(46) {
    top: 368px;
    right: 524px;
  }
  /* line 414, hic_event_style47.scss */
  #style47__map ul li:nth-child(47) {
    top: 440px;
    right: 560px;
  }
  /* line 416, hic_event_style47.scss */
  #style47__map ul .mass4 {
    width: 88px;
    height: 60px;
    line-height: 60px;
  }
  /* line 421, hic_event_style47.scss */
  #style47__map ul .mass2w {
    width: 68px;
    height: 32px;
    line-height: 32px;
  }
  /* line 426, hic_event_style47.scss */
  #style47__map ul .mass2h {
    width: 32px;
    height: 68px;
    line-height: 68px;
  }
}

/* line 435, hic_event_style47.scss */
.style47__main {
  position: relative;
  padding-bottom: 15px;
}
/* line 438, hic_event_style47.scss */
.style47__main:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, transparent 0%, transparent 6%, black 50%, black 100%);
}
/* line 448, hic_event_style47.scss */
.style47__main > .container {
  padding-right: 10px;
  padding-left: 10px;
}
/* line 452, hic_event_style47.scss */
.style47__main .cols {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  padding: 30px 0;
}
/* line 457, hic_event_style47.scss */
.style47__main .cols > .col {
  width: calc(100% / 2);
  margin-bottom: 10px;
  padding-left: 10px;
}
/* line 461, hic_event_style47.scss */
.style47__main .cols > .col .show-item {
  padding: 10px;
  background: #D61518;
}
/* line 464, hic_event_style47.scss */
.style47__main .cols > .col .show-item a {
  display: block;
  transition: all  0.3s ease;
  overflow: hidden;
}
/* line 468, hic_event_style47.scss */
.style47__main .cols > .col .show-item a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 477, hic_event_style47.scss */
.style47__main .cols > .col .show-item a:hover img, .style47__main .cols > .col .show-item a:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 484, hic_event_style47.scss */
.style47__main .cols > .col .hide-item {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}
/* line 487, hic_event_style47.scss */
.style47__main .cols > .col .hide-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 491, hic_event_style47.scss */
.style47__main .cols > .col .hide-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/event/cpn_style47/black.png") no-repeat center black;
  background-size: cover;
}
/* line 520, hic_event_style47.scss */
.style47__main .cols > .col .hide-item a:hover, .style47__main .cols > .col .hide-item a:focus {
  cursor: default;
}
/* line 525, hic_event_style47.scss */
.style47__main .cols > .col .hide-item figcaption span {
  display: none;
}
/* line 530, hic_event_style47.scss */
.style47__main .cols > .col figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-top: 10px;
  text-align: center;
  color: white;
  font-size: 84%;
  white-space: nowrap;
}
/* line 542, hic_event_style47.scss */
.style47__main .cols > .col figcaption span:before {
  content: "「";
}
/* line 545, hic_event_style47.scss */
.style47__main .cols > .col figcaption span:after {
  content: "」";
}
/* line 552, hic_event_style47.scss */
.style47__main .caution {
  padding: 10px;
  background: white;
}
/* line 555, hic_event_style47.scss */
.style47__main .caution .heading {
  font-weight: 700;
}
/* line 558, hic_event_style47.scss */
.style47__main .caution ul {
  padding-left: 2rem;
  color: #333;
}
/* line 561, hic_event_style47.scss */
.style47__main .caution ul li {
  list-style-type: disc;
  font-size: 84%;
}
/* line 567, hic_event_style47.scss */
.style47__main .target-machine {
  padding: 10px 0;
  line-height: 2;
  text-align: center;
  color: white;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  /* line 575, hic_event_style47.scss */
  .style47__main .cols {
    padding: 60px 0;
  }
  /* line 577, hic_event_style47.scss */
  .style47__main .cols > .col {
    width: calc(100% / 3);
  }
  /* line 581, hic_event_style47.scss */
  .style47__main .cols > .col figcaption {
    display: block;
    height: auto;
    font-size: 100%;
  }
  /* line 585, hic_event_style47.scss */
  .style47__main .cols > .col figcaption span {
    display: inline;
  }
  /* line 591, hic_event_style47.scss */
  .style47__main .caution {
    padding: 20px;
  }
  /* line 594, hic_event_style47.scss */
  .style47__main .caution ul li {
    font-size: 100%;
  }
  /* line 599, hic_event_style47.scss */
  .style47__main .target-machine {
    padding: 30px 0;
    font-size: 18px;
  }
  /* line 602, hic_event_style47.scss */
  .style47__main .target-machine br {
    display: none;
  }
}

/* line 609, hic_event_style47.scss */
.hide {
  display: none;
}

/* line 613, hic_event_style47.scss */
.pswp__caption {
  bottom: 30px;
}

/* line 616, hic_event_style47.scss */
.pswp__caption__center {
  text-align: center;
}
/* line 619, hic_event_style47.scss */
.pswp__caption__center span:before {
  content: "「";
}
/* line 622, hic_event_style47.scss */
.pswp__caption__center span:after {
  content: "」";
}

/* line 628, hic_event_style47.scss */
.go_top {
  z-index: 100;
}

/* line 629, hic_event_style47.scss */
.go_top a {
  background: #d61518 none repeat scroll 0 0;
  border-radius: 20px;
  color: #ffffff !important;
  display: block;
  font-size: 18px;
  height: 40px;
  padding: 10px;
  text-align: center;
  width: 40px;
}
