
a:hover img{
  opacity: 0.7;
  transition: .5s ease;
}
.non-trans a:hover img{
  opacity: 1;
  transition: .5s ease;
  image: url('a1sp-fun.png');
}

img[src$=".svg"] {
    max-width: 100%;
}
.g-rounded-50x {
    border-radius: 50%;
    border: 3px solid white;
    padding: 10px;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 20px 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
}

.k-bg-white {
    background-color: #fff0 !important;
}
.u-icon-v2.u-icon-size--lg, .u-icon-v2.u-icon-size--lg .u-icon__elem-regular, .u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg, .u-icon-v3.u-icon-size--lg .u-icon__elem-regular, .u-icon-v3.u-icon-size--lg .u-icon__elem-hover, .u-icon-v4.u-icon-size--lg .u-icon-v4-inner, .u-icon-v4.u-icon-size--lg .u-icon__elem-regular, .u-icon-v4.u-icon-size--lg .u-icon__elem-hover, .u-icon-v5.u-icon-size--lg {
    width: 7rem;
    height: 7rem;
}
.p-top__mv {
    display: table;
    width: 100%;
    position: relative;
    z-index: 0;
}
.p-top__mvImg, .p-top__mvBody {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
}

.imgsp, .p-top__mvBody {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
}
.p-top__mvImg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.imgsp::before {
    content: "";
    display: block;
    width: 100%;
    height: 61%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.28);
    z-index: 1;
}
.p-top__mvImgVideo {
    position: relative;
    z-index: 0;
    padding-top: calc(112.4%);
}

.p-top__mvImgVideoBody {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0px);
}


audio, video {
    display: inline-block;
}
video {
    object-fit: contain;
}
.p-top__mvImgPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    margin: -54px 0px 0px -54px;
}
.u-target {
    transition: opacity 0.3s;
}
@media only screen and (max-height: 720px), screen and (max-width: 992px){
.p-top__mvBody {
    padding-top: 110px;
}
}

@media only screen and (max-height: 720px), screen and (max-width: 992px){
.p-top__mvBodyTitle {
    margin-bottom: 24px;
  }
.p-top__mvBodyTitle img {
    width: 350px;
}
}

@media only screen and (max-height: 720px), screen and (max-height: 414px){
.p-top__mvBodyTitle img {
    width: 343px;
}
}


img {
    max-width: 100%;
    height: auto;
}
}
img {
    vertical-align: bottom;
    line-height: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.p-top__mvBody {
    padding-top: 50px;
    color: rgb(255, 255, 255);
}
.p-top__mvImgPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    margin: -54px 0px 0px -54px;
}

.p-top__mvImgVideoBody {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
}

