.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.en{ font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
letter-spacing: 0.09em;}
body {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 3.1vw;
    color: #333;
	line-height: 1.65;
}
@media (min-width: 460px){body{font-size: 14px;}}
@media (min-width: 640px) {body{font-size: 16px;}}
@media (min-width: 768px) {body{font-size: 19px;}}
@media (min-width: 980px) {body{font-size: 19px;}}
@media (min-width: 1080px) {body{font-size: 19px;}}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
padding-left: 7px;
padding-right: 7px;
 }
.wrapper,.container{width: 100%;}
@media (min-width: 768px) {.wrapper,.container{min-width: 1180px;}}
@media (min-width: 1080px) {.container{max-width: 1300px;}}
section{
    display: block;
    padding-top: 120px;
    padding-bottom: 70px; position: relative;
	background-color:#FFF
}
section:first-child{padding-top: 5em;}
section:last-child{padding-bottom: 2em;}
.bg_glay{background-color: #EFEFEF;}
.title{
	font-family: "Noto Sans JP", "sans-serif";
    font-size: 2.5em;
    font-weight: 900;
    margin-bottom: 1em;
    color: #000;
	text-align: center;
	text-shadow: 1px 1px 1px #fff,-1px -1px 1px #fff,-1px 1px 1px #ffff,1px -1px 1px #fff;
}
.title2{
    font-size: 2.67em;
	line-height: 1.8;
    font-weight: 900;
    margin-bottom: 1.5em;
	
    color: #333;
}
.sub_title{font-size:1.52em;}
.ma-b7{margin-bottom: 7px;}
.ma-b15{margin-bottom: 15px;}
.ma-b1em{margin-bottom: 1em;}
.ma-b2em{margin-bottom: 2em;}
.ma-b3em{margin-bottom: 3em;}
.pa8{padding: 8px;}
.pa15{padding: 15px;}
.pa05em{padding:.5em;}
.pa1em{padding: 1em;}
.pa-lr8{padding-left: 8px;padding-right: 8px;}
.pa-lr15{padding-left: 15px;padding-right: 15px;}
.pa-lr05em{padding-left: .5em;padding-right: .5em;}
.pa-lr1em{padding-left: 1em;padding-right: 1em;}
/*ハンバーガーボタン*/
.el_humburger {
    position: fixed;
    top: 45px;
    right: 60px;
    width: 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 22px;
    z-index: 101;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
    background-color: rgba(203,196,185,0.80);
    border: 0px solid #CCC;
    border-radius: 50%;
    transition: all .8s ease-in-out;
}
 
@media screen and (max-width: 640px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 14px;
    width: 55px;
    height: 55px;
	border-radius: 0%;}
#factory .el_humburger {
      display: none; } }
.js_humburgerOpen .el_humburger{
    background-color: rgba(0,0,0,0);
    border-width: 0px;
	transition: all .2s ease-in-out;
}

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 34px;
  display: inline-block; }
 
@media screen and (max-width: 640px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 639px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }
 
