/* ===============================================
  ### Foundation ###
=============================================== */
/* base style */

.main-area,
.main_inner {
 width: 100%;
 margin: 0 auto;
 -webkit-font-feature-settings: normal;
 font-feature-settings: normal;
 color: #4d4d4d;
 font-family: "NotoSansCJKjp", "Noto Sans JP", sans-serif;
 font-style: normal;
 font-weight: normal;
 letter-spacing: 0.02em;
 text-align: left;
}
.main-area .title_txt,
.main_inner .title_txt{
 font-weight: 500;
}
.heading .title_txt,
.heading .lead-txt{
 color: #4d4d4d;
}
.main-area *,
.main_inner * {
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}
.main-area *::before, .main-area *::after,
.main_inner *::before, .main_inner *::after {
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}
.main-area img, .main-area svg,
.main_inner img,
.main_inner svg {
 height: auto;
 width: 100%;
}
.main-area a,
.main_inner a {
 overflow: visible;
}
.main-area {
 overflow-x: hidden;
}

/* toggle visibility for responsive object */

.main-area picture{
 display: block;
}
#main-container #breadcrumb a{
 display: inline;
}
.picture-box{
 background-color: #fff;
}
/* 



/* ===============================================
 ### Layout ###
=============================================== */





/* ====== pc ===== */

.inner {
  width: 1200px;
  margin: 0 auto;
  /* background-image: url(../imgs/pc.jpg); */
  background-size: 1200px; 
  background-position-x: center;
  background-position-y: 10px;
  background-repeat: no-repeat;
}

.inner img {
  width: 100%;
  /* opacity: 0.5; */
}

/* ====== 共通　↓ ===== */

/* .inner .txt {
  text-align: justify;
} */

.inner .txt {
  font-size:14px;
  line-height:2;
  letter-spacing: 0.04em;
}

