@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');

body {
	background-image: url(https://kindoutlet.jp/wp-content/themes/lightning/images/bg_image.png);
	background-repeat: repeat;
	background-size: 300px;
	background-color: rgba(255,255,255,0.9);
	background-blend-mode: lighten;
}
.siteHeader {
	background-color: red;
}
.header_scrolled .gMenu_outer {
	background-color: red;
}
.gMenu a {
	color: #fff !important;
}
.navbar-brand {
	font-size: 41px;
}
.navbar-brand a {
	color: #fff;
}
.navbar-brand a:hover {
	color: #333;
}
#main_wrap {
	box-sizing: border-box;
	text-align: center;
	/*filter: drop-shadow(2px 2px 3px #9c9c9c);*/
	margin: 20px 0 0 0;
}

#main_wrap .container {
	padding: 0;
}

@media screen and (max-width:575px) {
	#main_wrap .container {
		padding: 0 10px;
	}
}

/*hoverとimg設定*/
#main_wrap .hover_eff {
	transition: all .5s;
	position: relative;
}
#main_wrap .hover_eff a:after {
	content: "詳しく見る";
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(233, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main_wrap .hover_eff a:hover:after {
	opacity: 1;
}
#main_wrap .hover_eff img {
	object-fit: contain;
  	height: auto;
	vertical-align: bottom;
}

/*fist_wrap*/
#fist_wrap {
	display: flex;
	margin: 0 0 15px 0;
	justify-content: space-between;
}
.first_wrap_main {
	position: relative;
	flex-basis: 755px;
	height: 515px;
	margin: 0;
}

.first_wrap_main video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: inherit;
}

#fist_wrap_sub div:first-child {
	margin: 0 0 15px 0;
}
#fist_wrap_sub div a {
	height: auto;
	width: 100%;
	display: block;
}

/*fist_wrapメディアクエリ*/
@media (min-width: 576px) {
	#fist_wrap {
		margin: 0 0 10px 0;
	}
	.first_wrap_main {
		max-height: 247px;
		height: auto;
		flex-basis: 357px;
	}
	.first_wrap_main video {
		object-fit: inherit;
	}
	#fist_wrap_sub {
		flex-basis: 175px;
	}
	#fist_wrap_sub div:first-child {
   		margin: 0 0 5px 0;
	}
}
@media (min-width: 768px) {
	.first_wrap_main {
    max-height: 325px;
		height: auto;
		flex-basis: 475px;
	}
	.first_wrap_main video {
		object-fit: inherit;
	}
	#fist_wrap_sub {
		flex-basis: 230px;
	}
	#fist_wrap_sub div:first-child {
    margin: 0 0 15px 0;
	}
}
@media (min-width: 992px) {
	.first_wrap_main {
		max-height: 433px;
		height: auto;
		flex-basis: 635px;
	}
	.first_wrap_main video {
		object-fit: inherit;
	}
	#fist_wrap_sub {
		flex-basis: 310px;
	}
	#fist_wrap_sub div:first-child {
    margin: 0 0 15px 0;
	}
}
@media (min-width: 1200px) {
	
	.first_wrap_main {
		max-height: 515px;
		height: auto;
		flex-basis: 755px;
	}
	.first_wrap_main video {
		object-fit: inherit;
	}
	#fist_wrap_sub {
		flex-basis: 370px;
	}
	#fist_wrap_sub div:first-child {
    margin: 0 0 15px 0;
	}
}
@media screen and (max-width:575px) {
	#fist_wrap {
		display: block;
	}

	.first_wrap_main {
		display: block;
		height: 100%;
		margin: 0;
	}
	.first_wrap_main video {
		position: unset;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	#fist_wrap_sub {
		margin: 10px 0 0 0;
		width: 100%;
		display: flex;
	}
	#fist_wrap_sub div {
		height: auto;
    width: 50%;
	}
	#fist_wrap_sub div a {
		height: auto;
		width: 100%;
	}
	#fist_wrap_sub div:first-child {
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width:575px) {
}
/*-----------------*/

/*second_wrap*/
#second_wrap {
	margin: 0 0 10px 0;
	display: flex;
}
#second_wrap div {
	height: 250px;
}
.second_inner01 {
	display: flex;
	width: 70%;
}
.second_inner01 div:first-child {
	margin: 0 10px 0 0;
}
.second_inner01 div {
	width: 50%;
}
.second_inner02 {
	margin: 0 0 0 10px;
	width: 30%;
}

