@charset "UTF-8";

/* ===================================
	File Name   : top.css
	Description : Top Page Layout CSS
	
	Update Description :
	[2018/4/16] �V�K�쐬

====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Section [Visual] Setting
	3. Section [News] Setting
	4. Aside [Links] Setting
	5. Aside [Notice] Setting
	6. Section [Outline] Setting
	7. Section [Exhibition] Setting
	8. Section [Banner] Setting
	9. Div [Links] Setting
   10.  [Slider] Setting
	*. Clear Fix
	
====================================== */



/*===== ��1. Individual Redefinition =====*/
body::before { opacity: 0;}

#main_wrapper { margin-bottom: 40px;}

#main_wrapper section,
#main_wrapper aside {
	width: calc(90% - 100px);
	/* max-width: 1366px; */
	margin: 10px 0 40px 30px;
}
.top_menu #main_wrapper section,
.top_menu #main_wrapper aside {
	width: calc(100% - 160px);
}
.top_menu #main_wrapper #top_bnr_othersites {
	position: relative;
    width: 100%;
}
#main_wrapper .two_col {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#main_wrapper .two_col.limit {	
	width: calc(100% - 160px);
	/* max-width: 1366px; */
	margin: 0 0 40px 30px;
}
.top_menu #main_wrapper #top_sliderbnr_upper, 
.top_menu #main_wrapper #top_sliderbnr_lower {
	position: relative;
	width: calc(100% - 50px);
	margin: 0 auto 50px auto;
}
.top_menu #main_wrapper .two_col.limit {	
	width: calc(100% - 150px);
	margin: 0 auto;
}
#main_wrapper .two_col section,
#main_wrapper .two_col aside {
	width: calc(50% - 10px);
	margin: 0;
}
#main_wrapper #top_first .two_col div {
	position: relative;
	width: calc(50% - 40px);
	margin: 0;
	padding: 0 0 20px 0;
}

.two_col:not(.limit) { margin-bottom: 40px;}

#main_wrapper .two_col:not(.limit) section,
#main_wrapper .two_col:not(.limit) aside {
	padding: 20px 30px;
	background: rgba(99,98,98,1);
	color: #fff;
}

#main_wrapper a:not(.button) { text-decoration: none;}

#fixed-container video { position: absolute;}

@media (max-aspect-ratio: 16/9) {
	#fixed-container video {
		height: 100vh;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
	#fixed-container video {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	}
}

@media only screen and (max-width: 750px){
	#main_wrapper section,
	#main_wrapper aside {
		width: auto;
		margin: 0 10px 20px;
	}
	
	#main_wrapper section:last-of-type,
	#main_wrapper aside:last-of-type { margin:  0 10px 10px;}

	#main_wrapper .two_col { flex-direction: column;}
	#main_wrapper .two_col.limit {	
		width: auto;
		max-width 0;
		margin: 0 10px 30px;
	}
	.top_menu #main_wrapper #top_sliderbnr_upper,
	.top_menu #main_wrapper #top_sliderbnr_lower {	
	    width: calc(100% - 20px);
	}
	.top_menu #main_wrapper .two_col.limit {
	    width: calc(100% - 20px);
	    margin: 0 auto;
	}
	#main_wrapper .two_col section,
	#main_wrapper .two_col aside {
		width: auto;
		margin: 0 10px;
	}
	
	#main_wrapper .two_col:not(.limit) { margin: 0;}
	
	#main_wrapper .two_col:not(.limit) section,
	#main_wrapper .two_col:not(.limit) aside {
		margin: 0 0 20px;
		padding: 10px;
	}
	
	#main_wrapper #top_first .two_col div {
		width: 100%;
		margin: 10px auto;
	}
}



/*===== ��2. Section [Visual] Setting =====*/
#visual {
	overflow: hidden;
	position: relative;
	height: calc(100vh - 120px);
	min-height: 550px;
	padding: 0 30px;
	background: url(/img/top/bg-visual.png) no-repeat left -360px bottom;
}
#visual.top_menu {
    height: auto;
    min-height: auto;
	padding: 0;
    background: none;
}
#visual h2 {
	position: absolute;
	bottom: 20px;
	font-weight: bold;
	font-size: 6.0rem;
}
#visual h2 span { font-size: 5.4rem;}
#visual.top_menu #visual-comment {
    position: absolute;
    top: 40px;
    left: 25px;
    bottom: 0px;
    width: 30%;
    height: 40%;
	opacity: 0.7;
}
#visual.top_menu h2 {
    position: relative;
    padding: 25px 10px;
    color: #333;
    /* background-color: #fff; */
    /* border: solid 1px #666; */
    /* border-radius: 10px; */
    font-size: 2.0vw;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 1px rgba(0,0,0,.4);
}

