@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-track {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%; }

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0; }

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute; }

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0; }

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

.pswp img {
  max-width: none; }

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-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: zoom-in; }

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

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

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity; }

.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 {
  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: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-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;
  -o-transition: none;
  transition: none; }

.pswp__item {
  right: 0;
  bottom: 0; }

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

.pswp__img--placeholder--blank {
  background: #222; }

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

.pswp__error-msg {
  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; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-section {
    padding: 0 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-section {
    max-width: 960px;
    width: calc(100% - 160px);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .c-section + .c-section {
    padding-top: 90px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .c-section + .c-section {
    padding-top: 148px; } }

.c-sectionTitle {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 32px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionTitle {
      width: 320px;
      margin-top: 14px; } }

.c-sectionContent {
  line-height: 2.27;
  font-size: 13px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .c-sectionContent {
      margin-top: 43px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .c-sectionContent {
      width: 520px; } }

/*=============================================

	FV

==============================================*/
.fv {
  background-color: #0C479D;
  color: #fff;
  height: 100vh;
  height: 100svh; }

.fvInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvInner {
      padding: 0 18px;
      padding-bottom: 140px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvInner {
      width: calc(100% - 160px);
      margin: auto;
      padding-bottom: 93px; } }

.fvTitle {
  letter-spacing: 0;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvTitle {
      /*
        font-size: 44px;
        font-size: 10.73333vw;
      */
      font-size: 6.73333vw;
      line-height: 1.16;
      white-space: nowrap; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvTitle {
      font-size: 100px; } }

.fvTitle_italic {
  font-weight: 100;
  font-style: italic; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvTitle_italic {
      font-size: 45px;
      font-size: 12vw; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .fvTitle_bold {
    display: inline-block;
    margin-top: -5px; } }

.fvLead {
  line-height: 2;
  font-size: 14px;
  font-weight: bold; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvLead {
      padding: 32px 20px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvLead {
      margin-top: 32px; } }

.fvScroll {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .fvScroll {
      bottom: 20px;
      right: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .fvScroll {
      bottom: 40px;
      right: 0; } }

.fvScroll_barWrapper {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: 5px; }

.fvScroll_bar {
  background-color: #fff;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -100px;
  -webkit-animation: scrollBar 3s infinite ease-out;
  animation: scrollBar 3s infinite ease-out; }

@-webkit-keyframes scrollBar {
  0% {
    top: -40px; }
  15% {
    top: -40px; }
  45% {
    top: 0px; }
  55% {
    top: 0px; }
  85% {
    top: 40px; }
  100% {
    top: 40px; } }

@keyframes scrollBar {
  0% {
    top: -40px; }
  15% {
    top: -40px; }
  45% {
    top: 0px; }
  55% {
    top: 0px; }
  85% {
    top: 40px; }
  100% {
    top: 40px; } }

.fvScroll_text {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px; }

/*=============================================

	message

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .message {
    margin-top: 83px;
    padding-top: 90px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .message {
    padding-top: 110px; } }

/*=============================================

Company

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .company {
    padding-bottom: 100px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .company {
    padding-bottom: 160px; } }

.companyContent_info {
  line-height: 1.84; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .companyContent_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .companyContent_info + .companyContent_info {
    border-top: 1px solid #EAEAEB; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .companyContent_info + .companyContent_info {
        margin-top: 20px;
        padding-top: 20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .companyContent_info + .companyContent_info {
        margin-top: 19px;
        padding-top: 19px; } }

.companyContent_infoTitle {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .companyContent_infoTitle {
      width: 84px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .companyContent_infoTitle {
      width: 90px; } }

.companyContent_map {
  overflow: hidden;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .companyContent_map {
      margin-top: 21px;
      padding-bottom: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .companyContent_map {
      margin-top: 20px;
      padding-bottom: 66.60714%; } }
  .companyContent_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff; }


/*=============================================

History

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .history {
    padding-bottom: 100px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .history {
    padding-bottom: 160px; } }

.historyContent_info {
  line-height: 1.84; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .historyContent_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .historyContent_info + .historyContent_info {
    border-top: 1px solid #EAEAEB; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .historyContent_info + .historyContent_info {
        margin-top: 20px;
        padding-top: 20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .historyContent_info + .historyContent_info {
        margin-top: 19px;
        padding-top: 19px; } }

.historyContent_infoTitle {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .historyContent_infoTitle {
      width: 84px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .historyContent_infoTitle {
      width: 90px; } }

/*=============================================

News

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .news {
    padding-top: 0px;
    padding-bottom: 100px;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .news {
    padding-top: 0px;
    padding-bottom: 160px;
    flex-direction: column;
  }
}

.newsContent_info {
  line-height: 1.84; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .newsContent_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .newsContent_info + .newsContent_info {
    border-top: 1px solid #EAEAEB; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .newsContent_info + .newsContent_info {
        margin-top: 20px;
        padding-top: 20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .newsContent_info + .newsContent_info {
        margin-top: 19px;
        padding-top: 19px; } }

.newsContent_infoTitle {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .newsContent_infoTitle {
      width: 84px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .newsContent_infoTitle {
      width: 90px; } }

.newsContent_infoData > a {
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-color: #666;
}

#newsContentTitle {
  width: calc(100% - 64px);
  text-align: center;
  padding-bottom: 64px;
  margin-left: 32px;
  margin-right: 32px;
}


.newsContentTableRow:first-of-type {
  border-top: solid 1px #eaeaeb;
}


.newsContentTableRow {
  width: calc(100% - 64px);
  margin-left: 32px;
  margin-right: 32px;
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #eaeaeb;
}

/*=============================================

Privacy Policy

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .privacy-policy {
    padding-top: 0px;
    padding-bottom: 100px;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .privacy-policy {
    padding-top: 0px;
    padding-bottom: 160px;
    flex-direction: column;
  }
}

.privacyPolicy_info {
  line-height: 1.84; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .privacyPolicy_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .privacyPolicy_info + .privacyPolicy_info {
    border-top: 1px solid #EAEAEB; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .privacyPolicy_info + .privacyPolicy_info {
        margin-top: 20px;
        padding-top: 20px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .privacyPolicy_info + .privacyPolicy_info {
        margin-top: 19px;
        padding-top: 19px; } }

.privacyPolicy_infoTitle {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .privacyPolicy_infoTitle {
      width: 84px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .privacyPolicy_infoTitle {
      width: 90px; } }

.privacyPolicy_infoData > a {
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-color: #666;
}

#privacyPolicyTitle {
  width: calc(100% - 64px);
  text-align: center;
  padding-bottom: 64px;
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 32px;
}

.privacyPolicyTableRow {
  width: calc(100% - 64px);
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
}

/*=============================================

	contact

==============================================*/
.contact {
  position: relative;
  z-index: 0;
}
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .contact {
    /*
    height: 320px;
    */
    height: 160px;
  }
}
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .contact {
    /*
    height: 480px;
    */
    height: 240px;
  }
}

.contactBackground {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #0C479D; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .contactBackground {
      /* height: 320px; */
      padding-top: 107px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .contactBackground {
      /* height: 480px; */
      padding-top: 170px; } }

.contactTitle {
  font-family: "Inter Tight", sans-serif;
  color: #fff;
  font-size: 32px; }

.contactText {
  color: #fff;
  font-size: 15px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .contactText {
      margin-top: 9px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .contactText {
      margin-top: 20px; } }

.copy {
  color: #fff;
  font-size: 12px;
  opacity: .5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .copy {
      height: 56px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .copy {
      height: 80px; } }
