@charset "UTF-8";
/* CSS Document */


/************************************************
 * Common
 */
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}
body.page-template-kamiina {
	background: #fdd600;
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	z-index: -10;
}
body.page-template-kamiina .p-page-con {
	margin-top: 0;
}
.p-kamiina-top {
	position: relative;
	height: 100vh;
}
.p-kamiina-top .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.p-kamiina-top .title img.logo {
	width: 100px;
	margin-bottom: 10px;
}
.p-kamiina-top .title h1 {
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 6.4rem;
	font-weight: 600;
}
.p-kamiina-top .title h2 {
	font-family: 'Lato', sans-serif;
}
.p-kamiina-top .sign {
    position: absolute;
    right: 26%;
    top: 32%;
}
.p-kamiina-top .sign h3 {
    font-family: "Edu QLD Beginner", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.4;
}
.p-kamiina-top .chara > div {
	position: absolute;
}
.p-kamiina-top .chara img {
    max-width: 180px;
    height: auto;
    max-height: 140px;
}
.p-kamiina-top .chara .chara1 {
	left: 6%;
	bottom: 40%;
}
.p-kamiina-top .chara .chara2 {
	left: 20%;
	bottom: 20%;
}
.p-kamiina-top .chara .chara3 {
	right: 20%;
	bottom: 20%;
}
.p-kamiina-top .chara .chara4 {
	right: 6%;
	bottom: 40%;
}


.katakata {
    animation: katakata 1.5s steps(1) infinite;
}
@keyframes katakata {
0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); 
}
25% {
    -webkit-transform: translate(4px, 4px) rotateZ(2deg);
    transform: translate(4px, 4px) rotateZ(2deg);
}
50% {
    -webkit-transform: translate(0px, 4px) rotateZ(0deg);
    transform: translate(0px, 4px) rotateZ(0deg);
}
75% {
    -webkit-transform: translate(4px, 0px) rotateZ(-2deg);
    transform: translate(4px, 0px) rotateZ(-2deg);
}
100% {
    -webkit-transform: translate(-6px, -6px) rotateZ(4deg);
    transform: translate(-6px, -6px) rotateZ(4deg);
}
}

.scrolldown_a{
  position:absolute;
  bottom:10px;
  left:50%;
}
.scrolldown_a span{
	font-family: 'Lato', sans-serif;
	position: absolute;
	left:10px;
	bottom:10px;
	color: #000;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown_a:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#000;
	animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
    0%{bottom:45px;}
    100%{bottom:-5px;}
 }
@keyframes cirlemovehide {
	0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
.scrolldown_a:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:2px;
	height: 50px;
	background:#000;
}





@media screen and (max-width: 1080px) {
	.p-kamiina-top .chara .chara1 {
		left: 0;
	}
	.p-kamiina-top .chara .chara4 {
		right: 0;
	}
	.p-kamiina-top .chara img {
		max-width: 160px;
		max-height: 120px;
	}
}
@media screen and (max-width: 780px) {
	.p-kamiina-top .chara img {
		max-width: 120px;
		max-height: 120px;
	}
	.p-kamiina-top .title h1 {
		font-size: 5.6rem;
	}
}
@media screen and (max-width: 520px) {
	.p-kamiina-top .sign {
		right: -3%;
	}
	.p-kamiina-top .chara img {
		max-width: 90px;
		max-height: 90px;
	}
	.p-kamiina-top .title h1 {
		font-size: 5.0rem;
	}
	.p-kamiina-top .chara .chara1 {
		bottom: 32%;
	}
	.p-kamiina-top .chara .chara2 {
		bottom: 18%;
	}
	.p-kamiina-top .chara .chara3 {
		bottom: 18%;
	}
	.p-kamiina-top .chara .chara4 {
		bottom: 32%;
	}
}



/************************************************
 * COMMON
 */
