﻿@charset "utf-8";

/* =======================================

        CommonElements

======================================= */
body {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	/*min-width:769px;*/
	color: #4d4d4d;
}

.inbox {
	padding:0 5%;
	margin: auto;
}

.left{ 
	float: left;
	font-size: 1.2em;
 }

.right{ 
	float: right; 
	font-size: 1.2em;
}

.text_c {
 	text-align: center; 
	font-size: 1.2em;
}

a:hover { opacity: 0.8; }


img{
	max-width: 100%;
	width: 100%;
}

/*footer 固定 css*/
html,body {
	height:100%;
}
#wrap {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
.content_w {
	padding-bottom:253px; /*フッターの高さと同じ*/
}
/*#footer {
	height: px;
	position:absolute;
	right: 0;
	bottom:0;
	left: 0;
}
*/

/*.cmn_dl{
	font-size: 1.4em;
}*/

.cmn_dl dt, .cmn_dl dd {
	/*display: table-cell;*/
	vertical-align: top;
	box-sizing: border-box;
}

.title_img{
	width: 70%;
	max-width: 100%;
}

._blank{
	text-align: center;
}

/*header
--------------------------------------------*/
/*#header {
	
	background: linear-gradient(90deg, rgba(0, 70, 130, .8), rgba(50, 150, 220, .8), rgba(0, 70, 130, .8));
	position: relative;
}

#header h1 {
	display: none;
	color: #ccc;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
}

#header .hf_logo {
	margin-top: 5px;
}

.h_sns {
	float: right;
}

.header_navi li {
	float: left;
}

.h_sns {
	margin-top: -45px;
}

.h_sns li:first-child {
	margin-right: 20px;
}*/

/*header footer*/
/*.hf_logo {
	text-align: center;
	margin-bottom: 10px;
}*/

/*下層ヘッダー*/
.btt_header {
	background: linear-gradient(90deg, rgba(0, 70, 130, 1), rgba(50, 150, 220, 1), rgba(0, 70, 130, 1));
}

/*navi----------*/
/*#navi {
	margin-left: -18px;
}

#navi li:last-child {
	float: right;
	padding-left: 30px;
}

#navi li a {
  position: relative;
  display: block;
  transition: .3s;
}
#navi li a::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#navi li a:hover::after {
  width: 90%;
}*/

#head{
	text-align: right;
	position:relative;
	background-color:rgba(0, 70, 130, .8), rgba(50, 150, 220, .8), rgba(0, 70, 130, .8);
	z-index: 1100;

}

#head p{
	position: absolute;
    left: 30px;
    top: 5px;
}

#head nav ul li{
    margin-right: 25px;
}

.h_logo{
	padding-top:8%;
	position:relative;
	width:70%;
	float: left;
}

.h_logo img{
	max-width: 100%;
	display: block;
	width:100%;
}

.hf_logo{
	margin-top: 3%;
	margin-bottom: 5%;
	float: left;
	width:100%;
}

.hf_logo img{
	width:100%;
	max-width: 100%;
}

#sp_navi {
	display: inline-block;
    top: 0;
    right: 0;
    max-width:100%;
}

#sp_navi .trigger_li {
    width:60px;
    height:60px;
    float: left;
    position: relative;
    border-radius: 6px;
    border:solid 2px #fff;
    /*background-color:rgba(255,255,255,0.7);*/
}
#sp_navi .trigger_li a {
    position: absolute;
    top:10px;
    left: 0;
    right: 0;
    margin: auto;
}

.main-navigation {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: rgba(0, 70, 130, .8);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity, visibility, .3s ease-in-out;
}


.active .main-navigation {
    visibility: visible;
    opacity: 1;
    z-index: 1300;
}
.main-navigation ul {
	font-size: 1.2em;
    flex-direction: column;
    border-left: none;
    width: 100%;
}

.main-navigation ul>li {
    width: 100%;
    border-right: none;
    line-height:2em;
}

