/* mobile */

@charset "utf-8";

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


	.pcOnly {
		display: none;
	}

	.pcOnlyInline {
		display: none;
	}

	.pcOnlyInlineBlock {
		display: none;
	}

	.pcOnlyFlex {
		display: none;
	}

	.spOnly {
		display: block;
	}

	.spOnlyInline {
		display: inline;
	}

	.spOnlyInlineBlock {
		display: inline-block;
	}

	.spOnlyFlex {
		display: flex;
	}


	.scroll-prevent {
		overflow: hidden;
		/*
	position:fixed;
	z-index:-1;
	width:100%;
	height:100%;
	*/
	}


	.pcHeader {
		display: none;
	}




	.spHeader {
		width: 100%;
		height: 55px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 500;
		display: block;
		line-height: 0;
		background: white;
		transition: top 0.2s ease-out;
	}

	.spHeaderTopLogo {
		position: absolute;
		width: 180px;
		height: 17.9px;
		left: 4%;
		top: calc(50% - 9px);
		background: red;
	}

	.spHeaderTopLogo img {
		width: 180px;
		height: 17.9px;
	}

	.spHeaderContact,
	.spHeaderSearch {
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
		position: absolute;
		top: calc(50% - 20px);
		line-height: 0;
	}

	.spHeaderContact {
		background: url(images/icon_mail.png) no-repeat center/40px;
		right: calc(55px + 10px + 40px);
	}

	.spHeaderSearch {
		background: url(images/icon_search.png) no-repeat center/40px;
		right: calc(55px + 10px);
	}

	.spHeaderMenu {
		width: 55px;
		height: 55px;
		background: url(images/menuopen.png) no-repeat center/55px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.spHeaderMenuClose {
		width: 55px;
		height: 55px;
		background: url(images/menuclose.png) no-repeat center/55px;
		position: fixed;
		right: 0;
		top: 0;
	}


	.spHeaderNav {
		width: 100%;
		display: none;
		height: 100vh;
		padding-top: calc(55px + 30px);
		box-sizing: border-box;
		overflow-y: scroll;
		position: absolute;
		left: 0;
		top: 0;
		background: white;
	}

	.spHeaderNavTel,
	.spHeaderNavTel img {
		display: block;
		width: 54.7vw;
		height: 19.3vw;
		line-height: 0;
	}

	.spHeaderNavTel {
		margin: 0 auto;
	}

	.spHeaderSNS {
		height: 90px;
		width: 84%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		border-bottom: 1px solid #eeeeee;
	}

	.spHeaderSNS>a {
		width: 30px;
		height: 30px;
		background-size: cover;
	}

	.spHeaderNavHeader {
		height: 65px;
		line-height: 65px;
		width: 84%;
		font-size: 16px;
		margin: 0 auto;
	}

	.spHeaderNavHeader>span {
		font-size: 12px;
		color: #ed1220;
		font-family: 'Oswald', sans-serif;
		font-weight: 600;
		margin-left: 1em;
	}

	.spHeaderService {
		background: #eeeeee;
		padding: 10px 0 20px 0;
	}

	.spHeaderService a {
		display: block;
		text-decoration: none;
		font-size: 16px;
		line-height: 50px;
		padding-left: calc(8% + 1.2em);
		color: black;
		position: relative;
		transition: color 0.1s ease-out;
	}

	.spHeaderService a:before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		box-sizing: border-box;
		border: 6px solid #ed1220;
		border-color: transparent transparent transparent #ed1220;
		position: absolute;
		left: 8%;
		top: calc(50% - 6px);
	}

	.spHeaderNavTitle {
		width: 100%;
		padding: 40px 0 10px 8%;
		font-size: 17px;
		font-weight: bold;
		line-height: 100%;
		box-sizing: border-box;
	}

	.spHeaderNavLinks {
		width: 100%;
		padding: 5px 0 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.spHeaderNavLinks a {
		display: none;
	}

	.spHeaderNavLinks a:not([class]) {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		white-space: nowrap;
		padding-left: 8%;
		width: 100%;
		display: block;
		text-decoration: none;
		color: black;
	}

	.spHeaderNavLinks a:not([class]):after {
		content: "";
		display: inline-block;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border: 2px solid #ed1220;
		border-width: 2px 2px 0 0;
		margin-left: 0.55em;
		transform: rotate(45deg);
		position: relative;
		top: -1px;
	}

	.spHeaderNavTitleGray,
	.spHeaderNavLinksGray {
		background: #eeeeee;
	}

	.spHeaderNavTitleGray {
		margin-top: 20px;
	}

	.spHeaderNavLogoLink {
		background: #eeeeee;
		padding: 50px 0 100px 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.spHeaderNavLogoLink>a {
		margin: 0 15px;
	}

	.spHeaderNavLogoLink>a img {
		height: 30px;
		width: auto;
	}

	.spHeaderBottom {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100vw;
		z-index: 195;
		display: flex;
	}

	.spHeaderBottomPhone {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.2 !important;
	}

	.spHeaderBottomPhoneNumber {
		display: block;
		font-size: 16px;
		font-weight: 500;
	}

	.spHeaderBottom>a:nth-child(1) {
		background: #333333;
	}

	.spHeaderBottom>a:nth-child(2) {
		background: #03b902;
	}

	.spHeaderBottom>a {
		width: 50%;
		height: 50px;
		text-align: center;
		color: white;
		font-size: 14px;
		line-height: 50px;
		text-decoration: none;
		white-space: nowrap;
	}

	.spHeaderBottom>a img {
		width: auto;
		height: 24px;
		vertical-align: middle;
		line-height: 0;
		margin: 0 6px 0 0;
	}









	.mainView {
		margin: 55px 0 0 0;
	}

	.mainView,
	.mainViewSlider,
	.mainViewSlide,
	.mainViewSlide>div {
		min-width: 100%;
		height: 78.7vw;
	}

	.mainViewSliderButtons>* {
		width: 25px;
	}

	.mainViewTitle {
		width: 44%;
		height: 25.0vw;
		position: absolute;
		right: 8%;
		top: calc(50% - 12.5vw);
	}




	.mainViewTitleMovie {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		pointer-events: none;
	}

	.mainViewTitleMovie>div {
		position: relative;
		width: calc((78.7vw - 100px) * 1.41);
		height: calc(78.7vw - 100px);
		background: url(images/customorder_movie_title_sp.png) no-repeat center top/auto 100%;
		margin: 20px auto auto auto;
	}

	.mainViewTitleMovie a {
		margin-top: 10px;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		position: absolute;
		right: 0;
		bottom: -44px;
	}










	.sectionHeader {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 100%;
		position: relative;
		margin: 0 0 40px 0;
	}

	.sectionHeader:after {
		content: "";
		width: 50px;
		height: 2px;
		position: absolute;
		bottom: -2px;
		left: calc(50% - 25px);
		background: #ed1220;
	}

	.sectionHeader>span {
		font-family: 'Oswald', sans-serif;
		font-weight: 600;
		font-size: 11px;
		line-height: 30px;
		color: #ed1220;
		display: block;
	}









	.newsWrapper {
		padding: 55px 0;
	}

	.news {
		width: 92%;
		margin: 0 auto;
		display: block;
	}

	.news>*:nth-child(1) {
		width: 100%;
	}

	.news>*:nth-child(2) {
		width: 100%;
	}

	.newsArticle {
		width: 100%;
		font-size: 14px;
		line-height: 135%;
		display: block;
	}

	.newsArticle>span:nth-child(1) {
		width: 100%;
		display: block;
		margin: 0 0 0.3em 0;
	}

	.newsArticle>span:nth-child(2) {
		width: 100%;
	}








	.spSearch {
		width: 100%;
		background: rgb(238, 238, 238);
		background: linear-gradient(0deg, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 1) 100%);
		position: relative;
		padding: 60px 0;
		display: block;
	}

	.spSearchTabs {
		width: 92%;
		display: flex;
		margin: 0 auto;
	}

	.spSearchTab {
		width: 100%;
		display: block;
		border: 1px solid #ed1220;
		border-bottom: 0;
		border-right: 0;
		color: #ed1220;
		font-size: 16px;
		line-height: 45px;
		background: white;
		transition: background 0.1s ease-out, color 0.1s ease-out;
		text-align: center;
	}

	.spSearchTabActive {
		background: #ed1220;
		color: white;
	}

	.spSearchTab:last-child {
		border-right: 1px solid #ed1220;
	}

	.spSearchContent {
		display: none;
		width: 92%;
		box-sizing: border-box;
		padding: 4vw;
		border: 1px solid #cccccc;
		margin: 0 auto;
	}

	.spSearchContentTypes {
		border: 0;
		background-repeat: no-repeat;
	}

	.spSearchContentDetails {
		background: #eeeeee;
		padding: 0 4vw 30px 4vw;
		display: block;
	}






	.megaMenuBrands {
		padding: 0;
	}

	.megaMenuBrandButtons {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		line-height: 0;
	}

	.megaMenuBrandButtons>a {
		margin: 5px 0;
		width: 40.7vw;
	}

	.megaMenuBrandButtons>a img {
		width: 100%;
	}

	.megaMenuTypes {
		background: #404040;
		padding: 4vw;
	}

	.megaMenuTypeButtons:after {
		content: "";
		width: calc(28vw - 2.5px);
	}

	.megaMenuTypeButtons>a {
		margin: 5px 0 0 0;
		width: calc(28vw - 2.5px);
		height: calc(28vw - 2.5px);
	}

	.megaMenuTypeButtons>a:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		background-position: center 33%;
		background-repeat: no-repeat;
		background-image: inherit;
		background-size: 22vw auto;
	}

	.megaMenuTypeButtons>a>div {
		font-size: 13px;
		color: white;
		text-decoration: none;
		line-height: 120%;
		text-align: center;
		width: 100%;
		margin-top: 60%;
		white-space: nowrap;
	}

	.megaMenuDetails {
		padding: 0;
	}

	.megaMenuDetailSearch>* {
		padding: 0;
		display: block;
	}

	.megaMenuDetailSearchFormColumn {
		width: 100%;
	}

	.megaMenuDetailSearchFormRow {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 15px 0 0 0;
	}

	.megaMenuDetailSearchFormRow>div:first-child {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		white-space: nowrap;
	}

	.megaMenuDetailSearchFormRow>div:last-child {
		width: 100%;
		height: 40px;
		overflow: hidden;
		position: relative;
	}

	.megaMenuDetailSearchButtonColmun {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 30px 0 0 0;
	}

	.megaMenuDetailSearchButtonColmun input[type="button"],
	.megaMenuDetailSearchButtonColmun input[type="submit"] {
		width: 40vw;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.megaMenuDetailSearchButtonColmun input[type="button"] {
		margin: 0;
	}









	.recommended {
		width: 100%;
		min-width: 100%;
		padding: 60px 0;
		background: #eeeeee;
	}

	.recommended * {
		box-sizing: border-box;
	}

	.recommendedItems {
		padding: 20px 0 0 0;
		width: 92%;
	}

	.recommendedItems:after {
		content: none;
	}

	.recommendedItem {
		width: 48%;
		margin: 0 0 30px 0;
	}

	.recommendedItemName {
		width: 100%;
		font-size: 14px;
		line-height: 125%;
		height: auto;
		overflow: visible;
		margin: 15px 0 0 0;
	}

	.recommendedItemInfo {
		padding: 14px;
	}

	.recommendedItemInfoWrp>div:nth-child(odd) {
		width: 100%;
	}

	.recommendedItemInfoWrp>div:nth-child(odd):not(:first-child) {
		margin-top: 10px;
	}

	.recommendedItemInfoWrp>div:nth-child(even) {
		width: 100%;
	}

	.recommendedItemInfoWrp>div {
		font-size: 14px;
		line-height: 120%;
		white-space: normal;
		margin: 2px 0;
	}

	.recommendedItemPrice {
		color: #ed1220;
	}
  .recommendedItemPrice .mini{
    font-size: 10px;
  }

	.recommendedButtonWrapper {
		width: 100%;
		margin: 20px auto 0 auto;
	}

	.recommendedButton {
		font-size: 20px;
		width: 92%;
		height: 60px;
		line-height: 60px;
	}

  .recommendedItemPlace {
    font-size: 12px;
    line-height: 12px;
  }







	.buyAndSell {
		width: 92%;
		height: auto;
		margin: 60px auto;
		line-height: 0;
	}

	.buyAndSell img {
		width: 100%;
		height: auto;
	}

	.buyAndSell>a {
		display: block;
		position: absolute;
		width: 50%;
		height: 10%;
	}

	.buyAndSell>a:nth-of-type(1) {
		right: 3%;
		top: 68%;
	}

	.buyAndSell>a:nth-of-type(2) {
		right: 3%;
		top: 78%;
	}

	.customPartsKit {
		width: 92%;
		height: auto;
		margin: 60px auto;
		line-height: 0;
		position: relative;
	}

	.customPartsKit img {
		width: 100%;
		height: auto;
	}

	.customPartsKit>a {
		position: absolute;
		content: '';
		inset: 0;
	}






	footer {
		width: 100%;
		min-width: 100%;
		flex-wrap: wrap;
		z-index: auto;
		padding-bottom: 50px;
	}

	.footerImage {
		width: 100%;
		height: 62.7vw;
	}

	.footerContent {
		width: 100%;
		padding: 30px 0;
	}

	.footerLinks {
		display: none;
	}

	.footerLogo {
		width: 45%;
		margin: 0 auto 15px auto;
	}

	.footerCredit {
		width: 100%;
		text-align: center;
	}























	.lowerHeaderSpacer {
		margin-top: 55px !important;
	}

	.lowerMV {
		width: 100%;
		min-width: 100%;
		height: 175px;
		margin: 55px 0 0 0;
		position: relative;
	}

	.lowerMVTitle {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		line-height: 0;
	}

	.lowerMVTitle>img {
		transform: scale(0.5) translate(0, -12.5px);
		transform-origin: center bottom;
	}

	.breads {
		position: absolute;
		left: 4%;
		top: 10px;
		text-align: left;
		width: 92%;
	}

	.lowerTopMessage {
		font-size: 14px;
		line-height: 150%;
		padding: 55px 0;
		width: 92%;
		min-width: 92%;
		margin: 0 auto;
	}


	.lowerTitle {
		margin: 0 0 30px 0;
		font-size: 25px;
	}

	.lowerTitle>span {
		font-size: 11px;
		margin: 6px 0 0 0;
	}

	.lowerTitleWithLine {
		margin: 0 0 60px 0;
	}

	.lowerTitleWithLine>span {
		margin: 12px 0 0 0;
	}

	.lowerTitleWithLine:after {
		content: "";
		width: 60px;
		height: 2px;
		background: #ed1220;
		position: absolute;
		bottom: -16px;
		left: calc(50% - 30px);
	}











	.lowerCompanyStaff {
		width: 92%;
	}

	.lowerCompanyStaffDivision {
		padding: 0 0 50px 0;
	}

	.lowerCompanyStaffDivisionTitle {
		font-size: 15px;
		line-height: 30px;
		height: 30px;
		padding: 0 0 0 4vw;
	}

	.lowerCompanyStaffDivisionStaffs:after,
	.lowerCompanyStaffDivisionStaffs:before {
		width: 44vw;
	}

	.lowerCompanyStaffDivisionStaffs:before {
		content: none;
	}

	.lowerCompanyStaffDivisionStaffs>div {
		width: 44vw;
		position: relative;
		margin: 25px 0 0 0;
	}

	.lowerCompanyStaffImage {
		width: 100%;
		height: 54vw;
		margin: 0 0 15% 0;
	}

	.lowerCompanyStaffName {
		font-size: 18px;
	}

	.lowerCompanyStaffName span {
		font-size: 14px;
	}

	.lowerCompanyStaffMessage {
		font-size: 14px;
		line-height: 150%;
	}


















	.lowerCompanyCEOMessage {
		width: 100%;
		min-width: 100%;
		padding: 50px 0;
		background-size: auto 280px;
		background-position: center 100px;
	}

	.lowerCompanyCEOMessage .lowerTitle {
		text-align: center;
		width: 100%;
		margin: 0 auto 310px auto;
	}

	.lowerCompanyCEOMessages {
		width: 92%;
		margin: 0 auto;
	}

	.lowerCompanyCEOMessage1 {
		width: 100%;
		margin: 30px auto;
		font-weight: bold;
		text-align: center;
	}

	.lowerCompanyCEOMessage2 {
		width: 100%;
		margin: 0 auto 0 0;
		font-size: 14px;
		line-height: 150%;
	}

	.lowerCompanyCEOMessageSign {
		display: block;
		width: auto;
		height: 18px;
		margin: 15px 0 0 auto;
	}




	.lowerCompanyProfile {
		width: 100%;
		margin: 55px auto;
		padding: 0 4%;
	}

	.lowerCompanyProfileRow>div {
		padding: 14px 0;
		font-size: 14px;
		line-height: 135%;
	}

	.lowerCompanyProfileRow>div:nth-child(1) {
		width: 85px;
		padding-left: 1em;
	}

	.lowerCompanyProfileRow>div:nth-child(2) {
		width: calc(100% - 85px);
	}






	.lowerCompanyShops {
		width: 100%;
		padding: 0;
		display: block;
	}

	.lowerCompanyShops>* {
		display: block;
		width: 69.3%;
		margin: 0 auto;
	}

	.lowerCompanyShops>*:not(:first-child) {
		margin-top: 60px;
	}

	.lowerCompanyShopImage {
		width: 100%;
		height: 38.5vw;
	}

	.lowerCompanyShopName {
		font-size: 20px;
	}

	.lowerCompanyShopName span {
		font-size: 14px;
		display: block;
	}









	.lowerServiceCraftmanship {
		background: #eeeeee;
		width: 100%;
		min-width: 100%;
		padding: 50px 0 300px 0;
		position: relative;
	}

	.lowerServiceCraftmanship .lowerTitle {
		width: 100%;
		margin: 0 auto 25px auto;
		text-align: center;
	}

	.loserServiceCraftmanshipContents {
		width: 92%;
	}

	.loserServiceCraftmanshipContent1 {
		font-weight: bold;
		font-size: 16px;
		line-height: 135%;
		letter-spacing: 0;
	}

	.loserServiceCraftmanshipContent2 {
		display: block;
		font-size: 14px;
		line-height: 200%;
		white-space: nowrap;
		margin: 25px 0;
		padding: 10px 15px;
		letter-spacing: -0.05em;
	}

	.loserServiceCraftmanshipContent3 {
		font-size: 14px;
		line-height: 150%;
	}

	.loserServiceCraftmanshipImage {
		width: 100%;
		height: 320px;
		position: absolute;
		left: 0;
		top: auto;
		bottom: -40px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}









	.lowerServiceAftercare {
		width: 100%;
		min-width: 100%;
		position: relative;
		padding: 70px 0 250px 0;
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: auto 300px;
	}

	.lowerServiceAftercare>* {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		position: static;
		left: auto;
	}

	.lowerServiceAftercare .lowerTitle {
		text-align: center;
		margin-bottom: 20px;
	}

	.lowerServiceAftercare1 {
		font-size: 16px;
		line-height: 150%;
		font-weight: bold;
		text-align: center;
	}

	.lowerServiceAftercare2 {
		margin-top: 20px;
		font-size: 14px;
		line-height: 150%;
	}











	.lowerServiceLoan {
		width: 100%;
		margin: 0 auto;
		padding: 60px 0 0 0;
	}

	.lowerServiceLoanMessage {
		font-size: 16px;
		line-height: 150%;
		margin: 0 0 30px 0;
		text-align: center;
	}

	.lowerServiceLoanMessage2 {
		font-size: 16px;
		line-height: 150%;
		margin: 30px 0 0 0;
		text-align: center;
	}

	.lowerServiceLoanTypes {
		width: 70vw;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.lowerServiceLoanTypes>div {
		width: 100%;
		box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
	}

	.lowerServiceLoanTypes>div:not(:first-child) {
		margin-top: 20px;
	}

	.lowerServiceLoanTypes>div>div {
		font-size: 16px;
		line-height: 30px;
		height: 30px;
	}








	.lowerStore {
		width: 92%;
		margin: 0 auto;
	}

	.lowerStore:not(:nth-of-type(1)) {
		margin-top: 50px;
	}

	.lowerStoreName {
		font-size: 15px;
		line-height: 30px;
		height: 30px;
		padding: 0 0 0 4vw;
	}

	.lowerStoreDetails {
		flex-wrap: wrap;
		margin: 15px 0 0 0;
	}

	.lowerStoreImage {
		width: 44.7vw;
		height: 44.7vw;
	}

	.lowerStoreInfo {
		margin-top: 15px;
		width: 100%;
		font-size: 14px;
		line-height: 150%;
	}

	.lowerStoreInfo>span:not(:first-child) {
		margin-top: 0.75em;
	}

	.lowerStoreMap {
		margin: 15px 0 0 0;
		width: 100%;
		height: 160px;
	}

	.lowerStoreMap iframe {
		width: 100%;
		height: 160px;
	}









	.lowerContactTopMessage {
		text-align: left;
		width: 92%;
	}

	.lowerContactTel {
		padding: 70px 0 60px 0;
	}

	.lowerContactHelpdesks {
		width: 92%;
		flex-wrap: wrap;
	}

	.lowerContactHelpdesk {
		width: 100%;
		padding: 0;
		position: relative;
	}

	.lowerContactHelpdeskName {
		font-size: 20px;
		font-weight: bold;
		line-height: 100%;
		white-space: nowrap;
		margin-bottom: 15px;
	}

	.lowerContactHelpdeskTel img {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 0;
		vertical-align: middle;
		margin-right: 5px;
	}

	.lowerContactHelpdeskTel {
		font-size: 30px;
		line-height: 40px;
		font-family: 'Oswald', sans-serif;
		font-weight: 600;
		color: #ed1220;
		white-space: nowrap;
		pointer-events: all;
	}

	.lowerContactHelpdeskMail {
		margin-top: 20px;
	}

	.lowerContactHelpdeskMail,
	.lowerContactHelpdeskTime {
		font-size: 14px;
		line-height: 150%;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		color: black;
		text-decoration: none;
	}

	.lowerContactHelpdeskMail:hover {
		text-decoration: underline;
	}



















	.lowerContactForm {
		padding: 60px 0 100px 0;
		position: relative;
	}

	.contactForm {
		width: 92%;
		margin: 0 auto;
		position: relative;
	}

	.contcctFormRow {
		width: 100%;
		flex-wrap: wrap;
	}

	.contcctFormRow:not(:first-child) {
		margin-top: 15px;
	}

	.contcctFormRow>div:first-child {
		font-size: 14px;
		line-height: 30px;
		white-space: nowrap;
		width: 100%;
		position: relative;
	}

	.contcctFormRow>div:last-child {
		width: 100%;
		position: relative;
	}

	.selectWrapper:after {
		left: calc(100% - 22px);
	}

	.contactForm select {
		width: 100%;
	}

	.contactFormButtons {
		width: 100%;
		margin: 30px 0 0 0;
	}

	.contactFormButtons p {
		margin: 0;
		padding: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	.contactFormButtons input:not(:first-child) {
		margin-left: 0;
	}

	.contactForm input[type="submit"],
	.contactForm input[type="button"] {
		width: 48%;
	}

	.contactForm .errorMessage {
		font-size: 14px;
		box-sizing: border-box;
		margin: 0 auto;
		width: 90vw;
		white-space: nowrap;
		left: calc(50% - 45vw);
	}

	.contactFormConfirmPhase>.contactFormButtons>input {
		width: 47%;
		justify-content: space-between;
		margin: auto;
	}



	.lowerThanksBackToTop {
		margin: 0 auto 60px auto;
		width: 100%;
	}

	.lowerThanksBackToTop>a {
		display: block;
		width: 84%;
		height: 55px;
		line-height: 55px;
	}















	.lowerLineBreadsWrapper {
		width: 100%;
		height: 20px;
		margin: 80px auto 35px auto;
		position: relative;
	}

	.lowerLineBreadsWrapper>.breads>* {
		color: black;
	}

	.lowerLineBreadsWrapper>.breads>a:after {
		border-color: black;
	}



	.lowerLineTopPC {
		display: none;
	}

	.lowerLineTopSP {
		display: block;
		text-align: center;
		padding: 0 0 75px 0;
	}

	.lowerLineTopInfo1 {
		font-size: 15px;
		line-height: 135%;
		letter-spacing: -0.04em;
	}

	.lowerLineTopInfo1 span {
		display: inline-block;
	}

	.lowerLineTopInfo2 {
		line-height: 0;
		margin-top: 15px;
	}

	.lowerLineTopInfo2 img {
		width: 73.3%;
	}

	.lowerLineTopInfo3 {
		font-size: 15px;
		line-height: 150%;
	}

	.lowerLineTopSPImage {
		margin: 30px auto 0 auto;
		width: 62.7vw;
		height: 120.6vw;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.lowerLineTopSPImage a {
		position: absolute;
		left: calc(50% - 35%);
		top: 57.3%;
		width: 70%;
	}

	.lowerLineTopSPImage img {
		width: 100%;
	}









	.lowerLineBenefits {
		padding: 75px 0;
		background: #eeeeee;
	}

	.lowerLineBenefits .lowerTitle {
		margin-bottom: 0;
	}

	.lowerLineBenefitsList {
		width: 92%;
		display: block;
		margin: 0 auto;
	}

	.lowerLineBenefitsList>div {
		width: 100%;
		padding: 35px 0;
	}

	.lowerLineBenefitsList>div:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #cccccc;
	}

	.lowerLineBenefitNumber {
		font-size: 32px;
	}

	.lowerLineBenefitImage {
		width: 31vw;
		margin: 15px auto 30px auto;
	}

	.lowerLineBenefitTitle {
		font-size: 16px;
	}

	.lowerLineBenefitText {
		font-size: 14px;
		padding: 0;
	}

	.lowerLineBenefitsNotice {
		margin: 35px auto 0 auto;
		line-height: 150%;
		padding: 20px;
		width: 92%;
		box-sizing: border-box;
	}












	.searchResultsWrapper {
		padding: 55px 0;
		position: relative;
	}

	.searchResults {
		width: 92%;
	}

	.searchResult {
		flex-wrap: wrap;
		box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.3);
	}

	.searchResult:not(:first-child) {
		margin-top: 30px;
	}
	.searchResultLeftBox {
		width: 100%;
		box-sizing: border-box;
		margin: 20px;
	}

	.searchResultImage {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		/* box-sizing: border-box;
		margin: 20px; */
	}

	.searchResultImage>img {
		width: 100%;
	}

	.searchResultData {
		width: 100%;
		padding: 0 20px 20px 20px;
	}

	.searchResultDataTitle {
		width: 100%;
		font-size: 16px;
		padding-right: 0;
	}

	.searchResultDataTable {
		width: 100%;
		/* margin: 20px 0 5px;s */
		display: flex;
		flex-wrap: nowrap;
	}

	.searchResultDataTableTh,
	.searchResultDataTableTd {
		flex-direction: column;
	}

	.searchResultDataTableTh {
		width: 45%;
	}

	.searchResultDataTableTd {
		width: 55%;
	}

	.searchResultDataTableTh>div,
	.searchResultDataTableTd>div {
		width: 100%;
    height: 42px;
		line-height: 40px !important;
		border: 0 !important;
		border-bottom: 1px solid #cccccc !important;
		padding: 0 0.5em;
		white-space: nowrap;
    text-align: left;
	}

  .searchResultDataTableWrapperNarrow .searchResultDataTableTh>div,
  .searchResultDataTableWrapperNarrow .searchResultDataTableTd>div {
    width: 100%;
  }

	.searchResultDataTable1 .searchResultDataTableTh>div:first-child,
	.searchResultDataTable1 .searchResultDataTableTd>div:first-child {
		border-top: 1px solid #cccccc !important;
	}

	.searchResultDataComment {
		width: 100%;
		padding-right: 0;
		min-height: 0;
	}

	.searchResultButton {
		display: block;
		position: relative;
		width: calc(100% - 40px);
		right: auto;
		bottom: auto;
		height: 40px;
		line-height: 40px;
		margin: 0 auto 20px auto;
	}



	.pagination {
		width: 100%;
		margin-top: 60px;
		display: flex;
	}

	.pagination ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.pagination li>* {
		padding: 0.25em 0.5em;
	}












	.specWrapper {
		width: 92%;
		margin: 55px auto;
	}

	.specTitle {
		font-size: 16px;
		padding: 10px;
	}

	.specPhoto {
		margin: 30px 0 0 0;
		flex-wrap: wrap;
	}

	.specMainPhoto {
		width: 100%;
		height: 69vw;
    position: relative;
	}

	.specMainPhoto.soldout:after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/soldout_moji.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 95%;
    width: 100%;
    height: 100%;
	}

	.specPhotoSelector {
		width: 100%;
    height: auto;
    aspect-ratio: 345 / 130;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    margin-top: 5px;
	}

	/* .specPhotoSelector>div {
		width: 15%;
		height: 10.4vw;
		margin-top: 5px !important;
	} */

	.specButton {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		margin: 30px auto 0 auto;
		border: 1px solid #ed1220;
	}

	.specSubtitle {
		margin: 30px 0 0 0;
	}

	.specSubtitleMargin {
		margin: 80px 0 30px 0;
	}

	.specText {
		margin: 20px 0 0 0;
		font-size: 14px;
		line-height: 150%;
	}

	.specText img {
		max-width: 100%;
	}

	.specDetails {
		flex-wrap: wrap;
		font-size: 14px;
	}

	.specDetailsLeft {
		width: 100%;
	}

	.specDetailsTable {
		width: 100%;
		margin: 30px 0 0 0;
	}

	.specDetailsLeftTitle {
		background: #ed1220;
		color: white;
		text-align: center;
		padding: 0.5em 0;
	}

	.specDetailsLeftTitle:not(:first-child) {
		margin-top: 20px;
	}

	.specDetailsLeftData {
		text-align: center;
		padding: 0.5em 0;
	}

	.specDetailsLeftDataBig {
		color: #ed1220;
		font-size: 24px;
		border-collapse: collapse;
	}

	.specDetailsTable {
		display: block;
	}

	.specDetailsTable tr {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}



	.specDetailsTable tr td:nth-child(odd) {
		display: block;
		width: 30%;
		padding: 0.5em;
	}

	.specDetailsTable tr td:nth-child(even) {
		display: block;
		width: 70%;
		padding: 0.5em;
	}









	.articleWrapper {
		width: 92%;
		margin: 60px auto 0 auto;
	}

	.articleDate {
		font-size: 14px;
		line-height: 135%;
	}

	.articleWrapper .lowerTitle {
		text-align: left;
		font-size: 18px;
		line-height: 135%;
		margin: 10px 0 0 0;
		border-bottom: 1px solid #ed1220;
		padding-bottom: 10px;
	}

	.articleContent {
		margin: 40px 0 100px 0;
	}










	.lowerBodyWrapper,
	.lowerOrderWrapper {
		width: 92%;
	}

	.lowerBodyButton {
		border: 3px solid #ed1220;
		border-radius: 8px;
		font-size: 20px;
		padding: 10px 0;
	}

	.lowerBodyButton>span {
		font-size: 10px;
		line-height: 150%;
		font-family: 'Oswald', sans-serif;
		font-weight: 600;
		display: block;
	}

	.lowerBodyButton:hover {
		background: #ed1220;
		color: white;
	}

	.lowerBodyButton+.lowerBodyImage {
		margin-top: 40px;
	}







	.lowerOrderStepContent2 {
		flex-wrap: wrap;
	}

	.lowerOrderStepContent2>* {
		display: block;
	}

	.lowerOrderStepContent2>img {
		width: 100%;
		height: auto;
		margin-right: 30px;
		margin-bottom: 30px;
	}









	.megaMenuServiceListBackgrounds {
		display: none;
	}





	.strength {
		width: 100%;
		min-width: 100%;
		padding: 60px 0;
	}

	.strengthContentWrapper {
		width: 100%;
	}

	.strengthList {
		flex-direction: column;
	}

	.strengthItems {
		width: 90%;
		margin: 12px auto;
		box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.5);
	}

	/*20231030 top_financial*/
	.top_financial-retouch-sec-wrap .financial_imgbox.strengthItems {
		width: 90%;
	}




	.customOrderWrapper {
		padding: 60px 0;
		min-width: auto;
	}

	.customOrder {
		width: 92%;
		display: block;
	}

	.customOrder img {
		width: 100%;
	}

	.customOrder div {
		width: 100%;
		margin-top: 20px;
	}

	.customOrder h2 {
		font-size: 24px;
	}



	/*add 20230703*/

	.topFaqDl,
	.topFaqDl dt,
	.topFaqDl dd {
		font-size: 14px;
	}

	.topFaq {
		width: 100%;
		min-width: 100%;
		padding: 60px 0;
	}

	.topFaqContentWrapper {
		width: 92%;
		margin: auto;
	}


	/*コラム追加
--------------------------------------------*/
	/*TOP*/
	.newsWrapper .flex-box .news {
		width: 100%;
	}

	.newsWrapper .flex-box .news:nth-child(1) {
		margin-bottom: 4rem;
	}

	.newsWrapper .flex-box .news>*:nth-child(1),
	.newsWrapper .flex-box .news>*:nth-child(2) {
		width: 100%;
	}

	.newsWrapper .flex-box .news>*:nth-child(2) {
		padding-right: 1rem;
	}

	.newsWrapper .flex-box .news .sectionHeaderNewsMod:after {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.newsWrapper .flex-box .news .newsArticle>span:nth-child(1),
	.newsWrapper .flex-box .news .newsArticle>span:nth-child(2) {
		width: 100%;
		display: inline-block;
	}

	/*一覧*/
	.column_archive .column_archive_list li {
		width: 100%;
		margin-right: 0;
	}

	.column_archive .column_archive_list li .pic img {
		height: auto;
	}

	/*イベントページ追加
----------------------------------------*/
	.openPriceFair {
		width: 92%;
		height: auto;
		margin: 60px auto;
		line-height: 0;
		position: relative;
	}

	.openPriceFair img {
		width: 100%;
		height: auto;
	}

	.openPriceFair>a {
		position: absolute;
		content: '';
		inset: 0;
	}


	/* 20231206 パンくずリスト */
	.cmnBreads ol {
    position: absolute;
		left: 4%;
		top: 10px;
		text-align: left;
		width: 92%;
	}
  
	/* 20231222 トップバナー */
	.topBannerWrapper {
		width: 100%;
	}
	.topBannerList {
		grid-template-columns: repeat(2, 1fr);
		margin-inline: auto;
		gap: 20px;
		width: 92%;
	}
	.topBannerItems {
		width: 100%;
		margin-inline: 0;
	}

	/*--20240311 変更　車両詳細表の使用タグについて--*/
	.recommendedItemInfoTable{
		border-collapse: collapse;
	}
	.recommendedItemInfoTable th,
	.recommendedItemInfoTable td{
		padding: 2px 0;
		font-size: 10px;
	}
	.recommendedItemInfoTable th{
		padding-top: 10px;
		width: 5em;
	}
	.recommendedItemInfoTable tr{
		display: flex;
		align-items: baseline;
		flex-direction: row;
	}
	.recommendedItemInfoTable tr:first-child th{
		padding-top: 0;
	}
	.recommendedItemInfoTable td{
		width: calc(100% - 5em);
	}

  /* 20240328 変更
-------------------------------------------*/
	.recommendedItemInfoHeadNum {
		font-size: 10px;
	}
	.recommendedItemInfoHeadNum span {
		font-size: 16px;
	}

/* 20250709 追加 会社紹介文の追加
-------------------------------------------*/

	.company_introduction {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}
	.company_introduction .br_sp {
		display: none;
	}

/* 20251028 トップページランキング追加
-------------------------------------------*/
  .topRankingContentWrapper {
    width: 100%;
  }
  .rankingSlider {
    padding: 0 10px;
  }
  .rankingItemHead {
    gap: 5px;
  }
  .rankingItemHeadImg {
    width: 50px;
  }
  .rankingItemHeadName {
    font-size: 10px;
  }
  .rankingSlider .slick-track {
    gap: 10px;
  }
  .rankingSliderNext,
  .rankingSliderPrev {
    width: 10px;
    height: 20px;
  }
  .rankingSliderPrev {
    left: 0;
  }
  .rankingSliderNext {
    right: 0;
  }
  .rankingSliderPrev::before,
  .rankingSliderPrev::after,
  .rankingSliderNext::before,
  .rankingSliderNext::after {
    width: 15px;
  }
  .rankingItemBtn {
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 12px;
  }

/* 20251028 トップお客様の声追加
-------------------------------------------*/
  .topReviewWrapper {
    width: 100%;
  }
  .topReviewContentWrapper {
    grid-template-columns: 1fr;
    width: 92%;
    margin: 30px auto 0;
  }
  .topReviewItemHead {
    gap: 10px;
  }
  .topReviewItemHeadImg {
    width: 80px;
  }
  .topReviewItemHeadName {
    font-size: 18px;
  }
  .topReviewItemStarTitle {
    font-size: 16px;
    padding: .5em 1em;
  }
  .topReviewItemStarSection {
    grid-column: 1 / 3;
  }
  .topReviewItemStar {
    font-size: 22px;
  }
  .topReviewItemBody {
    flex-direction: column;
  }
  .topReviewItemBodyImg {
    width: 100%;
  }
  .topReviewItemBodyListWrapper {
    width: auto;
  }
  .topReviewItemBodyListItem {
    padding:  .2em 0;
  }

  	/* 20251112 */
	.scn_purchase_guide.purchase_guide {
		padding: 60px 0;
		width: 90%;
		margin: 0 auto;
	}

	.scn_purchase_guide.purchase_guide 
	.guide_ttl {
		padding-top: 40px;
		font-size: 20px;
	}

	.scn_purchase_guide.purchase_guide 
	.guide_01_item {
		display: block;
	}

	.scn_purchase_guide.purchase_guide 
	.guide_01_ttl {
		width: 100%;
		padding: 10px 0;
		margin-bottom: 0;
	}

	.scn_purchase_guide.purchase_guide 
	.guide_01_text {
		width: 95%;
		padding: 0 5px;
		margin: 10px auto;
		border: none;
	}

	.scn_purchase_guide.purchase_guide 
	.guide_02_ttl {
		font-size: 20px;
	}

	.scn_purchase_guide.purchase_guide 
	.guide_02_text {
		padding: 20px;
	}

	.scn_purchase_guide.purchase_guide 
	.br_sp {
		display: block;
	}

	.scn_store_information.store_information {
		padding: 60px 0;
		width: 90%;
		margin: 0 auto;
	}

	.scn_store_information.store_information 
	.store_introduction {
		text-align: left;
		padding-bottom: 20px;
	}

	.scn_store_information.store_information 
	.store_information_block {
		display: block;
		text-align: center;
	}

	.scn_store_information.store_information 
	.store_information_item p {
		margin: 5px 0 40px;
	}

	/* 20251113  人気メーカー比較 */
	.scn-comparisonPopularMakerStrong {
		width: 92%;
	}
	.scn-comparisonPopularMakerStrong .comparisonPopularMakerStrongTable {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.scn-comparisonPopularMakerStrong .popularMakerExp {
		flex-wrap: wrap;
	}
	.scn-comparisonPopularMakerStrong .popularMakerImg img {
		width: 100%;
	}
	.scn-comparisonPopularMakerStrong .popularMakerImg {
		width: 100%;
	}

	/* 20251113  架装サービス案内 */
	.scn-aboutBodyworkService .aboutBodyworkService_ttl {
		font-size: 18px;
	}
	.scn-aboutBodyworkService .aboutBodyworkService_text {
		font-size: 14px;
	}

	/* 20251113  架装分類 */
	.scn-classificationBodywork .classificationBodyworkItem {
		flex-wrap: wrap;
	}
	.scn-classificationBodywork .classificationBodyworkItem:last-child {
		margin-bottom: 30px;
	}
	.scn-classificationBodywork .classificationBodyworkImg {
		width: 100%;
	}
	.scn-classificationBodywork .classificationBodyworkImg img {
		width: 100%;
	}
	.scn-classificationBodywork .classificationBodyworkIntroText {
		font-size: 14px;
		padding-left: 4px;
		padding-right: 4px;
	}
	.scn-classificationBodywork .classificationBodyworkIntroTtl {
		font-size: 20px;
	}

}

/* /mobile */