@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;
  font-family: urw-din-condensed, 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,
.imgTile:after,
.imgTile2:after,
.aaaaaaaaaa: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.8;
}

/* 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;
}

#letalon2022ss {
  /*
  #sec1 .middleBox{
  	overflow-x: hidden;
  }
  #sec4 .middleBox{
  	overflow-x: hidden;
  }
  */
  /*
  #sec6 .caption{
  	bottom: initial;
  	top: calc(100vh - 40px);
  }
  */
  /* ------------------------------------------
  smartphone
  ------------------------------------------ */
}
#letalon2022ss #opening {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
#letalon2022ss #opening #brandChoice {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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);
}
#letalon2022ss #opening #brandChoice.show {
  opacity: 1;
}
#letalon2022ss #opening #brandChoice .brand {
  text-align: center;
  float: left;
  width: calc(50% - 80px);
  margin: 0 40px;
}
#letalon2022ss #opening #brandChoice .brand .logo {
  margin-bottom: 40px;
}
#letalon2022ss #opening #brandChoice .brand .logo .onlyPc2 {
  display: inline-block;
}
#letalon2022ss #opening #brandChoice .brand .logo .onlySp2 {
  display: none;
}
#letalon2022ss #opening #brandChoice .brand .img {
  margin-bottom: 40px;
  overflow: hidden;
}
#letalon2022ss #opening #brandChoice .brand .img img {
  width: 100%;
  -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);
}
#letalon2022ss #opening #brandChoice .brand .enter {
  font-size: 12px;
  display: inline-block;
  background-color: #b5b0ac;
  color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  line-height: 80px;
  vertical-align: middle;
}
#letalon2022ss #opening #brandChoice .brand02 {
  float: right;
}
#letalon2022ss #opening #brandChoice .brand01 {
  float: left;
}
#letalon2022ss #opening #brandChoice .logoSp {
  display: none;
}
#letalon2022ss #opening #brandChoice a {
  display: block;
  -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);
}
#letalon2022ss #opening #brandChoice a:hover {
  opacity: 0.6;
}
#letalon2022ss #opening .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#letalon2022ss .footer {
  text-align: center;
}
#letalon2022ss .copyright {
  text-align: center;
  width: 100%;
  font-size: 10px;
  padding-bottom: 20px;
}
#letalon2022ss .eachBrand {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}
#letalon2022ss #brand01 {
  padding-top: 105px;
}
#letalon2022ss .contentBox {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
#letalon2022ss .mainVisual {
  position: relative;
  margin-bottom: 80px;
}
#letalon2022ss .mainVisual .logo {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 40px;
}
#letalon2022ss .mainVisual .season {
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 40px;
  color: #fff;
  font-size: 22px;
}
#letalon2022ss .mainVisual .img img {
  width: 100%;
}
#letalon2022ss .creditAll .creditBox {
  position: fixed;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 10;
}
#letalon2022ss .mainLogo {
  position: fixed;
  z-index: 2;
  left: 60px;
  top: 30px;
}
#letalon2022ss .mainLogo svg {
  will-change: all;
  fill: #fff;
  width: 115px;
  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);
}
#letalon2022ss .sideSeason {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -60px);
      -ms-transform: translate(0, -60px);
          transform: translate(0, -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);
}
#letalon2022ss .sideSeason2 {
  opacity: 0;
}
#letalon2022ss .sideSeason2 img {
  width: 15px;
}
#letalon2022ss #brand02.showLogo .sideSeason2 {
  opacity: 1;
}
#letalon2022ss .box {
  position: relative;
  height: 100%;
}
#letalon2022ss .sec {
  height: 100vh;
}
#letalon2022ss #secFirst {
  height: auto;
}
#letalon2022ss #sec0 .fadeImg {
  opacity: 1;
}
#letalon2022ss .allBox {
  height: 100vh;
  /*
      .contentBox{
  		position: sticky;
  		top: 0;
  		left: 0;
  		height: 100vh;    
      }
  */
}
#letalon2022ss .allBox .middleBox {
  padding-left: 60px;
  padding-right: 60px;
}
#letalon2022ss .allBox img {
  border: 3px solid #000;
}
#letalon2022ss #sec1,
#letalon2022ss #sec4 {
  height: auto;
}
#letalon2022ss #sec1 .allBox,
#letalon2022ss #sec4 .allBox {
  height: 150vh;
}
#letalon2022ss #sec1 .allBox .contentBox,
#letalon2022ss #sec4 .allBox .contentBox {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}
#letalon2022ss .middleBox {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -52%);
      -ms-transform: translate(0, -52%);
          transform: translate(0, -52%);
  text-align: center;
  width: 100%;
}
#letalon2022ss .middleBox img {
  max-height: 77.5vh;
  max-height: 70vh;
  max-width: 100%;
  border: 3px solid #000;
}
#letalon2022ss #sec1 img,
#letalon2022ss #sec4 img {
  border: none;
}
#letalon2022ss .thumBox {
  height: 100vh;
  text-align: center;
  white-space: nowrap;
  /*
      .contentBox{
  		position: sticky;
  		top: 0;
  		left: 0;
  		height: 100vh;    
      }
  */
}
#letalon2022ss .thumBox .img {
  display: inline-block;
  margin: 0 20px;
  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);
}
#letalon2022ss .thumBox .img img {
  max-height: 77.5vh;
  max-height: 60vh;
  max-width: 100%;
  max-width: calc(50vw - 120px);
  border: 3px solid #000;
}
#letalon2022ss .thumBox .img2 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#letalon2022ss .thumBox.show .img {
  opacity: 1;
}
#letalon2022ss .fadeImg {
  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);
}
#letalon2022ss .fadeImg.show {
  opacity: 1;
}
#letalon2022ss .fadeImgLeft {
  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);
  left: -50px;
  position: relative;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#letalon2022ss .fadeImgLeft.show {
  opacity: 1;
  left: 0;
}
#letalon2022ss .fadeImgRight {
  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);
  right: -50px;
  position: relative;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#letalon2022ss .fadeImgRight.show {
  opacity: 1;
  right: 0;
}
#letalon2022ss .zoomBox {
  overflow: hidden;
}
#letalon2022ss .caption {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#letalon2022ss .caption a {
  -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);
  will-change: all;
}
#letalon2022ss #brand02 .caption {
  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);
}
#letalon2022ss #brand02 .caption.show {
  opacity: 1;
}
#letalon2022ss .caption2 {
  text-align: center;
  position: relative;
  top: 11.25vh;
  margin-top: -60px;
}
#letalon2022ss .fullBox {
  height: 100vh;
}
#letalon2022ss .fullBox .bg {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#letalon2022ss .fullBox .bg .bgContainer {
  background-image: url("../images/img_grise09.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
}
#letalon2022ss .fullBox .caption a {
  color: #fff;
}
#letalon2022ss footer {
  text-align: center;
  padding: 150px 0 150px 0;
}
#letalon2022ss footer .creditBox {
  line-height: 1.6;
  margin-bottom: 50px;
}
#letalon2022ss .bnrList {
  font-size: 0;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