#visual h2 b {
	display: block;
	position: relative;
	height: 30px;
}
#visual h2 b::before,
#visual h2 b::after {
	position: absolute;
	top: 15px;
	width: 50px;
	height: 5px;
	margin-left: 100px;
	background: #333;
	content:'';
}
#visual h2 b::before { transform: rotate(45deg);}
#visual h2 b::after { transform: rotate(135deg);}


#visual h2 em {
	display: block;
	margin-top:  20px;
	font-size: 1.8rem;
}


@media only screen and (max-width: 750px){
	#visual {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: calc(100vh - 50vh);
		min-height: 320px;
		padding: 0 20px;
		background: none;
	}
	#visual.top_menu {
	    min-height: 100px;
	}
	#visual h2 {
		position: relative;
		color: #fff;
		font-size: 10.67vw;
		text-align: center;
		text-shadow: 0 2px 1px rgba(0,0,0,.4);
	}
	#visual.top_menu #visual-comment {
    	position: absolute;
	    top: 35px;
	    left: 15px;
	    width: 40%;
	    height: 30%;
	}
	#visual.top_menu h2 {
		padding: 15px 10px;
	    font-size: 2.6vw;
	    text-align: center;
	    text-shadow: 0 2px 1px rgba(0,0,0,.4);
	}

	#visual h2 b::before,
	#visual h2 b::after {
		left: 50%;
		width: 40px;
		margin: 0;
		background: #fff;
	}
	#visual h2 b::before { transform: translateX(-50%) rotate(45deg); box-shadow: 0 1px 1px rgba(0,0,0,.4);}
	#visual h2 b::after { transform: translateX(-50%) rotate(135deg); box-shadow: 0 -1px 1px rgba(0,0,0,.4);}

	#visual h2 span { font-size: 9.33vw;}

	#visual h2 em {
		font-size: 3.74vw;
		text-align: left;
		letter-spacing: .05em;
	}
}



/*===== ��3. Section [News] Setting =====*/
#main_wrapper #top_first { margin: 30px 0 20px 30px;}
.top_menu #main_wrapper #top_first {
    width: calc(100% - 30px);
	margin: 30px auto 50px;
}

#top_news > div:first-of-type{ margin-bottom: 20px;}

#top_news h4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	background: #ccc;
}
#top_news h4.underline {
	border-bottom: 2px solid #636262;
	background: #fff;
}
#top_news h4.nondeco {
	font-size: 1.8rem;
	margin-bottom: 10px;
	background: #fff;
}

#top_news h4 em {
	display: inline-block;
	margin-left: 5px;
	padding: 2px 10px;
	background: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	font-family: 'Open Sans', sans-serif;
}
#top_news h4.underline em {
    font-style: normal;
}

#top_news h4 a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 10px 0 20px;
	background: #636262;
	color: #fff;
	line-height: 1;
}
#top_news h4 a::before {
	position: absolute;
	top: 50%;
	left: 10px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	transform: translateY(-50%);
	content: '';
}
#top_news h4.underline a {
	background: #fff;
	color: #636262;
}
#top_news h4.underline a::before {
position: absolute;
    top: 50%;
    left: 5px;
    width: 12px;
    height: 12px;
    margin: -2px 0 0;
    border: none;
    border-top: 1px solid #636262;
    border-left: 1px solid #636262;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    content: '';
}

#top_news ul { margin: 0 5px 20px;}
#top_news ul#top_info { margin: 0 10px 0px;}

#top_news li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(99,98,98,1);
}
.top_menu #top_news li {
	border-bottom: 1px solid #BEBEBE;
}
#top_news li:last-child {
	margin: 0;
	border: none;
}
.top_menu #top_news li:last-child {
	margin: 0;
	border-bottom: 1px solid #BEBEBE;
}
#top_news #top_info li:last-child {
	margin-bottom: 5px;
	border-bottom: 1px dotted rgba(99,98,98,1);
}
.top_menu #top_news #top_info li:last-child {
	border-bottom: 1px solid #BEBEBE;
}
#top_news #top_info li a time span{color: #fff;}
#top_news #top_info li a time span.info{background: #545A8E;}