.main-navigation ul>li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-style: italic;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.clear img{
	width:50%;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width:80%;
  height:100%;
}

#sp_navi .menu-trigger_li a{
	height: 100%;
	width: 100%;
	position: absolute;
	top:21px;
	left: 13px;
	right: 0;
	margin:0 auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width:100%;
  height:5px;
  background-color:#fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top:0px;
}

.menu-trigger span:nth-of-type(2) {
  top:17px;
}

.menu-trigger span:nth-of-type(3) {
  bottom:21px;
}
/*　共通　▲　*/

/*active付与後の動き　▼　*/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
}
/*active付与後の動き　▲　*/

/*top slider
--------------------------------------------*/
#mv_wrap {
	position:relative;
	height:85vh;
}

#slider img {
	position: relative;
	top: -275px;
	right: 0;
	bottom:0;
	left: 0;
	margin: auto;
}

/*#slider::after {
	content: url(../img/down.png);
	position: absolute;
	bottom:100px;
	left:370px;
    right: 0;
}*/

/*top
--------------------------------------------*/
#top_content section h3 {
	text-align: center;
	margin-bottom:3%;
}

.tp_btn {
	width:70%;
	margin: auto;
	text-align: center;
	background-color: #3296dc;
}

.tp_btn a {
	/*font-size: 2em;*/
	color: #fff;
	display: block;
	padding: 20px 0px;
	background: url(../img/common/arrow01.png) no-repeat center right 35px;
}

/*section01============*/
#section01 {
	background: url(../img/top/section1_bk.jpg) no-repeat top right #FFF;
}

#section01::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #004682, #3296DC, #004682);
	top: 0;
}

#section01>div {
	padding:5%;
}

/*.sec01_list {
	margin-bottom:2%;
}*/

.sec01_list li {
	margin-bottom: 5%;
	/*width: 485px;
	height: 300px;*/
	text-align: center;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sec01_list li:first-child {
	/*background-image: url(../img/top/sec01_img01.jpg);*/
}

.sec01_list li:last-child {
	/*background-image: url(../img/top/sec01_img02.jpg);*/
}

.sec01_list li a {
	display: block;
}

.sec01_list li a:hover {
	opacity: 1;
}

.sec01_txt {
	margin-top: 15px;
}

/*エフェクト*/
.sec01_list li {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.sec01_list li * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sec01_list li .sec01_txt {
	display: block;
	opacity: 0;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	text-align: right;
	padding: 10px 15px;
	letter-spacing: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	text-transform: uppercase;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background: linear-gradient(90deg, rgba(0, 70, 130, 0.5), rgba(50, 150, 220, 0.5), rgba(0, 70, 130, 0.5));
	font-family: "リュウミン", "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Meiryo", serif;
}

.sec01_list li:hover .sec01_txt {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*section02============*/
#section02 {
	background: url(../img/top/section2_bk.jpg) no-repeat center left;
	background-size: cover;
	border-bottom: 4px solid #222;
	padding-bottom: 5%;
}

.sec02_work {
	margin-bottom:5%;
}

.sec02_work ul{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}

.sec02_work li {
	float: left;
	width:46%;
	padding:2%;
}

.sec02_work li:last-child{
	padding-right: 0%;
}

.sec02_work li img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.tp_works-txt {
	font-size:1em;
	padding-left: 15px;
	margin-top: 15px;
	border-left: 2px solid #3296dc;
}

.tp_works-txt p:first-child {
	color: #4d4d4d;
	margin-bottom: 5px;
}
.tp_works-txt p:last-child {
	color: #3296dc;
	font-size:1em;
}

/*ディスプレイに合わせて調整*/
/*@media screen and (max-width:1190px) {
	.sec02_work li {
		float: left;
		width: 23.6%;
		padding-right: 0.75%;
	}
}

@media screen and (max-width:1180px) {
	.sec02_work li {
		float: left;
		width: 22.8%;
		padding-right: 0.75%;
	}
}*/

/*section03============*/
#section03 {
	padding:5% 0;
	background-color: #FFF;
}

.tp_news-list{
	margin-bottom: 10%;
}

.tp_news-list li {
	border-bottom: 1px solid #ccc;
}
.tp_news-list li:first-child {
	border-top: 1px solid #ccc;
}

.tp_news-list li a {
	display: block;
	padding: 15px 35px;
}

.tp_news-list li dt {
	width:100%;
	float: left;
	color: #3296dc;
	padding: 3px 0px 0px 12px;
	vertical-align: middle;
	background: url(../img/common/arrow02.png) no-repeat center left;
}

.tp_news-list li dd {
	width:100%;
	overflow: hidden;
}

.tp_news-list li dd span {
	color: #3296dc;
	/*padding-left: 40px;*/
	float: right;
	margin-top: 4px;
}

#section03>div {
	position: relative;
}

