@charset "UTF-8";
/* ============common
=============================================== */
html {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.body-in {
  position: relative;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 1.1;
}

ul,
ol {
  list-style-type: none;
}

.flex {
  display: flex;
}

.wrapper {
  margin: 0 auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* fonts */
/* ====M PLUS Rounded 1c==== */
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* ====Noto Sans JP==== */
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ====Gasoek One==== */
.gasoek-one-regular {
  font-family: "Gasoek One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sspc-br {
  display: none;
}
@media (max-width: 440px) {
  .sspc-br {
    display: block;
  }
}

/* ============index.css
=============================================== */
.h2-blue {
  color: #A7D8D8;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
  font-size: 4vw;
  font-family: "Gasoek One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  .h2-blue {
    font-size: 40px;
  }
}

/* ============header
=============================================== */
header {
  background-image: url(../image/top-bgi.png);
  background-position: center center;
  background-size: cover;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  header {
    background-size: cover;
    background-position: 45% 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  header {
    background-size: cover;
    background-position: 60% 0%;
    padding-bottom: 20px;
  }
}
header .top-head {
  width: 100%;
  top: 0;
  z-index: 100;
}
@media (max-width: 600px) {
  header .top-head {
    height: 19%;
  }
}
header .logo {
  width: 15%;
  top: 5%;
  left: 4.5%;
  z-index: 200;
}
@media (max-width: 600px) {
  header .logo {
    top: 3.5%;
    width: 19%;
  }
}
header .title-area {
  padding: 250px 0 20px;
  width: 50%;
  margin-left: 10%;
}
@media (max-width: 1080px) {
  header .title-area {
    padding: 220px 0 25px;
    margin-left: 6%;
  }
}
@media (max-width: 768px) {
  header .title-area {
    width: 55%;
    padding: 28% 0 25px;
    margin-left: 4%;
  }
}
@media (max-width: 600px) {
  header .title-area {
    width: 90%;
    padding: 55% 0 3%;
    margin-left: 4%;
  }
}
header .title-area h1 {
  font-size: 3.3vw;
  text-shadow: 4px 4px 0 #DED5CE, -2px 2px 0 #DED5CE, 2px -2px 0 #DED5CE, -2px -2px 0 #DED5CE;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  header .title-area h1 {
    top: -25%;
  }
}
@media (max-width: 768px) {
  header .title-area h1 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  header .title-area h1 {
    text-shadow: 2px 2px 0 #DED5CE, -1px 1px 0 #DED5CE, 1px -1px 0 #DED5CE, -1px -1px 0 #DED5CE;
  }
}
header .title-area h2 {
  font-size: 2.2vw;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
header .title-area h2 span {
  background: linear-gradient(transparent 50%, #F5A7B8 50%);
}
@media (max-width: 768px) {
  header .title-area h2 {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  header .title-area h2 {
    font-size: 16px;
  }
}
header .title-area .title-3 {
  width: 65%;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  header .title-area .title-3 {
    width: 85%;
  }
}
header .title-area .title-3 img {
  display: block;
  padding: 10px;
  width: 38%;
}
@media (max-width: 768px) {
  header .title-area .title-3 img {
    width: 38%;
    min-width: 110px;
  }
}
header .line-btn {
  display: none; /*最初は隠す*/
  margin: 0 auto;
  background-color: #F5A7B8;
  padding: 3px;
  border-radius: 30px;
  width: 280px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  filter: drop-shadow(0px 3px 3px rgba(131, 127, 122, 0.519));
}
header .line-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
header .line-btn .line-btn-inner {
  display: block;
  width: 100%;
  background-color: #F5A7B8;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  padding: 12px 15px;
  font-size: 20px;
}

/* ============ section1
=============================================== */
#section1 {
  background-color: #DED5CE;
}
#section1 .sec1-bgi {
  width: 100%;
  top: 0;
  z-index: 0;
}
#section1 .section1-inner {
  padding: 60px 0;
  width: 80%;
  margin: 0 auto;
  z-index: 100;
  justify-content: center;
}
@media (max-width: 1080px) {
  #section1 .section1-inner {
    width: 90%;
    padding: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  #section1 .section1-inner {
    flex-direction: column;
  }
}
@media (max-width: 440px) {
  #section1 .section1-inner {
    width: 96%;
  }
}
#section1 .section1-inner .sec1-left {
  width: 40%;
  z-index: 100;
}
@media (max-width: 768px) {
  #section1 .section1-inner .sec1-left {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #section1 .section1-inner .sec1-left {
    width: 90%;
  }
}
#section1 .section1-inner .sec1-left .h2-area {
  margin-bottom: 30px;
}
#section1 .section1-inner .sec1-left .h2-area h3 {
  font-size: 17px;
}
#section1 .section1-inner .sec1-left .tab-img {
  display: none;
  border: 2px solid #fff;
  border-radius: 100px;
  filter: drop-shadow(0px 3px 3px rgba(105, 102, 98, 0.519));
}
@media (max-width: 768px) {
  #section1 .section1-inner .sec1-left .tab-img {
    display: block;
    width: 400px;
    height: 350px;
    /* padding: 5px; */
    margin: 20px auto 20px;
       object-fit: cover;
       object-position: 50% 0%;
  }
}
#section1 .section1-inner .sec1-left .sec2-text-area {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  #section1 .section1-inner .sec1-left .sec2-text-area {
    margin: 0 auto;
  }
}
#section1 .section1-inner .sec1-left .sec2-text-area p {
  border-radius: 30px;
  text-align: center;
  padding: 13px 10px;
  background-color: #fff;
  border: 1px solid #F5A7B8;
  filter: drop-shadow(0px 2px 0px #F5A7B8);
  margin: 1vw 0;
}
#section1 .section1-inner .sec1-right {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media (max-width: 1080px) {
  #section1 .section1-inner .sec1-right {
    width: 45%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #section1 .section1-inner .sec1-right {
    display: none;
  }
}
#section1 .section1-inner .sec1-right img {
  margin: 0 auto;
  width: auto;
  border: 2px solid #fff;
  border-radius: 100px;
  height: 420px;
  filter: drop-shadow(0px 3px 3px rgba(168, 156, 140, 0.519));
}
@media (max-width: 1080px) {
  #section1 .section1-inner .sec1-right img {
    height: 390px;
  }
}