@media screen and (max-width: 639px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 639px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 7.1px;
  height: 3px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #FFF; }
 
@media screen and (max-width: 639px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #FFF; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.9);
  width: 450px;
  z-index: 100;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(100%);
  overflow: auto; }
  .js_humburgerOpen .navi {
    transform:translateZ(0) translateX(0); }
@media screen and (max-width: 640px) {
      .navi {
        padding: 100px 5% 0; }
      .js_humburgerOpen .navi {
        width: 100%;} 
} 
.navi_item {
  margin-bottom: 28px;
  font-size: 0.85em;
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
@media screen and (max-width: 639px) {
.navi_item {
	margin-bottom: 1em;
	text-align: center;
	margin-left: 0;
	font-size: 18px;
}}
.navi_item a{
    color: #FFFFFF;
}
header{position: fixed; z-index: 10; width: 100%;}
.main_visual .visual_text1{position: absolute;font-size: 2.28em;font-weight: 900; z-index: 1; top:50%;transform: translateY(-50%);left: 1em;}
.main_visual .visual_text1 span{ background-color: #D70035;color: #FFFFFF; padding: 0.18em;line-height: 1; display: inline-block;}
.main_visual .visual_text1 p{ margin-bottom: 0.7em;}
.main_visual .visual_text1 p:nth-child(2){margin-left: 2em;}
.main_visual{height:813px;position:relative;opacity:0;transition:all .5s ease}
.main_visual .slider{position:relative;width:100%;height:813px;z-index:1;overflow:hidden}
.lower_ttl,.main_visual .slider li{background-repeat:no-repeat;background-size:cover}
.main_visual .slider li{top:0;left:0;width:100%;opacity:1;position:absolute;height:813px;z-index:20;background-position:50%}
@media only screen and (max-width: 767px) {
.main_visual,.main_visual .slider,.main_visual .slider li{height:400px;}
.main_visual .visual_text1{font-size: 1.89em;}
.main_visual .visual_text1{left: 0em;}
.main_visual .visual_text1 p:nth-child(2){margin-left: 0;}
}
.main_visual.act{opacity:1}
.main_visual .slider li.img01{ background-image:url(../img/stst_back.png); }
.main_visual .slider li.img02{background-image:url(../img/side/hanbai1.jpg)}
.main_visual .slider li.img03{background-image:url(../img/side/hanbai2.jpg)}
@media only screen and (max-width:767px){.main_visual .slider li.img01{background-image:url(../img/stst_back.png)}
}
@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:767px) and (min--moz-device-pixel-ratio:2),only screen and (max-width:767px) and (min-device-pixel-ratio:2),only screen and (max-width:767px) and (min-resolution:192dpi),only screen and (max-width:767px) and (min-resolution:2dppx){.main_visual .slider li.img01{background-image:url(../img/stst_back.png)}
}
@media only screen and (max-width:767px){.main_visual .slider li.img02{background-image:url(../img/side/hanbai1.jpg)}
}
@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:767px) and (min--moz-device-pixel-ratio:2),only screen and (max-width:767px) and (min-device-pixel-ratio:2),only screen and (max-width:767px) and (min-resolution:192dpi),only screen and (max-width:767px) and (min-resolution:2dppx){.main_visual .slider li.img02{background-image:url(../img/side/hanbai1.jpg)}
}
@media only screen and (max-width:767px){.main_visual .slider li.img03{background-image:url(../img/side/hanbai2.jpg)}
}
@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:767px) and (min--moz-device-pixel-ratio:2),only screen and (max-width:767px) and (min-device-pixel-ratio:2),only screen and (max-width:767px) and (min-resolution:192dpi),only screen and (max-width:767px) and (min-resolution:2dppx){.main_visual .slider li.img03{background-image:url(../img/side/hanbai2.jpg)}
}
.main_visual .slider li.act{-webkit-animation:scale 7.5s linear 0s forwards,fade 1.5s ease-in 6s forwards;animation:scale 7.5s linear 0s forwards,fade 1.5s ease-in 6s forwards;z-index:30}
.main_visual .slider li.act+.act{z-index:25}
.main_visual .main_txt{display:none;position:absolute;top:305px;left:0;padding-left:125px;width:100%;z-index:5;color:#fff;text-shadow:0 0 20px rgba(0,0,0,.4);-webkit-font-feature-settings:"palt" 1;-moz-font-feature-settings:"palt" 1;-ms-font-feature-settings:"palt" 1;letter-spacing:.15em}
.main_visual .main_txt .catch{display:block;font-size:70px;font-size:7rem;line-height:1.37em;margin-bottom:30px}
.main_visual .main_txt .txt{font-size:18px;font-size:1.8rem;letter-spacing:.15em;font-weight:700;line-height:2.3em}
.main_visual .main_txt.is-act{opacity:1}
@media (max-width:1340px){.main_visual .main_txt{padding-left:6%}
}
@-webkit-keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1)}
to{-webkit-transform:scale(1.13);transform:scale(1.13)}
}
@keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1)}
to{-webkit-transform:scale(1.13);transform:scale(1.13)}
}
@-webkit-keyframes fade{0%{opacity:1}
to{opacity:0}
}
@keyframes fade{0%{opacity:1}
to{opacity:0}
}
.kaitorixhanbai{
    max-width: 500px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

/*ラッパー要素*/
.wrapper{
	display: flex;
	justify-content: space-between;
	position: relative;
}
/*コンテンツのブロック*/
.contents{ width: 50%;min-width: 500px; padding-left: 3em; padding-right: 3em;}
.contents > div{ padding-top: 50vh;}
.contents > div:first-child{ padding-top: 20vh; }
.contents > div:last-child{ padding-bottom: 33vh; }
/*画像のブロック*/
.images{
	width: 50%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	top:0;
}
.images p {
	height: 100%;
	width: 100%;
	margin: auto;
	display: block;
	visibility: hidden;
	/* 画像が透過pngの時は背景色が必要です */
	background: #5bd2d2;
	position: absolute;
	top: 0;
	bottom: 0;
	/* フェード速度 */
	transition: 0.75s;
	opacity: 0;
}
.images p img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.images p:first-child,
.images p.active {
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	.contents{ width: 100vw; padding: 0.8em;}
	.images{display: none;}
}
.contents_img{
    position: relative;
	padding-top: 0px;
}
.titlewrapper{position: relative;margin-bottom: .75em;}
.sp-img{display: none;}
@media only screen and (max-width: 767px) {
.contents{min-width: 0;}
.contents > div{ padding-top:8em; padding-bottom: 1em;}
.contents > div:first-child{ padding-top:6em; }
.contents > div:last-child{ padding-bottom: 1em; }
.contents_img{margin-left: -0.8em;margin-right: -0.8em; margin-bottom: 0.38em;}
.contents_img img{max-height: 18em; width: 100%; object-position: center; object-fit: cover;position: static;}
.contents_img p{padding: 0 15px;position: static;}
.contents_img .sp-title{position: absolute;left:15px;bottom:91%; z-index: auto; margin: 0;padding: 0;}
.sp-img{overflow:hidden; position: relative;display: block;}
.sp-img::after{ position:absolute;
  left:15px;bottom: 91%;
  white-space: pre;
  font-size: 2.8em;
  font-weight: 900;
  color:#F5B700;
line-height: 1.28;
  z-index:2;
	margin: 0;padding: 0;}
.sp-title .title2{line-height: 1.28; margin: 0px; color: #333;font-size: 2.8em;}
.sp-img1::after{content:"販売ブース\A設置プラン";}
.sp-img2::after{content:"販売イベント\A開催プラン";}
.sp-img3::after{content:"宅配\A買取プラン";}
.sp-img4::after{content:"出張買取イベント\A開催プラン";}
.sp-img5::after{content:"お問い合わせ\A資料請求";}
.sp-img6::after{content:"お打ち合わせ";}
.sp-img7::after{content:"コラボレーション\A開始";}
.sp-img8::after{content:"キャッシュバック";}

}
.tag{
    background-color: #D70035;
    color: #FFFFFF;
	font-weight: 600;
	line-height: 1;
    display: inline-block;
    padding: 0.33em 1.25em;
    margin-bottom: 0;
    border: thin solid #D70035;
    border-radius: 1em;
}
.tag_b{
    background-color: #1229CC;
    color: #FFFFFF;
	font-weight: 600;
	line-height: 1;
    display: inline-block;
    padding: 0.33em 1.25em;
    margin-bottom: 0;
    border: thin solid #1229CC;
    border-radius: 1em;
}
.imagewrapper{ position: relative; margin-bottom: 2em; padding-top: 2em; max-width:600px;margin-left: auto;margin-right: auto;}
.imagewrapper .left_img{width: 54%;height: auto;padding-bottom: 17%;}
.imagewrapper .right_img{width: 54%; position: absolute;bottom: 5px;right: 15px;}
.left_img img,.right_img img{
    max-width: 100%;
    box-shadow: 2px 2px 4px gray;
    border: 15px solid #FFFFFF;
}
@media only screen and (max-width: 767px) {
.imagewrapper{ position: relative; margin-bottom: 2em; padding-left: 15px; padding-right: 15px;}
}
.panel{
    background-color: #FFFFFF;
    border: thin solid #FFFFFF;
    padding: 1em;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.nayami{
    padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
}
.nayami li{
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
	background-position: top left;
    background-size: auto 1.38em;
    list-style-type: none;
    margin-bottom: 0.75em;
    padding-left: 2.1em;
	line-height: 1.35;
	padding-bottom: 2px;
	position: relative;
	font-size: 1.3em;
	text-align: left;
}
@media only screen and (max-width: 767px) {
.nayami li{font-size: 1.15em;}
}
.flow_wrapper{position: relative;
	padding: 60px 20px 20px;
	box-shadow: 7px 7px 13px rgba(177,177,177,.5);
    border-radius: 10px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
}
.flow_wrapper:first-child{padding-top: 40px;
}
.step{text-align: center; font-size: 4em; color: #26b9eb; font-family: "Barlow", sans-serif;font-weight: 900;
  font-style: normal;
letter-spacing: 0.09em; margin-bottom: 5px;line-height: 1.1;}
.next_img{position: absolute; top:99.599%;z-index: 10;left: 20%;}
.flow_img{width: 100%;height: auto;max-width: 250px;display: block;margin-left: auto;margin-right: auto;}
@media only screen and (max-width: 767px) {
	.flow_wrapper,.flow_wrapper:first-child{margin-bottom: 4px;padding: 20px;}
	.next_img{max-width: 60px;left: 50%; bottom:-38.5px; transform: translateX(-50%);}
}
.stred{
    color: #D70035;
    text-shadow: 1px 1px 1px #333,-1px -1px 1px #333,-1px 1px 1px #333,1px -1px 1px #333;
}
.parallax_bg{
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	position: relative;
	padding: 170px 15px;
	width: 100%;
}
.parallax_bg.bg_01{
  background-image: url("../img/stst_back.png");
}
.parallax_bg::before{
	content: '';
display: block;
background-color: rgba(0,0,0,0.5);
	position: absolute;
	top:0;bottom: 0;left: 0;right: 0;
}
@media only screen and (max-width: 767px) {
	.parallax_bg{  min-height: 250px;}
}
.max-w700{width: 100%; max-width: 700px;margin: 0 auto;}
.max-w750{width: 100%; max-width: 750px;margin: 0 auto;}
.max-w800{width: 100%; max-width: 800px;margin: 0 auto;}
.font-big{font-size:115%;}
.font-bbig{font-size:130%;}
.font-bbbig{font-size:150%;}
.font-bbbbig{font-size:180%;}
.marker_yeloow{background: linear-gradient(transparent 70%, #ffff00 70% )}
.text-white{color:#FFF;}
.text-centar_pc{text-align: center;
}
@media only screen and (max-width: 767px) {
.text-centar_pc{text-align: left;}}
.button{width: 80%;}
.button a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    background: #D70035;
    margin: auto;
    padding: 10px 30px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    transition: ease .2s;
    border: thin solid rgba(255,255,255,0);
	font-weight: 900;
	
}

.button a span {
    position: relative;
    z-index: 3;
    color:#fff;
	transition:.4s all;
}

.button a:hover span{
    color:#333;
	
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#dcdcdc;
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.scroll-down {
    display: block;
    position: relative;
    padding-top: 82px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #b91a2f;
    border-right: 2px solid #b91a2f;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 90px;
    background: #b91a2f;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.nextscroll{
    padding-top: 10vh; margin-bottom: -20vh;
}
.nextscroll2{
    padding-top: 10vh; margin-bottom: -25vh;
}
@media only screen and (max-width: 767px) {
 .nextscroll{padding-top: 3em; margin-bottom: -3em;
}
 .nextscroll2{padding-top: 3em; margin-bottom: -6em;
}
}
svg.svg_t {
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
	top:-2px;left: 0;right: 0;
}
svg.svg_b{position: absolute;
    display: block;
    width: 100%;
    height: 70px;
	bottom:-2px;
left:0;right: 0; }
.shape-fill {
    fill: #efefef;
}
.shape-fill2 {
    fill: #ffffff;
}
@media only screen and (max-width: 767px) {
svg.svg_t,svg.svg_b{height: 40px;}
}
.flex_tb_center{display:flex;flex-direction:column;justify-content:center;}

.pattern {
  background-image: linear-gradient(0deg,transparent 15px,#ddd 16px),linear-gradient(90deg,transparent 15px,#ddd 16px);
  background-size: 16px 16px;
} 
.retarn {
    position: relative;
    margin: 2em 0;
    padding: 2em 1em;
    border: solid 3px #4871e4;
    border-radius: 8px;
}
.retarn .box-title {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 14px;
	max-width: 90%;
    padding: 0 9px;
    line-height: 1.2;
    font-size: 1.6em;
    background: #FFF;
    color: #4871e4;
    font-weight: bold;
	transform: translateY(-50%);
	margin-bottom: 0}
.retarn p {
    margin: 0; 
    padding: 0;
}

.ap{ font-weight:bolder; padding-left:5px;}