@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.onmouse {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.onmouse:hover {
  opacity: 0.6;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

.sp_only_inline {
  display: none;
}

@media screen and (max-width:740px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only_inline {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
}
/**scss共通ここまで***/
/*
header#header{
	z-index: 799;
	@media screen and (max-width:740px){
		position: fixed;
		top:0;
		left:0;
	}
	&.active{

		position: fixed;
		top:0;
		left:0;
	}
}
*/
.f_roboto_c_titles {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #4C4C4C;
  font-size: 3.8rem !important;
}
@media screen and (max-width:740px) {
  .f_roboto_c_titles {
    font-size: 3rem !important;
    margin-left: -0.75rem !important;
  }
}

.f_roboto_c {
  font-family: "Roboto Condensed", sans-serif !important;
}

.f_roboto {
  font-family: "Roboto", sans-serif !important;
}

.f_lato {
  font-family: "Lato", sans-serif !important;
}

@media screen and (max-width:740px) {
  .ccm-page .section-heading {
    margin-bottom: 3rem;
  }
}

.first_contena {
  position: relative;
  min-height: 100vh;
  z-index: 10;
  pointer-events: none;
}

.second_contena {
  padding: 125px 0 200px;
  color: #fff;
  position: relative;
  z-index: 10;
  text-align: center;
  line-height: 240%;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:740px) {
  .second_contena {
    padding: 10vw 0 25vw;
    font-size: 3.5vw;
  }
}

.back_contena_img {
  position: fixed;
  width: 100%;
  height: 200%;
  top: 0px;
  left: 0;
  z-index: 1;
  background-image: url(/application/themes/ryobi_sys/assets/img_brand/brand_back_pc.jpg);
  background-position: center center;
  background-size: cover;
  transform: translate(0%, -25%);
}
@media screen and (max-width:740px) {
  .back_contena_img {
    height: 295%;
    background-image: url(/application/themes/ryobi_sys/assets/img_brand/brand_back_sp.jpg);
    transform: translate(0%, -5vw);
  }
}
.back_contena_img .inmask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.8s ease-out;
  opacity: 0;
}
.back_contena_img .inmask.active {
  opacity: 1;
}

.bra_scroll {
  width: 34px;
  position: fixed;
  z-index: 20;
  top: calc(100vh - 75px);
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.4s ease-out;
  pointer-events: none;
}
@media screen and (max-width:740px) {
  .bra_scroll {
    width: 30px;
    top: calc(100vh - 50px);
  }
}
.bra_scroll.active {
  opacity: 0;
}

.teme {
  animation: metsu 1.5s infinite;
}

@keyframes metsu {
  50% {
    opacity: 0;
  }
}
.infirst {
  width: 100%;
  height: 100vh;
  position: relative;
}
.infirst .top_text_contena {
  position: absolute;
  z-index: 15;
  width: 30%;
  max-width: 405px;
  top: 44.5%;
  left: 26%;
  padding-bottom: 100px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:1000px) {
  .infirst .top_text_contena {
    width: 32.5%;
    max-width: 800px;
    top: 44.5%;
    left: 12.5%;
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width:740px) {
  .infirst .top_text_contena {
    width: 75%;
    max-width: 800px;
    top: 65%;
    left: 12.5%;
    transform: translate(0%, -50%);
  }
}
.infirst .top_text_contena .brandtext {
  width: 42.2%;
  margin-bottom: 26px;
}
@media screen and (max-width:1366px) {
  .infirst .top_text_contena .brandtext {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width:1000px) {
  .infirst .top_text_contena .brandtext {
    width: 126px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:740px) {
  .infirst .top_text_contena .brandtext {
    width: 42.2%;
    margin-bottom: 5vw;
  }
}
.infirst .top_text_contena h3 {
  font-size: 28px;
  margin-bottom: 55px;
  font-weight: bold;
  color: #1B224C;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-bottom: 0rem;
  border-bottom: 0rem solid #0065c8;
  color: #fff;
  width: 100%;
  position: relative;
}
@media screen and (max-width:1366px) {
  .infirst .top_text_contena h3 {
    font-size: 2vw;
    margin-bottom: 3.9vw;
  }
}
@media screen and (max-width:1000px) {
  .infirst .top_text_contena h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width:740px) {
  .infirst .top_text_contena h3 {
    font-size: 5vw;
    width: 100%;
    margin-bottom: 10vw;
  }
}
.infirst .top_text_contena p.ints {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 55px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1366px) {
  .infirst .top_text_contena p.ints {
    font-size: 1.2vw;
    margin-bottom: 3.9vw;
  }
}
@media screen and (max-width:1000px) {
  .infirst .top_text_contena p.ints {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width:740px) {
  .infirst .top_text_contena p.ints {
    font-size: 3vw;
    margin-bottom: 10vw;
  }
}
.infirst .times01, .infirst .times02, .infirst .times03, .infirst .times04 {
  -webkit-transition: all 1.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translate(30px, 0px);
}
.infirst .times01.active, .infirst .times02.active, .infirst .times03.active, .infirst .times04.active {
  opacity: 1;
  transform: translate(0%, 0px);
}
.infirst .times02, .infirst .times03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

h2.brandtitles {
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0rem;
  border-left-width: 0;
  font-size: 20px;
  background-color: transparent;
  line-height: 100%;
}
@media screen and (max-width:740px) {
  h2.brandtitles {
    margin-bottom: 30px;
  }
}
h2.brandtitles .eng {
  display: block;
  width: 100%;
  font-size: 48px;
  color: #B4B4B4;
  font-family: "Roboto Condensed", sans-serif !important;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:740px) {
  h2.brandtitles .eng {
    font-size: 7.5vw;
  }
}
h2.brandtitles .jp {
  display: block;
  font-size: 20px;
  width: 100%;
  font-weight: 600;
  color: #5ED0FD;
  letter-spacing: 0.05em;
}
@media screen and (max-width:740px) {
  h2.brandtitles .jp {
    font-size: 3.6vw;
  }
}

.brand_midashi {
  font-size: 28px;
  color: #1255A3;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 75px;
}
@media screen and (max-width:740px) {
  .brand_midashi {
    font-size: 4.6vw;
    margin-bottom: 30px;
  }
}

#contents_hidden {
  width: 100%;
  overflow: hidden;
}

.ccm-page .breadcrumb {
  position: relative;
  z-index: 2;
}

#section02 {
  width: 100%;
  background-color: #F8F9FA;
  position: relative;
  z-index: 10;
}
#section02 .section__in {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width:740px) {
  #section02 .section__in {
    padding: 50px 0 50px 0;
  }
}
#section02 h2 {
  width: 100%;
  background-color: #EEF7FF;
  border-left: 4px solid #0065C8;
  padding: 1.05em 1.5em 1.15em 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}
@media screen and (max-width:740px) {
  #section02 h2 {
    border-left: 4px solid #0065C8;
    font-size: 1.7rem;
    line-height: 1.48;
    padding: 1.1rem 2.5rem 1.2rem 1.8rem;
    margin-bottom: 3rem;
  }
}
#section02 figure.imgs01 {
  width: 100%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:740px) {
  #section02 figure.imgs01 {
    margin-bottom: 2em;
  }
}
#section02 .base_text01 {
  width: 87.5%;
  line-height: 177%;
  font-weight: 400;
  color: rgb(0, 101, 200);
  margin: 0 auto;
  letter-spacing: 0.12em;
}
@media screen and (max-width:740px) {
  #section02 .base_text01 {
    width: 100%;
    font-size: 3.2vw;
  }
}

