/* Shutter In Horizontal */
/* ==========================================================================

	omiyamairi

========================================================================== */
body.omiyamairi #power-spot .tt_vertical > span:before {
  bottom: calc(15% * 0.75);
}

body.omiyamairi #power-spot .tt_vertical > span:after {
  top: calc(15% * 0.75);
}

@media print, screen and (min-width: 812px) {
  body.omiyamairi #power-spot .tt_vertical > span:before {
    bottom: calc(15% * 1);
  }
  body.omiyamairi #power-spot .tt_vertical > span:after {
    top: calc(15% * 1);
  }
}

body.omiyamairi #clothes .tt_vertical > span:before {
  bottom: calc(50% - (41px * 0.75));
}

body.omiyamairi #clothes .tt_vertical > span:after {
  top: calc(50% - (25px * 0.75));
}

@media print, screen and (min-width: 812px) {
  body.omiyamairi #clothes .tt_vertical > span:before {
    bottom: calc(50% - (41px * 1));
  }
  body.omiyamairi #clothes .tt_vertical > span:after {
    top: calc(50% - (25px * 1));
  }
}