/*second_wrapメディアクエリ*/
@media screen and (max-width:575px) {
	#second_wrap {
		display: block;
		position: relative;
	}
	#second_wrap div a {
		height: 127px;
		display: block;
	}
	.second_inner01 {
		display: block;
		width: 167.5px;
		height: 127px !important;
		margin: 0;
		position: absolute;
		right: 0;
	}
	.second_inner01 div:first-child {
		margin: 0 0 10px 0;
	}
	.second_inner01 div {
		height: 127px !important;
		width: 100%;
	}
	.second_inner02 {
		height: 265px !important;
		width: 167.5px;
		margin: 0 10px 0 0;
	}
	.second_inner02 div {
		height: 127px !important;
		margin: 0;
		width: 100%;
	}
}
/*-----------------*/
/*grid_wrap*/
#grid_wrap {
  display: grid;
  grid-template-rows: 250px;
  grid-template-columns: 380px 380px 330px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media screen and (max-width: 575px) {
	#grid_wrap {
		grid-template-rows: auto;
	  grid-template-columns: 1fr 1fr;
	}
	#grid_wrap div:nth-child(4) {
		order: 6;
	}
	#grid_wrap div:nth-child(5) {
		order: 5;
	}
	#grid_wrap div:nth-child(6) {
		order: 4;
	}
}
@media (min-width: 576px) {
	#grid_wrap {
		grid-template-rows: 113px;
	  grid-template-columns: 175px 175px 175px;
		grid-column-gap: 8px;
	}
}
@media (min-width: 768px) {
	#grid_wrap {
		grid-template-rows: 154px;
		grid-template-columns: 230px 230px 230px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
	}
}
@media (min-width: 992px) {
	#grid_wrap {
		grid-template-rows: 209px;
	  grid-template-columns: 310px 310px 310px;
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
}
@media (min-width: 1200px) {
	#grid_wrap {
		grid-template-rows: 250px;
	  grid-template-columns: 370px 370px 370px;
		grid-column-gap: 15px;
	}
}
/*-----------------*/
/* bgColorYellow */
.bg_color_yellow {
	background-color: rgb(255,250,205, 0.8);
}

.bg_color_red {
	background-color: rgb(255,0,0, 0.3);
}

/*トップページh2のレイアウト*/
#newarrival_cont .container h2 {
	font-family: 'Coda Caption', sans-serif;
	font-size: 70px;
	background-color: transparent;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: none;
	border-bottom: none;
	color: rgba(0, 0, 0, 0);
	text-shadow: 3px 3px 0 #F21020;
	-webkit-text-stroke: 1px #333333;
	text-stroke: 1px #333333;
}

#newarrival_cont .container .title_sub {
	margin: 20px 0 -10px 0;	
	display: block;
}

@media screen and (max-width: 575px) {
	#newarrival_cont .container .title_sub {
		padding: 0 10px;
	}
	#newarrival_cont .container h2 {
		font-size: 40px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	#newarrival_cont .container h2 {
		font-size: 50px;
	}
}

/*=======================
=========================
在庫一覧のレイアウト
=========================
=======================*/
#stocklist_content .row #main {
	padding: 0;
}

.inner-cont {
	padding: 20px;
	background-color: #fff;
	border-bottom: solid 1px #CCCCCC;
}

.inner-cont:hover {
	background-color: #FFEFEF;
}

.inner-cont .inner_flex {
	display: flex;
	gap: 20px;
	margin: 0 0 20px 0;
}

.inner-cont .inner_flex .details {
	width: calc(100% - 296px);
}

.inner-cont a {
	position: relative;
	text-decoration: none;
	color: #333333;
	display: block;
}

