@charset "UTF-8";
/* CSS Document */

/* ==========リニューアルCSS=================
/* TOP main_bg以降　遅延読込 */
#top a.animated-button {
	display: table;
	padding: 10px 50px;
	position: relative;
}
#top a.animated-button span {
	display: block;
}
#top a.animated-button i {
	font-size: 120%;
	color: #8e451c;
	text-decoration: none;
	line-height: 1.3;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-11px);
}
#top a.animated-button span + i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.top_line_btn {
	margin-top: 50px;
}
.top_line_btn span {
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
.top_line_btn span a {
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	display: block;
	border: 1px solid #999;
	padding: 8px 20px;
}
.top_title_box{
	margin-bottom:20px;
}
.top_title_box h2{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#333;
	font-size:18px;
	letter-spacing: 1px;
	font-weight:700;
}
.top_title_box h2 span{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 11px;
	font-weight:700;
	display:block;
	letter-spacing:1px;
}
.top_title_box_100,
.top_title_box_shop,
.top_title_box {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width: 90%;
	margin: 0 auto 30px;
}
.top_title_box_100 h2,
.top_title_box_shop h2,
.top_title_box h2 {
	font-family: 'Jost', sans-serif;
	font-size:300%;
	letter-spacing: 0.1em;
	font-weight:normal;
	line-height:1em;
}
.top_title_box_100 h3,
.top_title_box_shop h3,
.top_title_box h3{
	font-size:120%;
	font-weight:bold;
}
.top_title_box_100 .white_title{
	color:#fff;
}
.top_title_box_100 .white_title span{
	color:#fff;
}
.top_title_box_100 h2 span{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
	letter-spacing:1px;
}
.top_cont_btn{
	width:100%;
}
.top_cont_btn span{
	font-size:13px;
	font-weight:700;
	text-align:center;
}
.top_cont_btn span a{
	width:70%;
	margin:0 auto;
	color:#000;
	text-decoration:none;
	display:block;
	border:1px solid #999;
	padding:8px 20px;
}
.top_cont_btn span a i{
	font-size:120%;
	color:#8e451c;
	text-decoration:none;
	line-height:1.3;
	float:right;
}
.top_cont_btn span a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #8e451c;
	border-color: #8e451c;
}
.top_cont_btn span a:hover i{
	color:#fff;
}
.top_cont_btn span a,
.top_cont_btn span a::before,
.top_cont_btn span a::after {
	box-sizing: border-box;
	transition: all .3s;
}
@media screen and (max-width:959px) {
	.top_title_box_100 h2,
	.top_title_box_shop h2,
	.top_title_box h2 {
		font-size:300%;
	}
	section.tp_box_group .top_title_box_100 .active .homeHead_mainText_wrapper .homeHead_mainText{
		text-align:center;
	}
	section.tp_box_group .top_title_box_100 .active .homeHead_mainText_wrapper .homeHead_mainText img{
		width:300px;
	}
	section.tp_box_group .top_title_box_100 .active .homeHead_subText_wrapper .homeHead_subText{
		text-align:center;
	}
}
@media screen and (max-width:479px) {
	section.tp_box_group .top_title_box_100 .active .homeHead_mainText_wrapper .homeHead_mainText{
		text-align:center;
	}
	section.tp_box_group .top_title_box_100 .active .homeHead_subText_wrapper .homeHead_subText{
		text-align:center;
	}
}

/*---------------------------------------------
 TOP DESIGN SECTION
---------------------------------------------*/
.tp_box_cnt {
	width: 100%;
	padding: 90px 0 0 0;
	background:#fff;
	position: relative;
	background:#fff;
}
.tp_box_cnt ul {
	width:100%;
	margin:0;
	box-sizing: border-box;
	position:relative;
}
.tp_box_cnt ul li {
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	display:block;
}
.tp_box_cnt ul.look li {
	margin:0 0 5vh 0;
	box-sizing: border-box;
}
.tp_box_cnt ul.work li {
	margin:0;
	box-sizing: border-box;
}
.tp_box_cnt ul li img {
	width: 130%;
	max-width: unset;
	height:auto;
}
.tp_box_cnt .detail_box {
	width: 90%;
	margin:0 auto 30px;
}
.tp_box_cnt .detail_box.sub_detail{
	width:40%;
	padding: 5% 5%;
	position:absolute;
	transition: 0.3s;
	box-sizing:border-box;
}
.tp_box_cnt .detail_box.sub_detail:hover {
	transform: translate(7px, 7px);
	box-shadow:none;
}
.tp_box_cnt ul.look .detail_box.sub_detail{
	color:#000;
	bottom:0;
	left: 2%;
	background:#fff;
	box-shadow:7px 7px;
}
.tp_box_cnt ul.work .detail_box.sub_detail{
	color:#000;
	bottom:0;
	right: 10px;
	background:#fff;
	box-shadow:7px 7px;
}
.tp_box_cnt ul.look .detail_box.sub_detail:hover,
.tp_box_cnt ul.work .detail_box.sub_detail:hover {
	box-shadow: none;
}
.tp_box_cnt .detail_box.sub_detail a{
	display:block;
	width:100%;
	height:100%;
}
.tp_box_cnt .detail_box.sub_detail dl{
	padding-bottom:2em;
}
.tp_box_cnt .detail_box.sub_detail dl h6{
	font-family: 'Jost', sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.1em;
}
.tp_box_cnt .detail_box.sub_detail dl p{
	font-size:90%;
}
.tp_box_cnt .detail_box dt {
	position:absolute;
	bottom:10px;
	right:10px;
}
.tp_box_cnt .detail_box dt span.more{
	font-size: 80% !important;
	font-weight:bold;
	font-family: 'Jost', sans-serif;
	float:right;
}
.tp_box_cnt .detail_box dt span.more i{
	margin-left:7px;
}

