@charset "utf-8";
/*********************************************************************
 *
 *  For HOME
 *
*********************************************************************/

/* ---------------------------------------------------- */
/* areaContents */
/* ---------------------------------------------------- */
#areaContents {
	padding-bottom: 0;
}





/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap .mv {
	position: relative;
}

.sec_mv_wrap .mv .site_ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	z-index: 2;
}

.sec_mv_wrap .mv .mov {
	position: relative;
	width: 100%;
	height: 720px;
	overflow: hidden;
	z-index: 1;
	background-image: url(../img/mv_mov_1_pf.jpg);
	background-position: center top;
	background-size: cover;
}

.sec_mv_wrap .mv .mov video {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-width: 100%;
	min-height: 100%;
	z-index: 1;
}

@media (max-width: 767px) {
	.sec_mv_wrap .mv .site_ttl {
		width: 40%;
	}

	.sec_mv_wrap .mv .mov {
		height: 0;
		padding-top: 80%;
	}
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_bnr_wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.sec_bnr_wrap .archive_wrap .archive_item {
	margin: 0 15px;
	width: 565px;
	height: 200px;
}

.sec_bnr_wrap .archive_wrap .archive_item a {
	display: block;
	height: 100%;
	background-color: #000;
}

.sec_bnr_wrap .archive_wrap .archive_item .img {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s ease-in-out;
}

.sec_bnr_wrap .archive_wrap .archive_item a:hover .img {
	opacity: 0.6;
}

@media (max-width: 767px) {
	.sec_bnr_wrap {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.sec_bnr_wrap .archive_wrap .archive_item {
		margin: 0;
		width: auto;
		height: auto;
	}

	.sec_bnr_wrap .archive_wrap .archive_item a {
		height: auto;
	}

	.sec_bnr_wrap .archive_wrap .archive_item .img {
		height: 0;
		padding-top: 35.4%;
	}
}

/* ---------------------------------------------------- */
/* sec_property_wrap */
/* ---------------------------------------------------- */
.sec_property_wrap {
	padding-top: 54px;
	padding-bottom: 50px;
	background-color: #F1F1F1;
	background-image: url(../../common/img/bg/line_1.png);
	background-size: 21px auto;
	background-position: center;
}

.sec_property_wrap .sec_ttl {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.sec_property_wrap .archive_wrap_1 {
		margin-bottom: 50px;
	}

	.sec_property_wrap .slick-track {
		display: flex;
	}

	.sec_property_wrap .slick-slide {
		float: none;
		height: auto;
	}

	.sec_property_wrap .slick-slide>div {
		height: 100%;
	}

	.sec_property_wrap .archive_wrap_1 .archive_item {
		margin: 0 35px;
		width: 470px;
		transform: translateX(-270px);
	}

	.sec_property_wrap .archive_wrap_1 .slick-next,
	.sec_property_wrap .archive_wrap_1 .slick-prev {
		position: absolute;
		top: 50%;
		display: block;
		width: 42px;
		height: 42px;
		border: none;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		padding: 0;
		outline: 0;
		z-index: 10;
		cursor: pointer;
		background-color: #000;
		transition: 0.3s ease-in-out;
	}

	.sec_property_wrap .archive_wrap_1 .slick-prev {
		left: calc(50% - 547px);
		transform: translateY(-50%) scale(-1, -1);
	}

	.sec_property_wrap .archive_wrap_1 .slick-next {
		left: calc(50% + 504px);
		transform: translateY(-50%);
	}

	.sec_property_wrap .archive_wrap_1 .slick-prev:before,
	.sec_property_wrap .archive_wrap_1 .slick-next:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 12px;
		height: 12px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		transform: translate(-80%, -50%) rotate(45deg);
		transition: 0.3s ease-in-out;
	}

	.sec_property_wrap .archive_wrap_1 .slick-next:hover,
	.sec_property_wrap .archive_wrap_1 .slick-prev:hover {
		background-color: #6E6E6E;
	}
}

@media (max-width: 767px) {

	.sec_property_wrap .archive_wrap_2 {
		padding: 10px;
		margin-bottom: 30px;
		background-color: #D5D5D5;
	}

	.sec_property_wrap .archive_wrap_2 .archive_item+.archive_item {
		margin-top: 10px;
	}

	.sec_property_wrap .archive_wrap_2 .slick-prev {
		left: -20px
	}

	.sec_property_wrap .archive_wrap_2 .slick-next {
		right: -20px;
	}
}

/* ---------------------------------------------------- */
/* sec_modelhouse_wrap */
/* ---------------------------------------------------- */
.sec_modelhouse_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sec_modelhouse_wrap .sec_ttl {
	margin-bottom: 40px;
}

.sec_modelhouse_wrap .btn_wrap_1 {
	padding: 60px 0;
	background-image: url(../img/modelhouse_img_2.webp);
	background-size: cover;
	background-position: center;
}

.sec_modelhouse_wrap .btn_wrap_1 .btn_more {
	display: block;
	margin: 0 auto;
	width: 363px;
}

.sec_modelhouse_wrap .btn_wrap_1 .btn_more .num {
	display: flex;
	justify-content: center;
	align-items: baseline;
	padding-top: 2px;
	margin: 0 5px;
	height: 70px;
	font-weight: 700;
	line-height: 1;
	background-color: rgba(255, 255, 255, 0.9);
	transition: 0.3s ease-in-out;
}

.sec_modelhouse_wrap .btn_wrap_1 .btn_more:hover .num {
	/* color: #FFF;
	background-color: rgba(0, 0, 0, 0.9); */
}

.sec_modelhouse_wrap .btn_wrap_1 .btn_more .num span:nth-of-type(1) {
	margin-right: 15px;
	font-size: 2.5rem;
}

.sec_modelhouse_wrap .btn_wrap_1 .btn_more .num span:nth-of-type(2) {
	font-size: 5.0rem;
	transform: translateY(4px);
}

.sec_modelhouse_wrap .btn_wrap_1 .btn_more .num span:nth-of-type(3) {
	font-size: 3.8rem;
}

@media (max-width: 767px) {
	.sec_modelhouse_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec_modelhouse_wrap .sec_ttl {
		margin-bottom: 30px;
	}

	.sec_modelhouse_wrap .btn_wrap_1 .btn_more {
		width: 100%;
	}
	.sec_modelhouse_wrap .btn_wrap_1 .btn_more .ttl {
		width: 230px;
    margin: 0 auto;
	}
	.sec_modelhouse_wrap .btn_wrap_1 .btn_more .num {
		padding-top: 5px;
		width: 223px;
    margin: 0 auto;
		height: 50px;
	}

	.sec_modelhouse_wrap .btn_wrap_1 .btn_more .num span:nth-of-type(1) {
		margin-right: 10px;
		font-size: 1.5rem;
	}

	.sec_modelhouse_wrap .btn_wrap_1 .btn_more .num span:nth-of-type(2) {
		font-size: 3.0rem;
		transform: translateY(3px);
	}

	.sec_modelhouse_wrap .btn_wrap_1 .btn_more .num span:nth-of-type(3) {
		font-size: 2.3rem;
	}
}

/* ---------------------------------------------------- */
/* sec_concept_wrap */
/* ---------------------------------------------------- */
.sec_concept_wrap {
	padding-bottom: 260px;
	background-image: url(../img/concept_img_2.jpg);
	background-size: cover;
	background-position: center top -48px;
}

.sec_concept_wrap::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 212px;
	background-image: url(../img/concept_img_3.svg);
	background-size: 100% 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.sec_concept_wrap .bg_1 {
	/* padding-bottom: 180px; */
}

.sec_concept_wrap .logo {
	margin: 0 auto 70px;
	width: 430px;
}

.sec_concept_wrap .sec_ttl {
	margin-bottom: 40px;
}

.sec_concept_wrap .copy_1 {
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-align: center;
	margin-bottom: 60px;
}

.sec_concept_wrap .list_1>ul {
}

.sec_concept_wrap .list_1>ul {
	display: flex;
	flex-wrap: wrap;
}

.sec_concept_wrap .list_1>ul>li {
	margin-right: 1px;
	margin-bottom: 1px;
	width: calc(50% - 1px);
}

.sec_concept_wrap .list_1 a {
	position: relative;
	display: block;
}

.sec_concept_wrap .list_1 a::after {
	content: "MORE";
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 30px;
	color: #FFF;
	font-family: 'Oswald', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #FFF;
	transition: 0.3s ease-in-out;
}

.sec_concept_wrap .list_1 .img {
	background-color: #000;
}

.sec_concept_wrap .list_1 .img span {
	display: block;
	height: 240px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.6;
	transition: 0.3s ease-in-out;
}

.sec_concept_wrap .list_1 a:hover .img span {
	opacity: 0.3;
}

.sec_concept_wrap .list_1 .ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 20px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.sec_concept_wrap .list_1 .ttl .en {
	display: block;
	font-size: 3.2rem;
}

.sec_concept_wrap .list_1 .ttl .ja {
	display: block;
	margin-top: 10px;
	font-size: 1.6rem;
}

@media (max-width: 767px) {
	.sec_concept_wrap {
		padding-bottom: 25px;
		background-image: none;
	}

	.sec_concept_wrap::after {
		display: none;
	}

	.sec_concept_wrap .bg_1 {
		position: relative;
		padding-bottom: 70px;
		margin: 0 -20px;
		background-image: url(../img/concept_img_2_sp.jpg);
		background-size: cover;
		background-position: center top -10px;
	}

	.sec_concept_wrap .bg_1::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 100%;
		height: 60px;
		background-image: url(../img/concept_img_3_sp.svg);
		background-size: 100% 100%;
		background-position: center bottom;
		background-repeat: no-repeat;
	}

	.sec_concept_wrap .logo {
		margin: 0 auto 30px;
		width: 210px;
	}

	.sec_concept_wrap .sec_ttl {
		margin-bottom: 20px;
	}

	.sec_concept_wrap .copy_1 {
		font-size: 2.4rem;
		letter-spacing: 0.1em;
	}



	.sec_concept_wrap .list_1 {
		margin: 0 -20px;
	}

	.sec_concept_wrap .list_1>ul {
		width: auto;
		margin-right: -1px;
	}

	.sec_concept_wrap .list_1>ul>li {
		width: calc(50% - 1px);
	}

	.sec_concept_wrap .list_1 a::after {
		bottom: 10px;
		width: 90px;
		height: 30px;
		font-size: 1.3rem;
	}

	.sec_concept_wrap .list_1 .img span {
		height: 0;
		padding-top: 100%;
	}

	.sec_concept_wrap .list_1 .ttl {
		letter-spacing: 0.05em;
	}

	.sec_concept_wrap .list_1 .ttl .en {
		font-size: 1.3rem;
	}

	.sec_concept_wrap .list_1 .ttl .ja {
		margin-top: 10px;
		font-size: 1.4rem;
	}

	.sec_concept_wrap .btn_wrap_1 {
    margin: 0 20px;
	}

}