#top_news li a {
	display: block;
	position: relative;
	padding: 5px 0 5px 35px;
	font-weight: 600;
	font-size: 1.4rem;
}
#top_news li a.new::before {
	position: absolute;
	top: 8px;
	left: 0;
	border: 0 solid transparent;
	border-right: 32px solid transparent;
	border-top: 40px solid #c00;
	content: '';
}
#top_news li a::after { display: none;}
#top_news li a.new::after {
	display: block;
	position: absolute;
	top: 8px;
	left: 2px;
	margin-left: 0;
	background: none;
	color: #fff;
	font-weight: normal;
	font-size: 1.0rem;
	font-family: 'Arial Narrow', Arial, Helvetica, "sans-serif";
	content: 'NEW';
}

#top_news li a:hover {
	background: rgba(99,98,98,.25);
	color: inherit;
	text-decoration: none;
	opacity: 1;
}

#top_news li a time {
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
}

#top_news li a time span {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 90px;
	margin-left: 5px;
	padding: 3px 0 2px;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
#top_news li a time span.sanups { background: #b8183f; color:#fff;}
#top_news li a time span.sanace { background: #ddb900; color:#fff;}
#top_news li a time span.sanmotion { background: #395daa; color:#fff;}

#top_news li a p {
	position: relative;
	line-height: 1.4;
}
#top_news.two_col li a p {
	color: #333;
	font-weight: normal;
}
#top_news li a[target="_blank"] p::after {
    margin-left: 5px;
    font-family: 'icon';
    content: "\e900";
}
#top_news li a[href$=".pdf"] p::after {
	position: absolute;
	bottom: 2px;
	width: 16px;
	height: 14px;
	margin-left: 5px;
	background: url(/img/common/ico-pdf.png) no-repeat right center / 16px auto;
	content:'';
}

#top_news > a {
	max-width: 300px;
	margin: 0 auto;
}
#top_news .listpage {
	position: absolute;
	right: 0;
	bottom: 0;
}
#top_news .listpage a {
    background: url(/img/common/arr_03.png) no-repeat left 2px;
    padding-left: 15px;
    margin-top: 10px;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 750px){
	#main_wrapper #top_first { margin: 0px;}

	#main_wrapper #top_first > div { margin: 0 10px;}
	
	#top_news li a:hover {
		background: inherit;
	}
	#top_news .listpage a {
	    background: url(/img/common/arr_03.png) no-repeat left top;
	}
}



/*===== ��4. Aside [Links] Setting=====*/
#links ul {
	position: relative;
	max-width: 450px;
	margin: 0 auto;

}

#links #links_inr {
	width: 406px;
	height: 405px;
	margin: 0 auto 20px;
}

#links #links_inr li {
	overflow: hidden;
	position: absolute;
	top: 28px;
	left: 30px;
	width: 140px;
	height: 140px;
	transform: rotate(45deg);
}
#links #links_inr li:nth-child(1) { left: 30px;}
#links #links_inr li:nth-child(2) { left: 234px;}
#links #links_inr li:nth-child(3) { top: 130px; left: 132px;}
#links #links_inr li:nth-child(4) { top: 232px; left: 30px;}
#links #links_inr li:nth-child(5) { top: 232px; left: 234px;}
#links #links_inr li::after {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 200px;
	height: 200px;
	background: url(/img/top/img-social.jpg) no-repeat center / cover;
	transform: rotate(-45deg);
	content: '';
}
#links #links_inr li:nth-child(1)::after { background-image: url(/img/top/img-social.png);}
#links #links_inr li:nth-child(2)::after { background-image: url(/img/top/img-showroom.png);}
#links #links_inr li:nth-child(3)::after { background-image: url(/img/top/img_catalogs.png);}
#links #links_inr li:nth-child(4)::after { background-image: url(/img/products/img-technical.jpg);}
#links #links_inr li:nth-child(5)::after { background-image: url(/img/top/img_quick_top.jpg);}

#links #links_inr li a {
	display: block;
	position: absolute;
	z-index: 2;
	top: -30px;
	left: -30px;
	width: 200px;
	height: 200px;
	padding-top: 60px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background: url(/img/common/bg-dotted.png);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.3;
	transform: rotate(-45deg);
}

