* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 240%;
  letter-spacing: 0.03em;
  font-family: sans-serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo:
  -webkit-text-size-adjust: 100%; /* ブラウザ側で自動調整しない */
  -webkit-font-smoothing: antialiased; /* アンチエイリアス */
  overflow-x: hidden;
   animation: fadeIn 1s ease 0s 1 normal;
   -webkit-animation: fadeIn 1s ease 0s 1 normal;
  }

@keyframes fadeIn {
    0% { opacity: 0 }
  100% { opacity: 1 }
  }

@-webkit-keyframes fadeIn {
    0% { opacity: 0 }
  100% { opacity: 1 }
  }

@media screen and (max-width: 640px) {
body { font-size: 80%; }
}

.bg { background: url('../img/bg.jpg') center center / contain no-repeat; }

/* --------------------------------------------------------- ★ a */

a { text-decoration: none; transition: .3s; font-weight: bold; }
a:link { color: #005faf; }
a:visited { color: #777; }
a:hover { color: #005faf; }
.active { color: #005faf; }

/* --------------------------------------------------------- ★ img */

img { max-width: 100%; height: auto; border: none; vertical-align: bottom; transition: 1s; } /* DIV内で画像の下にできる隙間をなくす */
a:img { max-width: 100%; }
.border { border: solid 1px #ccc; }

/* --------------------------------------------------------- ★ pc sp */

@media screen and (min-width: 640px) {
.sp { display: none; }
}

@media screen and (max-width: 640px) {
.pc { display: none; }
}

/* --------------------------------------------------------- ★ p */

p { margin: 0; }
.text p { margin-bottom: 30px; }
.intro { width: 80%; margin: auto; font-size: 110%; }
.center { text-align: center; }
.right { text-align: right; }
.bold { font-weight: bold; }
.color { color: #005faf; }

@media screen and (max-width: 640px) {
.intro { width: 100%; text-align: left; }
}

/* --------------------------------------------------------- ★ li */

ol, ul { margin: 0; padding: 0; }

li { display: inline-block; max-width: 100%; vertical-align: top; }

.list li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  }

/* --------------------------------------------------------- ★ h */

h1 { margin: 80px 0; font-size: 280%; font-weight: bold; color: #005faf; letter-spacing: 0.1em; text-align: center; }
h2 { margin: 80px 0; font-size: 180%; font-weight: bold; color: #005faf; letter-spacing: 0.1em; text-align: center; }

@media screen and (max-width: 640px) {
h1 { font-size: 180%; margin: 60px 0; }
h2 { font-size: 120%; }
}

/* --------------------------------------------------------- ★ hr */

hr { margin: 30px 0; border: 0; clear: both; }

/* --------------------------------------------------------- ★ logo */

.logo {
 position: absolute;
 top: 20px;
 left: 0;
 width: 100%;
 text-align: center; 
 z-index: 10;
 }

.logo img { height: 40px; }

@media screen and (max-width: 640px) {
.logo img { height: 30px; }
}

/* --------------------------------------------------------- ★ LR */

.l { float: left; }
.r { overflow: hidden; }

@media screen and (max-width: 640px) {
.l,
.r { display: block; width: 100%; }
}

.center { text-align: center; }

/* --------------------------------------------------------- ★ video */

video { width: 100%; }
@media screen and (max-width: 640px) {
video { margin-top: 80px; }
}

/* --------------------------------------------------------- ★ section box */

section { margin-bottom: 80px; }

.box { max-width: 980px; margin: auto; padding: 40px; }

.info { margin: 40px 0 60px 0; padding: 20px; border: solid 1px #ccc; border-radius: 7px; text-align: center; }

.space { height: 60px; }

@media screen and (max-width: 640px) {
.box { padding: 40px 20px; }
section { margin-bottom: 40px; }
}

/* --------------------------------------------------------- ★ footer */

footer { 
 width: 100%;
 padding: 60px 20px;
 background: #005faf;
 color: #fff;
 letter-spacing: 0.1em;
 text-align: center;
 }

footer ul { margin: 40px 0; }
footer li { margin: 20px; }

footer a { padding: 10px; }
footer a:link,
footer a:visited,
footer a:hover,
footer active,
footer .active a { color: #fff; }

.footer-logo img { width: 240px; }

footer .address { display: inline-block; margin: auto; padding: 40px 0; text-align: left; }

.copy { font-size: small; }

@media screen and (min-width: 640px) {
footer { font-size: 150%; }
}

@media screen and (max-width: 640px) {
footer { font-size: 120%; }
}

/* --------------------------------------------------------- ★ about */

#about { font-weight: bold; line-height: 280%; text-align: center; }

@media screen and (min-width: 640px) {
#about { margin: 100px 0; font-size: 200%; }
}

@media screen and (max-width: 640px) {
#about { margin: 60px 0; font-size: 130%; }
}

/* --------------------------------------------------------- ★ works */

#works { margin: 100px 0 200px 0; }

#works ul { 
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 20px; 
 justify-content: center; /*左右中央 */
 align-items: center; /*上下中央 */
 padding: 0 10%;
 text-align: center;
}

#works img:hover { opacity: .5; }

@media screen and (max-width: 640px) {
#works { margin: 60px 0 100px 0; }
#works ul { grid-template-columns: repeat(2, 3fr);  gap: 20px; }
}

/* --------------------------------------------------------- ★ company */

#company .l { width: 20%; font-weight: bold; }
#company .r img { margin: 10px 0 20px 0; }
#company hr { margin: 20px 0; border-bottom: solid 1px #ccc; }

#greeting img { width: 400px; margin-right: 40px; }
.slogan { margin-bottom: 80px; }

@media screen and (min-width: 640px) {
#greeting { display: flex; align-items: center; gap: 40px; font-size: 130%; }
}

@media screen and (max-width: 640px) {
#company hr { margin: 15px 0; }
#greeting .l { margin-bottom: 40px; text-align: center; }
#greeting img { width: 60%;  margin: 0; }
}

/* --------------------------------------------------------- ★ fequipment */

#equipment ul { width: 80%; margin: auto; display: grid; grid-template-columns: repeat(4, auto); gap: 10px; }

@media screen and (max-width: 640px) {
#equipment ul { width: 90%; grid-template-columns: repeat(2, auto); gap: 10px; }
}

/* --------------------------------------------------------- ★ recruit */

.table_1 .l { width: 150px; font-weight: bold; }
.table_1 hr { margin: 15px 0; border: 0; height: 1px; background: url('../img/line.gif'); clear: both; }
.table_1 li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  }

.table_1 .horizon,
#foam .horizon { padding: 0 0 80px 0; }

/* --------------------------------------------------------- ★ f-menu */

.f-menu { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.f-menu .imgs { position: absolute; width: calc(100% / 4); }
.f-menu .title { position: relative; width: 100%; background: rgba(0, 0, 0, 0.6); }
.f-menu .title_active { position: relative; width: 100%; }
.f-menu .title:hover { background: rgba(0, 0, 0, 0);  }

@media screen and (max-width: 640px) {
.f-menu { grid-template-columns: repeat(2, 2fr); }
.f-menu .imgs { width: calc(100% / 2); }
}

/* --------------------------------------------------------------------------------- ★ header */

.header { position: relative; overflow: hidden; }
.header img { width: 100%; }

.shutter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  animation: img-animation 1s forwards;
  }

@keyframes img-animation {
 100% { transform: translateX(100%); }
 }

/* --------------------------------------------------------- ★ gnav */

.gnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #005faf;
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    z-index: 100;
    -webkit-transition: all 1s;
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
    }
 
.gnav ul { margin-top: 70px; }
.gnav li { display: block; margin: 0 20px; border-bottom: 1px solid #fff; }
.gnav li a { display: block; padding: 30px 0; color: #fff; }
.gnav li a:hover,
.gnav li a.active { color: #005faf; background: #fff; }
.gnav.on { visibility: visible; opacity: 1; }

.icon-animation {
    position: fixed;
    display: block;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 110;
    }

.icon-animation span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: #005faf;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    }

.icon-animation .top {
    transform: translateY(-13px);
    -webkit-transform: translateY(-13px);
    }

.icon-animation .bottom {
    transform: translateY(13px);
    -webkit-transform: translateY(13px)
    }

.is-open .middle { background: rgba(51, 51, 51, 0)!important; }

.is-open .top { 
    transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    background: #fff;
    }
    
.is-open .bottom {
    transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    background: #fff;
    }

@media screen and (min-width: 640px) { 
.icon-animation { right: 30px; }
}

@media screen and (max-width: 640px) { 
.icon-animation { left: 30px; }
}

/* --------------------------------------------------------- ★ back */

.back { display: block; margin: 80px 0 100px 0; }

.back div {
  width: 40px;
  height: 40px;
  margin: auto;
  border-left: 1px solid #252540;
  border-bottom: 1px solid #252540;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .5s;
  -webkit-transition: .5s;
  }

.back:hover > div { opacity: 0.2; filter: alpha(opacity=20); }

/* -------------------------------------------------------- ★ page-top */

#pagetop {
  position: fixed;
  right: 40px;
  margin-bottom: 30px;
  z-index: 99;
  }

#pagetop img { width: 35px; }
#pagetop:hover { opacity: .3; filter: alpha(opacity=30); transition: 1s; }

@media screen and (max-width: 640px) {
#pagetop { display: none; }
}

/* --------------------------------------------------------- ★ foam */

#foam { margin-top: 60px; }
#foam input { font-size: 100%; }
#foam div { font-weight: bold; }
#foam hr { height: 10px; margin: 0; padding: 0; }

#foam .files input[type="file"] { display: block; margin-bottom: 20px; }
#foam .buttons { margin: 30px 0; text-align: center; }

#foam input[type="text"],
#foam textarea,
#foam label span {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #aaa;
  border-radius: 3px;
  line-height: 150%;
  }

#foam input[type="text"] { width: 100%; }

#foam textarea { width: 100%; height: 12em; }

#foam select,
#foam input[type="text"],
#foam textarea { padding: .7rem; }

#foam select { -webkit-appearance: none; }

#foam label span { padding: 20px; text-align: center; }

#foam input[type="button"],
#foam input[type="submit"] { 
  margin: 20px 10px; 
  padding: 15px 25px; 
  border: 1px solid #aaa;
  border-radius: 3px;
  font-weight: bold;
  -webkit-appearance: none;
  transition: 0.4s;
  }

#foam input[type="button"]:hover,
#foam input[type="submit"]:hover { 
  color: #fff;
  background: #005faf;
  border: 1px solid #005faf;
  cursor: pointer;
  cursor: hand;
  }


/* tmpl 用 */

.formbox { max-width: 900px; margin: auto; padding: 40px 20px; }
.form-p { margin-bottom: 40px; text-align: center; }
#foam form span { color: #005faf; font-size: small; font-weight: normal; }

/* -------------------------------------------------------- ★ フォーム　チェックボタン & ラジオボタン */

#foam input[type="checkbox"],
#foam input[type="radio"] { transform: scale(1.5); margin: 1em; }

/* --------------------------------------------------------- ★ wow */

.animated {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    }

/* --------------------------------------------------------- ★ wow blur */

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

@keyframes blur {
    0% { opacity: 0; filter: blur(1.5rem); }
  100% { opacity: 1; filter: blur(0); }
}

/* --------------------------------------------------------- ★ wow fadeInLeft */

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

@keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-20px); -webkit-transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); }
}

/* --------------------------------------------------------- ★ wow fadeInRight */

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

@keyframes fadeInRight {
      0% { opacity: 0; transform: translateX(50px); -webkit-transform: translateX(50px); }
  100% { opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); }
}

