@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*************** 共通 ***************/
.body {
	overflow-x: hidden;
}
.page .date-tags {
	display: none;
}

/* header */
.header-container {
	padding: 20px 0 0 0;
}
.header-container-in.hlt-top-menu {
	width: 100%;
}
.logo {
	text-align: left;
}
.header-container-in.hlt-top-menu .navi {
	padding: 0 2%;
}
.navi .item-label, .navi .item-description {
	display: inline;
}
.navi-in > ul li {
	width: 130px;
	height: auto;
	line-height: 30px;
}
nav ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px !important;
}
nav ul li a span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 13px;
}
nav ul li a,
nav ul li a span {
	background: linear-gradient(to right, #00dbde 0%, #a849f4 50%, #000 51%, #000 100%);
    background-position: 100% 100%;
    background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-out;
}
.navi-in a:hover,
.navi-in a:hover span {
	background-position: 0% 50%;
}

/* contents */
.content {
	margin-top: 0;
}

/* footer */
.footer {
	margin-top: 0;
}
.navi-footer ul li a {
	font-size: 14px !important;
	font-weight: 500 !important;
}

/*************** TOP ***************/
.home .content-in {
	width: 100%;
}
.home .main {
	padding: 0;
}
.home article {
	margin-bottom: 0 !important;
}
.home .entry-title {
	display: none;
}
.home .main {
	background-image: url('images/site-bottom-bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0;
	padding-bottom: 40px;
}
.top-head {
	height: 82vh;
	background-image: url('images/top-head-bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 1% 0 11% 0;
	overflow: hidden;
}
.top-head ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 90vw;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1% 0 1%;
}
.top-head ul li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 8vw;
	list-style-type: none;
	margin: -1% 0;
	line-height: 1;
	width: 100%;
	height: 8vw;
	text-align: center;
}
.top-head ul li:nth-child(2) {
	text-align: right;
}
.top-head ul li:nth-child(3) {
	text-align: left;
}
.top-head ul li:nth-child(4),
.top-head ul li:last-child {
	width: 50%;
}
.top-head ul li svg {
  width: auto;
  height: 80%;
}
.home h2,
.home h2 span span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 42px;
	text-align: center;
	background-color: transparent;
	margin-bottom: 60px;
	padding: 0;
}
.home h2 span span span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
}
.home h3,
.home h3 span span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 34px;
	border: none !important;
	padding: 0 !important;
}
.top-about,
.top-works,
.top-blog {
	padding: 5em 0;
	margin: 0 auto;
}
.top-contents-wrap {
	width: 1256px;
	margin-left: auto;
	margin-right: auto;
}

/* 新着記事 */
.top-works .new-entry-cards .swiper-wrapper,
.top-blog .new-entry-cards .swiper-wrapper,
.page-works .new-entry-cards .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.top-works .swiper-button-next,
.top-blog .swiper-button-next,
.page-works .swiper-button-next {
	display: none !important;
}
.top-works .swiper-wrapper a,
.top-blog .swiper-wrapper a,
.page-works .swiper-wrapper a {
	max-width: 24% !important;
	width: 22%;
	padding: 0;
	margin: 0;
}

/* About */
.top-about {
	width: 100%;
}
.top-about p:first-child,
.top-works p:first-child {
	text-align: center;
	font-size: 30px;
	margin-bottom: 5em;
}
.top-about-box-1,
.top-about-box-2,
.top-about-box-3 {
	font-size: 20px;
	position: relative;
	overflow: hidden;
}
.top-about-box-1 p {
	width: 720px;
	margin: 0 auto 120px auto;
}
.top-about-box-2,
.top-about-box-3 {
	display: flex;
	margin: 20px 0;
	background-color: #fff;
	padding: 5em 1em 1em 1em;
}
.top-about-box-2 {
	justify-content: right;
	gap: 40px;
}
.top-about-box-3 {
	justify-content: left;
	flex-direction: row-reverse;
	align-items: end;
	margin: -30px 0 80px 0;
}
.top-about-box-2 div,
.top-about-box-3 div {
	width: 540px;
}
.top-about-box-2 div h3 > span,
.top-about-box-3 div h3 > span {
	display: inline-block;
	position: relative;
	line-height: 50px;
}
.top-about-box-2 div h3 > span::after,
.top-about-box-3 div h3 > span::after {
   content: "";
   display: block;
   width: 1000%;
   height: 3px;
   background-color: #000;
   position: absolute;
   bottom: -30px;
}
.top-about-box-2 div h3 span::after {
	right: 0;
}
.top-about-box-2 figure,
.top-about-box-3 figure {
	width: 1000px;
}
.top-about-box-2 figure {
	margin-top: 50px;
}
.top-about-box-3 figure {
	text-align: center;
}