/* ---------------------------------------------------- */
/* sec_works_wrap */
/* ---------------------------------------------------- */
.sec_works_wrap {
	padding-top: 0;
	padding-bottom: 100px;
	background-color: #F1F1F1;
}

.sec_works_wrap .sec_ttl {
	margin-bottom: 40px;
}

.sec_works_wrap .archive_wrap {
	position: relative;
	margin-bottom: 50px;
}

.sec_works_wrap .archive_wrap>ul {
	display: flex;
	flex-wrap: wrap;
}

.sec_works_wrap .archive_wrap>ul>li {
	width: 33.33%;
}

.sec_works_wrap .archive_wrap .archive_item {
	height: 100%;
}

.sec_works_wrap .archive_wrap .archive_item a {
	position: relative;
	display: block;
	height: 100%;
	background-color: #FFF;
	overflow: hidden;
}

.sec_works_wrap .archive_wrap .archive_item a:hover {
	background-color: #B5B5B5;
}

.sec_works_wrap .archive_wrap .archive_item .thumb>span {
	display: block;
	padding-top: 58%;
	background-position: center;
	background-size: cover;
}

.sec_works_wrap .archive_wrap .archive_item .cat_1 {
	display: none;
}

.sec_works_wrap .archive_wrap .archive_item .meta_wrap {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	z-index: 2;
	transition: 0.3s ease-in-out;
}