#section03 .tp_btn {
	width:75%;
}
#section03 .tp_btn a {
	background-position: center right 25px;
}

/*section04============*/
#section04 {
	padding: 40px 0px 40px;
	background: url(../img/top/section4_bk.jpg) no-repeat center center #000;
	background-size: cover;
}

/*#section04 li:first-child {
	float: left;
}
#section04 li:last-child {
	float: right;
}*/

.sns{
	margin-bottom: 5%;
}

.sns ul{
	width: 100%;
	overflow: hidden;
}

.sns li{
	width: 50%;
	float: left ;
}

.sec04_sns {
	margin-bottom:2%;
}

.sec04_link{
	margin-bottom: 4%;
}




/*footer
--------------------------------------------*/
.pageTop {
	z-index: 1200;
	color: #FFF;
	position: fixed;
	bottom: 15%;
	right: 3%;
	cursor: pointer;
}

#footer {
	padding: 2%;
	color: #fff;
	text-align: center;
	background-image: url(../img/common/footer_bk.png), linear-gradient(90deg, #004682, #3296DC, #004682);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#footer li {
	float: left;
}

.f_logo{
	margin:0 auto;
	padding:5% 0% 2% 0%;
	width:75%;
}

.f_logo img{
	width:100%;
	max-width: 100%;
}

.f_info {
	padding: 1% 0 2%;
}

.f_add {
	width:50%;
	float:left;
	padding:3%;
}


.f_cont {
	width:40%;
	float: right;
	margin: auto;
}

.f_cont li {
	padding-bottom:5%;
	margin-right: 25px;
}

.f_cont li:last-child {
	margin-right: 0px;
}

.f_navi {
	display: none;
	color: #ccc;
	font-size: 12px;
	padding: 10px 0;
	background-color: rgba(0,50,100,.5);
}

.f_navi ul {
	width: 730px;
	margin: auto;
}

.f_navi li a {
	padding: 0px 10px;
}

.copyright {
	clear:both;
	color: #ccc;
	font-size: 12px;
	padding: 7px 0;
	text-align: center;
}

.f_navi a,
.copyright a {
	color: #ccc;
}

/*下層
--------------------------------------------*/
/*下層共通--------------------*/
#main_area {
	/*height: 300px;*/
	position: relative;
	box-sizing: border-box;
	padding: 70px 0px;
	background: url(../img/common/main_ttlbk.png), url(../img/common/main_bk.jpg);
	/*background-repeat: no-repeat;*/
	background-position: center left, center;
}

#main_area::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, #004682, #3296DC, #004682);
}

#bread {
	font-size: 12px;
	overflow: hidden;
	margin-top: 10px;
}

#bread li {
	float:left;
	/*margin-right: 3px;*/
	padding-left: 15px;
	/*background: url(../img/common/bread_arrow.png) no-repeat center left;*/
}

#bread li:last-child {
	background: url(../img/common/bread_arrow.png) no-repeat center left;
}

#bread li a {
	color: #3296dc;
}