#links #links_inr li a i.arrow {
	position: absolute;
	bottom: 25%;
	left: 45%;
	width: 30px;
	height: 1px;
	background: #fff;
	transition: all .2s ease-out;
}
#links #links_inr li a i.arrow::after {
	position: absolute;
	top: -5px;
	right: 0;
	width: 10px;
	height: 2px;
	background: #fff;
	content:'';
	transform: skewX(50deg) rotate(-80deg);
}

#links #links_inr li a:hover i.arrow {
	right: 20px;
	width: 20px;
	transition: all .2s ease-out;
}

#links #links_inr li a:active i.arrow {
	right: 0px;
	width: 40px;
	opacity: 0;
}
#links #links_inr li a:active i.arrow::after {
	right: -10px;
	opacity: 0;
	transition: all .1s ease-out;
}


@media only screen and (max-width: 750px){
	#main_wrapper #links { margin: 0 0 20px;}
	#links ul {
		position: relative;
		max-width: none;
	}

	#links #links_inr {
		width: auto;
		height: auto;
		margin: 0;
	}

	#links #links_inr li {
		overflow: inherit;
		position: static;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		transform: none;
	}
	#links #links_inr li::after { display: none;}
	#links #links_inr li:nth-child(1) { background: url(/img/top/img-social.png) no-repeat center / cover;}
	#links #links_inr li:nth-child(2) { background: url(/img/top/img-showroom.png) no-repeat center / cover;}
	#links #links_inr li:nth-child(3) { background: url(/img/top/img_catalogs.png) no-repeat center / cover;}
	#links #links_inr li:nth-child(4) { background: url(/img/products/img-technical.jpg) no-repeat center / cover;}
	#links #links_inr li:nth-child(5) { background: url(/img/top/img_quick_top.jpg) no-repeat center / cover;}

	#links #links_inr li a {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		padding: 25px 15px;
		text-align: left;
		transform: none;
	}
	
	#links #links_inr li a i.arrow {
		position: absolute;
		bottom: 50%;
		left: inherit;
		right: 15px;
		background: #fff;
		transition: none;
	}

	#links #links_inr li a:hover i.arrow {
		right: 30px;
		width: 30px;
		transition: none;
	}

	#links #links_inr li a:active i.arrow {
		right: 30px;
		width: 30px;
		opacity: 1;
	}
	#links #links_inr li a:active i.arrow::after {
		right: 0;
		opacity: 1;
		transition: none;
	}
	
	#links #links_bnr {
		margin: 0 20px;
		font-size: 0;
	}
	#links #links_bnr li:not(:last-child) { margin-bottom: 10px;}
}



/*===== ��5. Aside [Notice] Setting =====*/
#main_wrapper #notice {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding: 20px 0;
	border-radius: 5px;
	background: #ebebeb;
}
.top_menu #main_wrapper #notice {
	margin: 0px auto 50px;
}

#notice h3 {
	width: 80px;
	margin: 0 40px;
	line-height: 0;
}

#notice > ul { flex: 1;}

#notice > ul > li:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

#notice li em {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#notice li p { font-size: 1.4rem;}

#notice li a {
	position: relative;
	padding-left: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}
#notice li a::before {
	position: absolute;
	top: 5px;
	left: 0;
	border: 4px solid transparent;
	border-left: 5px solid #636262;
	content: '';
}


@media only screen and (max-width: 750px){
	#main_wrapper #notice {
		margin: 0 0 20px;
		padding: 20px;
		flex-wrap: wrap;
		justify-content: center;
		border-radius: 0;
	}

	#notice h3 { margin: 0 0 20px;}
	
	#notice > ul {
		flex: none;
		width: 100%;
	}
	
	#notice > ul > li:not(:last-child) {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}



/*===== ��6. Section [Outline] Setting =====*/
#main_wrapper .two_col section.outline { padding-bottom: 30px;}
#main_wrapper .two_col #top_corporate { padding-right: 50px;}
#main_wrapper .two_col #top_ir { padding-right: 100px;}

.two_col .outline h3 {
	margin-bottom: 20px;
	text-align: left;
}
.two_col .outline h3 b {
	display: inline-block;
	letter-spacing: .05em;
}

.two_col .outline p { margin-bottom: 20px;}

.two_col .outline ul {
	position: relative;
	padding: 5px 0 5px 15px;
	border-left: 1px solid #8a8989;
}
.two_col .outline ul::after {
	position: absolute;
	left: -4px;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8a8989;
	content:'';
}

