/* ---------------------------------------------------------------
start Top CSS
--------------------------------------------------------------- */

/* --------------- common --------------- */

.mds_top1 {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
}

.btn_top1 {
	width: 100%;
	max-width: 194px;
	height: 48px;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	border: solid 2px #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}

/* --------------- top --------------- */

.col_topmainimg {
	width: 100%;
	height: calc(100vh - 100px);
	min-height: 620px;
	margin: 0 0 30px;
}

.slide_topmain {
	width: 100%;
	height: calc(100% - 84px);
	min-height: 520px;
	color: #fff;
	line-height: 1.2;
}

.slide_topmain .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide_topmain .swiper-pagination {
	bottom: 15px !important;
}

.slide_topmain .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.slide_topmain .swiper-pagination-bullet-active {
	background: #e6a300;
}

.lead_mainimg {
	margin: 0 auto 5px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-align: center;
	display: block;
}

.catch_mainimg {
	margin: 0 auto;
	font-size: 95px;
	font-weight: 700;
	line-height: 0.85;
	text-align: center;
	display: block;
}

.slide1 .catch_mainimg {
	margin-bottom: 22px;
}

.slide2 .catch_mainimg {
	margin-bottom: 28px;
}

.slide3 .catch_mainimg {
	margin-bottom: 28px;
}

.slide4 .catch_mainimg {
	margin-bottom: 22px;
}

.bg_mainimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.cont_topnews {
	width: 100%;
	height: 84px;
	background-color: #e6d3b5;
}

.inner_topnews {
	width: 94%;
	max-width: 1250px;
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.inner_topnews h2 {
	width: 110px;
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	flex-shrink: 0;
}

.list_topnews {
	width: calc(100% - 110px);
	height: 100%;
	margin: 0;
	padding: 0;
}

.list_topnews dl {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.list_topnews dt {
	width: 105px;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.list_topnews dd {
	width: calc(100% - 105px);
	margin: 0;
	padding: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_topnews dd a {
	color: #404040;
	text-decoration: underline;
}

.col_topservice {
	margin: 0;
	padding: 0;
}

.bg_topservice {
	height: 32vw;
	min-height: 385px;
	margin: 0 0 16px;
	padding: 0;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	transition: opacity .3s;
}

.about.bg_topservice {
	background-image: url(../img/top/bg_topabout.jpg);
}

.tec.bg_topservice {
	background-image: url(../img/top/bg_toptec.jpg);
}

.scene.bg_topservice {
	background-image: url(../img/top/bg_topscene.jpg);
}

.box_topservice {
	width: 42%;
	height: 100%;
	margin: 0;
	padding: 0 25px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bg_topservice:nth-of-type(odd) .box_topservice {
	margin-left: auto;
}

.about .box_topservice {
	background-color: rgba(243,176,0,0.9);
}

.tec .box_topservice {
	background-color: rgba(151,198,25,0.9);
}

.scene .box_topservice {
	background-color: rgba(73,170,224,0.9);
}

.mds_topservice {
	margin: 0 0 20px;
	padding: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.lead_topservice {
	margin: 0 0 35px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}

.col_topitems {
	width: 100%;
	margin: 0;
	padding: 75px 0 120px;
}

.inner_topitems {
	width: 96%;
	max-width: 1180px;
	margin: 0 auto;
}

.link_topitems {
	width: 23.4%;
	margin: 0 0.8% 2% 0.8%;
	padding: 20px;
	color: #404040;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #accc34;
	border-radius: 10px;
	display: block;
	transition: all .3s cubic-bezier(0,0,.5,1);
	position: relative;
	z-index: 0;
}

.link_topitems:nth-of-type(4n) {
	margin-right: 0;
}

.link_topitems .thumb {
	width: 100%;
	height: 196px;
	margin-bottom: 16px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.link_topitems .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.link_topitems .category {
	margin: 0 0 6px;
	padding: 0 0 10px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	z-index: 0;
}

.link_topitems .category::after {
	content: "";
	width: 15px;
	height: 4px;
	background-color: #404040;
	position: absolute;
	left: 0;
	bottom: 0;
}

.link_topitems .title {
	margin: 0 0 8px;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.link_topitems .price {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.link_topitems time {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.btn_top1.items {
	margin-top: 30px;
	color: #404040;
	border-color: #404040;
}

.txt_noitems {
	width: 100%;
	padding: 100px 5%;
	text-align: center;
}

.col_toporiginal {
	width: 94%;
	max-width: 1048px;
	margin: 0 auto;
	padding: 52px 0;
	color: #404040;
	text-decoration: none;
	border: solid 2px #404040;
	border-radius: 15px;
	display: flex;
	align-items: center;
	transition: all .3s;
}

.mds_toporiginal {
	width: 280px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 40px;
	line-height: 1;
	text-align: center;
}

.txt_toporiginal {
	width: calc(100% - 280px);
	padding: 8px 30px 8px 48px;
	border-left: solid 1px #404040;
	display: flex;
	align-items: center;
}

.txt_toporiginal p {
	margin: 0;
	padding: 0 16px 0 0;
	line-height: 1.95;
}

.txt_toporiginal .viewmore {
	width: 122px;
	height: 122px;
	font-size: 14px;
	line-height: 1.3;
	color: #404040;
	text-align: center;
	text-decoration: none;
	border: solid 2px #404040;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: .2s;
}

.txt_toporiginal .viewmore .arrow {
	width: 42px;
	height: 6px;
	margin: 6px 0 0 -1px;
	padding: 0;
	border-right: solid 2px #404040;
	border-bottom: solid 1px #404040;
	transform: skewX(45deg);
	display: block;
}

.col_topnews {
	width: 94%;
	max-width: 828px;
	margin: 0 auto;
	padding: 80px 0 125px;
}

.group_topnews {
	margin: 0;
	padding: 0;
}

.article_topnews {
	width: 100%;
	padding: 26px 16px;
	border-bottom: dotted 1px #404040;
	display: flex;
	align-items: flex-start;
}

.article_topnews time {
	width: 105px;
	margin-top: 2px;
	line-height: 1.2;
	flex-shrink: 0;
}

.article_topnews .tag {
	width: 98px;
	margin: 2px 25px 0 0;
	padding: 3px 4px 3px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-radius: 4px;
	flex-shrink: 0;
}

.article_topnews .tag.info {
	background-color: #49aae0;
}

.article_topnews .tag.event {
	background-color: #accc34;
}

.article_topnews .tag.products {
	background-color: #f4b100;
}

.article_topnews .txt {
	padding: 0 30px 0 0;
	color: #404040;
	text-decoration: none;
}

.article_topnews:first-of-type {
	border-top: dotted 1px #404040;
}

.article_topnews:last-of-type {
	border-bottom: none;
}

.btn_top1.news {
	margin-top: 35px;
	color: #404040;
	border-color: #404040;
}



/* ---------------------------------------------------------------
	start min 1251px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 1251px ) {

	.mds_topservice {
		font-size: 3.2vw;
	}

	.lead_topservice {
		font-size: 2vw;
	}


}

/* ---------------------------------------------------------------
	end min 1251px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {
	
/* --------------- top --------------- */
	
	.link_topitems {
		width: 31.333%;
		margin: 0 1% 2%;
		padding: 2%;
	}

	.link_topitems .thumb {
		height: 21vw;
	}

	.link_topitems .category {
		font-size: 14px;
	}

	.link_topitems .title {
		font-size: 18px;
	}

	.col_toporiginal {
		padding: 30px 0;
	}

	.mds_toporiginal {
		width: 230px;
		padding-left: 0;
		font-size: 32px;
	}
	
	.txt_toporiginal {
		width: calc(100% - 230px);
		padding-left: 35px;
	}

	.txt_toporiginal .sp_none {
		display: none;
	}

	.txt_toporiginal p {
		padding-right: 30px;
	}







}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {
	
	.col_topmainimg {
		height: calc(100vh - 64px);
		margin-bottom: 20px;
	}

	.box_topservice {
		width: 48%;
	}

	.link_topitems .category {
		font-size: 13px;
	}

	.link_topitems .title {
		font-size: 15px;
	}

	.col_toporiginal {
		padding: 35px 30px 40px;
		display: block;
	}

	.mds_toporiginal {
		width: 100%;
		padding-bottom: 20px;
	}

	.txt_toporiginal {
		width: 100%;
		padding: 15px 0 0 0;
		border-left: none;
		border-top: solid 1px #404040;
		display: block;
	}

	.txt_toporiginal p {
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}

	.txt_toporiginal span.iblock_sp { display: inline-block; }

	.txt_toporiginal .viewmore {
		width: 100%;
		max-width: 194px;
		height: 48px;
		margin: 0 auto;
		color: #404040;
		text-decoration: none;
		border: solid 2px #404040;
		border-radius: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: .2s;
	}

	.txt_toporiginal .viewmore br,
	.txt_toporiginal .viewmore .arrow {
		display: none;
	}

	.article_topnews .txt {
		padding-right: 0;
	}

}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	
	.btn_top1:hover {
		color: #404040;
		background-color: #ffffff;
	}

	.swiper-slide.slide1 .btn_top1:hover {
		color: #f26168;
	}

	.swiper-slide.slide2 .btn_top1:hover {
		color: #6da710;
	}

	.swiper-slide.slide3 .btn_top1:hover {
		color: #0066b7;
	}

	.swiper-slide.slide4 .btn_top1:hover {
		color: #e14b02;
	}
	
	.list_topnews dd a:hover {
		text-decoration: none;
	}

	a.bg_topservice:hover:hover { opacity: 0.8; }

	.about.bg_topservice:hover .btn_top1 {
		color: rgba(243,176,0,1);
		background-color: #fff;
	}

	.tec.bg_topservice:hover .btn_top1 {
		color: rgba(151,198,25,1);
		background-color: #fff;
	}

	.scene.bg_topservice:hover .btn_top1 {
		color: rgba(73,170,224,1);
		background-color: #fff;
	}

	.link_topitems:hover {
		box-shadow: 2px 4px 16px rgb(0 0 0 / 30%);
		transform: scale3d(1.04,1.04,1.04);
	}
	
	.btn_top1.items:hover {
		color: #fff;
		background-color: #404040;
	}

	.link_topitems::before {
		content: "";
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background: linear-gradient(180deg, #accc34 50%, #fff 50% );
		background-size: 100% 210%;
		background-position: left bottom 0%;
		border-radius: 8px;
		transition: .5s;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.link_topitems:hover::before {
		background-position: left bottom 100%;
	}
	
	.link_topitems::after {
		content: "";
		width: calc( 100% - 4px );
		height: calc( 100% - 4px );
		margin: 0;
		padding: 0;
		background-color: #fff;
		border-radius: 9px;
		transition: .5s;
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: -1;
	}

	.col_toporiginal:hover {
		box-shadow: 2px 4px 16px rgba(0,0,0,0.2);
	}

	.col_toporiginal:hover .viewmore {
		color: #fff;
		background-color: #404040;
	}
	
	.col_toporiginal:hover .arrow {
		border-right-color: #fff;
		border-bottom-color: #fff;
	}
	
	.article_topnews .txt:hover {
		text-decoration: underline;
	}
	
	.btn_top1.news:hover {
		color: #fff;
		background-color: #404040;
	}


}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {
	
	.mds_top1 {
		margin-bottom: 20px;
		font-size: 30px;	
	}

	.btn_top1 {
		max-width: 172px;
	}

	.col_topmainimg {
		height: auto;
	}

	.slide_topmain {
		height: calc(100vh - 64px);
	}

	.slide_topmain .swiper-slide {
		background-size: cover;
		background-position: center center;
	}

	.slide_topmain .swiper-slide.slide1 {
		background-image: url(../img/top/sp/mainimg1.jpg);
	}

	.slide_topmain .swiper-slide.slide2 {
		background-image: url(../img/top/sp/mainimg2.jpg);
	}

	.slide_topmain .swiper-slide.slide3 {
		background-image: url(../img/top/sp/mainimg3.jpg);
	}

	.slide_topmain .swiper-slide.slide4 {
		background-image: url(../img/top/sp/mainimg4.jpg);
	}

	.lead_mainimg {
		margin-bottom: 1.5vw;
		font-size: 4.5vw;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}

	.catch_mainimg {
		font-size: 16vw;
		line-height: 0.9;
	}

	.slide1 .catch_mainimg,
	.slide2 .catch_mainimg,
	.slide3 .catch_mainimg,
	.slide4 .catch_mainimg {
		margin-bottom: 4vw;
	}

	.col_topmainimg .btn_top1 {
		max-width: 40vw;
		height: 10vw;
		font-size: 3vw;
	}

	.bg_mainimg {
		display: none
	}

	.cont_topnews {
		height: 7.5em;
	}

	.inner_topnews {
		width: 90%;
		padding: 16px 0;
		align-items: flex-start;
	}

	.inner_topnews h2 {
		width: 85px;
		font-size: 24px;
	}

	.list_topnews {
		width: calc(100% - 85px);
		line-height: 1.7;
	}

	.list_topnews dl {
		display: block;
	}

	.list_topnews dt {
		width: auto;
	}

	.list_topnews dd {
		width: auto;
		text-overflow: initial;
		white-space: initial;
	}

	.bg_topservice {
		height: 70vw;
		min-height: auto;
		margin-bottom: 36vw;
		padding-top: 0;
	}

	.about.bg_topservice {
		background-image: url(../img/top/sp/bg_topabout.jpg);
	}
	
	.tec.bg_topservice {
		background-image: url(../img/top/sp/bg_toptec.jpg);
	}
	
	.scene.bg_topservice {
		background-image: url(../img/top/sp/bg_topscene.jpg);
	}

	.box_topservice {
		width: 75%;
		height: 62vw;
		padding: 20px 20px;
		position: relative;
		bottom: -37vw;
	}

	.mds_topservice {
		margin-bottom: 0.5vw;
		font-size: 8.5vw;
	}

	.lead_topservice {
		margin-bottom: 3vw;
		font-size: 5vw;
	}

	.lead_topservice .iblock {
		display: block;
	}

	.col_topitems {
		padding: 30px 0 60px;
	}

	.link_topitems {
		width: 47%;
		margin: 0 1.5% 3%;
		padding: 2.5%;
	}

	.link_topitems .thumb {
		height: 34vw;
	}

	.link_topitems .category::after {
		height: 3px;
	}

	.link_topitems .title {
		font-size: 15px;
	}

	.col_toporiginal {
		width: 90%;
		padding: 30px 20px 40px;
		border-radius: 10px;
	}

	.mds_toporiginal {
		font-size: 30px;
	}

	.txt_toporiginal .viewmore {
		max-width: 172px;
	}

	.col_topnews {
		padding: 80px 0 70px;
	}

	.article_topnews {
		padding: 16px 10px;
		display: block;
	}

	.article_topnews:last-of-type {
		border-bottom: dotted 1px #404040;
	}

	.article_topnews time {
		width: auto;
		margin: 0;
	}

	.article_topnews .tag {
		margin: 4px 0 4px;
	}

	.btn_top1.news {
		margin-top: 40px;
	}

}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.lead_mainimg {
		margin-bottom: 0.5vw;
		font-size: 4.6vw;
	}

	.catch_mainimg {
		font-size: 15vw;
	}

	.col_topmainimg .btn_top1 {
		max-width: 44vw;
		height: 11vw;
		font-size: 3.8vw;
	}

	.cont_topnews {
		height: 9.5em;
	}

	.list_topnews dd {
		height: calc( 100% - 2.2em );
		overflow: hidden;
	}

	.link_topitems {
		padding: 3%;
	}

	.link_topitems .title {
		font-size: 14px;
	}




}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */

