@charset "UTF-8";
/* CSS Document */
/* TOP main_bg以降　遅延読込 */

/* ========== titleアニメーションローカル ========== */
.tp_box_cnt .homeHead {
	position: static;
	margin-left: 8vw;
	margin-bottom: 20px;
}
.tp_box_news .top_title_box_100 {
	position: absolute;
	top: 100px;
	left: 10%;
}
.tp_box_news .top_title_box_100 .homeHead_left{
	position: static;
	text-align: left;
}
.tp_box_news .top_title_box_100 span{
	position: absolute;
	top:70px;
}
.tp_box_topics .top_title_box_100{
	position: relative;
	margin: 0px auto 0 auto;
}
.tp_box_topics .top_title_box_100 h2{
	color:#fff !important;
}
.tp_box_topics .top_title_box_100 h3 span{
	color:#fff !important;
}
/* タイトルアニメーション　USEFUL. SEMMINER. 位置調整 */
.useful .homeHead_left,
.seminer .homeHead_left {
	left: 0;
}
.useful .top_title_box,
.seminer .top_title_box{
	margin-bottom: 100px;
	position: relative;
}
.top_title_box_100 {
	width: calc(100%);
}
.tp_box_news .top_title_box_100 {
	width: auto;
}
.tp_box_blog .top_title_box_100 {
	padding-top: 100px;
}
.tp_box_shop .homeHead .homeHead_subText_wrapper {
	position: absolute;
	right: 0;
}
/*NEWS*/
.tp_box_news .btn a.animated-button.thar-three {
	color: #fff;
	border: 2px solid #fff;
	z-index:1;
}
.tp_box_news .btn a.animated-button.thar-three:hover {
	color: #000 !important;
	background-color: transparent;
}
.tp_box_news .btn a.animated-button.thar-three:hover:before {
	left: 0%;
	width: 100%;
}
.tp_box_news .btn a.animated-button.thar-three:before {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	content: '';
	z-index:-1;
	color: #fff !important;
	background: #fff;
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
/*Group*/
.tp_box_group .active .homeHead_subText_wrapper .homeHead_subText span {
	color: #fff;
}

/*  TOP SECTION 共通？ */
.main_bg {
	background: #ffffff;
	position: relative;
	overflow: hidden;
}
.top_title_box {
	margin-bottom: 50px;
}
.top_title_box h2 {
	font-family: 'Jost', sans-serif;	color: #333;
	font-size: 18px;
	letter-spacing: 0.3em;
	font-weight: 700;
}
.top_title_box_100 h2 {
	font-size: 35px;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.3em;
	text-align: center;
}
.top_shop_btn {
	 width: 20%;
	min-width:300px;;
    margin: 0 10% 0 0;
    float: right;
}
.top_shop_btn span {
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
.top_shop_btn span a {
	width: 100%;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	display: block;
	border: 2px solid #000;
	padding: 15px 20px;
}
.top_shop_btn span a i {
	font-size: 120%;
	color: #000;
	text-decoration: none;
	line-height: 1.3;
	float: right;
}
.top_shop_btn span a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	border-color: #000;
}
.top_shop_btn span a:hover i {
	color: #fff;
}
.top_line_btn span a,
.top_shop_btn span a,
.top_line_btn span a::before,
.top_shop_btn span a::before,
.top_line_btn span a::after,
.top_shop_btn span a::after {
	box-sizing: border-box;
	transition: all .3s;
}

/* ========== デザイン ========== */
/*  .tp_box_cnt  */
.tp_box_cnt {
	width: 100%;
	height:80vh;
	min-height:820px;
	padding:10vh 0 10vh 0;
	margin-bottom:50px;
	background:#fff;
	position: relative;
	background:linear-gradient(90deg, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
}
.tp_box_cnt .top_title_box_100 h2 {
	color: #333;
	font-size: 70px;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.1em;
	text-align: right;
	margin-right:20px;
	font-weight:normal;
	box-sizing:border-box;
}
.tp_box_cnt .top_title_box_100 h3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	display: block;
	letter-spacing: 0.1em;
}
.tp_box_cnt ul {
	width:50%;
	margin:10vh 0 0 0;
	box-sizing: border-box;
		position:relative;
}
.tp_box_cnt ul.look {
	float:left;
}
.tp_box_cnt ul.work {
	float:right;
}
.tp_box_cnt ul li {
	width:92%;
	height:40vh;
	overflow: hidden;
	box-sizing: border-box;
}
.tp_box_cnt ul.work li {
	float:right;
}
.tp_box_cnt ul li img {
	height:100%;
	width: 100%;
	object-fit:cover;
}
.tp_box_cnt .detail_box {
	width: 84%;
	margin: 0px auto 0 auto;
}
.tp_box_cnt .detail_box.sub_detail{
	width:70%;
	padding:50px;
	transition: 0.3s;
	position:absolute;
	background:rgba(255,255,255,0.933);
	box-sizing:border-box;
}
.tp_box_cnt .detail_box.sub_detail:hover {
	transform: translate(-7px, -7px);
	box-shadow: 7px 7px 0px 0px #0008;
}
.tp_box_cnt ul.look .detail_box.sub_detail{
	bottom:-15vh;
	left:2%;
	background:#f8f8f8;
}
.tp_box_cnt ul.work .detail_box.sub_detail{
	bottom:-15vh;
	right:2%;
	background:#ffffff;
}
.tp_box_cnt .detail_box.sub_detail dl h6{
	font-family: 'Jost', sans-serif;
	font-size:25px;
	font-weight:bold;
	letter-spacing:0.1em;
}
.tp_box_cnt .detail_box dt {
	float:right;
	margin-top:20px;
}
.tp_box_cnt .detail_box dt span.more{
	font-size: 12px !important;
	font-family: 'Jost', sans-serif;
	float:right;
}
.tp_box_cnt .detail_box dt span.more i{
	margin-left:7px;
}
@media screen and (min-width:960px) and (max-width:1199px) {
	.tp_box_cnt .detail_box.sub_detail{
		width:70%;
		padding:20px;
	}
	.tp_box_cnt ul.look .detail_box.sub_detail{
		bottom:-30%;
	}
	.tp_box_cnt ul.work .detail_box.sub_detail{
		bottom:-30%;
	}
}

/* ========== ラインナップ ========== */
/*  .tp_box_line  */
.tp_box_line {
	width: 100%;
	height:70vh;
	min-height:700px;
	overflow:hidden;
	padding: 10vh 0 10vh 0;
	width: 100%;
	position:relative;
	background:linear-gradient(90deg, #fcfcfc 0%, #fcfcfc 50%,#fafafa 50%, #fafafa 100%);
}
.tp_box_line .lineupText {
	width: 27vw;
	position: absolute;
	top: 10vw;
	left: 8vw;
}
.tp_box_line .top_title_box_line {
	width: 100%;
	margin-bottom: 1vw;
	padding-left: 0;
	float: none;
}
.tp_box_line#lineup .lineupText .top_title_box_line {
	box-sizing: border-box;
	margin-bottom:5vh;
}
.tp_box_line .homeHead_left {
	position: static;
}
.tp_box_line .top_title_box_line h2 {
	color: #000;
	font-size: 4rem;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.1em;
	text-align:initial;
	font-weight:normal;
	background-blend-mode: overlay;
}
.tp_box_line .top_title_box_line h3 {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	display: block;
	letter-spacing: 0.1em;
	text-align: left;
}
.tp_box_line .detail_box{
	width: 100%;
	color: #000000;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	float: none;
}
.tp_box_line .top_line_btn {
	width: 300px;
	margin: 50px 0 0 10%;
}
.tp_box_line .top_line_btn span {
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
.tp_box_line .top_line_btn span a i {
	font-size: 120%;
	color: #000;
	text-decoration: none;
	line-height: 1.3;
	float: right;
}
		/* ここからTOPラインナップスライド */
	#lineup #lineupSlider {
		width: 62vw !important;
		margin-left: 46vw !important;
		position: relative;
		margin-top:10vh;
		margin-bottom:10vh;
	}
	#lineup #lineupSlider.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	#lineup #lineupSlider .slick-list {
		width: 90vw !important;
		height: 33vw !important;
		max-height:600px;
		box-shadow:-5px 5px 10px #999;
		box-sizing:border-box;
	}
	#lineup #lineupSlider .slick-track {
		height: 100% !important
	}
	#lineup #lineupSlider .slick-slide {
		width: 45vw !important;
		height: 100% !important;
		overflow: hidden !important;
		position: relative !important;
	}
	#lineup #lineupSlider .slick-slide.slick-active {
		background: #000000 !important;
	}
	#lineup #lineupSlider .slick-slide.slick-active.slick-current {
		background: none !important;
	}
	#lineup #lineupSlider .slick-slide img {
		width: 100% !important;
		height: auto !important;
		transition: transform 0.5s linear !important;
		display: block !important;
		margin: auto !important;
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
	}
	#lineup #lineupSlider .slick-slide.slick-active img {
		opacity: 0.4 !important;
	}
	#lineup #lineupSlider .slick-slide.slick-active.slick-current img {
		opacity: 1.0 !important;
	}
	#lineup #lineupSlider .slick-slide img:hover {
		transform: scale(1.1) !important;
	}
	#lineup #customPager {
		width: 30vw !important;
		height: auto !important;
		top:-40px;
		left: 42vw !important;
		transition: 0.3s;
	}
	#lineup #customPager:hover {
		transform: translate(-7px, -7px);
		box-shadow: 7px 7px 0px 0px #0008;
	}
	#lineup #customPager .slick-slide {
		/*width: 28vw !important;*/
		height: auto !important;
		box-sizing: border-box !important;
		background:#fff;
	}
	#lineup #customPager .slick-slide div {
		width: 100% !important;
		height: 100% !important;
		display: table;
	}
	#lineup #customPager .slick-slide a {
		color: #000 !important;
		font-size: 16px !important;
		font-weight:bold;
		padding:30px;
		display: table-cell !important;
		vertical-align: middle !important;
		text-decoration:none;
		position:relative;
		cursor: pointer !important;
	}
	#lineup #customPager .slick-slide a.box_a {
		background:rgba(255,255,255,0.933);
	}
	#lineup #customPager .slick-slide a.box_b {
		background:rgba(255,255,255,0.933);
	}
	#lineup #customPager .slick-slide a.box_c {
		background:rgba(255,255,255,0.933);
	}
	#lineup #customPager .slick-slide a.box_d {
		background:rgba(255,255,255,0.933);
	}
	#lineup #customPager .slick-slide a span{
		font-size: 100% !important;
	}
	#lineup #customPager .slick-slide a span.e_name{
		font-size: 1.6rem !important;
		line-height:1.25em;
		letter-spacing:0em;
		font-family: 'Jost', sans-serif;
		font-weight:normal;
		text-align: left;
		white-space: normal;
		border-bottom:1px dotted #000;
	}
	@media screen and (max-width:1300px) {
		#lineup #customPager .slick-slide a span.e_name{
		}
	}
	@media screen and (max-width:1119px) {
		#lineup #customPager .slick-slide a span.e_name{
		}
	}
	#lineup #customPager .slick-slide a span.more{
		display:inline-block;
		font-size: 70% !important;
		font-family: 'Jost', sans-serif;
		float:right;
	}
	#lineup #customPager .slick-slide a span.more i{
		margin-left: 0.8em;
	}
	#lineup #customPager .slick-slide a:hover {
		text-decoration: none;
	}
	#lineup #customPager .slick-slide a em {
		font-size: 15px !important;
		font-weight:bold;
		display: block !important;
	}
	#lineup #customPager .slick-slide.slick-active.slick-current a em {
		position: relative;
		animation: fade01 2.0s ease-out 0s 1 normal !important;
	}
	@keyframes fade01 {
		0% {
			top: 5%;
			opacity: 0;
		}
		60% {
			top: 0;
			opacity: 1;
		}
		100% {
			top: 0;
			opacity: 1;
		}
	}
	#lineup #customPager .slick-slide a span {
		display: block !important;
	}

	#lineup #customPager .slick-slide a span.name em{
		font-size:11px !important;
		line-height:2.5em;
		display:initial !important;
	}

	#lineup #customPager .slick-slide a span.price em{
		font-size:16px !important;
		line-height:2em;
	}

	#lineup #customPager .slick-slide.slick-active.slick-current a span {
		position: relative;
		animation: fade02 2.0s ease-out 0s 1 normal !important;
	}
	@keyframes fade02 {
		0% {
			top: 5%;
			opacity: 0;
		}
		40% {
			top: 5%;
			opacity: 0;
		}
		100% {
			top: 0;
			opacity: 1;
		}
	}
	#lineup #customPager .slick-slide.slick-active.slick-current a span.e_name {
		position: relative;
		animation: fade02 1.5s ease-out 0s 1 normal !important;
	}
	#lineup #customPager .slick-slide.slick-active.slick-current a span.more {
		position: relative;
		animation: fade02 2.5s ease-out 0s 1 normal !important;
	}
	#lineup #lineupSlider button.slick-arrow {
		width: 2.0vw !important;
		height: 2.0vw !important;
		background: rgba(0, 0, 0, 0.9) !important;
		opacity: 0.80 !important;
		cursor: pointer !important;
		margin: 0 !important;
		position: absolute !important;
		top: 50% !important;
		z-index: 99 !important;
	}
	#lineup #lineupSlider button.slick-arrow:hover {
		background: rgba(0, 0, 0, 0.6) !important;
		opacity: 1.0 !important;
	}
	#lineup #lineupSlider button.slick-arrow.slick-prev {
		padding-right: 0.2% !important;
		left: 0.2vw !important;
	}
	#lineup #lineupSlider button.slick-arrow.slick-next {
		padding-left: 0.2% !important;
		right: 18.3vw !important;
	}
	#lineup #lineupSlider button.slick-arrow img {
		width: 0.60vw !important;
		height: auto !important;
	}
	#lineup #lineupSlider .slick-dots {
		width: 36vw !important;
		margin-left: 18vw !important;
		bottom: -2.5vw;
	}

	.tp_box_line#lineup .top_line_btn {
		width: 300px;
		margin: 0;
		position: absolute;
		bottom: 10vw;
		left: 8vw;
	}
	.tp_box_line#lineup a.animated-button:link,
	.tp_box_line#lineup a.animated-button:visited {
		margin: 0;
	}
		/* TOPラインナップスライド終了 */

	/* 　ここまで */