.p-kamiina {
	max-width: 1400px;
    margin: 0 auto;
}
.p-kamiina-main-block {
	padding: 80px 0;
}
.p-kamiina-main-block p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.0;
    text-align: justify;
    letter-spacing: 0.5px;
}
.p-kamiina-main-block .sec_head {
	margin-bottom: 40px;
}
.p-kamiina-main-block .sec_head h2 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
}
.p-kamiina-main-block .sec_head span {
	font-size: 1.3rem;
    font-weight: 600;
}

.p-kamiina-main-block .head {
	text-align: center;
	margin-bottom: 60px;
}
.p-kamiina-main-block .head h2 {
	font-size: 3.6rem;
	font-weight: 600;
}
.p-kamiina-main-block .head .lead {
	font-size: 1.5rem;
}
.p-kamiina-main-block .head .attention {
    position: relative;
    display: inline-block;
    padding: 0 30px;
	font-size: 2.0rem;
	font-weight: 600;
}  
.p-kamiina-main-block .head .attention:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}    
.p-kamiina-main-block .head .attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}



@media screen and (max-width:1080px){
	.p-kamiina-main-block .sec_head h2 {
		font-size: 2.4rem;
	}
	.p-kamiina-main-block .head {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:780px){
	.p-kamiina-main-block {
		padding: 60px 0;
	}
	.p-kamiina-main-block .sec_head h2 {
		font-size: 2.2rem;
	}
	.p-kamiina-main-block .head h2 {
		font-size: 2.6rem;
	}
	.p-kamiina-main-block .head .attention {
		font-size: 1.6rem;
	}
	
}
@media screen and (max-width:520px){
	.p-kamiina-main-block .head h2 {
		font-size: 2.2rem;
	}
	.p-kamiina-main-block .head {
		margin-bottom: 20px;
	}
	.p-kamiina-main-block .sec_head {
		margin-bottom: 20px;
	}
	.p-kamiina-main-block .head .attention {
		font-size: 1.5rem;
	    padding: 0 20px;
	}
}



/************************************************
 * ABOUT
 */
.p-kamiina-main-block.about {
    padding: 120px 60px 40px 0;
}
.p-kamiina-main-block.about .sec_head h2 {
	font-family: "Changa One", sans-serif;
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fdd600;
}
.p-kamiina-about-item {
    width: 100%;
    position: relative;
}
.p-kamiina-about-item .text {
    width: 70%;
    background: #fff;
    padding: 88px 180px 80px 80px;
    border-radius: 0 50px 50px 0;
}
.p-kamiina-about-item .img {
	width: 48%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4%;
}

@media screen and (min-width:1400px){
	.p-kamiina-about-item .text {
		border-radius: 50px;
	}
}
@media screen and (max-width: 780px) {
	.p-kamiina-about-item .text {
		width: 95%;
		padding: 80px 140px 120px 80px;
	}
	.p-kamiina-about-item .img {
		top: inherit;
	}
}
@media screen and (max-width: 520px) {
	.p-kamiina-main-block.about {
		padding: 60px 20px 40px 0;
	}
	.p-kamiina-main-block.about .sec_head h2 {
		font-size: 5.0rem;
	}
	.p-kamiina-about-item .text {
		width: 100%;
		padding: 60px 40px 100px 50px;
	}
	.p-kamiina-about-item .img {
		width: 68%;
	}
}



/************************************************
 * INFO
 */
section.p-kamiina-info {
	position: -webkit-sticky;/*Safari*/
	position: sticky;
	top:70px;/*Header高さ分で止まるようにする*/
}
section.p-kamiina-apply {
	background: #fdd600;
	position: relative;
	z-index: 1000;
}
@media screen and (max-width:768px){
	section.p-kamiina-info {
		position:relative!important;/*sticky解除*/
		top:0;/*70px⇒0pxに戻す*/
	}
}



.p-kamiina-info {
/*
	position: relative;
	z-index: -1;
*/
}
.p-kamiina-info-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-kamiina-info-item > div.text {
	width: 70%;
}
.p-kamiina-info-item > div.img {
	width: 50%;
}
.p-kamiina-info-item .img {
	position: absolute;
    top: -160px;
    right: 20%;
    z-index: -1;
}
.p-kamiina-info-item .img img {
    width: 180%;
}
.p-kamiina-info-item .text p {
	margin-bottom: 36px;
}
.p-kamiina-info-item .text .link {
    padding-top: 60px;
}
.p-kamiina-info-item .text .link .link_btn {
    position: relative;
    display: inline-block;
    margin-right: 4px;
}
.p-kamiina-info-item .text .link .link_btn img {
    position: absolute;
    width: auto;
    height: 37px;
    top: -31px;
    right: 28px;
}
.p-kamiina-info-item .text .link a {
	display: inline-block;
	border: 2px solid;
	border-radius: 200px;
	padding: 20px 60px;
	font-weight: 600;
	background: rgba(255,255,255,1);
}
.p-kamiina-info-item .text .link .link_btn:last-child a {
	background: #153940;
    color: #fff;
    border-color: #153940;
}
.p-kamiina-info-item .text .area h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.p-kamiina-info-item .text .area li {
	display: inline-block;
    background: #f9f8f3;
    padding: 12px 17px;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 3px;
    border: 1.6px solid;
}

@media screen and (max-width: 780px) {
	.p-kamiina-info-item .text .area h3 {
		font-size: 2.0rem;
	}
	.p-kamiina-info-item .text .area li {
		padding: 8px 15px;
		font-size: 1.6rem;
	}
	.p-kamiina-info-item .text .link a {
		padding: 18px 50px;
	}
	.p-kamiina-info-item .img {
		top: 100px;
	}
}
@media screen and (max-width: 520px) {
	.p-kamiina-info-item > div.text {
		width: 100%;
	}
	.p-kamiina-info-item .text .area h3 {
		font-size: 1.8rem;
	}
	.p-kamiina-info-item .text .area li {
		padding: 6px 8px;
		font-size: 1.5rem;
	}
	.p-kamiina-info-item .text .link a {
		padding: 14px 40px;
	}
	.p-kamiina-info-item .img {
		top: inherit;
		bottom: -120px;
	}
}


/************************************************
 * POINT
 */
.p-kamiina-point {
    background: #fff;
    border-radius: 180px 180px 0 0;
    padding: 100px 0 60px;
	position: relative;
	z-index: 100000;
	margin-top: 40px;
}

.p-kamiina-point-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-bottom: 80px;
}
.p-kamiina-point-item .text {
	width: 50%;
}
.p-kamiina-point-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-bottom: 80px;
    gap: 30px calc(10px* 1* 1);
}
.p-kamiina-point-other {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px calc(18px * 1 * 1);
}
.p-kamiina-point-other .box {
    width: 30%;
    background: #f9f8f3;
    border: 2px solid;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
}
.p-kamiina-point-other .box h3 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px;
}
.p-kamiina-point-other .box p {
    font-size: 1.3rem;
    line-height: 1.8;
}
.p-kamiina-point-other .box a.btn {
    background: #f2cf01;
    font-weight: 600;
    padding: 10px;
    border: 1.6px solid;
    border-radius: 100px;
    margin-top: 20px;
    font-size: 1.35rem;	
}
@media screen and (max-width:1080px){
	.p-kamiina-point {
		padding: 60px 0;
	}
}
@media screen and (max-width:780px){
	.p-kamiina-point {
		padding: 40px 0;
	    border-radius: 100px 100px 0 0;
	}
	.p-kamiina-point-item .pct img {
		max-width: 200px;
	}
	.p-kamiina-point-other {
		gap: 30px calc(10px* 1* 1);
	}
	.p-kamiina-point-other .box {
		width: 32%;
	    padding: 40px 20px;
	}
	.p-kamiina-point-other .box h3 {
		font-size: 2.0rem;
	}
}
@media screen and (max-width:780px){
	.p-kamiina-point {
		padding: 20px 0;
		border-radius: 60px 60px 0 0;
	}
	.p-kamiina-point-item .text {
		width: 90%;
		order: 2;
	}
	.p-kamiina-point-item .pct {
		order: 1;
	}
}

