
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
html {
  font: 100%/1.5 'Avenir Next', 'Hiragino Sans', sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
}
body{
  -webkit-text-size-adjust:100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}

a{
  text-decoration: none;
  color: #000;
}
a:visited{
  color: #000;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

/* index to ALL
------------------------------------------------------------*/
.pc-none{
  display:none;
}
#header{
  width:100%;
  height:80px;
  position:fixed;
  background:#fff;
  opacity:0.8;
  top:0;
  z-index:1000;
}
.header-logo{
  color: #000;
  float: left;
  font-size:40px;
  font-weight: 700;
  padding:10px 0 0 20px;
}
.header-menu {
  float: right;
  padding-top: 16px;
  padding-right: 20px;
  text-decoration: none;
  color:#232323;
}
.header-menu li {
  float: left;
  line-height: 64px;
  font-size: 22px;
  font-weight:600;
  padding-left: 15px;
  color:#232323;
}
.header-menu a {
  color:black;
}
.section-box{
  position:relative;
  border-radius: 20px;
  padding:30px 60px;
  margin:0 100px;
}
.marker-yellow{
  background:linear-gradient(transparent 50%, #FFDE15 0%);
}
.marker-lightyellow{
  background:linear-gradient(transparent 50%, #ffff66 0%);
}
.marker-pink{
  background:linear-gradient(transparent 50%, #ff7bac 0%);
}
.marker-green{
  background:linear-gradient(transparent 50%, #47f4c6 0%);
}
#page_top_arrow{
  position: fixed;
  width:50px;
  height:50px;
  right: 30px;
  bottom: 50px;
  background: red;
  opacity: 0.8;
  border-radius: 50%;
  z-index:10;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}
#page_top_arrow a{
  position: relative;
  display: block;
  top:-4px;
  right:-10px;
  width: 60px;
  height: 45px;
  text-decoration: none;
}
#stalker {
    pointer-events: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background:#fff;
    border:3px solid black;
    opacity:0.8;
    border-radius: 50%;
    transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
    transition-timing-function: ease-out;
    z-index: 1010;
    animation:bubble 10s linear infinite;
    &.hov_{
      top: -32px;
      left: -32px;
      width: 40px;
      height: 40px;
      transition: .5s;
      background:#ffffff;
    }
}
#stalker:after{
  content: "";
  border:3px solid black;
  border-radius: 44% 46% 42% 48% / 40% 40% 42% 40%;
  position: absolute;
  background:#FFDE15;
  top: 9px;
  left: 9px;
  width: 18px;
  height: 18px;
}
@keyframes bubble{
  20%{
    border-radius: 45% 55% 62% 38% / 53% 51% 49% 47%;
  }
  40%{
    border-radius: 45% 55% 49% 51% / 36% 51% 49% 64%;
  }
  60%{
    border-radius: 60% 40% 57% 43% / 47% 62% 38% 53%;
  }
  80%{
    border-radius: 60% 40% 32% 68% / 38% 36% 64% 62%;
  }
}
/*section Top-------------------------------------------------*/
#section1{
  width:100%;
  height:400px;
  background:#FFDE15;
  padding-top:100px;
  overflow:hidden;
}
.section1-comment{
  width:80%;
  margin:140px 0 0 20px;
  padding:50px;
}
.section1-comment h1{
  font-size:66px;
  line-height: 80px;
  letter-spacing: -2px;
}
.section1-comment p{
  color:#444444;
}
.section1-comment span{
  color:red;
  font-size:20px;
  font-weight:600;
  padding-left: 4px;
}
.section1-color{
  float:right;
  margin-top:-340px;
}
.circle-color{
  width:30px;
  height:30px;
  border-radius:50px;
  margin:20px 70px;
  border:6px solid #232323;
  transition: 0.5s all;
}
.circle-color:hover{
  width:50px;
  height:50px;
}
.black{
  background-color: black;
}
.red{
  background-color: red;
}
.yellow{
  background-color: #FFDE15;
}
.white{
  background-color:#fff;
}
.copyright{
  position:fixed;
  right:14px;
  top:200px;
  z-index:20;
  writing-mode: vertical-rl;
}
.sns-bar{
  position:fixed;
  left:14px;
  top:260px;
  z-index:20;
  writing-mode: vertical-rl;
}
.sns-btn i{
  font-size:20px;
  color:#232323;
  margin:4px 0;
}
/*section Wave-------------------------------------------------*/
#section2{
  position: relative;
  width:100%;
  height:190px;
  background:#FFDE15;
  overflow: hidden;
  margin-top:-10px;
}
#section2 .wave{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100px;
  background-size:1000px 100px;
}
#section2 .wave.wave1{
  animation: animate 30s linear infinite;
  z-index:10;
  opacity:4;
  animation-delay: 0s;
  bottom:-2px;
}
#section2 .wave.wave2{
  animation: animate2 15s linear infinite;
  z-index:9;
  opacity:0.5;
  animation-delay: -5s;
  bottom:10px;
}
#section2 .wave.wave3{
  animation: animate 20s linear infinite;
  z-index:8;
  opacity:0.7;
  animation-delay: -5s;
  bottom:20px;
}
#section2 .wave.wave4{
  animation: animate2 8s linear infinite;
  z-index:7;
  opacity:0.4;
  animation-delay: -2s;
  bottom:15px;
}
@keyframes animate{
  0%{
    background-position-x: 0;
  }
  100%{
    background-position-x: 1000px;
  }
}
@keyframes animate2{
  0%{
    background-position-x: 0;
  }
  100%{
    background-position-x: -1000px;
  }
}
/*section Value-------------------------------------------------*/
#section3{
  width:100%;
  background:#fff;
  overflow: hidden;
  padding-top:40px;
}
.index-title{
  text-align:center;
}
.index-title h1{
  font-size:48px;
  color:black!important;
}
.index-title h2{
  font-size:48px;
  color:black!important;
}
.pill {
  height:0px;
  border-radius: 20px;
  border: 4px solid #FFDE15;
  width: 10%;
  margin-top:-10px;
  margin-bottom:20px;
}
.section3-value h2{
  font-size:40px;
  z-index:100;
}
.section3-value p{
  color:grey;
}
.section3-pic{
  position: absolute;
  bottom:30px;
  right:50px;
  z-index:100;
}
.section3-pic img{
  width:200px;
  transform: rotateY( 180deg );
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}
.section3-egg{
  position: absolute;
  bottom:200px;
  right:220px;
  width:20px;
  z-index:98;
  opacity : 0;
  transform : translate(0, 100px) rotate(0deg);
  transition : all 1s;
}
.section3-egg.active{
  right:240px;
  opacity : 1;
  transform : translate(0, -20px) rotate(20deg);
}
.section3-egg img{
  width:60px;
  height:40px;
}
.section3-pic-back{
  position: absolute;
  bottom:100px;
  right:40px;
  width:320px;
  height:320px;
  border-radius: 50%;
  background-color: #FFDE15;
  z-index:10;
}
.glowing{
  float:right;
  position: relative;
  margin-top:-300px;
  margin-right:100px;
  width:100px;
  height:100px;
  transform-origin: right;
  animation: colorChange 5s linear infinite;
  z-index:20;
}
.glowing span:nth-child(even){
  transform-origin: left;
}
@keyframes colorChange{
  0%{
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    filter: hue-rotate(360deg);
    transform: rotate(360deg);
  }
}
.glowing span{
  position: absolute;
  top: calc(20px * var(--i));
  left: calc(80px * var(--i));
  bottom: calc(80px * var(--i));
  right: calc(80px * var(--i));
}
.glowing span:before{
  content: '';
  position: absolute;
  top:50%;
  left:-8px;
  width:15px;
  height:15px;
  background:#f00;
  border-radius: 50%
}
.glowing span:nth-child(3n +1):before{
  background:rgba(134,255,0,1);
  box-shadow: 0 0 20px rgba(134,255,0,1),
              0 0 40px rgba(134,255,0,1),
              0 0 60px rgba(134,255,0,1),
              0 0 80px rgba(134,255,0,1),
              0 0 8px rgba(134,255,0,.1);
}
.glowing span:nth-child(3n +2):before{
  background:rgba(255,214,0,1);
  box-shadow: 0 0 20px rgba(255,214,0,1),
              0 0 40px rgba(255,214,0,1),
              0 0 60px rgba(255,214,0,1),
              0 0 80px rgba(255,214,0,1),
              0 0 8px rgba(255,214,0,.1);
}
.glowing span:nth-child(3n +3):before{
  background:rgba(0,226,255,1);
  box-shadow: 0 0 20px rgba(0,226,255,1),
              0 0 40px rgba(0,226,255,1),
              0 0 60px rgba(0,226,255,1),
              0 0 80px rgba(0,226,255,1),
              0 0 8px rgba(0,226,255,.1);
}
.glowing span:nth-child(3n +1){
  animation: glow 10s alternate infinite;
}
.glowing span:nth-child(3n +2){
  animation: glow-reverse 10s alternate infinite;
}
.glowing span:nth-child(3n +3){
  animation: glow 8s alternate infinite;
}
@keyframes glow{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes glow-reverse{
  0%{
    transform: rotate(360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
/*section Service-------------------------------------------------*/
#section4{
  width:100%;
  background:#fff;
  overflow: hidden;
}
.section4-box{
  border:6px dashed #232323;
  margin:40px 100px;
  display: flex;
  z-index:2;
  background-color: #fff;
}
.section4-back{
  position: absolute;
  left:0;
  width:100%;
  height:1100px;
  max-height:900px;
  background: #FFDE15;
  margin-top:-320px;
  overflow: hidden;
  z-index:1;
}
.section4-box-right{
  padding:0 10px 10px 40px;
}
.section4-box-right h2{
  font-size:26px;
}
.section4-box-left img{
  width:370px;
  padding-top:50px;
}
.button-bar{
  display:flex;
  width:100%;
}
.button-bar a{
  text-decoration: none;
}
.button{
  font-size:20px;
  font-weight:700;
  border:6px solid #232323;
  text-align:center;
  transition:0.5s all;
  color:#232323;
  margin-top: 20px;
  padding:4px;
  width:260px;
  margin-right:30px;
  border-radius:8px;
}
.button:hover{
  opacity: 0.6;
}
.button i{
  padding:0 4px;
}
.mymeal-btn{
  background: #FFDE15;
}
.meaple-btn{
  background: #ff7bac;
}
.onenginer-btn{
  background: #47f4c6;
}
/*section Voice-------------------------------------------------*/
.section9-box{
  padding:0px 30px;
  display: flex;
}
.section9-voice{
  width:22%;
  padding:4px;
  text-align: center;
}
.section9-voice img{
  width:76%;
  border-radius:20px;
}
.section9-voice-name{
  text-align: left;
  padding:10px;
}
.section9-voice-name h4{
  font-weight:500;
  color:#232323;
  margin-top:-4px;
}
.section9-voice-name p{
  font-size:10px;
  color: grey;
}
/*section News-------------------------------------------------*/
.section5-box{
  display: flex;
  overflow:hidden;
  padding-bottom: 100px;
  border-radius:20px 20px 0 20px;
}
.section5-box{
  position: relative;
 
  /*レイアウト用のCSS*/
  background-color: #FFDE15;
}
.section5-box::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 120px 100vw ;
 
  border-color: transparent transparent #FFf transparent;
}
.section-box-news{
  width:25%;
  padding:4px;
  margin:4px;
}
.section-box-news img{
  width:100%;
  height:auto;
  border-radius: 10px;
  transition-duration: 0.3s;
}
.section-box-news img:hover{
  transform: scale(1.1);  /*画像の拡大率*/
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}
.section-box-news a{
  color:black;
}
.section-box-news span{
  color:grey;
  margin-left:12px;
  font-size:12px;
}
.news-link{
  padding:6px 4px;
  margin:0 100px;

}
.news-link a{
  color:black;
}
/*section Recipe Books-------------------------------------------------*/
/* (https://daib-log.com/horizontal-slideshow/==) */
#section10{
  margin-top:40px;
}
.type-box {
  width: 300px;
  height: 400px;
  padding:20px;
}
.type-box img{
  width: 70%;
  height: 70%;
  border-radius: 6px;
}
.product-type{
  display: flex;
  align-items: center;
  height: 400px;
  overflow: hidden;
  margin-top:20px;
}
.slideshow {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*section People-------------------------------------------------*/
#section6{
  position: relative;
  overflow: hidden;
}
.section6-box{
  display: flex;
}
.section6-box-img{
  width:50%;
  text-align: center;
  border:6px dashed #232323;
  border-radius: 20px;
  margin:10px 30px;
  line-height: 24px;
  padding:20px;
  z-index:20;
  text-decoration: none;
}
.section6-box-img h3{
  font-size:24px;
}
.section6-box-img h4{
  font-size:14px;
}
.section6-box-img p{
  font-size:12px;
  color:grey;
  line-height: 18px;
}
.section6-box img{
  height:180px;
  width:180px;
  transform-origin: center;
  transition:0.5s;
  border-radius:50%;
}
.section6-box img:hover{
  opacity:0.7;
}
.circle-yellow,
.circle-yellow2,
.circle-yellow3,
.circle-yellow4,
.circle-yellow5,
.circle-yellow6{
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius:20%;
  box-sizing: border-box;
  z-index: -1;
  opacity:0.6;
  z-index:2;
}
.circle-yellow{
  border:solid 50px #FFDE15;
  left: -300px;
  width: 400px;
  height: 400px;
  bottom:400px;
  z-index:10;
  animation: around 15s alternate infinite;
}
.circle-yellow2{
  border:solid 50px #232323;
  left: -350px;
  width: 400px;
  height: 350px;
  bottom:300px;
  z-index:10;
  border-radius:30%;
  animation: around-reverse 10s alternate infinite;
}
.circle-yellow3{
  border:solid 50px red;
  left: -300px;
  width: 400px;
  height: 400px;
  bottom:150px;
  z-index:10;
  animation: around 25s alternate infinite;
}
.circle-yellow4{
  border:solid 50px #FFDE15;
  right: -300px;
  width: 400px;
  height: 400px;
  bottom:400px;
  z-index:10;
  animation: around 10s alternate infinite;
}
.circle-yellow5{
  border:solid 50px #232323;
  right: -350px;
  width: 400px;
  height: 400px;
  bottom:300px;
  z-index:10;
  border-radius:30%;
  animation: around-reverse 25s alternate infinite;
}
.circle-yellow6{
  border:solid 50px red;
  right: -300px;
  width: 400px;
  height: 400px;
  bottom:150px;
  z-index:10;
  animation: around 15s alternate infinite;
}
@keyframes around{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes around-reverse{
  0%{
    transform: rotate(360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
/*section Media-------------------------------------------------*/
.section7-img{
  width:50%;
  float: left;
}
.section7-img img{
  width:100%;
}
/*section Company-------------------------------------------------*/
#section8{
  width:100%;
  overflow: hidden;
  font-size:14px;
  color:grey;
  position:relative;

}
#section8 h3{
  font-size:26px;
  color:black;
  margin-top:-10px;
}
/*footer-------------------------------------------------*/
#footer{
  clear: both;
  padding: 50px 0px 50px 0;
  text-align: center;
  font-size: 16px;
}
#footer a:link{
  color: grey;
}
/*footer-------------------------------------------------*/
.mycanvas{
  height:510px;
  width:350px;
  margin:auto;
  position:absolute;
  top:300px;
  bottom:0;
  left:0;
  right:-800px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  z-index:-1;
}
.toaster{
  background-color: #FFDE15;
  height:90px;
  width:120px;
  position: relative;
  top:210px;
  left:125px;
  border-radius: 20px 25px 0 0;
}
.cover{
  background-color: #FFE669;
  height:90px;
  width:120px;
  position: relative;
  right:30px;
  border-radius: 20px 25px 0 0;
}
.b1, .b2{
  background-color: #737373;
  height:12px;
  width:12px;
  border-radius: 50%;
  position: relative;
}
.b1{
  top:20px;
  left:50px;
}
.b2{
  top:25px;
  left:50px;
}
.b3{
  background-color: red;
  height:16px;
  width:16px;
  position: relative;
  top:30px;
  left:45px;
  border-radius: 50%;
  border:3px solid #737373;
}
.shine{
  height:24px;
  width:15px;
  position: relative;
  background-color: #FFFFEE;
  border-radius: 50%;
  transform: rotate(38deg);
  bottom:42px;
  left:7px;
}
.slot1{
  position: relative;
  background-color: #666666;
  height:43px;
  width:8px;
  border-radius: 15px;
  bottom:65px;
  left:101px;
}
.slot2{
  position: relative;
  background-color: #333333;
  height:41px;
  width:5px;
  border-radius: 15px;
  bottom:107px;
  left:101px;
}
.handle1{
  background-color: white;
  height:5px;
  width:20px;
  position: relative;
  left:0.1px;
  top:1.7px;
  animation:6s move infinite;
}
@keyframes move{
  50%{
    transform: translateY(31px);
  }
}
.handle2{
  background-color: #666666;
  height:10px;
  width:18px;
  border-radius: 5px;
  position: relative;
  left:7.5px;
  bottom:2px;
}
.handle3{
  background-color: #333333;
  height:9.5px;
  width:8px;
  border-radius: 5px;
  position: relative;
  left:16.5px;
  bottom:12px;
}
.base1{
  background-color: #666666;
  height:10px;
  width:128px;
  border-radius: 15px;
  position: relative;
  right:33px;
  bottom:102.1px;
}
.base2{
  background-color: #333333;
  height:10px;
  width:37px;
  border-radius: 15px;
  position: relative;
  left:88px;
  bottom:92px;
}
.l1,.l2,.l3,.l4{
  height:7px;
  width:8px;
  background-color: #333333;
  position: relative;
}
.l1{
  bottom:103px;
  right:20px;
}
.l2{
  bottom:110px;
  left:10px;
}
.l3{
  bottom:117px;
  left:80px;
}
.l4{
  bottom:124px;
  left:105px;
}
.toastl1{
  background-color: #cc8800;
  width:59px;
  height:15px;
  border-radius: 15px;
  position: relative;
  bottom:255px;
  left:24px;
  z-index:-1;
  animation:6s toast infinite;
}
@keyframes toast{
  50%{
    transform: translateY( 25px);
  }
  80%{
    transform: translateY( -26px);
  }
}
.toastl2{
  background-color: #cc8800;
  width:52px;
  height:45px;
  position: relative;
  top:5px;
  left:2.8px;
}
.toastu1{
  background-color: #ffd480;
  width:51px;
  height:8px;
  border-radius: 15px;
  position: relative;
  bottom:41px;
  left:3px;
}
.toastu2{
  background-color: #ffd480;
  width:42px;
  height:35px;
  position: relative;
  bottom:41px;
  left:7.3px;
}
.toastl3{
  background-color: #cc8800;
  width:59px;
  height:15px;
  border-radius: 15px;
  position: relative;
  bottom:275px;
  left:2px;
  z-index:-1;
  animation:6s toastt infinite;
}
@keyframes toastt{
  50%{
    transform: translateY( 27px);
  }
  87%{
    transform: translateY( -30px);
  }
}
.toastl4{
  background-color: #cc8800;
  width:52px;
  height:45px;
  position: relative;
  top:5px;
  left:2.8px;
}
.toastu3{
  background-color: #ffd480;
  width:51px;
  height:8px;
  border-radius: 15px;
  position: relative;
  bottom:41px;
  left:3px;
}
.toastu4{
  background-color: #ffd480;
  width:42px;
  height:35px;
  position: relative;
  bottom:41px;
  left:7.4px;
}
/*People-------------------------------------------------*/
#section-people{
  width:100%;
  background:#fff;
  overflow: hidden;
  margin-top:100px;
}
.people-box{
  border:6px dashed #232323;
  margin:40px 100px;
  display: flex;
  z-index:2;
  background-color: #fff;
  text-align: justify;
}
.people-back{
  position: absolute;
  left:0;
  width:100%;
  height:600px;
  background: #FFDE15;
  margin-top:-320px;
  overflow: hidden;
  z-index:1;
}
.people-box-right{
  padding:0 10px 10px 40px;
}
.people-box-right h2{
  font-size:26px;
}
.people-box-left img{
  width:240px;
  border-radius:50%;
}
.hobby-box{
  color:grey;
  font-size:14px;
}
/*Terms&Privacy-------------------------------------------------*/
#section-terms{
  position:relative;
  width:100%;
  background:#fff;
  overflow: hidden;
  margin-top:100px;
}
.terms-box{
  position:relative;
  border:6px dashed #232323;
  margin:40px 100px;
  z-index:2;
  background-color: #fff;
  text-align: justify;
}
.terms-back{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:calc(100% - 340px);
  background: #FFDE15;
  margin-top:200px;
  z-index:1;
}
.terms-box h3{
  font-size:26px;
}
.terms-box h4{
  font-size:26px;
}
.terms-box-right{
  text-align:right;
}
/*Recruit-------------------------------------------------*/
#section-recruit{
  width:100%;
  background:#fff;
  overflow: hidden;
  margin-top:100px;
}
.recruit-box{
  border:6px dashed #232323;
  margin:40px 100px;
  display: flex;
  z-index:2;
  background-color: #fff;
}
.recruit-back{
  position: absolute;
  left:0;
  width:100%;
  height:500px;
  background: #FFDE15;
  margin-top:-60%;
  overflow: hidden;
  z-index:1;
}
.recruit-box-right{
  padding:0 10px 10px 40px;
}
.recruit-box h2{
  font-size:26px;
}
.recruit-box-right img{
  width:100%;
  height:400px;
  object-fit:cover;
  border-radius:20px;
}
/*Javascript animation-------------------------------------------------*/
.fadeIn3 {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
  text-decoration: none;
}
.fadeIn3.active{
  opacity : 1;
  transform : translate(0, 0);
}
.fadeIn4 {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
  text-decoration: none;
}
.fadeIn4.active{
  opacity : 1;
  transform : translate(0, 0);
}
.fadeIn42 {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
  text-decoration: none;
}
.fadeIn42.active{
  opacity : 1;
  transform : translate(0, 0);
}
.fadeIn9 {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
  text-decoration: none;
}
.fadeIn9.active{
  opacity : 1;
  transform : translate(0, 0);
}
@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(300px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}
@keyframes LeftToRight {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}
@keyframes SlowRightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(100px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}
.fadeIn1 {
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: SlowRightToLeft;/* アニメーション名 */
}
.staff.staff {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
.staff1.active {
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: LeftToRight;/* アニメーション名 */
}
.staff2.active {
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
}
.fadeIn8 {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
  text-decoration: none;
}
.fadeIn8.active{
  opacity : 1;
  transform : translate(0, 0);
}
/*Ambassador -------------------------------------------------*/
#ambassador-box1{
  width:100%;
  height:40px;
  background:#FFDE15;
  overflow:hidden;
}
#ambassador-box2{
  width:100%;
  background:white;
  overflow:hidden;
}
.ambassador-box{
  position:relative;
  border-radius: 20px;
  padding:30px 60px;
  margin:0 100px;
  text-align: justify;
}
.ambassador-box h2{
  font-size:32px;
}
.ambassador-box h3{
  font-size:22px;
  margin-bottom:6px;
}
.ambassador-box h4{
  font-size:20px;
  font-weight:400;
  margin:14px 0;
}
.ambassador-box h5{
  font-size:20px;
}
.ambassador-box p{
  color:grey;
}
.ambassador-box a{
  text-decoration:underline;
}
.ambassador-img{
  text-align:center;
  position:relative;
}
.ambassador-img img{
  max-width:70%;
}
.merit{
  position:absolute;
  right:22%;
  bottom:-10px;
  width:100px;
  height:100px;
  border-radius: 50px;
  line-height:70px;
  background-color: #FF97C2;
  opacity: 0.8;
  filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.6));
  animation: merit 5s alternate infinite;
}
@keyframes merit{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(20deg);
  }
  100%{
    transform: rotate(-20deg);
  }
}
.apps-link{
  width:40%;
  display: flex;
}
.apps-link img{
  width:90%;
  float:left;
  height:auto;
}
/*preopen ---------*/
.preopen{
  display:flex;
  flex-wrap: wrap;
}
.preopen-pic{
  width:calc(50% - 20px);
  margin:0 10px;
}
.preopen-pic img{
  width:100%;
}
.preopen-link img{
  width:300px;
}
/*Error -------------------------------------------------*/
.error-box{
  position:relative;
  text-align:center;
  border-radius: 20px;
  padding:30px 60px;
  margin:0 100px;
}
.error-box h2{
  font-size:32px;
}
.error-box h3{
  font-size:22px;
  margin-bottom:6px;
}
.error-box h4{
  font-size:20px;
  font-weight:400;
  margin:14px 0;
}
.error-box p{
  color:grey;
}
/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (max-width: 799px){
  /* index to ALL
------------------------------------------------------------*/
.pc-none{
  display:block;
}
.mobile-none{
  display:none;
}
/* index to ALL
------------------------------------------------------------*/
#header{
  width:100%;
  height:60px;
  position:fixed;
  background:#fff;
  opacity:0.8;
  top:0;
  z-index:1000;
}
.header-logo{
  float: left;
  font-size:26px;
  font-weight: 700;
  padding:10px 0 0 20px;
}
.header-menu {
  display:none;
  float: right;
  padding-top: 16px;
  padding-right: 20px;
  text-decoration: none;
  color:#232323;
}
.header-menu li {
  float: left;
  line-height: 64px;
  font-size: 22px;
  font-weight:600;
  padding-left: 15px;
  color:#232323;
}
.header-menu a {
  color:black;
}
/* ハンバーガーメニュー ------------*/
:root {
  --hamburger-menu-size: 100px; /* メニューの大きさ */
  --hamburger-menu-padding: 12px;
  --hamburger-menu-border-px: 4px; /* 線の太さ */
  --hamburger-menu-border-radius: 20px; /* 線の丸み */
  --hamburger-menu-border-color: black; /* 線の色 */
  --hamburger-menu-transition: 0.3s; /* アニメーション秒数 */
}
.hamburger-menu {
  margin: 0 auto; /* 中央寄せしたいだけ */
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  z-index:20;
  float:right;
  top:6px;
  display:block;
}
.hamburger-menu-line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  width: calc(100% - var(--hamburger-menu-padding) * 2);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
  border-radius: var(--hamburger-menu-border-radius);
}
.hamburger{
  color:red;
}
.line-top {
  top: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}
