@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------- reset  --------*/
/*------- common ---------*/
body {
  font: 13px -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif; }

/*------- txt color ----------------*/
.red {
  color: red; }

.green {
  color: green; }

.blue {
  color: blue; }

.orange {
  color: orange; }

.black {
  color: black; }

.gray {
  color: gray; }

/*------- link color ----------------*/
a {
  color: blue;
  text-decoration: none; }

/*------- bg color ----------------*/
/*------- txt style ----------------*/
.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

.f-bold, em {
  font-weight: bold !important; }

.f-normal {
  font-weight: normal !important; }

/*------- border style ----------------*/
.bo-none {
  border: none !important; }

.bo-t-none {
  border-top: none !important; }

.bo-r-none {
  border-right: none !important; }

.bo-b-none {
  border-bottom: none !important; }

.bo-l-none {
  border-left: none !important; }

.bo-all {
  border: 1px solid #ccc !important; }

.bo-top {
  border-top: 1px solid #ccc !important; }

.bo-right {
  border-right: 1px solid #ccc !important; }

.bo-bottom {
  border-bottom: 1px solid #ccc !important; }

.bo-left {
  border-left: 1px solid #ccc !important; }

/*------- float ----------------*/
.f-left {
  float: left !important; }

.f-right {
  float: right !important; }

.f-none {
  float: none !important; }

.clear {
  clear: both; }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

/*------- position ----------------*/
.pos-relative {
  position: relative !important; }

.pos-absolute {
  position: absolute !important; }

.pos-inherit {
  position: inherit !important; }

/*-------- tit-type ---------------*/
/* color */
/*-------- btn-type ---------------*/
.btn-style, .btn-type-a, .btn-type-b {
  display: inline-block;
  text-align: center;
  background: #ccc;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  border: none;
  -webkit-appearance: none; }
  .btn-style:hover, .btn-type-a:hover, .btn-type-b:hover {
    opacity: .5; }

.btn-disabled {
  background: #aaa !important;
  color: #eee !important;
  pointer-events: none; }

/*-------- btn-section ---------------*/
.btn-section-left {
  margin: 10px 0; }

.btn-section-center {
  margin: 10px 0; }
  .btn-section-center p {
    text-align: center; }
  .btn-section-center ul {
    text-align: center; }
    .btn-section-center ul li {
      display: inline; }

/*-------- label ---------------*/
.label {
  display: inline-block;
  padding: 2px 5px;
  background: #ccc;
  color: white;
  font-weight: normal;
  font-size: 12px;
  text-align: center; }

/*-------- table ---------------*/
/*------- page-nation -----------*/
.pagenation {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  /* clearfix */
  overflow: hidden;
  *zoom: 1; }
  .pagenation .pagenation_num {
    float: left; }
  .pagenation .pagenation_nav {
    float: right; }
    .pagenation .pagenation_nav li {
      display: inline;
      margin: 0 2px; }
      .pagenation .pagenation_nav li a {
        display: inline-block;
        padding: 2px 5px; }
        .pagenation .pagenation_nav li a.active {
          font-weight: bold;
          pointer-events: none;
          background: #ccc; }

/*------- form -----------*/
body, html {
  height: 100%; }
  
  #loader {
	  position:fixed;
	  top:0;
	  left:0;
	  width:100%;
	  height:100%;
	  z-index:1000000;
	  background:#fff url(../img/loader.gif) no-repeat center center;
	  background-size:90px auto;
	 }
	  #loader div {
		 font-size:11px;
		 position:absolute;
		 width:100%;
		 text-align:center;
		  top:50%;
		  margin-top:30px;
		  }

/*-------- main ---------*/
.main-wrapper {
  width: 100%;
  height:100%;
  height: 100vh;
  overflow: hidden;
  background: url(../img/vegefru_main_img.png) center bottom no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0; }

.main-contents {
  width: 100%; }

.main-block {
  color: #fff;
  text-align: center; }
  .main-block .main-logo {
	 height:43%;
    height: 43vh;
	margin:10% auto 6%;
    margin: 10vh auto 6vh;
	 -webkit-transition: 0.8s;
    transition: 0.8s;
	 -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 0; }
    .main-block .main-logo img {
      width: auto;
      height: 100%; }
  .main-block .main-txt {
    letter-spacing: 2px;
    font-size: 2.8vh;
    margin-bottom: 3vh;
    position: relative;
	 -webkit-transition: 0.8s;
    transition: 0.8s;
	 -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    top: 10px;
    text-shadow: 0 0 25px #000, 0 0 20px #000, 0 0 1px #000; }
  .main-block .main-copy {
    letter-spacing: 2px;
    font-size: 3.8vh;
	 -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
	 -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    position: relative;
    top: 10px;
    text-shadow: 0 0 25px #000, 0 0 20px #000, 0 0 1px #000; }

.main-mark {
  position: absolute;
  right: 20px;
  bottom:14%;
  bottom: 14vh; }

.main-scroll {
  animation-name: anime-scroll;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  position: absolute;
  bottom: 2vh;
  width: 100%;
  height: 9vh;
  text-align: center; }
  .main-scroll img {
    width: auto;
    max-height: 100%; }

@keyframes anime-scroll {
	from {
	bottom: 0px; }
	25% {
	bottom: 10px; }
	50% {
	bottom: 0px; }
	100% {
	bottom: 0px; } }

.vegefru-contents {
  text-align: center;
  font-weight: bold;
  color: #3a1e00;
  margin-bottom: 110px; }
  .vegefru-contents .vegefru-feature {
    margin-bottom: 45px; }
  .vegefru-contents .vegefru-summary {
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: 2px; }
  .vegefru-contents .vegefru-image {
    margin-bottom: 15px; }
  .vegefru-contents .vegefru-detail {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.8; }

.vegefru-lineup {
  color: #3a1e00;
  text-align: center; }
  .vegefru-lineup .lineup-tit {
    margin-bottom: 50px;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px; }
  .vegefru-lineup .lineup-nav {
    margin-bottom: 45px;
    max-width: 1100px;
    margin: 0 auto; }
  .vegefru-lineup .lineup-list {
    margin-left: -25px; }
    .vegefru-lineup .lineup-list li {
      display: inline-block;
      text-align: center;
      font-size: 18px;
      margin-left: 25px;
      margin-bottom: 20px; }
      .vegefru-lineup .lineup-list li a {
        padding: 25px 50px;
        display: block;
        color: #3a1e00; }
       /* .vegefru-lineup .lineup-list li a.active, .vegefru-lineup .lineup-list li a.hover {
          border-radius: 4px;
          background: url(../img/bg_item.jpg) top left repeat; }*/
        .vegefru-lineup .lineup-list li a p {
          margin-bottom: 10px; }
        .vegefru-lineup .lineup-list li a p:last-of-type {
          margin-bottom: 0; }
        .vegefru-lineup .lineup-list li a .product-img img {
          width: 135px;
          height: auto; }
        .vegefru-lineup .lineup-list li a .vegefru-name {
          font-weight: bold; }
		  .vegefru-lineup .lineup-list li a::after {
			  content:"";
			  border:1px solid #000;
			  border-left:none;
			  border-bottom:none;
			  display:inline-block;
			  width:4px;
			  height:4px;
			  -webkit-transition:transform 0.3s ease-out;
			  transition:transform 0.3s ease-out;
			  -webkit-transform:rotate(135deg);
			  transform:rotate(135deg);
			  }
			.vegefru-lineup .lineup-list li.vegefru-strawberry a::after {border-color:#CD5D63;}
			.vegefru-lineup .lineup-list li.vegefru-greentea a::after {border-color:#58643A;}
			.vegefru-lineup .lineup-list li.vegefru-sweetpotato a::after {border-color:#BD3A64;}
			.vegefru-lineup .lineup-list li.vegefru-banana a::after {border-color:#DB9000;}
			.vegefru-lineup .lineup-list li.vegefru-tomato a::after {border-color:#DE330F;}
			.vegefru-lineup .lineup-list li.vegefru-blueberry a::after {border-color:#604E92;}
			.vegefru-lineup .lineup-list li.vegefru-pumpkin a::after {border-color:#DD7125;}
			 .vegefru-lineup .lineup-list li a img {-webkit-transition:opacity 0.3s linear;transition:opacity 0.3s linear;}
			.vegefru-lineup .lineup-list li a:hover img {
          		opacity:0.8;
		  		}
			.vegefru-lineup .lineup-list li a:hover::after {
				-webkit-transform:translateY(5px) rotate(135deg);
				 transform:translateY(5px) rotate(135deg);
				}

.bx-wrapper .bx-pager {
	bottom:-50px;
	}
.bx-wrapper .bx-pager.bx-default-pager a {background:#fff;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background:#3A1E00;
	}

.lineup-detail {
  background: url(../img/bg_item.jpg) top left repeat;
  text-align: left;
  overflow: hidden;
  padding: 60px 0 80px;
  margin-bottom: 65px;
  width: 100%; }

.lineup-container {
  width: 840px;
  color: #3a1e00;
  margin: 0 auto; }
  .lineup-container .lineup-detail_close {
    display: none; }

.bx-wrapper {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  margin-bottom: 0; }
  .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 45px;
    margin-top: 12px; }
  .bx-wrapper .bx-prev {
    left: -45px;
    background: url(../img/prev_btn.png) no-repeat; }
    .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
      background-position: left top; }
  .bx-wrapper .bx-next {
    right: -45px;
    background: url(../img/next_btn.png) no-repeat; }
    .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
      background-position: left top; }

.lineup-box {
  width: 840px;
  margin: 0 auto;
  overflow: hidden; }
  .lineup-box .lineup-box_img {
    float: left;
    vertical-align: middle;
    display: inline-block; }
  .lineup-box .lineup-box_body {
    width: 420px;
    float: right;
    display: inline-block; }
    .lineup-box .lineup-box_body .detail-tit {
      font-size: 29px;
      font-weight: bold;
      margin-bottom: 15px; }
      .lineup-box .lineup-box_body .detail-tit span {
        padding-left: 15px;
        display: inline-block; }
    .lineup-box .lineup-box_body .product-desc {
      font-size: 15px;
      margin-bottom: 25px;
      letter-spacing: 2px;
      line-height: 1.6; }
    .lineup-box .lineup-box_body .product-effect {
      margin-bottom: 25px; }
      .lineup-box .lineup-box_body .product-effect li {
        width: 200px;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #3a1e00;
        padding: 5px 0;
        margin-right: 15px; }
        .lineup-box .lineup-box_body .product-effect li:last-of-type {
          margin-right: 0; }
    .lineup-box .lineup-box_body .product-materials {
      font-weight: normal;
      /* clearfix */
      overflow: hidden;
      *zoom: 1; }
      .lineup-box .lineup-box_body .product-materials dt {
        float: left;
        clear: left;
        width: 20%;
        line-height: 1.6; }
      .lineup-box .lineup-box_body .product-materials dd {
        width: 80%;
        float: left;
        margin-bottom: 15px;
        line-height: 1.6; }
    .lineup-box .lineup-box_body table {
      width: 100%;
      font-size: 17px;
      margin: 0 0 15px; }
      .lineup-box .lineup-box_body table th, .lineup-box .lineup-box_body table td {
        padding-bottom: 5px; }
      .lineup-box .lineup-box_body table .weight, .lineup-box .lineup-box_body table .price {
        text-align: right; }
      .lineup-box .lineup-box_body table .price span {
        font-size: 12px; }
    .lineup-box .lineup-box_body .buy-onlineshop {
      width: 310px;
      height: 60px;
      line-height: 60px;
      text-align: center; }
      .lineup-box .lineup-box_body .buy-onlineshop a {
        position: relative;
        display: block;
        color: #fff;
        padding-left: 30px;
		-webkit-transition: 0.5s;
        transition: 0.5s;
        background: url(../img/icon_cart_white.png) 30px center no-repeat #3b968d;
        background-size: 22px auto; }
        .lineup-box .lineup-box_body .buy-onlineshop a:hover {
          opacity: 0.7; }
        .lineup-box .lineup-box_body .buy-onlineshop a img {
          vertical-align: middle;
          margin-right: 15px; }

.vegefru-faq {
  width: 900px;
  margin: 0 auto 80px;
  color: #3a1e00;
  font-size: 15px; }

.faq-tit {
  margin-bottom: 60px;
  text-align: center;
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: bold; }

.faq-box .faq-list dt, .faq-box .faq-list dd {
  padding-left: 55px;
  letter-spacing: 2px;
  line-height: 1.6; }

.faq-box .faq-list dt {
  position: relative;
  font-weight: bold;
  margin-bottom: 30px; }
  .faq-box .faq-list dt::before {
    position: absolute;
    content: "Q";
    color: #6c3f00;
    font-size: 28px;
    left: 0;
    top: -10px; }

.faq-box .faq-list dd {
  position: relative;
  font-weight: normal;
  margin-bottom: 70px; }
  .faq-box .faq-list dd::before {
    position: absolute;
    content: "A";
    color: #3b968d;
    font-size: 28px;
    font-weight: bold;
    left: 0;
    top: -10px; }
  .faq-box .faq-list dd:last-child {
    margin-bottom: 0; }

.pagetop {
  display: block;
  width: 41px;
  height: 41px;
  margin: 0 auto 40px; }
  .pagetop a {
    position: relative;
    display: block;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #000;
	-webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.3; }
    .pagetop a::before {
      content: "";
      position: absolute;
      height: 12px;
      border-left: 1px solid #000;
	  -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
	  -webkit-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform-origin: right top;
      top: 15px;
      left: 19px; }
    .pagetop a::after {
      content: "";
      position: absolute;
      height: 12px;
      border-right: 1px solid #000;
	  -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: left top;
      transform-origin: left top;
      top: 15px;
      right: 19px; }
  .pagetop a:hover {
    opacity: 1; }

/*------- footer -----------*/
.vegefru-footer {
  overflow: hidden; }

.footer-nav {
  height: 60px;
  margin: 0 auto 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .footer-nav .nav-content {
    width: 1100px;
    margin: 15px auto; }
  .footer-nav ul {
    display: block;
    overflow: hidden; }
  .footer-nav li {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #3a1e00;
    font-weight: normal;
    font-size: 11px;
    margin-right: 80px; }
    .footer-nav li a {
      display: block;
      color: #3a1e00;
	  -webkit-transition: 0.5s;
      transition: 0.5s; }
      .footer-nav li a:hover {
        opacity: 0.5; }
    .footer-nav li .company {
      padding-left: 35px;
      background: url(../img/company_logo.png) left center no-repeat;
      background-size: 27px auto; }
  .footer-nav .online-shop {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #3b968d;
    font-size: 11px;
    float: right; }
    .footer-nav .online-shop a {
      color: #3b968d;
      padding-right: 25px;
      background: url(../img/icon_cart_blue.png) right center no-repeat;
      background-size: 20px auto; }

.copy-right {
  text-align: center;
  color: #3a1e00;
  font-size: 10px;
  margin-bottom: 20px;
  clear: both; }

.spn-show {
  display: none !important; }

.spn-hide {
  display: inherit !important; }

.scroll-effect {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  top: 20px; }

/* ---------- SmartPhone ---------- */
@media screen and (max-width: 599px) {
  .main-wrapper {
    margin-bottom: 20px;
    position: relative;
    z-index: -1; }
  .main-contents {
   /* overflow: hidden;*/
    width: 100%; }
  .main-block {
    color: #fff;
    text-align: center; }
    .main-block .main-logo {
      margin-top: 6vh;
      margin-bottom: 3vh; }
    .main-block .main-txt {
      margin-bottom: 1.4vh;
      font-size: 2.3vh; }
    .main-block .main-copy {
      font-size: 3vh; }
  .main-mark {
    text-align: center;
    right: inherit;
    left: 0;
    bottom: 16vh;
    width: 100%; }
  .main-scroll {
    display: none; }
  .vegefru-contents {
    margin-top: -100px;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 20px;
    margin-bottom: 100px;
    background: white;
    box-sizing: border-box; }
    .vegefru-contents .vegefru-feature {
      margin-bottom: 30px; }
      .vegefru-contents .vegefru-feature img {
        width: 100%;
        height: auto; }
    .vegefru-contents .vegefru-summary {
      font-size: 17px;
      margin-bottom: 15px;
      word-break: break-all; }
    .vegefru-contents .vegefru-image {
      margin-bottom: 30px; }
    .vegefru-contents .vegefru-detail {
      font-size: 13px;
      letter-spacing: 0; }
  .vegefru-lineup {
    text-align: center; }
    .vegefru-lineup .lineup-tit {
      margin-bottom: 50px; }
    .vegefru-lineup .lineup-nav {
      margin-bottom: 45px; }
    .vegefru-lineup .lineup-list {
      margin-left: 0; }
      .vegefru-lineup .lineup-list li {
        font-size: 20px;
        width: 155px;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
        box-sizing: border-box; }
        .vegefru-lineup .lineup-list li a {
          padding: 15px 20px; }
          .vegefru-lineup .lineup-list li a .product-img {
            width: 90%; }
            .vegefru-lineup .lineup-list li a .product-img img {
              width: 100%;
              height: auto; }
          .vegefru-lineup .lineup-list li a .vegefru-name {
            font-size: 14px; }
  .lineup-detail {
    padding: 0;
    display: none;
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100; }
  .lineup-container {
    width: 100%;
    padding: 30px 5% 20px;
    box-sizing: border-box;
    background: url(../img/bg_item.jpg) top left repeat; }
  .lineup-box {
    display: none;
    width: 100%;
    margin: 0 auto; }
    .lineup-box .lineup-box_img {
      float: none;
      width: 100%; }
      .lineup-box .lineup-box_img .product-img {
        text-align: center; }
        .lineup-box .lineup-box_img .product-img img {
          width: 50%;
          height: auto;
          margin: 0 auto; }
    .lineup-box .lineup-box_body {
      width: 100%;
      float: none;
      display: block;
      margin: 20px auto 0; }
      .lineup-box .lineup-box_body .detail-tit {
        font-size: 18px;
        margin-bottom: 15px; }
      .lineup-box .lineup-box_body .product-desc {
        font-size: 13px; }
      .lineup-box .lineup-box_body .product-effect {
        margin-bottom: 15px; }
        .lineup-box .lineup-box_body .product-effect li {
          width: 100%;
          padding: 5px 20px;
          margin-bottom: 5px; }
      .lineup-box .lineup-box_body .product-materials dt {
        width: 25%; }
      .lineup-box .lineup-box_body .product-materials dd {
        width: 75%; }
      .lineup-box .lineup-box_body .sales-type {
        font-size: 13px; }
        .lineup-box .lineup-box_body .sales-type td.weight {
          width: 15%; }
        .lineup-box .lineup-box_body .sales-type td.price {
          width: 30%; }
      .lineup-box .lineup-box_body .buy-onlineshop {
        margin: 0 auto; }
  .vegefru-faq {
    width: 90%;
    margin: 0 auto 80px;
    font-size: 15px; }
  .faq-tit {
    margin-bottom: 60px;
    text-align: center; }
  .faq-box .faq-list dt, .faq-box .faq-list dd {
    padding-left: 25px; }
  .faq-box .faq-list dt {
    font-weight: bold;
    font-size: 15px; }
    .faq-box .faq-list dt::before {
      font-size: 21px;
      top: -4px; }
  .faq-box .faq-list dd {
    font-size: 15px; }
    .faq-box .faq-list dd::before {
      font-size: 21px;
      top: -4px; }
  /*------- footer -----------*/
  .footer-nav {
    height: inherit;
    margin: 0 auto 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding-top: 10px; }
    .footer-nav .nav-content {
      width: 90%;
      margin: 15px auto; }
    .footer-nav ul {
      display: inline-block;
      overflow: hidden; }
    .footer-nav li {
      display: block;
      float: none;
      line-height: 30px;
      font-size: 13px;
      margin-right: 0;
      margin-bottom: 5px; }
      .footer-nav li a {
        display: block; }
      .footer-nav li .company {
        padding-left: 35px; }
    .footer-nav .online-shop {
      position: relative;
      display: block;
      line-height: 30px;
      color: #3b968d;
      font-size: 13px;
      float: none; }
      .footer-nav .online-shop a {
        color: #3b968d; }
  .lineup-detail .lineup-detail_close {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    box-sizing: border-box;
    cursor: pointer; }
  .copy-right {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px; }
  .spn-show {
    display: inherit !important; }
  .spn-hide {
    display: none !important; }
  .vegefru-feature.scroll-effect {
	  -webkit-transition: 0;
    transition: 0;
    opacity: 1;
    top: 0; } }
