@charset "UTF-8";

/* function
----------------------------------------------*/
/* mixin
----------------------------------------------*/
/* animation
----------------------------------------------*/
@keyframes siteGuide_scroll {
  0% {
    height: 0;
  }

  40% {
    height: 110px;
    transform: translateY(0);
  }

  100% {
    height: 110px;
    transform: translateY(110px);
  }
}

@keyframes loading {
  0% {
    height: 0px;
  }

  40% {
    height: 102px;
  }

  41% {
    height: 134px;
  }

  80% {
    height: 232px;
  }
}

.transition-fade-up {
  opacity: 0;
  transition: ease all 1.5s;
  transform: translateY(30px);
}

.transition-fade-up.is-active {
  transform: translateY(0%);
  opacity: 1;
}

/* override
----------------------------------------------*/
body {
  border-top: none;
}

#footer {
  box-shadow: none;
}

/* common
----------------------------------------------*/

/* plugin
----------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mfp-bg {
  background-color: rgba(255, 255, 255, .9);
}

.mfp-iframe-holder .mfp-content {
  max-width: 1132px;
}

.mfp-iframe-holder button.mfp-close {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: -70px;
  right: 0;
  display: block;
  width: 55px;
  height: 55px;
  opacity: 1;
  background: url("/bekkaku/product/img/icon_close.svg") 0 0 no-repeat;
  background-size: contain;
}

/* project
----------------------------------------------*/
.p-bekkaku {
  text-align: left;
  font-family: 游明朝, YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
}

.p-bekkaku *,
.p-bekkaku *:before,
.p-bekkaku *:after {
  box-sizing: border-box;
}
.p-bekkaku video {
	width: 100%;
}
.p-bekkaku img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  transition: ease opacity 0.3s;
}

/* common
----------------------------------------------*/
.bekkaku-title {
  position: relative;
  text-align: center;
  padding: 88px 0 90px;
  line-height: 1;
}

.bekkaku-title:before,
.bekkaku-title:after {
  position: absolute;
  left: 50%;
  display: inline-block;
  height: 72px;
  width: 2px;
  background-color: #b48b27;
  content: "";
}

.bekkaku-title:before {
  top: 0;
}

.bekkaku-title:after {
  bottom: 0;
}

.bekkaku-title img {
  height: 22px;
  width: auto;
}

.bekkaku-title+* {
  margin-top: 0;
}

.bekkaku-paragraph {
  font-size: 17px;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

.bekkaku-paragraph+.bekkaku-paragraph {
  margin-top: 1em;
}

a.bekakku-inlineLink {
  text-decoration: underline;
  color: #666666;
  font-weight: normal;
}

a.bekakku-inlineLink:hover {
  text-decoration: none;
}

/*l-bekkaku-loading
----------------------------------------------*/
#l-bekkaku-loading {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff url("/bekkaku/product/img/logo_bekkaku_glay.svg") 50% 50% no-repeat;
}

.bekkaku-loading_icon {
  position: absolute;
  z-index: 600;
  bottom: 50%;
  left: 50%;
  margin-bottom: -116px;
  margin-left: -31px;
  width: 63px;
  height: 232px;
  animation: 1.5s linear infinite loading;
  overflow: hidden;
}

.bekkaku-loading_icon img {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* bekkaku-movie
----------------------------------------------*/
#l-bekkaku-movie {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.is-tablet #l-bekkaku-movie {
  display: none !important;
}

.bekkaku-movie_txt {
  position: absolute;
  z-index: 5;
  z-index: 1000;
  top: calc(50% - 20px);
  left: calc(50% - 340px);
  width: 680px;
}

.bekkaku-movie_txt {
  fill: #000;
  fill-rule: evenodd;
  transition: fill ease 0.8s;
}

.initialized .bekkaku-movie_txt {
  fill: #fff;
}

#movie {
  opacity: 0;
  transition: opacity ease 0.8s;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.initialized #movie {
  opacity: 1;
}

/*l-bekkaku-header
----------------------------------------------*/
.l-bekkaku-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 35px;
}

.bekkaku-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
}

.bekkaku-header_logo {
  display: block;
}

.bekkaku-header_switch {
  position: relative;
  z-index: 50;
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10000;
  display: block;
}

.is-gnav-open .bekkaku-header_switch {
  background-color: #b68b37;
}

.bekkaku-header_switch span>span {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 28px;
  height: 2px;
  margin-left: -14px;
  border-radius: 5px;
  transition: all ease 0.3s;
  background-color: #cbcbcb;
}

.is-gnav-open .bekkaku-header_switch span>span {
  background-color: #fff;
}

