/* head-anime ---------------------------------------------------------------------------------------------- */
.fade00 {
	animation-name: fade00;
	animation-duration: 7s;
	animation-timing-function: ease-out;
	animation-delay: 3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fade00 {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	5% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.fade01-1 {
	animation-name: mv01-1;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 4s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv01-1 {
	0% {
		opacity: 0;
		transform: translateY(30%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.fade01-2 {
	animation-name: fade01-2;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 4.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fade01-2 {
	from {
		clip-path: inset(0 100% 0% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
.fade02{
	opacity : 1;
	animation-name: fade02;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 5.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fade02 {
	0% {
		opacity: 0;
		transform: translateY(30%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.fade03-1 {
	animation-name: mv03;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 6s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade03-2 {
	animation-name: mv03;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 6.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv03 {
	from {
		clip-path: inset(0 100% 0% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
.fade04 {
	animation-name: mv05;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 7.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv05 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



/* body-anime ---------------------------------------------------------------------------------------------- */
.fadein-up {
	opacity : 0;
}
.fadein-up.active{
	opacity : 1;
	animation-name: fadein-up;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-up {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadein-txt-w {
	opacity : 0;
}
.fadein-txt-w.active{
	opacity : 1;
	animation-name: fadein-txt-w;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-txt-w {
	from {
		clip-path: inset(0 100% 0% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.fadein-up1 {
	opacity : 0;
}
.fadein-up1.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-up2 {
	opacity : 0;
}
.fadein-up2.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-up3 {
	opacity : 0;
}
.fadein-up3.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-up1 {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fadein-l {
	opacity : 0;
}
.fadein-l.active{
	opacity : 1;
	animation-name: fadein-l;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-l {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.fadein-r {
	opacity : 0;
}
.fadein-r.active{
	opacity : 1;
	animation-name: fadein-r;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-r {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.fadein-up-zoom {
	opacity : 0;
}
.fadein-up-zoom.active{
	opacity : 1;
	animation-name: fadein-up-zoom;
	animation-duration: 4s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-up-zoom {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.fadein-bg {
	opacity : 0;
}
.fadein-bg.active{
	opacity : 1;
	animation-name: fadein-bg;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-bg {
	0% {
		opacity: 1;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.line-ani01 {
	opacity : 0;
}
.line-ani01.active{
	opacity : 1;
	animation-name: line-ani01;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes line-ani01 {
	0% {
		opacity: 0;
		transform: translateX(-120%);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.line-ani02 {
	opacity : 0;
}
.line-ani02.active{
	opacity : 1;
	animation-name: line-ani02;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes line-ani02 {
	0% {
		opacity: 0;
		transform: translateX(120%);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.fadein-zoom {
	opacity : 0;
}
.fadein-zoom.active{
	opacity : 1;
	animation-name: fadein-zoom;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-zoom {
	0% {
		opacity: 0;
		transform: scale(1.1) rotate(-10deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}



.icon-ani {
	opacity : 0;
}
.icon-ani.active{
	opacity : 1;
	animation-name: icon-ani;
	animation-duration: .5s;
	animation-timing-function: ease-in;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes icon-ani {
	0% {
		opacity: 1;
		transform: rotate(15deg) scale(1.3);
	}
	100% {
		opacity: 1;
		transform: rotate(0deg) scale(1);
	}
}

.txt-ani01 {
	opacity : 0;
}
.txt-ani01.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.txt-ani02 {
	opacity : 0;
}
.txt-ani02.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .7s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.txt-ani03 {
	opacity : 0;
}
.txt-ani03.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .9s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.txt-ani04 {
	opacity : 0;
}
.txt-ani04.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1.1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.txt-ani05 {
	opacity : 0;
}
.txt-ani05.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1.3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes txt-ani {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}



/* marker */
.marker-color00{
	background-image: linear-gradient(90deg, rgba(160,180,205,1), rgba(160,180,205,1));
}
.marker-color00-1{
	background-image: linear-gradient(90deg, rgba(57,84,113,.6), rgba(57,84,113,.6));
}
.marker-color00-2{
	background-image: linear-gradient(90deg, rgba(213,213,212,.6), rgba(213,213,212,.6));
}
.marker-color01{
	background-image: linear-gradient(90deg, rgba(221,218,219,1), rgba(221,218,219,1));
}
.marker-color02{
	background-image: linear-gradient(90deg, rgba(239,213,206,1), rgba(239,213,206,1));
}
.marker-color03{
	background-image: linear-gradient(90deg, rgba(170,149,151,1), rgba(170,149,151,1));
}
.marker-color04{
	background-image: linear-gradient(90deg, rgba(185,222,209,1), rgba(185,222,209,1));
}
.marker-color05{
	background-image: linear-gradient(90deg, rgba(230,236,126,1), rgba(230,236,126,1));
}
.marker-color06{
	background-image: linear-gradient(90deg, rgba(45,120,213,1), rgba(45,120,213,1));
}
.marker-color07{
	background-image: linear-gradient(90deg, rgba(35,24,21,1), rgba(35,24,21,1));
}
.marker-color08{
	background-image: linear-gradient(90deg, rgba(31,56,94,1), rgba(31,56,94,1));
}
.marker{
	display: inline;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 10px;
	padding: 0 10px 6px 10px;
	transition: all 2s ease;
}
.marker.active {
	background-size: 100% 10px;
}
.marker-txt{
	display: inline;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 2px;
	padding: 0 2px 2px 5px;
	transition: all 2s ease;
}
.marker-txt.active {
	background-size: 100% 2px;
}

/* Loading Block */
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loading-logo {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	animation: fade-out 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
	animation-delay: 3s;
}
.loading-logo .loading-logo-bg {
	width: 100vw;
	height: 100vh;
	background:linear-gradient(45deg, #A0B4CD,#A0B4CD,#A0B4CD);
	background-size: 500% 500%;
	animation: bggradient02 4s linear infinite;
	overflow: hidden;
}
.loading-logo .logo-wrap{
	width: 100%;
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes bggradient02{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.loading-logo .logo-wrap .logo{
	width: 15%;
	margin: 0 auto 5% auto;
}
.loading-logo .logo-wrap .txt{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 21px;
	letter-spacing: 4px;
	line-height: 2.5em;
	text-align: center;
	color: #000;
}
.loading-logo .logo-wrap .txt .sub-logo{
	width: 150px;
	margin: 0 auto 2% auto;
	position: relative;
	left: -15%;
	right: 0;
}

/*nav*/
.menu{
	height: 20px;
	position: fixed;
	left: 15px;
	top: 25px;
	width: 30px;
	z-index: 99;
}
.menu__line{
	background: rgba(0,0,0,0.00);
	display: block;
	height: 1px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}

.menu__line--icon{
	width: 100px;
	padding: 0!important;
	margin: 0!important;
	position: relative;
	top: 0px;
}
.menu__line--center{
	top: 9px;
}
.menu__line--bottom{
	bottom: 0;
}
.menu__line--icon.active{
	display: none;
}
.menu__line--top.active{
	background: rgba(26,19,17,1.00);
	top: 8px;
	transform: rotate(45deg);
}
.menu__line--center.active{
	background: rgba(26,19,17,1.00);
	transform:scaleX(0);
}
.menu__line--bottom.active{
	background: rgba(26,19,17,1.00);
	bottom: 10px;
	transform: rotate(135deg);
}

/*gnav*/
.gnav{
	background: rgba(255,255,255,0.8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98!important;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.gnav__wrap{
	align-items:center;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: 45%;
	-webkit-transform: translateY(-45%); /* Safari用 */
	transform: translateY(-45%);
}
.gnav__wrap .logo{
	width: 7%;
	margin: 0 46.5%;
}
.gnav__menu{
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.gnav__menu li{
	width: 100%;
	border-right: 1px solid #A1A1A2;
	box-sizing: border-box;
	padding: 5% 7%;
}
.gnav__menu li:nth-child(2){
	width: 100%;
	border-right: none;
	box-sizing: border-box;
	padding: 5% 7%;
}
.gnav-link .img{
	width: 100%;
	opacity: 1;
	transition: .3s;
}
.gnav-link:hover .img{
	width: 100%;
	opacity: .7;
	transition: .3s;
}
.gnav-link .txt{
	width: 80%;
	margin: 0 auto 5% auto;
}

.grad-btn {
	background: #000;
	color: #fff;
	text-align: center;
	display: block;
	margin: 5% auto 0 auto;
	font-size: 12px;
	padding: 1% 0;
}
.grad-btn::before {
  content: "READ MORE"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 35px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px; 
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; 
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "CLOSE" 
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}


/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {

	/* Loading Block */
	#loading {
		width: 100vw;
		height: 100vh;
		transition: all 1s;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.loading-logo {
		width: 100vw;
		height: 100vh;
		transition: all 1s;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		overflow: hidden;
		animation: fade-out 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	.loading-logo .loading-logo-bg {
		width: 100vw;
		height: 100vh;
		background:linear-gradient(45deg, #A0B4CD,#A0B4CD,#A0B4CD);
		background-size: 500% 500%;
		animation: bggradient02 4s linear infinite;
		overflow: hidden;
	}
	.loading-logo .logo-wrap{
		width: 100%;
		position: absolute;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	@keyframes fade-out {
		0% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes bggradient02{
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}
	.loading-logo .logo-wrap .logo{
		width: 40%;
		margin: 0 auto 10% auto;
	}
	.loading-logo .logo-wrap .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #000;
	}
	.loading-logo .logo-wrap .txt .sub-logo{
		width: 120px;
		margin: 0 auto 5% auto;
		position: relative;
		left: -25%;
		right: 0;
	}

	.marker-txt{
		display: inline;
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 5px;
		padding: 0 2px 0px 5px;
		transition: all 2s ease;
	}
	.marker-txt.active {
		background-size: 100% 5px;
	}

	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
			opacity: 0;
			transform: translateX(-50px);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}

	/*nav*/
	.menu{
		height: 20px;
		position: fixed;
		left: 15px;
		top: 25px;
		width: 30px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}

	.menu__line--icon{
		width: 80px !important;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -15px;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(26,19,17,1.00);
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(26,19,17,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(26,19,17,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}

	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.8);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 45%;
		-webkit-transform: translateY(-45%); /* Safari用 */
		transform: translateY(-45%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 80%;
		display: block !important;
		margin: 0 auto;
	}
	.gnav__menu li{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #A1A1A2;
		box-sizing: border-box;
		padding: 10% 0 !important;
	}
	.gnav__menu li:nth-child(2){
		width: 100%;
		border-right: none;
		border-bottom: none;
		box-sizing: border-box;
		padding: 10% 0 !important;
	}
	.gnav-link .img{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.gnav-link:hover .img{
		width: 100%;
		opacity: .7;
		transition: .3s;
	}
	.gnav-link .txt{
		width: 80%;
		margin: 0 auto 5% auto;
	}

	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	content: "READ MORE"
	}
	.grad-item {
	position: relative;
	overflow: hidden;
	height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px; 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
	}
	.grad-trigger {
	display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	display: none;
	}


}