@charset "UTF-8";
/**
* Bag Collection 2021aw スタイル設定CSS
* Created  on: 2021.8.11
* Modified on: 2021.8.11
**/
/**
 * Bag Collection 2021aw トンマナ用CSS
 * Created on: 2021.8.11
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/*--------------------------------------------------------
　OTHERS
--------------------------------------------------------*/
/*--------------------------------------------------------
　BASE STYLE
--------------------------------------------------------*/
.allwrap {
  width: 100%;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1F1F1F;
}

.br {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .sp-visible {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc-visible {
    display: none;
  }
}
/*--------------------------------------------------------
　HEADER
--------------------------------------------------------*/
.header__block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 68px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header__menubtn {
    padding: 10px 8%;
    cursor: pointer;
  }
  .header__campaign {
    padding: 0 8%;
    cursor: pointer;
  }
}

/*--------------------------------------------------------
　NAV
--------------------------------------------------------*/
.nav__block {
  width: 90%;
  height: 70px;
  border: 2px solid #1F1F1F;
  box-sizing: border-box;
  position: absolute;
  top: 70px;
  left: 5%;
  z-index: 1;
}
.nav__block ul {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav__block li {
  width: 190px;
}
.nav__block li a {
  display: block;
  padding: 10px 0;
  font-family: 'DINPro-Medium';
  font-size: 16px;
  text-align: center;
  color: #1F1F1F;
}
.nav__block li a:hover {
  color: inherit !important;
}
@media only screen and (min-width: 981px) {
  .nav__block li a {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
  }
  .nav__block li a:hover {
    opacity: .7;
  }
}
.nav__block li:last-child a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/logo_hh.svg") no-repeat center center/44px auto;
}
@media only screen and (max-width: 980px) {
  .nav__block ul li {
    width: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .nav__block {
    width: 100%;
    height: auto;
    border: none;
    position: fixed;
    top: 68px;
    left: 0;
    transform: translate(0, -100%);
  }
  .nav__block ul {
    display: block;
    background: #FFFFFF;
    padding: 40px 0;
  }
  .nav__block ul li {
    width: 100%;
  }
  .nav__block ul li a {
    padding: 20px 0;
    font-size: 19px;
  }
  .nav__block ul li:last-child a {
    text-indent: 0;
    white-space: normal;
    background: none;
  }
  .nav__block + div {
    padding-bottom: 132px;
  }
}
.is-SP .nav__block {
  transform: translate(0, -100%);
  transition: .4s;
}
.is-SP .nav__block.is-open {
  transform: translate(0, 0);
}

/*--------------------------------------------------------
　MAIN
--------------------------------------------------------*/
.mv__block {
  height: 100vh;
  padding: 200px 5% 25vh;
  box-sizing: border-box;
}
.mv__area {
  width: 100%;
  height: 100%;
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/main_img.jpg") no-repeat right center/cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.mv__ttlbox {
  width: 507px;
  border: 2px solid #FFFFFF;
  font-family: 'DINPro-Regular';
  font-size: 22px;
  text-align: center;
  color: #FFFFFF;
}
.mv__ttlbox .line1 {
  width: 100%;
  padding: 8px 0;
  border-bottom: 2px solid #FFFFFF;
}
.mv__ttlbox .line2 {
  width: 100%;
  font-size: 28px;
  padding: 20px 0;
  border-bottom: 2px solid #FFFFFF;
}
.mv__ttlbox .line3, .mv__ttlbox .line4 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.mv__ttlbox .line3 > span, .mv__ttlbox .line4 > span {
  display: block;
  width: 50%;
  padding: 8px 0;
}
.mv__ttlbox .line3 > span:first-child, .mv__ttlbox .line4 > span:first-child {
  border-right: 2px solid #FFFFFF;
  box-sizing: border-box;
}
.mv__ttlbox .line3 {
  border-bottom: 2px solid #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .mv__block {
    padding: 68px 0 60px;
  }
  .mv__area {
    background: url("/static/full/hellyhansen/bagcollection_2021aw/images/main_img_sp.jpg") no-repeat center bottom/cover;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .mv__ttlbox {
    width: 82%;
    margin-top: 10vh;
    font-size: 20px;
  }
  .mv__ttlbox .line2 {
    font-size: 26px;
  }
}

.item__block {
  padding: 0 0 400px;
}
.item__mv {
  width: 100%;
  height: 664px;
  position: relative;
  overflow: hidden;
  margin-bottom: 200px;
}
.item__mv-img {
  width: 100%;
  height: 110%;
  overflow: hidden;
}
.item__mv-img img, .item__mv-img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item__ttlbox {
  width: 90%;
  margin: 0 auto;
  background: #FFFFFF;
  border: 2px solid #1F1F1F;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.item__ttl {
  width: 28%;
  height: 156px;
  border-right: 2px solid #1F1F1F;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'DINPro-Medium';
  font-size: 28px;
}
.item__summary {
  width: 72%;
  height: 156px;
  padding: 0 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 2;
}
.item__list {
  margin: 0 0 0 5%;
}
.item__single {
  margin-top: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.item__txt {
  width: 416px;
}
.item__txt .name {
  margin-bottom: 10px;
}
.item__txt .name a {
  display: block;
  width: 380px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 981px) {
  .item__txt .name a {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
  }
  .item__txt .name a:hover {
    opacity: .7;
  }
}
.item__txt .price {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.item__txt .txt {
  width: 233px;
  font-size: 14px;
  line-height: 2;
  color: #707070;
  margin-top: 2em;
}
.item__slider {
  width: calc(100% - 416px);
}
.item__slider .swiper-slide {
  width: 21vw;
}
@media only screen and (min-width: 981px) {
  .item__slider .swiper-slide a {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
  }
  .item__slider .swiper-slide a:hover {
    opacity: .7;
  }
}
.item__slider .swiper-button-next {
  width: 25px;
  height: 50px;
  margin-top: -25px;
  background: none;
  right: 5%;
}
.item__slider .swiper-button-next::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 18px;
  border-style: solid;
  border-color: #FFFFFF #FFFFFF transparent transparent;
  position: absolute;
  top: 7px;
  right: 0;
  transform: rotate(45deg);
}
.item__imggroup {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.item__imggroup > div:first-child {
  margin-right: 5px;
}
.item__imggroup > div:last-child {
  margin-left: 5px;
}
@media only screen and (min-width: 981px) {
  .item__imggroup a {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
  }
  .item__imggroup a:hover {
    opacity: .7;
  }
}
@media only screen and (max-width: 980px) {
  .item__mv {
    margin-bottom: 100px;
  }
  .item__ttlbox {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .item__ttl {
    width: 100%;
    height: auto;
    padding: 40px 0;
    border-right: none;
    border-bottom: 2px solid #1F1F1F;
  }
  .item__summary {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .item__single {
    margin-top: 100px;
  }
  .item__txt {
    width: 300px;
  }
  .item__txt .name a {
    width: 300px;
    height: 40px;
  }
  .item__slider {
    width: calc(100% - 300px);
  }
  .item__slider .swiper-slide {
    width: 30vw;
  }
}
@media only screen and (max-width: 767px) {
  .item__block {
    padding-bottom: 132px;
    padding-top: 68px;
  }
  .item__mv {
    margin-bottom: 0;
  }
  .item__ttlbox {
    width: 82%;
    margin-top: -170px;
    margin-bottom: 200px;
  }
  .item__ttl {
    font-size: 26px;
  }
  .item__list {
    margin: 0;
  }
  .item__single {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .item__txt {
    width: 100%;
    margin-top: 40px;
  }
  .item__txt .name {
    text-align: center;
  }
  .item__txt .name a {
    width: 100%;
    height: 100%;
    text-indent: 0;
    white-space: normal;
    background: none !important;
    font-size: 20px;
    font-weight: bold;
    color: #1F1F1F;
  }
  .item__txt .price {
    font-size: 14px;
    text-align: center;
  }
  .item__txt .txt {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .item__slider {
    width: 100%;
  }
  .item__slider .swiper-slide {
    width: 60vw;
  }
  .item__slider .swiper-button-next {
    width: 17px;
    height: 34px;
    margin-top: -17px;
    right: 8%;
  }
  .item__slider .swiper-button-next::before {
    border-width: 12px;
    top: 5px;
    right: 5px;
  }
  .item__imggroup {
    display: none;
  }
}

.outdoor__item1 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name1.svg") no-repeat 0 0/100% auto;
}
.outdoor__item2 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name2.svg") no-repeat 0 0/100% auto;
}
.outdoor__item3 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name3.svg") no-repeat 0 0/100% auto;
}
.outdoor__item4 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name4.svg") no-repeat 0 0/100% auto;
}
.outdoor__item5 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name5.svg") no-repeat 0 0/100% auto;
}
.outdoor__item6 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name6.svg") no-repeat 0 0/100% auto;
}
.outdoor__item7 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name7.svg") no-repeat 0 0/100% auto;
}
.outdoor__item8 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name8.svg") no-repeat 0 0/100% auto;
}
.outdoor__item9 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name9.svg") no-repeat 0 0/100% auto;
}
.outdoor__item10 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name10.svg") no-repeat 0 0/100% auto;
}
.outdoor__item11 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name11.svg") no-repeat 0 0/100% auto;
}
.outdoor__item12 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/outdoor_name12.svg") no-repeat 0 0/100% auto;
}
.outdoor__item8, .outdoor__item10, .outdoor__item12 {
  width: 49vw;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.outdoor__item8 .item__txt, .outdoor__item10 .item__txt, .outdoor__item12 .item__txt {
  width: 100%;
}
.outdoor__item8 .item__txt .txt, .outdoor__item10 .item__txt .txt, .outdoor__item12 .item__txt .txt {
  width: 100%;
}
.outdoor__item9, .outdoor__item11 {
  width: 43vw;
  margin-left: auto;
  margin-right: 5%;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.outdoor__item9 .item__txt, .outdoor__item11 .item__txt {
  width: 100%;
}
.outdoor__item9 .item__txt .txt, .outdoor__item11 .item__txt .txt {
  width: 100%;
}
.outdoor__item9 {
  margin-top: -30px;
}
.outdoor__item10 {
  margin-top: -200px;
}
.outdoor__item10 .item__imggroup {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.outdoor__item12 {
  margin-top: -170px;
}
.outdoor__item12 .item__imggroup {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 980px) {
  .outdoor__item8, .outdoor__item10, .outdoor__item12 {
    width: 70vw;
    margin-top: 100px;
  }
  .outdoor__item9, .outdoor__item11 {
    width: 61vw;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .outdoor__item8, .outdoor__item9, .outdoor__item10, .outdoor__item11, .outdoor__item12 {
    width: 100%;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .outdoor__item8 .item__txt .txt, .outdoor__item9 .item__txt .txt, .outdoor__item10 .item__txt .txt, .outdoor__item11 .item__txt .txt, .outdoor__item12 .item__txt .txt {
    width: 65%;
  }
}

.seaside__item1 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/seaside_name1.svg") no-repeat 0 0/100% auto;
}
.seaside__item2 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/seaside_name2.svg") no-repeat 0 0/100% auto;
}
.seaside__item3 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/seaside_name3.svg") no-repeat 0 0/100% auto;
}

.urban__block {
  padding-bottom: 200px;
}
.urban__item1 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name1.svg") no-repeat 0 0/100% auto;
}
.urban__item2 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name2.svg") no-repeat 0 0/100% auto;
}
.urban__item3 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name3.svg") no-repeat 0 0/100% auto;
}
.urban__item4 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name4.svg") no-repeat 0 0/100% auto;
}
.urban__item5 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name5.svg") no-repeat 0 0/100% auto;
}
.urban__item6 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name6.svg") no-repeat 0 0/100% auto;
}
.urban__item7 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name7.svg") no-repeat 0 0/100% auto;
}
.urban__item8 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name8.svg") no-repeat 0 0/100% auto;
}
.urban__item9 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name9.svg") no-repeat 0 0/100% auto;
}
.urban__item10 .item__txt .name a {
  background: url("/static/full/hellyhansen/bagcollection_2021aw/images/urban_name10.svg") no-repeat 0 0/100% auto;
}
.urban__item4 .item__txt .name a {
  height: 124px;
}
.urban__item7 {
  width: 49vw;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.urban__item7 .item__txt {
  width: 100%;
}
.urban__item7 .item__txt .txt {
  width: 100%;
}
.urban__item8 {
  width: 43vw;
  margin-top: -100px;
  margin-left: auto;
  margin-right: 5%;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.urban__item8 .item__txt {
  width: 100%;
}
.urban__item8 .item__txt .txt {
  width: 100%;
}
.urban__item9 {
  width: 43vw;
  margin-top: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.urban__item9 .item__txt {
  width: 100%;
}
.urban__item9 .item__txt .txt {
  width: 100%;
}
.urban__item10 {
  width: 64.3vw;
  margin-top: 130px;
  margin-left: auto;
  margin-right: 5%;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.urban__item10 .item__txt {
  width: 100%;
}
.urban__item10 .item__txt .txt {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .urban__item4 .item__txt .name a {
    height: 98px;
  }
  .urban__item7 {
    width: 70vw;
    margin-top: 100px;
  }
  .urban__item8, .urban__item9 {
    width: 61vw;
    margin-top: 100px;
  }
  .urban__item10 {
    width: 95%;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .urban__block {
    padding-bottom: 70px;
  }
  .urban__item4 .item__txt .name a {
    height: 100%;
  }
  .urban__item7, .urban__item8, .urban__item9, .urban__item10 {
    width: 100%;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .urban__item7 .item__txt .txt, .urban__item8 .item__txt .txt, .urban__item9 .item__txt .txt, .urban__item10 .item__txt .txt {
    width: 65%;
  }
}

.campaign__block {
  padding: 0 0 200px;
}
.campaign__box {
  width: 882px;
  max-width: 90%;
  background: #1F1F1F;
  color: #FFFFFF;
  padding: 44px;
  margin: 0 auto;
  box-sizing: border-box;
}
.campaign__tag {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.campaign__period {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.campaign__ttl {
  font-size: 28px;
  font-weight: bold;
  margin: 1em 0;
}
.campaign__txt {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
}
.campaign__item {
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.campaign__item .bold {
  width: 100%;
  font-size: 16px;
  margin-bottom: 1em;
}
.campaign__item .txt {
  width: 50%;
  font-family: 'DINPro-Regular';
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .campaign__block {
    padding-top: 68px;
    padding-bottom: 130px;
  }
  .campaign__box {
    width: 100%;
    padding: 40px 8%;
  }
  .campaign__tag {
    display: none;
  }
  .campaign__ttl {
    font-size: 25px;
  }
}

.modal__area {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}
.modal__area.is-show {
  visibility: visible;
  opacity: 1;
}
.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(49, 49, 49, 0.5);
}
.modal__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow-y: scroll;
}
.modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #1F1F1F;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
}
.modal__close::before {
  transform: rotate(45deg) translate(-5px, -5px);
}
.modal__close::after {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media only screen and (max-width: 767px) {
  .modal__close {
    top: 0;
  }
}

/*--------------------------------------------------------
　FOOTER
--------------------------------------------------------*/
.footer__block {
  border-top: 1px solid #707070;
  background: #FFFFFF;
  text-align: center;
  padding: 50px 0;
}
.footer__logo {
  width: 118px;
  margin: 0 auto;
}
@media only screen and (min-width: 981px) {
  .footer__logo a {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
  }
  .footer__logo a:hover {
    opacity: .7;
  }
}

/*--------------------------------------------------------
　SCROLL ANIMATION
--------------------------------------------------------*/
.fade-up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
  transition-delay: .3s;
}
.fade-up.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-down {
  opacity: 0;
  transform: translate(0, -50px);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
  transition-delay: .3s;
}
.fade-down.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
  transition-delay: .3s;
}
.fade-left.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: opacity 0.8s ease-in-out, all 0.8s ease;
  transition-delay: .3s;
}
.fade-right.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-scale {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.8s cubic-bezier(0.65, -0.55, 0.265, 1.55);
}
.fade-scale.is-inview {
  opacity: 1;
  transform: scale(1);
}