/* ========== 店舗 ========== */
.tp_box_shop .top_title_box_shop {
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: auto;
}
.tp_box_shop .top_title_box_shop h2 {
	color: #333;
	font-size: 2.5rem;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.0em;
	font-weight:normal;
}
.tp_box_shop .top_title_box_shop h2 span em{
	font-size: 25px;
	font-weight:bold;
}
.tp_box_shop .top_title_box_shop h3 {
	color: #000;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: block;
	letter-spacing: 0.1em;
}
.tp_box_shop {
	width: 100%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	position: relative;
	background-attachment:fixed;
}
.tp_box_shop ul {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	width:80%;
	margin:150px auto 70px auto;
	font-size:0;
}
.tp_box_shop ul li {
	width: 50%;
	list-style: none;
	box-sizing: border-box;
	/*display:block;*/
	display: inline-block;
}
/* .tp_box_shop ul li:first-child, */
.tp_box_shop ul li:last-child{
	width: 100%;
	list-style: none;
	box-sizing: border-box;
	/* display:block; */
}
.tp_box_shop ul li:nth-child(even) {
	margin:0 0 0 0;
}
.tp_box_shop ul li:nth-child(1)
/* .tp_box_shop ul li:nth-child(3),
.tp_box_shop ul li:nth-child(4) */
{
	list-style: none;
	box-sizing: border-box;
	position: relative;
}