.inner .txtm {
  font-size:20px;
  line-height:1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.inner .prc {
  display: block;
  font-size:12px;
  line-height:1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.inner .pop{
  font-weight:400;
  letter-spacing: 0.02em; 
  font-family: 'Poppins', sans-serif;
}

.inner .popsb{
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight:600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.inner .buy {
  width: 60px;
  margin: 10px auto 0;
  display: block;
}


.inner .prcbox {
  display: block;
  margin: 10px auto 0;
}

.sec01 .banner a:hover{
  opacity: 1;
}



/* ====== 共通　↑ ===== */
/* section01 */

.sec01 {
  padding-top: 50px;
  position: relative;
}


.sec01 .txtbox {
  position: absolute;
  top: 233px;
  right: 89px;
  padding: 33px 79px 40px;
  background-color:rgba(224, 223, 225, 1);  
}

.sec01 .txt01 {
  margin-top: 27px;
  text-align: center;
  font-size: 16px;
}

.sec01 .txtbox .line {
  margin: 35px auto 0;
  width: 100px;
  height: 1px;
  background-color: #000;
}

.sec01 .txt02 {
  margin-top: 66px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
/* section02 */
.sec02 {
  margin-top:117px;
}

.sec02 .box01 {
  display: flex;
  position: relative;
}
/* ----- */
.sec02 .box01 .img01 {
  width:480px; 
  margin-left:130px;
  position: relative;
  height: fit-content;
}

.sec02 .box01 .img01::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* ----- */
.sec02 .box01 .img02 {
  width:420px;
  margin: 390px 0 0 40px;
  position: relative;
  height: fit-content;
}

.sec02 .box01 .img02::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
}

.sec02 .box01 .ttl {
  width: 124px;
  position: absolute;
  top: 322px;
  left: 654px;
}

.bg_color01 {
  width: 780px;
  height: 480px;
  position: absolute;
  top: 220px;
  left: 370px;
  z-index: -2;
}

.bg_color01::before{
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #5D6071;
}

.sec02 .box02 {
  margin: -201px 0 0 190px;
}

.sec02 .txtbox .txt01 {
  width: 400px;
  margin-top: 15px;
}

.sec02 .sttl {
  width: 254px;
  margin-top: 46px;
}

.sec02 .boxul {
  width: 560px;
  margin-top: 11px;
  display: flex;
  justify-content: space-between;
}

.sec02 .boxul li {
  width: 180px;
}
/* section03 */

.sec03 {
  margin-top: 328px;
  position: relative;
}

.sec03 .img01 {
  position: absolute;
  width: 480px;
  top: -208px;
  right: -240px;
}

.sec03 .img01::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
}

.goldbox {
  position: relative;
  margin-left: 80px;
  width: 740px;
  padding: 80px 0 80px 61px;  
}

.goldbox::before {
  content: "";
  left: 0;
  width: 100%;
  background-color: #DECFA7;
  display: block;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

.sec03 .txtbox .ttl02 {
  width:156px;
}

.sec03 .txtbox .txtm {
  margin-top: 26px;
}

.sec03 .txtbox .txt01 {
  width: 400px;
  margin-top: 15px;
}

.sec03 .prcbox02 {
  display: block;
  margin-top: 36px;
}

.sec03 .prcbox02 .prc {
  display: inline-block;
}

.sec03 .prcbox02 .buy{
  width: 40px;
  display: inline-block;
  margin: 2px 0 0 6px;
}

.sec04 {
  margin-top: 120px;
  display: flex;  
}

.sec04 .box01 {
  position: relative;
}

.sec04 .box01 .img01{
  margin-left: 140px;
}

.sec04 .ttl03 {
  width: 32px;
  position: absolute;
  top: 415px;
  left: 87px;
}

.sec04 .box02 {
  margin: 60px 0 0 40px;
}

.sec04 .box02 .boxul {
  margin-top: 17px;
  width: 370px;
}

.sec04 .sttl {
  width: 178px;
}

.bg_color02 {
  width: 560px;
  height: 500px;
  position:absolute;
  top: 200px;
  left: 0px;  
  z-index: -2;
}

.bg_color02::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: #727660;
}





.view_all {
  width: 370px;
  margin: 160px auto 100px;
}






.inner .sp_only {
  display: none!important;
}

/* 追加CSS */
_:-ms-lang(x)::-ms-backdrop, .sec02 .box01 .img01::after{
  max-height: 640px;
}












/* ====== TABLET ===== */
@media screen and (max-width: 1400px) and (min-width:751px){
  
  .inner {
    width: calc(1200 * (100vw / 1400));
    margin: 0 auto;
  }
  
  /* ====== 共通　↓ ===== */
  
  /* .inner .txt {
    text-align: justify;
  } */
  
  .inner .txt {
    font-size:calc(14 * (100vw / 1400));
    line-height:2;
    letter-spacing: 0.04em;
  }
  
  .inner .txtm {
    font-size:calc(20 * (100vw / 1400));
    line-height:1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  
  .inner .prc {
    display: block;
    font-size:calc(12 * (100vw / 1400));
    line-height:1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
  
  .inner .pop{
    font-weight:400;
    letter-spacing: 0.02em; 
    font-family: 'Poppins', sans-serif;
  }
  
  .inner .popsb{
    font-size: calc(48 * (100vw / 1400));
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight:600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
  }
  
  .inner .buy {
    width: calc(60 * (100vw / 1400));
    margin: calc(10 * (100vw / 1400)) auto 0;
    display: block;
  }
  
  
  .inner .prcbox {
    display: block;
    margin: calc(10 * (100vw / 1400)) auto 0;
  }

  

  /* ====== 共通　↑ ===== */
  /* section01 */
  .sec01 {
    padding-top: calc(50 * (100vw / 1400));
    position: relative;
  }
  
  .sec01 .txtbox {
    position: absolute;
    top: calc(233 * (100vw / 1400));
    right: calc(89 * (100vw / 1400));
    padding: calc(33 * (100vw / 1400)) calc(79 * (100vw / 1400)) calc(40 * (100vw / 1400));
    background-color:rgba(224, 223, 225, 1);   
  }
  
  .sec01 .txt01 {
    margin-top: calc(27 * (100vw / 1400));
    text-align: center;
    font-size: calc(16 * (100vw / 1400));
  }
  
  .sec01 .txtbox .line {
    margin: calc(35 * (100vw / 1400)) auto 0;
    width: calc(100 * (100vw / 1400));
    height: calc(1 * (100vw / 1400));
    background-color: #000;
  }
  
  .sec01 .txt02 {
    margin-top: calc(66 * (100vw / 1400));
    font-size: calc(16 * (100vw / 1400));
    line-height: 2;
    text-align: center;
  }
  /* section02 */
  .sec02 {
    margin-top:calc(117 * (100vw / 1400));
  }
  
  .sec02 .box01 {
    display: flex;
    position: relative;
  }
  
  .sec02 .box01 .img01 {
    width:calc(480 * (100vw / 1400)); 
    margin-left:calc(130 * (100vw / 1400));
    position: relative;
    height: fit-content;
  }

  
  
  .sec02 .box01 .img02 {
    width:calc(420 * (100vw / 1400));
    margin: calc(390 * (100vw / 1400)) 0 0 calc(40 * (100vw / 1400));
    position: relative;
    height: fit-content;
  }

  
  .sec02 .box01 .ttl {
    width: calc(124 * (100vw / 1400));
    position: absolute;
    top: calc(322 * (100vw / 1400));
    left: calc(654 * (100vw / 1400));
  }
  
  .bg_color01{
    width: calc(780 * (100vw / 1400));
    height: calc(480 * (100vw / 1400));
    position: absolute;
    top: calc(220 * (100vw / 1400));
    left: calc(370 * (100vw / 1400));
    z-index: -2;
  }
  
  .bg_color01::before{
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #5D6071;
  }

  .sec02 .box02 {
    margin: calc(-200 * (100vw / 1400)) 0 0 calc(190 * (100vw / 1400));
  }
  
  .sec02 .txtbox .txt01 {
    width: calc(400 * (100vw / 1400));
    margin-top: calc(15 * (100vw / 1400));
  }
  
  .sec02 .sttl {
    width: calc(254 * (100vw / 1400));
    margin-top:calc(46 * (100vw / 1400));
  }
  
  .sec02 .boxul {
    width: calc(560 * (100vw / 1400));
    margin-top: calc(11 * (100vw / 1400));
    display: flex;
    justify-content: space-between;
  }
  
  .sec02 .boxul li {
    width: calc(180 * (100vw / 1400));
  }
  /* section03 */
  
  .sec03 {
    margin-top: calc(328 * (100vw / 1400));
    position: relative;
  }
  
  .sec03 .img01 {
    position: absolute;
    width: calc(480 * (100vw / 1400));
    top: calc(-208 * (100vw / 1400));
    right: calc(-240 * (100vw / 1400));
  }
  
  .goldbox {
    position: relative;
    margin-left:calc(80 * (100vw / 1400));
    width: calc(740 * (100vw / 1400));
    padding: calc(80x * (100vw / 1400)) 0 calc(80 * (100vw / 1400)) calc(61 * (100vw / 1400));
  }

  .goldbox::before {
    content: "";
    left: 0;
    width: 100%;
    background-color: #DECFA7;
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  
  .sec03 .txtbox .ttl02 {
    width:calc(156 * (100vw / 1400));
  }
  
  .sec03 .txtbox .txtm {
    margin-top:calc(26 * (100vw / 1400));
  }
  
  .sec03 .txtbox .txt01 {
    width: calc(360 * (100vw / 1400));
    margin-top: calc(15 * (100vw / 1400));
  }
  
  .sec03 .prcbox02 {
    display: block;
    margin-top: calc(36 * (100vw / 1400));
  }
  
  .sec03 .prcbox02 .prc {
    display: inline-block;
  }
  
  .sec03 .prcbox02 .buy{
    width: calc(40 * (100vw / 1400));
    display: inline-block;
    margin: calc(2 * (100vw / 1400)) 0 0 calc(6 * (100vw / 1400));
  }
  
  .sec04 {
    margin-top: calc(120 * (100vw / 1400));
    display: flex;  
  }
  
  .sec04 .box01 {
    position: relative;
  }
  
  .sec04 .box01 .img01{
    margin-left: calc(140 * (100vw / 1400));
  }
  
  .sec04 .ttl03 {
    width: calc(32 * (100vw / 1400));
    position: absolute;
    top: calc(415 * (100vw / 1400));
    left: calc(81 * (100vw / 1400));
  }
  
 
  
  .sec04 .box02 {
    margin: calc(60 * (100vw / 1400)) 0 0 calc(40 * (100vw / 1400));
  }
  
  .sec04 .box02 .boxul {
    margin-top: calc(17 * (100vw / 1400));
    width: calc(370 * (100vw / 1400));
  }
  
  .sec04 .sttl {
    width: calc(178 * (100vw / 1400));
  }




  .bg_color02 {
    width: calc(560 * (100vw / 1400));
    height: calc(500 * (100vw / 1400));
    position: absolute;
    top: calc(200 * (100vw / 1400));
    left: 0px;
    z-index: -2;
  }
  .bg_color02::before {
    content: "";
    position: absolute;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #727660;
  }
  
  
  .view_all {
    width: calc(370 * (100vw / 1400));
    margin: calc(160 * (100vw / 1400)) auto calc(100 * (100vw / 1400));
  }



    /* 追加CSS */
_:-ms-lang(x)::-ms-backdrop, .sec02 .box01 .img01::after{
  max-height: calc(640 * (100vw / 1400));
}




}









/* ====== SP ===== */
@media only screen and (max-width: 750px) {


  .inner {
    width:100%;
    /* background-image: url(../imgs/sp.jpg); */
    background-size: 100%;
    background-position-x: center;
    background-position-y:0;
    background-repeat: no-repeat;
  }

  .inner {
    width: 100%;
  }
  
  .inner img {
    width:100%;
  }
  
  /* ====== 共通　↓ ===== */
  
  .inner .txt {
    font-size:calc(13 * (100vw / 375));
    line-height:1.85;
    letter-spacing: 0.02em;
    text-align: justify;
  }
  
  .inner .txtm {
    font-size:calc(16 * (100vw / 375));
    line-height:1.56;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  
  .inner .prc {
    display: block;
    font-size:calc(11 * (100vw / 375));
    line-height:1.6;
    letter-spacing: 0.02em;
    text-align: center;
  }
  
  .inner .pop{
    font-weight:400;
    letter-spacing: 0.02em; 
    font-family: 'Poppins', sans-serif;
  }
  
  .inner .popm{
    font-size:calc(16 * (100vw / 375));
    letter-spacing: 0.06em;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
  }
  
  .inner .popsb{
    font-size: calc(36 * (100vw / 375));
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight:600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 30px rgb(0 0 0 / 60%);
  }
  
  .inner .buy {
    width:calc(40 * (100vw / 375));
    margin: calc(9  * (100vw / 375)) auto 0;
    display: block;
  }
  
  .inner .prcbox {
    display: block;
    margin: calc(10 * (100vw / 375)) auto 0;
  }
  /* ====== 共通　↑ ===== */
  /* section01 */
  .sec01 {
    padding-top: 0;
    position: relative;
  }
  
  .sec01 .txtbox {
    position: absolute;
    top: calc(265 * (100vw / 375));
    right: calc(28 * (100vw / 375));
    padding: calc(16 * (100vw / 375)) calc(30 * (100vw / 375)) calc(17 * (100vw / 375));
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  .sec01 .txt01 {
    margin-top: calc(20 * (100vw / 375));
    text-align: center;
    font-size: calc(13 * (100vw / 375));
    color:#fff;
  }
  
  .sec01 .txtbox .line {
    margin: calc(28 * (100vw / 375)) auto 0;
    width: calc(100 * (100vw / 375));
    height:calc(1 * (100vw / 375));
    background-color:#fff;
    
  }
  
  .sec01 .txt02 {
    margin: calc(26 * (100vw / 375)) 0 0 calc(16 * (100vw / 375));
    width: calc(335* (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    line-height: 2;
  }
  /* section02 */
  .sec02 {
    margin-top:calc(77 * (100vw / 375));
  }
  
  .sec02 .box01 {
    flex-direction: column;
    position: relative;
  }
  
  .sec02 .box01 .img01 {
    width:calc(300 * (100vw / 375));
    margin-left:calc(75 * (100vw / 375));
  }
  
  .sec02 .box01 .img02 {
    width:calc(300 * (100vw / 375));
    margin: calc(30 * (100vw / 375)) 0 0 calc(20 * (100vw / 375));
  }
  
  .sec02 .box01 .ttl {
    width: calc(34* (100vw / 375));
    position: absolute;
    top: calc(308 * (100vw / 375));
    left: calc(29 * (100vw / 375));
  }
  
  .bg_color01 {
    width: calc(375 * (100vw / 375));
    height: calc(430 * (100vw / 375));
    position: absolute;
    top: calc(200 * (100vw / 375));
    left: 0;
    z-index: -2;
  }

  .bg_color01::before{
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #5D6071;
  }
  
  .sec02 .box02 {
    margin: calc(30 * (100vw / 375)) auto 0;
  }

  .sec02 .txtbox .txtm {
    margin: calc(18 * (100vw / 375)) 0 0 calc(20 * (100vw / 375));
  }
  
  .sec02 .txtbox .txt01 {
    width: calc(340* (100vw / 375));
    margin: calc(18 * (100vw / 375)) 0 0 calc(20 * (100vw / 375));
  }
  
  .sec02 .sttl {
    width: calc(254* (100vw / 375));
    margin: calc(35 * (100vw / 375)) 0 0 calc(20 * (100vw / 375));
  }
  
  .sec02 .boxul {
    width: calc(350 * (100vw / 375));
    margin: calc(12 * (100vw / 375)) 0 0 calc(8 * (100vw / 375));
  }
  
  
  
  .sec02 .boxul li {
    width: calc(110 * (100vw / 375));
  }
  /* section03 */
  
  .sec03 {
    margin-top:calc(260 * (100vw / 375));
    position: relative;
  }
  
  .sec03 .img01 {
    position: absolute;
    width: calc(270 * (100vw / 375));
    top: calc(-180 * (100vw / 375));
    right: auto;
    left: calc(-20* (100vw / 375));
  }
  
  .goldbox {
    position: relative;
    margin-left: calc(20 * (100vw / 375));
    width: calc(355 * (100vw / 375));
    padding: calc(47 * (100vw / 375)) 0 calc(38 * (100vw / 375)) calc(20 * (100vw / 375));
  }

  .goldbox::before {
    content: "";
    left: 0;
    width: 100%;
    background-color: #DECFA7;
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  
  .sec03 .txtbox .ttl02 {
    width:calc(30 * (100vw / 375));
    margin-left: calc(244 * (100vw / 375));
  }
  
  .sec03 .txtbox .txtm {
    margin-top: calc(34 * (100vw / 375));
  }
  
  .sec03 .txtbox .txt01 {
    width: calc(305 * (100vw / 375));
    margin-top: calc(18 * (100vw / 375));
  }
  
  .sec03 .prcbox02 {
    display: block;
    margin-top:calc(17 * (100vw / 375));
  }
  
  .sec03 .prcbox02 .prc {
    display: inline-block;
  }
  
  .sec03 .prcbox02 .buy{
    width: calc(40 * (100vw / 375));
    display: inline-block;
    margin: 0 0 0 calc(7 * (100vw / 375));
  }
  
  .sec04 {
    margin-top: calc(80 * (100vw / 375));
    flex-direction: column;
  }
  
  .sec04 .box01 {
    position: relative;
  }
  
  .sec04 .box01 .img01{
    width: calc(330* (100vw / 375));
    margin-left: calc(45 * (100vw / 375));
  }

  .sec04 .txtbox .txtm {
    margin: calc(25 * (100vw / 375)) 0 0 calc(20 * (100vw / 375));
  }

  .sec04 .txtbox .txt01 {
    width: calc(335* (100vw / 375));
    margin: calc(19 * (100vw / 375)) 0 0 calc(20 * (100vw / 375));
  }
  
  .sec04 .ttl03 {
    width: calc(23* (100vw / 375));
    position: absolute;
    top: calc(282 * (100vw / 375));
    left: calc(11 * (100vw / 375));
  }
  
  .sec04 .box02 {
    margin: calc(35 * (100vw / 375)) 0 0 calc(0 * (100vw / 375));
  }
  
  .sec04 .box02 .boxul {
    margin: calc(17 * (100vw / 375)) 0 0 calc(72 * (100vw / 375));
    width: calc(230* (100vw / 375));
  }
  
  .sec04 .sttl {
    width: calc(178* (100vw / 375));
    margin: calc(35 * (100vw / 375)) 0 0 calc(20 * (100vw / 375));
  }
  
  .bg_color02 {
    width: calc(408 * (100vw / 375));
    height: calc(300 * (100vw / 375));
    position: absolute;
    top: calc(170 * (100vw / 375));
    left: calc(-53* (100vw / 375));
    z-index: -2;
  } 
  
  .bg_color02::before {
    content: "";
    position: absolute;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #727660;
  }


  
  
  .view_all {
    width: calc(300 * (100vw / 375));
    margin: calc(79 * (100vw / 375)) auto calc(63* (100vw / 375));
  }

  .inner .sp_only {
    display: block!important;
  }

  .inner .pc_only {
    display: none!important;
  }





  /* breadcrumb */
  #main-container .cateList{
    width: 89%;
    margin: auto;
    padding: calc(16 * (100vw / 375)) 0;
    color: #0A1F05;
    font-size: calc(10 * (100vw / 375));
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: calc(20 * (100vw / 375));
  }

  .main-container{
    margin-top: calc(40 * (100vw / 375));
  }
}

  /* breadcrumb */
@media only screen and (min-width: 750px){
  #main-container .cateList {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: calc(1280 * (100vw / 1400));
      max-width: 1280px;
      height: calc(50 * (100vw / 1400));
      max-height: 50px;
      margin: auto;
      margin-bottom: calc(28 * (100vw / 1400));
      padding: 0 calc(40 * (100vw / 1400)) 0 0;
      font-size: calc(13 * (100vw / 1400));
      letter-spacing: 0.02em;
      line-height: normal;
  }
}

@media only screen and (min-width: 1400px){
  #main-container .cateList {
      margin: auto;
      margin-bottom: 28px;
      padding-right: 40px;
      font-size: 13px;
  }

}



/* ====================================================================
### animation ###
==================================================================== */



/* fade */
.fade {
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}






.fadeleft::before{
  width:0;
  transition-property: width;
  transition-duration: 1s;
  transition-delay:0.8s;  
}

.fadeLefton::before{
  width:100%;
}