/* ============ section2
=============================================== */
#section2 {
  background-color: #EDC2CB;
}
#section2 .section2-inner {
  padding: 60px 0 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  #section2 .section2-inner {
    width: 90%;
    padding: 40px 0 20px;
  }
}
#section2 .section2-inner .sec2-area {
  justify-content: center;
}
#section2 .section2-inner .sec2-area .sec2-left {
  width: 40%;
  z-index: 1;
}
@media (max-width: 768px) {
  #section2 .section2-inner .sec2-area .sec2-left {
    width: 43%;
  }
}
@media (max-width: 440px) {
  #section2 .section2-inner .sec2-area .sec2-left {
    width: 41%;
  }
}
#section2 .section2-inner .sec2-area .sec2-left .sec2-main-img {
  width: 80%;
  margin-top: 20px;
}
@media (max-width: 1080px) {
  #section2 .section2-inner .sec2-area .sec2-left .sec2-main-img {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #section2 .section2-inner .sec2-area .sec2-left .sec2-main-img {
    width: 90%;
    margin-top: 70px;
  }
}
@media (max-width: 440px) {
  #section2 .section2-inner .sec2-area .sec2-left .sec2-main-img {
    width: 98%;
  }
}
#section2 .section2-inner .sec2-area .sec2-left .sec2-sub-img {
  width: 20%;
  top: 19%;
  right: 18%;
}
@media (max-width: 768px) {
  #section2 .section2-inner .sec2-area .sec2-left .sec2-sub-img {
    width: 22%;
    top: 30%;
  }
}
#section2 .section2-inner .sec2-area .sec2-right {
  width: 40%;
  padding-top: 6%;
  z-index: 10;
}
@media (max-width: 1080px) {
  #section2 .section2-inner .sec2-area .sec2-right {
    width: 45%;
  }
}
@media (max-width: 768px) {
  #section2 .section2-inner .sec2-area .sec2-right {
    width: 51%;
    padding-top: 18%;
  }
}
#section2 .section2-inner .sec2-area .sec2-right p {
  border-radius: 30px;
  text-align: center;
  padding: 1.2vw 10px;
  background-color: #fff;
  border: 2px dotted #A7D8D8;
  margin-bottom: 2vw;
}
@media (max-width: 768px) {
  #section2 .section2-inner .sec2-area .sec2-right p {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  #section2 .section2-inner .sec2-area .sec2-right p {
    padding: 1.2vw 5px;
  }
}
#section2 .section2-inner .sec2-area .sec2-right .sec2-text2 {
  margin-left: 30px;
  margin-right: -30px;
}
#section2 .section2-inner .sec2-area .sec2-right .sec2-text3 {
  margin-left: -30px;
  margin-right: 30px;
}
@media (max-width: 440px) {
  #section2 .section2-inner .sec2-area .sec2-right .line1 {
    line-height: 2rem;
  }
}

