@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";
@import"https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

:root {
  --nexco_pink: #f3589e;
  --nexco_light_pink: #ea82b1;
  --nexco_yellow: #F4E495;
  --nexco_light_yellow: #f7edb9;
  --nexco_pale_yellow: #fdfaed;
  --nexco_blue: #1daaaa;
  --nexco_light_blue: #aadde3;
  --nexco_black: #1e1e1e;
}

body {
  overflow-x: clip;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: var(--nexco_black);
  text-align: left;
  font-family: Zen Maru Gothic, sans-serif, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.15;
  min-width: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

body a {
  color: var(--nexco_black);
  text-decoration: none;
}

body a:hover {
  opacity: 1;
}

img,
svg {
  width: 100%;
  height: auto;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .br-sp {
    display: inline-block;
  }
}

.br-md {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-md {
    display: inline-block;
  }
}

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

.header {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 30px 0 80px;
  position: fixed;
  z-index: 99;
}

@media screen and (max-width: 1140px) {
  .header {
    padding: 0;
    height: 60px;
  }
}

.header__logo {
  width: 127px;
}

@media screen and (max-width: 1140px) {
  .header__logo {
    width: 100px;
    margin-left: 3px;
  }
}

.header__nav {
  margin-left: auto;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media screen and (max-width: 1140px) {
  .header__list {
    padding-right: 8px;
    gap: 25.5px;
  }
}

@media screen and (max-width: 1140px) {
  .header__item.\--sp {
    display: block;
  }
}

.header__item:not(.\--sp) {
  display: block;
}

@media screen and (max-width: 1140px) {
  .header__item:not(.\--sp) {
    display: none;
  }
}

.header__link {
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

.header__link:not(.header__link--simulation, .header__link--shop):after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3csvg%20width='180'%20height='120'%20viewBox='0%200%20180%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M81.2372%20115.787C85.8178%20121.404%2094.1822%20121.404%2098.7628%20115.787L177.276%2019.5121C183.565%2011.7994%20178.266%201.55953e-06%20168.513%201.55953e-06H11.4873C1.73376%201.55953e-06%20-3.56531%2011.7994%202.72449%2019.5122L81.2372%20115.787Z'%20fill='%231E1E1E'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.header__link--shop:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.47047%203.21162C2.01568%203.21162%201.64698%203.58031%201.64698%204.03511V11.5289C1.64698%2011.9837%202.01568%2012.3524%202.47047%2012.3524H9.96425C10.4191%2012.3524%2010.7877%2011.9837%2010.7877%2011.5289V7.782C10.7877%207.32719%2011.1564%206.9585%2011.6112%206.9585C12.066%206.9585%2012.4347%207.32719%2012.4347%207.782V11.5289C12.4347%2012.8933%2011.3287%2013.9994%209.96425%2013.9994H2.47047C1.10607%2013.9994%200%2012.8933%200%2011.5289V4.03511C0%202.67071%201.10607%201.56464%202.47047%201.56464H6.21736C6.67216%201.56464%207.04085%201.93333%207.04085%202.38813C7.04085%202.84293%206.67216%203.21162%206.21736%203.21162H2.47047Z'%20fill='%231E1E1E'/%3e%3cpath%20d='M8.89439%200C8.43958%200%208.0709%200.368689%208.0709%200.823491C8.0709%201.27829%208.43958%201.64698%208.89439%201.64698H11.1061L6.08867%206.66443C5.76708%206.98602%205.76708%207.50742%206.08867%207.82902C6.41026%208.15061%206.93167%208.15061%207.25326%207.82902L12.3531%202.72922V5.10565C12.3531%205.56044%2012.7217%205.92914%2013.1765%205.92914C13.6314%205.92914%2014%205.56044%2014%205.10565V1.23524C14%200.553035%2013.447%200%2012.7648%200H8.89439Z'%20fill='%231E1E1E'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.header__link--simulation {
  background-color: #4f469a;
  border-radius: .5rem;
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .header__link--simulation {
    padding: 12px 15px;
  }
}

.header__link--simulation img {
  height: 16px;
  width: auto;
}

@media screen and (min-width: 1140px) {
	.header__link--simulation img {
    height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .header__link--simulation img {
    height: 14px;
  }
}

.header__link--simulation svg {
  width: 16px;
  fill: #fff;
}

@media screen and (max-width: 1140px) {
  .header__link--simulation {
    width: 218px;
    padding: 12px 15px;
  }

  .header__link--simulation img {
    height: 14px;
    width: 100%;
  }
}

@media screen and (max-width: 1140px) {
  .header__link {
    font-size: clamp(1rem, .571rem + 2.14vw, 1.6rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .header__link:hover {
    opacity: .7;
  }
}

.drawer-button {
  display: none;
  width: 36px;
  height: 36px;
  position: relative;
}

@media screen and (max-width: 1140px) {
  .drawer-button {
    display: flex;
    margin-right: 2vw;
  }
}

.drawer-button__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--nexco_black);
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

.drawer-button__line:nth-child(1) {
  transform: translateY(-10px) translate(-50%, -50%);
}

.drawer-button__line:nth-child(2) {
  transform: translate(-50%, -50%);
}

.drawer-button__line:nth-child(3) {
  transform: translateY(10px) translate(-50%, -50%);
}

.drawer-button.is-active .drawer-button__line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(40deg);
}

.drawer-button.is-active .drawer-button__line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.drawer-button.is-active .drawer-button__line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-40deg);
}

.drawer-menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  height: 100vh;
  padding: 3vw;
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

@media screen and (max-width: 1140px) {
  .drawer-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.drawer-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.drawer-menu__list {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 16px 16px;
  z-index: 99;
  opacity: 0;
  transform: translateY(50px);
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

.drawer-menu.is-active .drawer-menu__list {
  opacity: 1;
  transform: translateY(0);
}

.drawer-menu__item:not(:first-child) {
  border-top: 1px solid #e0e0e0;
}

.drawer-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 12px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

@media (hover: hover) and (pointer: fine) {
  .drawer-menu__link:hover {
    opacity: .7;
  }
}

.drawer-menu__link:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3csvg%20width='180'%20height='120'%20viewBox='0%200%20180%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M81.2372%20115.787C85.8178%20121.404%2094.1822%20121.404%2098.7628%20115.787L177.276%2019.5121C183.565%2011.7994%20178.266%201.55953e-06%20168.513%201.55953e-06H11.4873C1.73376%201.55953e-06%20-3.56531%2011.7994%202.72449%2019.5122L81.2372%20115.787Z'%20fill='%231E1E1E'/%3e%3c/svg%3e") center bottom/contain no-repeat;
}

.drawer-menu__link--shop:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.47047%203.21162C2.01568%203.21162%201.64698%203.58031%201.64698%204.03511V11.5289C1.64698%2011.9837%202.01568%2012.3524%202.47047%2012.3524H9.96425C10.4191%2012.3524%2010.7877%2011.9837%2010.7877%2011.5289V7.782C10.7877%207.32719%2011.1564%206.9585%2011.6112%206.9585C12.066%206.9585%2012.4347%207.32719%2012.4347%207.782V11.5289C12.4347%2012.8933%2011.3287%2013.9994%209.96425%2013.9994H2.47047C1.10607%2013.9994%200%2012.8933%200%2011.5289V4.03511C0%202.67071%201.10607%201.56464%202.47047%201.56464H6.21736C6.67216%201.56464%207.04085%201.93333%207.04085%202.38813C7.04085%202.84293%206.67216%203.21162%206.21736%203.21162H2.47047Z'%20fill='%231E1E1E'/%3e%3cpath%20d='M8.89439%200C8.43958%200%208.0709%200.368689%208.0709%200.823491C8.0709%201.27829%208.43958%201.64698%208.89439%201.64698H11.1061L6.08867%206.66443C5.76708%206.98602%205.76708%207.50742%206.08867%207.82902C6.41026%208.15061%206.93167%208.15061%207.25326%207.82902L12.3531%202.72922V5.10565C12.3531%205.56044%2012.7217%205.92914%2013.1765%205.92914C13.6314%205.92914%2014%205.56044%2014%205.10565V1.23524C14%200.553035%2013.447%200%2012.7648%200H8.89439Z'%20fill='%231E1E1E'/%3e%3c/svg%3e") center center/contain no-repeat;
}

.drawer-menu__bg {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000080;
}

.footer {
  background-color: #fff;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 20px 0 86px;
  }
}

