@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://use.typekit.net/vfc8qer.css");


* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #444;
	background-color: #fff;
	letter-spacing: 0.05em;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { float: right; margin: 0 0 40px 40px;}
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }

a {
	text-decoration: none;
}
.arial {
	font-family: "Arial Black", Gadget, "sans-serif";
	letter-spacing: 0;
}
.en {
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
}

@media screen and (max-width: 767px){
	.pcOnly{
		display: none !important;
	}
	
	.alignright { float: none; margin: 0 0 20px 0;}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none !important;
	}
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	
	#wrapper {
		min-width: 100%;
	}
	
}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}



/*------ヘッダーメニュー-----*/


header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	background-color: #000;
}

header .logo {
	position: absolute;
	left: 20px;
	top: 30px;
	width: auto;
	height: 40px;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo img {
	width: auto;
	height: 30px;
	transition: all 0.3s ease;
}

header .logo img:hover {
	opacity: 0.6;
}


.g_navi {
	margin-left: auto;
	position: relative;
	font-size: 18px;
}

.g_navi .g_navi_inner {
	position: relative;
	height: 100%;
}

.g_navi .g_navi_inner > ul {
	display: flex;
	justify-content: space-between;
	height: 100%;
	margin-right: 100px;
}

.g_navi .g_navi_inner > ul > li {
	position: relative;
	margin-left: 10px;
	height: 100%;
	display: flex;
	align-items: center;
}

.g_navi .g_navi_inner > ul > li > a {
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 15px;
	letter-spacing: 0.05em;
}

.g_navi .g_navi_inner > ul > li > a:hover {
	opacity: 0.6;
}

.menubtn {
	position: fixed;
	right: 0;
	top: 0;
}

.btn_spmenu {
	position: fixed;
	right: 20px;
	top: 20px;
	display: block;
	width: 60px;
	height: 60px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	background-color: #000;
}

.btn_spmenu span,
.btn_spmenu::before,
.btn_spmenu::after {
	content: '';
	width: 32px;
	height: 2px;
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -16px;
	background: #fff;
	transition: all 0.3s ease;
}

.btn_spmenu::before {
	transform: translateY(-11px);
}

.btn_spmenu::after {
	transform: translateY(11px);
}


.btn_close {
	position: fixed;
	right: 20px;
	top: 20px;
	display: block;
	width: 60px;
	height: 60px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	background-color: #000;
}

.btn_close {
	position: absolute;
	border: none;
	width: 60px;
}

.btn_close span,
.btn_close::before,
.btn_close::after {
	content: '';
	width: 32px;
	height: 2px;
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -16px;
	background: #fff;
	transition: all 0.3s ease;
}

.btn_close span {
	opacity: 0;
}

.btn_close::before {
	transform: translateY(0) rotate(45deg);
}

.btn_close::after {
	transform: translateY(0) rotate(-45deg);
}



	
.g_navi_sp {
	position: fixed;
	z-index: -9999;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: #000;
	transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	padding: 80px 0 0;
	overflow: auto; /*追加*/
	-webkit-overflow-scrolling: touch; /*追加*/
}
.g_navi_sp .g_navi_inner {
	width: 100%;
	position: relative;
	text-align: center;
}
.g_navi_sp.is-active {
	z-index: 9999;
	opacity: 1;
}
.g_navi_sp .g_navi_inner > ul {
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0;
}

.g_navi_sp .g_navi_inner > ul > li {
	width: 100%;
	flex-direction: column;
	margin-left: 0;
	margin-bottom: 5px;
	text-align: center;
	height: auto;
}

.g_navi_sp .g_navi_inner > ul > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	width: 100%;
	font-size: 16px;
	padding: 0;
	border: none;
	color: #fff;
	transition: none !important;
}

.g_navi_sp .g_navi_inner > ul > li.nav_contact {
	padding: 0 15px;
	margin: 30px 0 15px;
}

