@charset "UTF-8";



/*  ----------------------------------------------------------

slider

----------------------------------------------------------  */
.top-slider {
	width: 89vw;
	margin: 0 auto 10rem auto;
}
.slide .slide_inner {
	display: flex;
	background: #222;
}
.slide .slide_inner > figure {
	width: 60%;
}
.slide .slide_inner > figure img {
	height: 40rem;
	object-fit: cover;
	border: 3px solid #232323
}
.slide .slide_inner > div {
	width: 40%;
	padding: 3rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.slide-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
}
.slide-detail p {
	font-size: 1.2rem;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.top-slider {
		width: 100%;
		margin: 0 auto 6rem auto;
	}
	.slide .slide_inner {
		display: block;
	}
	.slide .slide_inner > figure {
		width: 100%;
	}
	.slide .slide_inner > figure img {
		height: 24.8rem;
	}
	.slide .slide_inner > div {
		width: 100%;
	}
	.slide-ttl {
		margin-bottom: 2rem;
	}
}





/*  ----------------------------------------------------------

mv

----------------------------------------------------------  */
.mv-box {
	background-color: #efefef;
	padding-top: 3.8rem;
	padding-bottom: 3.8rem;
}
.mv {
	padding: 0 22rem;
	overflow: hidden;
}
.swiper {
	overflow: visible !important;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	width: 5.0525rem;
	height: 5.0525rem;
}
.swiper-button-prev {
	left: -7.6775rem;
}
.swiper-button-next {
	right: -5.6775rem;
}
.swiper-button-next img {
	transform: rotate(-180deg);
}
/* .swiper-slide-prev {
	visibility: hidden;
} */
.swiper-slide {
	width: 100%;
}
.mv-inner {
	width: 100%;
	display: flex;
	align-items: center;
}
.mv-item {
	position: relative;
}
.mv-image {
	width: 50%;
	height: 0;
	padding-top: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	box-shadow: 0px 3px 15px -10px #666;
}
.mv-contents {
	width: 50%;
	padding-right: 1.8875rem;
	padding-left: 1.8875rem;
}
.mv-category {
	width: 8.22rem;
	height: 2.228125rem;
	background: linear-gradient(90deg, #96c61a 6.77%, #41b51a 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 100%;
	font-size: 1.23625rem;
	color: #fff;
	line-height: 1;
}
.mv-ttl {
	font-size: 2.9375rem;
	margin-top: 2.43125rem;
	font-weight: bold;
	line-height: 1.4;
}
.mv-detail {
	margin-top: 2.625rem;
}
.mv-detail p {
	font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
	.mv {
		padding: 0 40px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 30px;
		height: 30px;
		top: -50%;
	}
	.swiper-button-prev {
		left: -35px;
	}
	.swiper-button-next {
		right: -35px;
	}
	.mv-inner {
		display: block;
	}
	.mv-image {
		width: 100%;
		padding-top: 100%;
	}
	.mv-contents {
		width: 100%;
		padding-top: 20px;
		padding-right: 0;
		padding-left: 0;
	}
	.mv-ttl {
		font-size: 3rem;
		margin-top: 1.5rem;
	}
	.mv-detail {
		margin-top: 1.5rem;
	}
	.mv-detail p {
		font-size: 1.4rem;
	}
}





/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
	position: relative;
	overflow: hidden;
}
.top-kv-bg-top,
.top-kv-bg-bottom {
	position: absolute;
}
.top-kv-bg-top {
	width: 28.9375rem;
	top: -7.4375rem;
	right: 0.55625rem;
}
.top-kv-bg-bottom {
	width: 37.8125rem;
	bottom: -10.43125rem;
	left: -7.2125rem;
}
.top-kv-inner {
	position: relative;
	width: 89vw;
	margin: 0 auto;
	padding-top: 6.01875rem;
	padding-bottom: 6rem;
}
.top-kv ul {
	position: relative;
	height: 90vw;
	margin-top: 7rem;
	margin-bottom: 6rem;
}
.top-kv ul li {
	position: absolute;
	overflow: hidden;
	width: 17vw;
	height: 17vw;
	box-shadow: 0px 3px 15px -10px #666;
}
.top-kv ul li.comingsoon .works_cat {
	display: none;
}
.top-kv ul li.comingsoon a {
	pointer-events: none;
}
.top-kv ul li a:hover {
	opacity: 1;
	position: relative;
}
/* category */
.top-kv .works_cat {
	position: absolute;
	right: 0.6rem;
	top: 0.6rem;
	z-index: 2;
}
/* mask */
.top-kv ul li a {
	position: relative;
}
.top-kv ul li a > div {
	opacity: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	padding: 3rem 2rem 2rem 2rem;
	font-size: 1.2rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	overflow: hidden;
	z-index: 99;
}
.top-kv ul li a > div > span {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.6rem;
}
.top-kv ul li a > div > div {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: center;
}
.top-kv ul li a > div:hover {
	opacity: 1;
}
.top-kv ul li a > div.kv-contents {
	opacity: 1;
	position: absolute;
	/* bottom: 0; */
	top: 0;
	left: 0;
	/* width: calc(100% - 4rem); */
	height: auto;
	background: transparent;
	/* margin: 0 2rem 2rem; */
	padding: 0;
	overflow: visible;
}
.top-kv ul li a > div.kv-contents:hover {
	overflow: visible;
}
/* .top-kv ul li a > div.kv-contents .works_cat {
	left: 0;
	top: -3.5rem;

	right: -1rem;
    top: -30.5rem;
} */
.top-kv ul li a > div.kv-contents .kv-contents-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.top-kv ul li a:hover > div.kv-contents {
	opacity: 0;
}
.top-kv ul li a:hover > div {
	opacity: 1;
}
.top-kv ul li a > div > div.kv-contents-inner {
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	padding: 2rem;
	text-align: left;
}