@media screen and (max-width: 519px) {
	.tp_box_cnt .detail_box.sub_detail{
		padding: 2.5%;
	}
	.tp_box_cnt .detail_box.sub_detail{
		width:45%;
	}
	.tp_box_cnt ul.look .detail_box.sub_detail{
	}
	.tp_box_cnt ul.work .detail_box.sub_detail{
	}
	.tp_box_cnt .detail_box.sub_detail dl h6 {
	}
	.tp_box_cnt .detail_box.sub_detail dl p{
	}
}
@media screen and (min-width: 667px) {
	.tp_box_cnt {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 150px;
	}
	.tp_box_cnt:before,
	.tp_box_cnt:after {
		content:unset;
		display:unset;
	}
	.tp_box_cnt ul {
		width: 48%;
	}
	.tp_box_cnt ul li {
		height: 30vh
	}
	.tp_box_cnt ul li img {
		width: auto;
		height:100%;
	}
	.tp_box_cnt ul.look .detail_box.sub_detail,
	.tp_box_cnt ul.work .detail_box.sub_detail {
		width: 70%;
		padding: 30px;
		transition: 0.3s;
		position: absolute;
		top: auto;
		bottom: -5vh;
		z-index: 5;
		box-sizing:border-box;
	}
}
/*---------------------------------------------
 TOP LINEUP SECTION
---------------------------------------------*/
.tp_box_line {
	width: 100%;
	background:#f5f5f5;
	padding: 150px 0 100px;
}
.tp_box_line .detail_box {
	width: 90%;
	margin: 0px auto 40px auto;
}
.tp_box_line#lineup {
	position: relative;
	margin-bottom: 60px;
}

