@charset "UTF-8";
/* --------------------
		setting
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@import url("https://use.typekit.net/eab5pcx.css");
@import url("https://use.typekit.net/eab5pcx.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-main: #E28265;
  --c-txt: #000;
  --c-sub: #9B9B9B;
  --c-bg_odd: #FAFAFA;
}

/* --------------------
	contents
-------------------- */
#contents {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--c-txt);
}
#contents img {
  width: 100%;
  height: auto;
}
#contents a {
  transition: 0.2s;
}
#contents a:hover {
  opacity: 0.5;
}

.--pc-flex__reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .--pc-flex__reverse {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (min-width: 1000px) {
  .--pc-flex {
    display: flex;
  }
}
header {
  position: relative;
}
header h1 {
  width: 48vw;
  position: absolute;
  top: 13.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 29.6875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.header__p {
  width: 82.6666666667vw;
  font-size: 3.4666666667vw;
  margin: 18.6666666667vw auto;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .header__p {
    width: 500px;
    font-size: 13px;
    margin: 100px auto;
    text-align: center;
  }
}

.nav {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 53.3333333333vw;
  padding-left: 10.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav {
    margin: 0 auto 222px;
    overflow-x: visible;
    padding: 0;
    justify-content: center;
  }
}
.nav li {
  position: relative;
  width: 28vw;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .nav li {
    width: 105px;
  }
}
.nav li:nth-child(n+2) {
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav li:nth-child(n+2) {
    margin-left: 20px;
  }
}
.nav__number {
  font-size: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .nav__number {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.nav__img {
  width: 28vw;
}
@media screen and (min-width: 1000px) {
  .nav__img {
    width: 105px;
  }
}
.nav li a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .nav li a:hover {
    transform: translateY(5px);
  }
}

.pickup-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.pickup-icon__inner {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 1.0666666667vw 2.9333333333vw;
  color: #fff;
  font-size: 1.6vw;
  background: var(--c-main);
  border-radius: 2px;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .pickup-icon__inner {
    padding: 4px 11px;
    font-size: 0.46875vw;
  }
}
.pickup-icon__inner::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid var(--c-main);
}
.pickup-icon__inner span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased; /* MacやiOS向け */
  -moz-osx-font-smoothing: grayscale; /* Firefox on Mac */
  font-weight: 500;
  margin: 0;
  padding: 0;
}

/*-------- section共通 --------*/
#sec-03, #sec-05 {
  background-color: var(--c-bg_odd);
}

.sec__inner {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec__inner {
    width: 985px;
    margin: 0 auto;
    padding: 100px 0;
  }
}

.txt__inner {
  width: 78.6666666667vw;
  margin: 0 0 18.6666666667vw 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner {
    width: 295px;
    margin: 0 0 50px 100px;
  }
}
.txt__inner__number {
  width: 8vw;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner__number {
    width: 30px;
    margin-bottom: 10px;
  }
}
.txt__inner__p {
  font-size: 3.4666666667vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .txt__inner__p {
    font-size: 13px;
  }
}

h2 {
  font-size: 6.4vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 2.25;
  line-height: 1.4;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.credit {
  width: 78.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .credit {
    width: 295px;
  }
}
.credit__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .credit__item a {
    margin-bottom: 20px;
  }
}
.credit__item a:hover {
  transform: translateY(5px);
}
.credit__item__name {
  display: inline-block;
  font-size: 3.4666666667vw;
  line-height: 1.7;
}
@media screen and (min-width: 1000px) {
  .credit__item__name {
    font-size: 13px;
  }
}
.credit__item__btn {
  width: 12.2666666667vw;
  padding: 1.3333333333vw;
  background-color: transparent;
  color: var(--c-txt);
  border: solid 1px var(--c-txt);
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  font-size: 2.6666666667vw;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .credit__item__btn {
    width: 46px;
    padding: 5px;
    font-size: 10px;
  }
}

.credit__item__main .credit__item__btn {
  background-color: #000;
  color: #fff;
}

/*-------- block-1 --------*/
.block-1 .slider {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .block-1 .slider {
    width: 487px;
  }
}
.block-1-1__wrap {
  margin-bottom: 18.6666666667vw;
  position: relative;
}
.block-1-1__wrap figure:nth-child(2) {
  width: 78.6666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap figure:nth-child(2) {
    width: 383px;
  }
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap {
    width: 487px;
    margin-left: 11px;
    margin-bottom: 0;
  }
}
.block-1 .txt__inner {
  position: relative;
  margin-top: -4vw;
}
@media screen and (min-width: 1000px) {
  .block-1 .txt__inner {
    margin-top: 50px;
  }
}
.block-1 .credit {
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-1 .credit {
    margin-left: 100px;
  }
}
.block-1__img {
  width: 78.6666666667vw;
  margin: 0 0 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  .block-1__img {
    width: 295px;
    margin: 0 0 0 200px;
    margin-left: 200px;
  }
}