.top-kv ul li:nth-child(1) > div,
.top-kv ul li:nth-child(9) > div,
.top-kv ul li:nth-child(10) > div,
.top-kv ul li:nth-child(18) > div {
	padding: 3rem;
	font-size: 1.4rem;
}
.top-kv ul li:nth-child(1) > div > div,
.top-kv ul li:nth-child(9) > div > div,
.top-kv ul li:nth-child(10) > div > div,
.top-kv ul li:nth-child(18) > div > div {
	overflow: auto;
    text-overflow:unset;
	height: auto;
}
/* img */
.top-kv ul li figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 17vw;
	height: 17vw;
	z-index: -1;
}
.top-kv ul li figure img {
	height: 17vw;
	object-fit: cover;
	transition: all .3s;
}
.top-kv ul li:hover img {
	transform: scale(1.1);
}
.top-kv ul li.comingsoon:hover img {
	transform: scale(1.0);
}
.top-kv ul li.comingsoon div {
	display: none;
}
.top-kv ul li:nth-child(1) figure,
.top-kv ul li:nth-child(9) figure,
.top-kv ul li:nth-child(10) figure,
.top-kv ul li:nth-child(18) figure {
	width: 35vw;
	height: 35vw;
}
.top-kv ul li:nth-child(1) figure img,
.top-kv ul li:nth-child(9) figure img,
.top-kv ul li:nth-child(10) figure img,
.top-kv ul li:nth-child(18) figure img {
	height: 35vw;
}
/* width */
.top-kv ul li:nth-child(1),
.top-kv ul li:nth-child(9),
.top-kv ul li:nth-child(10),
.top-kv ul li:nth-child(18) {
	width: 35vw;
	height: 35vw;
}
/* position */
.top-kv ul li:nth-child(1) {
	left: 0;
	top: 0;
}
.top-kv ul li:nth-child(2) {
	left: 36vw;
	top: 0;
}
.top-kv ul li:nth-child(3) {
	left: 54vw;
	top: 0;
}
.top-kv ul li:nth-child(4) {
	right: 0;
	top: 0;
}
.top-kv ul li:nth-child(5) {
	left: 36vw;
	top: 18vw;
}
.top-kv ul li:nth-child(6) {
	left: 0;
	top: 36vw;
}
.top-kv ul li:nth-child(7) {
	left: 18vw;
	top: 36vw;
}
.top-kv ul li:nth-child(8) {
	left: 36vw;
	top: 36vw;
}
.top-kv ul li:nth-child(9) {
	right: 0;
	top: 18vw;
}

