@import url("https://fonts.googleapis.com/css?family=Montserrat");
/* Overwrite */
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@-webkit-keyframes tdExpandInBounce {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  70% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}

@keyframes tdExpandInBounce {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  70% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}

.tdExpandInBounce {
  -webkit-animation-name: tdExpandInBounce;
  animation-name: tdExpandInBounce;
}

@-webkit-keyframes zoomInDdd1 {
  0% {
    -webkit-transform: translate(20vw, -10vw);
    transform: translate(20vw, -10vw);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1.2);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes zoomInDdd1 {
  0% {
    -webkit-transform: translate(20vw, -10vw);
    transform: translate(20vw, -10vw);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1.2);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.zoomInDdd1 {
  -webkit-animation-name: zoomInDdd1;
  animation-name: zoomInDdd1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .zoomInDdd1 {
    animation-name: zoomIn;
    animation-duration: 1s;
  }
}

@-webkit-keyframes zoomInDdd2 {
  0% {
    -webkit-transform: translate(-30vw, 10vw);
    transform: translate(-30vw, 10vw);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1.2);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes zoomInDdd2 {
  0% {
    -webkit-transform: translate(-30vw, 10vw);
    transform: translate(-30vw, 10vw);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1.2);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.zoomInDdd2 {
  -webkit-animation-name: zoomInDdd2;
  animation-name: zoomInDdd2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .zoomInDdd2 {
    animation-name: zoomIn;
    animation-duration: 1s;
  }
}

@-webkit-keyframes yarayura {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    bottom: 5px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  90% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes yarayura {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    bottom: 5px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  80% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  90% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.loading-page {
  position: fixed;
  z-index: 2003;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100vw;
  height: 100vh;
  background: #0d0d0d;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.loading-page__counter {
  position: relative;
  text-align: center;
}

.loading-page__counter .percentage {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}

@media (max-width: 768px) {
  .loading-page__counter .percentage {
    font-size: 18px;
  }
}

.loading-page__logo {
  width: 300px;
  height: 213px;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-animation: yarayura 1.5s ease infinite normal 0s none running;
  animation: yarayura 1.5s ease infinite normal 0s none running;
  background: url(../images/top/logo.png) no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 768px) {
  .loading-page__logo {
    width: 220px;
    height: 156px;
    margin-bottom: 20px;
  }
}

.loading-page .line-wrapper {
  margin: 0 auto;
  margin-top: 5px;
}

.loading-page hr.line {
  display: block;
  height: 20px;
  margin-right: auto;
  margin-left: 0;
  border: none;
  background: #ff00a2;
}

@media (min-width: 769px) {
  .loading-page .line-wrapper {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .loading-page hr.line {
    height: 10px;
  }
}

@media only screen and (min-width: 769px) {
  #navi > li > a {
    padding: 22px 23px 0;
  }
}

#main.active:before {
  display: block;
}

#main.active > span {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg_active.png) no-repeat center center;
  background-size: cover;
}

#main .logo {
  pointer-events: none;
}

#main .ddd1 {
  bottom: -2.5vw;
  left: 1.5vw;
  width: 27.125vw;
  pointer-events: none;
}

#main .ddd2 {
  top: -2.8125vw;
  right: 1.46666vw;
  width: 17.75vw;
  pointer-events: none;
}

#main h2 {
  top: 50%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0, -64%);
  transform: translate(0, -64%);
  pointer-events: none;
}

#main h2 span {
  display: block;
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
}

#main .btn {
  right: 0;
  bottom: -8vw;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: none;
  transform: none;
}

#main #btn-audio {
  display: none;
}

#main #progress-bar {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  pointer-events: none;
  opacity: 0;
  border: 2px solid #000;
  background-color: #ff00a2;
}

#main #progress-bar > span {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition: 2.5s ease-in-out;
  transition: 2.5s ease-in-out;
  background-color: #000;
}

#main #progress-bar.is-loading {
  opacity: 1;
}

#main #progress-bar.is-loading > span {
  width: 100%;
}

#main .all-article-popup {
  position: absolute;
  z-index: 99;
  top: 37vw;
  right: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15.5vw;
  height: 9.5vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  pointer-events: none;
  opacity: 0;
  background: url(../images/top/fukidashi_more_bg.png) no-repeat 0 0;
  background-size: cover;
}

#main .all-article-popup.is-active {
  top: 36vw;
  pointer-events: auto;
  opacity: 1;
}

#main .all-article-popup__title {
  margin-top: 1.8vw;
  margin-bottom: .5vw;
  font-size: .835vw;
  font-weight: bold;
}

#main .all-article-popup__btn a {
  display: block;
  width: 11.5vw;
  height: 2.6vw;
  margin-right: auto;
  margin-left: auto;
  font-size: .835vw;
  font-weight: bold;
  line-height: 2.6vw;
  text-decoration: none;
  color: #fff;
  background: url(../images/top/fukidashi_more_btn.png) no-repeat 0 0;
  background-size: cover;
}

#main ul li:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-repeat: no-repeat;
}

#main ul li > a {
  width: inherit !important;
  height: inherit !important;
}

#main ul li > a .beeee {
  position: absolute;
  z-index: 1;
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  pointer-events: none;
}

#main ul li > a .beeee > span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top/bee.png) no-repeat 0 0;
  background-size: cover;
}

#main ul li > a .beeee:nth-of-type(1) > span,
#main ul li > a .beeee:nth-of-type(9) > span {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

#main ul li > a .beeee:nth-of-type(2) > span,
#main ul li > a .beeee:nth-of-type(10) > span {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

#main ul li > a .beeee:nth-of-type(3) > span,
#main ul li > a .beeee:nth-of-type(11) > span {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

#main ul li > a .beeee:nth-of-type(4) > span,
#main ul li > a .beeee:nth-of-type(12) > span {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

#main ul li > a .beeee:nth-of-type(5) > span,
#main ul li > a .beeee:nth-of-type(13) > span {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

#main ul li > a .beeee:nth-of-type(6) > span,
#main ul li > a .beeee:nth-of-type(14) > span {
  -webkit-transform: rotate(-80deg);
  transform: rotate(-80deg);
}

#main ul li > a .beeee:nth-of-type(7) > span,
#main ul li > a .beeee:nth-of-type(15) > span {
  -webkit-transform: rotate(-100deg);
  transform: rotate(-100deg);
}