.g_navi_sp .g_navi_inner > ul > li.nav_contact > a {
	height: 46px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	font-size: 16px;
	padding: 0;
	color: #fff;
	max-width: 480px;
	margin: 0 auto;
	border: 1px solid #fff;
}

@media screen and (max-width: 1099px){
	
	.g_navi .g_navi_inner > ul > li > a {
		font-size: 13px;
		padding: 0 5px;
	}
	
}

@media screen and (max-width: 999px){
	
	.g_navi {
		display: none;
	}
	
}

@media screen and (max-width: 767px){
	
	header {
		height: 60px;
	}
	header .logo {
		width: auto;
		height: 25px;
		left: 15px;
		top: 20px;
	}

	header .logo img {
		width: auto;
		height: 25px;
	}
	

	
	.btn_spmenu, .btn_close {
		position: fixed;
		right: 0px;
		top: 0px;
		display: block;
		width: 60px;
		height: 60px;
		color: #ffffff;
		text-align: center;
		cursor: pointer;
		z-index: 999;
		background-color: #000;
	}
	
	.btn_close {
		position: absolute;
		border: none;
		width: 60px;
	}
	
	.btn_spmenu span,
	.btn_spmenu::before,
	.btn_spmenu::after,
	.btn_close span,
	.btn_close::before,
	.btn_close::after {
		content: '';
		width: 24px;
		height: 2px;
		position: absolute;
		top: 28px;
		left: 50%;
		margin-left: -12px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	.btn_spmenu::before {
		transform: translateY(-9px);
	}

	.btn_spmenu::after {
		transform: translateY(9px);
	}
	
	.btn_close span {
		opacity: 0;
	}

	.btn_close::before {
		transform: translateY(0) rotate(45deg);
	}

	.btn_close::after {
		transform: translateY(0) rotate(-45deg);
	}
	

	
}


/*------フッター-----*/


.ftr {
	background-color: #444;
	color: #fff;
	padding: 80px;
}
.ftr .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.ftr .left {
	margin-right: 50px;
	display: flex;
	align-items: center;
	line-height: 1.5;
}
.ftr .left img {
	width: 180px;
	margin-bottom: 15px;
}
.ftr .left div {
	margin-right: 60px;
}
.ftr .left .address {
	margin-bottom: 10px;
}
.ftr .left .tel {
	font-size: 44px;
	margin-bottom: 10px;
	color: #1E90FF;
}
.ftr .left .tel a {
	color: #1E90FF;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
.ftr .left .tel a:hover {
	opacity: 0.6;
}
.ftr .left .tel::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 37px;
	background: url("../img/common/icon_tel.png") no-repeat left top;
	margin-right: 10px;
}
.ftr .right {
	text-align: right;
}
.ftr .right p {
	margin-bottom: 30px;
}
.ftr .right a {
	color: #fff;
}
.ftr .right a:hover {
	text-decoration: underline !important;
}
.ftr .right small {
	font-size: 11px;
	white-space: nowrap;
}

@media screen and (max-width: 999px){

	.ftr {
		padding: 50px 50px;
		text-align: center;
	}
	.ftr .inner {
		font-size: 13px;
		display: block;
	}
	.ftr .left {
		margin-right: 0px;
		display: block;
	}
	.ftr .left img {
		margin-bottom: 20px;
	}
	.ftr .left .img p {
		margin-bottom: 20px;
	}
	.ftr .left div {
		margin-right: 0px !important;
	}
	.ftr .left .address {
		margin-bottom: 15px;
	}
	.ftr .left .tel {
		font-size: 30px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.ftr .left .tel::before {
		content: '';
		display: inline-block;
		width: 17px;
		height: 23px;
		background: url("../img/common/icon_tel.png") no-repeat left top;
		background-size: cover;
		margin-right: 10px;
	}
	.ftr .left .other {
		margin-bottom: 30px;
	}
	.ftr .right {
		text-align: center;
	}
	.ftr .right p {
		margin-bottom: 30px;
	}
	.ftr .right small {
		font-size: 11px;
	}
	
}

@media screen and (max-width: 767px){
	
	.ftr {
		padding: 50px 20px;
	}
	
}

/*--------------pageTop--------------*/

#pageTop{
	position: fixed;
	right: -60px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background: #bbb url(../img/common/pagetop.png) no-repeat 50% 50%;
	background-size: 14px;
	z-index: 9998;
	border-radius: 10px;
	transition: all 0.3s ease;
	text-indent: -9999px;
}

#pageTop.showIn{
	right: 10px;
}