@media screen and (min-width: 667px) {
	.tp_box_line {
		overflow:hidden;
		padding: 0 0 90px 0;
		position:relative;
		background:linear-gradient(180deg, #fff 0%, #fff 15%,rgba(255,255,255,0.0) 15%, rgba(255,255,255,0.0) 100%),
					linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 40%,#efefef 40%, #efefef 100%);
	}
	.tp_box_line .lineupText {
		width: 27vw;
		font-size: 1.5vw;/* textBoxの基準サイズ デバイス667pxで約10px */
		position: absolute;
		bottom: 12vw;
		left: 6%;
	}
	.tp_box_line .top_title_box_line {
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
		padding-left: 0;
		float: none;
	}
	.tp_box_line#lineup .lineupText .top_title_box_line {
		box-sizing: border-box;
	}
	.tp_box_line .top_title_box_line h2 {
		color: #000;
		font-size: 280%;
		font-family: 'Jost', sans-serif;
		letter-spacing: 0.1em;
		text-align:initial;
		font-weight:bold;
		background-blend-mode: overlay;
		margin-bottom:0.2em;
	}
	.tp_box_line .top_title_box_line h3 {
		color: #000;
		font-size: 1rem;
		font-weight: 700;
		display: block;
		letter-spacing: 0.1em;
		text-align: left;
	}
	.tp_box_line .detail_box{
		width: 100%;
		color: #000000;
		font-size: 110%;
		padding: 0;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 0;
		float: none;
	}
	.tp_box_line#lineup .top_line_btn {
		width: auto;
		margin: 0;
		position: absolute;
		bottom: 4vw;
		left: 6%;
	}
	.tp_box_line#lineup .top_line_btn span {
		font-size: 1.5vw;/* top_line_btnの基準サイズ デバイス667pxで約10px */
		text-align: center;
	}
	#top .tp_box_line#lineup a.animated-button {
		text-decoration: none;
		padding: 7px 5.8vw;
	}
	.tp_box_line#lineup a.animated-button:link,
	.tp_box_line#lineup a.animated-button:visited {
		font-size: 0.8rem;
		margin: 0;
	}
	.tp_box_line .top_line_btn span a i {
		font-size: 140%;
		line-height: 1.3;
		float: right;
	}
}
/* TOP lineupSlider slick */
#lineup #lineupSlider {
	width: 100vw;
	margin: 0;
}
#lineup #lineupSlider .slick-list {
	width: 210vw; /* activeスライドの幅 × 3 */
	left: -55vw;
}
#lineup #lineupSlider .slick-slide {
	width: 70vw; /* activeスライドの幅 */
}
#lineup #lineupSlider .slick-slide div {
	width: 100%;
	height: 400px;
	overflow:hidden;
}
#lineup #lineupSlider .slick-slide div a{
	width:100%;
	height:100%;
	overflow:hidden;
}
#lineup #lineupSlider .slick-slide div a img{
	width:100%;
	height:100%;
	object-fit:cover;
}
#lineup #lineupSlider button.slick-arrow {
	width: 8vw !important;
	height: 8vw !important;
	background: rgba(0,0,0,0.7);
	z-index: 9;
}
#lineup #lineupSlider button.slick-arrow.slick-prev {
	left: 6vw !important;
}
#lineup #lineupSlider button.slick-arrow.slick-next {
	right: 6vw !important;
}
#lineup #lineupSlider button.slick-arrow img {
	height: 50%;
}
#lineup #lineupSlider .slick-dots {
	margin-bottom:-135px;
}
#lineup #customPager {
	width:80%;
	max-width:300px;
	text-align: center;
	margin: -30px auto 0 auto;
	background: rgba(255,255,255,0.9);
	box-shadow:7px 7px;
}
#lineup #customPager .slick-slide div {
	margin: auto;
}
#lineup #customPager .slick-slide a {
	font-weight: 700;
	padding: 20px;
	box-sizing: border-box;
}
#lineup #customPager .slick-slide a em {
	font-size:80%;
	font-weight: 700;
}
#lineup #customPager .slick-slide a span {
	display: block;
}
#lineup #customPager .slick-slide a span.e_name {
	font-family: 'Jost', sans-serif;
	font-size: 150%;
	font-weight:normal;
	 margin:0;
}
#lineup #customPager .slick-slide a span.name em{
	font-size: 10px;
	padding: 0 5px;
	display: table;
	line-height: 17px;
}
#lineup #customPager .slick-slide a span.price em{
	font-size: 100%;
	margin: 8px 0;
}
#lineup #customPager .slick-slide a span.more {
	font-weight: bold;
	font-size: 70%;
	text-align: right;
}
#lineup #customPager .slick-slide a span.more i {
	margin-left: 0.8em;
}
@media screen and (min-width: 667px) {
	#lineup #lineupSlider {
		width: 65.25vw;
		margin-left: 39.75vw;
		position: relative;
	}
	#lineup #lineupSlider.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	#lineup #lineupSlider .slick-list {
		width: 87vw;/*スライド1枚の2倍*/
		height: 43.5vw;/*スライド1枚の幅*/
		box-shadow:-5px 5px 10px #999;
		box-sizing:border-box;
		left: 0;/*スマホのバックマージン打ち消し*/
	}
	#lineup #lineupSlider .slick-track {
		height: 100%
	}
	#lineup #lineupSlider .slick-slide {
		width: 43.5vw;/*スライド1枚の幅*/
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	#lineup #lineupSlider .slick-slide.slick-active {
		background: #000000;
	}
	#lineup #lineupSlider .slick-slide.slick-active.slick-current {
		background: none;
	}
	#lineup #lineupSlider .slick-slide img {
		width: 100%;
		height: auto;
		transition: transform 0.5s linear;
		display: block;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	#lineup #lineupSlider .slick-slide.slick-active img {
		opacity: 0.4;
	}
	#lineup #lineupSlider .slick-slide.slick-active.slick-current img {
		opacity: 1.0;
	}
	#lineup #lineupSlider .slick-slide img:hover {
		transform: scale(1.1);
	}
	/* カスタムpager（textBox） */
	#lineup #customPager {
		width: 40vw;
		height: auto;
		text-align: center;
		background: none;
		box-shadow: none;
		margin: 0;
		position: absolute;
		bottom: 6vw;
		left: 41.5vw;
		transition: 0.3s;
	}
	#lineup #customPager:hover {
		transform: translate(-7px, -7px);
		box-shadow: 7px 7px 0px 0px #0008;
	}
	#lineup #customPager .slick-slide {
		width: 100％;
		height: auto;
		box-sizing: border-box;
	}
	#lineup #customPager .slick-slide div {
		width: 100%;
		height: 100%;
		display: table;
	}
	#lineup #customPager .slick-slide a {
		color: #000;
		font-size: 15px;
		font-weight:bold;
		background: rgba(255,255,255,0.9);
		padding:20px;
		display: table-cell;
		vertical-align: middle;
		text-decoration:none;
		position:relative;
		cursor: pointer;
	}
	#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);
	}
		/* カスタムpagerのフォントstyle aタグ内 100% = 1.5vw デバイス667pxで約10px） */
	#lineup #customPager .slick-slide a em { /* キャッチフレーズ */
		font-size: 12px;
		font-weight:bold;
		display: block;
		line-height:1em;
	}
	#lineup #customPager .slick-slide a span.e_name{ /* 英字商品名 一番大きく */
		font-size: 16.5px;
		line-height:1.25em;
		letter-spacing:0.1em;
		font-family: 'Jost', sans-serif;
		margin: 0.4em 0;
	}
	#lineup #customPager .slick-slide a span.name em { /* 日本語商品名 一番小さく 黒バック */
		font-size: 11px;
		padding: 0px 5px;
		display: table;
		line-height: 19px;
	}
	#lineup #customPager .slick-slide a span.price em { /* 価格 2番目に大きく */
		font-size: 14px;
		line-height: 2em;
		margin: 3px 0;
	}
	#lineup #customPager .slick-slide a span.more { /* moreボタン 小さく */
		display:inline-block;
		font-size: 11px;
		font-family: 'Jost', sans-serif;
		float:right;
	}
		/* ここまでカスタムpagerのフォントstyle */
	#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.slick-active.slick-current a em {
		position: relative;
		animation: fade01 2.0s ease-out 0s 1 normal;
	}
	@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;
	}
	#lineup #customPager .slick-slide.slick-active.slick-current a span {
		position: relative;
		animation: fade02 2.0s ease-out 0s 1 normal;
	}
	@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;
	}
	#lineup #customPager .slick-slide.slick-active.slick-current a span.more {
		position: relative;
		animation: fade02 2.5s ease-out 0s 1 normal;
	}
	/* ここまでカスタムpager */
	/* directionナビ（矢印） */
	#lineup #lineupSlider button.slick-arrow {
		width: 3.2vw !important;
		height: 3.2vw !important;
		background: rgba(0, 0, 0, 0.9);
		opacity: 0.80;
		cursor: pointer;
		margin: 0;
		position: absolute;
		top: 50%;
		z-index: 99;
	}
	#lineup #lineupSlider button.slick-arrow:hover {
		background: rgba(0, 0, 0, 0.6);
		opacity: 1.0;
	}
	#lineup #lineupSlider button.slick-arrow.slick-prev {
		padding-right: 0.2%;
		left: 0.4vw !important;
	}
	#lineup #lineupSlider button.slick-arrow.slick-next {
		padding-left: 0.2%;
		right: 21.6vw !important;
	}
	#lineup #lineupSlider button.slick-arrow img {
		width: 0.96vw;
		height: auto;
	}
	#lineup #lineupSlider .slick-dots {
		width: 40.5vw;/* スライド1枚の幅 */
		display: block !important;
		left: calc(50% - 31vw);
		bottom: -7vw;
	}
}
@media screen and (max-width:855px) {
	#lineup #lineupSlider .slick-dots{
		bottom: 0px;
	}
}
/* /TOP lineupSlider slick */

