@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-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

a {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.onlyPc {
  display: block !important;
}

.onlySp {
  display: none !important;
}

.onlyPc2 {
  display: flex !important;
}

.onlySp2 {
  display: none !important;
}

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

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

.mfp-bg {
  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;
  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 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.mfp-img {
  opacity: 0;
  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;
}

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

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

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

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

.mfp-close-btn-in .mfp-close {
  width: 60px;
  padding-right: 0;
  background-size: 21px auto;
  right: 0;
  text-align: left;
  text-indent: -9999px;
}

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

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

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

figure.img {
  overflow: hidden;
}
figure.img img {
  transform-origin: center bottom;
  will-change: transform;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

figure.free {
  width: 100%;
  height: 22vw;
  overflow: hidden;
  position: relative;
}
figure.free img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  will-change: transform;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.topSlider div {
  vertical-align: top;
}

.pcSlider div {
  vertical-align: top;
}

/*---------------------------------------------
MOTION
---------------------------------------------*/
.fadeSimple {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  transition-delay: 0s;
}

.fadeDelay2 {
  transition-delay: 0.4s;
}

.fadeDelay3 {
  transition-delay: 0.8s;
}

.fadeDelay4 {
  transition-delay: 0.9s;
}

.maskRight {
  clip-path: inset(0 100% 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  clip-path: inset(0 0% 0 0);
}

.maskLeft {
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  clip-path: inset(0 0% 0 0);
}

.maskTop {
  clip-path: inset(0 0 100% 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  clip-path: inset(0 0% 0 0);
}

.maskBottom {
  clip-path: inset(100% 0 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  clip-path: inset(0 0% 0 0);
}

/*---------------------------------------------
MAIN
---------------------------------------------*/
#nc2025 {
  overflow: hidden;
  /*---------------------------------------------
  HEADER
  ---------------------------------------------*/
}
#nc2025.noLogo h1.logo a {
  opacity: 0;
}
#nc2025.noLogo .sideSeason {
  opacity: 0;
}
#nc2025.noSeason .sideSeason {
  opacity: 0;
}
#nc2025.whiteMode .sideSeason {
  color: #fff;
}
#nc2025.whiteMode h1.logo a {
  background-image: url("../images/img_logo_white.png");
}
#nc2025 .sec {
  position: relative;
  overflow: hidden;
  padding: 12.5vw 0 0 0;
}
#nc2025 .secLink {
  padding: 9vw 0 0 0;
}
#nc2025 .fullBg {
  padding: 12.5vw 0 0 0;
}
#nc2025 .white {
  background-color: #fff;
}
#nc2025 .gray {
  background-color: #e3e2de;
}
#nc2025 .green {
  background-color: #b1dbcb;
}
#nc2025 .mainVisual {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
#nc2025 .mainVisual h1.logo {
  padding: 4.6vw 0 3.9vw 0;
  text-align: center;
  opacity: 0;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nc2025 .mainVisual h1.logo.active {
  opacity: 1;
}
#nc2025 .mainVisual h1.logo a {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nc2025 .mainVisual h1.logo a img {
  width: 42%;
  max-width: 90%;
}
#nc2025 .mainVisual .topSlider {
  margin-bottom: 10px;
  overflow: hidden;
  opacity: 0;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nc2025 .mainVisual .topSlider img {
  width: 100%;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.2);
}
#nc2025 .mainVisual .topSlider div {
  vertical-align: top;
}
#nc2025 .mainVisual .topSlider.active {
  opacity: 1;
}
#nc2025 .mainVisual .topSlider.active img {
  transform: scale(1);
}
#nc2025 .sideSeason {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 20px;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nc2025 .seasonBox {
  position: relative;
  margin-bottom: 10px;
}
#nc2025 .seasonBox .tx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
#nc2025 .seasonBox .tx img {
  width: 64vw;
}
#nc2025 .flowBox {
  background-color: #000;
  color: #fff;
  padding: 6.6vw 0;
  width: 100%;
  overflow: hidden;
}
#nc2025 .flowTx {
  padding: 15px 0;
  font-size: 20px;
  display: flex;
}
#nc2025 .flowTx p {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0 5px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#nc2025 .flowTx p span {
  display: inline-block;
}
#nc2025 .flowLeft p {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
#nc2025 .flowRight p {
  animation: infinity-scroll-right 30s infinite linear 0.5s both;
}
#nc2025 .flowLeft .lookList {
  animation: infinity-scroll-left 41s infinite linear 0.5s both;
}
#nc2025 .flowRight .lookList {
  animation: infinity-scroll-right 41s infinite linear 0.5s both;
}
#nc2025 .flowImg {
  display: flex;
  width: 100%;
  overflow: hidden;
}
#nc2025 .flowImg .lookList {
  display: flex;
  gap: 10px;
  margin: 0 5px;
}
#nc2025 .flowImg .lookList li {
  flex: 0 0 auto;
  white-space: nowrap;
}
#nc2025 .flowImg .lookList li img {
  width: 23.4vw;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