.bekkaku-header_switch span>span:nth-of-type(1) {
  top: 20px;
}

.is-gnav-open .bekkaku-header_switch span>span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.bekkaku-header_switch span>span:nth-of-type(2) {
  top: 27px;
}

.is-gnav-open .bekkaku-header_switch span>span:nth-of-type(2) {
  opacity: 0;
}

.bekkaku-header_switch span>span:nth-of-type(3) {
  top: 34px;
}

.is-gnav-open .bekkaku-header_switch span>span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

/* l-bekkaku-gnav
----------------------------------------------*/
.l-bekkaku-gnav {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  font-feature-settings: "palt";
  padding-left: 155px;
  width: 468px;
  height: 645px;
  background: url("/bekkaku/product/img/gnav_bg01.png") 0 0 no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  transform: scale(0);
  transition: ease all 0.3s;
  transform-origin: 100% 0%;
  opacity: 0;
  overflow: hidden;
}

.is-gnav-open .l-bekkaku-gnav {
  opacity: 1;
  transform: scale(1);
}

.l-bekkaku-gnav_inner {
  width: 250px;
  transform: translateX(-50px);
  transition: ease all 0.6s 0.2s;
  transform-origin: 100% 0%;
  opacity: 0;
}

.is-gnav-open .l-bekkaku-gnav_inner {
  opacity: 1;
  transform: translateX(0px);
}

.bekkaku-gnav_list>li {
  position: relative;
  padding-left: 30px;
}

.bekkaku-gnav_list>li+li {
  margin-top: 40px;
}

.bekkaku-gnav_list>li:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: inline-block;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #b68b37;
}

.bekkaku-gnav_list>li.type-movie:before {
  top: calc(50% - 9px);
  width: 19px;
  height: 19px;
  background: url("/bekkaku/product/img/icon_play_gold.svg") 0 0 no-repeat;
  background-size: contain;
}

.bekkaku-gnav_list>li>a {
  color: #333;
  font-size: 20px;
}

.bekkaku-gnav_list>li>.is-active {
  color: #b68b37;
  font-size: 20px;
}

