@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* GENERAL */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.photoList:after,
.styleList:after,
.itemList:after,
.snsList:after,
footer:after,
.imgBox3 .box:after,
.itemsList:after,
.picList:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

div#main {
  overflow: inherit;
  width: 100vw;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.popupBox {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.popupBox img {
  pointer-events: none;
}
.popupBox img {
  max-width: 100%;
  max-height: calc(100vh - 250px);
  max-height: calc(100vh - 130px);
}
.popupBox .despArea {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.popupBox .caption {
  padding-top: 0;
  text-align: center;
  color: #000;
  top: 0;
  top: 25px;
}
.popupBox .caption a {
  color: #000;
}
.popupBox br {
  display: none;
}
.popupBox br.br {
  display: block;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

.white-popup-block {
  -webkit-animation: open 1s;
          animation: open 1s;
}

.mfp-removing {
  -webkit-animation: close 1s;
          animation: close 1s;
}

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

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

.disable {
  pointer-events: none;
  text-decoration: none !important;
}

#letalon2023ss .onlyPc {
  display: block !important;
}
#letalon2023ss .onlySp {
  display: none !important;
}
#letalon2023ss #loading {
  display: none;
}
#letalon2023ss.showNav .logoBox {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#letalon2023ss.showNav .nextScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#letalon2023ss .logoBox {
  position: fixed;
  left: 110px;
  top: 60px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  /*
  	&.active{
  		opacity: 1;
  		transform: translate(0,0);
  	}
  */
}
#letalon2023ss .logoBox h2.logo {
  float: left;
  margin-right: 30px;
}
#letalon2023ss .logoBox h2.logo img {
  width: 140px;
}
#letalon2023ss .logoBox .season {
  float: left;
  font-size: 12px;
  margin-top: 2px;
}
#letalon2023ss .nextScroll {
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  /*
  	&.active{
  		opacity: 1;
  		transform: translate(0,0);
  	}
  */
}
#letalon2023ss .nextScroll a {
  display: inline-block;
  z-index: 2;
  padding: 10px 10px 35px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #000;
  white-space: nowrap;
}
#letalon2023ss .nextScroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #000;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
#letalon2023ss .mainVisual {
  text-align: center;
  padding-top: 170px;
  margin-bottom: -50px;
  margin-bottom: 0;
  position: relative;
}
#letalon2023ss .mainVisual .logo {
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .mainVisual .logo.active {
  opacity: 1;
}
#letalon2023ss .mainVisual .logo img {
  width: 525px;
}
#letalon2023ss .mainVisual .season {
  margin-bottom: 90px;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .mainVisual .season.active {
  opacity: 1;
}
#letalon2023ss .mainVisual .img {
  padding: 0 110px;
  overflow: hidden;
}
#letalon2023ss .mainVisual .img img {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 3.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 3.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 3.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#letalon2023ss .mainVisual .img img.active {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#letalon2023ss .mainVisual .scrollBox {
  opacity: 0;
  -webkit-transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 20px;
  bottom: 0;
}
#letalon2023ss .mainVisual .scrollBox.active {
  opacity: 1;
}
#letalon2023ss .mainVisual .scrollBox a {
  display: inline-block;
  z-index: 2;
  padding: 10px 10px 50px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #000;
  white-space: nowrap;
}
#letalon2023ss .mainVisual .scrollBox a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #000;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#letalon2023ss #content {
  overflow: hidden;
  position: relative;
}
#letalon2023ss #content #triger {
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100px;
  z-index: 2;
  background-color: red;
}
#letalon2023ss #horizonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
}
#letalon2023ss .sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 140px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 110px;
  top: -4px;
  position: relative;
}
#letalon2023ss .sec:last-child {
  padding-right: 0vw;
}
#letalon2023ss .sec .each {
  margin-right: 20px;
  position: relative;
}
#letalon2023ss .sec .each:last-child {
  margin-right: 0;
}
#letalon2023ss .sec .each.active .img img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#letalon2023ss .sec .each.active .caption {
  opacity: 1;
}
#letalon2023ss .sec .each .img {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
#letalon2023ss .sec .each .img img {
  opacity: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  max-height: calc(95vh - 220px);
}
#letalon2023ss .sec .each .overArea {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#letalon2023ss .caption {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#letalon2023ss .caption a {
  margin-right: 10px;
  display: inline-block;
  text-decoration: underline;
}
#letalon2023ss .caption a.noShow {
  opacity: 0;
}
#letalon2023ss .caption a:hover {
  text-decoration: underline;
}
#letalon2023ss #scrollSwitch {
  width: 100px;
  height: 1px;
  background-color: red;
  opacity: 0;
}
#letalon2023ss .secLast {
  padding: 0 110px;
  padding-top: 150px;
  position: relative;
  min-height: 100vh;
}
#letalon2023ss .secLast .each {
  position: relative;
}
#letalon2023ss .secLast .each .overArea {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#letalon2023ss .secLast .each .img {
  text-align: center;
}
#letalon2023ss .secLast .each .img img {
  max-height: calc(95vh - 220px);
}
#letalon2023ss .creditList {
  text-align: center;
  padding: 120px 0;
}
#letalon2023ss .creditList li {
  margin-bottom: 10px;
}
#letalon2023ss .creditList li .job {
  font-size: 10px;
}
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .popupBox {
    max-width: 90%;
  }
  .popupBox .despArea {
    max-width: initial;
  }
  .popupBox br {
    display: block;
  }
  button.mfp-close {
    right: 6px;
    top: 14px;
    background-size: 30px auto;
  }
  img.mfp-img {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #letalon2023ss .onlyPc {
    display: none !important;
  }
  #letalon2023ss .onlySp {
    display: block !important;
  }
  #letalon2023ss #loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    overflow: hidden;
  }
  #letalon2023ss #loading .logo {
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #letalon2023ss #loading .logo.active {
    opacity: 1;
  }
  #letalon2023ss #loading .logo img {
    width: 60%;
  }
  #letalon2023ss #loading .bg {
    width: 100%;
    height: 90vh;
    background-image: url("../images/img_visual.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 0% center;
    opacity: 0;
  }
  #letalon2023ss #loading .bg img {
    display: none;
  }
  #letalon2023ss #loading .bg.show {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #letalon2023ss #loading .bg.active {
    background-position: right 5% center;
    -webkit-transition: all 4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: all 4s;
        -ms-transform: all 4s;
            transform: all 4s;
  }
  #letalon2023ss .mainVisual {
    height: 100vh;
    padding-top: 100px;
    margin-bottom: -50px;
    margin-bottom: 0;
    position: relative;
    /*
    	.all{
    		position: absolute;
    		top: 55%;
    		left: 0;
    		width: 100%;
    		z-index: 2;
    		transform: translate(0,-50%);
    	}
    */
  }
  #letalon2023ss .mainVisual .logo img {
    width: 80%;
  }
  #letalon2023ss .mainVisual .img {
    padding: 0 0;
  }
  #letalon2023ss .mainVisual .img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #letalon2023ss .mainVisual .season {
    margin-bottom: 60px;
  }
  #letalon2023ss .mainVisual .scrollBox {
    right: 10px;
    position: absolute;
  }
  #letalon2023ss .nextScroll {
    right: 10px;
  }
  #letalon2023ss .nextScroll a {
    padding-bottom: 20px;
  }
  #letalon2023ss .nextScroll a:after {
    height: 20px;
  }
  #letalon2023ss .logoBox {
    left: 20px;
    top: 30px;
  }
  #letalon2023ss .logoBox h2.logo {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #letalon2023ss #scrollSwitch {
    margin-top: -100px;
  }
  #letalon2023ss #horizonBox {
    padding-top: 180px;
  }
  #letalon2023ss .sec {
    height: initial;
    padding-left: 80px;
  }
  #letalon2023ss .sec .each .img img {
    max-height: calc(100vh - 200px);
    max-height: calc(100vh - 300px);
  }
  #letalon2023ss .sec .each .imgFit {
    width: 100vw;
  }
  #letalon2023ss .sec .each .caption {
    height: 83px;
    height: 53px;
    line-height: 1.6;
  }
  #letalon2023ss .secLast {
    padding: 0;
    padding-top: 0;
    position: relative;
    height: 100vh;
  }
  #letalon2023ss .secLast .each {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #letalon2023ss .secLast .each .img img {
    width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
  #letalon2023ss .creditList {
    padding: 20px 0 0px 0;
  }
  #letalon2023ss #content {
    min-height: 100vh;
  }
}