@charset "UTF-8";
/* ***************************************
base
*************************************** */
/*@import url("https://fonts.googleapis.com/css?family=Vollkorn");

$base-color: #999;
$bg-color: lighten($base-color, 35%);
$point-color: #a80c23;
$text-color: darken($base-color, 10%);
//$sub-color: desaturate(lighten($text-color, 30%), 70%);

%base-font {
  font-family: "Vollkorn", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
    font-style: normal;
    font-weight: 500;
}
%title-font {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}*/
/*----------------------------------------

----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Staatliches");
html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  min-width: 320px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
	フォントサイズ
----------------------------------------*/
html {
  font-size: 56.25%;
  /* 9px */
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}

/*----------------------------------------
	共通css
----------------------------------------*/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

/*overflowで要素内をスクロールした時にiOSでスムーズにスクロールされない問題を解決*/
/*慣性スクロールにする*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

/*----------------------------------------
.header
----------------------------------------*/
/*----------------------------------------
.breadcrumbs
----------------------------------------*/
.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.5em;
  color: #4d4d4d;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:not(:last-child) a {
  text-decoration: underline;
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
}

/*----------------------------------------
.footer
----------------------------------------*/
.footer {
  font-size: 1.5rem;
  position: relative;
  background-color: #fff;
  color: #4d4d4d;
}
.footer__inner {
  padding: 2rem 0;
  text-align: center;
}
.footer__logo {
  width: 9rem;
  margin: 0 auto 0.3rem;
}
.footer__logo_inner {
  display: block;
}
.footer__list {
  margin-bottom: 1.5rem;
}
.footer__item {
  margin-bottom: 0.5rem;
}
.footer__copy {
  line-height: 1.4;
  opacity: 0.7;
}

/*----------------------------------------
.page_top
----------------------------------------*/
.page_top {
  position: fixed;
  bottom: -5rem;
  right: 0;
  transition: 0.3s;
  z-index: 3;
  color: #fff;
}
.page_top.fixed {
  bottom: 0;
}
.page_top__inner {
  background: #2d2d2d;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: block;
  position: relative;
}
.page_top__inner::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}