.two_col .outline li {
	display: inline-block;
	margin: 0 20px 10px 0;
}

.two_col .outline ul a {
	position: relative;
	padding-left: 10px;
	color: #fff;
	font-size: 1.4rem;
}

.two_col .outline ul a::before {
	position: absolute;
	top: 5px;
	left: 0;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	content: '';
}


@media only screen and (max-width: 750px){
	#main_wrapper .two_col #top_corporate {
		margin-right: 20px;
		padding: 10px 0 0;
	}
	#main_wrapper .two_col #top_ir {
		margin: 0 0 40px 20px;
		padding: 10px 0 0;
	}
	
	.two_col .outline h3 { margin: 0 10px 10px;}

	.two_col .outline h3 b { margin: 0;}

	.two_col .outline p { margin: 0 10px 5px;}
	
	.two_col .outline ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		top: 10px;
		padding: 10px;
		border-left: none;
		background: rgba(51,51,51,.6);
	}
	.two_col #top_corporate ul { left: 10px;}
	.two_col #top_ir ul { right: 10px;}
	
	.two_col .outline ul::after { display: none;}
	
	.two_col .outline li {
		display: flex;
		align-items: center;
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
	.two_col .outline li.except {
		width: 100%;
		margin: 0;
	}

	.two_col .outline ul a {
		display: flex;
		flex: 1;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
		padding: 10px 10px 10px 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: inherit;
		line-height: 1.2;
		border: 1px solid #fff;
	}
	
	.two_col .outline ul a::before {
		top: 50%;
		left: 5px;
		transform: translateY(-50%);
	}
}



/*===== ��7. Section [Exhibition] Setting =====*/
#top_exhibition {
	width: auto;
	max-width: auto;
	margin: 0 auto;
}

#top_exhibition h3 { font-size: 2.0rem;}

#top_exhibition .slider-container {
  visibility: hidden;
  position: relative;
}
#top_exhibition .slider-container.initialized { visibility: visible; }

#top_exhibition .slider { visibility: hidden; }
#top_exhibition .slider.slick-initialized { visibility: visible; }
/*
#top_exhibition .slider { margin: 0 60px 0 10px;}
#top_exhibition .slick-list { margin-right: -60px;}
*/
#top_exhibition .slick-slide { padding: 0 10px 10px;}

#top_exhibition a {
	display: block;
	position: relative;
	box-shadow: 0 5px 8px rgba(0,0,0,0.4);
	border-top: 1px solid #ebebeb;
	background: #fff;
}
#top_exhibition a:hover { color: inherit;}

#top_exhibition a b {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 5px 0 0 5px;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}
#top_exhibition a b::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border: 20px solid transparent;
	border-top: 20px solid #ebebeb;
	border-left: 20px solid #ebebeb;
	content:'';
}

#top_exhibition a time {
	display: block;
	margin-bottom: 20px;
	padding: 5px 5px 0 0;
	color: rbga(99,98,98,1);
	font-size: 1.4rem;
	line-height: 1;
	text-align: right;
}

#top_exhibition a span {
	display: block;
	position: relative;
	width: 90%;
	height: 100px;
	margin: 0 auto 20px;
}

#top_exhibition a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	max-height: 100px;
	transform: translateX(-50%) translateY(-50%);
}

#top_exhibition a p {
	padding: 10px;
	background: rgba(99,98,98,1);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
#top_exhibition a p i {
	color: #fff;
	margin-left: 5px;
}

/*===== ��8. Section [Banner] Setting =====*/
#top_bnr_othersites {
    display: flex;
    margin: 0 auto 70px auto;
    font-size: 0;
    text-align: center;
}
#top_bnr_othersites div {
    position: relative;
    width: 50%;
    overflow: hidden;
}
#top_bnr_othersites p {
    position: absolute;
    color: white;
}
#top_bnr_othersites a img { 
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 2;
	object-fit: cover;
}
/* #top_bnr_othersites a img { 
    transition: all 0.5s ease-in-out;
}
#top_bnr_othersites a:hover img { 
	transform: scale(1.1);
	transform-origin: center center;
} */
#top_bnr_othersites .title_main {
	top: 70PX;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 5.0rem;
	line-height: 1.3;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, .7);
}
#top_bnr_othersites .title_sub {
	top: 120PX;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 2.4rem;
	line-height: 1.3;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, .7);
}

#top_sliderbnr_upper, 
#top_sliderbnr_lower {
	width: auto;
	max-width: auto;
	margin: 0 auto;
}