#main ul li > a .beeee:nth-of-type(8) > span,
#main ul li > a .beeee:nth-of-type(16) > span {
  -webkit-transform: rotate(-150deg);
  transform: rotate(-150deg);
}

#main ul li > a .beeee:nth-of-type(1) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

#main ul li > a .beeee:nth-of-type(2) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

#main ul li > a .beeee:nth-of-type(3) {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

#main ul li > a .beeee:nth-of-type(4) {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

#main ul li > a .beeee:nth-of-type(5) {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

#main ul li > a .beeee:nth-of-type(6) {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

#main ul li > a .beeee:nth-of-type(7) {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

#main ul li > a .beeee:nth-of-type(8) {
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
}

#main ul li > a .beeee:nth-of-type(9) {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

#main ul li > a .beeee:nth-of-type(10) {
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
}

#main ul li > a .beeee:nth-of-type(11) {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

#main ul li > a .beeee:nth-of-type(12) {
  -webkit-animation-duration: 6.5s;
  animation-duration: 6.5s;
}

#main ul li > a .beeee:nth-of-type(13) {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

#main ul li > a .beeee:nth-of-type(14) {
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
}

#main ul li > a .beeee:nth-of-type(15) {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

#main ul li > a .beeee:nth-of-type(16) {
  -webkit-animation-duration: 8.5s;
  animation-duration: 8.5s;
}

#main ul li.is-active {
  background-position: 0 100%;
}

#main ul li.is-active:before {
  opacity: 1;
}

#main ul li.is-active > a .beeee {
  display: block;
}

#main ul li:nth-child(1), #main ul li:nth-child(15) {
  top: 4vw;
  left: 10vw;
  width: 20vw;
  height: 16vw;
}

#main ul li:nth-child(1):before, #main ul li:nth-child(15):before {
  background-image: url(../images/top/main_fuki01_bee.png);
  background-position: 1.3vw 2vw;
  background-size: 15.5vw auto;
}

#main ul li:nth-child(1) > a .category,
#main ul li:nth-child(15) > a .category {
  top: 2vw;
}

#main ul li:nth-child(1) > a .pic,
#main ul li:nth-child(15) > a .pic {
  top: 4.1vw;
  left: 2.3vw;
}

#main ul li:nth-child(1) > a .date,
#main ul li:nth-child(1) > a .ttl,
#main ul li:nth-child(1) > a .count {
  left: 10.1vw;
}

#main ul li:nth-child(15) > a .date,
#main ul li:nth-child(15) > a .ttl,
#main ul li:nth-child(15) > a .count {
  left: 10.1vw;
}

#main ul li:nth-child(1) > a .date,
#main ul li:nth-child(15) > a .date {
  top: 4.5vw;
}

#main ul li:nth-child(1) > a .ttl,
#main ul li:nth-child(15) > a .ttl {
  top: 5.5vw;
}

#main ul li:nth-child(1) > a .count,
#main ul li:nth-child(15) > a .count {
  top: 9.5vw;
}

#main ul li:nth-child(1) > a .beeee,
#main ul li:nth-child(15) > a .beeee {
  width: 1.6vw;
  height: 1.6vw;
}

#main ul li:nth-child(2) {
  top: .3vw;
  left: 29vw;
  width: 26.5vw;
  height: 17.5vw;
}

#main ul li:nth-child(2):before {
  background-image: url(../images/top/main_fuki02_bee.png);
  background-position: 1.3vw 2vw;
  background-size: 21vw auto;
}

#main ul li:nth-child(2) > a .category {
  top: .5vw;
}

#main ul li:nth-child(2) > a .pic {
  top: 3vw;
  left: 3.5vw;
}

#main ul li:nth-child(2) > a .date,
#main ul li:nth-child(2) > a .ttl,
#main ul li:nth-child(2) > a .count {
  left: 14.1vw;
}

#main ul li:nth-child(2) > a .date {
  top: 3.8vw;
}

#main ul li:nth-child(2) > a .ttl {
  top: 5.5vw;
}

#main ul li:nth-child(2) > a .count {
  top: 10.5vw;
}

#main ul li:nth-child(2) > a .beeee {
  width: 1.5vw;
  height: 1.5vw;
}

#main ul li:nth-child(3), #main ul li:nth-child(9), #main ul li:nth-child(14) {
  top: 2vw;
  right: 21vw;
  width: 18vw;
  height: 13vw;
}

#main ul li:nth-child(3):before, #main ul li:nth-child(9):before, #main ul li:nth-child(14):before {
  background-image: url(../images/top/main_fuki03_bee.png);
  background-position: 2.4vw 1.4vw;
  background-size: 12.9vw auto;
}

#main ul li:nth-child(3) > a .category,
#main ul li:nth-child(9) > a .category,
#main ul li:nth-child(14) > a .category {
  top: .5vw;
}

#main ul li:nth-child(3) > a .pic,
#main ul li:nth-child(9) > a .pic,
#main ul li:nth-child(14) > a .pic {
  top: 2.3vw;
  left: 2.2vw;
}

#main ul li:nth-child(3) > a .date,
#main ul li:nth-child(3) > a .ttl,
#main ul li:nth-child(3) > a .count {
  left: 9.8vw;
}

#main ul li:nth-child(9) > a .date,
#main ul li:nth-child(9) > a .ttl,
#main ul li:nth-child(9) > a .count {
  left: 9.8vw;
}

#main ul li:nth-child(14) > a .date,
#main ul li:nth-child(14) > a .ttl,
#main ul li:nth-child(14) > a .count {
  left: 9.8vw;
}

#main ul li:nth-child(3) > a .date,
#main ul li:nth-child(9) > a .date,
#main ul li:nth-child(14) > a .date {
  top: 2.8vw;
}

#main ul li:nth-child(3) > a .ttl,
#main ul li:nth-child(9) > a .ttl,
#main ul li:nth-child(14) > a .ttl {
  top: 4vw;
}

#main ul li:nth-child(3) > a .count,
#main ul li:nth-child(9) > a .count,
#main ul li:nth-child(14) > a .count {
  top: 7.7vw;
}

#main ul li:nth-child(3) > a .beeee,
#main ul li:nth-child(9) > a .beeee,
#main ul li:nth-child(14) > a .beeee {
  width: 1.1vw;
  height: 1.1vw;
}

#main ul li:nth-child(4), #main ul li:nth-child(10) {
  top: -.5vw;
  right: 0;
  width: 26vw;
  height: 21vw;
}