.top-kv ul li:nth-child(10) {
	left: 0;
	top: 54vw;
}
.top-kv ul li:nth-child(11) {
	left: 36vw;
	top: 54vw;
}
.top-kv ul li:nth-child(12) {
	left: 54vw;
	top: 54vw;
}
.top-kv ul li:nth-child(13) {
	right: 0;
	top: 54vw;
}
.top-kv ul li:nth-child(14) {
	left: 36vw;
	top: 72vw;
}
.top-kv ul li:nth-child(15) {
	top: 72vw;
	left: 54vw;
}
.top-kv ul li:nth-child(16) {
	top: 72vw;
	right: 0;
}
.top-kv ul li:nth-child(17) {
	left: 36vw;
	bottom: 0;
}
.top-kv ul li:nth-child(18) {
	right: 0;
	bottom: 0;
}
.top-kv ul li:nth-child(n+17) {
	display: none;
}
@media screen and (max-width: 768px) {
	.top-kv-bg-top {
		width: 24.9375rem;
	}
	.top-kv-bg-bottom {
		width: 29.8125rem;
		bottom: -0.43125rem;
		left: -3.2125rem;
	}
	.top-kv-inner {
		width: auto;
	}
	.top-kv ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
		margin-bottom: 3rem;
		padding: 2% 2% 0 2%;
	}
	.top-kv ul li {
		position: relative;
		width: 49%;
		height: 20rem;
	}
	.top-kv ul li:nth-child(n + 2) {
		margin-top: 2%;
	}
	.top-kv ul li a > div.kv-contents {
		opacity: 0;
	}
	/* mask */
	.top-kv ul li a > div {
		opacity: 1;
		background: rgba(0,0,0,0.5);
		font-size: 1.4rem;
	}
	.top-kv ul li:nth-child(1) > div > div,
	.top-kv ul li:nth-child(18) > div > div {
		overflow: auto;
		text-overflow: unset;
		height: auto;
	}
	/* img */
	.top-kv ul li figure {
		width: 100%;
		height: 20rem;
	}
	.top-kv ul li figure img {
		height: 20rem;
	}
	.top-kv ul li:nth-child(1) figure,
	.top-kv ul li:nth-child(18) figure {
		width: 100%;
		height: 30rem;
	}
	.top-kv ul li:nth-child(1) figure img,
	.top-kv ul li:nth-child(18) figure img {
		height: 30rem;
	}
	.top-kv ul li:nth-child(9) figure,
	.top-kv ul li:nth-child(10) figure {
		width: 100%;
		height: 20rem;
	}	
	.top-kv ul li:nth-child(9) figure img,
	.top-kv ul li:nth-child(10) figure img {
		height: 20rem;
	}	
	/* width */
	.top-kv ul li:nth-child(1),
	.top-kv ul li:nth-child(18) {
		width: 100%;
		height: 30rem;
	}
	.top-kv ul li:nth-child(9),
	.top-kv ul li:nth-child(10) {
		width: 49%;
		height: 20rem;
	}
	/* position */
	.top-kv ul li:nth-child(1) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(2) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(3) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(4) {
		right: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(5) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(6) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(7) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(8) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(9) {
		right: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(10) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(11) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(12) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(13) {
		right: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(14) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(15) {
		left: auto;
		top: auto;
	}
	.top-kv ul li:nth-child(16) {
		left: auto;
		bottom: auto;
	}
	.top-kv ul li:nth-child(17) {
		left: auto;
		bottom: auto;
	}
	.top-kv ul li:nth-child(18) {
		right: auto;
		bottom: auto;
	}
	.top-kv ul li:nth-child(n+16) {
		display: none;
	}
}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
	background: #efefef;
	padding: 6rem 0;
}
.top-news ul {
	width: 81rem;
	margin: 0 auto 4rem auto;
}
.top-news ul li:not(:last-child) {
	margin-bottom: 0.5rem;
}
.top-news ul li a {
	display: flex;
	background: url(../img/arrow-1.png) no-repeat center right 1.5rem;
	background-size: 1.5rem auto;
	background-color: #fff;
	padding: 1.4rem 5rem 1.5rem 0;
}
.top-news ul li a:hover {
	background: url(../img/arrow-1.png) no-repeat center right 1rem;
	background-size: 1.5rem auto;
	background-color: #fff;	
}
.top-news ul li a span:nth-child(1) {
	color: var(--green);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
}
.top-news ul li a span:nth-child(2) {
	width: 75%;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.top-news {
		padding: 6rem 3rem;
	}
	.top-news ul {
		width: auto;
		margin: 0 auto 3rem auto;
	}
	.top-news ul li a {
		flex-direction: column;
		padding: 1.6rem 5rem 1.7rem 2rem;
	}
	.top-news ul li a:hover {
		background: url(../img/arrow-1.png) no-repeat center right 1rem;
		background-size: 1.5rem auto;
		background-color: #fff;	
	}
	.top-news ul li a span:nth-child(1) {
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.top-news ul li a span:nth-child(2) {
		width: 100%;
	}
}

.top-news .textarea {
	width: 89vw;
	padding: 10px 40px 50px;
/* 	margin: 40px auto; */
/* 	border: 2px solid #000; */
}
.top-news .textarea .heading-2 {
	margin-bottom: 3rem;
}
.top-news .textarea .heading-2::after {
	display: none;
}
@media screen and (max-width: 768px){
	.top-news .textarea {
    width: 100%;
    padding: 15px 0px 40px;
    margin: 0px auto;
}
}


.top-sns {
	position: fixed;
	top: 50%;
	right: 2rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-sns ul {
	margin-top: 0;
	margin-bottom: 0;
}
.top-sns ul li {
	position: relative;
	width: auto;
	height: auto;
}
.top-sns ul li:nth-child(1) {
	width: auto;
	height: auto;
}
.top-kv ul li:nth-child(2),
.top-kv ul li:nth-child(3) {
	/* left: auto; */
}
.top-sns ul li:not(:last-child) {
	margin-bottom: 1.5rem;
}
.top-sns img {
	width: 3.2rem;
}
.top-sns span {
	font-weight: bold;
	display: flex;
	align-items: center;
}
.top-sns span::after {
	content: "";
	width: 4rem;
	height: 3.6rem;
	background: url(../img/arrow-2.png) no-repeat center right 1.5rem;
	background-size: auto 3.6rem;
	margin: 0.4rem 0 1.5rem 0;
}
@media screen and (max-width: 768px) {
	.top-sns {
		margin-top: 3rem;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		-webkit-transform: none;
		display: flex;
		flex-direction: row;
	}
	.top-sns {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fafafa;
		padding: 2rem 0;
	}
	.top-sns ul {
		display: flex;
		align-items: center;
	}
	.top-sns ul li:not(:last-child) {
		margin-bottom: 0;
		margin-right: 1.5rem;
		margin-top: 0.3rem;
	}
	.top-sns img {
		width: 3.2rem;
	}
	.top-sns span {
		font-size: 1.6rem;
		margin-right: 2rem;
	}
	.top-sns span::after {
		display: none;
	}
}


/*  ----------------------------------------------------------

tags

----------------------------------------------------------  */
.top-tags {
	background: #fff;
	padding: 6rem 0;
}
.top-tags-inner {
	width: 89vw;
	height: 166.56px;
	margin: 6.01875rem auto 0;
	border: 10px solid #EFEFEF;
	overflow-y: auto;
}
.top-tags-list {
	display: flex;
	flex-wrap: wrap;
	padding: 6.2rem 9.3rem 3.1rem;
}
.top-tags-item {
	width: auto;
	border-radius: 5px;
	border: 3px solid #72C630;
	margin-right: 1.3rem;
	margin-bottom: 3.1rem;
	background-color: #fff;
}
.top-tags-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.3rem 3rem 1.3rem;
	line-height: 1.2;
	color: #72C630;
}
.top-tags ul li a:hover {
	background-color: #72C630;
	color: #fff;
	opacity: 1;
}
/* @media screen and (min-width: 1400px) {
.top-kv ul li a > div.kv-contents .works_cat { */
/* 	left: 0;
	top: -3.5rem; */

/*     right: -1.3rem;
    top: -38rem;
}
} */

.purpose_section {
	background: url(https://test.lifein24-media.com/wp-content/uploads/2023/11/purpose_back.png) no-repeat center / cover; 
	width: 89%;
   margin: 6rem auto
}
.purpose_section .heading-2 {
	color: #fff;
	padding-top: 35px;
}
.purpose_section .heading-2::after {
	background: #fff;
}
.purpose_section .textarea p {
	color: #fff;
	width: 90%;
	font-weight: 100;
	margin: 0 auto;
}
.top_sns {
	background: #efefef;
	padding: 0rem 0 10rem;
	width: 100%;
	margin: 0 auto;
}
.top_sns_section {
/* 	display: flex; */
	width: 48%;
	margin: 0 auto;
}
.mt30 {
	margin-top: 30px;
}
.top_sns_section img {
	width: 92%;
	height: auto;
	margin: 0 4%;
}
.sns_sec {
	width: 90%;
	display: flex;
	margin: 0 auto;
}
.sns_sec .top_sns_section .sns-box {
	width: 100%;
	display: inline-flex;
}
.sns-ttl {
    font-size: 2.0rem;
    font-weight: 400;
}
.sns-ttl::after {
	content: "";
    width: 90%;
    height: 0.14rem;
    background: #000;
    margin-top: 0.5rem;
    position: absolute;
    bottom: -1.2rem;
}

@media screen and (min-width: 768px) {
.txt_center {
	text-align: center;
}
}
@media screen and (max-width: 768px) {
	.top-tags {
		padding: 6rem 3rem;
	}
	.top-tags-inner {
		height: 100%;
		max-height: 300px;
		border-width: 5px;
	}
	.top-tags-list {
		padding: 2rem 2rem 0.7rem;
	}
	.top-tags-item {
		margin-bottom: 1.3rem;
		border-width: 2px;
	}
	.top-tags-link {
		padding: 1rem 1.5rem;
	}
	
	.purpose_section .textarea p {
    color: #fff;
    width: 85%;
    font-weight: 100;
    margin: 0 auto;
}
	.purpose_section {
    background: url(https://test.lifein24-media.com/wp-content/uploads/2023/11/purpose_back.png) no-repeat center / cover;
    width: 100%;
    margin: 6rem auto;
	}
	.top_sns_section {
    display: block;
    width: 90%;
    margin: 0 auto;
	 padding-top: 4rem;
	}
	.top_sns_section img {
    width: 92%;
    height: auto;
    margin: 1rem 4%;
	}
	.sns_sec {
    width: 95%;
    display: block;
}
	.sns_sec .top_sns_section .sns-box {
    width: 100%;
    display: block;
}
	.sns-ttl {
		margin-bottom: 2rem;
	}
}