/* ============ section3
=============================================== */
#section3 {
  background-color: #EEE;
}
#section3 .section3-inner {
  padding: 60px 0 60px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  #section3 .section3-inner {
    width: 90%;
  }
}
#section3 .section3-inner .h2-area {
  width: 80%;
  margin: 0 auto;
}
#section3 .sec3-area {
  background-image: url(../image/sec3-bgi.png);
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#section3 .sec3-area .item-box {
  width: 28%;
  background-color: #fff;
  padding: 5px;
  margin: 25px 0;
}
@media (max-width: 1080px) {
  #section3 .sec3-area .item-box {
    width: 280px;
  }
}
#section3 .sec3-area .item-box .sec3-item {
  background-color: rgba(167, 216, 216, 0.2);
  border: 2px solid #A7D8D8;
  height: 100%;
}
#section3 .sec3-area .item-box .sec3-item img {
  padding: 5px;
}
#section3 .sec3-area .item-box .sec3-item h4 {
  padding: 5px;
  text-align: center;
}
#section3 .sec3-area .item-box .sec3-item .p-box {
  display: block;
  padding: 5px;
}
#section3 .sec3-area .item-box .sec3-item .p-box p {
  padding: 5px;
}
#section3 .sec3-area .item-box .sec3-item .sec3-1 {
  width: 60%;
  top: -27%;
  left: -23%;
}
@media (max-width: 1080px) {
  #section3 .sec3-area .item-box .sec3-item .sec3-1 {
    top: -25%;
  }
}
#section3 .sec3-area .item-box .sec3-item .sec3-2 {
  width: 60%;
  top: -25%;
  left: -22%;
}
@media (max-width: 1080px) {
  #section3 .sec3-area .item-box .sec3-item .sec3-2 {
    top: -23%;
  }
}
#section3 .sec3-area .item-box .sec3-item .sec3-3 {
  width: 60%;
  top: -24%;
  left: -22%;
}
@media (max-width: 1080px) {
  #section3 .sec3-area .item-box .sec3-item .sec3-3 {
    top: -22%;
  }
}

/* ============ section4
=============================================== */
#section4 {
  background-color: #A7D8D8;
}
#section4 .section4-inner {
  padding: 60px 0 60px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  #section4 .section4-inner {
    width: 90%;
  }
}
@media (max-width: 440px) {
  #section4 .section4-inner {
    width: 98%;
  }
}
#section4 .section4-inner .h2-area {
  width: 80%;
  margin: 0 auto;
}
#section4 .section4-inner .sec4-area {
  width: 100%;
  justify-content: space-evenly;
  padding: 30px 0;
}
#section4 .section4-inner .sec4-area img {
  width: 26%;
  filter: drop-shadow(1px 2px 3px rgba(147, 140, 168, 0.519));
}
#section4 .section4-inner p {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #a5a5a5;
}
@media (max-width: 440px) {
  #section4 .section4-inner p {
    padding: 5px 12px;
  }
}