/*
.tp_box_shop ul li:nth-child(1)::before
 .tp_box_shop ul li:nth-child(3)::before,
.tp_box_shop ul li:nth-child(4)::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 50px solid #b31e15;
	border-right: 90px solid transparent;
	z-index:2;
	line-height:1em;
}
*/
/*
.tp_box_shop ul li:nth-child(1)::after
 .tp_box_shop ul li:nth-child(3)::after,
.tp_box_shop ul li:nth-child(4)::after 
{
	font-size:15px;
	letter-spacing:0.2em;
	color:#fff;
	font-family: 'Jost', sans-serif;
	content: "NEW";
	position: absolute;
	top: 1.2em;
	left: 0.5em;
	z-index:3;
	 transform:rotate(-28deg);
}
*/


.tp_box_shop ul li .box-image {
	position: relative;
	overflow: hidden;
}
.tp_box_shop ul li .box-image:hover .box-image__content {
	opacity: 1;
}
.tp_box_shop ul li .box-image:hover .box-image__title {
	opacity: 0;
}
.tp_box_shop ul li .box-image:hover .js-fullbg {
	transform: scale(1.05);
}
.tp_box_shop ul li .box-image a:hover {
	opacity: 1;
}
.tp_box_shop ul li .box-image__image {
	overflow: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
	transform: translateZ(0);
	height: 40vh;
}
.tp_box_shop ul li .box-image__image .js-fullbg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	transition: all 0.7s ease-in-out;
	backface-visibility: hidden;
}
.tp_box_shop ul li .box-image__image .js-fullbg img {
	width: 100%;
	height:100%;
	object-fit: cover;
	display: block;
}
.tp_box_shop ul li .box-image:hover .js-fullbg {
	transform: scale(1.05);
}
.tp_box_shop ul li .box-image__title {
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.4);
	opacity: 1;
	transition: all 0.7s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.tp_box_shop ul li .box-image__title .hdg-lv2 {
}
.tp_box_shop ul li .box-image__title h3 {
	font-size: 22px !important;
	font-weight:
	normal;
	line-height:1em !important;
}
.tp_box_shop ul li .box-image__title h3 span {
	line-height: 1em;
}
.tp_box_shop ul li .box-image__title .hdg-lv2:before {
	width: 12px;
	height: 2px;
}
.tp_box_shop ul li .box-image__title small {
	font-family: 'Jost', sans-serif;
	display: block;
	font-size: 14px;
	font-weight:normal;
	letter-spacing:0.1em;
}
.tp_box_shop ul li .box-image__title small span{
	border-bottom:1px solid #fff;
}
.tp_box_shop ul li .box-image__title h5 {
	display: block;
	font-size: 10px;
	font-weight:normal;
}
.tp_box_shop ul li .box-image__title .comingSoon {
	margin-top: 10px;
}
.tp_box_shop ul li .box-image__title .comingSoon span {
	color:rgba(255,255,255,0);
	font-size: 18px;
	font-weight:bold;
	padding:10px;
	letter-spacing: 0.1em;
	-webkit-text-stroke: 1px #fff;
	 text-stroke: 1px #fff;
	 border:1px solid #fff;
}
.tp_box_shop ul li .box-image__content {
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	transition: all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}
.tp_box_shop ul li .box-image__inner {
	vertical-align: middle;
	text-align: center;
	margin-top: 17vh;
}
.tp_box_shop ul li .box-image__caption {
	margin: 0 auto 12px;
	line-height: 2.1;
	padding: 0 10px;
	margin-top: 14vh;
	box-sizing: border-box;
}
.tp_box_shop ul li .box-image__caption span {
	color: #000;
	font-size:13px;
	font-weight:bold;
	background: #fff;
	padding: 5px 2em;
	margin:auto;
	display:block;
	width:fit-content;
	border-radius:5px;
}