@media screen and (min-width: 768px), print{
	#pageTop{
		right: 35px;
		bottom: -50px;
		width: 50px;
		height: 50px;
		background: #bbb url(../img/common/pagetop.png) no-repeat 50% 50%;
		background-size: 20px;
	}
	
	#pageTop.showIn{
		right: 35px;
		bottom: 30px;
	}
}







.mvsecond .hd {
	width: 100%;
	height: 400px;
	padding: 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000 url("../img/home/stockcarlist.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.mvsecond .hd .en {
	font-size: 72px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}
.container {
	padding-bottom: 0px;
}
.pankuzu {
	max-width: 1360px;
	padding: 30px 80px 70px;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 auto;
}
.pankuzu a {
	color: #000;
	text-decoration: none;
}
.pankuzu a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 999px){
	
	.mvsecond .hd {
		height: 200px;
		padding: 0 40px;
	}
	.mvsecond .hd .copy {
		min-width: 180px;
		padding: 20px;
		margin-top: 20px;
	}
	.mvsecond .hd .en {
		font-size: 36px;
	}
	.container {
		padding-bottom: 0px;
	}
	.pankuzu {
		padding: 20px 50px 40px;
		font-size: 11px;
	}

}

@media screen and (max-width: 999px){
	.pankuzu {
		padding: 20px 20px 40px;
	}
}

.second_hdg {
	padding: 0 50px;
	margin-bottom: 50px;
	text-align: center;
}
.second_hdg .en {
	font-size: 12px;
	color: #999;
	margin-bottom: 30px;
}
.second_hdg .jp {
	font-size: 30px;
}

@media screen and (max-width: 767px){
	
	.second_hdg {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.second_hdg .en {
		font-size: 11px;
		margin-bottom: 20px;
	}
	.second_hdg .jp {
		font-size: 20px;
	}

}


/*bloglist*/

.newscont {
	padding: 0px 80px 100px;
	margin: 0 auto;
}
.newscont .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.news_hdg {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 50px;
}
.news_hdg .date {
	font-size: 14px;
	margin-bottom: 20px;
}
.news_hdg h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 30px;
}