.title01 {
	color: #fff;
	font-size:1.3em;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	background: url(../img/common/ttl_bttline.jpg) repeat-x left bottom #1a1a1a;
}

.title02 {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 0px 15px 10px;
	border-bottom: 2px solid #ccc;
	background: url(../img/common/ttl_ltline.jpg) no-repeat left top;
}

#content {
	padding: 40px 0px 80px;
}

.sec_mb01 {
	margin-bottom:5%;
}

.sec_mb02 {
	margin-bottom: 120px;
}
.sec_mb02:last-child{
	margin-bottom: 0;
}

/*site_map
--------------------------------------------*/
.site_list li {
	border-bottom: 2px solid #ccc;
}

.site_list li a {
	color: #3296dc;
	display: block;
	padding: 15px 15px;
	background: url(../img/site_map/arrow.png) no-repeat center left;
}

/*privacy
--------------------------------------------*/
.privacy_box {
	margin-bottom: 40px;
}

.privacy_box .title02 {
	margin-bottom: 10px;
}

/*company
--------------------------------------------*/
.com_dl dl {
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.com_dl dl:first-child {
	border-top: 1px solid #ccc;
}

.com_dl dt {
	padding: 10px 30px;
	background-color: #f2f2f2;
	display:block;
	/*vertical-align: top;
	box-sizing: border-box;*/
}

.com_dl dd {
	padding: 10px 30px;
	/*display: table-cell;
	box-sizing: border-box;*/
	display: block;
}

/*custom
--------------------------------------------*/
.ctm_link {
	padding: 48px 0px;
	margin-bottom: 60px;
	background: url(../img/custom/bk.jpg) no-repeat center;
}

.ctm_link ul {
	overflow: hidden;
	text-align: center;
}

.ctm_link li {
	float: left;
	width: 45%;
	cursor: pointer;
	padding:2%;
	display: inline-block;
}

.ctm_list li {
	float: left;
}

#custom li {
	width:100%;
	margin-bottom: 2%;
}

#repair li {
	width: 100%;
	margin: 3% 0% 5% 0%;
}

/*#custom li:nth-child(3n),
#repair li:nth-child(3n) {
	margin-right: 0px;
}

#custom li:nth-child(-n+3),
#repair li:nth-child(-n+3) {
	margin-top: 0px;
}*/

.ctm_txt {
	padding:4% 0% 10% 5%;
	border-bottom: 1px solid #ccc;
	background: url(../img/common/ttl_ltline.jpg) no-repeat left top 10px;
	background-size: 3%;
}

.ctm_txt dt {
	width:60%;
	float: left;
	margin-top: 2px;
}

.ctm_txt dd {
	margin-right: 5%;
	float: right;
	color: #3296dc;
}

.ctm_bttxt {
	margin-top: 40px;
	padding: 15px 20px;
	background-color: #f2f2f2;
}

.ctm_img img{
	width:100%;
	max-width: 100%;
}

.disnon {
  display: none;
}

/*product
--------------------------------------------*/
#prd_link li {
	width: 310px;
	font-size: 18px;
	margin-right: 35px;
}

#prd_link li a {
	padding: 12px 15px;
}

.prd_list li {
	float: left;
	width: 320px;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px 20px 0px 0px;
	background-color: #f2f2f3;
}

.prd_list li:nth-child(3n) {
	margin-right: 0px;
}

.prd_list li:nth-child(-n+3) {
	margin-top: 0px;
}

.prd_box {
	margin-bottom: 60px;
}

.prd_box:last-child {
	margin-bottom: 0px;
}

/*works cmn====*/
.cmn_link li {
	float: left;
	position: relative;
	background: url(../img/common/link_bk.jpg) repeat-x center;
	background-size: auto 100%;
}

.cmn_link li::before {
	content: "";
	height: 50px;
	right: 22px;
	position: absolute;
	border: 1px solid #fff;
}

.cmn_link li:last-child {
	margin-right: 0px !important;
}