.tp_box_shop .detail_box{
    width: 40%;
    margin: 0 0 0 10%;
    float: left;
}
	/* 店舗 ここまで */


/* ========== NEWS ========== */
.tp_box_news {
	width: 100vw;
	padding:10vh 0 10vh 0;
	position:relative;
	background:	linear-gradient(90deg, rgba(0,0,0,0.867) 0%, rgba(0,0,0,0.867) 50%, rgba(255,255,255,0.0) 50%, rgba(255,255,255,0.0) 100%),
		linear-gradient(180deg, #fff 0%, #fff 15%,rgba(255,255,255,0.0) 15%, rgba(255,255,255,0.0) 100%),
		linear-gradient(90deg, #000 0%, #000 50%,#f5f5f5 50%, #f5f5f5 100%);
}
.tp_box_news .tp_box_news_inner{
	margin-top:100px;
}
.tp_box_news .top_title_box_100 h2 {
	color: #fff;
	font-size: 4rem;
	font-family: 'Jost', sans-serif;
	font-weight:normal;
	letter-spacing: 0.1em;
	text-align:left;
	position:static;
}
.tp_box_news .top_title_box_100 h3 {
	color: #fff;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	display: block;
	letter-spacing: 0.1em;
	text-align: left;
}
.tp_box_news .btn {
	width:250px;
	position:absolute;
	float:left;
	top:130px;
	margin-left:10%;
}
.tp_box_news .top_line_btn span a i {
	line-height: 166%;
	float: right;
}
	/* TOP newsList */
.tp_box_news .news_box {
	width: 55vw;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 0 auto;
}
.tp_box_news .news_box li {
	width: 100%;
	list-style: none;
	display: flex;
	background:#fff;
	padding: 15px 20px;
	margin-bottom: 5px;
	transition: 0.8s;
	position: relative;
}
.tp_box_news .news_box li a {
	width: 100%;
	text-decoration: none;
}
.tp_box_news .news_box li:hover {
	background: #000;
}
.tp_box_news .news_box li a:hover {
	color: #fff;
}
.tp_box_news .news_box li dl {
	display:flex;
	align-items: center;
}
.tp_box_news .news_box li dl dt{
	width:100px;
	font-size:0.65rem;
	font-weight:bold;
		font-family: 'Jost', sans-serif;
}
.tp_box_news .news_box li dl dt span.cat {
	font-family: 'Jost', sans-serif;
	width:90%;
	font-size:110%;
	line-height: 1.8em;
	letter-spacing:0em;
	display: block;
	border-bottom:1px dotted #000;
}
.tp_box_news .news_box li dl dt span.cat::after {
	content: "\A" ;
	white-space: pre ;
}
.tp_box_news .news_box li dl dt span.cat.inspection {
}
.tp_box_news .news_box li dl dt span.cat.event {
}
.tp_box_news .news_box li dl dt span.cat.seminar {
}
.tp_box_news .news_box li dl dt span.cat.information {
}
.tp_box_news .news_box li dl dt span.cat.public_relations {
}
.tp_box_news .news_box li dl dt span.newMark {
	color: #b35d3b;
	margin-left:0.3em;
}
.tp_box_news .news_box li dl dd.icon {
	width: 50px;
	height: 50px;
	margin-right:3%;
	overflow: hidden;
	position:relative;
}
.tp_box_news .news_box li dl dd.icon img{
	width: auto;
	max-width: unset;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tp_box_news .news_box li dl dd.title {
	font-size:13px;
	width:72%;
	font-weight:700;
	overflow: hidden;
	padding-right:2em;
	box-sizing:border-box;
}
		/*  newsList */
	/* NEWS ここまで */


/* ========== TOPICS ========== */
.tp_box_topics {
	margin:10vh 0;
	width: 100%;
	padding: 10vh 0 10vh 0;
	clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
	position: relative;
}
.tp_box_topics::before {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	background:linear-gradient(90deg, #fff 0%, #fff 5%,rgba(255,255,255,0.0) 5%, rgba(255,255,255,0.0) 100%),
				linear-gradient(90deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 95%,#fff 95%, #fff 100%),
				url("/img/top/tp_bg.webp")no-repeat center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.no-webp .tp_box_topics {
	background:linear-gradient(90deg, #fff 0%, #fff 5%,rgba(255,255,255,0.0) 5%, rgba(255,255,255,0.0) 100%),
				linear-gradient(90deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.0) 95%,#fff 95%, #fff 100%),
				url("/img/top/tp_bg.jpg")no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
}

.tp_box_topics .top_title_box_100 h2 {
	color: #333;
	font-size: 4rem;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.1em;
	text-align:center !important;
	font-weight:normal;
}
.tp_box_topics .top_title_box_100 h3 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	display: block;
	text-align:center;
	letter-spacing: 0.1em;
}
.tp_box_topics ul {
	width: 85%;
	max-width: 1200px;
	margin: 110px auto 0 auto;
	font-size:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.tp_box_topics ul li {
	width: 23%;
	background: #fff;
	margin-right: 2%;
	margin-bottom: 3vh;
	list-style: none;
	box-sizing: border-box;
	vertical-align: top;
	user-select: none;
	transition: 0.3s;
	position: relative;
	box-sizing:border-box;
	box-shadow:7px 7px 7px #0005;
}
.tp_box_topics ul li:nth-of-type(4n){
	margin-right: 0;
}
.tp_box_topics ul li h4 {
	font-size: 0.75rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.tp_box_topics ul li dd h4 em{
	color:#fff;
	font-size:75%;
	font-weight:bold;
	background:#000000;
	margin:0 0.2em;
	padding:2px 2px;;
	vertical-align:0.1em;
	position:initial;
	display:initial;
}
.tp_box_topics ul li dd h4 em#red{
	background:#d23737;
}
.tp_box_topics ul li dd h4 em#blue{
	background:#46579a;
}
.tp_box_topics ul li img {
	width: 100%;
}
.tp_box_topics ul li dt {
	width: 100%;
	max-height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.tp_box_topics ul li dt img {
	width:100%;
	/*height:100%;
	object-fit: cover;*/
	height: auto;
}
.tp_box_topics ul li dd {
	width: 90%;
	padding:20px 0px;
	margin: 0 auto;
	box-sizing: border-box;
}
.tp_box_topics ul li a {
	text-decoration: none;
	display:block;
	height:100%;
}
.tp_box_topics ul li:hover {
	transform: translate(-10px, -10px);
	box-shadow: 20px 20px 20px 0px #0003;
}
.tp_box_topics ul li em {
	width: 100%;
	font-size: 0.65rem;
	color: #000;
	font-weight: 700;
	padding: 7px 10px;
	display: block;
	border-top: 1px dotted #ccc;
	position: absolute;
	bottom: 0;
	box-sizing:border-box;
}
.tp_box_topics ul li em i {
	font-size: 150%;
	color: #8e451c;
	float: right;
}
	/* TOPICS　ここまで */


/* ========== お役立ち情報＆セミナー ========== */
.tp_box_use_sem {
	width: 100%;
	background:linear-gradient(90deg, #fff 0%, #fff 50%, #eee 50%, #eee 100%);
}
.tp_box_use_sem ul {
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	display:flex;
}
.tp_box_use_sem ul li {
	width: 50%;
	list-style: none;
}
.tp_box_use_sem .useful .top_title_box h2 {
	font-family: 'Jost', sans-serif;
	color: #333;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.tp_box_use_sem .useful .top_title_box h3 {
	color: #000;
	font-size: 17px;
	font-weight: 700;
	display: block;
	letter-spacing: 0.1em;
}
.tp_box_use_sem ul li.useful{
	padding: 10vh 2% 10vh;
	width: 50%;
	position:relative;
}
.tp_box_use_sem ul li.useful ul{
	width: 90%;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.tp_box_use_sem ul li.useful ul li{
	width:49%;
	padding:30px 20px;
	box-sizing:border-box;
	border:1.2px solid #000;
	margin-bottom:10px;
	transition: 0.3s;
}
.tp_box_use_sem ul li.useful ul li:hover {
	transform: translate(-3px, -3px);
	box-shadow: 3px 3px 0px 0px #000;
}
.tp_box_use_sem ul li.useful ul li a{
	text-decoration:inherit;
}
.tp_box_use_sem ul li.useful ul li dl{
	width:100%;
	display:flex;
	align-items:center;
}
.tp_box_use_sem ul li.useful ul li dl dt{
	width:12%;
	margin-right:10px;
}
.tp_box_use_sem ul li.useful ul li dl dt img{
	width:100%;
}
.tp_box_use_sem ul li.useful ul li dl p{
	font-size:13.7px;
	font-weight:bold;
	letter-spacing:0em;
}
.tp_box_use_sem ul li .btn a{
	font-size:13px;
	background:#000;
	padding:5px 20px;
	border:2px solid #000;
	position:absolute;
	right:0;
	bottom:50px;
}
.tp_box_use_sem ul li.useful .btn a {
	right:10%;
}
.tp_box_use_sem ul li .btn span a i {
	margin-left: 0.8em;
}
.tp_box_use_sem ul li .btn a.animated-button.thar-three {
    color: #fff;
    border: 2px solid #fff;
    z-index:1;
}
.tp_box_use_sem ul li .btn a.animated-button.thar-three:hover {
    color: #000 !important;
    background-color: transparent;
    border:2px solid #000;
}
.tp_box_use_sem ul li .btn a.animated-button.thar-three:hover:before {
    left: 0%;
    width: 100%;
}
.tp_box_use_sem ul li .btn a.animated-button.thar-three:before {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    content: '';
    z-index:-1;
    color: #fff !important;
    background: #fff;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.tp_box_use_sem .seminer {
	padding: 10vh 2% 10vh;
	box-sizing: border-box;
	position: relative;
}
.tp_box_use_sem .seminer .top_title_box h2 {
	font-family: 'Jost', sans-serif;
	color: #333;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.tp_box_use_sem .seminer .top_title_box h3 {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	display: block;
	letter-spacing: 0.1em;
}
.tp_box_use_sem .seminer ul {
	width: 100%;
	display:list-item;
}
.tp_box_use_sem .seminer ul li{
	width:100%;
	padding:15px;
	transition: 0.3s;
	border-bottom:1px solid #ccc;
}
.tp_box_use_sem .seminer ul li a{
	text-decoration:none;
}
.tp_box_use_sem .seminer ul li:hover {
	background: #fff;
	transform: translate(-5px, -5px);
	box-shadow: 5px 5px 0px 0px #ccc;
}
.tp_box_use_sem .seminer ul li dl{
	display:flex;
	align-items:center;
}
.tp_box_use_sem .seminer ul li dl dt{
	width:13%;
	margin-right:2%;
}
.tp_box_use_sem .seminer ul li dl dt img{
	border:2px solid #000;
	box-sizing:border-box;
}
.tp_box_use_sem .seminer ul li dl dd{
	font-size:15px;
	font-weight:bold;
}
.tp_box_use_sem .seminer ul li dl dd span{
	font-size:12px;
}
.tp_box_use_sem .seminer ul li dl dd span::after {
	content: "\A" ;
	white-space: pre ;
}
	/* お役立ち＆セミナー　ここまで */


/* ========== BLOG ========== */

.tp_box_blog {
	width: 100%;
	padding: 10vh 5vh;
	background: #f0f5f5;
  box-sizing: border-box;
}
.tp_box_blog ol{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.tp_box_blog .top_title_box_100{
	width:auto;
	margin: 0 auto 60px auto;
	position: relative;
	padding:0;
}
.tp_box_blog .homeHead.homeHead_center .container,
.tp_box_blog .homeHead_center{
	text-align:unset;
}

.tp_box_blog .homeHead_center .homeHead_subText_wrapper{
	margin:unset;
}

.tp_box_blog .top_title_box_100 h2 {
	color: #333;
	font-size: 3rem;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.1em;
	text-align:initial;
	font-weight:normal;
	line-height:1.0em;
}
.tp_box_blog .top_title_box_100 h3 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	display: block;
	letter-spacing: 0.1em;
	text-align:center;
}
.tp_box_blog .homeHead_mainText_wrapper{
  width: 100%;
}
.tabs{
	border-image-slice: 1;
}
.tabs #blogCarousel{
  display: flex;
	width:100%;
	margin:auto;
	justify-content: space-between;
	-webkit-overflow-scrolling: touch;
	padding:0px 0;
}
.tabs #blogCarousel .blog_cate{
	display:inline-block;
	position:relative;
  width: 48%;
}
.tabs #blogCarousel .blog_cate.muku {
  margin-right: 30px;
}
.tabs #blogCarousel .blog_cate ol{
	background:#fff;
	margin: 15px 0;
	padding:80px 50px 30px;
	box-shadow:10px 10px 10px #cddbdb;
	box-sizing: border-box;
  width: 100%;
}
.tabs #blogCarousel .blog_cate ol > .title{
	position:absolute;
	top:0px;
	left:50px;
	right:0;
}
.tabs #blogCarousel .blog_cate ol > .title h5{
	font-size:90%;
	font-weight:bold;
}
.tabs #blogCarousel .blog_cate ol > .title h5 span{
	font-size:90%;
}
.tabs #blogCarousel .blog_cate ol > .title h6{
	font-size:150%;
	font-family: 'Jost', sans-serif;
	line-height:1;
	margin:0 0 0.3em 0
}
.tabs #blogCarousel .blog_cate ol > .title h6 em{
	display:block;
	font-size:130%;
	line-height:1em;
}
.tabs #blogCarousel .blog_cate.muku ol > .title h6,
.tabs #blogCarousel .blog_cate.muku ol > .title h5{
	color:#8f4c63;
}
.tabs #blogCarousel .blog_cate.takasaki ol > .title h6,
.tabs #blogCarousel .blog_cate.takasaki ol > .title h5{
	color:#5d608e;
}
.tabs #blogCarousel .blog_cate.reform ol > .title h6,
.tabs #blogCarousel .blog_cate.reform ol > .title h5{
	color:#ab9656;
}
.tabs #blogCarousel .blog_cate.estate ol > .title h6,
.tabs #blogCarousel .blog_cate.estate ol > .title h5{
	color:#8392aa;
}
.tabs #blogCarousel .blog_cate ol > ul{
	width:auto;
}