/*-------- block-2 --------*/
.block-2-1__wrap {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap {
    margin-bottom: -130px;
  }
}
.block-2-1__wrap figure:first-child {
  width: 67.2vw;
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap figure:first-child {
    width: 434px;
  }
}
.block-2-1__wrap figure:nth-child(2) {
  width: 32.8vw;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap figure:nth-child(2) {
    width: 211px;
    margin: 0;
    margin-top: 609px;
  }
}
.block-2-1__wrap figure:nth-child(3) {
  width: 56.5333333333vw;
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap figure:nth-child(3) {
    width: 340px;
    margin: 0;
    margin-top: 132px;
  }
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap {
    display: flex;
  }
}
.block-2 .txt__inner {
  position: relative;
}
.block-2 .credit {
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-2 .credit {
    margin-left: 100px;
  }
}
.block-2 .credit__item-list li {
  border-bottom: var(--c-item_border_even) 1px solid;
}
.block-2__img {
  width: 78.6666666667vw;
  margin: 0 auto 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-2__img {
    width: 295px;
    margin: 0 auto;
  }
}

/*-------- block-3 --------*/
.block-3__img {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-3__img {
    width: 750px;
    margin-bottom: 0;
  }
}
.block-3 .txt__inner {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .block-3 .txt__inner {
    margin-top: 50px;
  }
}
.block-3-1__wrap {
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .block-3-1__wrap {
    margin: 0 0 50px 100px;
  }
}
.block-3 .credit {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .block-3 .credit {
    margin: 0;
  }
}
.block-3-2__wrap {
  margin-bottom: 18.6666666667vw;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .block-3-2__wrap {
    margin-bottom: 70px;
  }
}
.block-3-2__wrap figure {
  width: 38.4vw;
}
@media screen and (min-width: 1000px) {
  .block-3-2__wrap figure {
    width: 220px;
  }
}
.block-3-2__wrap figure:last-child {
  margin-left: 1.8666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-3-2__wrap figure:last-child {
    margin-left: 10px;
  }
}
.block-3-2__wrap__img {
  width: 100%;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-3-2__wrap__img {
    width: 383px;
    margin: 0 0 0 -435px;
  }
}

/*-------- section-01 --------*/
.sec-01__img-01 {
  position: relative;
  width: 84.5333333333vw;
  margin: 0 0 2.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  .sec-01__img-01 {
    width: 37.65625vw;
    margin: 0 auto 7.8125vw;
  }
}
.sec-01__img-01__ttl {
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  top: -14.1333333333vw;
  left: -9.3333333333vw;
  font-size: 18.6666666667vw;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 1000px) {
  .sec-01__img-01__ttl {
    font-size: 7.734375vw;
    top: -5.703125vw;
    left: -3.90625vw;
  }
}
.sec-01__img-01__item {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  position: absolute;
  top: -14.1333333333vw;
  left: 12.5333333333vw;
  font-size: 18.6666666667vw;
  font-size: 2.4vw;
}
@media screen and (min-width: 1000px) {
  .sec-01__img-01__item {
    font-size: 1.09375vw;
    top: -5.703125vw;
    left: 5.703125vw;
  }
}
.sec-01__img-01__item::before {
  content: "";
  display: inline-block;
  background-color: var(--c-txt);
  width: 9.6vw;
  height: 0.2666666667vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec-01__img-01__item::before {
    width: 4.765625vw;
    height: 0.078125vw;
    margin-right: 1.171875vw;
  }
}

#sec-01 .sec-01__wrap {
  width: 78.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #sec-01 .sec-01__wrap {
    width: 23.046875vw;
    margin-left: 8.59375vw;
  }
}
#sec-01 .sec-01__slider {
  width: 84.5333333333vw;
  margin: 0 0 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  #sec-01 .sec-01__slider {
    width: 482px;
  }
}
#sec-01 .txt__inner {
  margin: 0 0 13.3333333333vw 0;
}
@media screen and (min-width: 1000px) {
  #sec-01 .txt__inner {
    margin: 0 0 3.90625vw 0;
  }
}
#sec-01 .credit {
  margin: 0 0 18.6666666667vw 0;
}
@media screen and (min-width: 1000px) {
  #sec-01 .credit {
    margin: 0 0 5.46875vw 0;
  }
}
#sec-01 .block-1__img {
  margin: 0;
}
#sec-01 .sec__inner {
  padding-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec-01 .sec__inner {
    padding-bottom: 7.8125vw;
  }
}