#top_sliderbnr_upper .slider_container,
#top_sliderbnr_lower .slider_container {
  visibility: hidden;
  position: relative;
}
#top_sliderbnr_upper .slider_container { max-height: 120px; }
#top_sliderbnr_lower .slider_container { max-height: 200px; }
#top_sliderbnr_upper .slider_container.initialized,
#top_sliderbnr_lower .slider_container.initialized {
	visibility: visible;
	width: calc(100% - 120px);
    margin: 0 auto;
}

#top_sliderbnr_upper .slider,
#top_sliderbnr_lower .slider { visibility: hidden; }
#top_sliderbnr_upper .slider.slick-initialized,
#top_sliderbnr_lower .slider.slick-initialized { visibility: visible; }


#top_sliderbnr_upper a, 
#top_sliderbnr_lower a {
	display: block;
	margin: 0px auto;
	padding: 0px;
	position: relative;
    /* overflow: hidden; */
}
#top_sliderbnr_upper a:hover, 
#top_sliderbnr_lower a:hover { color: inherit; }

#top_sliderbnr_upper a p {
	color: #333;
    position: absolute;
    top: 50%;
    left: 30%;
    width: 55%;
    text-align: left;
    -ms-transform: translate(0,-25%);
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
    font-size: 1.7rem;
    line-height: 1.3;
}
#top_sliderbnr_lower a p {
	color: #333;
	position: absolute;
    top: 88%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size: 1.7rem;
    line-height: 1.3;
}
#top_sliderbnr_upper a img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 120px;
    aspect-ratio: 26 / 9;
	object-fit: fill;
	margin: 0 auto;
    transition: all 0.5s ease-in-out;
}
/* #top_sliderbnr_upper a:hover img { 
	transform: scale(1.05);
	transform-origin: center center;
} */
#top_sliderbnr_lower a img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 200px;
    aspect-ratio: 1 / 1;
	object-fit: fill;
	margin: 0 auto;
    transition: all 0.5s ease-in-out;
}
/* #top_sliderbnr_lower a:hover img { 
	transform: scale(1.2);
	transform-origin: center center;
} */

/* Arrows */
.top_banner .slick-prev,
.top_banner .slick-next {
    display: block;
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 0%;
    background: transparent;
    color: transparent;
    z-index: 1;
}

.top_banner .slick-prev {
    left: -40px;
    right: auto;
}
.top_banner .slick-next {
    left: auto;
    right: -40px;
}
.top_banner .slick-prev:before,
.top_banner .slick-next:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    content: '';
}
.top_banner .slick-prev:before { transform: rotate(-135deg);}
.top_banner .slick-next:after { transform: rotate(45deg); }

.top_banner .slick-prev:hover,
.top_banner .slick-next:hover { opacity: .7;}

@media only screen and (max-width: 1280px){
	#top_bnr_othersites .title_main {
		top: 40PX;
		font-size: 3.6rem;
	}
	#top_bnr_othersites .title_sub {
		top: 72px;
		font-size: 2.0rem;
	}
}

@media only screen and (max-width: 899px){
	/* Arrows */
	.top_banner .slick-prev,
	.top_banner .slick-next {
	    width: 20px;
	    height: 20px;
	}
	.top_banner .slick-prev:before,
	.top_banner .slick-next:after {
	    width: 20px;
	    height: 20px
	}
}
@media only screen and (max-width: 750px){
	#top_bnr_othersites {
	    display: block;
        margin: 0 auto 70px auto;
	}
	#top_bnr_othersites div {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	}
	#top_bnr_othersites .title_main {
		top: 50PX;
		font-size: 3.6rem;
	}
	#top_bnr_othersites .title_sub {
		top: 86px;
		font-size: 2.0rem;
	}
	#top_banner .slick-slide {padding: 0 5px 10px;}
}



/*===== ��9. Div [Links] Setting =====*/
#top_links {
	text-align: center;
    margin: 0 auto;
    background: #ebebeb;
    padding: 30px 0 30px 0;
}

@media only screen and (max-width: 750px){
	#top_links {
	    padding: 30px 0 30px 0;
	}
}



/*===== ��10.  [Slider] Setting =====*/
#top_sliderbnr_view .slider-container {
  max-height: calc(100% + 38.8px);
  visibility: hidden;
  position: relative;
}
#top_sliderbnr_view .slider-container.initialized { visibility: visible; }