#section03 {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
#section03 .section__in {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 140px 0;
}
@media screen and (max-width:740px) {
  #section03 .section__in {
    padding: 50px 0;
  }
}
#section03 h2 {
  width: 100%;
  background-color: #EEF7FF;
  border-left: 4px solid #0065C8;
  padding: 1.05em 1.5em 1.15em 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}
@media screen and (max-width:740px) {
  #section03 h2 {
    border-left: 4px solid #0065C8;
    font-size: 1.7rem;
    line-height: 1.48;
    padding: 1.1rem 2.5rem 1.2rem 1.8rem;
    margin-bottom: 3rem;
  }
}
#section03 h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5em;
}
#section03 h3 .sub {
  text-align: center;
  line-height: 100%;
}
#section03 h3 .main {
  text-align: center;
  line-height: 140%;
}
#section03 h3 .setsumei {
  text-align: center;
  line-height: 140%;
}
#section03 figure.imgs01 {
  width: 100%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:740px) {
  #section03 figure.imgs01 {
    margin-bottom: 2em;
  }
}
#section03 .base_text02 {
  width: 87.5%;
  line-height: 177%;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0.12em;
}
@media screen and (max-width:740px) {
  #section03 .base_text02 {
    width: 87.5%;
    font-size: 3.2vw;
  }
}

#section04 {
  width: 100%;
  background-color: #F8F9FA;
  position: relative;
  z-index: 10;
}
#section04 .section__in {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width:740px) {
  #section04 .section__in {
    padding: 50px 0;
  }
}
#section04 h2 {
  width: 100%;
  background-color: #EEF7FF;
  border-left: 4px solid #0065C8;
  padding: 1.05em 1.5em 1.15em 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}
