@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;
  background-color: #b0b8b2;
  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;
}

.caption {
  text-align: center;
  position: relative;
  top: 45px;
}
.caption a {
  font-size: 13px;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000;
  text-decoration: underline;
  margin: 0 5px;
}

#letalon2023ss {
  /*
  #sec1,#sec5{
  	height: 300vh;
  	overflow: visible;
  	padding: 0;
  	background-color: #b0b8b2;
  }
  */
}
#letalon2023ss img {
  width: 100%;
}
#letalon2023ss a:hover {
  opacity: 1;
}
#letalon2023ss .fadeSimple {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#letalon2023ss .fadeSimple.active {
  opacity: 1;
}
#letalon2023ss .fade {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
#letalon2023ss .fade.active {
  opacity: 1;
  top: 0;
}
#letalon2023ss .fadeLeft {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -30px;
}
#letalon2023ss .fadeLeft.active {
  opacity: 1;
  left: 0;
}
#letalon2023ss .fadeRight {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -30px;
}
#letalon2023ss .fadeRight.active {
  opacity: 1;
  right: 0;
}
#letalon2023ss .fadeDelay1 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#letalon2023ss .fadeDelay2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#letalon2023ss .fadeDelay3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#letalon2023ss .fadeDelay4 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#letalon2023ss .maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#letalon2023ss .maskRightDelay {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .maskRightDelay.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#letalon2023ss .maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#letalon2023ss .maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#letalon2023ss .maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#letalon2023ss .contentBox {
  max-width: 1600px;
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
  margin-left: auto;
  margin-right: auto;
}
#letalon2023ss.noLogo h1.logo img {
  opacity: 0;
}
#letalon2023ss.noLogo h1.logo svg {
  opacity: 0;
}
#letalon2023ss.noLogo .sideSeason {
  opacity: 0;
}
#letalon2023ss.white h1.logo img {
  opacity: 1;
}
#letalon2023ss.white h1.logo svg {
  opacity: 1;
  color: #000;
}
#letalon2023ss.white .sideSeason {
  opacity: 1;
  color: #000;
}
#letalon2023ss.white .caption a {
  color: #000;
}
#letalon2023ss.black h1.logo img {
  opacity: 1;
}
#letalon2023ss.black h1.logo svg {
  opacity: 1;
  fill: #000;
}
#letalon2023ss.black .sideSeason {
  opacity: 1;
  color: #000;
}
#letalon2023ss.black .caption a {
  color: #000;
}
#letalon2023ss.noSeason h1.logo img {
  opacity: 1;
}
#letalon2023ss.noSeason h1.logo svg {
  opacity: 1;
}
#letalon2023ss .sec {
  background-color: #fff;
}
#letalon2023ss #sec3 {
  background-color: #fff;
}
#letalon2023ss .beige {
  background-color: #f5f2ec;
}
#letalon2023ss .white {
  background-color: #fff;
}
#letalon2023ss .green {
  background-color: #b0b8b2;
}
#letalon2023ss h1.logo {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 10;
}
#letalon2023ss h1.logo img {
  width: 115px;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss h1.logo svg {
  fill: #000;
  width: 115px;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .sideSeason {
  position: fixed;
  right: 24px;
  top: 50%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
  -webkit-transform: rotate(90deg) translate(0, -70px);
      -ms-transform: rotate(90deg) translate(0, -70px);
          transform: rotate(90deg) translate(0, -70px);
  color: #000;
}
#letalon2023ss .sideSeason.active {
  opacity: 1;
}
#letalon2023ss .sec {
  position: relative;
  z-index: 2;
  padding: 120px 0 98px 0;
  overflow: hidden;
}
#letalon2023ss .secNo {
  padding: 0 !important;
}
#letalon2023ss .ttlBox {
  position: relative;
  z-index: 2;
  color: #fff;
}
#letalon2023ss .ttlBox .overArea {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
#letalon2023ss .ttlBox .overArea .mainLogo {
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .ttlBox .overArea .mainLogo.active {
  opacity: 1;
}
#letalon2023ss .ttlBox .overArea .mainLogo img {
  width: 430px;
  max-width: 100%;
}
#letalon2023ss .ttlBox .overArea .season {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .ttlBox .overArea .season.active {
  opacity: 1;
}
#letalon2023ss .ttlBox .bg {
  opacity: 0;
}
#letalon2023ss .ttlBox .bg {
  display: block;
  position: relative;
  overflow: hidden;
}
#letalon2023ss .ttlBox .bg:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#letalon2023ss .ttlBox .bg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#letalon2023ss .mainVisual {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
#letalon2023ss .mainVisual .img {
  overflow: hidden;
}
#letalon2023ss .mainVisual .img.active img {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
#letalon2023ss .mainVisual .img img {
  width: 100%;
  -webkit-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  will-change: filter;
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}
#letalon2023ss .mainVisual .img {
  display: block;
  position: relative;
  overflow: hidden;
}
#letalon2023ss .mainVisual .img:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#letalon2023ss .mainVisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#letalon2023ss .imgBox {
  width: calc(50% - 10px);
  margin: 0 auto;
  text-align: center;
}
#letalon2023ss .imgBoxWide {
  text-align: center;
  margin: 0 5px;
}
#letalon2023ss .caption {
  text-align: center;
}
#letalon2023ss .picList {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
#letalon2023ss .picList li {
  width: calc(50% - 10px);
  margin: 0 5px;
  width: 50%;
  margin: 0;
  float: left;
  display: inline-block;
  vertical-align: top;
}
#letalon2023ss footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
}
#letalon2023ss .creditList {
  text-align: center;
  padding: 120px 0;
}
#letalon2023ss .creditList li {
  margin-bottom: 10px;
}
#letalon2023ss .creditList li .job {
  font-size: 10px;
}
#letalon2023ss .img {
  overflow: hidden;
}
#letalon2023ss .scaleImg {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .fullImg {
  position: relative;
}
#letalon2023ss .fullImg .caption {
  position: absolute;
  z-index: 2;
  left: 0;
  top: initial;
  bottom: 70px;
  text-align: center;
  width: 100%;
}
#letalon2023ss .stickyBox {
  padding: 120px 0 98px 0;
  background-color: #fff;
  position: sticky;
  top: 90px;
  width: 100%;
  overflow: hidden;
}
#letalon2023ss .swipeBox {
  width: calc(50% - 10px);
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#letalon2023ss .swipeBox .img {
  will-change: transform;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#letalon2023ss .swipeBox .img:nth-child(1) {
  -webkit-transform: rotate(-3deg) scale(0.9);
      -ms-transform: rotate(-3deg) scale(0.9);
          transform: rotate(-3deg) scale(0.9);
}
#letalon2023ss .swipeBox .img:nth-child(2) {
  -webkit-transform: rotate(3deg) scale(0.9);
      -ms-transform: rotate(3deg) scale(0.9);
          transform: rotate(3deg) scale(0.9);
}
#letalon2023ss .swipeBox .img:nth-child(3) {
  -webkit-transform: rotate(-10deg) scale(0.9);
      -ms-transform: rotate(-10deg) scale(0.9);
          transform: rotate(-10deg) scale(0.9);
}
#letalon2023ss .swipeBox .img img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  max-height: calc(100vh - 210px);
}
#letalon2023ss .swipeBox .imgAb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#letalon2023ss .swipeBox .img1 {
  position: relative;
  z-index: 3;
}
#letalon2023ss .swipeBox .img2 {
  z-index: 2;
}
#letalon2023ss .swipeBox .img3 {
  z-index: 1;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .popupBox {
    max-width: 90%;
  }
  .popupBox .despArea {
    max-width: initial;
  }
  .popupBox .caption {
    line-height: 1.6;
  }
  .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 {
    /*
    .mainVisual{
    	.img{
    		&:before{
    			display: none;
    		}

    		img{
    			position: relative;
    			height: 100vh;
    			object-fit:cover;
    		}
    	}
    }
    */
    /*
    #sec1,#sec5{
    	height: 300vh;
    	overflow: visible;
    	padding: 0;
    	background-color: #b0b8b2;
    }
    */
    /*
    #loading{
    	display: none;
    }

    #sec2{
    	margin-top: -100vh;
    }
    */
  }
  #letalon2023ss .onlyPc {
    display: none;
  }
  #letalon2023ss .onlySp {
    display: block;
  }
  #letalon2023ss .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  #letalon2023ss .imgBox {
    width: auto;
    padding: 0 40px;
  }
  #letalon2023ss .imgBoxWide {
    padding: 0 3px;
  }
  #letalon2023ss #loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: #b0b8b2;
    overflow: hidden;
  }
  #letalon2023ss #loading video {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    opacity: 0;
  }
  #letalon2023ss #loading video.active {
    opacity: 1;
  }
  #letalon2023ss .ttlBox {
    padding-bottom: 60px;
    z-index: 15;
  }
  #letalon2023ss .ttlBox .overArea {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin-top: -10vw;
  }
  #letalon2023ss .ttlBox .overArea .mainLogo {
    margin-bottom: 60px;
  }
  #letalon2023ss .ttlBox .overArea .mainLogo img {
    width: 70%;
  }
  #letalon2023ss .ttlBox .overArea .season {
    font-size: 15px;
    text-shadow: none;
  }
  #letalon2023ss #sec0 {
    margin-top: -8vw;
  }
  #letalon2023ss .sideSeason {
    right: 5px;
    font-size: 12px;
  }
  #letalon2023ss h1.logo {
    left: 10px;
    top: 20px;
  }
  #letalon2023ss h1.logo svg {
    width: 100px;
  }
  #letalon2023ss .sec {
    padding: 80px 0 57px 0;
  }
  #letalon2023ss #sec4 {
    padding: 80px 0 36px 0;
  }
  #letalon2023ss #sec4 .caption {
    top: 18px;
  }
  #letalon2023ss #sec10 {
    padding: 80px 0 40px 0;
  }
  #letalon2023ss #sec10 .caption {
    top: 19px;
  }
  #letalon2023ss .caption {
    top: 25px;
    line-height: 1.6;
  }
  #letalon2023ss .creditList {
    padding: 0px 0;
  }
  #letalon2023ss .fullImg .caption {
    bottom: 50px;
  }
  #letalon2023ss .picSlider div {
    vertical-align: top;
  }
  #letalon2023ss .stickyBox {
    padding: 40px 0 58px 0;
  }
  #letalon2023ss .swipeBox {
    width: 80%;
  }
}
/*# sourceMappingURL=style.css.map */