#letalon2022ss .bnrList li {
  display: inline-block;
  width: calc(50% - 80px);
  margin: 0 30px;
}
#letalon2022ss .bnrList li img {
  width: 100%;
}
#letalon2022ss .bnrList li a {
  -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);
}
#letalon2022ss .bnrList li a:hover {
  opacity: 0.6;
}
#letalon2022ss .instagram a {
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  -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);
}
#letalon2022ss .instagram a:hover {
  opacity: 0.6;
}
#letalon2022ss .sec {
  position: relative;
}
#letalon2022ss #brand02 {
  padding-top: 105px;
}
#letalon2022ss .contentBox2 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
#letalon2022ss .mainVisual2 {
  text-align: center;
  margin-bottom: 110px;
}
#letalon2022ss .mainVisual2 .img {
  margin-bottom: 50px;
}
#letalon2022ss .mainVisual2 .img img {
  width: 100%;
}
#letalon2022ss .mainVisual2 .logo {
  margin-bottom: 56px;
}
#letalon2022ss .mainVisual2 .season {
  font-size: 22px;
}
#letalon2022ss .box2 {
  width: 788px;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0;
}
#letalon2022ss .imgBox2 {
  text-align: center;
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
}
#letalon2022ss .imgBox2 .img {
  display: inline-block;
  width: calc(50% - 30px);
  margin: 0 10px;
  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);
  position: relative;
}
#letalon2022ss .imgBox2 .img img {
  width: 100%;
}
#letalon2022ss .imgBox2 .img1 {
  left: -30px;
}
#letalon2022ss .imgBox2 .img2 {
  right: -30px;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#letalon2022ss .imgBox2.show .img {
  opacity: 1;
}
#letalon2022ss .imgBox2.show .img1 {
  left: 0;
}
#letalon2022ss .imgBox2.show .img2 {
  right: 0;
}
#letalon2022ss .imgBox3 {
  text-align: center;
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
}
#letalon2022ss .imgBox3 .img {
  display: inline-block;
  width: calc(55% - 30px);
  margin: 0 10px;
  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);
  position: relative;
  top: 30px;
}
#letalon2022ss .imgBox3 .img img {
  width: 100%;
}
#letalon2022ss .imgBox3.show .img {
  opacity: 1;
  top: 0;
}
#letalon2022ss .sec {
  -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);
}
#letalon2022ss .sec.black {
  background-color: #000;
}
#letalon2022ss .sec.white {
  background-color: #fff;
}
#letalon2022ss #brand01.showLogo .mainLogo svg {
  opacity: 1;
}
#letalon2022ss #brand01.showLogo .sideSeason {
  opacity: 1;
}
#letalon2022ss #brand01.blackMode {
  /*
  	.imgBox .img img{
  		border-color: #fff;
  	}

  	.allBox img{
  		border-color: #fff;
  	}
  */
}
#letalon2022ss #brand01.blackMode .mainLogo svg {
  fill: #fff;
}
#letalon2022ss #brand01.blackMode .sideSeason {
  color: #fff;
}
#letalon2022ss #brand01.blackMode a {
  color: #fff;
}
#letalon2022ss #brand01.whiteMode {
  /*
  	.imgBox .img img{
  		border-color: #000;
  	}

  	.allBox img{
  		border-color: #000;
  	}
  */
}
#letalon2022ss #brand01.whiteMode .mainLogo svg {
  fill: #000;
}
#letalon2022ss #brand01.whiteMode .sideSeason {
  color: #000;
}
#letalon2022ss #brand01.whiteMode a {
  color: #000;
}
#letalon2022ss .borderColorBlack {
  border-color: #000 !important;
}
#letalon2022ss .borderColorWhite {
  border-color: #fff !important;
}
@media screen and (max-width: 719px) {
  #letalon2022ss .onlyPc {
    display: none;
  }
  #letalon2022ss .onlySp {
    display: block;
  }
  #letalon2022ss #opening #brandChoice .brand {
    float: none;
    width: auto;
  }
  #letalon2022ss #opening #brandChoice a .ttlArea {
    display: none;
  }
  #letalon2022ss #button_container {
    right: 7px;
    top: 5px;
  }
  #letalon2022ss .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  #letalon2022ss #brand01 {
    padding-top: 100px;
  }
  #letalon2022ss .mainLogo {
    left: 20px;
    top: 25px;
  }
  #letalon2022ss .mainVisual .logo {
    left: 20px;
    bottom: 20px;
  }
  #letalon2022ss .mainVisual .logo img {
    width: 30%;
  }
  #letalon2022ss .mainVisual .season {
    right: 20px;
    bottom: 17px;
    font-size: 12px;
  }
  #letalon2022ss .sideSeason {
    right: 10px;
    font-size: 11px;
  }
  #letalon2022ss #sec0 .fadeImg {
    opacity: 1;
  }
  #letalon2022ss .imgBox .container {
    top: 50%;
    left: 0;
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    height: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #letalon2022ss .allBox .middleBox {
    padding-left: 0;
    padding-right: 0;
  }
  #letalon2022ss .middleBox .img1 {
    margin-left: 40px;
    margin-right: 40px;
  }
  #letalon2022ss .middleBox.photoSlider {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
  #letalon2022ss .middleBox.photoSlider .img1 {
    margin-left: 0px;
    margin-right: 0px;
  }
  #letalon2022ss .thumBox .photoSlider .img img {
    max-width: initial;
    max-height: initial;
    width: 100%;
  }
  #letalon2022ss .thumBox .photoSlider .img {
    margin: 0;
  }
  #letalon2022ss .fullBox .bg {
    background-position: 30% center;
  }
  #letalon2022ss .slick-dots {
    opacity: 0;
  }
  #letalon2022ss .slick-dots.show {
    -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);
    opacity: 1;
  }
  #letalon2022ss .slick-dots li {
    width: 7px;
  }
  #letalon2022ss .slick-dots li button {
    width: 7px;
  }
  #letalon2022ss .slick-dots li button:before {
    width: 7px;
  }
  #letalon2022ss .bnrList li {
    width: auto;
    margin: 0;
  }
  #letalon2022ss .bnrList li img {
    width: 70%;
  }
  #letalon2022ss footer {
    padding-bottom: 50px;
  }
  #letalon2022ss .mainVisual2 .img {
    margin-bottom: 30px;
  }
  #letalon2022ss .mainVisual2 .logo {
    margin-bottom: 10px;
  }
  #letalon2022ss .mainVisual2 .logo img {
    width: 200px;
  }
  #letalon2022ss .mainVisual2 .season {
    font-size: 14px;
  }
  #letalon2022ss #brand02 {
    padding-top: 60px;
  }
  #letalon2022ss .mainVisual2 {
    margin-bottom: 40px;
  }
  #letalon2022ss .photoSlider2.imgBox2 {
    margin-left: 40px;
    margin-right: 40px;
    width: auto;
  }
  #letalon2022ss .photoSlider2.imgBox2 .img {
    margin: 0;
  }
  #letalon2022ss .photoSlider2.imgBox2 .img1 {
    left: 0;
  }
  #letalon2022ss .photoSlider2.imgBox2 .img2 {
    right: 0;
  }
  #letalon2022ss .imgBox3 {
    margin-left: 40px;
    margin-right: 40px;
    width: auto;
  }
  #letalon2022ss .imgBox3 .img {
    width: auto;
    margin: 0;
  }
  #letalon2022ss .sideSeason2 img {
    width: 10px;
  }
  #letalon2022ss .box2 {
    padding: 35px 0;
  }
  #letalon2022ss #brand02 .caption {
    position: relative;
    bottom: initial;
    left: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    text-align: center;
  }
  #letalon2022ss .photoSlider2.slick-initialized {
    margin-bottom: 30px;
  }
  #letalon2022ss #brand01 .caption {
    white-space: nowrap;
  }
  #letalon2022ss #brand02 a.popup {
    pointer-events: none;
    display: inline-block;
  }
  #letalon2022ss #sec7 .imgBox2 .img {
    opacity: 1;
  }
  #letalon2022ss #sec1 .middleBox .img1 {
    margin-left: 0;
    margin-right: 0;
  }
  #letalon2022ss #sec1 .middleBox .img1 img {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  #letalon2022ss #sec4 .middleBox .img1 {
    margin-left: 0;
    margin-right: 0;
  }
  #letalon2022ss #sec4 .middleBox .img1 img {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  #letalon2022ss #sec6 .middleBox .img1 {
    margin-left: 0;
    margin-right: 0;
  }
  #letalon2022ss #sec6 .middleBox .img1 img {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  #letalon2022ss #sec6 {
    height: auto;
  }
  #letalon2022ss #sec6 .allBox {
    height: 150vh;
  }
  #letalon2022ss #sec6 .allBox .contentBox {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
  }
  #letalon2022ss .imgBox2 .img {
    top: 30px;
  }
  #letalon2022ss .imgBox2.show .img {
    top: 0;
  }
  #letalon2022ss #sec6 {
    background-color: #000 !important;
  }
  #letalon2022ss #sec6 .contentBox {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
  }
  #letalon2022ss .fullBox .bg .bgContainer {
    background-image: url("../images/img_grise09_sp.jpg");
  }
  #letalon2022ss .bnrList li a:hover {
    opacity: 1;
  }
  #letalon2022ss #secFirst {
    height: auto;
  }
  #letalon2022ss .middleBox img {
    max-height: 50vh;
  }
  #letalon2022ss .thumBox .photoSlider .img {
    text-align: center;
  }
  #letalon2022ss .thumBox .photoSlider .img img {
    max-height: 50vh;
    width: auto;
    display: inline-block;
  }
  #letalon2022ss #sec4 img.borderColorWhite {
    border: 3px solid #fff;
  }
  #letalon2022ss #sec4 .allBox {
    height: 100vh;
  }
}