#nc2025 .contentBox {
  position: relative;
}
#nc2025 .contentBox.active .number {
  opacity: 1;
}
#nc2025 .contentBox .number {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.6s;
  opacity: 0;
  font-size: 50px;
  font-weight: 800;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 5px;
  letter-spacing: 0.06em;
  position: absolute;
  left: 5vw;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
#nc2025 .photoList {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 22px;
}
#nc2025 .photoList li {
  width: 46.8vw;
}
#nc2025 .pcSlider {
  width: 100%;
}
#nc2025 .pcSlider div {
  vertical-align: bottom;
}
#nc2025 .pcSlider div img {
  width: 100%;
}
#nc2025 .captionBox {
  text-align: center;
}
#nc2025 .caption {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-style: normal;
  transform: scaleX(0.9);
}
#nc2025 .caption span.buy {
  text-decoration: underline;
  margin-left: 3px;
}
#nc2025 .caption a {
  margin: 0 3px;
  display: inline-block;
}
#nc2025 .caption a:hover {
  text-decoration: none;
}
#nc2025 .itemList {
  display: flex;
  gap: 90px 32px;
  flex-wrap: wrap;
  width: 87.5vw;
  margin: 0 auto;
  align-items: center;
}
#nc2025 .itemList .d1 {
  transition-delay: 0s;
}
#nc2025 .itemList .d2 {
  transition-delay: 0.2s;
}
#nc2025 .itemList .d3 {
  transition-delay: 0.4s;
}
#nc2025 .itemList li {
  width: calc(33.33% - 22px);
}
#nc2025 .itemList li.active .img:after {
  right: -12px;
  top: -12px;
}
#nc2025 .itemList li .img {
  position: relative;
  margin-bottom: 15px;
}
#nc2025 .itemList li .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_item.png");
  background-repeat: repeat;
  background-size: 50px auto;
  background-position: right 8.8px top 9.5px;
  position: absolute;
  right: -12px;
  top: -12px;
  right: 0px;
  top: 0px;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: right, top;
  transition-delay: 0.2s;
}
#nc2025 .itemList li .img img {
  position: relative;
  z-index: 5;
}
#nc2025 .itemList li.ttl {
  position: relative;
  text-align: center;
  padding-left: 10px;
  top: -50px;
}
#nc2025 .itemList li.ttl img {
  width: 70%;
  height: auto;
}
#nc2025 .attention {
  font-size: 11px;
  padding-top: 12.5vw;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}