.cmn_link li a {
	color: #fff;
	display: block;
	background: url(../img/common/arrow03.png) no-repeat center right 5px;
}

/*works
--------------------------------------------*/
#wks_link ul {
	width:100%;
	margin: auto;
}

#wks_link li {
	width:45%;
	margin:2%;
	letter-spacing: 2px;
}

#wks_link li:last-child {
	margin-right: 0px;
}

#wks_link li a {
	padding: 14px 20px 10px;
}

.wks_list ul{
	width: 100%;
	overflow:hidden;
}

.wks_list li {
	width:46%;
	float: left;
	margin:2%;
}


.wks_list li a {
	display: block;
}

.wks_list li:nth-child(3n) {
	margin-right: 0px;
}

.wks_list li:nth-child(-n+3) {
	margin-top: 10px;
}

.wks_txt {
	margin-top: 10px;
	padding: 2px 10px;
	border-left: 2px solid #3296dc;
}

.wks_txt p:first-child {
	color: #4d4d4d;
	padding-bottom: 8px;
}

.wks_txt p:last-child {
	color: #3296dc;
	font-size: 12px;
}

#s_works {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid #3296dc;
}

/*news
--------------------------------------------*/
.news_txt .title02 {
	font-size: 1em;
	font-weight:bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.news_list li {
	padding: 15px 20px;
	margin-top: 35px;
	background-color: #f2f2f2;
}

.news_list li a {
	display: block;
}

.news_txt {
	margin-bottom: 10px;
}

.news_list .day_txt {
	float: left;
	margin-top: 5px;
}

.news_btn { 
	width:30%;
	color: #fff;
	float: right;
	text-align: center;
	padding: 1% 0;
	background: url(../img/news/arrow.png) no-repeat center right 15px #3296dc;
}

#s_news .single_w {
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f2f2f2;
}

/*更新 cmn======*/
.single_txt {
    word-wrap: break-word;
}

.single_txt img {
    height: auto;
    max-width: 100%;
}

.day_txt {
	color: #3296dc;
}

.single_w .day_txt {
	margin-top: 15px;
	text-align: right;
}