#top_sliderbnr_view .slider { visibility: hidden; }
#top_sliderbnr_view .slider.slick-initialized{ visibility: visible; }
#top_sliderbnr_view .slick-prev,
#top_sliderbnr_view .slick-next {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 60px;
	border-radius: 50%;
	border: none;
	color: #fff;
	background: transparent;
	z-index: 1;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#top_sliderbnr_view .slick-prev {
	top: 45%;
    left: calc(-100% + 60px);
}
#top_sliderbnr_view .slick-next {
    top: 45%;
    right: calc(-100% + 60px);
}
#top_sliderbnr_view .slick-prev::before,
#top_sliderbnr_view .slick-next::after {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
#top_sliderbnr_view .slick-prev::before {
    top: 50%;
    left: 50%;
    transform: rotate(-135deg) translate(50%, 25%);
}
#top_sliderbnr_view .slick-next::after {
    top: 50%;
    left: 20%;
		transform: rotate(45deg) translate(-75%, 0%);
}

/* dotted */
#top_sliderbnr_view .slick-dots {
    top: 0px;
    display: flex;
	justify-content: flex-end;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
		position: relative;
    top: -40px;
    right: 2em;
}
#top_sliderbnr_view .slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 22px;
    margin: 0 .25em;
    padding: 0;
    cursor: pointer;
		@media screen and (min-width: 1000px) {
			width: 70px !important;
			margin: 0 .5em;
		}
}
#top_sliderbnr_view .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#top_sliderbnr_view .slick-dots li button:hover,
#top_sliderbnr_view .slick-dots li button:focus {
    outline: none;
}
#top_sliderbnr_view .slick-dots li button:hover:before,
#top_sliderbnr_view .slick-dots li button:focus:before {
    opacity: 1;
}
#top_sliderbnr_view .slick-dots li button:before {
    font-family: 'slick';
    width: 100%;
    height: 2px;
    content: '';
    text-align: center;
    opacity: .75;
		background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: inherit;
    top: 10px;
}
#top_sliderbnr_view .slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #fff;
    height: 3px;
		top: 9px;
}
#top_sliderbnr_view .slick-dots li button:after{
}
#top_sliderbnr_view .slick-dots li.slick-active button:after{
	content: '';
	height: 3px;
	top: 9px;
  background-color: #2b68eb;
  position: absolute;
  left: 0%;
  z-index: 1;
	animation: 5.5s linear slideLine;
	animation-fill-mode: forwards;
}
@media only screen and (max-width: 750px){

#top_sliderbnr_view .slick-dots {
	top: -35px;
}

}
#top_sliderbnr_view .slick-arrow { display: none !important;}