/* ============ section5
=============================================== */
#section5 {
  background-color: #EEE;
  background: url(../image/sec5-bgi1.png), url(../image/sec5-bgi2.png);
  background-size: 10%, 10%;
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 10%, 0% 70%;
}
@media (max-width: 440px) {
  #section5 {
    background-size: 15% 15%;
    background-position: 100% 20%, 0% 60%;
  }
}
#section5 .section5-inner {
  padding: 60px 0 60px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  #section5 .section5-inner {
    width: 90%;
  }
}
#section5 .section5-inner .h2-area {
  width: 80%;
  margin: 0 auto;
}
#section5 .section5-inner .sec5-area {
  padding-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
#section5 .section5-inner .sec5-area .item-sets {
  width: 300px;
  padding: 20px 0;
  filter: drop-shadow(0px 3px 3px rgba(103, 101, 100, 0.443));
}
@media (max-width: 440px) {
  #section5 .section5-inner .sec5-area .item-sets {
    flex-direction: column;
    padding: 35px 0;
  }
}
#section5 .section5-inner .sec5-area .item-sets .sec5-item {
  width: 100%;
  height: 100%;
  padding: 15px 5px;
  margin: 0;
  background-color: #F5F5F5;
  border: 1px solid #FFCED9;
}
#section5 .section5-inner .sec5-area .item-sets .sec5-item h4 {
  padding: 14px 0 11px;
  border-bottom: 1px dotted #F5A7B8;
  text-align: center;
}
#section5 .section5-inner .sec5-area .item-sets .sec5-item .h4-line2 {
  padding: 22px 5px;
}
#section5 .section5-inner .sec5-area .item-sets .sec5-item .sec5-text {
  padding: 15px 10px;
  display: block;
  text-align: center;
}
#section5 .section5-inner .sec5-area .item-sets .sec5-item .absolute {
  top: -20%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 35%;
}
@media (max-width: 440px) {
  #section5 .section5-inner .sec5-area .item-sets .sec5-item .absolute {
    width: 30%;
    top: -26%;
  }
}
#section5 .section5-inner .sec5-area .item-sets .next-p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  color: #F5A7B8;
  font-size: 1.2rem;
}
@media (max-width: 440px) {
  #section5 .section5-inner .sec5-area .item-sets .next-p {
    transform: rotate(90deg);
  }
}
#section5 .section5-inner .sec5-area .item-sets .next-p-non {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  color: rgba(245, 167, 184, 0);
  font-size: 1.2rem;
}

/* ============ section6
=============================================== */
#section6 {
  background-color: #EDC2CB;
}
#section6 .section6-inner {
  padding: 60px 0 60px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  #section6 .section6-inner {
    width: 90%;
    padding: 60px 0 40px;
  }
}
#section6 .section6-inner .h2-area {
  width: 80%;
  margin: 0 auto;
}
#section6 .sec6-area {
  justify-content: space-evenly;
  margin-top: 40px;
}
@media (max-width: 1080px) {
  #section6 .sec6-area {
    flex-wrap: wrap;
  }
}
#section6 .sec6-area .sec6-outside {
  width: 380px;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
#section6 .sec6-area .sec6-outside .sec6-inside {
  border: 1px solid #F5A7B8;
  background-image: url(../image/sec3-bgi.png);
  background-size: contain;
  background-repeat: repeat;
  height: 100%;
}
#section6 .sec6-area .sec6-outside .sec6-inside h4 {
  text-align: center;
}
#section6 .sec6-area .sec6-outside .sec6-inside img {
  display: block;
  width: 30%;
  margin: 20px auto;
}
#section6 .sec6-area .sec6-outside .sec6-inside .recommend {
  color: #F5A7B8;
  text-align: center;
}
#section6 .sec6-area .sec6-outside .sec6-inside .sec6-text {
  padding: 10px;
}