/* --------------------------------------------------------- ★ wow fadeInUp */

.item li,
.fadeInUp { animation-name: fadeInUp; -webkit-animation-name: fadeInUp; }

@keyframes fadeInUp {
      0% { opacity: 0; transform: translateY(20px); -webkit-transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); }
}

/* --------------------------------------------------------- ★ wow fadeInDown */

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

@keyframes fadeInDown {
      0% { opacity: 0; transform: translateY(-20px); -webkit-transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); }
}

/* --------------------------------------------------------- ★ wow horizon */

/* <div class="horizon"><div class="horizon-l wow"></div><div class="horizon-r wow"></div></div> */

.horizon { position: relative; padding: 40px 0; animation-name: horizon; -webkit-animation-name: horizon; }

.horizon-l,
.horizon-r { position: absolute; height: 1px; background: #005faf; }

.horizon-l { animation: horizon-l 1.5s forwards; }
.horizon-r { animation: horizon-r 1.5s forwards; }

@keyframes horizon-l {
    0% { opacity: 0; width: 0; left: 50%; }
  100% { opacity: 1; width: 50%; left: 0; }
  }

@keyframes horizon-r {
    0% { opacity: 0; width: 0; right: 50%; }
  100% { opacity: 1; width: 50%; right: 0; }
  }

/* -------------------------------------------------------- ★ photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * { box-sizing: border-box; -webkit-box-sizing: border-box; }

.pswp img { max-width: none; }

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open { display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; 
  }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
  }

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; 
  }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
   transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
   }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap { -webkit-transition: none; transition: none; }

.pswp__container,
.pswp__zoom-wrap { -webkit-backface-visibility: hidden; will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; 
  }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; 
  }

.pswp__img--placeholder { -webkit-backface-visibility: hidden; }
.pswp__img--placeholder--blank { background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; 
  }

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc; 
  }

.pswp__error-msg a { color: #ccc; text-decoration: underline; }

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0px none;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  }

.pswp__button:focus,
.pswp__button:hover { opacity: 1; }
.pswp__button:active { outline: none; opacity: 0.9; }
.pswp__button::-moz-focus-inner { padding: 0; border: 0; }

.pswp__ui--over-close .pswp__button--close { opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('../js/photoswipe/skin/default-skin.png') no-repeat 0 0;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
  }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before { background-image: url('../js/photoswipe/skin/default-skin.svg'); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right { background: none; }
  }

.pswp__button--close { background-position: 0 -44px; }
.pswp__button--share { background-position:  -44px; }
.pswp__button--fs { display: none; }
.pswp--supports-fs .pswp__button--fs { display: block; }
.pswp--fs .pswp__button--fs { background-position: -44px 0; }
.pswp__button--zoom { display: none; background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom { display: block; }
.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0; }
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right { visibility: hidden; }
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 20%;
  height: 50%;
  position: absolute;
  }

.pswp__button--arrow--left { left: 0; }
.pswp__button--arrow--right { right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0);
  height: 30px;
  width: 32px;
  position: absolute;
  }

.pswp__button--arrow--left:before { left: 6px; background-position: -138px -44px; }
.pswp__button--arrow--right:before { right: 6px; background-position: -94px -44px; }

.pswp__counter {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  padding: 0 10px;
  }

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
  }

.pswp__caption small { font-size: 11px; color: #bbb; }
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
  }

.pswp__caption--empty { display: none; }
.pswp__caption--fake { visibility: hidden; }
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
  }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
  }

.pswp__preloader--active { opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url('../js/photoswipe/skin/preloader.gif') no-repeat 0 0; }
.pswp--css_animation .pswp__preloader--active { opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; 
  }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
  }

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; 
  }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
  }

@media screen and (max-width: 1024px) {

.pswp__preloader {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  float: right;
  } 

}

@-webkit-keyframes clockwise {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }

@keyframes clockwise {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }

@-webkit-keyframes donut-rotate {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
  }

@keyframes donut-rotate {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
  }

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; 
  }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; 
  }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); 
  }

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right { visibility: visible; }
.pswp__top-bar,
.pswp__caption { background-color: rgba(0, 0, 0, 0); }

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0); }

.pswp__ui--idle .pswp__top-bar { opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right { opacity: 0; }

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; }

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter { display: none; }

.pswp__element--disabled { display: none !important; }

.pswp--minimal--dark .pswp__top-bar { background: none; }

