@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 {
  height: 100%;
  font-size: 62.5%;
}

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

/* 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,
.imgTile:after,
.imgTile2:after,
.picList:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa: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-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;
}

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

/* 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-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 12px;
}

#letalon2023aw {
  /* ------------------------------------------
  smartphone
  ------------------------------------------ */
}
#letalon2023aw .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;
}
#letalon2023aw .fadeSimple.active {
  opacity: 1;
}
#letalon2023aw .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;
}
#letalon2023aw .fade.active {
  opacity: 1;
  top: 0;
}
#letalon2023aw img {
  width: 100%;
}
#letalon2023aw #opening {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  will-change: all;
}
#letalon2023aw #opening video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#letalon2023aw .mainVisual {
  text-align: center;
}
#letalon2023aw .mainVisual.active .img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#letalon2023aw .mainVisual.active .logo {
  opacity: 1;
}
#letalon2023aw .mainVisual.active .season {
  opacity: 1;
}
#letalon2023aw .mainVisual .img {
  margin-bottom: 80px;
  margin-bottom: 6.25vw;
  overflow: hidden;
}
#letalon2023aw .mainVisual .img img {
  -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);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  will-change: all;
}
#letalon2023aw .mainVisual .img img.noTransiton {
  -webkit-transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#letalon2023aw .mainVisual .logo {
  margin-bottom: 45px;
  margin-bottom: 3.5vw;
  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-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#letalon2023aw .mainVisual .logo img {
  width: 41%;
  margin-left: auto;
  margin-right: auto;
}
#letalon2023aw .mainVisual .season {
  font-family: "futura-pt", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  margin-bottom: 1.5vw;
  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-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#letalon2023aw .sec {
  padding-top: 145px;
  padding-top: 11.3vw;
  text-align: center;
}
#letalon2023aw .contentBox {
  padding-left: 85px;
  padding-right: 85px;
  padding-left: 6.6vw;
  padding-right: 6.6vw;
}
#letalon2023aw .each {
  margin-bottom: 50px;
  margin-bottom: 4vw;
  -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);
}
#letalon2023aw .each.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#letalon2023aw .each.active .img img {
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
  opacity: 1;
}
#letalon2023aw .each.active .creditList {
  opacity: 1 !important;
}
#letalon2023aw .each .img {
  overflow: hidden;
}
#letalon2023aw .each .img img {
  -webkit-transform: translate(-10%, 0);
      -ms-transform: translate(-10%, 0);
          transform: translate(-10%, 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);
  opacity: 0;
}
#letalon2023aw .box1 .each {
  position: relative;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}
#letalon2023aw .box1 .each .creditList {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  z-index: 2;
  opacity: 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);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  font-family: "futura-pt", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
#letalon2023aw .box1 .each .creditList dt {
  font-size: 11px;
}
#letalon2023aw .box1 .each .creditList dd {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#letalon2023aw .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
#letalon2023aw .box2 .each {
  width: calc(50% - 10px);
}
#letalon2023aw .box2 .each:last-child {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#letalon2023aw .box2 .each:last-child .img img {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#letalon2023aw .mainSlider div {
  vertical-align: top;
}
#letalon2023aw .slick-dots li {
  margin: 0 5px;
  width: 30px;
  height: 1px;
}
#letalon2023aw .slick-dots li button {
  width: 30px;
  height: 1px;
  background-color: #ccc;
  padding: 0;
  position: relative;
}
#letalon2023aw .slick-dots li button:before {
  display: none;
}
#letalon2023aw .slick-dots li button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
  background-color: #000;
}
#letalon2023aw .slick-dots li.slick-active button:after {
  -webkit-animation-name: countingBar;
          animation-name: countingBar;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#letalon2023aw .caption {
  font-family: "futura-pt", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 50px;
  margin-bottom: 4vw;
  opacity: 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);
}
#letalon2023aw .caption a {
  text-decoration: underline;
}
#letalon2023aw .caption a:hover {
  text-decoration: none;
}
#letalon2023aw .caption.active {
  opacity: 1;
}
#letalon2023aw .caption.moveUp {
  margin-top: -30px;
}
#letalon2023aw footer {
  text-align: center;
  font-family: "futura-pt", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 11px;
  padding: 15vw 0 40px 0;
}
#letalon2023aw .fullImg .img img {
  width: 87vw;
  position: relative;
  top: -5vw;
}
@media screen and (max-width: 719px) {
  #letalon2023aw .onlyPc {
    display: none;
  }
  #letalon2023aw .onlySp {
    display: block;
  }
  #letalon2023aw .mainVisual {
    height: 100vh;
    overflow: hidden;
  }
  #letalon2023aw .mainVisual .img img {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #letalon2023aw .mainVisual .overArea {
    position: absolute;
    z-index: 2;
    top: 13.5vh;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #letalon2023aw .mainVisual .overArea .logo {
    margin-bottom: 3.5vh;
  }
  #letalon2023aw .mainVisual .overArea .logo img {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
  #letalon2023aw .mainVisual .overArea .season {
    color: #fff;
    font-size: 12px;
  }
  #letalon2023aw .sec {
    padding-top: 27.4vw;
  }
  #letalon2023aw .contentBox {
    padding-left: 0;
    padding-right: 0;
  }
  #letalon2023aw .each {
    margin-bottom: 4vw;
  }
  #letalon2023aw .box1 .each {
    width: auto;
  }
  #letalon2023aw .box2 {
    display: block;
    margin-left: 5.5vw;
    margin-right: 5.5vw;
  }
  #letalon2023aw .box2 .each {
    width: auto;
  }
  #letalon2023aw .box2 .each:first-child {
    margin-bottom: 4vw;
  }
  #letalon2023aw .box2 .each:last-child {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    margin-bottom: 4vw;
  }
  #letalon2023aw .box2 .each:last-child .img img {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  #letalon2023aw .box3 {
    margin-left: 5.5vw;
    margin-right: 5.5vw;
  }
  #letalon2023aw .caption {
    font-size: 12px;
  }
  #letalon2023aw .caption.moveUp {
    margin-top: 0;
  }
  #letalon2023aw .box1 .each .creditList dt {
    font-size: 10px;
  }
  #letalon2023aw .box1 .each .creditList dd {
    font-size: 12px;
  }
  #letalon2023aw footer {
    padding: 100px 0 30px 0;
  }
  #letalon2023aw footer .copyright {
    letter-spacing: 0.1em;
    font-size: 10px;
  }
  #letalon2023aw .fullImg .img img {
    width: 87vw;
    top: 0;
  }
  #letalon2023aw #sec7 .simpleParallax:first-child {
    display: none;
  }
  #letalon2023aw #sec7 .simpleParallax {
    padding-bottom: 15vw;
  }
}