.sec_works_wrap .archive_wrap .archive_item .cat_2 {
	display: table;
	margin: 0 auto 20px;
	padding: 5px 10px;
	min-width: 100px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: center;
	border: 2px solid #FFF;
}

.sec_works_wrap .archive_wrap .archive_item .ttl {
	padding: 0 20px;
	margin-bottom: 20px;
	width: 100%;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 表示したい行数を指定する */
	overflow: hidden;
}

@media (min-width: 768px) {
	.sec_works_wrap .archive_wrap .archive_item a:hover .meta_wrap {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.sec_works_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec_works_wrap .sec_ttl {
		margin-bottom: 30px;
	}

	.sec_works_wrap .archive_wrap {
		margin-bottom: 30px;
	}

	.sec_works_wrap .archive_wrap .archive_item .thumb>span {
		padding-top: 100%;
	}

	.sec_works_wrap .btn_wrap_1 {
		margin: 0 20px;
	}

}

/* ---------------------------------------------------- */
/* sec_interview_wrap */
/* ---------------------------------------------------- */
.sec_interview_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sec_interview_wrap .sec_ttl {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.sec_interview_wrap .archive_wrap {
		position: relative;
		margin-bottom: 50px;
	}

	.sec_interview_wrap .archive_wrap>div {
		width: 50%;
	}

	.sec_interview_wrap .archive_wrap>div:nth-of-type(1) {
		height: 500px;
	}

	.sec_interview_wrap .archive_wrap>div:nth-of-type(2),
	.sec_interview_wrap .archive_wrap>div:nth-of-type(3) {
		position: absolute;
		right: 0;
		height: 250px;
	}

	.sec_interview_wrap .archive_wrap>div:nth-of-type(2) {
		top: 0;
	}

	.sec_interview_wrap .archive_wrap>div:nth-of-type(3) {
		bottom: 0;
	}

	.sec_interview_wrap .archive_item {
		height: 100%;
	}

	.sec_interview_wrap .archive_item a {
		position: relative;
		display: block;
		height: 100%;
	}

	.sec_interview_wrap .archive_item .thumb {
		height: 100%;
		background-color: #000;
	}

	.sec_interview_wrap .archive_item .thumb span {
		display: block;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		transition: 0.3s ease-in-out;
	}

	.sec_interview_wrap .archive_item a:hover .thumb span {
		opacity: 0.6;
	}

	.sec_interview_wrap .archive_item .meta_wrap {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		padding: 15px;
		width: 170px;
		height: 170px;
		background-color: rgba(255, 255, 255, 0.9);
		transition: 0.3s ease-in-out;
	}

	.sec_interview_wrap .archive_item .meta_wrap::after {
		content: "MORE";
		position: absolute;
		left: 50%;
		bottom: 10px;
		transform: translateX(-50%);
		display: block;
		padding-bottom: 5px;
		font-family: 'Oswald', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
		font-size: 1.5rem;
		line-height: 1;
		border-bottom: 2px solid #000;
		font-weight: 500;
		letter-spacing: 0.1em;
		text-align: center;
		transition: border-color 0.3s ease-in-out;
	}

	.sec_interview_wrap .archive_item .meta_wrap .ttl span {
		display: block;
		font-weight: 500;
		text-align: center;
	}

	.sec_interview_wrap .archive_item .meta_wrap .ttl .num {
		margin-bottom: 20px;
		padding: 5px;
		font-size: 2.2rem;
		letter-spacing: 0.2em;
		line-height: 1;
		border: 2px solid #000;
	}

	.sec_interview_wrap .archive_item .meta_wrap .ttl .place {
		font-size: 1.8rem;
		line-height: 1;
	}

	.sec_interview_wrap .archive_item .meta_wrap .desc {
		display: none;
	}
}

@media (max-width: 767px) {
	.sec_interview_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec_interview_wrap .sec_ttl {
		margin-bottom: 20px;
	}

	.sec_interview_wrap .archive_wrap {
		margin-bottom: 40px;
	}

	.sec_interview_wrap .archive_item a {
		display: block;
	}

	.sec_interview_wrap .archive_item .thumb span {
		display: block;
		padding-top: 66%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		transition: 0.3s ease-in-out;
	}

	.sec_interview_wrap .archive_item .meta_wrap {
		padding: 15px 15px 0;
	}

	.sec_interview_wrap .archive_item .meta_wrap .ttl {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.sec_interview_wrap .archive_item .meta_wrap .ttl span {
		display: block;
		font-weight: 500;
		text-align: center;
	}

	.sec_interview_wrap .archive_item .meta_wrap .ttl .num {
		margin-right: 10px;
		padding: 5px 10px;
		font-size: 1.7rem;
		letter-spacing: 0.2em;
		line-height: 1;
		border: 2px solid #000;
	}

	.sec_interview_wrap .archive_item .meta_wrap .ttl .place {
		font-size: 1.7rem;
		line-height: 1;
	}

	.sec_interview_wrap .archive_item .meta_wrap .desc {
		font-size: 1.8rem;
		text-align: justify;
	}

	.sec_interview_wrap .archive_wrap .slick-prev,
	.sec_interview_wrap .archive_wrap .slick-next {
		top: 40%
	}

	.sec_interview_wrap .archive_wrap .slick-prev {
		left: -20px;
	}

	.sec_interview_wrap .archive_wrap .slick-next {
		right: -20px;
	}

}

/* ---------------------------------------------------- */
/* sec_information_wrap */
/* ---------------------------------------------------- */
.sec_information_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F1F1F1;
	background-image: url(../../common/img/bg/line_1.png);
	background-size: 21px auto;
	background-position: center;
}

.sec_information_wrap article {
	position: relative;
	padding: 70px 90px;
	background-color: #FFF;
	border-radius: 30px;
}

.sec_information_wrap article+article {
	margin-top: 50px;
}

.sec_information_wrap .clms_wrap {
	display: flex;
	justify-content: space-between;
}

.sec_information_wrap .clms_wrap>.clm_wrap {
	position: relative;
	width: calc(50% - 50px);
}

.sec_information_wrap .clms_wrap>.clm_wrap:nth-child(2):after {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #707070;
}

.sec_information_wrap .art_ttl_1 {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}

.sec_information_wrap .art_ttl_1 i {
	display: block;
	margin-right: 20px;
	width: 32px;
}

.sec_information_wrap .art_ttl_2 {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	font-size: 1.5rem;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.sec_information_wrap .art_news_wrap .archive_wrap>ul>li {
	padding-bottom: 40px;
	border-bottom: 1px solid #C4C4C4;
}

.sec_information_wrap .art_news_wrap .archive_wrap>ul>li+li {
	margin-top: 40px;
}

.sec_information_wrap .art_news_wrap .archive_item a {
	display: flex;
}

.sec_information_wrap .art_news_wrap .archive_item .date {
	flex: none;
	width: 105px;
}

.sec_information_wrap .art_news_wrap .archive_item .post_ttl {
	flex: auto;
	width: auto;
}

.sec_information_wrap .art_news_wrap .archive_item a:hover .post_ttl {
	text-decoration: underline;
}

.sec_information_wrap .art_blog_wrap .archive_wrap>ul {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.sec_information_wrap .art_blog_wrap .archive_wrap>ul:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #707070;
}

.sec_information_wrap .art_blog_wrap .archive_wrap>ul>li {
	width: calc(50% - 50px);
}

.sec_information_wrap .art_blog_wrap .archive_item a {
	display: flex;
	align-items: flex-start;
}

.sec_information_wrap .art_blog_wrap .archive_item .img {
	flex: none;
	margin-right: 10px;
	width: 165px;
	background-color: #000;
}

.sec_information_wrap .art_blog_wrap .archive_item .img span {
	display: block;
	padding-top: 66%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../common/img/thumb/blank_1.svg);
	transition: 0.3s ease-in-out;
}

.sec_information_wrap .art_blog_wrap .archive_item a:hover .img span {
	opacity: 0.6;
}

.sec_information_wrap .art_blog_wrap .archive_item .txt {
	flex: auto;
	width: auto;
}

.sec_information_wrap .art_blog_wrap .archive_item .meta_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	line-height: 1;
}