@media screen and (max-width:520px){
.p-kamiina-point-other .box {
		width: 100%;
		padding: 40px 30px;
	}
}





/************************************************
 * APPLY
 */
.kamiina-apply-item {
	margin: 0 10px;
}
.kamiina-apply-item .box {
	background: #fff;
	text-align: center;
	padding: 40px;
	border-radius: 50px;
	border: 2px solid;
}
.kamiina-apply-item .box .title {
	font-size: 2.0rem;
	font-weight: 600;
	border-bottom: 2px solid #fdd600;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.kamiina-apply-item .box p {
	line-height: 1.6;
}
.kamiina-apply-item .box img {
	width: 70%;
	margin: 0 auto 20px;
}
.kamiina-apply-item .box .btn_wrapper .btn {
    background: #f2cf01;
    font-weight: 600;
    padding: 10px 30px;
    border: 1.6px solid;
    border-radius: 100px;
    margin-top: 20px;
    font-size: 1.6rem;
    display: inline-block;
}
.kamiina_apply .slick-dots {
    bottom: -42px;
}
.p-kamiina-apply #modal_apply1 .modal-content {
	width: 80%;
	padding: 20px;
	border-radius: 30px;
}
.p-kamiina-apply .kamiina-apply-item .applypage {
	display: inline-block;
}