#main ul li:nth-child(4):before, #main ul li:nth-child(10):before {
  background-image: url(../images/top/main_fuki06_bee.png);
  background-position: 3.5vw 3.5vw;
  background-size: 18.9vw auto;
}

#main ul li:nth-child(4) > a .category,
#main ul li:nth-child(10) > a .category {
  top: 3.5vw;
}

#main ul li:nth-child(4) > a .pic,
#main ul li:nth-child(10) > a .pic {
  top: 6.2vw;
  left: 3.4vw;
}

#main ul li:nth-child(4) > a .date,
#main ul li:nth-child(4) > a .ttl,
#main ul li:nth-child(4) > a .count {
  left: 13.8vw;
}

#main ul li:nth-child(10) > a .date,
#main ul li:nth-child(10) > a .ttl,
#main ul li:nth-child(10) > a .count {
  left: 13.8vw;
}

#main ul li:nth-child(4) > a .date,
#main ul li:nth-child(10) > a .date {
  top: 7vw;
}

#main ul li:nth-child(4) > a .ttl,
#main ul li:nth-child(10) > a .ttl {
  top: 8.5vw;
}

#main ul li:nth-child(4) > a .count,
#main ul li:nth-child(10) > a .count {
  top: 14vw;
}

#main ul li:nth-child(4) > a .beeee,
#main ul li:nth-child(10) > a .beeee {
  width: 1.6vw;
  height: 1.6vw;
}

#main ul li:nth-child(5) {
  top: 17.5vw;
  left: 0;
  width: 27vw;
  height: 22vw;
  margin-top: 5vw;
}

#main ul li:nth-child(5):before {
  background-image: url(../images/top/main_fuki04_bee.png);
  background-position: 3.1vw 4vw;
  background-size: 18.9vw auto;
}

#main ul li:nth-child(5) > a .category {
  top: 1.7vw;
}

#main ul li:nth-child(5) > a .pic {
  top: 4.6vw;
  left: 3.8vw;
}

#main ul li:nth-child(5) > a .date,
#main ul li:nth-child(5) > a .ttl,
#main ul li:nth-child(5) > a .count {
  left: 14.3vw;
}

#main ul li:nth-child(5) > a .date {
  top: 5vw;
}

#main ul li:nth-child(5) > a .ttl {
  top: 6.5vw;
}

#main ul li:nth-child(5) > a .count {
  top: 12vw;
}

#main ul li:nth-child(5) > a .beeee {
  width: 1.55vw;
  height: 1.55vw;
}

#main ul li:nth-child(6) {
  top: 16.8vw;
  left: 21vw;
  width: 19vw;
  height: 13vw;
  margin-top: 4vw;
}

#main ul li:nth-child(6):before {
  background-image: url(../images/top/main_fuki07_bee.png);
  background-position: 2.3vw 3vw;
  background-size: 13.5vw auto;
}

#main ul li:nth-child(6) > a .category {
  top: .8vw;
}

#main ul li:nth-child(6) > a .pic {
  top: 2.8vw;
  left: 2.7vw;
}

#main ul li:nth-child(6) > a .date,
#main ul li:nth-child(6) > a .ttl,
#main ul li:nth-child(6) > a .count {
  left: 10.3vw;
}

#main ul li:nth-child(6) > a .date {
  top: 3.3vw;
}

#main ul li:nth-child(6) > a .ttl {
  top: 4.5vw;
}

#main ul li:nth-child(6) > a .count {
  top: 8.5vw;
}

#main ul li:nth-child(6) > a .beeee {
  width: 1.1vw;
  height: 1.1vw;
}

#main ul li:nth-child(7) {
  top: 14vw;
  right: 26vw;
  width: 28vw;
  height: 22vw;
  margin-top: 4vw;
}

#main ul li:nth-child(7):before {
  background-image: url(../images/top/main_fuki01_bee.png);
  background-position: 1.8vw 2.4vw;
  background-size: 23.3vw auto;
}

#main ul li:nth-child(7) > a .category {
  top: 3.4vw;
}

#main ul li:nth-child(7) > a .pic {
  top: 5.7vw;
  left: 3.4vw;
}

#main ul li:nth-child(7) > a .date,
#main ul li:nth-child(7) > a .ttl,
#main ul li:nth-child(7) > a .count {
  left: 13.7vw;
}

#main ul li:nth-child(7) > a .date {
  top: 6vw;
}

#main ul li:nth-child(7) > a .ttl {
  top: 7.8vw;
}

#main ul li:nth-child(7) > a .count {
  top: 13vw;
}

#main ul li:nth-child(7) > a .beeee {
  width: 2.35vw;
  height: 2.35vw;
}

#main ul li:nth-child(8) {
  top: 20vw;
  right: 14vw;
  width: 18.5vw;
  height: 12.5vw;
  margin-top: 6vw;
}

#main ul li:nth-child(8):before {
  background-image: url(../images/top/main_fuki02_bee.png);
  background-position: 1.3vw .7vw;
  background-size: 15.4vw auto;
}

#main ul li:nth-child(8) > a .category {
  top: .2vw;
}

#main ul li:nth-child(8) > a .pic {
  top: 2.1vw;
  left: 2.4vw;
}

#main ul li:nth-child(8) > a .date,
#main ul li:nth-child(8) > a .ttl,
#main ul li:nth-child(8) > a .count {
  left: 10vw;
}

#main ul li:nth-child(8) > a .date {
  top: 2.5vw;
}

#main ul li:nth-child(8) > a .ttl {
  top: 3.8vw;
}

#main ul li:nth-child(8) > a .count {
  top: 7.5vw;
}

#main ul li:nth-child(8) > a .beeee {
  width: 1.15vw;
  height: 1.15vw;
}

#main ul li:nth-child(9), #main ul li:nth-child(14) {
  top: 39vw;
  left: 20vw;
  margin-top: 13vw;
}

#main ul li:nth-child(10) {
  top: 29vw;
  left: 34.5vw;
  margin-top: 8vw;
}

#main ul li:nth-child(11) {
  top: 34.5vw;
  right: 26vw;
  width: 18vw;
  height: 15vw;
  margin-top: 14vw;
}

#main ul li:nth-child(11):before {
  background-image: url(../images/top/main_fuki04_bee.png);
  background-position: 2vw 1.5vw;
  background-size: 13.1vw auto;
}