/* ============ section7
=============================================== */
#section7 {
  background-color: #EEE;
  background-image: url(../image/sec7-bgi.png);
  background-size: contain;
  background-repeat: repeat;
}
#section7 .section7-inner {
  padding: 60px 0 60px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  #section7 .section7-inner {
    width: 90%;
  }
}
#section7 .section7-inner .h2-area {
  width: 80%;
  margin: 0 auto;
}
#section7 .section7-inner .faq {
  width: 100%;
  max-width: 750px;
  margin: 20px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#section7 .section7-inner .faq-item {
  border-bottom: 1px solid #ddd;
}
#section7 .section7-inner .faq-question {
  width: 100%;
  padding: 15px 20px;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2b2b2b;
}
#section7 .section7-inner .faq-answer {
  display: none;
  padding: 15px;
  background: #f8f7f5;
  color: #6eb4b4;
}
#section7 .section7-inner .arrow {
  width: 15px;
  height: 15px;
  border-right: 6px solid #A7D8D8;
  border-bottom: 6px solid #A7D8D8;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
#section7 .section7-inner .faq-item.active .faq-answer {
  display: block;
}
#section7 .section7-inner .faq-item.active .arrow {
  transform: rotate(-135deg);
}

/* ============ section8
=============================================== */
#section8 {
  background-color: #DED5CE;
  background-image: url(../image/sec8-bgi.png);
  background-size: 100%;
  background-position: bottom;
}
@media (max-width: 768px) {
  #section8 {
    position: relative;
  }
}
#section8 .section8-inner {
  padding: 60px 0 60px;
  width: 80%;
  margin: 0 auto;
  z-index: 90;
}
@media (max-width: 1080px) {
  #section8 .section8-inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #section8 .section8-inner {
    width: 94%;
  }
}
#section8 .section8-inner .sec8-area {
  width: 80%;
  justify-content: center;
  margin: 0 auto;
  z-index: 100;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #section8 .section8-inner .sec8-area {
    width: 95%;
  }
}
#section8 .section8-inner .sec8-area .h2-area {
  width: 60%;
}
@media (max-width: 768px) {
  #section8 .section8-inner .sec8-area .h2-area {
    width: 100%;
  }
}
#section8 .section8-inner .sec8-area .h2-area .sec8-text {
  width: 90%;
  padding-top: 25px;
  font-size: 1.5vw;
  color: #ffffff;
  text-shadow: 1px 1px 2px #a5a5a5;
  font-weight: 600;
}
@media (max-width: 768px) {
  #section8 .section8-inner .sec8-area .h2-area .sec8-text {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #section8 .section8-inner .sec8-area .h2-area .sec8-text {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
  }
}
#section8 .section8-inner .sec8-area .sec8-img-box {
  width: 30%;
  z-index: 100;
}
@media (max-width: 600px) {
  #section8 .section8-inner .sec8-area .sec8-img-box {
    width: 25%;
    top: 5px;
    right: 10px;
    position: absolute;
  }
}
@media (max-width: 440px) {
  #section8 .section8-inner .sec8-area .sec8-img-box {
    width: 30%;
    top: 45px;
    right: 20px;
  }
}
#section8 .section8-inner .sec8-area .sec8-img-box img {
  width: 100%;
  filter: drop-shadow(0px 3px 3px rgba(154, 144, 133, 0.618));
}

/* ============ footer
=============================================== */
footer img {
  display: block;
  width: 10%;
  margin: 20px auto;
}
@media (max-width: 600px) {
  footer img {
    width: 20%;
  }
}
@media (max-width: 440px) {
  footer img {
    width: 30%;
  }
}
footer .footer-flex {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}
footer .footer-flex .tt p, footer .footer-flex .td p {
  padding: 5px 6px;
}
footer small {
  display: flex;
  justify-content: center;
  padding: 20px 0 10px;
}

/* =============  fade  ================ */
.js-fadeBottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1.2s, visibility 1.2s, transform 1.8s;
}

.js-fadeBottom.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fadeTop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60px);
  transition: opacity 1s, visibility 1s, transform 1.8s;
}

.js-fadeTop.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: opacity 1s, visibility 1s, transform 1.8s;
}

.js-fadeLeft.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.js-fadeRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  transition: opacity 1s, visibility 1s, transform 1.8s;
}

.js-fadeRight.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
/*# sourceMappingURL=style.css.map */