.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  left: var(--hamburger-menu-padding);
}
.line-bottom {
  bottom: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}
.hamburger-menu-active > .line-top {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(45deg);
}
.hamburger-menu-active > .line-middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}
.hamburger-menu-active > .line-bottom {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(-45deg);
}
.hamburger-nav{
  background-color:white;
  padding:60px 0 0px;
  position: fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:20;
  text-align:center;
  text-decoration: none;
  color:#232323;
}
.hamburger-nav li{
  font-size: 26px;
  font-weight:700;
  color:#232323;
  margin:16px 0;
}
.hamburger-nav a {
  color:black;
}
/* ここまで ----------------------*/
.section-box{
  position:relative;
  border-radius: 20px;
  padding:10px 10px;
  margin:0 10px;
}
.marker-yellow{
  background:linear-gradient(transparent 50%, #FFDE15 0%);
}
.marker-lightyellow{
  background:linear-gradient(transparent 50%, #ffff66 0%);
}
.marker-pink{
  background:linear-gradient(transparent 50%, #ff7bac 0%);
}
#page_top_arrow{
  position: fixed;
  width:34px;
  height:34px;
  right: 16px;
  bottom: 30px;
  background: red;
  opacity: 0.8;
  border-radius: 50%;
  z-index:10;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}
#page_top_arrow a{
  position: relative;
  display: block;
  top:0px;
  right:-10px;
  width: 55px;
  height: 50px;
  text-decoration: none;
}
#page_top_arrow img{
  width:38px;
  height:100px;
}
/*section Top-------------------------------------------------*/
#section1{
  width:100%;
  height:120px;
  background:#FFDE15;
  padding-top:120px;
  overflow:hidden;
}
.section1-comment{
  width:100%;
  margin-top:30px;
  padding:10px;
  z-index:1;
}
.section1-comment h1{
  font-size:26px;
  font-weight:bold;
  line-height: 26px;
  margin-bottom:6px;
  letter-spacing: -1px;
}
.section1-comment p{
  font-size:12px;
  font-weight:600;
  line-height: 14px;
  padding-left: 0px;
}
.section1-comment span{
  font-size:12px;
  color:red;
  font-weight:700;
  padding-left: 0px;
}
.section1-color{
  float:right;
  margin-top:-130px;
}
.circle-color{
  width:14px;
  height:14px;
  border-radius:50px;
  margin:8px 20px;
  border:4px solid #232323;
  transition: 0.5s all;
}
.circle-color:hover{
  width:24px;
  height:24px;
}
.black{
  background-color: black;
}
.red{
  background-color: red;
}
.yellow{
  background-color: #FFDE15;
}
.white{
  background-color:#fff;
}
.copyright{
  display:none;
  position:fixed;
  right:20px;
  top:200px;
  z-index:20;
  writing-mode: vertical-rl;
}
.sns-bar{
  display:none;
  position:fixed;
  left:20px;
  top:260px;
  z-index:20;
  writing-mode: vertical-rl;
}
.sns-btn i{
  font-size:20px;
  color:#232323;
  margin:4px 0;
}
/*section Wave-------------------------------------------------*/
#section2{
  position: relative;
  width:100%;
  height:190px;
  background:#FFDE15;
  overflow: hidden;
  margin-top:-10px;
}