/*---------------------------------------------
 TOP SHOP SECTION
---------------------------------------------*/
.tp_box_shop {
	width: 100%;
	padding: 90px 0 60px;
	position: relative;
	background-attachment:fixed;
}
.tp_box_shop .top_title_box_shop {
	box-sizing: border-box;
	position: relative;
	width: 91%;
}
.tp_box_shop .top_title_box_shop h2 {
	font-size: 200%;
	color: #333;
	letter-spacing: 0.05em;
	font-weight:normal;
}
.tp_box_shop .top_title_box_shop h2 span em{
	font-weight:bold;
}
.tp_box_shop .top_title_box_shop h3 {
	color: #000;
	display: block;
}
.tp_box_shop ul {
	width:100%;
	margin: 0 0 30px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.tp_box_shop ul li {
	width: 50%;
	list-style: none;
	box-sizing: border-box;
}
.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: 8px;
	left: 5px;
	z-index:3;
	 transform:rotate(-28deg);
}
*/


/* 北欧ヴィレッジ枠 */
/* .tp_box_shop ul li:first-child, */
.tp_box_shop ul li:last-child{
	width: 100%;
	list-style: none;
	box-sizing: border-box;
}
/* 北欧ヴィレッジ枠 終わり*/


.tp_box_shop ul li:nth-child(even) {
	margin:0 0 0 0;
	list-style: none;
	box-sizing: border-box;
}
.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);
	-webkit-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;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
	transform: translateZ(0);
	height: 23vh;
	min-height:200px;
}
.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;
	-webkit-transition: all 0.7s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tp_box_shop ul li .box-image__image .js-fullbg img {
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.tp_box_shop ul li .box-image:hover .js-fullbg {
	transform: scale(1.05);
	-webkit-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;
	-webkit-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 {
	font-size: 22px;
}
.tp_box_shop ul li .box-image__title h3 {
	font-size: 15px !important;
	font-weight: bold;
}
.tp_box_shop ul li .box-image__title .comingSoon {
	position: absolute;
	top: auto;
	transform: translateY(6.5ex);
}
.tp_box_shop ul li .box-image__title .comingSoon span {
	color:rgba(255,255,255,0);
	font-size: 110%;
	font-weight:bold;
	padding:5px;
	letter-spacing: 0.1em;
	-webkit-text-stroke: 1px #fff;
	 text-stroke: 1px #fff;
	 border:1px solid #fff;
}
@media screen and (max-width:374px) {
	.tp_box_shop ul li .box-image__title h3 {
		font-size: 12px !important;
		letter-spacing:0;
	}
}


.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 {
	display: block;
	font-size: 10px;
	font-weight: bold;
}
.tp_box_shop ul li .box-image__title h5 {
	font-size: 10px;
}
.tp_box_shop ul li .box-image__title small.century {
	font-family: 'Jost', sans-serif;
	font-size: 11px;
	/*margin-top:-13ex;*/
	margin: 0;
}
.tp_box_shop ul li .box-image__title small.century span{
	border-bottom:1px solid #fff;
}
.tp_box_shop ul li .box-image__content {
	display:none;
}
.tp_box_shop ul li .box-image__inner {
	vertical-align: middle;
	text-align: center;
	height:100%;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.tp_box_shop ul li .box-image__inner h3{
	width:100%;
	/*margin-bottom:-13ex;*/
}
.tp_box_shop ul li .box-image__caption {
	margin: 0 auto 12px;
	line-height: 2.1;
	padding: 0 10px;
	margin-top: 9vh;
	box-sizing: border-box;
}
.tp_box_shop ul li .box-image__caption span {
	color: #000;
	font-size:13px;
	font-weight:bold;
	background: #fff;
	padding: 10px 20px;
}
.tp_box_shop .detail_box{
    width: 90%;
    margin: 0 auto;
}
.top_shop_btn {
	 width: 90%;
    margin: 0 auto;
}
@media screen and (min-width:667px) {
	.tp_box_shop {
		padding:70px 0;
	}
	.tp_box_shop .detail_box{
    	width: 50%;
    	margin: 0 0 0 10px;
    	float: left;
	}
	.top_shop_btn {
		width: 30%;
		min-width:320px;
    	margin: 0;
    	float: right;
    }
}
/*---------------------------------------------
 TOP NEWS SECTION
---------------------------------------------*/
.tp_box_news {
	width: 100%;
	padding: 90px 0 60px;
	background:linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 40%, #f5f5f5 40%, #f5f5f5 100%);
}
.tp_box_news .news_box {
	width: 100%;
	padding: 0 2%;
	margin: 0;
	box-sizing: border-box;
}
.tp_box_news .news_box li {
	width: 100%;
	list-style: none;
	display: block;
	background:#fff;
	margin-bottom: 7px;
}
.tp_box_news .news_box li a {
	width: 100%;
	text-decoration: none;
}
.tp_box_news .news_box li dl {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.tp_box_news .news_box li dl dt{
	width: calc(100% -110px);
	font-size: 85%;
	font-weight:bold;
	position: absolute;
	top: 0.7em;
	left: calc(100px + 10px);
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding-left: 10px;
}
.tp_box_news .news_box li dl dt span.cat {
	font-family: 'Jost', sans-serif;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 0;
	margin-right: 1em;
	line-height:1.2em;
	border-bottom:1px solid
}
.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 {
	margin-left: 5px;
	color: #b35d3b;
	font-weight: bold;
}
.tp_box_news .news_box li dl dd.icon {
	width:100px;
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.tp_box_news .news_box li dl dd.icon img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.tp_box_news .news_box li dl dd.title {
	width:calc(100% - 110px);
	font-weight: bold;
	padding:0 2%;
	margin: 3em 0 1em;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	box-sizing: border-box;
	align-items:center;
	display:flex;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/*スクロールバーの横幅指定*/
.tp_box_news .news_box::-webkit-scrollbar {
	width: 7px;
}
/*スクロールバーの背景色・角丸指定*/
.tp_box_news .news_box::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.tp_box_news .news_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background:#333;
}
@media screen and (min-width:668px) {
	.tp_box_news{
		padding:70px 0;
		position:relative;
	}
	.tp_box_news .top_title_box_100{
		width:25%;
		float:left;
		margin-left: 10px;
	}
	.tp_box_news .news_box {
		width: 70%;
		padding: 0;
		margin: 0;
		display:inline-block;
	}
	.tp_box_news .news_box li {
		height:100px;
		margin-bottom:10px;
	}
	.tp_box_news .news_box li dl dd.icon {
		min-height:unset;
	}
	.tp_box_news .news_box li dl dd.title {
		font-size:100%;
		margin-inline-start: 0px;
	}
	.tp_box_news .btn {
		position:absolute;
		float:left;
		top:5em;
		margin-left:10px;
		box-sizing:border-box;
	}
	#top .tp_box_news .btn a {
		padding: 7px 30px;
	}
}
@media screen and (max-width:667px) {
	.tp_box_news .news_box li dl dd.title {
		font-size:85%;
	}
}
/*---------------------------------------------
 TOP TOPICS SECTION
---------------------------------------------*/
.tp_box_topics {
	background:url("/img/top/tp_bg.webp")no-repeat center center;
	padding:50px 0;
	position:relative;
}
.tp_box_topics::before {
	content:"";
	background:#000a;
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	 mix-blend-mode: overlay;
}
.tp_box_topics .homeHead_center {
	color: #ffffff;
}
.tp_box_topics .homeHead_center .homeHead_mainText_wrapper,
.tp_box_topics .homeHead_center .homeHead_subText_wrapper {
	margin: 0;
}
.tp_box_topics ul{
	margin:0 auto;
	padding:0 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tp_box_topics ul li{
	width:48%;
	background:#fff;
	padding-bottom: 50.52px;
	margin-bottom:20px;
	list-style:none;
	box-sizing:border-box;
	position: relative;
}
.tp_box_topics ul li img{
	width:100%;
}
.tp_box_topics ul li dt{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
}
.tp_box_topics ul li dt img{
	width:100%;
	height:auto;
}
.tp_box_topics ul li dd{
	width:90%;
	margin:10px auto;
	box-sizing:border-box;
}
.tp_box_topics ul li dd h4{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0;
}
.tp_box_topics ul li dd h4 em{
	color:#fff;
	font-size:65%;
	font-weight:bold;
	background:#000000;
	margin:0 0.2em;
	padding:2px 2px;;
	vertical-align:0.1em;
	position:initial;
	display: inline;
}
.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 em {
    width: 100%;
	height: 50.52px;
	overflow:hidden;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    padding: 7px 10px;
    display: table;
    border-top: 1px dotted #ccc;
    position: absolute;
    bottom: 0;
    box-sizing:border-box;
}
.tp_box_topics ul li em span {
	width: 94%;
	display: table-cell;
	vertical-align: middle;
}
.tp_box_topics ul li em i {
    font-size: 150%;
    color: #8e451c;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
@media screen and (min-width:667px) and ( max-width:959px) {
	.tp_box_topics {
		padding:70px 0;
	}
	.tp_box_topics ul li{
		width:24.2%;
	}
	.tp_box_topics ul li dd h4{
		font-size:85%;
	}
	.tp_box_topics ul li em span {
		font-size:70%;
	}
}

/*  TOP use semi SECTION  */
.tp_box_use_sem {
	width: 100%;
}
.tp_box_use_sem ul {
	margin: 0 auto;
}
.tp_box_use_sem ul li {
	list-style: none;
}
.tp_box_use_sem .useful {
	box-sizing: border-box;
	padding: 90px 0 60px;
}
.tp_box_use_sem .useful ul {
	width:90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.tp_box_use_sem .useful ul li {
	width: 100%;
	margin: 5px auto;
	box-sizing: border-box;
	border-bottom:1px solid #ccc;
}
.tp_box_use_sem ul li.useful ul li dl{
	width:100%;
	display:flex;
	align-items:center;
	padding:0.5em 5% 0.5em 2%;
}
.tp_box_use_sem ul li.useful ul li dl dt{
	width:30px;
	margin-right:20px;
}
.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:105%;
	font-weight:bold;
}
.tp_box_use_sem .seminer {
	background: #eee;
	padding: 90px 0 60px;
	box-sizing: border-box;
	overflow: hidden;
}
.tp_box_use_sem .seminer ul {
	width: 95%;
}
.tp_box_use_sem .seminer ul li {
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	clear:both;
	border-bottom: 1px dotted #cccccc;
}
.tp_box_use_sem .seminer ul li dl {
	display: flex;
	align-items: center;
}
.tp_box_use_sem .seminer ul li dt {
	width: 20%;
	height: 60px;
	margin-right: 5%;
	overflow: hidden;
}
.tp_box_use_sem .seminer ul li dt img {
	width: 100%;
	height: auto;
}
.tp_box_use_sem .seminer ul li dd {
	font-size: 120%;
	width: 75%;
	font-weight: bold;
	padding: 0 0;
	float: left;
}
.tp_box_use_sem .seminer ul li dd span {
	font-size: 80%;
	width: 100%;
	font-weight: normal;
	display: block;
}
@media screen and (min-width:667px) {
	.tp_box_use_sem {
		background:linear-gradient(90deg, #fff 0%, #fff 50%, #eee 50%, #eee 100%);
	}
	.tp_box_use_sem ul {
		display:flex;
	}
	.tp_box_use_sem .useful{
		width:50%;
		padding:70px 0;
	}
	.tp_box_use_sem .seminer{
		width:50%;
		padding:70px 0;
	}
	.tp_box_use_sem .seminer ul {
		width: 90%;
		display:list-item;
	}
	.tp_box_use_sem .seminer ul li {
		width: 100%;
		margin: 2px auto;
		box-sizing: border-box;
		border-bottom:1px solid #ccc;
	}
	.tp_box_use_sem .seminer ul li a{
		text-decoration:none;
	}
	.tp_box_use_sem .seminer ul li dl{
		display:flex;
		align-items:center;
	}
	.tp_box_use_sem .seminer ul li dl dt{
		width:25%;
	}
	.tp_box_use_sem .seminer ul li dl dt img{
		border:1px solid #000;
		box-sizing:border-box;
	}
	.tp_box_use_sem .seminer ul li dl dd{
		font-size:110%;
		font-weight:bold;
	}
	.tp_box_use_sem .seminer ul li dl dd span{
		font-size:75%;
	}
	.tp_box_use_sem .seminer ul li dl dd span::after {
		content: "\A" ;
		white-space: pre ;
	}
}

/*  TOP BLOG SECTION  */

.tp_box_blog {
	padding: 70px 0 30px;
	background: #f0f5f5;
}
.tp_box_blog ol .top_title_box_100 h2{
}
.tp_box_blog ol .top_title_box_100 h2 em{
	margin:0 0 0 0.3em;
}

.tabs{
	width:100%;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}
.tabs #blogCarousel{
	width:100%;
	margin:auto;
	-webkit-overflow-scrolling: touch;
	padding:0px 0;
}
.tabs #blogCarousel .slick-slide{
}
.tabs #blogCarousel .blog_cate{
	display:inline-block;
	position:relative;
	left:10px;
}
.tabs #blogCarousel .blog_cate ol{
	background:#fff;
	margin: 15px;
	padding:80px 30px 30px;
	box-shadow:10px 10px 10px #cddbdb;
	box-sizing: border-box;
	width:550px;
}
.tabs #blogCarousel .blog_cate ol > .title{
	position:absolute;
	top:0px;
	left:45px;
}
.tabs #blogCarousel .blog_cate ol > .title h5{
  font-size: 12px;
	font-weight:bold;
}
.tabs #blogCarousel .blog_cate ol > .title h5 span{
  font-size: 12px;
}
.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{
	padding-bottom: 7px;
	margin-bottom: 7px;
	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 #8392aa;
}
.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: 40%;
	color: #fff;
	vertical-align:middle;
	padding:0 5px;
	background:#E91E63;
	border-radius:20px;
}
.tabs #blogCarousel .blog_cate ol .btn{
	text-align:center;
	margin:30px auto 15px;
}
.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;
}