.footer__list {
  display: flex;
  gap: 38px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footer__list {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer__copyright {
  font-size: 1.2rem;
  opacity: .5;
  padding-top: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
    text-align: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 1.2rem;
  }
}

.js-smartPhoto {
  display: block;
  position: relative;
  pointer-events: none
}

@media screen and (max-width: 768px) {
  .js-smartPhoto {
    pointer-events: auto
  }

  .js-smartPhoto:before {
    content: "";
    font-family: Material Symbols Outlined;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-size: 32px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    background-color: #0094d180;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 24px !important
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .js-smartPhoto:before {
    font-size: 20px
  }
}

.smartphoto-count {
  display: none !important
}

.smartphoto {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  transition: all .3s ease-out;
  animation-name: smartphoto;
  animation-duration: .3s;
  animation-timing-function: ease-out
}

.smartphoto[aria-hidden=true] {
  display: none
}

.smartphoto-close {
  opacity: 0
}

.smartphoto-count {
  display: inline-block;
  color: #fff;
  font-size: 16px
}

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: #0003
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform .3s ease-out;
  -webkit-user-drag: none
}

.smartphoto-img.active {
  display: block
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none
}

.smartphoto-img-elasticmove {
  transition: transform .3s ease-out
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  animation-name: smartphoto-img-wrap;
  animation-duration: .3s;
  animation-timing-function: ease-out
}

.smartphoto-img-left {
  transform: translate(150%) !important
}

.smartphoto-img-right {
  transform: translate(-150%) !important
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: .3s;
  animation-timing-function: ease-out
}

.smartphoto-arrows[aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: content-box;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  animation-name: smartphoto-appear
}

.smartphoto-arrows li:focus {
  outline: none
}

.smartphoto-arrows [aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}

.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: #00000080
}

.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==)
}

.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: #00000080
}

.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+)
}

.smartPhotoArrowHideIcon {
  display: none
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: .3s;
  animation-timing-function: ease-out
}

.smartphoto-nav[aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none
}

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  opacity: .5
}

.smartphoto-nav a:focus {
  opacity: .8
}

.smartphoto-nav a.current {
  opacity: 1
}

.smartphoto-nav img {
  width: auto;
  height: 100%
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out
}

.smartphoto-list li:focus {
  outline: none
}

.smartphoto-list-onmove {
  transition: all .3s ease-out
}

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.smartphoto-caption:focus {
  outline: none
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh)
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  animation: smartphoto-loader .5s infinite linear
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all .3s ease-out
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0)
}