.sec_information_wrap .art_blog_wrap .archive_item .date {
	margin-right: 10px;
	order: 1;
}

.sec_information_wrap .art_blog_wrap .archive_item .cat {
	order: 2;
}

.sec_information_wrap .art_blog_wrap .archive_item .cat>span {
	display: block;
	padding: 3px 10px;
	min-width: 100px;
	color: #E03B57;
	text-align: center;
	border: 1px solid #E03B57;
	border-radius: 20px;
	background-color: #FFF;
}

.sec_information_wrap .art_blog_wrap .archive_item.catblog_movie .cat>span {
	color: #0089D2;
	border-color: #0089D2;
}

.sec_information_wrap .art_blog_wrap .archive_item.catblog_event .cat>span {
	color: #8CB808;
	border-color: #8CB808;
}

.sec_information_wrap .art_instagram_wrap .archive_wrap {
	display: flex;
	flex-wrap: wrap;
}

.sec_information_wrap .art_instagram_wrap .archive_wrap>li {
	width: 16.66%;
}

.sec_information_wrap .art_instagram_wrap .archive_wrap a {
	position: relative;
	display: block;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sec_information_wrap .art_instagram_wrap .archive_wrap a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.sec_information_wrap .art_instagram_wrap .archive_wrap a:hover::after {
	opacity: 1;
}


@media (min-width: 768px) {
	.sec_information_wrap .btn_more {
		position: absolute;
		right: 630px;
		top: 70px;
		padding: 5px 30px 6px 10px;
		min-width: auto;
		height: 30px;
		font-size: 1.5rem;
		border: none;
	}

	.sec_information_wrap .clm_wrap .btn_more {
		right: 0;
		top: 0;
	}

	.sec_information_wrap .btn_more::after {
		right: 10px;
	}
}

@media (max-width: 767px) {
	.sec_information_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sec_information_wrap article {
		padding: 30px 15px;
		border-radius: 20px;
	}

	.sec_information_wrap article+article {
		margin-top: 30px;
	}

	.sec_information_wrap .clms_wrap {
		display: block;
	}

	.sec_information_wrap .clms_wrap>.clm_wrap {
		width: auto;
	}

	.sec_information_wrap .clms_wrap>.clm_wrap+.clm_wrap {
		margin-top: 40px;
	}

	.sec_information_wrap .clms_wrap>.clm_wrap:nth-child(2):after {
		display: none;
	}

	.sec_information_wrap .art_ttl_1 {
		margin-bottom: 35px;
	}

	.sec_information_wrap .art_ttl_2 {
		margin-bottom: 20px;
		padding-bottom: 20px;
		line-height: 1;
		border-bottom: 1px solid #C4C4C4;
	}

	.sec_information_wrap .art_news_wrap .archive_wrap {
		margin-bottom: 25px;
	}

	.sec_information_wrap .art_news_wrap .archive_wrap>ul>li {
		padding-bottom: 20px;
	}

	.sec_information_wrap .art_news_wrap .archive_wrap>ul>li+li {
		margin-top: 20px;
	}

	.sec_information_wrap .art_news_wrap .archive_item a {
		display: block;
	}

	.sec_information_wrap .art_news_wrap .archive_item .date {
		margin-bottom: 5px;
		width: auto;
		font-size: 1.7rem;
	}

	.sec_information_wrap .art_news_wrap .archive_item .post_ttl {
		font-size: 1.3rem;
	}

	.sec_information_wrap .art_blog_wrap .archive_wrap {
		margin-bottom: 25px;
	}

	.sec_information_wrap .art_blog_wrap .archive_wrap>ul {
		display: block;
	}

	.sec_information_wrap .art_blog_wrap .archive_wrap>ul:after {
		display: none;
	}

	.sec_information_wrap .art_blog_wrap .archive_wrap>ul>li {
		width: auto;
	}

	.sec_information_wrap .art_blog_wrap .archive_wrap>ul>li+li {
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid #C4C4C4;
	}

	.sec_information_wrap .art_blog_wrap .archive_item .img {
		width: 160px;
	}

	.sec_information_wrap .art_blog_wrap .archive_item .meta_wrap {
		display: block;
		margin-bottom: 10px;
	}

	.sec_information_wrap .art_blog_wrap .archive_item .date {
		margin-right: 0;
		margin-top: 5px;
	}

	.sec_information_wrap .art_blog_wrap .archive_item .cat>span {
		padding: 3px 5px;
		min-width: 80px;
		font-size: 1.1rem;
	}

	.sec_information_wrap .art_instagram_wrap .archive_wrap>li {
		width: 33.33%;
	}

	.sec_information_wrap .art_instagram_wrap .archive_wrap>li:nth-child(n+7) {
		display: none;
	}
}

/* ---------------------------------------------------- */
/* sec_other_wrap */
/* ---------------------------------------------------- */
.sec_other_wrap {
	padding-top: 100px;
}

.sec_other_wrap .sec_ttl {
	margin-bottom: 40px;
}

.sec_other_wrap .list_1>ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1px;
	margin-bottom: -1px;
}