@keyframes slideLine {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

/*////////////////////////////////////////////////

2025.03.ADD スライドショーの変更
作業者：上月

////////////////////////////////////////////////*/
#top_sliderbnr_view {
	font-family: Yu Gothic Medium, Meiryo, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	em {
		font-style: normal;
	}

	.is-pc {
		display: none !important;
	}

	@media screen and (min-width: 601px) {
		.is-pc {
			display: block !important;
		}
	}

	.is-sp {
		display: none !important;
	}

	@media screen and (max-width: 600px) {
		.is-sp {
			display: block !important;
		}
	}

	ul li {
		position: relative;

		.slider_image {
			overflow: hidden;
			width: 100%;
			img {
				width: 100%;
				height: auto;
				object-fit: cover;
				aspect-ratio: auto;
				max-height: 350px;
				animation: 50s linear infinite topslideback;

				@media screen and (max-width: 600px) {
					max-height: calc(100vh - 60px);
				}
			}
		}

		.slider_image:after {
			width: 100%;
			height: 100%;
			background: linear-gradient(34deg, #251488 0%, #ffff 70%);
			background: #2e215770;
			mix-blend-mode: multiply;
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
		}

		.slider_main{
			width: 100%;
			height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			min-height: 350px;
			
			position: absolute;
			top: 0;
			
			@media screen and (max-width: 600px) {
				flex-direction: column-reverse;
				width: calc(100% - 4em);
				margin: 0 2em;
			}
		}
		
		.slider_main_image{
			margin-left: 3em;
			@media screen and (max-width: 600px) {
				margin-left: 0em;
				margin-bottom: 2em;
			}

			img{
				aspect-ratio: auto;
				object-fit: contain;
				max-height: 300px;
			}
		}

		.slider_text {
			left: 5em;
			color: #fff;
			font-family: 'Open Sans', sans-serif;
      text-shadow: #000 1px 0 1.0em;
			.slider_text_sub {
				position: relative;
				padding-bottom: 2em;

				p {
					font-size: 1.25em;
					font-weight: bold;

					@media screen and (min-width: 1000px),screen and (max-width: 600px) {
						font-size: 1.4em;
					}
				}

				.slider_text_icon {
					margin-top: 1em;
					margin-bottom: .75em;

					ul {
						display: flex;
					}

					li {
						margin-right: .25em;
						display: inline-block;

						span {
							color: #333;
							background-color: #fff;
							padding: .25em .5em;
							border-radius: 3px;

							font-size: .8em;

							@media screen and (max-width: 600px),
							screen and (min-width: 1000px) {
								font-size: 1.1em;
							}
						}
					}
				}

				.slider_text_sub_point {
					display: inline-block;
					color: #fff;
					background-color: #ac232f;
					text-shadow: none;
					padding: .25em .5em;
					border-radius: 3px;
					font-size: .75em;
				}
			}

			.slider_text_sub:after {
				position: absolute;
				content: "";
				width: 100%;
				height: 1px;
				display: inline-block;
				padding-bottom: 1em;
				border-bottom: 1px solid #fff;
				margin-bottom: 1em;
			}

			.slider_text_main {
				font-weight: bold;
				line-height: 1;
				img{
					aspect-ratio: auto;
					object-fit: contain;
					max-height: 80px;
				}
				> p{
					font-size: 24px;
					margin: 0 0 10px 17px;
				}
			}
		}

		a:after {
			content: none;
		}
		.slider_text_link{
			display: flex;
			justify-content: flex-end;
			a{color: #fff;
				position: relative; 
				padding: .5em 2em 0em 0;
				margin-left: auto;
				@media screen and (max-width: 600px) {
					font-size: 1.5em;
				}
				
				@media screen and (min-width: 1000px) {
					font-size: 1.25em;
				padding-right: 1.5em;
				}
			}
			a:after{
				content: "";
				margin: auto;
				position: absolute;
				top: 60%;
				bottom: 50%;
				right: 20px;
				width: 10px;
				height: 10px;
				border-style: solid;
				border-color: #fff;
				opacity: .7;
				border-width: 3px 0 0 3px;
				transform: rotate(135deg) translate(-50%, -50%);
				transition: .3s;
			}
			a:hover:after{
				right: 15px;
			}
		}
		
		&.slide_white {
			.slider_image:after{
				background: #ffffff73;
				mix-blend-mode: lighten;
		}
		.slider_text{
			color: #333;
			text-shadow: none;
			.slider_text_sub:after{
				border-bottom: 1px solid #333;
			}
		}
		.slider_text_link  a{color: #333;
		&:after{
			border-color: #251488;
		}
		}
	}
  /*スライドごとの調整*/
  &.long_slide{
    .slider_text {
    @media screen and (max-width: 600px) {
      margin-top: -2em;
      margin-bottom: 2em;
    }}
  }
  &.acdc{
    .slider_main_image img {
			max-height: 250px;			
		}
		.slider_text{
			text-shadow: none;
		}
  }
	}
}


#top_sliderbnr_view ul li.acdc .slider_image:after{
            opacity: 0.3;
}


@keyframes topslideback {
    0%, 100% {
        transform: translate(0,0) scale(1.0)
    }

    50% {
        transform: scale(1.1)
    }
}

/*////////////////////////////////////////////////

2025.09.ADD スライドショーの追加
作業者：上月

////////////////////////////////////////////////*/
#top_sliderbnr_view {
	& ul li {
		.slider_main_image.__scroll {
			margin: 20px 0 -20px 3em;
			@media screen and (max-width: 600px) {
				width: 800px;
				overflow: hidden;
				margin-left: 0;
			}
		}
		& .slider_text {
			.slider_text_sub_pict {
				margin-bottom: 20px;

				img,
				source {
					width: 100px;
					height: 60px;
					object-fit: contain;

					@media screen and (max-width: 600px) {
						height: 60px !important;
					}
				}
			}

			.slider_text_sub_point {
				margin-top: .25em;

				span {
					display: inline-block;
					font-size: 12px;
				}

				span:first-child {
					margin-right: .5em;
				}
			}
		}
	}
}