@media screen and (max-width:780px){
	.kamiina-apply-item {
		margin: 0 6px;
	}
	.kamiina-apply-item .box {
		padding: 40px 30px;
	}
	.kamiina-apply-item .box .btn_wrapper .btn {
		padding: 10px 20px;
		font-size: 1.5rem;
	}
}


/************************************************
 * HOW TO
 */
.p-kamiina-howto {
	background: #fdd600;
	position: relative;
	z-index: 1000;
}
.p-kamiina-howto .sec_head h2 {
    font-family: "Changa One", sans-serif;
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 1.2;
}

/* 左右いっぱいに伸びた横線 */
.p-kamiina-howto .sec_head h2 {
  align-items: center;
  display: flex;
}
.p-kamiina-howto .sec_head h2::after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  flex-grow: 1;
  height: 3px;
}
.p-kamiina-howto .sec_head h2::after {
  margin-left: 15px;
}
.p-kamiina-howto-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px calc(18px* 1* 1);
}
.p-kamiina-howto-item .box {
	position: relative;
    width: 32%;
    background: #f9f8f3;
    border: 2px solid;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
}
.p-kamiina-howto-item .box span.a {
	position: absolute;
    font-size: 1.2rem;
    font-weight: 600;
    transform: rotate(90deg);
    top: 70px;
    right: -28px;
}
.p-kamiina-howto-item .box .icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fdd600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.p-kamiina-howto-item .box .icon img {
	width: 50%;
}
.p-kamiina-howto-item .box .title {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 20px auto;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.p-kamiina-howto-item .box p {
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 10px;
}
.p-kamiina-howto-item .box p span.s {
	font-size: 1.3rem;
	font-weight: 600;
}
.p-kamiina-howto-item .box p .fax {
	font-size: 2.0rem;
	font-weight: 600;
}
.p-kamiina-howto-item .box p .mail {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0;
}
.p-kamiina-howto-item .box h4 {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: left;
}
.p-kamiina-howto-item .box h4 .s {
	font-size: 1.3rem;
}

.p-kamiina-howto .chara_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    gap: 10px calc(18px* 1* 1);
    overflow-x: hidden;
}
.p-kamiina-howto .chara_list img.item {
	width: auto;
	height: 100px;
}



@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
    gap: 10px calc(110px* 1* 1);
	margin-right: 110px;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
/*  width: calc(100vw / 10);*/
}
.scroll-infinity__item>img {
  width: 100%;
}