#main ul li:nth-child(11) > a .category {
  top: .5vw;
}

#main ul li:nth-child(11) > a .pic {
  top: 2.85vw;
  left: 2.2vw;
}

#main ul li:nth-child(11) > a .date,
#main ul li:nth-child(11) > a .ttl,
#main ul li:nth-child(11) > a .count {
  left: 9.6vw;
}

#main ul li:nth-child(11) > a .date {
  top: 3vw;
}

#main ul li:nth-child(11) > a .ttl {
  top: 4.2vw;
}

#main ul li:nth-child(11) > a .count {
  top: 8vw;
}

#main ul li:nth-child(11) > a .beeee {
  width: 1vw;
  height: 1vw;
}

#main ul li:nth-child(12) {
  top: 31.5vw;
  right: 4vw;
  width: 26vw;
  height: 18vw;
  margin-top: 10vw;
}

#main ul li:nth-child(12):before {
  background-image: url(../images/top/main_fuki07_bee.png);
  background-position: 3vw 4vw;
  background-size: 18.5vw auto;
}

#main ul li:nth-child(12) > a .category {
  top: 1vw;
}

#main ul li:nth-child(12) > a .pic {
  top: 3.7vw;
  left: 3.4vw;
}

#main ul li:nth-child(12) > a .date,
#main ul li:nth-child(12) > a .ttl,
#main ul li:nth-child(12) > a .count {
  left: 13.8vw;
}

#main ul li:nth-child(12) > a .date {
  top: 4.5vw;
}

#main ul li:nth-child(12) > a .ttl {
  top: 6vw;
}

#main ul li:nth-child(12) > a .count {
  top: 11vw;
}

#main ul li:nth-child(12) > a .beeee {
  width: 1.55vw;
  height: 1.55vw;
}

#main ul li:nth-child(13) {
  left: 8vw;
  width: 18.5vw;
  height: 12.5vw;
  margin-top: 18vw;
}

#main ul li:nth-child(13):before {
  background-image: url(../images/top/main_fuki02_bee.png);
  background-position: 1.3vw .7vw;
  background-size: 15.4vw auto;
}

#main ul li:nth-child(13) > a .category {
  top: .2vw;
}

#main ul li:nth-child(13) > a .pic {
  top: 2.1vw;
  left: 2.4vw;
}

#main ul li:nth-child(13) > a .date,
#main ul li:nth-child(13) > a .ttl,
#main ul li:nth-child(13) > a .count {
  left: 10vw;
}

#main ul li:nth-child(13) > a .date {
  top: 2.5vw;
}

#main ul li:nth-child(13) > a .ttl {
  top: 3.8vw;
}

#main ul li:nth-child(13) > a .count {
  top: 7.5vw;
}

#main ul li:nth-child(13) > a .beeee {
  width: 1.15vw;
  height: 1.15vw;
}

#main ul li:nth-child(14) {
  left: 29vw;
  margin-top: 19.5vw;
}

#main ul li:nth-child(15) {
  right: 20vw;
  left: auto;
  margin-top: 21vw;
  background-image: url(../images/top/main_fuki01.png);
}

@media (max-width: 768px) {
  #main.active > span {
    background-image: url(../images/top/bg_active_sp.png);
  }
}

@media (max-width: 768px) {
  #main #progress-bar {
    height: 10px;
    border-width: 1px;
  }
}

@media (max-width: 768px) {
  #main .all-article-popup {
    top: 130vw;
    width: 75vw;
    height: 46vw;
  }
}

@media (max-width: 768px) {
  #main .all-article-popup.is-active {
    top: 120vw;
  }
}

@media (max-width: 768px) {
  #main .all-article-popup__title {
    margin-top: 7.5vw;
    margin-bottom: 1.5vw;
    font-size: 4vw;
  }
}