@media screen and (max-width:740px) {
  #section04 h2 {
    border-left: 4px solid #0065C8;
    font-size: 1.7rem;
    line-height: 1.48;
    padding: 1.1rem 2.5rem 1.2rem 1.8rem;
    margin-bottom: 3rem;
  }
}
#section04 h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5em;
}
#section04 h3 .sub {
  text-align: center;
  line-height: 100%;
}
#section04 h3 .main {
  text-align: center;
  line-height: 140%;
}
#section04 h3 .setsumei {
  text-align: center;
  line-height: 140%;
}
#section04 figure.imgs02 {
  width: 46.6%;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:740px) {
  #section04 figure.imgs02 {
    width: 87.5%;
    margin: 0 auto 2em auto;
  }
}
#section04 .base_text02 {
  width: 87.5%;
  line-height: 177%;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0.12em;
}
@media screen and (max-width:740px) {
  #section04 .base_text02 {
    width: 87.5%;
    font-size: 3.2vw;
  }
}

#section05 {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
#section05 .section__in {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width:740px) {
  #section05 .section__in {
    padding: 50px 0;
  }
}
#section05 h2 {
  width: 100%;
  background-color: #EEF7FF;
  border-left: 4px solid #0065C8;
  padding: 1.05em 1.5em 1.15em 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}
@media screen and (max-width:740px) {
  #section05 h2 {
    border-left: 4px solid #0065C8;
    font-size: 1.7rem;
    line-height: 1.48;
    padding: 1.1rem 2.5rem 1.2rem 1.8rem;
    margin-bottom: 3rem;
  }
}
#section05 figure.imgs02 {
  width: 46.6%;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:740px) {
  #section05 figure.imgs02 {
    width: 87.5%;
    margin: 0 auto 2em 0;
  }
}
#section05 .clumbox {
  width: 87.5%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section05 .clumbox .left {
  width: 50%;
}
#section05 .clumbox .right {
  width: 50%;
}
#section05 dl.base_text03 {
  width: 100%;
  line-height: 148%;
  margin: 0 auto;
  letter-spacing: 0.12em;
  align-items: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width:740px) {
  #section05 dl.base_text03 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
}
#section05 dl.base_text03.last {
  margin-bottom: 100px;
}
@media screen and (max-width:740px) {
  #section05 dl.base_text03.last {
    margin-bottom: 50px;
  }
}
#section05 dl.base_text03 dt {
  font-weight: 500;
}
@media screen and (max-width:740px) {
  #section05 dl.base_text03 dt {
    width: 100%;
  }
}
#section05 dl.base_text03 dd {
  margin-bottom: 0em;
}
@media screen and (max-width:740px) {
  #section05 dl.base_text03 dd {
    width: 110%;
    margin-right: -10%;
    margin-left: 0;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}