.tp_box_blog li dd a{/*文字数オーバーで「...」をつける*/
	width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: 0.3s;
    text-decoration:none;
}
.tp_box_blog li:first-child dd a{
	width:100%;
    white-space: unset;
    overflow: hidden;
    text-overflow:clip;
    display: block;
    transition: 0.3s;
    text-decoration:none;
	line-height:1.5em;
}
.tp_box_blog li dd a:hover{
	color:#E91E63;
}
.tp_box_blog li{
 list-style: none;
}
.tp_box_blog  li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.tp_box_blog  li:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom:none;
}
.tab_item{
	display: none;
}
.tp_box_blog  li dl{
	display:flex;
	justify-content:flex-start;
}
.tp_box_blog  li dl dt{
	width:50px;
	height:50px;
	overflow:hidden;
}
.tp_box_blog  li:first-child dl dt{
	width:100px;
	height:100px;
	overflow:hidden;
}
.tabs #blogCarousel .blog_cate.muku li dl dt{
	border:1px solid #8f4c63;
}
.tabs #blogCarousel .blog_cate.takasaki li dl dt{
	border:1px solid #5d608e;
}
.tabs #blogCarousel .blog_cate.reform li dl dt{
	border:1px solid #ab9656;
}
.tabs #blogCarousel .blog_cate.estate li dl dt{
	border:1px solid #8faad4;
}
.tp_box_blog  li dl dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.tp_box_blog li dl dd{
	width:calc(100% - 80px);
	margin:0 0 0 20px;
}
.tp_box_blog li:first-child dl dd{
	width:calc(100% - 130px);
	margin:0 0 0 20px;
}
.tp_box_blog li dl dd div {
	color:#000000;
	font-size:110%;
	font-family: 'Jost', sans-serif;
}
.tp_box_blog li:first-child dl dd div{
	font-size:140%;
}
.tp_box_blog li dl dd div span{
	font-size:50%;
	color: #fff;
	background:#E91E63;
	padding:0 10px;
	vertical-align:middle;
	border-radius:30px;
}