.inner-cont a .stock_title {
	border-bottom: none;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 20px 0;
	box-shadow: none;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inner-cont a .stock_title_sp,
.inner-cont a .maker_sp {
	display: none;
}

.inner-cont a .stock_title::after {
	display: none;
}

.inner-cont ul {
	margin: 0;
	padding: 0;
}

.inner-cont ul li {
	display: initial;
	margin: 0;
	padding: 0;
}

.inner-cont ul li p {
	margin: 0;
	padding: 0;
}

.inner-cont .carfee {
	display: flex;
	gap: 10px;
}

.inner-cont .carfee > div,
.inner-cont .carfee .carfee_wrap div {
	display: flex;
	gap: 15px;
	align-items: center;
}

.inner-cont .carfee > div:first-child {
	border-top: solid 2px #F21020;
}

.inner-cont .carfee .fee_wrap {
	display: none;
}

.inner-cont .carfee > div p:not(.fee) {
	text-align: center;
	line-height: 1.4;
}

.inner-cont .carfee > div p {
	margin: 0;
}

.inner-cont .carfee > div .fee {
	font-size: 40px;
	font-weight: bold;
	color: #F21020;
}

.inner-cont .carfee > div:not(:first-child) .fee {
	font-size: 34px;
	color: #333333;
	font-weight: normal;
}

.inner-cont .carfee > div .fee .s_txt {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

.inner-cont .details_list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.inner-cont .details_list li span {
	font-size: 12px;
}
.inner-cont .details_list li .gray_txt {
	background-color: #F2F2F2;
	padding: 4px 8px;
}

.inner-cont .details_list li span:not(.gray_txt) {
	font-size: 14px;
	font-weight: bold;
}

.inner-cont .details_list li .small_txt {
	font-size: 10px;
	font-weight: normal;
}

.inner-cont .details_list .shop_name {
	border: solid 1px #333333;
	padding: 0 10px;
}

.inner-cont a .stock_img {
	display: block;
	width: 276px;
	height: 207px;
}

.inner-cont a .stock_img img {
	object-fit: cover;
	width: 276px;
	height: 207px;
}

#stocklist_content .pnavi {
	margin: 50px auto;
	text-align: center;
}
#stocklist_content .pnavi .dots {
	border: none;
}
#stocklist_content .pnavi a:hover {
	background-color: red;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 575px) {
	.container {
		padding: 0;
	}
	.inner-cont {
		padding: 20px 10px;
	}
	.inner-cont a .stock_title,
	.inner-cont a .maker {
		display: none;
	}
	.inner-cont a .stock_title_sp,
	.inner-cont a .maker_sp {
		display: block;
	}
	.inner-cont a .stock_title_sp {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 18px;
		text-decoration: underline;
		border-bottom: none;
		font-weight: bold;
	}
	.inner-cont a .stock_title_sp::after {
		display: none;
	}
	.inner-cont .inner_flex {
		gap: 15px;
	}
	.inner-cont .inner_flex .details {
		width: calc(100% - 145px);
	}
	.inner-cont a .stock_img {
		max-width: 130px;
		width: 100%;
    	height: auto;
		position: relative;
	}
	.inner-cont a .stock_img img {
		max-width: 130px;
		width: 100%;
    	height: auto;
	}
	.inner-cont .carfee {
		flex-direction: column;
		gap: 5px;
	}
	.inner-cont .carfee > div {
		padding: 0;
	}
	.inner-cont .carfee > div:first-child {
		width: fit-content;
    	padding: 5px 0 0 0;
	}
	.inner-cont .carfee > div p:not(.fee) {
		font-size: 10px;
		width: 40px;
	}
	.inner-cont .carfee > div .fee {
		font-size: 24px;
		line-height: 1.4;
	}
	.inner-cont .carfee > div .fee .s_txt {
		font-size: 10px;
	}
	.inner-cont .carfee > div:not(:first-child) .fee {
		font-size: 24px;
	}
	.inner-cont .carfee .carfee_wrap {
		flex-wrap: wrap;
		gap: 5px;
	}
	.inner-cont .details_list {
		display: flex;
		flex-wrap: wrap;
		gap: 3px 15px;
	}
	.inner-cont .details_list li span {
		font-size: 10px;
	}
	.inner-cont .details_list li span:not(.gray_txt) {
		font-size: 10px;
	}
	.inner-cont .details_list li:not(:last-child) {
		margin: 0;
	}
	.inner-cont .details_list .shop_name {
		font-size: 10px;
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.inner-cont {
		padding: 20px;
	}
	.inner-cont a .stock_title,
	.inner-cont a .maker {
		display: none;
	}
	.inner-cont a .stock_title_sp,
	.inner-cont a .maker_sp {
		display: block;
	}
	.inner-cont a .stock_title_sp {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 18px;
		text-decoration: underline;
		border-bottom: none;
		font-weight: bold;
	}
	.inner-cont a .stock_title_sp::after {
		display: none;
	}
	.inner-cont .inner_flex {
		gap: 15px;
	}
	.inner-cont .inner_flex .details {
		width: calc(100% - 145px);
	}
	.inner-cont a .stock_img {
		max-width: 130px;
		width: 100%;
    	height: auto;
		position: relative;
	}
	.inner-cont a .stock_img img {
		max-width: 130px;
		width: 100%;
    	height: auto;
	}
	.inner-cont .carfee {
		flex-wrap: wrap;
		gap: 5px;
	}
	.inner-cont .carfee > div {
		padding: 0;
	}
	.inner-cont .carfee > div:first-child {
    	padding: 5px 0 0 0;
	}
	.inner-cont .carfee > div p:not(.fee) {
		font-size: 10px;
		width: 40px;
	}
	.inner-cont .carfee > div .fee {
		font-size: 24px;
		line-height: 1.4;
	}
	.inner-cont .carfee > div .fee .s_txt {
		font-size: 10px;
	}
	.inner-cont .carfee > div:not(:first-child) .fee {
		font-size: 24px;
	}
	.inner-cont .details_list {
		display: flex;
		flex-wrap: wrap;
		gap: 3px 10px;
	}
	.inner-cont .details_list li span {
		font-size: 10px;
	}
	.inner-cont .details_list li span:not(.gray_txt) {
		font-size: 10px;
	}
	.inner-cont .details_list li:not(:last-child) {
		margin: 0;
	}
	.inner-cont .details_list .shop_name {
		font-size: 10px;
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.inner-cont a .stock_title {
		margin: 10px 0 10px 0;
	}
	.inner-cont a .stock_img {
		width: 160px;
		height: auto;
	}
	.inner-cont a .stock_img img {
		width: 160px;
		height: auto;
	}
	.inner-cont .carfee > div:first-child {
		margin: 0 15px 0 0;
	}
	.inner-cont .carfee > div p:not(.fee) {
		font-size: 14px;
	}
	.inner-cont .carfee > div .fee {
		font-size: 30px;
	}
	.inner-cont .carfee > div:not(:first-child) .fee {
		font-size: 30px;
	}
	.inner-cont .inner_flex .details {
		width: calc(100% - 180px);
	}
	.inner-cont .carfee {
		flex-wrap: wrap;
		gap: 0;
	}
	.inner-cont .carfee .fee_wrap {
		display: block;
		width: 100%;
	}
}

/*スタッフ紹介一覧のレイアウト*/
.staff_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
}
.staff_inner {
	width: 50%;
	text-align: center;
}
@media screen and (min-width:601px) {
	.staff_inner {
		width: 25%;
	}
}
.staff_inner a {
	width: 100%;
	height: 100%;
	color: #212529;
}
.staff_inner img {
	transition: all .5s;
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 80px;
	filter: drop-shadow(2px 4px 6px #696969);
}
.staff_inner img:hover {
	transform: translate(5px,-5px);
}
@media (min-width: 992px) {
	.mainSection-col-two {
		width: 100%;
	}
}


/*スタッフ紹介のレイアウト*/
section.staff_page {
	max-width: 1000px;
	margin: 20px auto 60px;
	padding: 0 10px;
}
#staff_title {
	font-weight: bold;
	margin: 15px 0;
}
.staff_page img {
	width: 680px;
	margin: auto;
	text-align: center;
	display: block;
}
.mainSection-title, h2 {
	background-color: rgba(255, 255, 255, 0.5);
}
.back_link {
	background-color: red;
	width: 300px;
	border-radius: 30px;
	text-align: center;
	margin: auto;
}
.back_link a {
	color: #fff;
	width: 100%;
	height: auto;
	display: block;
	padding: 10px;
}

/*スタッフブログのレイアウト*/
.blog_list {
  display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	min-height: 400px;
}

.blog_inner {
	width: 48%;
	margin: 0 0 50px 0;
}

.blog_inner_title {
  background-color: #fff;
  padding: 10px;
  border-left: solid 8px red;
  border-radius: 5px;
	color: #212529;
}

.blog_inner img {
	transition: all 0.5s;
	width: 100%;
  max-height: 330px;
  object-fit: contain;
}

.blog_inner img:hover {
	opacity: 0.7;
}

.staff_blog {
	max-width: 1140px;
  margin: 100px auto;
}

@media screen and (max-width: 480px) {
	.staff_blog {
		width: 95%;
	}
}

#blog_title {
	padding: 20px 20px 10px 20px;
  border-bottom: solid 8px red;
  margin: 0 0 20px 0;
}