/* Works */
.top-works {
	background-image: url('images/site-middle-bg-01-1.png'), url('images/site-middle-bg-01-2.png');
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: bottom left, bottom right;
}
.top-works .new-entry-cards {
	margin-bottom: 60px;
}

/* Blog */
.top-blog {
	background-image: url('images/site-middle-bg-02-1.png'), url('images/site-middle-bg-02-2.png');
	background-size:  30%;
	background-repeat: no-repeat;
	background-position: left 10px, right 10px;
}
.top-blog h3 {
	margin-bottom: 0;
}
.top-blog h3 span span {
	font-size: 24px;
	order: 1;
	margin-bottom: 20px;
}
.top-blog .new-entry-cards {
	width: 100%;
	order: 3;
	border-top: solid 3px #000;
	padding-top: 20px;
	margin-bottom: 0;
}
.top-blog .new-entry-card-date {
	display: block;
}
.top-blog .new-entry-card-date .post-update {
	display: none;
}
.top-blog .btn-02 {
	text-align: right;
	order: 2;
	margin-bottom: 40px;
}
.top-blog .btn-02 a {
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-decoration: none;
	background: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-out;
}
.top-blog .btn-02 a:hover {
	background-position: 99% 50%;
}

/* SNS */
.top-sns {
	height: 100vh;
}
.top-sns ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.top-sns ul li {
	width: 400px;
	background-color: #fff;
	padding: 10px;
}
.top-sns ul li p {
	margin: 0;
}


/*************** PAGE ***************/
.page main {
	padding: 0;
}
.page h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 42px;
	text-align: center;
	background-color: transparent;
	margin-bottom: 80px;
	padding: 0;
}