@media (max-width: 768px) {
  #main .all-article-popup__btn a {
    width: 60vw;
    height: 13.5vw;
    font-size: 4vw;
    line-height: 13vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(1), #main ul li:nth-child(15) {
    top: -3.5vw;
    left: 12.8vw;
    width: 76vw;
    height: 61vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(1):before, #main ul li:nth-child(15):before {
    background-position: 3.5vw 6vw;
    background-size: 60vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(1) > a .category,
  #main ul li:nth-child(15) > a .category {
    top: 8.3vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(1) > a .pic,
  #main ul li:nth-child(15) > a .pic {
    top: 15vw;
    left: 9vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(1) > a .date,
  #main ul li:nth-child(1) > a .ttl,
  #main ul li:nth-child(1) > a .count {
    left: 36.5vw;
  }
  #main ul li:nth-child(15) > a .date,
  #main ul li:nth-child(15) > a .ttl,
  #main ul li:nth-child(15) > a .count {
    left: 36.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(1) > a .date,
  #main ul li:nth-child(15) > a .date {
    top: 16vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(1) > a .ttl,
  #main ul li:nth-child(15) > a .ttl {
    top: 21vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(1) > a .count,
  #main ul li:nth-child(15) > a .count {
    top: 34.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(1) > a .beeee,
  #main ul li:nth-child(15) > a .beeee {
    width: 5.5vw;
    height: 5.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(2) {
    top: 51vw;
    left: -2vw;
    width: 104vw;
    height: 69vw;
    margin-top: 1vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(2):before {
    background-position: 6vw 8vw;
    background-size: 88vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(2) > a .category {
    top: 2.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(2) > a .pic {
    top: 12vw;
    left: 13.3vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(2) > a .date,
  #main ul li:nth-child(2) > a .ttl,
  #main ul li:nth-child(2) > a .count {
    left: 55vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(2) > a .date {
    top: 14vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(2) > a .ttl {
    top: 21vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(2) > a .count {
    top: 42vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(2) > a .beeee {
    width: 5vw;
    height: 5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(3), #main ul li:nth-child(9), #main ul li:nth-child(14) {
    top: 114vw;
    right: auto;
    left: 0;
    width: 73vw;
    height: 52.5vw;
    margin-top: 5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(3):before, #main ul li:nth-child(9):before, #main ul li:nth-child(14):before {
    background-position: 8.5vw 5vw;
    background-size: 52.8vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(3) > a .category,
  #main ul li:nth-child(9) > a .category,
  #main ul li:nth-child(14) > a .category {
    top: 3.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(3) > a .pic,
  #main ul li:nth-child(9) > a .pic,
  #main ul li:nth-child(14) > a .pic {
    top: 10vw;
    left: 9vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(3) > a .date,
  #main ul li:nth-child(3) > a .ttl,
  #main ul li:nth-child(3) > a .count {
    left: 39vw;
  }
  #main ul li:nth-child(9) > a .date,
  #main ul li:nth-child(9) > a .ttl,
  #main ul li:nth-child(9) > a .count {
    left: 39vw;
  }
  #main ul li:nth-child(14) > a .date,
  #main ul li:nth-child(14) > a .ttl,
  #main ul li:nth-child(14) > a .count {
    left: 39vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(3) > a .date,
  #main ul li:nth-child(9) > a .date,
  #main ul li:nth-child(14) > a .date {
    top: 11vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(3) > a .ttl,
  #main ul li:nth-child(9) > a .ttl,
  #main ul li:nth-child(14) > a .ttl {
    top: 17vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(3) > a .count,
  #main ul li:nth-child(9) > a .count,
  #main ul li:nth-child(14) > a .count {
    top: 31vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(3) > a .beeee,
  #main ul li:nth-child(9) > a .beeee,
  #main ul li:nth-child(14) > a .beeee {
    width: 4.2vw;
    height: 4.2vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(4), #main ul li:nth-child(10) {
    top: 161vw;
    right: auto;
    left: -3.5vw;
    width: 104vw;
    height: 84vw;
    margin-top: 10vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(4):before, #main ul li:nth-child(10):before {
    background-position: 14vw 14vw;
    background-size: 75vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(4) > a .category,
  #main ul li:nth-child(10) > a .category {
    top: 14vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(4) > a .pic,
  #main ul li:nth-child(10) > a .pic {
    top: 25vw;
    left: 13.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(4) > a .date,
  #main ul li:nth-child(4) > a .ttl,
  #main ul li:nth-child(4) > a .count {
    left: 55vw;
  }
  #main ul li:nth-child(10) > a .date,
  #main ul li:nth-child(10) > a .ttl,
  #main ul li:nth-child(10) > a .count {
    left: 55vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(4) > a .date,
  #main ul li:nth-child(10) > a .date {
    top: 28vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(4) > a .ttl,
  #main ul li:nth-child(10) > a .ttl {
    top: 35vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(4) > a .count,
  #main ul li:nth-child(10) > a .count {
    top: 55vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(4) > a .beeee,
  #main ul li:nth-child(10) > a .beeee {
    width: 4.9vw;
    height: 4.9vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(5) {
    top: 238vw;
    left: -2.5vw;
    width: 104vw;
    height: 85vw;
    margin-top: 15vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(5):before {
    background-position: 11vw 13vw;
    background-size: 75vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(5) > a .category {
    top: 6.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(5) > a .pic {
    top: 17.5vw;
    left: 13vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(5) > a .date,
  #main ul li:nth-child(5) > a .ttl,
  #main ul li:nth-child(5) > a .count {
    left: 54.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(5) > a .date {
    top: 20vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(5) > a .ttl {
    top: 27vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(5) > a .count {
    top: 48vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(5) > a .beeee {
    width: 6vw;
    height: 6vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(6) {
    top: 316.5vw;
    right: 2vw;
    left: auto;
    width: 70vw;
    height: 48vw;
    margin-top: 10vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(6):before {
    background-position: 8vw 10vw;
    background-size: 49vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(6) > a .category {
    top: 2.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(6) > a .pic {
    top: 9.8vw;
    left: 9vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(6) > a .date,
  #main ul li:nth-child(6) > a .ttl,
  #main ul li:nth-child(6) > a .count {
    left: 38vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(6) > a .date {
    top: 11vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(6) > a .ttl {
    top: 16vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(6) > a .count {
    top: 30vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(6) > a .beeee {
    width: 4.15vw;
    height: 4.15vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(7) {
    top: 358.8vw;
    right: -4vw;
    width: 108vw;
    height: 85vw;
    margin-top: 20vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(7):before {
    background-position: 5vw 8vw;
    background-size: 85vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(7) > a .category {
    top: 12vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(7) > a .pic {
    top: 21.5vw;
    left: 12vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(7) > a .date,
  #main ul li:nth-child(7) > a .ttl,
  #main ul li:nth-child(7) > a .count {
    left: 53vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(7) > a .date {
    top: 23vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(7) > a .ttl {
    top: 31vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(7) > a .count {
    top: 52vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(7) > a .beeee {
    width: 9vw;
    height: 9vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(8) {
    top: 435vw;
    right: auto;
    left: -1vw;
    width: 74vw;
    height: 49vw;
    margin-top: 30vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(8):before {
    background-position: 4vw 3vw;
    background-size: 63.6vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(8) > a .category {
    top: 2vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(8) > a .pic {
    top: 8vw;
    left: 9vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(8) > a .date,
  #main ul li:nth-child(8) > a .ttl,
  #main ul li:nth-child(8) > a .count {
    left: 39vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(8) > a .date {
    top: 10vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(8) > a .ttl {
    top: 15vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(8) > a .count {
    top: 29vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(8) > a .beeee {
    width: 4.6vw;
    height: 4.6vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(9), #main ul li:nth-child(14) {
    top: 482vw;
    left: -2vw;
    width: 102vw;
    height: 74vw;
    margin-top: 40vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(9):before, #main ul li:nth-child(14):before {
    background-position: 11vw 6vw;
    background-size: 74vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(9) > a .category,
  #main ul li:nth-child(14) > a .category {
    top: 4vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(9) > a .pic,
  #main ul li:nth-child(14) > a .pic {
    top: 13vw;
    left: 12vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(9) > a .date,
  #main ul li:nth-child(9) > a .ttl,
  #main ul li:nth-child(9) > a .count {
    left: 55vw;
  }
  #main ul li:nth-child(14) > a .date,
  #main ul li:nth-child(14) > a .ttl,
  #main ul li:nth-child(14) > a .count {
    left: 55vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(9) > a .date,
  #main ul li:nth-child(14) > a .date {
    top: 15vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(9) > a .ttl,
  #main ul li:nth-child(14) > a .ttl {
    top: 22vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(9) > a .count,
  #main ul li:nth-child(14) > a .count {
    top: 43vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(9) > a .beeee,
  #main ul li:nth-child(14) > a .beeee {
    width: 5.8vw;
    height: 5.8vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(10) {
    top: 550vw;
    right: 2.6666vw;
    left: auto;
    width: 71vw;
    height: 57vw;
    margin-top: 50vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(10):before {
    background-position: 9vw 8vw;
    background-size: 52.5vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(10) > a .category {
    top: 10vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(10) > a .pic {
    top: 17vw;
    left: 9vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(10) > a .date,
  #main ul li:nth-child(10) > a .ttl,
  #main ul li:nth-child(10) > a .count {
    left: 38vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(10) > a .date {
    top: 18vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(10) > a .ttl {
    top: 23vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(10) > a .count {
    top: 37vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(10) > a .beeee {
    width: 4vw;
    height: 4vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(11) {
    top: 606vw;
    right: auto;
    left: 0;
    width: 75vw;
    height: 62.5vw;
    margin-top: 60vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(11):before {
    background-position: 9.5vw 7vw;
    background-size: 56vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(11) > a .category {
    top: 4.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(11) > a .pic {
    top: 12.5vw;
    left: 11vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(11) > a .date,
  #main ul li:nth-child(11) > a .ttl,
  #main ul li:nth-child(11) > a .count {
    left: 40vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(11) > a .date {
    top: 15vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(11) > a .ttl {
    top: 20vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(11) > a .count {
    top: 33.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(11) > a .beeee {
    width: 4.2vw;
    height: 4.2vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(12) {
    top: 666vw;
    right: auto;
    left: -3vw;
    width: 104vw;
    height: 72vw;
    margin-top: 70vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(12):before {
    background-position: 12.5vw 13vw;
    background-size: 75vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(12) > a .category {
    top: 3vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(12) > a .pic {
    top: 15vw;
    left: 13.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(12) > a .date,
  #main ul li:nth-child(12) > a .ttl,
  #main ul li:nth-child(12) > a .count {
    left: 55.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(12) > a .date {
    top: 18vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(12) > a .ttl {
    top: 25vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(12) > a .count {
    top: 45vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(12) > a .beeee {
    width: 6.7vw;
    height: 6.7vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(13) {
    right: auto;
    left: -1vw;
    width: 74vw;
    height: 49vw;
    margin-top: 80vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(13):before {
    background-position: 4vw 3vw;
    background-size: 63.6vw auto;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(13) > a .category {
    top: 2vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(13) > a .pic {
    top: 8vw;
    left: 9vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(13) > a .date,
  #main ul li:nth-child(13) > a .ttl,
  #main ul li:nth-child(13) > a .count {
    left: 39vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(13) > a .date {
    top: 10vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(13) > a .ttl {
    top: 15vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(13) > a .count {
    top: 29vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(13) > a .beeee {
    width: 4.6vw;
    height: 4.6vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(14) {
    right: 14vw;
    left: auto;
    width: 73vw;
    height: 52.5vw;
    margin-top: 90vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(14) > a .category {
    top: 3.5vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(14) > a .pic {
    top: 10vw;
    left: 9vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(14) > a .date,
  #main ul li:nth-child(14) > a .ttl,
  #main ul li:nth-child(14) > a .count {
    left: 39vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(14) > a .date {
    top: 11vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(14) > a .ttl {
    top: 17vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(14) > a .count {
    top: 31vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(14) > a .beeee {
    width: 4.2vw;
    height: 4.2vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(15) {
    top: -3.5vw;
    right: 0;
    width: 76vw;
    height: 61vw;
    margin-top: 80vw;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(15) > a .category {
    top: 7vw !important;
    height: 7vw !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(15) > a .pic {
    top: 15vw !important;
    left: 9vw !important;
    width: 25.5vw !important;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(15) > a .date,
  #main ul li:nth-child(15) > a .ttl,
  #main ul li:nth-child(15) > a .count {
    left: 37.5vw !important;
    width: 25vw !important;
    font-size: 900 !important;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(15) > a .date {
    top: 16vw !important;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(15) > a .ttl {
    top: 21vw !important;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(15) > a .count {
    top: 34.5vw !important;
  }
}

@media (max-width: 768px) {
  #main ul li:nth-child(15) > a .beeee {
    width: 5.5vw !important;
    height: 5.5vw !important;
  }
}

@media (max-width: 768px) {
  .rank_list_sp {
    height: 124vw;
  }
}

@media only screen and (min-width: 769px) {
  .top_post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 42px;
    background: url(../images/top/movie_bg.jpg) no-repeat left top;
    background-size: cover;
  }
  .top_post::before, .top_post::after {
    content: '';
    position: absolute;
    z-index: 0;
  }
  .top_post::before {
    top: -83px;
    left: -67px;
    width: 274px;
    height: 232px;
    background: url(../images/top/movie_bg_deco01.png) no-repeat right bottom;
    background-size: cover;
  }
  .top_post::after {
    right: -11px;
    bottom: -130px;
    width: 304px;
    height: 320px;
    background: url(../images/top/movie_bg_deco02.png) no-repeat left top;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .top_post {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
  .top_post .top_post_heading::before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .top_post.post_works {
    margin-top: -55px;
    margin-bottom: 50px;
  }
  .top_post.post_works .top_post_heading::before {
    background: url(../images/top/ttl_icon03.png) no-repeat left top;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 768px) {
  .top_post.post_works {
    margin-top: -11.5vw;
    padding-top: 12vw;
    padding-bottom: 12vw;
    background-color: #fff;
  }
  .top_post.post_works .top_post_heading {
    width: 93%;
    background: url(../images/top/works_ttl_sp.png) no-repeat left top;
    background-size: cover;
  }
}

.top_post.post_works ul li.slide-item {
  height: auto;
  min-height: auto !important;
}

@media only screen and (min-width: 769px) {
  .top_post.post_works ul li.slide-item {
    padding-bottom: 20px;
  }
}

.top_post.post_works ul li.slide-item a span.image::after {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .top_post.post_works ul li.slide-item a span.category {
    margin-left: 0;
  }
}

.top_post .top_block02 {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .top_post .top_block02 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .top_post .top_block02 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 93.06666vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7.3333vw;
    padding-right: 5.33333%;
    padding-bottom: 7.3333vw;
    padding-left: 5.33333%;
    border-radius: 0 0 4vw 4vw;
    background-color: #f3f3f3;
  }
  .top_post .top_block02 ul {
    margin: 0 auto;
  }
  .top_post .top_block02 ul li a span.ttl {
    margin: 4.6vw 0;
  }
  .top_post .top_block02 ul li a span.image {
    height: 48.5333vw;
  }
  .top_post .top_block02 ul li a span.image span {
    height: 48.5333vw;
    border-radius: 4vw;
  }
}

.top_post .top_block02 ul li a .date {
  position: static;
  display: inline-block;
  margin: 20px 30px 0;
}

@media only screen and (max-width: 768px) {
  .top_post .top_block02 ul li a .date {
    margin-left: 0;
  }
}

.top_post .top_block02 ul li a span.ttl {
  margin: 10px 30px 0;
}

@media only screen and (max-width: 768px) {
  .top_post .top_block02 ul li a span.ttl {
    margin-right: 0;
    margin-left: 0;
  }
}

.top_post_heading {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 64px;
  font-size: 28px;
}

@media only screen and (min-width: 769px) {
  .top_post_heading {
    width: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  .top_post_heading {
    width: 100%;
    width: 93.06666vw;
    height: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 19%;
    background: url(../images/top/movie_ttl_sp.png) no-repeat left top;
    background-size: cover;
  }
  .top_post_heading span {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .top_post_heading::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/top/ttl_icon03.png) no-repeat left top;
    background-size: 100% auto;
  }
}

.top_post_link {
  position: absolute;
  top: 50%;
  right: 0;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .top_post_link {
    right: 5.3vw;
    font-size: 3.26666vw;
  }
}

@media only screen and (min-width: 769px) {
  .top_post_link {
    font-size: 16px;
  }
  .top_post_link:hover {
    text-decoration: underline;
  }
}

.top_post_link::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/icon_right_black.png) no-repeat left top;
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  .top_post_link::after {
    width: 18px;
    height: 12px;
    margin-left: 9px;
  }
}

@media only screen and (max-width: 768px) {
  .top_post_link::after {
    width: 4vw;
    height: 0;
    margin-left: 2.8vw;
    padding-bottom: 11%;
  }
}

@media only screen and (max-width: 768px) {
  .top_post_slider_wrap {
    overflow: hidden;
  }
}

.top_post_slider ul {
  width: inherit;
}

.top_post ul:not(.slick-dots) li.slide-item {
  max-width: 380px;
  min-height: 338px;
}

@media only screen and (max-width: 768px) {
  .top_post ul:not(.slick-dots) li.slide-item {
    float: none;
    max-width: 88%;
    height: auto !important;
    border-bottom: solid 5px #dadada;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (min-width: 769px) {
  .top_post ul:not(.slick-dots) li.slide-item a span.image {
    height: 212px;
  }
  .top_post ul:not(.slick-dots) li.slide-item a span.image span {
    height: 212px;
  }
}

.top_post ul:not(.slick-dots) li.slide-item a span.image {
  position: relative;
}

.top_post ul:not(.slick-dots) li.slide-item a span.image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/movie/movie_play_btn.png) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .top_post ul:not(.slick-dots) li.slide-item a span.image::after {
    width: 11.49425%;
    height: 0;
    padding-bottom: 11.49425%;
  }
}

@media only screen and (max-width: 768px) {
  .top_post .slick-slider {
    margin-bottom: 6.2vw !important;
  }
}

.top_post .slide-controller {
  position: relative;
  left: 50%;
  display: inline-block;
  min-width: 355px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .top_post .slide-controller {
    min-width: 97%;
  }
}

.top_post .slide-controller__prev, .top_post .slide-controller__next {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 768px) {
  .top_post .slide-controller__prev, .top_post .slide-controller__next {
    width: 11.4666vw;
    height: 11.6vw;
  }
}

.top_post .slide-controller__prev {
  left: 0;
  background: url(../images/top/icon_slide_l.png) no-repeat left top;
  background-size: cover;
}

.top_post .slide-controller__next {
  right: 0;
  background: url(../images/top/icon_slide_r.png) no-repeat left top;
  background-size: cover;
}

.top_post .slide-controller .slick-dots {
  position: relative;
  top: 50%;
  left: 50%;
  display: block !important;
  width: 100% !important;
  height: 26px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .top_post .slide-controller .slick-dots {
    padding-right: 90px;
    padding-left: 90px;
  }
}

.top_post .slide-controller .slick-dots, .top_post .slide-controller .slick-dots * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_post .slide-controller .slick-dots li {
  float: none;
  width: auto;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 769px) {
  .top_post .slide-controller .slick-dots li:not(:last-child) {
    margin-right: 30px;
  }
}

.top_post .slide-controller .slick-dots li.slick-active button {
  width: 26px;
  height: 26px;
  background: url(../images/top/icon_slide_dot_active.png) no-repeat left top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .top_post .slide-controller .slick-dots li.slick-active button {
    width: 4.53333vw;
    height: 4.53333vw;
  }
}

.top_post .slide-controller .slick-dots li button {
  zoom: 1;
  width: 24px;
  height: 24px;
  padding: 0;
  background: url(../images/top/icon_slide_dot.png) no-repeat left top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
  .top_post .slide-controller .slick-dots li button {
    width: 4.53333vw;
    height: 4.53333vw;
    margin: 0 1vw;
  }
}

.top_post .slide-controller .slick-dots li button::before, .top_post .slide-controller .slick-dots li button::after {
  display: none;
}

@media only screen and (min-width: 769px) {
  .top_post .slick-list {
    overflow: visible;
    margin: 0 -30px;
  }
}

body.home .top_block01.first-block {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  body.home .top_block03 .more a {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  body.home .top-ranking__heading {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  body.home .fix-area {
    position: relative;
  }
}

@media only screen and (min-width: 769px) {
  body.home .bnr_list {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 769px) {
  body.home .bnr_list.bnr_list_top {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 769px) {
  body.home .bnr_list.bnr_list_bottom {
    margin-top: 35px;
  }
  body.home .bnr_list.bnr_list_bottom.-fixed {
    position: fixed;
    top: 0;
    width: 325px;
  }
  body.home .bnr_list.bnr_list_bottom.-absolute {
    position: absolute;
    bottom: -57px;
  }
}

@media only screen and (max-width: 768px) {
  body.home .bnr_list.bnr_list_sp {
    margin-top: 10vw;
  }
}

body.home .bnr_list .bnr_list_title {
  display: block;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background: url(../images/top/banner_title_bg.png) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  body.home .bnr_list .bnr_list_title {
    font-size: 4.26666vw;
  }
}

body.home .bnr_list .bnr_list_title span {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  font-size: inherit;
  text-align: left;
}

@media only screen and (min-width: 769px) {
  .movie-block__heading,
  .works-block__heading {
    margin-top: 60px !important;
  }
}

.movie-block .top_block01 ul li a .image-inner,
.movie-block .top_block02 ul li a .image-inner,
.movie-block .top_block03 ul li a .image-inner,
.works-block .top_block01 ul li a .image-inner,
.works-block .top_block02 ul li a .image-inner,
.works-block .top_block03 ul li a .image-inner {
  position: relative;
}

.movie-block .top_block01 ul li a .image-inner::after,
.movie-block .top_block02 ul li a .image-inner::after,
.movie-block .top_block03 ul li a .image-inner::after,
.works-block .top_block01 ul li a .image-inner::after,
.works-block .top_block02 ul li a .image-inner::after,
.works-block .top_block03 ul li a .image-inner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/movie/movie_play_btn.png) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .movie-block .top_block01 ul li a .image-inner::after,
  .movie-block .top_block02 ul li a .image-inner::after,
  .movie-block .top_block03 ul li a .image-inner::after,
  .works-block .top_block01 ul li a .image-inner::after,
  .works-block .top_block02 ul li a .image-inner::after,
  .works-block .top_block03 ul li a .image-inner::after {
    width: 11.49425%;
    height: 0;
    padding-bottom: 11.49425%;
  }
}

.movie-block .top_block01 ul li a:hover span.image span.image-inner,
.movie-block .top_block02 ul li a:hover span.image span.image-inner,
.movie-block .top_block03 ul li a:hover span.image span.image-inner,
.works-block .top_block01 ul li a:hover span.image span.image-inner,
.works-block .top_block02 ul li a:hover span.image span.image-inner,
.works-block .top_block03 ul li a:hover span.image span.image-inner {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.movie-block .top_block02 ul li a .date,
.movie-block .top_block03 ul li a .date,
.works-block .top_block02 ul li a .date,
.works-block .top_block03 ul li a .date {
  position: static;
  display: inline-block;
  margin: 20px 30px 0;
}

@media only screen and (max-width: 768px) {
  .movie-block .top_block02 ul li a .date,
  .movie-block .top_block03 ul li a .date,
  .works-block .top_block02 ul li a .date,
  .works-block .top_block03 ul li a .date {
    margin-left: 5.33vw;
  }
}

.movie-block .top_block02 ul li a,
.works-block .top_block02 ul li a {
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .movie-block .top_block03 ul li a,
  .works-block .top_block03 ul li a {
    padding-bottom: 0;
  }
}

.movie-block .top_block03 ul li a .date,
.works-block .top_block03 ul li a .date {
  margin-left: 0;
}

.movie-block.works-block .top_block01 ul li a .image-inner::after,
.movie-block.works-block .top_block02 ul li a .image-inner::after,
.movie-block.works-block .top_block03 ul li a .image-inner::after,
.works-block.works-block .top_block01 ul li a .image-inner::after,
.works-block.works-block .top_block02 ul li a .image-inner::after,
.works-block.works-block .top_block03 ul li a .image-inner::after {
  display: none;
}

.bazzlog_detail .bazz_detail_body iframe {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .bazzlog_detail .bazz_detail_body iframe {
    width: 100%;
  }
}

.bazz-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .bazz-sns {
    padding-right: 80px !important;
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .bazz-sns li:nth-child(7) iframe {
    height: 20px !important;
  }
  .bazz-sns li:not(:nth-child(3n)) {
    margin-right: 3.3vw;
  }
}

@media only screen and (min-width: 769px) {
  .bazz-sns.news-sns {
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .bazz-sns.news-sns {
    width: 90%;
  }
}

.feedly-link > a {
  display: block;
  cursor: pointer;
}

.feedly-link #feedlyFollow {
  display: block;
  width: 40px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.feedly-link-text {
  display: inline-block;
  margin-top: 5px;
  padding: 1px 11px;
  font-size: 10px;
  border-radius: 3px;
  background-color: #fff;
}

.news_detail .news_body img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.news_detail .news_body iframe {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .news_detail .news_body iframe {
    width: 100%;
  }
}

.top-adsense-banner {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  .top-adsense-banner {
    width: 92vw !important;
    margin-top: 15vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.article-adsense-banner {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 769px) {
  .article-adsense-banner {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .article-adsense-banner {
    width: 92vw !important;
    margin-top: 10vw;
  }
}

@media only screen and (max-width: 768px) {
  #footer {
    margin-top: 34vw;
    padding-top: 14.6666vw;
  }
}

#footer .page_top {
  width: auto;
  height: 175px;
}

@media only screen and (max-width: 768px) {
  #footer .page_top {
    right: 0;
    height: 37vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

#footer .page_top.-put {
  position: absolute;
  top: -137px;
}

@media only screen and (max-width: 768px) {
  #footer .page_top.-put {
    top: -26vw;
  }
}

#footer .page_top_btn {
  display: block;
  width: 80px;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #footer .page_top_btn {
    bottom: 3vw;
    width: 13.3333vw;
  }
  #footer .page_top_btn .active {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  #footer .page_top_btn img {
    right: 0 !important;
    left: inherit !important;
    width: inherit;
  }
}

#footer .page_top_contact {
  display: block;
  margin-top: 20px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

@media only screen and (max-width: 768px) {
  #footer .page_top_contact {
    width: 100%;
    margin-top: 2vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 769px) {
  #footer .page_top_contact:hover {
    opacity: .8;
  }
}

@media only screen and (min-width: 769px) {
  body.home .side_twitter {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  body.home .side_twitter {
    margin-top: 15vw;
  }
}

body.single .side_twitter {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  body.single .side_twitter {
    margin-top: 10vw;
  }
}

@media only screen and (min-width: 769px) {
  .side_twitter {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .side_twitter {
    width: 92vw;
    margin: 0 auto;
  }
}

.single_detail_r_wrapper {
  float: right;
  width: 320px;
}

.single_detail_r {
  float: none !important;
}

.single_detail_r.-fixed {
  position: fixed;
  top: 95px;
  width: 320px;
}

.single_detail_r.-absolute {
  position: absolute;
  bottom: -57px;
}

.bazzlog_detail_mokuji {
  margin-left: 0px;
  padding-bottom: 4px;
  border-radius: 20px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0px 4px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 0px 1px rgba(0, 0, 0, 0.1);
}