.staff_blog .wp-post-image {
  margin: auto;
  display: block;
	width: 100%;
}

.staff_blog .back_link {
	margin: 50px auto 0;
}

.staff_blog p img {
	display: block;
  margin: auto;
}

/*スタッフブログページネーションのレイアウト*/
.pnavi {
  width: 100%;
}

.pnavi a {
	color: #212529;
}

.pnavi .page-numbers:not(.prev):not(.next) {
  border: solid 1px #212529;
	padding: 5px 10px;
}

.pnavi .current {
  background-color: red;
  color: #fff;
}

.wf-nicomoji { font-family: "Nico Moji"; }


/* マッハ車検レイアウト */
#mach_mainview {
	position: relative;
	width: 100%;
}
#mach_mainview_back {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
#mach_mainview_title {
	position: absolute;
	width: 90%;
  top: 90px;
  left: 20px;
}
#mach_mainview_sub {
	position: absolute;
	width: 1157px;
	top: 120px;
	left: 100px;
}

#mach_mainview_icon {
	position: absolute;
	top: 150px;
	left: 800px;
}

#mach_link {
	display: block;
	width: 310px;
	height: 74px;
	margin: 12px auto;
  padding: 20px 42px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	border-radius: 45px;
	letter-spacing: 2.5px;
  font-weight: 500;
	color: #FFFFFF;
	background-color: #dd3333;
	text-decoration: none;
	border-bottom: solid 5px #660000;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
}
#mach_link:hover {
	cursor: pointer;
	color: #dd3333;
	background-color: #FFFFFF;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  transform: translateY(-7px);
}