/*-------- pickup --------*/
.pickup {
  position: relative;
  background-color: #FAFAFA;
  padding: 13.3333333333vw 0 26.6666666667vw;
  background-color: #FAFAFA;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .pickup {
    margin: 0 auto 100px;
    padding: 3.90625vw 0 7.8125vw;
  }
}
.pickup::before {
  content: "";
  display: block;
  width: 1px;
  height: 10.6666666667vw;
  background-color: var(--c-txt);
  position: absolute;
  top: -5.3333333333vw;
  left: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 1000px) {
  .pickup::before {
    display: none;
  }
}
.pickup h2 {
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 6.6666666667vw;
  text-align: center;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .pickup h2 {
    font-size: 25px;
    margin: 0 auto 40px;
  }
}
.pickup h2 span {
  display: block;
  width: 19.4666666667vw;
  margin: 2.6666666667vw auto 0;
  font-size: 4vw;
}
@media screen and (min-width: 1000px) {
  .pickup h2 span {
    font-size: 15px;
    width: 73px;
    margin: 10px auto 0;
  }
}

.pickup__list {
  margin: 0 auto 13.3333333333vw;
  padding: 0;
  list-style: none;
}
.pickup__list li {
  width: 41.0666666667vw !important;
  text-align: center;
  flex-shrink: 0;
}
.pickup__list li img {
  max-width: 180px;
  margin: 0 auto;
  display: block;
}
.pickup__list li span {
  display: block;
  margin: 0;
  font-size: 3.2vw;
  color: var(--c-sub);
}
.pickup__list .slick-slide {
  padding: 0 5px;
  box-sizing: border-box;
}

.pickup__list-pc {
  width: 750px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pickup__list-pc li {
  width: 154px;
  margin: 0 auto;
  text-align: center;
}
.pickup__list-pc li span {
  font-size: 12px;
  color: var(--c-sub);
}

.pickup__txt {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .pickup__txt {
    width: 666px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .pickup__txt::after {
    content: "";
    display: block;
    background-color: #D0D0D0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(50%);
    height: 100%;
    width: 1px;
  }
}
.pickup__txt .txt__inner__p {
  width: 78.6666666667vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .pickup__txt .txt__inner__p {
    width: 280px;
    margin: 0;
  }
}

.pickup__credit {
  width: 78.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .pickup__credit {
    width: 271px;
    margin: 0;
  }
}
.pickup__credit__name {
  display: block;
  font-size: 3.4666666667vw;
  margin-bottom: 8vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .pickup__credit__name {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.pickup__credit a {
  display: block;
  width: 78.6666666667vw;
  padding: 4vw;
  background-color: var(--c-txt);
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3.2vw;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid var(--c-txt);
}
@media screen and (min-width: 1000px) {
  .pickup__credit a {
    width: 295px;
    padding: 15px;
    font-size: 12px;
  }
}
.pickup__credit a:hover {
  background-color: #FAFAFA;
  border: 1px solid var(--c-txt);
  color: var(--c-txt);
  opacity: 1 !important;
}

.tax {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .tax {
    font-size: 10px;
  }
}

.allitem {
  background: url(../img/allitem_sp_bg.jpg) no-repeat;
  background-size: cover;
  padding: 24vw 0;
}
@media screen and (min-width: 1000px) {
  .allitem {
    background: url(../img/allitem_pc_bg.jpg) no-repeat;
    background-size: cover;
    padding: 150px;
  }
}
.allitem__ttl {
  font-size: 8vw;
  text-align: center;
  color: #fff;
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .allitem__ttl {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.allitem__btn a {
  display: block;
  width: 78.6666666667vw;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--c-txt);
  text-align: center;
  padding: 3.4666666667vw;
  font-size: 3.4666666667vw;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .allitem__btn a {
    width: 295px;
    padding: 13px;
    font-size: 13px;
  }
}
.allitem__btn a:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  opacity: 1 !important;
}

/*-------- labeltop --------*/
.labeltop {
  margin: 26.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  .labeltop {
    margin: 100px auto;
  }
}
.labeltop a {
  display: block;
  width: 26.6666666667vw;
  margin: 0 auto;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1000px) {
  .labeltop a {
    width: 105px;
  }
}
.labeltop a:hover {
  opacity: 0.5;
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 34.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 1000px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.015625vw;
  }
}

/* --------------------
	move
-------------------- */
.mv__img {
  -webkit-animation: fadeIn 1.5s ease 0s forwards;
          animation: fadeIn 1.5s ease 0s forwards;
  opacity: 0;
  z-index: 10;
}

h1 {
  -webkit-animation: fadeIn 1.5s ease 0.8s forwards;
          animation: fadeIn 1.5s ease 0.8s forwards;
  opacity: 0;
  z-index: 10;
}

.top_logo {
  -webkit-animation: fadeIn 1.5s ease 0.8s forwards;
          animation: fadeIn 1.5s ease 0.8s forwards;
  opacity: 0;
  z-index: 10;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
}

.fadein-active {
  opacity: 1;
  visibility: visible;
}

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
  transform: translateY(20px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadeinright {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
  transform: translateX(-20px);
}

.fadeinright-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.scale {
  overflow: hidden;
}
.scale img {
  transform: scale(1.1);
  transition: all 1s ease;
}

.scale-active {
  overflow: hidden;
}
.scale-active img {
  transform: scale(1);
}
/*# sourceMappingURL=style.css.map */