#section2 .wave{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100px;
  background-size:1000px 100px;
}
#section2 .wave.wave1{
  animation: animate 30s linear infinite;
  z-index:10;
  opacity:4;
  animation-delay: 0s;
  bottom:-2px;
}
#section2 .wave.wave2{
  animation: animate2 15s linear infinite;
  z-index:9;
  opacity:0.5;
  animation-delay: -5s;
  bottom:10px;
}
#section2 .wave.wave3{
  animation: animate 20s linear infinite;
  z-index:8;
  opacity:0.7;
  animation-delay: -5s;
  bottom:20px;
}
#section2 .wave.wave4{
  animation: animate2 8s linear infinite;
  z-index:7;
  opacity:0.4;
  animation-delay: -2s;
  bottom:15px;
}
@keyframes animate{
  0%{
    background-position-x: 0;
  }
  100%{
    background-position-x: 1000px;
  }
}
@keyframes animate2{
  0%{
    background-position-x: 0;
  }
  100%{
    background-position-x: -1000px;
  }
}
/*section Value-------------------------------------------------*/
.value-space{
  height:240px;
  width:100%;
}
#section3{
  width:100%;
  background:#fff;
  overflow: hidden;
  padding-top:10px;
}
.index-title{
  text-align:center;
}
.index-title h1{
  font-size:36px;
  color:black!important;
}
.index-title h2{
  font-size:36px;
  color:black!important;
}
.pill {
  height:0px;
  border-radius: 20px;
  border: 4px solid #FFDE15;
  width: 20%;
  margin-top:-10px;
  margin-bottom:20px;
}
.section3-value{
  z-index:100;
}
.section3-value h2{
  font-size:26px;
  font-weight:700
  z-index:100;
}
.section3-value h4{
  font-size:14px;
  z-index:100;
}
.section3-value p{
  font-size:12px;
  color:grey;
}
.section3-pic{
  position: absolute;
  bottom:24px;
  right:0px;
  z-index:4;
}
.section3-pic img{
  width:100px;
  transform: rotateY( 180deg );
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}
.section3-egg{
  position: absolute;
  bottom:200px;
  right:100px;
  width:10px;
  z-index:2;
  opacity : 0;
  transform : translate(0, 100px) rotate(0deg);
  transition : all 1s;
}
.section3-egg.active{
  right:100px;
  opacity : 1;
  transform : translate(0, 60px) rotate(20deg);
}
.section3-egg img{
  width:38px;
  height:22px;
}
.section3-pic-back{
  position: absolute;
  bottom:40px;
  right:-40px;
  width:200px;
  height:200px;
  border-radius: 50%;
  background-color: #FFDE15;
  z-index:1;
}
.glowing{
  float:right;
  position: relative;
  margin-top:-260px;
  margin-right:100px;
  width:100px;
  height:100px;
  transform-origin: right;
  animation: colorChange 5s linear infinite;
  z-index:3;
}
.glowing span:nth-child(even){
  transform-origin: left;
}
@keyframes colorChange{
  0%{
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    filter: hue-rotate(360deg);
    transform: rotate(360deg);
  }
}
.glowing span{
  position: absolute;
  top: calc(20px * var(--i));
  left: calc(80px * var(--i));
  bottom: calc(80px * var(--i));
  right: calc(80px * var(--i));
}
.glowing span:before{
  content: '';
  position: absolute;
  top:50%;
  left:-8px;
  width:15px;
  height:15px;
  background:#f00;
  border-radius: 50%
}
.glowing span:nth-child(3n +1):before{
  background:rgba(134,255,0,1);
  box-shadow: 0 0 20px rgba(134,255,0,1),
              0 0 40px rgba(134,255,0,1),
              0 0 60px rgba(134,255,0,1),
              0 0 80px rgba(134,255,0,1),
              0 0 8px rgba(134,255,0,.1);
}
.glowing span:nth-child(3n +2):before{
  background:rgba(255,214,0,1);
  box-shadow: 0 0 20px rgba(255,214,0,1),
              0 0 40px rgba(255,214,0,1),
              0 0 60px rgba(255,214,0,1),
              0 0 80px rgba(255,214,0,1),
              0 0 8px rgba(255,214,0,.1);
}
.glowing span:nth-child(3n +3):before{
  background:rgba(0,226,255,1);
  box-shadow: 0 0 20px rgba(0,226,255,1),
              0 0 40px rgba(0,226,255,1),
              0 0 60px rgba(0,226,255,1),
              0 0 80px rgba(0,226,255,1),
              0 0 8px rgba(0,226,255,.1);
}
.glowing span:nth-child(3n +1){
  animation: glow 10s alternate infinite;
}
.glowing span:nth-child(3n +2){
  animation: glow-reverse 10s alternate infinite;
}
.glowing span:nth-child(3n +3){
  animation: glow 8s alternate infinite;
}
@keyframes glow{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes glow-reverse{
  0%{
    transform: rotate(360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
/*section Service-------------------------------------------------*/
#section4{
  width:100%;
  background:#fff;
  overflow: hidden;
}
.section4-box{
  border:4px dashed #232323;
  margin:20px;
  display: block;
  z-index:2;
  background-color: #fff;
}
.section4-back{
  position: absolute;
  left:0;
  width:100%;
  height:1200px;
  max-height:1200px;
  background: #FFDE15;
  margin-top:-320px;
  overflow: hidden;
  z-index:1;
}
.section4-box-right{
  padding:2px 2px;
}
.section4-box-right h2{
  font-size:20px;
}
.section4-box-left img{
  width:100%;
  padding-top:10px;
}
.button-bar{
  display:block;
  width:100%;
}
.button{
  font-size:18px;
  font-weight:700;
  border:4px solid #232323;
  text-align:center;
  transition:0.5s all;
  text-decoration: none;
  color:#232323;
  margin: 20px 0px 0px;
  width:calc(100% - 15px);
  border-radius:10px;
}
.button:hover{
  opacity: 0.6;
}
.button i{
  padding:0 4px;
}
.mymeal-btn{
  background: #FFDE15;
}
.meaple-btn{
  background: #ff7bac;
}
/*section News-------------------------------------------------*/
.section5-box{
  display: block;
  overflow:hidden;
  padding-bottom: 4px;
  border-radius:20px;
  margin-bottom: 30px;
}
.section5-box{
  position: relative;
  /*レイアウト用のCSS*/
  background-color: #FFDE15;
}
.section5-box::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 120px 100vw ;
 
  border-color: transparent transparent transparent transparent;
}
.section-box-news{
  width:calc(100% - 8px);
  padding:4px;
  margin:4px;
}
.section-box-news img{
  width:calc(100% - 8px);
  height:auto;
  border-radius: 10px;
}
.section-box-news img:hover{
  transform: none;  /*画像の拡大率*/
}
.section-box-news a{
  color:black;
}
.section-box-news span{
  color:grey;
  margin-left:12px;
  font-size:10px;
}
.news-link{
  padding:6px 4px;
  margin:0 20px;
}
.news-link a{
  color:black;
}
/*section People-------------------------------------------------*/
#section6{
  position: relative;
  overflow: hidden;
}
.section6-box{
  display: block;
}
.section6-box-img{
  width:calc(100% - 16px);
  text-align: center;
  border:8px dashed #232323;
  border-radius: 20px;
  margin:10px 0;
  line-height: 26px;
  padding:12px 6px ;
  z-index:20;
}
.section6-box-img h3{
  font-size:24px;
}
.section6-box-img h4{
  font-size:14px;
}
.section6-box-img p{
  font-size:10px;
  color:grey;
  line-height: 16px;
}
.section6-box img{
  height:160px;
  width:160px;
  transform-origin: center;
  transition:0.5s;
}

.section6-box img:hover{
  opacity:0.7;
}
.circle-yellow,
.circle-yellow2,
.circle-yellow3,
.circle-yellow4,
.circle-yellow5,
.circle-yellow6{
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius:20%;
  box-sizing: border-box;
  z-index: -1;
  opacity:0.6;
  z-index:2;
}
.circle-yellow{
  border:solid 25px #FFDE15;
  left: -150px;
  width: 200px;
  height: 200px;
  bottom:800px;
  z-index:10;
  animation: around 15s alternate infinite;
}
.circle-yellow2{
  border:solid 25px #232323;
  left: -150px;
  width: 180px;
  height: 180px;
  bottom:600px;
  z-index:10;
  border-radius:35%;
  animation: around-reverse 10s alternate infinite;
}
.circle-yellow3{
  border:solid 25px red;
  left: -150px;
  width: 200px;
  height: 200px;
  bottom:400px;
  z-index:10;
  animation: around 25s alternate infinite;
}
.circle-yellow4{
  border:solid 25px #FFDE15;
  right: -150px;
  width: 200px;
  height: 200px;
  bottom:800px;
  z-index:10;
  animation: around 10s alternate infinite;
}
.circle-yellow5{
  border:solid 25px #232323;
  right: -150px;
  width: 180px;
  height: 180px;
  bottom:600px;
  z-index:10;
  border-radius:30%;
  animation: around-reverse 25s alternate infinite;
}
.circle-yellow6{
  border:solid 25px red;
  right: -150px;
  width: 200px;
  height: 200px;
  bottom:400px;
  z-index:10;
  animation: around 15s alternate infinite;
}
@keyframes around{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes around-reverse{
  0%{
    transform: rotate(360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
/*section Media-------------------------------------------------*/
.section7-img{
  width:100%;
  float: none;
}
.section7-img img{
  width:100%;
}
/*section Company-------------------------------------------------*/
#section8{
  width:100%;
  overflow: hidden;
  font-size:14px;
  color:grey;
  position:relative;
}
.section8-box{
  width:calc(100% -20px);
}
#section8 h3{
  font-size:22px;
  color:black;
  margin-top:-10px;
}
/*footer-------------------------------------------------*/
#footer{
  clear: both;
  padding: 50px 0px 50px 0;
  text-align: center;
  font-size: 16px;
}
#footer a:link{
  color: grey;
}
/*footer-------------------------------------------------*/
.company-space{
  height:220px;
  width:100%;
}
.mycanvas{
  height:510px;
  width:100%;
  margin:auto;
  position:absolute;
  top:320px;
  bottom:-120px;
  left:0;
  right:-44px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  z-index:-1;
}
.toaster{
  background-color: #FFDE15;
  height:90px;
  width:120px;
  position: relative;
  top:210px;
  left:125px;
  border-radius: 20px 25px 0 0;
}
.cover{
  background-color: #FFE669;
  height:90px;
  width:120px;
  position: relative;
  right:30px;
  border-radius: 20px 25px 0 0;
}
.b1, .b2{
  background-color: #737373;
  height:12px;
  width:12px;
  border-radius: 50%;
  position: relative;
}
.b1{
  top:20px;
  left:50px;
}
.b2{
  top:25px;
  left:50px;
}
.b3{
  background-color: red;
  height:16px;
  width:16px;
  position: relative;
  top:30px;
  left:45px;
  border-radius: 50%;
  border:3px solid #737373;
}
.shine{
  height:24px;
  width:15px;
  position: relative;
  background-color: #FFFFEE;
  border-radius: 50%;
  transform: rotate(38deg);
  bottom:42px;
  left:7px;
}
.slot1{
  position: relative;
  background-color: #666666;
  height:43px;
  width:8px;
  border-radius: 15px;
  bottom:65px;
  left:101px;
}
.slot2{
  position: relative;
  background-color: #333333;
  height:41px;
  width:5px;
  border-radius: 15px;
  bottom:107px;
  left:101px;
}
.handle1{
  background-color: white;
  height:5px;
  width:20px;
  position: relative;
  left:0.1px;
  top:1.7px;
  animation:6s move infinite;
}
@keyframes move{
  50%{
    transform: translateY(31px);
  }
}
.handle2{
  background-color: #666666;
  height:10px;
  width:18px;
  border-radius: 5px;
  position: relative;
  left:7.5px;
  bottom:2px;
}
.handle3{
  background-color: #333333;
  height:9.5px;
  width:8px;
  border-radius: 5px;
  position: relative;
  left:16.5px;
  bottom:12px;
}
.base1{
  background-color: #666666;
  height:10px;
  width:128px;
  border-radius: 15px;
  position: relative;
  right:33px;
  bottom:102.1px;
}
.base2{
  background-color: #333333;
  height:10px;
  width:37px;
  border-radius: 15px;
  position: relative;
  left:88px;
  bottom:92px;
}
.l1,.l2,.l3,.l4{
  height:7px;
  width:8px;
  background-color: #333333;
  position: relative;
}
.l1{
  bottom:103px;
  right:20px;
}
.l2{
  bottom:110px;
  left:10px;
}
.l3{
  bottom:117px;
  left:80px;
}
.l4{
  bottom:124px;
  left:105px;
}
.toastl1{
  background-color: #cc8800;
  width:59px;
  height:15px;
  border-radius: 15px;
  position: relative;
  bottom:255px;
  left:24px;
  z-index:-1;
  animation:6s toast infinite;
}
@keyframes toast{
  50%{
    transform: translateY( 25px);
  }
  80%{
    transform: translateY( -26px);
  }
}
.toastl2{
  background-color: #cc8800;
  width:52px;
  height:45px;
  position: relative;
  top:5px;
  left:2.8px;
}
.toastu1{
  background-color: #ffd480;
  width:51px;
  height:8px;
  border-radius: 15px;
  position: relative;
  bottom:41px;
  left:3px;
}
.toastu2{
  background-color: #ffd480;
  width:42px;
  height:35px;
  position: relative;
  bottom:41px;
  left:7.3px;
}
.toastl3{
  background-color: #cc8800;
  width:59px;
  height:15px;
  border-radius: 15px;
  position: relative;
  bottom:275px;
  left:2px;
  z-index:-1;
  animation:6s toastt infinite;
}
@keyframes toastt{
  50%{
    transform: translateY( 27px);
  }
  87%{
    transform: translateY( -30px);
  }
}
.toastl4{
  background-color: #cc8800;
  width:52px;
  height:45px;
  position: relative;
  top:5px;
  left:2.8px;
}
.toastu3{
  background-color: #ffd480;
  width:51px;
  height:8px;
  border-radius: 15px;
  position: relative;
  bottom:41px;
  left:3px;
}
.toastu4{
  background-color: #ffd480;
  width:42px;
  height:35px;
  position: relative;
  bottom:41px;
  left:7.4px;
}
/*People-------------------------------------------------*/
#section-people{
  width:100%;
  background:#fff;
  overflow: hidden;
  margin-top:100px;
}
.people-box{
  border:6px dashed #232323;
  margin:10px;
  display: block;
  z-index:2;
  background-color: #fff;
}
.people-back{
  position: absolute;
  left:0;
  width:100%;
  height:1000px;
  background: #FFDE15;
  margin-top:-520px;
  overflow: hidden;
  z-index:1;
}
.people-box-right{
  padding:0 10px 10px 40px;
}
.people-box-right h2{
  font-size:26px;
}