#mach_first_action {
	height: 100%;
}
#mach_first_action_img_01 {
  margin: 48px auto 0 auto;
	display: block;
	width: 70%;

}
.mach_first_actions_link {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.mach_first_actions {
	margin: 90px auto;
	display: inline-block;
	transition-duration: 0.3s;
}
.mach_first_actions:hover{
	opacity: 0.6;
  transition-duration: 0.3s;
}

#mach_benefit {
	width: 100%;
}
.mach_title_back_img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	background: url("./images/mach/mach-contents-back-sub.png") repeat-x;
}
#mach_staf_img01 {
	position: absolute;
	top: -300px;
	left: 0;
}
#mach_staf_img02 {
	position: absolute;
	top: -300px;
	left: 70%;
	width: 500px;
}
#mach_staf_img03 {
		position: absolute;
		top: -300px;
		left: 0;
		width: 500px;
}
.mach_title_back_img h2 {
	margin: initial;
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #000000;
	border-top: initial;
	border-bottom: initial;
	background-color: initial;
	z-index: 1;
}
.mach_benefit_wrap {
	margin: 32px auto;
	width: 90%;
}
.mach_title_itme {
	position: relative;
	top: 0;
	left: 110px;
}
.mach_title_itme p {
	position: absolute;
	top: 100px;
	left: 210px;
	font-size: 32px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ","Yu Gothic","Meiryo","YuGothic","sans-serif";
	line-height: initial;
	color: #dd3333;
}
.mach_contents_txt {
	padding: 40px 0 0 0;
  text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ","Yu Gothic","Meiryo","YuGothic","sans-serif";
}
.mach_contents_img {
	display: block;
	margin: 0 auto 0 auto;
	width: 80%;
}
#mach_contents_bk {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 14px;
	background: url("./images/mach/mach-point2-bk-sub.png") repeat;
}

#mach_shop_info {
	height: 1100px;
}

#mach_shop_info p {
	padding-top: 32px;
	text-align: center;
	font-size: 24px;
	color: #dd3333;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ","Yu Gothic","Meiryo","YuGothic","sans-serif";
}
#mach_shop_info_outer {
	display: flex;
	width: 90%;
	margin: 0 auto;
}
#mach_shop_img_inner {
	position: relative;
	top: 0;
	left: 0;
	width: 50%;
}
#mach_shop_img01 {
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
#mach_shop_img02 {
	position: absolute;
	top: 320px;
	left: 200px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
#mach_contents_inner {
	width: 50%;
}
#mach_contents_inner table {
	width: 70%;
	margin-top: 100px;
  margin-left: 78px;
}

#mach_action_inner {
	height: 600px;
	background: url("./images/mach/mach-staffs-back-sub.png") no-repeat;
	background-size: cover;
	position: relative;
}

