@charset "utf-8";
/* Theme Name: STAR PLASTIC 2019 */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');*/
:root {
	--break: 1920;
}
@media(min-width: 768px) and (max-width: 1599px) {
	:root {
		--break: 1599;
	}
}
@media(min-width: 768px) and (max-width: 1299px) {
	:root {
		--break: 1299;
	}
}
@media(max-width: 767px) {
	:root {
		--break: 750;
	}
}
html, body {
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	letter-spacing: normal;
	/*font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
li {
	list-style: none;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: underline;
	opacity: .70;
	transition: .3s;
}
button{
	outline: 0;
}
button:hover {
	opacity: .70;
	transition: .3s;
}
.inner {
	max-width: calc(960px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
#content{
	margin: 0;
	padding: 0;
	padding-top: calc(105 / var(--break) * 100vw) !important;
}

table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
#map{
	position: relative;
	width: 100%;
	padding: 500px 0 0 0;
}
#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.mb5    { margin-bottom:  5px; }
.mb10   { margin-bottom: 10px; }
.mb15   { margin-bottom: 15px; }
.mb20   { margin-bottom: 20px; }
.mb25   { margin-bottom: 25px; }
.mb30   { margin-bottom: 30px; }
.mb35   { margin-bottom: 35px; }
.mb40   { margin-bottom: 40px; }
@media(max-width: 767px) {
	.mb5   { margin-bottom: calc( 5  / 750 * 100vw); }
	.mb10  { margin-bottom: calc( 10 / 750 * 100vw); }
	.mb15  { margin-bottom: calc( 15 / 750 * 100vw); }
	.mb20  { margin-bottom: calc( 20 / 750 * 100vw); }
	.mb25  { margin-bottom: calc( 25 / 750 * 100vw); }
	.mb30  { margin-bottom: calc( 30 / 750 * 100vw); }
	.mb35  { margin-bottom: calc( 35 / 750 * 100vw); }
	.mb40  { margin-bottom: calc( 40 / 750 * 100vw); }
}

/*header*/
header{
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
}
header .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 960px;
	width: 100%;
	height: 120px;
}
header .bg{
	width: 25.42%;
}
header h1{
	max-width: 244px;
}
header .gnav{
	display: none;
	/*width: 66%;*/
}

/*gnav*/
/*.gnav nav>ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.gnav nav>ul>li{
	position: relative;
	border-right: 1px solid #ebebeb;
	width: calc(100% / 7);
}
.gnav nav>ul>li:first-child{
	border-left: 1px solid #ebebeb;
}
.gnav nav>ul>li a{
	display: block;
	width: 100%;
	font-size: 92.857%;
	color: #5f5f5f;
	text-align: center;
}
.gnav nav>ul .sub_nav div{
	display: none;
	position: absolute;
	z-index: 5;
	width: 100%;
}
.gnav nav>ul .sub_nav ul{
	width: 100%;
	padding-top: 4px;
}
.gnav nav>ul .sub_nav ul li{
	width: 100%;
}
.gnav nav>ul .sub_nav ul li a{
	line-height: 1.42;
	font-size: 71.429%;
}*/

/*footer*/
footer .link_foot{
	background-color: #f7f7f7;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding-top: 4px;
	padding-bottom: 8px;
}
footer .link_foot .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .link_foot .logo_foot{
	max-width: 118px;
}
footer .link_foot nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}
footer .link_foot nav ul li{
	margin-right: 19px;
}
footer .link_foot nav ul li a{
	font-size: 85.714%;
}
footer .link_foot nav ul li.tb_pc{
	display: block;
}
footer .nav_foot{
	margin-top: 22px;
	margin-bottom: 30px;
}
footer .nav_foot nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
footer .nav_foot dl{
	width: 25%;
}
footer .nav_foot dt{
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 18px;
	line-height: 1;
}
footer .nav_foot dt::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #aeaeae;
}
footer .nav_foot dt a{
	font-weight: bold;
	font-size: 85.714%;
}
footer .nav_foot dd{
	margin-bottom: 4px;
	padding-left: 18px;
	line-height: 1;
}
footer .nav_foot dd a{
	font-size: 85.714%;
}
footer .copyright{
	background-color: #f2f2f2;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: right;
}
footer .copyright small{
	font-size: 85.714%;
	letter-spacing: .1em;
}