#section05 h4 {
  font-weight: 500;
  width: 87.5%;
  margin: 0 auto 2.5em auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width:740px) {
  #section05 h4 {
    margin-bottom: 2em;
  }
}
#section05 h4.blues {
  color: #0065C8;
  font-weight: 600;
}
@media screen and (max-width:740px) {
  #section05 h4.blues {
    font-size: 3.8vw;
  }
}
#section05 dl.base_text04 {
  width: 87.5%;
  line-height: 148%;
  margin: 0 auto;
  letter-spacing: 0.12em;
  align-items: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width:740px) {
  #section05 dl.base_text04 {
    width: 87.5%;
    margin-bottom: 2em;
  }
}
#section05 dl.base_text04.last {
  margin-bottom: 0px;
}
@media screen and (max-width:740px) {
  #section05 dl.base_text04.last {
    margin-bottom: 0px;
  }
}
#section05 dl.base_text04 dt {
  font-weight: 500;
}
@media screen and (max-width:740px) {
  #section05 dl.base_text04 dt {
    width: 100%;
  }
}
#section05 dl.base_text04 dd {
  margin-bottom: 0em;
}
@media screen and (max-width:740px) {
  #section05 dl.base_text04 dd {
    width: 100%;
    font-size: 3.2vw;
  }
}
#section05 .base_text05 {
  width: 87.5%;
  line-height: 177%;
  font-weight: 400;
  margin: 0 auto 100px auto;
  letter-spacing: 0.12em;
  color: #0065C8;
}
@media screen and (max-width:740px) {
  #section05 .base_text05 {
    font-size: 3.2vw;
    margin: 0 auto 50px auto;
  }
}
#section05 h5 {
  width: 87.5%;
  line-height: 177%;
  font-weight: 400;
  margin: 50px auto 1.2em auto;
  letter-spacing: 0.12em;
  color: #0065C8;
  position: relative;
}
#section05 h5::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0065C8;
  position: absolute;
  top: 50%;
  left: 0;
}
#section05 h5 span {
  display: inline-block;
  background-color: #fff;
  padding-right: 0.5em;
  position: relative;
  z-index: 5;
}
#section05 .base_text06 {
  width: 87.5%;
  line-height: 177%;
  font-weight: 400;
  margin: 0 auto 1.75em auto;
  letter-spacing: 0.12em;
}
@media screen and (max-width:740px) {
  #section05 .base_text06 {
    font-size: 3.2vw;
    margin: 0 auto 1.75em auto;
  }
}
#section05 .tagus {
  width: 87.5%;
  margin: 0 auto 1em auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  letter-spacing: 0.12em;
}
#section05 .tagus .ttl {
  width: 9em;
  color: #0065C8;
}
@media screen and (max-width:740px) {
  #section05 .tagus .ttl {
    width: 100%;
    color: #0065C8;
    margin-bottom: 0.5em;
  }
}
#section05 .tagus ul {
  width: calc(100% - 9em);
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width:740px) {
  #section05 .tagus ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#section05 .tagus ul li {
  width: 18.5%;
  margin-right: 1.5%;
  background-color: rgba(18, 85, 163, 0.1);
  padding: 0.35em 0 0.45em;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0.5em;
  color: #0065C8;
  letter-spacing: 0em;
}
@media screen and (max-width:740px) {
  #section05 .tagus ul li {
    width: 49%;
    font-size: 3vw;
  }
}
#section05 .tagus ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width:740px) {
  #section05 .tagus ul li:nth-child(2n) {
    margin-right: 0;
  }
}

#section06 {
  width: 100%;
  background-color: #F8F9FA;
  position: relative;
  z-index: 10;
}
#section06 .section__in {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 75px 0 120px 0;
}
@media screen and (max-width:740px) {
  #section06 .section__in {
    padding: 50px 0 50px 0;
  }
}
#section06 h2 {
  width: 100%;
  background-color: #EEF7FF;
  border-left: 4px solid #0065C8;
  padding: 1.05em 1.5em 1.15em 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}
@media screen and (max-width:740px) {
  #section06 h2 {
    border-left: 4px solid #0065C8;
    font-size: 1.7rem;
    line-height: 1.48;
    padding: 1.1rem 2.5rem 1.2rem 1.8rem;
    margin-bottom: 3rem;
  }
}
#section06 figure.imgs01 {
  width: 87.5%;
  margin: 0 auto 2.5em auto;
}
@media screen and (max-width:740px) {
  #section06 figure.imgs01 {
    width: 100%;
    margin-bottom: 2em;
  }
}
#section06 .base_text01 {
  width: 87.5%;
  line-height: 148%;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 0.12em;
}
@media screen and (max-width:740px) {
  #section06 .base_text01 {
    width: 100%;
    font-size: 3.2vw;
  }
}

/*******************************/
.f50 {
  font-size: 50px;
}
@media screen and (max-width:740px) {
  .f50 {
    font-size: 10vw;
  }
}

.f20 {
  font-size: 20px;
}
@media screen and (max-width:740px) {
  .f20 {
    font-size: 4.2vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 180%;
}
@media screen and (max-width:740px) {
  .f18 {
    font-size: 3.6vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width:740px) {
  .f16 {
    font-size: 3.3vw;
  }
}

.f10 {
  font-size: 10px;
  line-height: 180%;
}
@media screen and (max-width:740px) {
  .f10 {
    font-size: 2vw;
  }
}

#footer {
  position: relative;
  z-index: 10;
}

.fade__up {
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__side {
  -webkit-transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translate(25%, 0px);
}
.fade__side.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.big__in {
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  transform: translate(0%, 0px) scale(0.75);
}
.big__in.active {
  opacity: 1;
  transform: translate(0%, 0px) scale(1);
}

.anime_a_time1 {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.anime_a_time1.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time2 {
  clip-path: inset(0% 0% 0% 50% round 0px);
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.anime_a_time2.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.delay1 {
  transition-delay: 0s;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.6s;
}

.delay4 {
  transition-delay: 0.9s;
}

.delay5 {
  transition-delay: 1.2s;
}/*# sourceMappingURL=purpose.css.map */