@charset "UTF-8";
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, style.scss */
body {
  width: 100%;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/* line 9, style.scss */
body #wrap {
  min-width: 1024px;
  overflow: hidden;
}
/* line 13, style.scss */
body #wrap img {
  vertical-align: bottom;
}

/* line 19, style.scss */
#head-menu {
  overflow: hidden;
  *zoom: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  height: 118px;
  margin: 0 auto;
  padding: 22px 40px 0;
  border-top: 5px solid black;
  background: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
/* line 35, style.scss */
#head-menu #header {
  float: left;
  width: 506px;
  height: 66px;
}
/* line 41, style.scss */
#head-menu #header > div a {
  display: block;
  width: 506px;
  height: 66px;
}
/* line 49, style.scss */
#head-menu #snsbtn {
  float: right;
  margin-top: 5px;
  width: 394px;
  height: 58px;
}
/* line 55, style.scss */
#head-menu #snsbtn > ul {
  overflow: hidden;
  *zoom: 1;
  padding-top: 20px;
}
/* line 59, style.scss */
#head-menu #snsbtn > ul > li {
  float: left;
  margin-left: 10px;
}

/* line 73, style.scss */
.common-sections {
  padding-top: 80px;
}
/* line 76, style.scss */
.common-sections .common-section-inner {
  width: 1024px;
  min-width: 1024px;
  min-height: 200px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 87, style.scss */
.common-sections .common-section-title {
  text-align: center;
  -moz-animation-name: section-tit;
  -webkit-animation-name: section-tit;
  animation-name: section-tit;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
/* line 96, style.scss */
.common-sections .common-section-text {
  width: 450px;
  text-align: center;
  margin: 10px auto 50px;
  font-weight: bold;
  line-height: 32px;
}

@-moz-keyframes section-tit {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes section-tit {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes section-tit {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* line 120, style.scss */
#shimauma_matome-firstview {
  height: 800px;
  background-color: #a5d6f0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../../../images/special/201903_geinin/firstview_bg.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 128, style.scss */
#shimauma_matome-firstview.common-sections {
  padding-top: 160px;
}
/* line 132, style.scss */
#shimauma_matome-firstview .common-section-inner {
  height: 800px;
  margin-bottom: -39px;
  padding-bottom: 0;
}
/* line 137, style.scss */
#shimauma_matome-firstview .common-section-inner .firstview-main {
  position: relative;
  height: 100%;
}
/* line 141, style.scss */
#shimauma_matome-firstview .common-section-inner .firstview-main .firstview-main-tit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -moz-animation-name: firstview-tit;
  -webkit-animation-name: firstview-tit;
  animation-name: firstview-tit;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: easeInQuad;
  -webkit-animation-timing-function: easeInQuad;
  animation-timing-function: easeInQuad;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 154, style.scss */
#shimauma_matome-firstview .common-section-inner .firstview-main .firstview-main-shimauma {
  position: absolute;
  left: 270px;
  bottom: 85px;
  z-index: 3;
  -moz-animation-name: firstview-shimauma;
  -webkit-animation-name: firstview-shimauma;
  animation-name: firstview-shimauma;
  -moz-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
/* line 167, style.scss */
#shimauma_matome-firstview .common-section-inner .firstview-main .firstview-main-mc {
  position: absolute;
  left: 0;
  bottom: 90px;
  -moz-animation-name: firstview-mc;
  -webkit-animation-name: firstview-mc;
  animation-name: firstview-mc;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/* line 179, style.scss */
#shimauma_matome-firstview .common-section-inner .firstview-main .firstview-main-logo {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
/* line 189, style.scss */
#shimauma_matome-firstview .firstview-onair {
  position: relative;
  margin-top: -90px;
  height: 90px;
  background-color: #313131;
  z-index: 4;
  text-align: center;
}

@-moz-keyframes firstview-tit {
  0% {
    opacity: 0;
    -moz-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  20% {
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  40% {
    -moz-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  60% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  70% {
    -moz-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  80% {
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  90% {
    -moz-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes firstview-tit {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  20% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  40% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  70% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  80% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  90% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes firstview-tit {
  0% {
    opacity: 0;
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  20% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  40% {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  60% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  70% {
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  80% {
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  90% {
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes firstview-shimauma {
  0% {
    opacity: 0;
    margin-left: -160px;
    margin-bottom: -40px;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@-webkit-keyframes firstview-shimauma {
  0% {
    opacity: 0;
    margin-left: -160px;
    margin-bottom: -40px;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@keyframes firstview-shimauma {
  0% {
    opacity: 0;
    margin-left: -160px;
    margin-bottom: -40px;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@-moz-keyframes firstview-mc {
  0% {
    opacity: 0;
    margin-bottom: -100px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
@-webkit-keyframes firstview-mc {
  0% {
    opacity: 0;
    margin-bottom: -100px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
@keyframes firstview-mc {
  0% {
    opacity: 0;
    margin-bottom: -100px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
/* line 267, style.scss */
#shimauma_matome-intro {
  background-color: #a5d680;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../../../images/special/201903_geinin/intro_bg.png);
}
/* line 273, style.scss */
#shimauma_matome-intro .common-section-inner {
  text-align: center;
}
/* line 276, style.scss */
#shimauma_matome-intro .common-section-inner .intro-link {
  width: 800px;
  height: 260px;
  margin: 60px auto 0;
  background-image: url(../../../images/special/201903_geinin/intro_link_bg.png);
}
/* line 282, style.scss */
#shimauma_matome-intro .common-section-inner .intro-link > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
/* line 289, style.scss */
#shimauma_matome-intro .common-section-inner .intro-link > a > dl {
  padding: 80px 30px;
  text-align: left;
}
/* line 293, style.scss */
#shimauma_matome-intro .common-section-inner .intro-link > a > dl > dt {
  margin-bottom: 20px;
}
/* line 296, style.scss */
#shimauma_matome-intro .common-section-inner .intro-link > a > dl > dt > img {
  width: 70%;
  height: auto;
}
/* line 303, style.scss */
#shimauma_matome-intro .common-section-inner .intro-link > a > dl > dd > img {
  width: 60%;
  height: auto;
}
/* line 310, style.scss */
#shimauma_matome-intro .common-section-inner .intro-link > a > div {
  position: absolute;
  right: 40px;
  bottom: 30px;
  padding: 20px 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 8px 0 0 #ab1c1c;
  -webkit-box-shadow: 0 8px 0 0 #ab1c1c;
  box-shadow: 0 8px 0 0 #ab1c1c;
  background: #e14566;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 -1px 0 #ab1c1c;
  text-shadow: 0 -1px 0 0 #ab1c1c;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 326, style.scss */
#shimauma_matome-intro .common-section-inner .intro-link > a:hover > div {
  position: absolute;
  right: 40px;
  bottom: 22px;
  padding: 20px 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  background: #e14566;
}

/* line 342, style.scss */
#shimauma_matome-history {
  background-color: #a5d680;
}
/* line 345, style.scss */
#shimauma_matome-history .history-lists-area {
  height: 4530px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../../../images/special/201903_geinin/history_lists_bg.png);
}
/* line 351, style.scss */
#shimauma_matome-history .history-lists-area #history-list {
  position: relative;
  height: 100%;
}
/* line 355, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li {
  position: absolute;
  width: 450px;
}
/* line 359, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li > div {
  position: absolute;
  right: -30px;
  top: -10px;
}
/* line 364, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li > div > img {
  width: 70%;
  height: auto;
}
/* line 371, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li > figure > img {
  width: 100%;
  height: auto;
}
/* line 377, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li > p {
  position: relative;
  width: 350px;
  margin: 15px auto 0;
  padding: 15px 10px;
  line-height: 28px;
  font-weight: bold;
  color: #66463d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
/* line 389, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li > p::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
/* line 405, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(1) {
  left: 40px;
  top: 90px;
}
/* line 410, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(2) {
  right: 0px;
  top: 190px;
}
/* line 415, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(3) {
  right: 0px;
  top: 690px;
}
/* line 420, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(4) {
  left: 0px;
  top: 720px;
}
/* line 425, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(5) {
  left: 0px;
  top: 1230px;
}
/* line 430, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(6) {
  right: 10px;
  top: 1330px;
}
/* line 435, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(7) {
  right: 30px;
  top: 1950px;
}
/* line 440, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(8) {
  left: 0px;
  top: 2040px;
}
/* line 445, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(9) {
  left: 0px;
  top: 2560px;
}
/* line 450, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(10) {
  right: 20px;
  top: 2730px;
}
/* line 455, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(11) {
  left: 170px;
  bottom: 950px;
}
/* line 460, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(12) {
  left: 200px;
  bottom: 0;
  width: 960px;
}
/* line 465, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(12) > div {
  position: absolute;
  right: 180px;
  top: 0;
}
/* line 472, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(12) > figure > img {
  width: 70%;
  height: auto;
}
/* line 478, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(12) > p {
  position: absolute;
  left: 0;
  top: 260px;
}
/* line 488, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(13) > figure > img, #shimauma_matome-history .history-lists-area #history-list > li:nth-child(14) > figure > img {
  width: 30%;
  height: auto;
  -moz-animation-name: history-shimauma;
  -webkit-animation-name: history-shimauma;
  animation-name: history-shimauma;
  -moz-animation-duration: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* line 500, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(13) {
  position: absolute;
  left: 440px;
  top: 830px;
}
/* line 506, style.scss */
#shimauma_matome-history .history-lists-area #history-list > li:nth-child(14) {
  position: absolute;
  left: 440px;
  top: 2740px;
}

@-moz-keyframes history-shimauma {
  0% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes history-shimauma {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes history-shimauma {
  0% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
/* line 534, style.scss */
#shimauma_matome-archive {
  background-color: #f0c1d3;
  background-repeat: repeat;
  background-position: center center;
  background-image: url(../../../images/special/201903_geinin/archive_bg.png);
}
/* line 540, style.scss */
#shimauma_matome-archive .archive-videos {
  text-align: center;
}
/* line 543, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item {
  position: relative;
  display: inline-block;
  width: 400px;
}
/* line 548, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item:nth-child(1) {
  margin-right: 40px;
}
/* line 552, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item:nth-child(3) {
  margin-top: 60px;
}
/* line 556, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item > a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
/* line 564, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item > a > figure {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  border: 10px solid #e67989;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: black;
  overflow: hidden;
}
/* line 574, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item > a > figcaption {
  position: relative;
  display: inline-block;
}
/* line 578, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item > a > figcaption > span {
  position: relative;
}
/* line 582, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item > a > figcaption::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background: #f2e200;
}
/* line 594, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item > a > span {
  position: absolute;
  left: -30px;
  top: -30px;
}
/* line 599, style.scss */
#shimauma_matome-archive .archive-videos .archive-video-item > a > span > img {
  width: 70%;
  height: auto;
}

/* line 610, style.scss */
#shimauma_matome-tweet {
  background-color: #c0e1f3;
  background-repeat: repeat;
  background-position: center center;
  background-image: url(../../../images/special/201903_geinin/tweet_bg.png);
}
/* line 616, style.scss */
#shimauma_matome-tweet #tweet-300knock {
  margin-top: -300px;
  padding-top: 300px;
  background-image: url(../../../images/special/201903_geinin/tweet_bg_02.png);
  background-position: left top;
  background-repeat: no-repeat;
}
/* line 623, style.scss */
#shimauma_matome-tweet #tweet-300knock .tweet-boxarea {
  text-align: center;
}
/* line 626, style.scss */
#shimauma_matome-tweet #tweet-300knock .tweet-boxarea .tweet-box {
  display: inline-block;
  width: 420px;
  padding: 30px 10px 10px;
  background-color: #45b0d5;
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 635, style.scss */
#shimauma_matome-tweet #tweet-300knock .tweet-boxarea .tweet-box:first-child {
  margin-right: 40px;
}
/* line 639, style.scss */
#shimauma_matome-tweet #tweet-300knock .tweet-boxarea .tweet-box .tweet-box-tit {
  color: white;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 30px;
}
/* line 645, style.scss */
#shimauma_matome-tweet #tweet-300knock .tweet-boxarea .tweet-box .tweet-box-tit > span {
  height: 60px;
  border: 1px solid red;
}
/* line 649, style.scss */
#shimauma_matome-tweet #tweet-300knock .tweet-boxarea .tweet-box .tweet-box-tit > span > img {
  width: auto;
  height: 100%;
}
/* line 656, style.scss */
#shimauma_matome-tweet #tweet-300knock .tweet-boxarea .tweet-box .tweet-box-contents {
  height: 500px;
  overflow: scroll;
}
/* line 661, style.scss */
#shimauma_matome-tweet #tweet-300knock .tweet-boxarea .tweet-box .tweet-box-contents > li:not(:first-child) {
  margin-top: 40px;
}
/* line 670, style.scss */
#shimauma_matome-tweet #tweet-follower_10000 {
  background-repeat: repeat;
  background-position: center center;
  background-image: url(../../../images/special/201903_geinin/tweet_10000_bg.png);
}
/* line 676, style.scss */
#shimauma_matome-tweet #tweet-follower_10000 .common-section-inner {
  position: relative;
  min-height: 410px;
  			/*
  			>dl {
  				position: absolute;
  				left: 50%;
  				top: 430px;
  				padding: 30px;
  				@include translateX(-50%);
  				width: 70%;
  				border: 10px solid white;
  				z-index: 4;
  				
  				>dt {
  					position: absolute;
  					width: 100%;
  					left: 50%;
  					top: -65px;
  					font-size: 26px;
  					font-weight: bold;
  					line-height: 40px;
  					@include translateX(-50%);
  					padding: 0 20px;
  					text-align: center;
  					z-index: 3;
  					color: white;
  					
  					>img {
  						width: 80%;
  						margin: 0 auto;
  					}
  				}
  
  				>dd {
  					padding-top: 20px;
  					font-weight: bold;
  					color: white;
  					
  					>p {
  						font-size: 20px;
  						line-height: 36px;
  						text-align: center;
  					}
  				}
  			}
  			*/
}
/* line 680, style.scss */
#shimauma_matome-tweet #tweet-follower_10000 .common-section-inner .tweet-follower-10000-tit {
  position: absolute;
  left: 50%;
  top: -50px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
}
/* line 689, style.scss */
#shimauma_matome-tweet #tweet-follower_10000 .common-section-inner .tweet-follower-10000-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -moz-animation-name: tweet-follower-10000-balloon;
  -webkit-animation-name: tweet-follower-10000-balloon;
  animation-name: tweet-follower-10000-balloon;
  -moz-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
/* line 746, style.scss */
#shimauma_matome-tweet #tweet-follower_10000 .common-section-inner > dl {
  display: none;
}
/* line 752, style.scss */
#shimauma_matome-tweet #tweet-punishment {
  position: relative;
  background-color: #272727;
  background-repeat: repeat;
  background-position: center center;
  background-image: url(../../../images/special/201903_geinin/tweet_punishment_bg.png);
}
/* line 759, style.scss */
#shimauma_matome-tweet #tweet-punishment::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  width: 0;
  height: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 15px solid transparent;
  border-bottom: 15px solid #272727;
  border-left: 15px solid transparent;
}
/* line 773, style.scss */
#shimauma_matome-tweet #tweet-punishment .common-section-inner {
  padding-bottom: 0;
}
/* line 776, style.scss */
#shimauma_matome-tweet #tweet-punishment .common-section-inner > dl,
#shimauma_matome-tweet #tweet-punishment .common-section-inner > figure {
  display: inline-block;
  vertical-align: middle;
  width: 450px;
}
/* line 784, style.scss */
#shimauma_matome-tweet #tweet-punishment .common-section-inner > dl > dt {
  margin-bottom: 30px;
}
/* line 787, style.scss */
#shimauma_matome-tweet #tweet-punishment .common-section-inner > dl > dt > img {
  width: 100%;
  height: auto;
}
/* line 794, style.scss */
#shimauma_matome-tweet #tweet-punishment .common-section-inner > dl > dd > p {
  color: white;
  font-weight: bold;
  line-height: 32px;
}
/* line 802, style.scss */
#shimauma_matome-tweet #tweet-punishment .common-section-inner > figure {
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../../../images/special/201903_geinin/tweet_punishment_bg_02.png);
}
/* line 807, style.scss */
#shimauma_matome-tweet #tweet-punishment .common-section-inner > figure > img {
  -moz-animation-name: punishment-pic;
  -webkit-animation-name: punishment-pic;
  animation-name: punishment-pic;
  -moz-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-moz-keyframes tweet-follower-10000-balloon {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes tweet-follower-10000-balloon {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes tweet-follower-10000-balloon {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes punishment-pic {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 2px;
  }
  50% {
    margin-left: 0;
  }
  100% {
    margin-left: 2px;
  }
}
@-webkit-keyframes punishment-pic {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 2px;
  }
  50% {
    margin-left: 0;
  }
  100% {
    margin-left: 2px;
  }
}
@keyframes punishment-pic {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 2px;
  }
  50% {
    margin-left: 0;
  }
  100% {
    margin-left: 2px;
  }
}
/* line 855, style.scss */
#shimauma_matome-digest {
  background-color: #f2c56f;
  background-repeat: repeat;
  background-position: right bottom;
  background-image: url(../../../images/special/201903_geinin/digest_bg.png);
}
/* line 861, style.scss */
#shimauma_matome-digest .common-section-inner {
  position: relative;
}
/* line 864, style.scss */
#shimauma_matome-digest .common-section-inner .digest-results {
  width: 500px;
  height: 360px;
  margin: 0 auto;
  border: 10px solid #de9e00;
}
/* line 873, style.scss */
#shimauma_matome-digest .common-section-inner .digest-people > li:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 879, style.scss */
#shimauma_matome-digest .common-section-inner .digest-people > li:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 890, style.scss */
#mayobaka {
  height: 680px;
  background-color: #ffffff;
}
/* line 894, style.scss */
#mayobaka > h3 {
  padding: 80px 0 50px;
  width: 100%;
  height: 50px;
  text-align: center;
}
/* line 901, style.scss */
#mayobaka #mayobaka-bnr {
  padding-bottom: 60px;
  width: 100%;
  text-align: center;
}

/* line 1481, style.scss */
#bottom-menu {
  padding: 20px 0;
  background: black;
}
/* line 1485, style.scss */
#bottom-menu #bottom-menu-list {
  overflow: hidden;
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
}
/* line 1490, style.scss */
#bottom-menu #bottom-menu-list #bottom-menu-list-left {
  float: left;
  width: 392px;
}
/* line 1495, style.scss */
#bottom-menu #bottom-menu-list #bottom-menu-list-right {
  float: right;
  width: 390px;
}
/* line 1501, style.scss */
#bottom-menu > p {
  padding-top: 20px;
  text-align: center;
}