#mach_action_inner p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	font-family: "ヒラギノ角ゴ","Yu Gothic","Meiryo","YuGothic","sans-serif";
}
#mach_action_contacts {
	display: flex;
  justify-content: space-around;
	margin: 48px auto;
	width: 80%;
}
#mach_action_contacts a {
	margin: 0 auto;
  width: auto;
	text-align: center;
	transition-duration: 0.3s;
}
#mach_action_contacts a:hover{
	opacity: 0.6;
  transition-duration: 0.3s;
}
#kind_view {
	margin : -30px auto -40px;
	width : 100%;
	font-size : 248px;
	text-align : center;
	letter-spacing: 0px;
	color: #dd3333;
	font-family: 'Monoton', cursive;
	overflow : hidden;
}
#kind_view p {
	margin: 0;
	display : inline-block;
	padding-left: 100%;
	white-space : nowrap;
	line-height : 1em;
	opacity: 0.6;
	animation : scrollKind 12s linear infinite;
}
@keyframes scrollKind {
		0% { transform: translateX(0) }
		100% { transform: translateX(-100%) }
}

@media screen and (max-width: 1280px) {
	#mach_mainview_sub {
		width: 80%;
		top: 124px;
	}
	#mach_shop_img01 {
		width: 420px;
	}
	#mach_shop_img02 {
		top: 270px;
		left: 156px;
		width: 340px;
	}
	.mach_title_itme p {
    width: 56%;
	}
	#mach_shop_info {
		height: 880px;
	}
	#mach_staf_img01 {
		position: absolute;
		top: -100px;
		left: 0;
		width: 300px;
	}
	#mach_staf_img02 {
		position: absolute;
		top: -100px;
		left: 80%;
		width: 300px;
	}
	#mach_staf_img03 {
			position: absolute;
			top: -100px;
			left: 0;
			width: 300px;
	}

}
@media screen and (max-width: 960px) {
	body {
		background-image: none;
	}
	#mach_mainview_sub {
		top: 120px;
		left: 40px;
	}
	#mach_link {
		width: 250px;
    height: 64px;
		font-size: 14PX;
	}
	#mach_first_action_img_01 {
		margin: 28px auto;
		width: 82%;
	}
	#mach_staf_img02 {
    display: none;
	}
	.mach_first_actions {
    margin: 0px auto 74px auto;
	}
	.mach_title_itme {
		left: 0;
	}
	.mach_points {
		width: 20%;
	}
	.mach_title_itme p {
		position: relative;
		width: 90%;
		top: 0;
    left: 10%;
    font-size: 32px;
	}
	.mach_contents_img {
		width: 96%;
	}
	.mach_contents_txt  {
    padding: 20px 0 0 0;
	}
	#mach_shop_info {
		height: auto;
	}
	#mach_shop_info p {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
	#mach_shop_info_outer {
		flex-wrap: wrap;
	}
	#mach_shop_img_inner {
		position: static;
		width: 100%;
	}
	#mach_shop_img01 {
    position: static;
		width: 100%;
		box-shadow: none;
	}
	#mach_shop_img02 {
		position: static;
    	width: 100%;
		box-shadow: none;
	}
	#mach_contents_inner {
		width: 100%;
	}
	#mach_contents_inner table {
		width: 100%;
    margin-top: 0px;
    margin-left: 0px;
	}
	#mach_action_inner {
		height: 230px;
	}
	#mach_action_inner p {
		width: 90%;
		font-size: 18px;
	}
	#kind_view {
		margin: -10px auto -10px;
		font-size: 88px;
	}
}

@media screen and (max-width: 480px) {
	#mach_mainview_title {
		width: 90%;
		top: 20px;
    left: 14px;
	}
	#mach_mainview_sub {
		top: 60px;
		left: 20px;
		width: 80%;
	}
	#mach_link {
		width: 190px;
		height: 42px;
		padding: 10px 22px;
		font-size: 12px;
	}
	.mach_first_actions_link {
    width: 80%;
	}
	#mach_staf_img01 {
		top: -50px;
		left: -30px;
		width: 250px;
	}
	#mach_staf_img02 {
		display: none;
	}
	#mach_staf_img03 {
		top: -50px;
		left: -30px;
		width: 250px;
	}


	.mach_title_itme p {
	  font-size: 24px;
		margin-bottom: 0;
	}
	.mach_contents_txt {
		text-align: left;
		font-size: 14px;
	}
	.mach_first_actions {
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.mach_title_back_img h2 {
		width: 80%;
		font-size: 1.45rem;
		text-shadow: 1px 2px 3px #000000;
		text-align: center;
	}
	#mach_shop_info p {
    font-size: 18px;
	}
	#mach_action_inner p {
		width: 90%;
		font-size: 16px;
	}
	#mach_action_contacts {
		width: 90%;
	}
	#mach_action_contacts a {
    width: 190px;
	}
	#kind_view {
		margin: -10px auto -10px;
    font-size: 88px;
	}
}