/* Service */
.service section {
	margin-bottom: 100px;
}
.service-introduction {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: solid 3px #000;
	padding-bottom: 50px;
	margin-bottom: 100px;
	max-width: 800px;
}
.service-introduction h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 70px;
	background-color: transparent;
	padding: 0;
	margin: 0 40px 0 0;
}
.service-introduction p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	max-width: 480px;
	margin: 0 0 10px 0;
}
.service-detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2em;
	margin-bottom: 80px;
}
.service-detail-text {
	width: 45%;
}
.service-detail-text h3 {
	font-size: 20px !important;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 600 !important;
	border: none !important;
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
}
.service-detail-image {
	width: 50%;
	padding-top: 60px;
}
.service-detail-image ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1em;
}
.service-detail-image ul li {
	width: 45%;
}
.service-detail-image ul li img {
	border: solid 2px #f1f1f1;
}
.service-detail-image p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.service-1 {
	background-image: url('images/service-bg_01.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.service-2 {
	background-image: url('images/service-bg_02.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.service-3 {
	background-image: url('images/service-bg_03.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.page-works .new-entry-cards .swiper-wrapper::before,
.page-works .new-entry-cards .swiper-wrapper::after {
	content: "";
	display: block;
	width: calc(100% / 4 - 32px);
}
.page-works .new-entry-cards .swiper-wrapper::before {
	order: 1;
}

/*************** POST ***************/
.category-works-post .date-tags,
.category-works-post .eye-catch-wrap {
	display: none;
}

.post .works-images {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
}
.article h3 {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 2px #000;
	padding: 0 0 0.5em 0.5em;
}
.article h4 {
	border: none;
}
/*************** Side ***************/
.sidebar h2,
.sidebar h3 {
	background-color: #fff;
	padding: 0 0 0.5em 0;
	border-bottom: solid 2px #000;
}



/*************** Parts ***************/
/* ボタン */
.btn-01 {
	width: 150px;
	background: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
	border-radius: 100vh;
	margin: 0 auto;
	padding: 3px;
	transition: all 0.3s ease-out;
}
.btn-01 a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border-radius: 100vh;
}
.btn-01 a span {
	display: inline-block;
	width: 100%;
	padding: 5px;
	border-radius: 100vh;
	background: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-out;
}
.btn-01:hover {
	background-position: 99% 50%;
}
.btn-01 a span:hover {
	background-position: 99% 50%;
}

/* トップへ戻るボタン */
.go-to-top {
	background: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
	border-radius: 50%;
	margin: 0 auto;
	padding: 3px;
	transition: all 0.3s ease-out;
}
.go-to-top-button {
	background-color: #fff;
	border-radius: 50%;
}
.go-to-top-button span {
	background: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-out;
}
.go-to-top:hover {
	background-position: 99% 50%;
}
.go-to-top-button span:hover {
	background-position: 99% 50%;
}

/* ブログカード */
.blogcard-wrap {
	width: 100%;
}

/* 新着記事の調整 */
.swiper-slide {
	height: auto !important;
}

/* ページ下部のお問い合わせ */
.page-contact {
	background-image: url('images/top-head-bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 15em 0 25em 0;
	margin: -10em calc(50% - 50vw) 0 calc(50% - 50vw);
	width: 100vw;
}
.page-contact p {
	text-align: center;
	font-size: 22px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom: 2em;
}

/*************** reCAPTCHA ***************/
.grecaptcha-badge { visibility: hidden; }

/*************** 装飾 ***************/
.bold {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1921px以上*/
@media screen and (min-width: 1921px){
  /*必要ならばここにコードを書く*/
	.top-about-box-2, 
	.top-about-box-3 {
		justify-content: center;
	}
	.page-contact {
		padding: 30vh 0 50vh 0;
		margin: -10em calc(50% - 50vw) 0 calc(50% - 50vw);
	}
	
}
/*2561px以上*/
@media screen and (min-width: 2561px){
  /*必要ならばここにコードを書く*/
	
}
/*1440px以下*/
@media screen and (max-width: 1440px){
  /*必要ならばここにコードを書く*/
	.top-head {
		background-size: 120%;
	}
	.top-head ul li {
		font-size: 9vw;
		height: 9vw;
	}
	.page-contact {
		background-size: 120%;
		margin-top: 0;
		padding: 4em 0 20em 0;
	}
}

/*1280px以下*/
@media screen and (max-width: 1280px){
  /*必要ならばここにコードを書く*/
	.wrap {
		width: 100%;
	}
	.navi-in > ul li {
		width: 110px;
	}
	.home .main {
		background-size: 120%;
	}
	.top-head ul {
		max-width: 95vw;
		padding: 0;
	}
	.top-head ul li {
		font-size: 10vw;
		height: 10vw;
	}
	.top-about-box-2 figure,
	.top-about-box-3 figure {
		width: 50%;
	}
	.top-contents-wrap,
	.top-contents-wrap {
		width: 100%;
		padding: 0 1em;
	}
	.service {
		padding: 0 1em;
	}
	.page-works {
		padding: 0 1em;
	}
	.page-contact {
		padding: 1em 0 20em 0;
	}
}
/*1024px以下*/
@media screen and (max-width: 1024px){
  /*必要ならばここにコードを書く*/
	.home .main {
		background-size: 150%;
		background-position: left bottom;
	}
	.top-head {
		height: 72vh;
		max-height: 700px;
		background-size: 100%;
	}
	.top-head ul {
		justify-content: center;
	}
	.top-head ul li,
	.top-head ul li:nth-child(2),
	.top-head ul li:nth-child(3) {
		text-align: center;
		height: 11vw;
	}
	.top-head ul li:nth-child(4),
	.top-head ul li:last-child {
		width: 100%;
	}
	.top-works,
	.top-blog {
		background-size: 40%;
	}
	.top-works .new-entry-cards .swiper-wrapper,
	.top-blog .new-entry-cards .swiper-wrapper,
	.page-works .new-entry-cards .swiper-wrapper {
		justify-content: left;
		gap: 1em;
	}
	.top-works .swiper-wrapper a,
	.top-blog .swiper-wrapper a,
	.page-works .swiper-wrapper a {
		max-width: 31% !important;
		width: 31%;
	}
	.top-sns {
		height: auto;
	}
	.service-introduction {
		  margin-bottom: 80px;
	}
	.service-introduction h2 {
		font-size: 36px;
		line-height: 50px;
	}
	.service-detail {
		display: block;
	}
	.service-detail-text,
	.service-detail-image {
		width: 100%;
	}
	.service-detail-image {
		padding-top: 30px;
	}
	.service-detail-image ul {
		justify-content: left;
	}
	.service-detail-image ul li {
		width: 22%;
	}
	.page-contact {
		background-size: 150%;
		padding: 1em 0 18em 0;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.top-head {
		background-image: url('images/top-head-bg-s.png');
	}
	.top-head ul li,
	.top-head ul li:nth-child(2),
	.top-head ul li:nth-child(3) {
		text-align: left;
	}
	.home h2,
	.home h2 span span {
		font-size: 36px;
		margin-bottom: 1em;
	}
	.home h3,
	.home h3 span span {
		font-size: 30px;
	}
	.top-about-box-2,
	.top-about-box-3 {
		flex-wrap: wrap;
	}
	.top-about-box-2 {
		justify-content: left;
		margin-bottom: 5em;
	}
	.top-about-box-3 {
		justify-content: right;
	}
	.top-about-box-1 p {
		width: 100%;
		padding: 0 1em;
		margin-bottom: 4em;
	}
	.top-about-box-2 figure,
	.top-about-box-3 figure {
		margin-top: 0;
		width: 100%;
	}
	.top-blog h3 span span {
		font-size: 24px;
	}
	.top-sns ul {
		gap: 0;
	}
	.top-sns ul li {
		width: 46%;
	}
	.page h1 {
		font-size: 36px;
	}
	.service-introduction {
		display: block;
	}
	.service-introduction h2 {
		margin: 0 0 30px 0;
		font-size: 30px;
		line-height: 40px;
	}
	.service-introduction p {
		width: 100%;
		max-width: 100%;
	}
	.service-detail-image ul {
		justify-content: space-between;
		gap: 0.5em;
	}
	.service-detail-image ul li {
		width: 47%;
	}
	.page-contact {
		padding: 1em 0 15em 0;
	}
}
/*680px以下*/
@media screen and (max-width: 680px){
  /*必要ならばここにコードを書く*/
	.top-head {
		height: 68vh;
	}
	.top-head ul li,
	.top-head ul li:nth-child(2),
	.top-head ul li:nth-child(3) {
		height: 12vh;
	}
	.home h2 {
		font-size: 36px;
	}
	.home h3 {
		font-size: 30px;
	}
	.top-about-box-2 div,
	.top-about-box-3 div {
		width: 100%;	
	}
	.top-about-box-3 div h3 span::after {
		right: 0;
	}
	.top-works,
	.top-blog {
		background-size: 50%;
	}
	.top-works .new-entry-cards .swiper-wrapper,
	.top-blog .new-entry-cards .swiper-wrapper,
	.page-works .new-entry-cards .swiper-wrapper {
		justify-content: space-between;
	}
	.top-works .swiper-wrapper a,
	.top-blog .swiper-wrapper a,
	.page-works .swiper-wrapper a {
		max-width: 47% !important;
		width: 47%;
	}
	.service-1,
	.service-2,
	.service-3 {
		background-image: none;
	}
	.service-introduction h2 {
		font-size: 32px;
	}
	.page-contact {
		padding: 3em 0 12em 0;
	}
	.post .works-images {
		display: block;
	}
	.post .works-images li {
		text-align: center;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.top-head {
		background-size: 150%;
	}
	.top-head ul li,
	.top-head ul li:nth-child(2),
	.top-head ul li:nth-child(3) {
		height: 10vh;
	}
	.home h2,
	.home h2 span span {
		font-size: 32px;
		margin-bottom: 1em;
	}
	.home h3,
	.home h3 span span {
		font-size: 28px;
	}
	.top-works .swiper-wrapper a,
	.top-blog .swiper-wrapper a,
	.page-works .swiper-wrapper a {
		max-width: 100% !important;
		width: 100%;
	}
	.top-blog h3 span span {
		font-size: 22px;
	}
	.top-sns ul li {
		width: 90%;
	}
	.page h1 {
		font-size: 32px;
	}
	.service-introduction h2 {
		font-size: 28px;
	}
	.page-contact p {
		font-size: 20px;
	}
	.page-contact {
		background-size: 200%;
	}
}
}


/************************************
** エフェクト
************************************/

/********** オープニング  **********/
/*========= 画面遷移のためのCSS ===============*/

body{
    background:#fff;/*遷移アニメーションと同じ色を指定*/
}

body.appear{
    background:#fff;/*画面を開いた後の背景色を指定*/
}
/*画面遷移アニメーション*/
.splashbg1,
.splashbg2{
    display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2{
	display:block;
}
/*右に消えるエリア*/
body.appear .splashbg1{
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left:50%;
    transform: scaleX(1);
    background-color: #fff;/*伸びる背景色の設定*/
}
@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
/*左に消えるエリア*/
body.appear .splashbg2{
	animation-name:PageAnime2;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	right:50%;
    transform: scaleX(1);
    background-color: #fff;/*伸びる背景色の設定*/
}
@keyframes PageAnime2{
	0% {
		transform-origin:right;
		transform:scaleX(1);
	}

	50% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}
/*画面遷移の後現れるコンテンツ設定*/
.home #container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
.home.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
.slidein{
	/* 装飾に関わるスタイルは省略 */
	margin: 50px auto;
	transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide_left{
	transform: translateX(calc(-50vw - 50%));
}
.slide_right{
	transform: translateX(calc(50vw + 50%));
}
.show{
	transform: translateX(0);
}



span.smoothText {
	overflow: hidden;
	display: block;
}

/********** 見出しのアニメーション  **********/
/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger{
	transition: .5s ease-in-out;
	transform: translate3d(0,100%,0) skewY(12deg);
	transform-origin: left;
	display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}

/********** ふわっと表示  **********/
/* アニメーション設定 */
.scr-target,
.new-entry-card-link{
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active,
.new-entry-card-link.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}