@media screen and (max-width:667px) {
	.tabs #blogCarousel .blog_cate ol{
		width:450px;
		padding:80px 30px 30px;
	}
	.tabs #blogCarousel .blog_cate{
		display:inline-block;
		position:relative;
		left:0px;
	}
}

@media screen and (max-width:520px) {
	.tabs #blogCarousel .blog_cate ol{
		width:360px;
		padding:80px 20px 10px;
	}
}

/*  TOP GROUP SECTION  */
.tp_box_group{
	width: 100%;
	color:#fff;
	padding: 90px 0 0;
	background:#101010;
}
.tp_box_group .top_title_box_100{
	width: 90%;
	max-width:250px;
	margin: 0 auto 50px;
	position: relative;
	color: #fff;
}
.tp_box_group ul {
	display:flex;
	padding: 0 20px;
	box-sizing: border-box;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:550px;
	margin:auto;
}
.tp_box_group ul li{
	width: 48%;
	list-style:none;
	box-sizing:border-box;
	margin-bottom:40px;
}
.tp_box_group ul li:nth-child(3n){
	margin: 0 0 40px 0;
}
.tp_box_group ul li dl{
	color:#fff;
}
.tp_box_group ul li dl dt{
	height:200px;;
	position:relative;
	overflow:hidden;
}
.tp_box_group ul li dl dt img{
	width:60%;
	height: auto;
}
.tp_box_group ul li dl dt img.image{
	width:100%;
	height:100%;
	object-fit:cover;
}
.tp_box_group ul li dl dt img.rogo{
	position:
	absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-width:120px;
	box-sizing:border-box
}
.tp_box_group ul li:nth-child(1) dl dt img.rogo{
	background:#fff280;
	padding:20px;
}
.tp_box_group ul li:nth-child(2) dl dt img.rogo{
	background:#17506b;
	padding:20px;
}
.tp_box_group ul li:nth-child(3) dl dt img.rogo{
	background:#fff;
	padding:20px;
}
.tp_box_group ul li:nth-child(4) dl dt img.rogo{
	background:#000;
	padding:10px;
}
.tp_box_group ul li dl dd {
	color:#fff;
	margin:auto;
}
.tp_box_group ul li dl dd h5 {
	font-size: 110%;
	font-weight: 700;
	text-align:center;
	margin: 10px 0 0.2em;
}
.tp_box_group ul li dl dd p {
	font-size: 12px;
}
@media screen and (max-width:768px) {
	.tp_box_group ul li dl dt{
		height:150px;;
	}
}
@media screen and (max-width:599px) {
	.tp_box_group ul{
		justify-content:space-between;
	}
	.tp_box_group ul li{
		width: 48%;
		margin: 0 0 40px 0;
	}
}