#nc2025 .box {
  margin-bottom: 60px;
  text-align: center;
}
#nc2025 .box .secTtl {
  font-size: 25px;
  font-weight: 600;
  color: #005643;
  margin-bottom: 9px;
  letter-spacing: 0.06em;
}
#nc2025 .box .secTtl img {
  width: 18.5vw;
}
#nc2025 .box .secDesp {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#nc2025 .box .secDespEn {
  text-align: center;
  transform: scale(0.9, 1);
  letter-spacing: 0.06em;
  font-size: 13px;
  line-height: 1.4;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 35px;
  margin-top: -10px;
}
#nc2025 a.btn {
  background-color: #005643;
  padding: 15px 0px;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  width: 335px;
  max-width: 90%;
  display: inline-block;
}
#nc2025 a.instagram {
  display: inline-block;
  background-image: url("../images/ico_instagram.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center top;
  padding-top: 36px;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  margin-bottom: 90px;
}
#nc2025 a.instagram span {
  transform: scale(0.9, 1);
  letter-spacing: 0.06em;
}
#nc2025 .creditBox {
  position: relative;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 6vw 0 70px 0;
}
#nc2025 .creditBox .secTtl {
  margin-bottom: 30px;
}
#nc2025 .creditBox .box {
  position: relative;
  z-index: 500;
  margin-bottom: 0;
}
#nc2025 .creditBox .credit {
  position: relative;
  z-index: 500;
  font-size: 9px;
  line-height: 1.8;
  font-weight: 500;
  transform: scale(0.9, 1);
  letter-spacing: 0.06em;
}
#nc2025 .copyright {
  font-size: 11px;
  letter-spacing: 0.01em;
}
#nc2025 .seasonSp {
  display: none;
}
#nc2025 #opening {
  display: none;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 3px;
    top: 10px;
  }
  .mfp-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  button.mfp-arrow-left {
    background-position: left 15px center;
  }
  button.mfp-arrow-right {
    background-position: right 15px center;
  }
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !important;
  }
  figure.free {
    height: 100vw;
  }
  #nc2025 #opening {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    background-color: #000;
    width: 100%;
    height: 100vh;
  }
  #nc2025 #opening.active img {
    opacity: 1;
  }
  #nc2025 #opening img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    opacity: 0;
    transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nc2025 .flowBox {
    padding: 0;
    min-height: 100vh;
  }
  #nc2025 .flowTx {
    padding: 10px 0;
    font-size: 14px;
  }
  #nc2025 .flowImg .lookList {
    gap: 5px;
    margin: 0 2.5px;
  }
  #nc2025 .flowImg .lookList li img {
    width: 35.6vw;
    width: auto;
    height: calc(33.33vh - 51px);
  }
  #nc2025 .flowLeft .lookList {
    animation: infinity-scroll-left 17s infinite linear 0.5s both;
  }
  #nc2025 .flowRight .lookList {
    animation: infinity-scroll-right 17s infinite linear 0.5s both;
  }
  #nc2025 .contentBox {
    padding-left: 25px;
    padding-right: 25px;
  }
  #nc2025 .mainVisual {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  #nc2025 .mainVisual h1.logo {
    padding: 13.3vw 0 13.3vw 0;
  }
  #nc2025 .mainVisual h1.logo a img {
    width: 65vw;
  }
  #nc2025 .mainVisual .topSlider {
    margin-bottom: 30px;
  }
  #nc2025 .seasonBox {
    position: relative;
    margin-bottom: 10px;
  }
  #nc2025 .sideSeason {
    display: none;
  }
  #nc2025 .contentBox {
    text-align: center;
  }
  #nc2025 .contentBox.active .seasonSp {
    opacity: 1;
  }
  #nc2025 .contentBox .seasonSp {
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0s;
    opacity: 0;
  }
  #nc2025 .contentBox .number {
    position: relative;
    font-size: 32px;
    left: initial;
    top: initial;
    transform: translate(0);
    padding-bottom: 3px;
    margin-bottom: 25px;
    transition-delay: 0.2s;
  }
  #nc2025 .photoList {
    flex-wrap: wrap;
    width: auto;
    display: block;
    margin-left: -25px;
    margin-right: -25px;
  }
  #nc2025 .photoList li {
    margin-bottom: 25px;
    width: 100%;
  }
  #nc2025 .photoList li:last-child {
    margin-bottom: 0;
  }
  #nc2025 .photoList li.big {
    margin-left: -25px;
    margin-right: -25px;
  }
  #nc2025 .captionBox {
    position: relative;
  }
  #nc2025 .attention {
    margin-bottom: 5vw;
  }
  #nc2025 .box .secTtl {
    letter-spacing: 0.05em;
    font-size: 20px;
  }
  #nc2025 .box .secTtl img {
    width: 39vw;
  }
  #nc2025 .box .secDesp {
    font-size: 11px;
    margin-bottom: 15px;
  }
  #nc2025 .box .secDespEn {
    font-size: 12px;
    margin-top: 0;
  }
  #nc2025 .creditBox {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  #nc2025 .creditBox .secTtl {
    margin-bottom: 20px;
  }
  #nc2025 a.btn {
    font-size: 18px;
    max-width: 80%;
  }
  #nc2025 .popup {
    pointer-events: none;
  }
  #nc2025 .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  #nc2025 .fadeLeft {
    left: 0px;
    top: 20px;
  }
  #nc2025 .fadeLeft.active {
    left: 0;
    top: 0px;
  }
  #nc2025 .fadeRight {
    right: 0px;
    top: 20px;
  }
  #nc2025 .fadeRight.active {
    right: 0;
    top: 0px;
  }
  #nc2025 .itemList {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 60px 0;
    padding-right: 8px;
  }
  #nc2025 .itemList .d1 {
    transition-delay: 0s;
  }
  #nc2025 .itemList .d2 {
    transition-delay: 0s;
  }
  #nc2025 .itemList .d3 {
    transition-delay: 0s;
  }
  #nc2025 .itemList li {
    width: 100%;
  }
  #nc2025 .itemList li.ttl {
    top: 0;
  }
  #nc2025 .itemList li.active .img:after {
    right: -14px;
    top: -14px;
  }
  #nc2025 .itemList li .img {
    position: relative;
    margin-bottom: 15px;
  }
  #nc2025 .itemList li .img:after {
    transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nc2025 .sec {
    height: auto;
    min-height: initial;
    padding-top: 50px;
    padding-bottom: 110px;
    padding-bottom: 48px;
  }
  #nc2025 .secLink {
    padding-bottom: 0;
  }
  #nc2025 .fullBg {
    padding-bottom: 48px;
  }
  #nc2025 a.instagram {
    margin-bottom: 60px;
  }
  #nc2025 .flowSp {
    position: relative;
    height: 133.33vw;
    overflow: hidden;
  }
  #nc2025 .flowSp img {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-38%, 0);
    height: 133.33vw;
    width: auto;
    will-change: transform;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}/*# sourceMappingURL=style.css.map */