.page_btn {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.page_btn a { color: #4d4d4d; }

.page_btn .left a {
    padding-left: 15px;
    background: url(../img/common/arrow_l.png) no-repeat center left;
}
.page_btn .right a {
    padding-right: 15px;
    background: url(../img/common/arrow_r.png) no-repeat center right;
}

ul.pagenation {
	margin-top: 15px;
	text-align: center;
}
.pagenation li {
	padding: 0px 5px;
	display: inline-block;
	border: 1px solid #000;
}
li.current {
	color: #fff;
	background-color: #000;
}

/*画像サイズ設定*/
.wks_img {
	width:100%;
	height: 190px;
}

.tp_works-img {
	max-width: 100%;
	height: 250px;
	/*background-color: #ccc;*/
}

.thumb {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.thumb img {
	float:right;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height:100%;
	object-fit: cover;
}


/*190419　追記 */

/*products
---------------------------------------------------*/
.plus-sub *, .plus-sub *:before, .plus-sub *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pro-logo{
	width: 80%;
}
.pro_bnr li{
}

.pro_bnr li:nth-child(2){
	margin-top: 40px;
}

.pro_bnr li a{
	display: block;
	height: 35vw;
	background: url(../img/product/pro_bnr01_bg.jpg)no-repeat center / cover;
	position: relative;
	padding: 3px;
}

.pro_bnr li:nth-child(2) a{
	background: url(../img/product/pro_bnr02_bg.jpg)no-repeat center left / cover;
}

.pro_bnr li .pro-bnr-line{
	border: 1px solid #fff;
	padding: 5%;
	position: relative;
	height: 33vw;
}

.bnr-ttl{
	position: absolute;
	right: 8%;
	bottom: 8%;
	width: 80%
}

/*aero_parts
---------------------------------------------------*/
.plus-sub{
	position: relative;
}

.pa-logo{
	width: 80%;
	position: absolute;
	left: 3%;
	top: 10px;
}

.pa-ttl{
	margin: 40px 0 10px;
}

.pa-ttl img{
	max-height: 20px;
	width: auto;
}

.pa-tab li{
	width: 50%;
	float: left;
	background: #000;
	text-align: center;
	padding: 15px;
}

.pa-tab li img{
	width: auto;
	max-height: 14px;
}

.pa-tab li.select{
	background: #3296dc;
}

.pa-tab{
	margin-bottom: 1px;
}

.pa-content{
	background: #3296dc;
	padding: 5%;
	color: #fff;
}

/*sg*/
.case-main-img-wrap{
	width: 100%;
	height: 54vw;
	position: relative;
	margin: auto;
}
.case-main-img-wrap img{
	position: absolute;
	width:100%;
	height:100%;
	object-fit: contain;
  font-family: 'object-fit: contain;';
}/*
@supports ( object-fit: contain ) {
	.case-main-img-wrap{
		width: 800px;
		height: 480px;
		overflow: hidden;
		position: relative;
	}
	.case-main-img-wrap img{
		position: absolute;
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
} */

.sub-img-list-wrap{
	margin:20px 0;
}

.bx-wrapper{
	margin: auto;
}

.sub-img-list-wrap{
	margin-top: 15px;
}

.sub-img-list-wrap li{
	width: 25.5vw !important;
	margin: 0 10px 0 0;
	text-align: center;
	position: relative;
}
.sub-img-list-wrap li .thumb{
	padding-top: 70%;
}

.sub-img-list-wrap li .no-photo img{
	position: absolute;
	width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.sub-img{
	width: 100%;
	padding-top: 58.83%;
}


.bx-wrapper .bx-controls-direction{
}

.bx-wrapper .bx-controls-direction a{
	width: 30px;
	height: 30px;
	display: block;
	margin-top: -16px;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{
	background-position: 0;
}
.bx-wrapper .bx-next{
	background: url(../img/aero_parts/pa_arr02.png) no-repeat center / contain;
	right: -20px;
}

.bx-wrapper .bx-prev {
    background: url(../img/aero_parts/pa_arr01.png) no-repeat center / contain;
    left: -20px;
}
.bx-wrapper .bx-pager{
	display: none;
}

.pa-in-ttl{
	background: #fff;
	text-align: center;
	color: #3296dc;
	font-weight: 700;
	font-style: italic;
	 font-family: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 font-size: 22px;
	 margin: 20px 0 25px;
}

.price-dl{
	margin-bottom: 30px;
}

.price-dl dl{
	padding: 15px 10px;
	border-top: 1px solid #fff;
	font-size: 14px;
}

.price-dl dl:last-child{
	border-bottom: 	1px solid #fff;
}

.price-dl dt{
	float: left;
	font-weight: 400;
}
.price-dl dd{
	float: right;
	font-weight: 300;
}

.pa-text li{
	margin-bottom: 10px;
}


/*goods
-----------------------------------*/
.plus-sub img{
	max-width: 100%;
}

.plus-sub .thumb{
	 display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 100%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.plus-sub .thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.goods-list li{
	width: 48%;
	float: left;
	margin: 4% 4% 0 0;
}

.goods-list li .thumb{
	padding-top: 60%;
}

.goods-list li:nth-child(2n){
	margin-right: 0;
}

.goods-list li:nth-child(-n+2){
	margin-top: 0;
}

.goods-list li h4{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}

/* 190520追記 */
#section04  .insta{
	margin: 15px 0 0;
}
#section04  .insta li{
	float: left;
	width: 48%;
	margin: 4% 4% 0 0;
}

#section04  .insta li:nth-child(2n){
	margin-right: 0;
}
#section04  .insta li:nth-child(-n+2){
	margin-top: 0;
}

#section04  .insta li .thumb{
	width: 100%;
	padding-top: 100%;
}

.text_c .sec04_sns{
	margin: 5% 0;
}