.people-box-left{
  text-align:center;
}
.people-box-left img{
  width:60%;
}
.hobby-box{
  color:grey;
  font-size:14px;
}
/*Terms&Privacy-------------------------------------------------*/

.terms-box{
  border:none;
}
.terms-box h3{
  font-size:20px;
}
.terms-box h4{
  font-size:18px;
}
/*Ambassador -------------------------------------------------*/
#ambassador-box1{
  width:100%;
  height:20px;
  background:#FFDE15;
  overflow:hidden;
}
.ambassador-box{
  position:relative;
  border-radius: 20px;
  padding:20px;
  margin:0px;
}
.ambassador-box h2{
  font-size:22px;
}
.ambassador-box h3{
  font-size:18px;
  margin-bottom:8px;
}
.ambassador-box h4{
  font-size:17px;
  line-height:26px;
  font-weight:400;
  margin:0px 0px 14px 0;
}
.ambassador-box h5{
  font-size:17px;
}
.ambassador-box p{
  color:grey;
}
.ambassador-img{
  text-align:center;
}
.ambassador-img img{
  max-width:100%;
  width:100%;
}
.merit{
  position:absolute;
  right:12%;
  bottom:10px;
  width:40px;
  height:40px;
  border-radius: 50px;
  line-height:400px!important;
  color: red;
  font-weight: bold;
  background-color: transparent;
  opacity: 1;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
  animation: merit 5s alternate infinite;
}
@keyframes merit{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(10deg);
  }
  100%{
    transform: rotate(-10deg);
  }
}
.merit-title{
  text-align: center;
}
.apps-link{
  width:70%;
  display: flex;
}
.apps-link img{
  width:90%;
  float:left;
  height:auto;
}
/*Error -------------------------------------------------*/
.error-box{
  border-radius: 20px;
  padding:20px;
  margin:0px;
}
.error-box h4{
  font-size:16px;
  font-weight:400;
  margin:14px 0;
}

}