.tabs #blogCarousel .blog_cate ol .btn{
	text-align:center;
	margin:30px auto 0;
}
.tabs #blogCarousel .blog_cate ol .btn a{

	margin:auto;
	display:block;
	color:#fff;
	padding:10px 0;
}
.tabs #blogCarousel .blog_cate.muku ol .btn a{
	background:#8f4d63;
}
.tabs #blogCarousel .blog_cate.takasaki ol .btn a{
	background:#5e608e;
}
.tabs #blogCarousel .blog_cate.reform ol .btn a{
	background:#ac9656;
}
.tabs #blogCarousel .blog_cate.estate ol .btn a{
	background:#8393aa;
}



/* ========== グループ ========== */
.tp_box_group {
	width: 100%;
	padding: 10vh 0;
	background: #232323;
	background:#101010;
}
.tp_box_group .top_title_box_100{
	width: 600px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
.tp_box_group .top_title_box_100 h2 {
	color: #fff;
	font-size: 50px;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.2em;
	text-align:initial;
	font-weight:normal;
	text-align:center;
}
section.tp_box_group .top_title_box_100 .active .homeHead_mainText_wrapper .homeHead_mainText img{
	width:300px;
}
.tp_box_group .top_title_box_100 h3 {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	display: block;
	letter-spacing: 0.2em;
	text-align:center;
}
.tp_box_group ul {
	width:100%;
	max-width:1480px;
	margin: 50px auto 0 auto;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
}
.tp_box_group ul li {
	width: 18%;
	list-style: none;
	box-sizing: border-box;
	margin:0 1%;
}
.tp_box_group ul li dl dt{
	height:150px;;
	position:relative;
	overflow:hidden;
}
.tp_box_group ul li dl dt .image{
	object-fit:cover;
	height:100%;
	width:100%;
}
.tp_box_group ul li dl dt .rogo{
	max-width:140px;
	max-height:70px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.tp_box_group ul li:nth-child(1) dl dt .rogo{
	background:#fff280;
	padding: 5px 10px;
}
.tp_box_group ul li:nth-child(2) dl dt .rogo{
	max-width:100px;
	background:#17506b;
	padding:10px;
}
.tp_box_group ul li:nth-child(3) dl dt .rogo{
	background:#fff;
	padding:10px;
}

.tp_box_group ul li:nth-child(4) dl dt .rogo {
    background: #000;
    padding: 10px;
}

.tp_box_group ul li dl dd {
	color:#fff;
}
.tp_box_group ul li dl dd h5{
	font-size: 110%;
	margin-top:10px;
	text-align:center;
}
.tp_box_group ul li dl dd p{
	text-align:initial;
	font-size: 12px;
}
@media screen and (min-width:960px) and (max-width:1100px) {
	.tp_box_group ul li{
		/*width:48%;
		margin-bottom:20px;*/
	}
}


/* ========== SNS ========== */
.tp_box_sns {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
}
.tp_box_sns .sdgs_box{
	width:50%;
	height:300px;
	transition: 0.3s;
	background:#fff;
	position:relative;
}
.tp_box_sns .sdgs_box ul li{
	width:52%;
	max-width:320px;
	height:200px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.tp_box_sns .sdgs_box ul:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.tp_box_sns .sdgs_box ul:hover:before {
	animation:
		wipeLINE_01 0.4s ease-in 0s,
		wipeLINE_02 0.4s ease-out 0.4s;
}
@keyframes wipeLINE_01 {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes wipeLINE_02 {
	0% {
		width: 100%;
		right: 0;
		left: 0;
	}
	100% {
		width: 0;
		left: 100%;
	}
}
.tp_box_sns .sdgs_box ul li dt{
	width:100%;
	margin-bottom:10px;
}
.tp_box_sns .sdgs_box ul li dd{
	font-weight:bold;
	text-align:initial
}
/* linebox new ------ */
.tp_box_sns .line_box{
	width:50%;
	transition: 0.3s;
	background:#00b900;
	padding:30px 0;
	position: relative;
}
.tp_box_sns .line_box:hover {
    text-decoration: none;
}
.tp_box_sns .line_box .flex {
    width: 65%;
    margin: 0 auto;
    max-width: 350px;
    align-items: flex-end;
    height: 229px;
}
.tp_box_sns .line_box a:hover {
    text-decoration: none;
}
@media screen and (max-width:1230px) {
.tp_box_sns .line_box .flex {
        padding-top: 5%;
	}
}
.tp_box_sns .line_box .flex .left_box {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.tp_box_sns .line_box .flex .left_box img {
    width: 240px;
}
.tp_box_sns .line_box .flex .left_box h5.clearfix {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 10px;
}
.tp_box_sns .line_box .flex .left_box p {
    line-height: 1.5em;
    text-align: left;
}
.tp_box_sns .line_box a:hover{
	text-decoration:none;
}
.tp_box_sns .line_box:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(0,185,0,0.6);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.tp_box_sns .line_box:hover:before {
	animation:
		wipeLINE_01 0.4s ease-in 0s,
		wipeLINE_02 0.4s ease-out 0.4s;
}
@keyframes wipeLINE_01 {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes wipeLINE_02 {
	0% {
		width: 100%;
		right: 0;
		left: 0;
	}
	100% {
		width: 0;
		left: 100%;
	}
}
	/* linebox new */
.tp_box_sns .sns_box{
	width:100%;
	height:150px;
	position:relative;
	box-sizing:border-box;
	display:block;
	background:#fafafa;
}
.tp_box_sns .sns_box ul{
	width:350px;
	height:60px;
	padding:30px 0;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	display:flex;
	justify-content:space-between;
}
.tp_box_sns .sns_box ul li {
	width: 60px;
	list-style: none;
}
.tp_box_sns .sns_box ul li a:hover {
	opacity: 1;
}
.tp_box_sns .sns_box ul li dl {
	width: 100%;
	position: relative;
}
.tp_box_sns .sns_box ul li dl:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.tp_box_sns .sns_box ul li dl:hover:before {
	animation:
		wipeSNS_01 0.1s ease-in 0s,
		wipeSNS_02 0.1s ease-out 0.1s;
}
@keyframes wipeSNS_01 {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes wipeSNS_02 {
	0% {
		width: 100%;
		right: 0;
		left: 0;
	}
	100% {
		width: 0;
		left: 100%;
	}
}
.tp_box_sns .sns_box ul li dl img {
	width: 100%;
}
.tp_box_sns .sns_box ul li:last-of-type {
	margin-right: 0;
	border-right: none;
}