@media screen and (max-width:1080px){
	.p-kamiina-howto-item .box .title {
		font-size: 2.2rem;
	}
	.p-kamiina-howto-item {
		gap: 10px calc(12px* 1* 1);
	}
	.p-kamiina-howto-item .box {
		width: 32%;
	}
}
@media screen and (max-width:780px){
	.p-kamiina-howto-item .box {
		width: 49%;
	}
}
@media screen and (max-width:520px){
	.p-kamiina-howto .sec_head h2 {
		font-size: 5.0rem;
	}
	.p-kamiina-howto-item .box {
		width: 100%;
	}
	.p-kamiina-howto .chara_list img.item {
		height: 80px;
	}
	.scroll-infinity__list {
		gap: 10px calc(50px* 1* 1);
	}
}


/************************************************
 * PROFILE
 */
.p-kamiina-profile {
	background: #fdd600;
	position: relative;
	z-index: 1000;
}
.p-kamiina-profile .p-kamiina-main-block {
	background: #fff;
	padding: 60px;
	border-radius: 50px;
	border: 2px solid #000;
}
.p-kamiina-profile-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px calc(18px* 1* 1);
}
.p-kamiina-profile-item .box {
	text-align: center;
}
.p-kamiina-profile-item .box .people {
	position: relative;
	padding-top: 80px;
}
.p-kamiina-profile-item .box .people img.push {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 83px;
}
.p-kamiina-profile-item .box .people img.chara {
	width: auto;
	height: 150px;
}
.p-kamiina-profile-item .box .name {
	font-size: 2.0rem;
	font-weight: 600;
	margin-top: 10px;
}

.modalOpen {
	cursor: pointer;
}

.modalClose.btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}
.modalClose.btn:hover {
  opacity: .6;
}
.modalClose.btn:before,
.modalClose.btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}
.modalClose.btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalClose.btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-content{
    background: #fff;
    left: 50%;
    padding: 60px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    border: 2px solid #000;
    border-radius: 80px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
	z-index: 10000;
}
.modalLayer{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.profileDetail h3 {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.profileDetail img {
	width: 50%;
	max-width: 280px;
	margin-bottom: 30px;
}
.profileDetail h4 {
	font-weight: 600;
    background: #f9f8f3;
	margin-top: 20px;
	padding: 6px 10px;
	border: 2px solid;
	border-radius: 200px;
}

@media screen and (max-width:780px){
	.p-kamiina-profile-item .box .people img.push {
		height: 73px;
	}
	.p-kamiina-profile-item .box .people img.chara {
		width: auto;
		height: 100px;
	}
}
@media screen and (max-width:520px){
	.p-kamiina-profile .p-kamiina-main-block {
		padding: 40px;
	}
	.p-kamiina-profile-item .box .name {
		font-size: 1.8rem;
	}
	.modal-content {
		padding: 40px;
		width: 90%;
	}

}


/************************************************
 * CTA
 */
.p-kamiina-cta {
	background: #fdd600;
	position: relative;
/*	z-index: 1000;*/
}
.p-kamiina-cta .p-kamiina-main-block {
	padding-bottom: 0;
}
.p-kamiina-cta-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-kamiina-cta-list .item {
    width: 50%;
    text-align: center;
}
.p-kamiina-cta-list .item a {
	width: 100%;
    display: block;
    background: #153940;
    color: #fff;
    padding: 100px 0;
    font-size: 2.6rem;
    font-weight: 600;
}
.p-kamiina-cta-list .item:last-child a {
    background: rgba(255, 255, 255, .3);
    color: #153940;
}

@media screen and (max-width:780px){
	.p-kamiina-cta-list .item a {
		font-size: 2.2rem;
	}
}

@media screen and (max-width:520px){
	.p-kamiina-cta-list .item a {
		font-size: 1.8rem;
	}
}



/************************************************
 * FOOTER
 */
.l-footer {
	background: #fdd600;
	position: relative;
/*	z-index: 1000;*/
}