body {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

/*----------------------------------------
body
----------------------------------------*/
body {
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
  height: auto;
  color: #121258;
}

.marker {
  background: linear-gradient(transparent 60%, #ffc5e4 60%, #ffc5e4 90%, transparent 90%);
}

.wrapper__inner {
  background-color: #fff9fb;
  padding-top: 154px;
}
@media screen and (min-width: 768px) {
  .wrapper__inner {
    padding-top: 19.6rem;
  }
}

/*----------------------------------------
.top_visual
----------------------------------------*/
/*----------------------------------------
.breadcrumbs
----------------------------------------*/
.breadcrumbs {
  max-width: 1200px;
  margin: auto;
}

.header {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__inner {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}
.header__block {
  position: relative;
  text-align: center;
}
.header__logo {
  width: 9rem;
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header__logo {
    display: none;
  }
}
.header__logo_inner {
  display: block;
}
.header__title {
  padding: 1rem 0 0;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .header__title {
    font-size: 1.2rem;
  }
  .fixed .header__title {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .fixed .header__title {
    font-size: 1.2rem;
  }
}
.header__sub_title {
  font-size: 1.2em;
  margin-bottom: 0.5rem;
  transform: rotate(0.028deg);
}
.header__main_title {
  font-size: 3.3em;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  display: inline-block;
}
.header__menu {
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .header__menu {
    padding: 1rem 0;
  }
}
.header__list {
  display: flex;
  max-width: 76.7rem;
  margin: auto;
  text-align: center;
}
.header__item {
  width: 33.3333333333%;
  padding: 0 1%;
}
.header__item_inner {
  display: block;
  border: 2px solid #cdcdcd;
  border-radius: 0.5rem;
  position: relative;
  padding: 0.6rem 0.3rem 0.4rem;
  transition: background-color 0.25s;
}
.active .header__item_inner {
  border-color: #fe4884;
}
@media (any-hover: hover) {
  .header__item:not(.active) .header__item_inner:hover {
    background: #ededed;
  }
}
.header__item_inner::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .header__item_inner::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.header__item--real .header__item_inner::before {
  background-image: url(../img/icon/real.svg);
}
.header__item--bukatsu .header__item_inner::before {
  background-image: url(../img/icon/bukatsu.svg);
}
.header__item--rank .header__item_inner::before {
  background-image: url(../img/icon/rank.svg);
}
.header__item_text {
  font-size: min(3.2vw, 1.4rem);
  line-height: 1.1;
  letter-spacing: 0.05em;
  padding-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .header__item_text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__item_text {
    height: 2.4em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header__item_text_inner {
  display: block;
  transform: rotate(0.028deg);
}

/*  Fixed
------------------------------ */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
}

.footer {
  color: #121258;
}
.footer__inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.footer__item {
  transform: rotate(0.028deg);
}
.footer__copy {
  transform: rotate(0.028deg);
  letter-spacing: 0.05em;
  opacity: 0.6;
}

.page_top__inner {
  background-color: #121258;
}

.section__inner {
  max-width: 1200px;
  margin: auto;
  padding: 1.5rem 1rem 1rem;
}
.section__title {
  margin-bottom: 3.5rem;
  line-height: 1.4;
  font-size: min(7.5vw, 2.5em);
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 2.6em;
    display: flex;
    align-items: baseline;
  }
}
.section__main_title {
  position: relative;
  letter-spacing: 0.08em;
  padding-left: 1.8em;
  min-height: 1.5em;
}
.section__main_title::after, .section__main_title::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
}
.section__main_title::after {
  background-size: 62.5%;
  margin-top: -1%;
  background-image: url(../img/icon/h2/real.svg);
}
.section--bukatsu .section__main_title::after {
  background-image: url(../img/icon/h2/bukatsu.svg);
}
.section--rank .section__main_title::after {
  background-image: url(../img/icon/h2/rank.svg);
}
.section__title--star .section__main_title::after {
  background-image: url(../img/icon/h2/star.svg);
}
.section__main_title::before {
  background-size: 100%;
  background-image: url(../img/icon/h2/ribon.svg);
}
.section__main_title br {
  display: none;
}
.section__main_text {
  line-height: 1.4;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  transform: rotate(0.028deg);
  display: block;
}
@media screen and (min-width: 768px) {
  .section__main_text {
    padding-left: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .section__main_text {
    margin-top: 0.8rem;
  }
}
.section__main_text_inner {
  background-color: #fc3a2f;
  color: #fff;
}
.section__sub_title {
  text-align: center;
  font-size: 1.15em;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section__sub_title {
    font-size: 1.2em;
  }
}
.section__sub_title .font_size--093 {
  padding-top: 0.5rem;
  display: block;
}
.section__sub_title_inner {
  transform: rotate(0.028deg);
  display: block;
}

.gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 5rem;
}
.gallery__item {
  width: 50%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .gallery__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gallery__item {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .gallery__item {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .gallery__item {
    width: 20%;
  }
}
.real .gallery__item {
  width: 33.3333333333%;
}
@media screen and (min-width: 576px) {
  .real .gallery__item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .real .gallery__item {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .real .gallery__item {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .real .gallery__item {
    width: 16.6666666667%;
  }
}
.rank .gallery__item {
  counter-increment: rank;
  margin-bottom: 3rem;
}
.gallery__modal_text {
  font-weight: 400;
  transform: rotate(0.028deg);
  padding-top: 0.1rem;
  text-align: center;
}
.gallery__content {
  padding: 0 0.5rem;
  height: 100%;
}
.real .gallery__content {
  padding: 0 0.3rem;
}
.wrapper:not(.default).real .gallery__content {
  animation: anime 0.4s 0s linear; /* アニメーション指定 */
}
.gallery__content_inner {
  display: block;
  border: 1px solid #999;
  background: #fff;
  height: 100%;
}
.rank .gallery__content_inner {
  border: 3px solid #798cbf;
  box-sizing: border-box;
  position: relative;
}
.rank .gallery__content_inner::before, .rank .gallery__content_inner::after {
  position: absolute;
  content: "";
  margin: auto;
  top: -1.3rem;
  left: -1.1rem;
  width: 6rem;
  height: 6rem;
  display: block;
  z-index: 1;
}
.rank .gallery__content_inner::before {
  content: "";
  background-color: #203f94;
  border-radius: 50%;
  background-image: url(../img/icon/rank/rank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
}
.rank .gallery__content_inner::after {
  content: counter(rank);
  line-height: 2;
  font-size: 3rem;
  color: #fff;
  font-family: "Staatliches", cursive;
  font-weight: 300;
  text-indent: 0.08em;
  text-align: center;
}
.rank .gallery__item:nth-child(1) .gallery__content_inner {
  border-color: #f0ce66;
}
.rank .gallery__item:nth-child(1) .gallery__content_inner::before {
  background-color: #e6ad00;
}
.rank .gallery__item:nth-child(2) .gallery__content_inner {
  border-color: #b2b2b2;
}
.rank .gallery__item:nth-child(2) .gallery__content_inner::before {
  background-color: #7f7f7f;
}
.rank .gallery__item:nth-child(3) .gallery__content_inner {
  border-color: #caa686;
}
.rank .gallery__item:nth-child(3) .gallery__content_inner::before {
  background-color: #a66a35;
}
.gallery__content_area {
  height: 100%;
  position: relative;
}
.gallery__content_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 150%;
}
.section--real .gallery__content_image {
  padding-top: 100%;
}
.gallery__content_image img {
  display: block;
  margin: auto;
  transition: 0.5s;
  position: absolute;
  top: 0%;
  width: 100%;
  left: -100%;
  right: -100%;
}
.gallery__content_textarea {
  position: relative;
  text-align: center;
}
.section:not(.section--real) .gallery__content_textarea {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.gallery__content_text {
  padding: 0.3rem;
  line-height: 1.3;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__content_text > span {
  transform: rotate(0.028deg);
}

.icon {
  position: absolute;
  line-height: 1;
  letter-spacing: 0.03em;
  z-index: 1;
  transform: rotate(0.028deg);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  top: -3.5em;
  left: 0.3em;
  width: 3.4em;
  height: 3.4em;
  font-size: 0.88em;
  /*
  &--kita::before {
    background-image: url(../img/icon/heart/kita.svg);
  }
  &--kenou::before {
    background-image: url(../img/icon/heart/kenou.svg);
  }
  &--minami::before {
    background-image: url(../img/icon/heart/minami.svg);
  }
  &--nishi::before {
    background-image: url(../img/icon/heart/nishi.svg);
  }
  &--rokkou::before {
    background-image: url(../img/icon/heart/rokkou.svg);
  }
  &--tochigi::before {
    background-image: url(../img/icon/heart/tochigi.svg);
  }*/
}
.icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../img/icon/heart/kita.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.95;
  transform: rotate(-0.028deg);
  margin-top: 7%;
}
.gallery__modal_text .icon {
  transform: scale(1.1);
}

@keyframes anime {
  0% {
    transform: scale(0.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.web_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #121258;
}
.web_icon__inner::after {
  position: absolute;
  display: block;
  right: 0.3rem;
  bottom: 5rem;
  width: 1.1em;
  height: 1.1em;
  padding: 0.05em 0 0 0.05em;
  color: #121258;
  border: 1px solid;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  font-weight: 900;
  z-index: 1;
  font-size: 1.3em;
}
.section--real .web_icon__inner::after {
  bottom: 0.3rem;
}

.pop_up {
  display: none;
}

.featherlight-inner {
  background: #fff;
  margin-top: 33px;
  padding: 6px;
  border-radius: 0;
  border: 1px solid #ccc;
}

.button {
  margin-top: -2rem;
  padding-bottom: 4rem;
  color: rgba(18, 18, 88, 0.8);
  text-align: center;
}
.button__inner {
  display: inline-block;
  padding: 1rem 1.2em;
  text-align: center;
  margin: auto;
  border: 1px solid;
  background-color: #ededed;
  transition: background-color 0.25s;
}
@media (any-hover: hover) {
  .button__inner:hover {
    background-color: #cdcdcd;
  }
}
.button__inner_text {
  display: inline-block;
  transform: rotate(0.028deg);
  font-size: 1.5rem;
}
.button__inner_text i {
  font-size: 1.25em;
  padding-right: 0.333em;
  vertical-align: -10%;
}

.select {
  position: relative;
  margin-top: -12rem;
  padding-top: 12rem;
}
@media screen and (min-width: 768px) {
  .select {
    margin-top: -20rem;
    padding-top: 20rem;
  }
}
.select__inner {
  padding: 0;
  margin-bottom: 2rem;
}
.select__list {
  display: flex;
  border-bottom: 3px solid;
  padding: 0 1rem;
}
@media screen and (max-width: 575px) {
  .select__list {
    padding: 0 0.4rem;
  }
}
.select__item {
  width: 14.2857142857%;
  margin-bottom: -1px;
  padding: 0 0.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  .select__item {
    width: calc(14.2857142857% + 0.8rem);
    padding: 0;
    margin: 0 -0.4rem;
  }
  .select__item.rank {
    width: calc(14.2857142857% + 0.8rem + 0.2rem);
  }
  .select__item.tochigi {
    width: calc(14.2857142857% + 0.8rem - 0.2rem);
  }
}
.select__item_inner {
  transition: background-color 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 4.2rem;
  border-radius: 0.8rem 0.8rem 0 0;
  border: 1px solid #121258;
  background-color: #fff;
}
.select__item.active .select__item_inner {
  background-color: #121258;
  color: #fff;
}
.select__button--all .select__item_inner {
  background-color: rgb(245, 245, 180);
}
@media (any-hover: hover) {
  .select__item:not(.active) .select__item_inner:hover {
    background-color: #bcc5df;
  }
}
@media screen and (max-width: 575px) {
  .select__item_inner {
    border-radius: 0.7rem 0 0 0;
    padding: 0 0.7rem 0 0.3rem;
    height: 5rem;
  }
  .select__item.tochigi .select__item_inner {
    padding: 0 0.3rem;
  }
}
.select__item_text {
  transform: rotate(0.028deg);
}

.narrow_down {
  font-size: 1.6rem;
  padding: 0 0.5rem;
}
.narrow_down__title {
  transform: rotate(0.028deg);
}
.narrow_down__list {
  display: flex;
  margin-bottom: 2rem;
}
.narrow_down__item {
  padding-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .narrow_down__item {
    padding-right: 0.4rem;
  }
}
.narrow_down__item_inner {
  border: 1px solid;
  color: #7d7d7d;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 4rem;
  height: 4rem;
  transition: 0.2s;
}
.narrow_down__item.active .narrow_down__item_inner {
  color: #fff;
  background-color: #121258;
  border-color: #121258;
}
@media (any-hover: hover) {
  .narrow_down__item_inner:hover {
    background-color: #ededed;
  }
}
.narrow_down__item_text {
  display: block;
  transform: rotate(0.028deg);
}

/*----------------------------------------
  ライトボックスのスタイル・強制変更
----------------------------------------*/
.featherlight .blurb .detail {
  display: none;
}
.featherlight .featherlight-content .detail {
  display: inline-block;
}
.featherlight .featherlight-content dl dt > span {
  display: none;
}
.featherlight .featherlight-content dl img {
  width: 100%;
  max-width: 200px;
}
.featherlight:last-of-type {
  min-width: 320px;
  background-size: 40px 40px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.featherlight .featherlight-content {
  margin-left: 0;
  margin-right: 0;
  max-width: 340px;
  padding: 0px;
  border-bottom: 0 solid transparent;
  width: 80%;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 500;
  background: none;
}
.featherlight .featherlight-close-icon {
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  background: none;
  color: #121258;
}
.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  left: 80%;
  right: 0px;
  top: 33px;
}
.featherlight .featherlight-previous {
  left: 0px;
  right: 80%;
  top: 33px;
}
.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  display: block;
  text-shadow: none;
  color: transparent;
  overflow: hidden;
}
.featherlight .featherlight-next span {
  right: 10px;
}
.featherlight .featherlight-previous span {
  left: 10px;
}
.featherlight .featherlight-next span::before,
.featherlight .featherlight-previous span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  border-top: 2px solid #121258;
  border-right: 2px solid #121258;
  transform: rotate(45deg);
}
.featherlight .featherlight-previous span::before {
  transform: rotate(-135deg);
  right: auto;
  left: 0.5rem;
}
@media (any-hover: hover) {
  .featherlight .featherlight-next:hover,
  .featherlight .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
}
.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  font-size: 0;
  text-shadow: none;
}
@media screen and (max-width: 420px) {
  .featherlight .featherlight-content {
    max-height: 100%;
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .featherlight .featherlight-next,
  .featherlight .featherlight-previous {
    right: 0px;
    left: 82.5%;
  }
  .featherlight .featherlight-previous {
    left: 0px;
    right: 82.5%;
  }
}
@media screen and (max-width: 420px) {
  .featherlight .featherlight-next,
  .featherlight .featherlight-previous {
    right: 0px;
    left: 80%;
  }
  .featherlight .featherlight-previous {
    left: 0px;
    right: 80%;
  }
}/*# sourceMappingURL=common.css.map */