.pagenation {
	border-top: 1px solid #ccc;
	margin-top: 100px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.pagenation a {
	display: block;
	padding: 10px 0 0;
	text-decoration: none;
	color: #444;
	font-size: 24px;
	transition: opacity 0.3s ease;
}
.pagenation a:hover {
	opacity: 0.6;
}
.pagenation .prev {
	width: 33%;
}
.pagenation .next {
	width: 33%;
	text-align: right;
}
.pagenation .list {
	width: 33%;
	text-align: center;
}
.pagenation .prev a::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 8px;
	background: url("../img/common/arrow_prev.png") no-repeat left top;
	background-size: cover;
	transition: all 0.3s ease;
	margin-right: 10px;
	vertical-align: 4px
}
.pagenation .next a::after {
	content: '';
	display: inline-block;
	width: 23px;
	height: 8px;
	background: url("../img/common/arrow.png") no-repeat left top;
	background-size: cover;
	transition: all 0.3s ease;
	margin-left: 10px;
	vertical-align: 4px
}
.pagenation a span {
	background-image: linear-gradient(transparent 80%, #5cacfa 20%);
}
.wp-pagenavi {
	clear: both;
	text-align: center;
	font-size: 22px;
	color: #444;
	padding-bottom: 100px;
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 10px 5px 0;
	margin: 0 10px;
	white-space: nowrap;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: #444;
}
.wp-pagenavi a:hover{
	background-image: linear-gradient(transparent 80%, #5cacfa 20%);
}
.wp-pagenavi span.current{
	background-image: linear-gradient(transparent 80%, #5cacfa 20%);
}

@media screen and (max-width: 999px){

	.newscont {
		padding: 0px 50px 50px;
	}
	.newscont .inner {
		max-width: 767px;
	}
	.news_hdg {
		margin-bottom: 30px;
	}
	.news_hdg .date {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.news_hdg h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.pagenation {
		margin-top: 50px;
		padding-top: 20px;
	}
	.pagenation a {
		padding: 10px;
		font-size: 18px;
	}
	.pagenation .prev a::before {
		width: 12px;
		height: 4px;
		margin-right: 5px;
	}
	.pagenation .next a::after {
		width: 12px;
		height: 4px;
		margin-left: 5px;
	}
	
	.wp-pagenavi {
		font-size: 16px;
		padding-bottom: 50px;
	}
	
}

@media screen and (max-width: 767px){

	.newscont {
		padding: 0px 20px 50px;
	}
	
}

/*news*/

.news_wrap {
	padding: 0 80px;
	max-width: 1200px;
	margin: 0 auto;
}

.table_news {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 50px;
	border-top: 1px solid #707070;
}
.table_news .tr {
	display: flex;
	border-bottom: 1px solid #707070;
}
.table_news .th {
	width: 140px;
	padding: 30px 40px;
}
.table_news .th a {
	color: #444;
}
.table_news .td {
	width: calc( 100% - 140px );
	padding: 30px 20px;
}
.table_news .td a {
	color: #707070;
	text-decoration: underline;
}
.table_news .td a:hover {
	text-decoration: none;
}


@media screen and (max-width: 999px){
	
	.news_wrap {
		padding: 0 20px;
		max-width: 767px;
	}
	.table_news {
		margin-bottom: 40px;
		font-size: 14px;
	}
	.table_news .th {
		width: 120px;
		padding: 15px;
	}
	.table_news .td {
		width: calc( 100% - 120px );
		padding: 15px;
	}
	
}

@media screen and (max-width: 767px){
	
	.table_news {
		margin-bottom: 30px;
	}
	.table_news .tr {
		display: block;
	}
	.table_news .th {
		width: 100%;
		padding: 15px 10px 10px;
	}
	.table_news .td {
		width: 100%;
		padding: 0 10px 15px;
	}
	
}


/*privacy*/

.privacy_wrap {
	padding: 0 80px 100px;
	max-width: 1200px;
	margin: 0 auto;
}

.privacy_wrap section {
	margin-bottom: 80px;
}

.privacy_wrap h2 {
	font-size: 22px;
	padding: 20px 30px;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	line-height: 1.5;
}
.privacy_wrap p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 999px){
	
	.privacy_wrap {
		padding: 0 50px 50px;
		max-width: 767px;
	}

	.privacy_wrap section {
		margin-bottom: 40px;
	}

	.privacy_wrap h2 {
		font-size: 16px;
		padding: 10px;
		margin-bottom: 20px;
	}
	.privacy_wrap p {
		font-size: 14px;
	}
	
}
@media screen and (max-width: 767px){
	
	.privacy_wrap {
		padding: 0 20px 50px;
	}
	
}
/*notfound*/

.notfound_wrap {
	padding: 0 80px 100px;
	max-width: 1200px;
	margin: 0 auto;
}
.notfound_wrap p {
	margin: 100px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}
.notfound_wrap .btn_more {
	text-align: center;
}

@media screen and (max-width: 999px){
	
	.notfound_wrap {
		padding: 0 50px 50px;
		max-width: 767px;
	}
	.notfound_wrap p {
		margin: 50px 0;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px){
	
	.notfound_wrap {
		padding: 0 20px 50px;
	}
}
/*case*/
.case_wrap {
	background: #F0F0F0;
	padding: 80px 80px 0;
}
.case_wrap .inner {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.ul_case {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 30px;
}
.ul_case::after{
  content:"";
  display: block;
  width: 29%;
}
.ul_case li {
	width: 29%;
	margin-bottom: 70px;
	text-align: left;
}
.ul_case li img {
	width: 100%;
	margin-bottom: 20px;
	transition: opacity 0.3s ease;
}
.ul_case li a:hover img {
	opacity: 0.6;
}
.ul_case li p {
	font-size: 16px;
}
.ul_case li a {
	color: #444;
	text-decoration: none;
}
@media screen and (max-width: 999px){
	
	.case_wrap {
		padding: 80px 50px 0px;
	}
	.ul_case {
		max-width: 767px;
	}
}

@media screen and (max-width: 767px){
	
	.case_wrap {
		padding: 50px 20px 0;
	}
	.ul_case::after{
	  display: none;
	}
	.ul_case li {
		width: 47%;
		margin-bottom: 30px;
	}
	.ul_case li img {
		margin-bottom: 15px;
	}
	.ul_case li p {
		font-size: 13px;
	}
}




.sec_introduction {
	margin-bottom: 80px;
	padding: 0 80px;
}
.sec_introduction .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.sec_introduction p {
	text-align: center;
	line-height: 2;
	font-size: 16px;
}

@media screen and (max-width: 999px){
	
	.sec_introduction {
		padding: 0 50px;
		margin-bottom: 50px;
	}
	.sec_introduction .inner {
		max-width: 480px;
	}
	.sec_introduction p {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 767px){
	
	.sec_introduction {
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.sec_introduction p {
		text-align: left;
	}
	
}


.stockcont {
	padding: 80px;
	background-color: #F0F0F0;
}
.stockcont .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.stockcont h1 {
	border-bottom: 1px solid #707070;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 25px;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.5;
}
.stockcont .wpbody {
	max-width: 900px;
	margin: 0 auto;
}
.stockcont .price {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto 40px;
	max-width: 900px;
}
.stockcont .price span {
	color: #1E90FF;
	font-size: 50px;
	margin: 0 10px;
}
.swiper-container3 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.swiper-container3 .swiper-wrapper, .swiper-container3 .swiper-slide {
	width: 100%;
	position: relative;
}
.swiper-container3 .swiper-slide img {
	width: 100%;
}
.swiper-container3 .swiper-pagination-bullet {
	background: #fff !important;
	border: 1px solid #707070;
	opacity: 1 !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 10px !important;
}

.swiper-container3 .swiper-pagination-bullet-active {
	background: #1E90FF !important;
}

.swiper-container3 .swiper-pagination {
	margin-top: 40px;
	position: relative !important;
}
.btn_prev, .btn_next {
	background-color: rgba(188,188,188,0.8);
	border-radius: 10px;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_prev {
	left: 10px;
}
.btn_next {
	right: 10px;
}

@media screen and (max-width: 999px){

	.stockcont {
		padding: 80px 50px;
	}
	.stockcont .inner {
		max-width: 767px;
	}
	.stockcont h1 {
		font-size: 24px;
		padding: 0 0 20px;
		margin-bottom: 30px;
	}
	.stockcont .price {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.stockcont .price span {
		font-size: 40px;
	}
	.swiper-container3 .swiper-pagination-bullet {
		width: 12px !important;
		height: 12px !important;
	}
	.swiper-container3 .swiper-pagination {
		margin-top: 30px;
	}
	.btn_prev, .btn_next {
		width: 36px;
		height: 36px;
		margin-top: -30px;
	}
	.btn_prev img, .btn_next img {
		width: 10px;
	}
	
}

@media screen and (max-width: 767px){

	.stockcont {
		padding: 50px 20px;
	}
	.stockcont h1 {
		font-size: 18px;
		padding: 0 0 20px;
		margin-bottom: 25px;
		text-align: left;
	}
	.stockcont .price {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.stockcont .price span {
		font-size: 40px;
	}
	
}


.moreinfo {
	padding: 80px 80px 0;
}
.moreinfo .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.moreinfo h2 {
	text-align: center;
	color: #1E90FF;
	font-weight: bold;
	margin-bottom: 2em;
	font-size: 36px;
}
.moreinfo ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.moreinfo ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #707070;
	line-height: 1.8;
	position: relative;
}
.moreinfo ul li:nth-child(2n+1)::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 80%;
	background-color: #707070;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.moreinfo ul.bikou li:nth-child(2n+1)::after {
	display: none;
}
.moreinfo ul li {
	margin-bottom: 30px;
}
.moreinfo ul.spec li {
	width: 50%;
}
.moreinfo ul li .th {
	width: 150px;
	padding: 20px;
	font-weight: bold;
}
.moreinfo ul li .td {
	width: calc( 100% - 150px );
	padding: 20px;
}
.moreinfo .att {
	font-size: 16px;
	line-height: 1.8;
	margin: 20px 0 50px;
}
.carsencer {
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	width: 100%;
	max-width: 480px;
	height: 60px;
	color: #fff;
	background: #1E90FF;
	font-size: 18px;
	font-weight: bold;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 40px;
	transition: opacity 0.3s ease;
	-webkit-appearance : none;
	font-family: inherit;
	margin-bottom: 50px;
}
.carsencer:hover {
	opacity: 0.6;
}
.btn_tel {
	text-align: center;
}
.btn_tel a {
	display: inline-block;
	color: #444;
	transition: opacity 0.3s ease;
}
.btn_tel a:hover {
	opacity: 0.6;
}
.btn_tel a > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_tel .jp {
	margin-right: 2em;
}
.btn_tel .en {
	font-size: 44px;
	color: #1E90FF;
}
.btn_tel .en::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 37px;
	background: url("../img/common/icon_tel.png") no-repeat left top;
	margin-right: 10px;
}
@media screen and (max-width: 999px){
	
	.moreinfo {
		padding: 80px 50px 0;
	}
	.moreinfo .inner {
		max-width: 767px;
	}
	.moreinfo h2 {
		font-size: 30px;
	}
	.moreinfo ul {
		font-size: 14px;
	}
	.moreinfo ul.spec li {
		margin-bottom: 20px;
	}
	.moreinfo ul li .th {
		width: 120px;
		padding: 15px;
	}
	.moreinfo ul li .td {
		width: calc( 100% - 120px );
		padding: 15px;
	}
	
}

@media screen and (max-width: 767px){
	
	.moreinfo {
		padding: 50px 20px 0;
	}
	.moreinfo h2 {
		font-size: 24px;
	}
	.moreinfo ul {
		display: block;
		font-size: 14px;
	}
	.moreinfo ul.spec {

	}
	.moreinfo ul li {
		display: block;
	}
	.moreinfo ul li:nth-child(2n+1)::after {
		display: none;
	}
	.moreinfo ul li {
		margin-bottom: 0px;
	}
	.moreinfo ul.spec li {
		width: 100%;
		margin-bottom: 0px;
	}
	.moreinfo ul li .th {
		width: auto;
		padding: 15px 10px 10px;
	}
	.moreinfo ul li .td {
		width: auto;
		padding: 0 10px 15px;
	}
	.moreinfo ul li.blank {
		display: none;
	}
	.moreinfo .att {
		font-size: 14px;
		margin: 30px 0;
	}
	.carsencer {
		max-width: 300px;
		height: 46px;
		font-size: 14px;
		border-radius: 23px;
		margin-bottom: 50px;
	}
	
	.btn_tel a > div {
		display: block;
	}
	.btn_tel .jp {
		margin: 0 0 1em;
	}
	.btn_tel .en {
		font-size: 36px;
	}
	.btn_tel .en::before {
		vertical-align: -5px;
	}
	
}