.sec_other_wrap .list_1>ul>li {
	margin-right: 1px;
	margin-bottom: 1px;
	width: calc(33.33% - 1px);
}

.sec_other_wrap .list_1 a {
	position: relative;
	display: block;
}

.sec_other_wrap .list_1 a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(18, 52, 13, 0.4);
	transition: 0.3s ease-in-out;
}

.sec_other_wrap .list_1 a:hover::before {
	background-color: rgba(0, 0, 0, 0.6);
}

.sec_other_wrap .list_1 .thumb span {
	display: block;
	padding-top: 66%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sec_other_wrap .list_1 .meta_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.sec_other_wrap .list_1 .ttl {
	display: table;
	margin: 0 auto 10px;
	padding: 5px 30px;
	min-width: 180px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	background-color: #FFF;
}

.sec_other_wrap .list_1 .desc {
	color: #FFF;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.sec_other_wrap {
		padding-top: 50px;
	}

	.sec_other_wrap .sec_ttl {
		margin-bottom: 30px;
	}

	.sec_other_wrap .list_1>ul {
		display: block;
		margin-right: 0;
		margin-bottom: 0;
	}

	.sec_other_wrap .list_1>ul>li {
		margin-right: 0;
		margin-bottom: 2px;
		width: auto;
	}

	.sec_other_wrap .list_1 .thumb span {
		padding-top: 35%;
	}

	.sec_other_wrap .list_1 .meta_wrap {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}

	.sec_other_wrap .list_1 .ttl {
		padding: 5px 20px;
		min-width: 130px;
		font-size: 1.5rem;
	}

	.sec_other_wrap .list_1 .desc {
		font-size: 1.5rem;
	}
}


/* sec_modelhouse_link1 */
.sec_modelhouse_link1 {
	margin: 15px 5px 0;
	height: 70px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 0.3s ease-in-out;
}
.sec_modelhouse_link1::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
	a:hover .sec_modelhouse_link1 {
		border-color: #000;
		background-color: #000;
		color: #fff;
	}
	a:hover .sec_modelhouse_link1::after {
		border-color: #fff;
	}
}
@media (max-width: 767px) {
	.sec_modelhouse_link1 {
		margin: 20px auto 0;
    width: 300px;
    height: 70px;
    font-size: 1.6rem;
    letter-spacing: 0;
	}
}


/* aaa */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