@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
	
	/*gnav*/
	/*.gnav nav>ul>li ul li a{
		font-size: 10px;
		letter-spacing: 0;
	}*/
	
}
@media(max-width: 767px) {
	html, body {
		font-size: 4.27vw;
		line-height: 1.5625;
		letter-spacing: 0;
	}
	.inner {
		padding: 0 3.2vw;
	}
	#content{
		padding-top: calc(130 / 750 * 100vw) !important;
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}
	
	/*header*/
	header{
		position: fixed;
		top: 0;
		z-index: 9000;
		border-bottom: none;
	}
	header .inner{
		padding: 0 0;
	}
	header .row{
		display: block;
		height: calc(130 / 750 * 100vw);
	}
	header .bg{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
		position: relative;
		z-index: 10000;
		max-width: none;
		width: 100%;
		height: 100%;
		padding: 0 3.2vw;
	}
	header h1{
		max-width: calc(330 / 750 * 100vw);
		width: 48%;
	}
	header .btn_head{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		z-index: 10000;
	}
	header .btn_contact_head a{
		display: block;
		background-image: url(./images/index/btn_contact_head_sp.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	header .btn_gnav_sp{
		background-image: url(./images/index/btn_gnav.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		margin-left: 2.67vw;
	}
	.open header .btn_gnav_sp{
		background-image: url(./images/index/btn_gnav_close.png);
	}
	header .gnav{
		display: block;
		width: 100vw;
	}
	
	/*gnav*/
	.gnav{
		background-color: #fff;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9998;
		width: 100%;
		height: 100%;
		margin-top: calc(130 / 750 * 100vw);
		/*padding-top: calc(130 / 750 * 100vw);*/
		transition: opacity .6s ease, visibility .6s ease;
		overflow-y: auto;
		overflow-x: hidden;
		visibility: hidden;
		opacity: 0;
	}
	.open .gnav{
		visibility: visible;
		opacity: 1;
	}
	.gnav nav{
	}
	.gnav nav>ul{
		display: block;
		padding-bottom: calc(200 / var(--break) * 100vw);
	}
	.gnav nav>ul>li{
		border-right: none;
		border-top: 1px solid #fff;
		width: 100%;
		opacity: 0;
		transform: translateY(-80%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.open .gnav nav>ul>li{
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
	.gnav nav>ul>li:first-child{
	}
	.gnav nav>ul>li a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		position: relative;
		width: 100%;
		height: calc(100 / 750 * 100vw);
		padding-left: 4vw;
		background-color: #0057a9;
		color: #fff;
		line-height: 1;
		font-size: 100%;
		text-align: left;
		text-decoration: none;
	}
	.gnav nav>ul>li a:hover{
		opacity: 1;
	}
	.gnav nav>ul>li.sub_nav>a::before{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(30 / var(--break) * 100vw);
		width: calc(30 / var(--break) * 100vw);
		height: calc(4 / var(--break) * 100vw);
		margin: auto;
		background: #fff;
	}
	.gnav nav>ul>li.sub_nav>a::after{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(43 / var(--break) * 100vw);
		width: calc(4 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		margin: auto;
		background: #fff;
	}
	.gnav nav>ul>li.sub_nav.active>a::after{
		display: none;
	}
	/*.gnav nav>ul .btn_contact_gnav{
		padding: 1.6vw 0 5.73vw;
	}
	.gnav nav>ul .btn_contact_gnav a{
		display: block;
		background-image: url(./images/index/btn_contact_sp.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(702 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
		margin: 0 auto 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.gnav nav>ul .btn_contact_gnav a::before{
		display: none;
	}*/
	.gnav nav>ul .btn_contact_nav {
		margin-top: 4vw;
	}
	.gnav nav>ul .btn_contact_nav a {
		-webkit-justify-content: center;
		justify-content: center;
		background: #c75e87;
		text-align: center;
	}
	.gnav nav>ul .nav_sub {
		display: none;
	}
	.gnav nav>ul .sub_nav.active .nav_sub{
		/*display: block;*/
	}
	.gnav nav>ul .nav_sub ul li a {
		height: calc(80 / var(--break) * 100vw);
		padding-left: 6vw;
		border-top: 1px solid #fff;
		background: #0084cf;
	}
	/*.gnav nav>ul .sub_nav div{
		position: static;
	}
	.gnav nav>ul .sub_nav ul{
		display: flex;
		flex-wrap: wrap;
		background-color: #f7f7f7;
		padding-top: 0;
	}
	.gnav nav>ul .sub_nav ul li{
		background-color: #f7f7f7;
		width: 50%;
	}
	.gnav nav>ul .sub_nav ul li a{
		line-height: 1;
		font-size: 100%;
	}
	.gnav nav>ul .sub_nav.active>a::before{
		transform: rotate(90deg);
	}*/
	
	/*footer*/
	footer .pagetop{
		position: fixed;
		bottom: 15vw;
		right: 3.2vw;
		z-index: 10;
	}
	footer .pagetop a{
	display: block;
	max-width: calc(120 / 750 * 100vw);
	}
	footer .link_foot{
		background-color: #fff;
		border-top: none;
		border-bottom: none;
		padding-top: 0;
		padding-bottom: 0;
		color: #5f5f5f;
	}
	footer .link_foot .inner{
		padding: 0;
	}
	footer .link_foot .btn_contact_foot{
		max-width: calc(702 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-top: 6vw;
	}
	footer .link_foot .row{
		flex-direction: column-reverse;
		justify-content: flex-end;
		align-items: center;
	}
	footer .link_foot .logo_foot{
		max-width: calc(231 / 750 * 100vw);
		height: calc(21 / 750 * 100vw);
		margin: 6vw auto 0;
	}
	footer .link_foot .logo_foot img{
		vertical-align: top;
	}
	footer .link_foot nav{
		width: 100%;
	}
	footer .link_foot nav ul{
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		border-top: 1px solid #ebebeb;
	}
	footer .link_foot nav ul li{
		background-color: #f8f8f8;
		border-bottom: 1px solid #ebebeb;
		width: 50%;
		margin-right: 0;
	}
	footer .link_foot nav ul li:nth-child(odd){
		border-right: 1px solid #ebebeb;
	}
	footer .link_foot nav ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: calc(100 / 750 * 100vw);
		font-size: 100%;
		text-align: center;
	}
	footer .link_foot nav ul li.tb_pc{
		display: none;
	}
	footer .nav_foot{
		margin-top: 6vw;
		margin-bottom: 6vw;
	}
	footer .nav_foot nav{
		flex-wrap: wrap;
	}
	footer .nav_foot dl{
		width: 50%;
	}
	footer .nav_foot dt{
		position: relative;
		margin-top: 1vw;
		margin-bottom: 1vw;
		padding-left: 4.4vw;
	}
	footer .nav_foot dt::before{
		border-width: calc(7.5 / 750 * 100vw) 0 calc(7.5 / 750 * 100vw) calc(15 / 750 * 100vw);
	}
	footer .nav_foot dt a{
		font-weight: bold;
		font-size: 68.75%;
	}
	footer .nav_foot dd{
		margin-bottom: 0.8vw;
		padding-left: 4.4vw;
	}
	footer .nav_foot dd a{
		font-size: 68.75%;
	}
	footer .copyright{
		padding-top: 2vw;
		padding-bottom: 3vw;
		text-align: center;
	}
	footer .copyright small{
		font-size: 62.5%;
		letter-spacing: 0;
	}
	
}


/* コンテンツ名 class
------------------------------------------------------------------*/
/*home*/
.home .main_img .wrap_video{
	position: relative;
	max-width: 1074px;
	margin: 0 auto;
}
.home .main_img .wrap_video video{
	width: 100%;
}
.home .main_img .wrap_video .btn_volume{
	background-image: url(./images/index/icn_volume_off.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	bottom: 3%;
	left: 4%;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.home .main_img .wrap_video.vol_on .btn_volume{
	background-image: url(./images/index/icn_volume_on.svg);
}
.home .area_bnr_index{
	background-color: #f2f2f2;
	background-image: url(./images/index/bd_bnr_index.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 23px;
	padding-bottom: 30px;
}
.home .area_bnr_index ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	max-width: 1074px;
	margin: 0 auto;
}
.home .area_bnr_index ul li{
	max-width: 348px;
	width: 32.31%;
}
.home .area_bnr_index ul li a{
	display: block;
}
.home .unit_index{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 35px;
	margin-bottom: 35px;
}
.home .main_index{
	max-width: 600px;
	width: 62.5%;
}
.home .news_index{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
}
.home .news_index .col_ttl{
	width: 120px;
}
.home .news_index .col_news li{
	padding-bottom: 10px;
}
.home .news_index .col_news dt .icn_new{
	vertical-align: text-bottom;
	max-width: 46px;
	padding-left: 8px;
}
.home .news_index .col_news dd a{
	display: block;
	line-height: 1.47;
}
.home .side_index{
	max-width: 240px;
	width: 25%;
}
.home .side_index ul li{
	margin-bottom: 6px;
}
.home .side_index ul li a{
	display: block;
	position: relative;
}
.home .side_index ul li.btn_hover01 a img {
	transition: .3s;
}
.home .side_index ul li.btn_hover01 a img:nth-of-type(1) {
	position: relative;
	z-index: 1;
}
.home .side_index ul li.btn_hover01 a img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.home .side_index ul li.btn_hover01 a:hover {
	opacity: 1;
}
.home .side_index ul li.btn_hover01 a:hover img:nth-of-type(1) {
	z-index: 0;
	opacity: 0;
}
.home .side_index ul li.btn_hover01 a:hover img:nth-of-type(2) {
	z-index: 1;
	opacity: 1;
}




@media(min-width: 768px) and (max-width:960px) {
	
}

@media(max-width: 767px) {
	/*home*/
	.home .main_img .wrap_video{
	}
	.home .main_img .wrap_video .btn_volume{
		bottom: 3vw;
		left: 5vw;
		width: calc(50 / 750 * 100vw);
		height: calc(50 / 750 * 100vw);
	}
	.home .area_bnr_index{
		background-image: none;
		padding-top: 0;
		padding-bottom: 2.67vw;
	}
	.home .area_bnr_index ul{
		display: block;
	}
	.home .area_bnr_index ul li{
		max-width: none;
		width: 100%;
		padding-top: 2.67vw;
	}
	.home .area_bnr_index ul li a{
		max-width: calc(702 / 750 * 100vw);
		margin: 0 auto;
	}
	.home .unit_index{
		display: block;
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.home .main_index{
		max-width: none;
		width: 100%;
	}
	.home .news_index{
		display: block;
		color: #5e5e5e;
	}
	.home .news_index .col_ttl{
		border-bottom: 1px solid #929292;
		width: 100%;
	}
	.home .news_index .col_news ul{
		padding-top: 2vw;
	}
	.home .news_index .col_news li{
		padding-bottom: 3vw;
	}
	.home .news_index .col_news dt{
	}
	.home .news_index .col_news dt .icn_new{
		max-width: calc(80 / 750 * 100vw);
		padding-left: 1vw;
	}
	.home .news_index .col_news dd a{
		display: block;
	}
	.home .side_index{
		max-width: none;
		width: 100%;
		margin-top: 10vw;
	}
	.home .side_index ul li{
		margin-bottom: 2.67vw;
	}
	.home .side_index ul li a{
		max-width: calc(702 / 750 * 100vw);
		margin: 0 auto;
	}
	
}