.bekkaku-gnav_sns {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.bekkaku-gnav_sns_elm {
  margin: 0 15px;
  width: 34px;
  height: 34px;
  transition: ease all 0.3s;
  background-size: contain;
}

/* l-bekkaku-siteGuide
----------------------------------------------*/
.bekkaku-siteGuide_nav {
  position: fixed;
  top: 50%;
  right: 35px;
  z-index: 300;
  transform: translateY(-50%);
}

.bekkaku-siteGuide_nav_elm {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #b3b3b3;
}

.bekkaku-siteGuide_nav_elm+.bekkaku-siteGuide_nav_elm {
  margin-top: 14px;
}

.bekkaku-siteGuide_nav_elm.is-active {
  background-color: #b68b37;
}

.bekkaku-siteGuide_scroll {
  position: fixed;
  z-index: 10;
  bottom: 65px;
  right: 40px;
  font-size: 18px;
  color: #b68b37;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 1;
  transition: ease-out all 0.3s;
}

.is-mv-passd .bekkaku-siteGuide_scroll {
  opacity: 0;
  transform: translateY(-100%);
}

.bekkaku-siteGuide_scroll:before {
  animation: siteGuide_scroll 1.5s ease 1s infinite normal none;
  position: absolute;
  top: 55px;
  left: calc(50% - 1px);
  display: block;
  width: 1px;
  height: 0px;
  content: "";
  background-color: #b68b37;
}

.bekkaku-siteGuide_cv {
  display: block;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 242px;
  height: 82px;
  line-height: 82px;
  font-size: 18px;
  border: 1px solid #bb934a;
  color: #b68b37;
  background-color: #fff;
  text-align: center;
  opacity: 0;
  transition: ease-out all 0.3s;
  transform: translateY(100%);
}

.is-active .bekkaku-siteGuide_cv {
  transform: translateY(0%);
  opacity: 1;
}

.is-cv-clear .bekkaku-siteGuide_cv {
  transform: translateY(-10%);
  opacity: 0;
}

.bekkaku-siteGuide_cv:before {
  margin: 0 8px 8px 0;
  vertical-align: middle;
  content: "";
  width: 22px;
  height: 23px;
  display: inline-block;
  background: url(/bekkaku/product/img/icon_cart.svg) 0 0 no-repeat;
  background-size: contain;
}

/*bekkaku-mv
----------------------------------------------*/
.l-bekkaku-mv {
  position: relative;
}

.l-bekkaku-mv img {
  width: 100%;
}

/* bekkaku-sns
----------------------------------------------*/
.l-bekkaku-sns {
  background-color: #fff;
}

.bekkaku-sns_list {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.bekkaku-sns_icon {
  margin: 0 15px;
  width: 34px;
  height: 34px;
  transition: ease all 0.3s;
  background: 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 1049px) {
  .bekkaku-elm--pc {
    display: none !important;
  }

  .mfp-container {
    padding: 0;
  }

  .mfp-iframe-holder button.mfp-close {
    width: 42px;
    height: 42px;
  }

  .bekkaku-title {
    padding: 65px 0 70px;
  }

  .bekkaku-title:before,
  .bekkaku-title:after {
    width: 1px;
    height: 52px;
  }

  .bekkaku-title img {
    height: 16px;
  }

  .bekkaku-paragraph {
    font-size: 16px;
  }

  #l-bekkaku-movie {
    display: none;
  }

  .l-bekkaku-header {
    padding-top: 15px;
  }

  .bekkaku-header_inner {
    padding: 0 15px 0 20px;
  }

  .bekkaku-header_logo {
    width: 92px;
  }

  .bekkaku-header_switch {
    width: 42px;
    height: 42px;
  }

  .bekkaku-header_switch span>span {
    margin-left: -9px;
    width: 18px;
  }

  .bekkaku-header_switch span>span:nth-of-type(1) {
    top: 15px;
  }

  .is-gnav-open .bekkaku-header_switch span>span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
  }

  .bekkaku-header_switch span>span:nth-of-type(2) {
    top: 21px;
  }

  .bekkaku-header_switch span>span:nth-of-type(3) {
    top: 27px;
  }

  .is-gnav-open .bekkaku-header_switch span>span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }

  .l-bekkaku-gnav_inner {
    width: 100%;
    padding: 0 30px;
  }

  .bekkaku-gnav_sns_elm.type-twitter {
    background-image: url(/bekkaku/product/img/icon_sns01_sp.png);
  }

  .bekkaku-gnav_sns_elm.type-facebook {
    background-image: url(/bekkaku/product/img/icon_sns02_sp.png);
  }

  .bekkaku-siteGuide_nav {
    display: none;
  }

  .bekkaku-siteGuide_scroll {
    display: none !important;
  }

  .bekkaku-siteGuide_cv {
    width: 190px;
    height: 63px;
    line-height: 63px;
    font-size: 15px;
  }

  .bekkaku-siteGuide_cv:before {
    margin: 0 6px 6px 0;
    width: 19px;
    height: 19px;
  }

  .l-bekkaku-mv {
    background-color: #000;
  }

  .bekkaku-mv_bg {
    display: none;
  }
  .bekkaku-sns_list {
    padding: 40px 0;
  }

  .bekkaku-sns_icon.type-twitter {
    background-image: url(/bekkaku/product/img/icon_sns01_sp.png);
  }

  .bekkaku-sns_icon.type-facebook {
    background-image: url(/bekkaku/product/img/icon_sns02_sp.png);
  }
}

@media print,
(min-width: 1050px) {
  .bekkaku-elm--sp {
    display: none !important;
  }

  .mfp-iframe-holder button.mfp-close:hover {
    opacity: 0.8;
  }

  .p-bekkaku {
    max-width: 100%;
    min-width: 1050px;
    overflow: hidden;
  }

  .bekkaku-gnav_list>li>a {
    transition: ease opacity 0.3s;
  }

  .bekkaku-gnav_list>li>a:hover {
    opacity: 0.8;
  }

  .bekkaku-gnav_sns_elm.type-twitter {
    background-image: url(/bekkaku/product/img/icon_sns01.png);
  }

  .bekkaku-gnav_sns_elm.type-facebook {
    background-image: url(/bekkaku/product/img/icon_sns02.png);
  }

  .bekkaku-gnav_sns_elm:hover {
    opacity: 0.8;
  }

  .bekkaku-siteGuide_cv:hover {
    background-color: #b68b37;
    color: #fff;
  }

  .bekkaku-siteGuide_cv:hover:before {
    background-image: url(/bekkaku/product/img/icon_cart_white.svg);
  }

  .bekkaku-mv_title {
    position: absolute;
    top: calc(50% - 155px);
    left: 9%;
  }

  .bekkaku-sns_icon.type-twitter {
    background-image: url(/bekkaku/product/img/icon_sns01.png);
  }

  .bekkaku-sns_icon.type-facebook {
    background-image: url(/bekkaku/product/img/icon_sns02.png);
  }

  .bekkaku-sns_icon:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media all and (-ms-high-contrast: none) {
  .bekkaku-gnav_list>li.type-movie:before {
    top: calc(50% - 13px);
  }
}