.p-top__splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
    z-index: 3;
    display: none;
    opacity: 0;
}
.p-top__splashVideo {
    display: table;
    width: 100%;
    height: 100%;
}
.p-top__splashVideo-inner {
    display: table-cell;
    vertical-align: middle;
}
body, div, section, header, footer, nav, article, aside, main, dl, ul, p, a {
    backface-visibility: hidden;
}
.p-top__splashVideoBody-wrap {
    width: 93.75%;
    margin: 0 auto;
}
.p-top__splashVideoBody {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.p-top__splashVideoBody .movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe[Attributes Style] {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    width: 640px;
    height: 360px;
}

iframe {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
body[Attributes Style] {
    direction: ltr;
    unicode-bidi: isolate;
}
/* FAQ COLLAPSE/EXPAND STYLES */
* {
  box-sizing: border-box;
}
.faqanswer {
	display: none;
	width: 590px;
	background: #e5e5e5;
	padding: 12px 20px 0 30px;
}

.faqanswer p {
	font-size: 13px;
	line-height: 17px;
}


a.active {
	font-weight: bold;
}

.togglefaq {
	text-decoration: none;
	color: #333;
	font-size: 13px;
	padding: 10px 30px;
	line-height: 20px;
	display: block;
	border: 1px solid #d0d0d0;
	width: 590px;
	margin-bottom: -1px;
}
.icon-plus {
	color: #5ec4cd;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}

.icon-minus {
	color: #5ec4cd;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}
p {
  margin: 0;
  padding-bottom: 20px;
}




/* FAQ COLLAPSE/EXPAND STYLES */
* {
  box-sizing: border-box;
}
.faqanswer {
	display: none;
	width: 590px;
	background: #e5e5e5;
	padding: 12px 20px 0 30px;
}

.faqanswer p {
	font-size: 13px;
	line-height: 17px;
}


a.active {
	font-weight: bold;
}

.togglefaq {
	text-decoration: none;
	color: #333;
	font-size: 13px;
	padding: 10px 30px;
	line-height: 20px;
	display: block;
	border: 1px solid #d0d0d0;
	width: auto;
	margin-bottom: -1px;
}
.faqanswer{
  width: auto;
}
.sp-q{
  font-size:17px;line-height: 1.3;padding-left:65px;padding-right:50px;margin-top:-40px;
}
.sp-q1 {
    font-size: 17px;
    line-height: 1.3;
    padding-left: 25px;
    margin-top: -68px;
}
.sp-plus{
display:block;text-align:right;font-size:45px;border-radius: 100px;color: #68dfb9;height: 45px;line-height: 0px;margin-top: -50px;margin-right: -20px;
}
/*.togglefaq {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    padding: 10px 30px;
    line-height: 20px;
    display: block;
    border: 1px solid #ffffff00;
    width: 34px;
    margin-right: 20px;
    margin-bottom: -1px;
}
.bg-white-sp {
  background-color:white;
  background-position:center;
  background-size:cover;
  padding: 20px 40px 0px 40px;
  z-index: 10000;
}
*/
.icon-plus {
	color: #5ec4cd;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}

.icon-minus {
	color: #5ec4cd;
	margin-right: 20px;
	font-size: 20px;
	float:left;
}
p {
  margin: 0;
  padding-bottom: 20px;
}





.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #e1e1e1;
    z-index: 999;
}
.nav-link-t {
  color: black;
}
.nav-link-tb {
  color: white;
}

.nav-link-t i{
    color: black;
    -webkit-text-fill-color: #68dfb9; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: white;
}
.nav-link-tb i{
    color: black;
    -webkit-text-fill-color: #68dfb9; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: white;
}
.nav-link-t2 {
  color: black;
}

.nav-link-t2 i{
    color: black;
    -webkit-text-fill-color: #68dfb9; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: white;
}
.navyes{
    background-color: #f3f3f3;
    margin-left: 55px;
    margin-top: 78px;
    border-radius: 10px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.liyes li{
    border-bottom: black 3px;
}
.p-top__mvImgVideo {
    position: relative;
    z-index: 0;
    padding-top: calc(1124/1000*100%);
}

.lol {
  margin-top:15px;
  padding-left:15px;
}
.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
    background-color: none !important;
}
.g-bg-main--hover {
    border-bottom: grey 1px !important;
}
}


@media (min-width: 992px) {
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border: 0;
    margin: 0px auto;
}
.navyes{
    background-color: white;
    margin-left: 50px;
    margin-top: 0px;
    border-radius: 10px;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #e1e1e1;
    height: 50px;
}
.lol{
  margin-top:25px;
  padding-left:25px;
}
}

.hamburger:hover {
    opacity: 1;
}
html, body {width: auto!important; overflow-x: hidden!important}

body, div, section, header, footer, nav, article, aside, main, dl, ul, p, a {
    backface-visibility: hidden;
}
.p-top__mvImg, .p-top__mvBody {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
}
::selection {
    color: #795548;
    background-color: #FFEB3B;
}

.nono a {
    color: transparent;
    outline: none;
}
.p-top__mvImgVideo {
    position: relative;
    z-index: 0;
    padding-top: calc(1124/1000*100%);
}

.p-top__mvImg, .p-top__mvBody {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
}
.alert-info {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    border: none;
    position: fixed;
    bottom:130px;
    right:0;
    text-align: right;
    background-color: transparent;
    line-height: 30px;
    padding: 0px;
    color: #FFF;
}
.alert {
    border-radius: 0px;
    z-index: 999999999;
    margin-bottom: 0;
}
.res-up{
  margin-top:-250px;
}
.res-up2{
  margin-top:-380px;
}

@media (max-width: 1243px) {
  .res-up{
    margin-top:-150px;
  }
}
@media (max-width: 1207px) and (min-width: 756px) {
  .res-up{
    margin-top:-400px;
  }
  .res-up2{
    margin-top:-480px;
  }
}

@media (max-width: 1207px) and (min-width: 896px) {
  .res-up{
    margin-top:-400px;
  }
  .res-up2{
    margin-top:-480px;
  }
  .mbm{
    margin-bottom:-505px;
  }
}
@media (max-width: 1195px)  {
  .mbm{
    margin-bottom:-555px;
  }
}
@media (max-width: 1172px)  {
  .mbm{
    margin-bottom:-535px;
  }
}

@media (max-width: 1070px)  {
  .mbm{
    margin-bottom:-505px;
  }
}
@media (max-width: 993px)  {
  .mbm{
    margin-bottom:-470px;
  }
}


@media (max-width: 896px) and (min-width: 799px) {
  .res-up{
    margin-top:-400px;
  }
  .res-up2{
    margin-top:-480px;
  }
  .mbm{
    margin-bottom:-395px;
  }
}
@media (max-width: 799px) and (min-width: 756px) {
  .res-up{
    margin-top:-400px;
  }
  .res-up2{
    margin-top:-480px;
  }
  .mbm{
    margin-bottom:-205px;
  }
}
@media (max-width: 778px)  {
  .mbm{
    margin-bottom:-370px;
  }
}
@media (max-width: 768px) {
  .mbm{
    margin-bottom:-365px;
  }
}
@media (max-width: 756px) and (min-width: 414px) {
  .res-up{
    margin-top:-180px;
  }
  .res-up2{
    margin-top:-310px;
  }
  .mbm{
    margin-bottom:-325px;
  }
}
@media (max-width: 602px)  {
  .mbm{
    margin-bottom:-290px;
  }
}
@media (max-width: 532px)  {
  .mbm{
    margin-bottom:-220px;
  }
}
@media (max-width: 595px) and (min-width: 414px) {
  .res-up{
    margin-top:-180px;
  }
  .res-up2{
    margin-top:-310px;
  }
  .mbm{
    margin-bottom:-215px;
  }
}
@media (max-width: 575px)  {
  .mbm{
    margin-bottom:-290px;
  }
}
@media (max-width: 414px) and (min-width: 320px) {
  .mbm{
    margin-bottom:-195px;
  }
  .res-up{
    margin-top: -165px;
    padding-top: 30px;
  }
  .res-up2{
    margin-top:-200px;
  }
}
@media (max-width: 320px){
  .res-up{
    margin-top: -165px;
    padding-top: 55px;
  }
}

.pad-m{
  margin-bottom:770px;
}
.none-pad-m{
  margin-bottom:650px;
}

.pc-m{
  margin-left:-120px;
}
.welcome-pc img{
  margin-top:-200px;
}

.rcorners2 {
    border-radius: 10px;
    border: 3px solid #68dfb9;
    padding: 37px 15px 19px 15px;
    margin: 0;
    background: linear-gradient(
     to right,
     #68dfb9 0px,
     #68dfb9 120px,
     #fff 120px,
     #fff 100%
 );
}
.r-bg{
  border-radius:100px;
  background: #68dfb9;
  padding: 0px 14px;
  margin-top: 14px;
}

.r-bg {
    border-radius: 100px;
    background: #68dfb9;
    padding: 0px 14px 0px 14px;
    height: 45px;
    width: 45px;
    line-height: 44px;
}

.r-bg2 {
  border-radius:100px;
  background: #68dfb9;
  padding: 0px 14px;
  margin-top: 14px;
}
.r-bg2 {
    border-radius: 100px;
    background: #68dfb9;
    padding: 0px 14px 0px 14px;
    height: 45px;
    width: 45px;
    line-height: 40px;
}
.r-bg2-sp {
  border-radius:100px;
  background: #68dfb9;
  padding: 0px 14px;
  margin-top: 14px;
}
.r-bg2-sp {
    border-radius: 100px;
    background: #68dfb9;
    padding: 0px 14px 0px 14px;
    height: 45px;
    width: 45px;
    line-height: 37px;
}


h5, .h5 {
    font-size: 32px;
}



.rcorners2-a {
    border-radius: 10px;
    border: 3px solid #fbafc4;
    padding: 37px 15px 19px 15px;
    margin: 0;
    background: linear-gradient(
   to right,
   #fbafc4 0px,
   #fbafc4 120px,
   #fff 120px,
   #fff 100%
 );
}

.rcorners2-a-sp {
    margin-top: 5px;
    margin-left: 25px;
    border-radius: 10px;
    border: 3px solid #fbafc4;
    padding: 37px 15px 19px 15px;
    margin: 0;
    margin-top: 5px;
    margin-left: 25px;
    background: linear-gradient(
   to right,
   #fbafc4 0px,
   #fbafc4 70px,
   #fff 70px,
   #fff 100%
 );
}
.rcorners2-q-sp {
    border-radius: 10px;
    border: 3px solid #68dfb9;
    padding: 37px 15px 19px 15px;
    margin: 0;
    background: linear-gradient(
   to right,
   #68dfb9 0px,
   #68dfb9 70px,
   #fff 70px,
   #fff 100%
 );
}

@media (min-width: 1208px) {
.only-sp { display: none !important; }
.pc-m{
  margin-left:-130px;
}
.nav-item{ margin-top:10px;}
.u-header{
    margin-top: 20px !important;
}

.welcome-pc img{
  margin-top:-250px;
}
}

@media (min-width: 1008px) {
.pc-m{
  margin-left:-110px;
}
}
@media (min-width: 900px) {
.welcome-pc img{
  margin-top:-170px;
}
}
@media (min-width: 908px) {
.pc-m{
  margin-left:-100px;
}
}
@media (min-width: 808px) {
.pc-m{
  margin-left:-90px;
}
.welcome-pc img{
  margin-top:-150px;
}
}
@media (min-width: 700px) {
.pc-m{
  margin-left:-80px;
}
.welcome-pc img{
  margin-top:-180px;
}
}
@media (min-width: 1300px) {
  .welcome-pc img{
    margin-top:-220px;
  }
}
@media (min-width: 1600px) {
  .welcome-pc img{
    margin-top:-270px;
  }
}
@media (min-width: 2170px) {
  .welcome-pc img{
    margin-top:-300px;
  }
}

.welcome-sp img{
  margin-top:-200px;
}

@media (min-width: 600px) {
.pc-m{
  margin-left:-76px;
}

}
@media (min-width: 550px) {
.welcome-sp img{
  margin-top:-200px;
}
}

@media (min-width: 780px) {
.only-sx { display: none !important; }
}

@media (max-width: 779px) {
.over-sx{ display: none !important; }
}

@media (min-width: 400px) {
.pc-m{
  margin-left:-72px;
}
}

.centered-thing iframe {
   display: block;
   margin: 0 auto;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sp-top img {
  max-height: 400px;
  width: auto;
}
@media (max-width: 550px) {
.sp-top img {
  margin-top:-50px;
}
}

@media (max-width: 500px) {
.welcome-sp img{
  margin-top:-200px;
}
.sp-top img {
  margin-top:-100px;
}
.bg-white2 {
  background-color:white;
  background-position:center;
  background-size:cover;
  padding: 0px 0px 20px 0px;
  width:100%;
}
}
@media (max-width: 450px) {
.welcome-sp img{
  margin-top:-170px;
}
}
img.iphone8-1{
  padding:0px 25px 0px 25px;
}
img.iphone8-2{
  padding:0px 25px 0px 25px;
}
.iphone8-0{
  padding:0px 25px 0px 25px;
}
.normal-top1 {
  margin-top:10px;padding-top:50px;
}

@media (max-width: 375px) {
  .sp-q{
    font-size: 17px;
    line-height: 1.3;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: -70px;
  }
  .sp-plus {
      font-size: 40px;
      margin-top: -51px;
      margin-right: -30px;

  }
.welcome-sp img{
  margin-top:-150px;
}
.eight-top img{
  margin-top:-20px;
}
.iphone8-0 img{
  margin-top:0px;
}
.normal-top1 {
  margin-top:0px;padding-top:0px;
}
img.iphone8-1{
  margin-top:-5px;
}
img.iphone8-2{
  margin-top:0px;
  padding-bottom: 30px;
}
}
.g-line-height-3 {
    line-height: 2 !important;
    padding: 0px 25px;
}

.ise{
  text-align:right;padding-right:80px;margin-top:-30px;font-size: 15px;
}
@media (min-width:321px){
  .none-se { display: none !important; }
}
.an2{
  max-height:180px;padding-top:20px;margin-left:68px;
}
@media (max-width: 320px) {
  .an2{
    max-height:150px;padding-top:20px;margin-left:68px;
  }
  .se-bb img{
    padding: 0px 20px;
  }
  img.iphone8-1{
    margin-top:5px;
  }
  img.iphone8-2{
    margin-top:0px;
    padding-bottom: 30px;
  }
.welcome-sp img{
  margin-top:-150px;
}
.g-line-height-3 {
    line-height: 2 !important;
    padding: 0px 5px;
}
.ise{
  text-align:right;padding-right:60px;margin-top:-30px;font-size:12px;
}
}

@media (max-width: 1267px) {
.pad-m{
  margin-bottom:700px;
}
}
@media (max-width: 1167px) {
.pad-m{
  margin-bottom:660px;
}
}
@media (max-width: 1067px) {
.pad-m{
  margin-bottom:650px;
}
}

.wbox{
  border-style:solid;
  border-color:#dace41;
  background-color:#fefce1;
  padding:50px 30px 20px 30px;

}
.wbox2{
  border-style:solid;
  border-color:#df99ac;
  background-color:#feecf1;
  padding:50px 30px 20px 30px;

}
@media (min-width: 768px) {
.wbox{
  border-style:solid;
  border-color:#dace41;
  background-color:#fefce1;
  padding:50px 30px 20px 70px;
  margin-left:-100px;
}
.wbox2{
  border-style:solid;
  border-color:#df99ac;
  background-color:#feecf1;
  padding:50px 80px 20px 30px;
  margin-right:-90px;
}
}



}
@media (max-width: 767px) {
.wbox{
  border-style:solid;
  border-color:#dace41;
  background-color:#fefce1;
  padding:20px 0px 60px 0px;
}
.wbox2{
  border-style:solid;
  border-color:#df99ac;
  background-color:#feecf1;
  padding:20px 10px 60px 10px;
}
.pad-m{
  margin-bottom:640px;
}
.pc-m{
  margin-left:0px;
}
}

@media (min-width: 651px) {
.none-pad { display: none !important; }
}

@media (max-width: 650px) {
.only-pad { display: none !important; }
.pad-m{
  margin-bottom:600px;
}
}
@media (min-width: 1051px) {
.none-pad-fun { display: none !important; }
}

@media (max-width: 1050px) {
.only-pad-fun { display: none !important; }
.pad-m{
  margin-bottom:600px;
}
}
@media (max-width: 414px) {
.none-pad-m{
  margin-bottom:650px;
}
}
img{
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@media (max-width: 1207px) {
.only-pc { display: none !important; }
.nav-link-t { color: black !important;}
.nav-link-tb {
  color: white;
}
.nav-link-tb i{
    color: black;
    -webkit-text-fill-color: #68dfb9; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: white;
}
.nav-link-t2 { color: black !important;}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.u-header{
    margin-top: -16px !important;
}
.navbar{
  margin-bottom: px !important;
}

.alert-info {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    border: none;
    position: fixed;
    bottom: 10px;
    right: 0;
    text-align: right;
    background-color: transparent;
    line-height: 30px;
    padding: 0px;
    color: #FFF;
}
}
.k-mt--100{
    margin-top: -505px;
}
.k-mt--50{
    margin-top: -445px;
}
@media (max-width: 756px) {
.e-section {
  margin: 0px 20px;
}
.e-section img{
  margin-left:-40px;
}
.e-section2 {
  margin: 0px 20px;
}
.e-section2 img{
  margin-left:50px;
}
.wbox{
  padding-bottom: 160px;
  margin-bottom: -140px;
}
.g-line-height-3{
    padding: 0px 0px;
}
.wbox2{
  padding-bottom: 160px;
  margin-bottom: -280px;
}
.k-mt--50{
    margin-top: -245px;
}
}

.happy-section{
  padding-right: 50px;
  padding-left: 50px;
}
.happy-section h3{
  color:#92e3c9;
  font-weight: 600;
  line-height: 95%;
}

.happy-section h4{
  color:black;
  font-weight: 600;
  margin-top: -10px;
}

.d-section h3{
  color:#92e3c9;
  font-weight: 600;
  line-height: 95%;
}

.d-section h4{
  color:black;
  font-weight: 600;
  margin-top: -10px;
}

h4{
  color:black;
  line-height: 1.5;
}
.e-section h3{
  color:#92e3c9;
  font-weight: 600;
  line-height: 95%;
}

.e-section h4{
  color:black;
  font-weight: 600;
  margin-top: -10px;
}
.e-section2 h3{
  color:#92e3c9;
  font-weight: 600;
  line-height: 95%;
}

.e-section2 h4{
  color:black;
  font-weight: 600;
  margin-top: -10px;
}

p {
    color: #222222;
}

.u-btn-k {
    color: #000000;
    border-color: black;
    padding: 50px 50px;
}

.container-pink {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -1px;
    background-color: #f5baca;
}
.container-blue-n {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -1px;
    background-color: #d5f0f2;
}
.container-yellow-n {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: -1px;
    background-color: #f8f094;
}
.container-pink2 {
    background-color:#f5baca;
    padding-top:40px;
    margin-top:-20px;
    margin-left:55px;
    padding-left:35px;
    padding-right:25px;
}
.container-blue {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -1px;
    background-color: #d5f0f2;
}
.container-yellow {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -1px;
    background-color: #f8f094;
}

@media (max-width: 400px){
.none-pad-fun{
  padding-bottom:30px;
}
}
@media (max-width: 375px){
.col-md-6{
  padding-left:10px;
  padding-right:10px;
}
.none-pad-fun{
  padding-bottom: 70px;
}
}

@media (max-width: 320px){
.only-se { display: none !important; }
.none-pad-fun{
  padding-bottom: 150px;
  margin-top: -50px;
}
}

.sp-tpadding-30{
padding-top:30px;
}
@media (max-width: 320px){
  .k-mt--50{
      margin-top: -405px;
  }
  .mbm{
    margin-bottom:-155px
  }
  .res-up2 {
    margin-top: -150px;
}
.col-md-6{
  padding-left:0px;
  padding-right:0px;
}
.sp-tpadding-30{
padding-top:30px;
}
}


#splash-0 {
    background-color: rgba(58,232, 226, 0.3);
    position: relative;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Dosis', Arial, serif;
}
#splash-0 h1 {
    position: absolute;
    top: 40%;
    font-weight: 400;
    font-size: 65px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#background-0 {
    background: url('img/top-fun.jpg') no-repeat center center;
    background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg-green {
  background-color:#68d8ade6;
  background-position:center;
  width:100%;
  background-size:cover;
  padding: 80px 10px 0px 10px;
  position: relative;
  z-index: -1;
  opacity: 0.8;
}

.bg-none {
  position: relative;
  z-index: 0;
}

.bg-white {
  background-color:white;
  background-position:center;
  background-size:cover;
  padding: 80px 40px 0px 40px;
  z-index: 10000;
}

.bg-white2 {
  background-color:white;
  background-position:center;
  background-size:cover;
  padding: 0px 15px 20px 15px;
  width:100%;
}

.bg-white3 {
  background-color:white;
  background-position:center;
  background-size:cover;
  padding: 0px 10px 0px 10px;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin-bottom: -6px;
  }
}