@media screen and (max-width:375px) {
	.tp_box_group .top_title_box_100 {
	    margin-bottom: 20px;
	}

}

/*  TOP SNS SECTION  */
.tp_box_sns {
	width: 100%;
	display:flex;
	justify-content:space-between;
}
.tp_box_sns .sdgs_box{
	width:50%;
	transition: 0.3s;
	background:#fff;
}
.tp_box_sns .sdgs_box ul{
	position:relative;
}
.tp_box_sns .sdgs_box ul li{
	width: 90%;
	padding:30px 0;
	margin: 0 auto;
}
.tp_box_sns .sdgs_box ul a:hover{
	text-decoration:none;
}
.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:40%;
	min-width:250px;
	margin:0 auto 10px auto;
	text-align: center;
}
.tp_box_sns .sdgs_box ul li dt img{
	width:100%;
	margin-bottom:10px;
	max-width: 200px;
}
.tp_box_sns .sdgs_box ul li dd{
	font-weight:bold;
	text-align:center;
}
.tp_box_sns .line_box {
	width:50%;
	background: #00b900;
	text-align:center;
}
.tp_box_sns .line_box .manga {
    text-align: center;
    margin-left: 0;
}
.tp_box_sns .line_box .flex{
	width:80%;
	padding:30px 0;
	margin:auto;
	max-width:450px;
	text-align: center;
}
.tp_box_sns .line_box .flex a{
	text-decoration:none;
}
.tp_box_sns .line_box .right_box {
    max-width: 290px;
    margin-left: 10px;
}
.tp_box_sns .line_box .right_box img {
    max-width: 100%;
}
.tp_box_sns .line_box .flex .left_box{
	width: 100%;
}
.tp_box_sns .line_box .flex .left_box h5 {
    display: none;
}
.tp_box_sns .line_box .flex .left_box p{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-top: 10px;
}
.tp_box_sns .line_box .left_box img {
    max-width: 150px;
    width: 100%;
}
.tp_box_sns .sns_box{
	width:100%;
	height:150px;
	position:relative;
	box-sizing:border-box;
	display:block;
	background:#fcfcfc;
}
.tp_box_sns .sns_box ul{
	width:60%;
	max-width:300px;
	height:50px;
	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: 50px;
	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:first-of-type {
}
.tp_box_sns .sns_box ul li:last-of-type {
	margin-right: 0;
	border-right: none;
}

@media screen and (max-width:599px) {
	.tp_box_sns {
		width: 100%;
		display:block;
		justify-content:unset;
	}
	.tp_box_sns .sdgs_box{
		width:100%;
	}
	.tp_box_sns .line_box {
		width:100%;
	}
}
