@charset "utf-8";

/*
Theme Name: Auto Athlete2026
*/
body,html{
	min-width:1080px;
}

/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 0 0.5em 0 0;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.futo {
	font-weight: bold;
}
span.futoaka {
	font-weight: bold;
	color: #ff0000;
}
span.futomido {
	font-weight: bold;
	color: #149b14;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 85%;
	margin: 2em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: #fff url(images/bq24.png) left top no-repeat;
	margin: 24px auto 36px auto;
	padding: 30px 15px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
}

#contents blockquote p:last-child {
	margin-bottom: 0;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: #1122cc;
}

a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size : 100%;
	line-height : 1.6;
}

body {
	background:#000;
	margin: 0;
	padding: 0;
}
body.home{
	background:#fff;
}
/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
}

h1 {
	font-size: 48px; 
	line-height : 1.5;
}

h2 {
	font-size: 36px;
	line-height: 1.5;
}

h3 {
	font-size: 24px;
	line-height: 1.5;
}

/*--------------------------------------
  ラッパー
--------------------------------------*/
#wrapper, .container{
	max-width:1080px;
	margin:auto;
	overflow:hidden;
}
/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header{
	background:#CA342D;
	position: relative;
	top: -2px;
	height:48px;
	margin-bottom: -2px;
}
.hgroup {
	margin: 24px 0 0;
}
#main{
	position:relative;
}
#main .main_logo{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	width:fit-content;
	z-index:1;
}
@media (max-width:768px){
	#main .main_logo{
		position:absolute;
		width:160px;
		top:0;
		left:0;
		right:0;
		margin:auto;
	}
	#main figure img{
		width:100%;
	}
}
/*--------------------------------------
  ナビゲーション
--------------------------------------*/
header .container{
	max-width:880px;
	margin:auto;
}
.menu-toggle{
	display:none;
}
header nav{

}
nav .logo{
	margin:0;
}
nav ul {
	display:flex;
	align-items: center;
	justify-content: space-between;
}
nav ul li {
	white-space: nowrap;
	margin-right:40px;
}
nav ul li a {
	display: block;
	color : #fff;
}

nav ul li a:hover {
	color: #000;
}


/* PC */

.menu{
display:flex;
gap:30px;
list-style:none;
}

.menu-toggle{
display:none;
}


/* スマホ */

@media (max-width:768px){

	.menu-toggle{
		display:block;
		position:absolute;
		right:0;
		top:0;
		width:40px;
		height:40px;
		background:#CA342D;
		border:none;
		cursor:pointer;
		z-index:1001;
	}

	/* オーバーレイ */

	.menu{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;

		background:#CA342D;

		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		gap:35px;

		opacity:0;
		transform:translateY(-20px);

		pointer-events:none;

		transition:.35s;
		z-index: 10;
	}

	/* 表示 */

	.menu.active{
		opacity:1;
		transform:translateY(0);
		pointer-events:auto;
	}


	/* メニュー文字 */

	.menu a{
		color:#fff;
		font-size:22px;
		text-decoration:none;
		letter-spacing:2px;
	}
	
	nav ul li{
		margin-right:0;
	}

}


/* ☰ → ✕ */

.menu-toggle span{
	display:block;
	width:30px;
	height:3px;
	background:#fff;
	margin:6px auto;
	transition:.3s;
}

.menu-toggle.active span:nth-child(1){
	transform:translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
	opacity:0;
}

.menu-toggle.active span:nth-child(3){
	transform:translateY(-9px) rotate(-45deg);
}

/* スクロール禁止 */

body.menu-open{
	overflow:hidden;
}
body.menu-open .menu-logo{
	dispaly:none;
}

/*--------------------------------------
  1080px コンテンツ
--------------------------------------*/
#top_message{
	font-size:30px;
	padding:60px 0 30px 0;
	text-align:center;
}
#top_message strong{
	font-size:50px;
	font-weight:bold;
}
#top_message strong span{
	font-size:60px;
	font-weight:bold;
}
#top_message p{
	font-size:18px;
	font-weight:300;
	margin-top:1.5em;
}
#post_list ul{
	display:flex;
	justify-content:space-between;
}
#post_list ul li{
	width:24%;
}
#post_list ul li a{
	color:#000;
}
#post_list .post-text{
	font-size:16px;
	font-weight:300;
}
#post_list .post-date{
	font-size:15px;
}
#post_list h3{
	font-weight:bold;
	margin:0;
}
#post_list a.more{
	display:table;
	background:#000;
	border:1px solid #000;
	color:#fff;
	font-size:18px;
	width:220px;
	text-align:center;
	margin:50px auto;
	transition:0.3s;
}
#post_list a.more:hover{
	background:#CA342D;
}
#contents {
	width: 1080px;
	margin: 0 auto;
	color:#000;
	text-align: left;
	line-height: 1.6;
}
#contents.single #main{
	background:#aaa;
}
h2.news{
	font-size:53px;
	text-align:center;
	padding:32px 0 72px 0;
}
#contents #main {
	margin: 0;
	max-width: 100%;
	box-sizing:border-box;
	padding: 20px 62px;
	border-radius: 0;
}
ul.topnews{
	text-align:center;
	width:80%;
	margin:auto;
	overflow:hidden;
	padding-bottom:3em;
}
ul.topnews li{
	margin-bottom:2em;
}
ul.topnews li a:link,ul.topnews li a:visited{
	color:#000;
}
ul.topnews li a:hover{
	text-decoration:underline;
}
#entry_body {
	width: 100%;
	margin: 0;
	padding: 0;
	position:relative;
}
/*--------------------------------------
  チェッカー
--------------------------------------*/
.checker {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* PCは5列 */
  background: #CA342D; /* 赤マスの代わり */
}

.checker li {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  background: #000; /* 画像読み込み前の下地 */
}

/* 画像 */
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

/* リンク */
.img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; /* 背景の赤より上に来るように */
}

/* 文字：ここが消えていたので再定義 */
.img span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  z-index: 5; /* 最前面へ */
  pointer-events: none; /* リンクの邪魔をしない */
  white-space: nowrap;
}

/* 赤丸 */
.img a::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 2em);
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: #CA342D;
  border-radius: 50%;
  z-index: 5;
}

/* hover赤レイヤー：ここも復活 */
.img a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #CA342D;
  opacity: 0;
  transition: .3s;
  z-index: 3;
}

.img a:hover::after {
  opacity: 0.4; /* 少し濃いめにして分かりやすく */
}

/* --- PC版の配置（5列） --- */
@media screen and (min-width: 769px) {
  .checker li:nth-child(1) { grid-column: 1; }
  .checker li:nth-child(2) { grid-column: 3; }
  .checker li:nth-child(3) { grid-column: 5; }
  .checker li:nth-child(4) { grid-column: 2; grid-row: 2; }
  .checker li:nth-child(5) { grid-column: 4; grid-row: 2; }
  
  /* 5列の高さ確保（2行分） */
  .checker { grid-template-rows: repeat(2, 1fr); }
}

/* --- スマホ版の配置（3列） --- */
@media screen and (max-width: 768px) {
  .checker {
    grid-template-columns: repeat(3, 1fr);
  }

  /* ご希望通りの3列チェッカー配置 */
  .checker li:nth-child(1) { grid-column: 1; grid-row: 1; }
  .checker li:nth-child(2) { grid-column: 3; grid-row: 1; }
  .checker li:nth-child(3) { grid-column: 3; grid-row: 3; }
  .checker li:nth-child(4) { grid-column: 2; grid-row: 2; }
  .checker li:nth-child(5) { grid-column: 1; grid-row: 3; }

  .img span {
    font-size: 16px;
	white-space:wrap;
	text-align:center;
  }
  .checker li:nth-child(1) span {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
    color: #fff;
  }
}
/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  1024px 記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 24px;
}

#entry_body h3.new_entry_title a {
	font-weight: normal;
}

#contents #main #single_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 24px;
}

#article_body h2{
	font-size: 24px;
	text-align: left;
	border-left: 5px solid #444;
	margin: 48px -31px 36px -62px;
	padding: 10px 0 10px 20px;
}

#article_body h3{
	font-size: 20px;
	text-align: left;
	margin: 36px 0 24px 0;
	padding: 15px 0 5px 0;
}
#contents p {
	margin-bottom: 2.1em;
	text-align: left;
}

#contents #main {
	background-color: #fff;
	padding: 0;
	margin-bottom: 0;
}

#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
	padding-bottom: 24px;
	overflow: hidden;
	width: 100%;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
	line-height: 1em;
	margin: 0 0 0.8em 0;
}

#contents #main .eb_cat {
	font-size: 90%;
	padding: 5px 0 0 0;
}

#contents #main .eb_cat a {
	text-decoration: none;
	color: #666;
}

#contents #main .eb_cat a:hover {
	color: #ff7ddf;
}

#contents #main .home_area .thumb_box {
	float: left;
	width: 100px;
	margin: 0 8px 0 0;
}

#contents #main .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 0;
}

#contents #main #entry_body .home_area img {
	margin: 0;
}

/*--------------------------------------
  記事内指定
--------------------------------------*/
#article_body ul {
	list-style:none inside;
	margin-bottom: 24px;
}

#article_body ol {
	list-style: decimal inside;
	margin-bottom: 24px;
}

#article_body ul > ul,
#article_body ol > ol {
	margin: 0.8em 0 0 1em;
}

#article_body div {
	max-width: 100%;
}

#entry_body a {
	text-decoration: underline;
}

#entry_body dl {
	border: 1px solid #ddd;
	margin: 0 auto 24px;
	width: 80%;
	padding: 5%;
	border-radius: 5px;
}

#entry_body dt {
	margin: 1em 0 1em 0;
	padding: 0;
	font-weight: bold;
}

#entry_body dt:first-child {
	margin: 0 0 1em 0;
}

#article_body table {
	max-width: 100%;
	width: 100%;
	margin: 0;
}

#article_body td,
#article_body th {
	padding: 0;
}

#article_body th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------
  記事内画像
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 16px;
}

#entry_body h3.new_entry_title a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#entry_body h3.new_entry_title a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #single_title {
	font-size: 18px;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align:center;
	margin-bottom: 40px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#article_body{
	min-height:750px;
}
#archive_body h2,
#article_body h2 {
	font-size: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align:center;
	margin-bottom: 40px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#article_body h3{
	font-size: 18px;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align:center;
	margin-bottom: 40px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#article_body h4 {
	font-size: 15px;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align:center;
	margin-bottom: 40px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#article_body #articles{
	float:left;
}
#articles .lead{
	color:#fff;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	margin: 50px 0 0;
}
/*--------------------------------------
  Work
--------------------------------------*/
.work_body {
	position:absolute;
	width:1080px;
}
.work_body img{
	animation: unGray 5s ease-in 0s 1 normal;
	width:100%;
}
@keyframes unGray{
	100%{filter: grayscale(0%);}
	0%{filter: grayscale(100%);}
}
h1.pagetitle{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:92px;
	font-weight:700;
	padding:13px 0 0 41px;
	line-height:1;
	color:#fff;
	text-shadow:2px 2px 3px #000000;
}
#work_nav{
	display:flex;
	width:300px;
	text-align:center;
	overflow:hidden;
	float:left;
}
#work_nav .effect{
	float:left;
	margin-left:50px;
}
#work_nav .effect img{
	margin:0;
}
@keyframes line{
	100%{height:300px;}
	0%{height:0px;}
}
#work_nav .line{
	width:3px;
	height:300px;
	margin:auto;
	background:#bd0000;
	animation: line 2s ease-out 0s 1 normal;
}
#work_nav ul{
	float:left;
	margin-top:70px;
	text-align:left;
}
#work_nav ul li a:link,#work_nav ul li a:visited{
	color:#fff;
	text-decoration:none;
	font-weight:700;
	font-size:22px;
}
#work_nav ul li a:hover{
	color:#bd0000;
}
#work_nav ul li.current a{
	font-size:36px;
	color:#bd0000;
}
#work_nav ul li.current.president a{
	font-size:25px;
}
.work_img{
	margin:105px 0 35px 0;
}
#article_innr{
	max-width:664px!important;
	background:#e6e6e6;
	padding:25px 12px;
	box-sizing:border-box;
	font-size:13px;
}
#article_innr article{
	width:570px;
	margin:auto;
}
.imgbox{
	overflow:hidden;
	width:100%;
}
.imgbox ul li{
	float:left;
	width: 280px;
    height: 174px;
    overflow: hidden;
    margin: 0!Important;
    padding: 0!important;
    text-indent: 0!important;
}
.imgbox ul li:first-child{
	margin-right:4px!important;
}
span.date{
	color:#3c3c3c;
	display:block;
	margin:20px 0 42px 0;
}
ul.post_list{
	overflow:hidden;
}
ul.post_list li{
	width : 208px ;
	margin: 0 8px 12px 0;
	float:left;
}
ul.post_list li:nth-child(3n) {
	margin-right:0;
}
ul.post_list li .pic{
	width:100%;
	height:173px;
	overflow:hidden;
	background:#787878;
}
ul.post_list li .titlebox{
	line-height:50px;
	background:#fff;
	text-align:center;
}
.relations{
	max-width:664px!important;
	margin:35px auto 70px;
	background:#c8c8c8;
}

.relations ul{
	overflow:hidden;
	padding:0 20px 20px;
}
.relations ul li{
	width : 118px ;
	margin: 0 8px 0 0;
	float:left;
}
.relations ul li:nth-child(5n) {
	margin-right:0;
}
.relations ul .pic{
	width:100%;
	height:98px;
	overflow:hidden;
	background:#787878;
}
.relations ul .titlebox{
	line-height:2em;
	font-size:12px;
	background:#fff;
	text-align:center;
}
/*--------------------------------------
  Shop
--------------------------------------*/
#entry_body.shop{
	background:url("images/shop_bg2.png") no-repeat;
	background-position: 0 814px;
	padding-bottom:30px;
}
.shop_body {
	position:absolute;
	width: 1080px;
}
.shop_body img{
	animation: unGray 5s ease-in 0s 1 normal;
}
#toptext{
	display:flex;
	overflow:hidden;
}
#shop_nav{
	width:310px;
	text-align:center;
	display:flex;
}
#shop_nav .effect{
	margin-left:50px;
}
#shop_nav .effect img{
	margin:0;
}
@keyframes line{
	100%{height:300px;}
	0%{height:0px;}
}
#shop_nav .line{
	width:3px;
	height:300px;
	margin:auto;
	background:#bd0000;
	animation: line 2s ease-out 0s 1 normal;
}
#shop_nav ul{
	margin-top:70px;
	text-align:left;
}
#shop_nav ul li a:link,#shop_nav ul li a:visited{
	color:#fff;
	text-decoration:none;
	font-weight:700;
	font-size:25px;
}
#shop_nav ul li a:hover{
	color:#bd0000;
}
#shop_nav ul li.current a{
	font-size:36px;
	color:#bd0000;
}
#message{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:25px;
	font-weight:700;
	color:#fff;
	text-shadow:2px 2px 3px #000000;
	width:599px;
	margin:70px 0 0 130px;
	float:left;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
#message strong{
	font-size:38px;
	display:block;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.shopimg{
	text-align: right;
	position:relative;
	height:606px;
}
.shopimg table{
	text-align:left;
	color:#fff;
}
.shopimg table td:first-child{
	width:135px;
}
.shopimg h3.profile{
	font-size:38px!important;
	font-weight:bold;
	text-align:left!important;
	color:#fff;
	margin:40px 0 32px 0!important;
	padding:0!important;
}
.shopimg img.img1 {
	-webkit-transition: all 1s;
	-webkit-transform: translate(0, 0);
	position:absolute;
	top:0;
	right:-825px;
}
.shopimg img.img1.move {
	-webkit-transform: translate(10px, 0);
	right:-60px;
}
.shopimg img.img2 {
	-webkit-transition: all 1s;
	-webkit-transform: translate(0, 0);
	position:absolute;
	top:-124px;
	left:-825px;
}
.shopimg img.img2.move {
	-webkit-transform: translate(10px, 0);
	left:-260px;
}
.shopimg div {
	-webkit-transition: all 1s;
	-webkit-transform: translate(0, 0);
	position:absolute;
	top:0;
	right:-825px;
	width:351px;
}
.shopimg div.move {
	-webkit-transform: translate(10px, 0);
	right:65px;
}
.shopimg img.img3 {
	-webkit-transition: all 1s;
	-webkit-transform: translate(0, 0);
	position:absolute;
	top:0;
	left:-494px;
}
.shopimg img.img3.move {
	-webkit-transform: translate(10px, 0);
	left:-220px;
}
.shopimg img.img4 {
	-webkit-transition: all 1s;
	-webkit-transform: translate(0, 0);
	position:absolute;
	top:500px;
	left:-430px;
	z-index:2;
}
.shopimg img.img4.move {
	-webkit-transform: translate(10px, 0);
	left:-30px;
}
.shopimg div.history{
	width:570px;
}
.shopimg div.history.move {
	-webkit-transform: translate(10px, 0);
	right:35px;
}
.history h3{
	font-size:38px!important;
	font-weight:bold;
	text-align:left!important;
	color:#3c3c3c;
	margin:0 0 32px 0!important;
	padding:0!important;
}
.shopimg div.history table{
	margin-bottom:75px!important;
}
.shopimg div.history span{
	display:block;
	text-align:left;
	color:#bd0000;
	font-weight:700;
	margin-bottom:1em;
}
.shopimg div.history span a{
	font-size:38px;
	font-weight:700;
	text-decoration:none!important;
	color:#bd0000;
}
.shopimg div.history td {
	color:#3c3c3c;
}
.shopimg div.history td:first-child{
	width:auto;
}
.map{
	text-align:center!important;
	margin-bottom:24px;
}
.map iframe{
	position:relative;
	right:-26%;
	max-width:680px;
}
/*--------------------------------------
  Contact
--------------------------------------*/
#contact_nav{
	width:90px;
	text-align:center;
	overflow:hidden;
	float:left;
}
#contact_nav .effect{
	float:left;
	margin-left:50px;
}
#contact_nav .effect img{
	margin:0;
}
@keyframes contact_line{
	100%{height:800px;}
	0%{height:0px;}
}
#contact_nav .contact_line{
	width:3px;
	height:800px;
	margin:auto;
	background:#bd0000;
	animation: contact_line 2s ease-out 0s 1 normal;
}
.contact_body{
	width:990px;
	float:left;
}
.howto{
	width:570px;
	margin:auto;
	color:#fff;
	text-align:center;
	font-weight:100;
}
.howto span{
	font-weight:100;
}
.howto a{
	font-size:50px;
	text-decoration:none!important;
	color:#fff;
}
.howto hr{
	border-top: 1px solid #fff;
}
.wpcf7-form{
	margin-top:130px;
}
.wpcf7-form label{
	font-weight:100;
}
.wpcf7-form input[type="text"] ,.wpcf7-form input[type="email"],.wpcf7-form input[type="tel"]  {
	width:828px;
	height:70px;
	margin:0 0 20px 40px;
	font-size:50px;
}
.wpcf7-form textarea{
	width:828px;
	margin:0 0 20px 40px;
	font-size:30px;
}
.announce{
	width:570px;
	margin:auto;
	text-align:left;
	font-weight:100;
	line-height:1em;
}
.announce span{
    font-weight: 100;
    line-height: 1em;
    padding-left: 13px;
    display: block;
}
.announce span.files{
	margin-bottom:30px;
}
/*
.announce input[type="file"]{
	display:none;
}
.announce label{
	background: #bd0000;
    color: #fff;
    padding: 0 0.5em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    display: inline-block;
}
*/
.announce input[type="submit"],.announce input[type="button"]{
	background: #bd0000;
	font-family: 'Noto Sans Japanese', sans-serif;
    color: #fff;
    line-height: 30px;
	font-weight:100;
    font-size: 18px;
    width: 296px;
    margin-bottom: 0.5em;
    border: 0;
}
.wpcf7c-conf {
	background-color: #fff!important; 
	border: 1px solid #ccc!important;
}
.wpcf7c-conf-hidden.wpcf7c-conf{
	display:none;
}
.ajax-loader.wpcf7c-elm-step2{
	display:none;
}
/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
#cat_tag {
	margin: 48px 0;
	padding: 0 0 12px 0;
	text-align: left;
	word-break: keep-all;
	line-height: 1em;
}

#cat_tag a {
	color: #666;
	background-color: #fff;
	margin: 0 0.2em 0.5em 0;
	padding: 0.5em;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	border: 1px solid #888;
}

#cat_tag a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  New's
--------------------------------------*/
.news_body {
	position:absolute;
	top:73px;
	width:1080px;
}
.news_body img{
	animation: unGray 5s ease-in 0s 1 normal;
}
#news_nav {
    width: 90px;
    text-align: center;
    overflow: hidden;
    float: left;
}
#news_nav .effect{
	float:left;
	margin-left:50px;
}
#news_nav .effect img{
	margin:0;
}
@keyframes line{
	100%{height:300px;}
	0%{height:0px;}
}
#news_nav .line{
	width:3px;
	height:300px;
	margin:auto;
	background:#bd0000;
	animation: line 2s ease-out 0s 1 normal;
}
#main.news{
	background:url("images/news_bg2.jpg") repeat-y;
	background-position-y: 729px;
}
#articles.news{
	width:900px;
}
#articles.news #article_innr{
	max-width:100%!important;
	background:none;
}
#articles.news #article_innr article{
	width:100%;
	text-align:left;
	margin-top:10px;
	font-size:26px;
	font-weight:bold;
	color:#fff;
	margin-bottom:80px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), -2px -2px 1px rgba(0, 0, 0, 0.08);
}
#articles.news #article_innr article.single{
	text-shadow:none;
}
.news_date{
	display:block;
	font-weight:bold;
}
h1#single_title.news{
	text-align:left!important;
	font-size:35px!important;
	font-weight:700;
	color:#bd0000;
}
h1#single_title.news a:link,#single_title.news a:visited{
	font-size:35px;
	font-weight:700;
	color:#bd0000;
	text-decoration:none;
}
h1#single_title.news a:hover{
	text-decoration:underline;
}
/*--------------------------------------
  個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	margin: 0 0 24px 0;
	border-radius: 5px;
}

#entry_snsbox ul {
	margin: 24px 0 0 0;
	list-style: none;
}

#article_body #entry_snsbox li {
	float: left;
	margin-right: 10px;
	min-height: 100px;
}

/* Feedlyボタン */
a.feedlyButton {
	color: #777777;
	text-align: center;
	text-decoration: none;
}

a.feedlyButton:hover {
	color: #333333;
}
a.feedlyButton:visited {
	color: #777777;
}
.arrow_box_feedly {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	height: 35px;
	width: 66px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.arrow_box_feedly:after, .arrow_box_feedly:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box_feedly:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box_feedly:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_feedly img {
	margin: 0;
	border: none;
}
.arrow_box_feedly span {
	line-height: 35px;
}

/*--------------------------------------
  記事下関連記事
--------------------------------------*/
#relations {
	margin: 0 0 24px 0;
}

#contents #relations {
	line-height: 1.3em;
}

#relations h3 {
	border-left: 5px solid #ccc;
	font-size: 20px;
	padding: 5px 0 5px 10px;
}

#relations a {
	text-decoration: none;
	font-size: 90%;
}

#relations .rel-in {
	display: block;
}

#relations .rel-in .rel-in-thumb {
	float: left;
	margin: 0 10px 10px 0;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 10px;
}

#relations .rel-in .rel-in-noentry {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	border: 0;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.pankuzu {
	font-size: 13px;
	padding-bottom: 10px;
	color: #222;
	text-align: left;
}
#entry_body .pankuzu a {
	color: #222;
	text-decoration: none;
}
div#breadcrumb {
	clear: both;
}
div#breadcrumb a {
	color: #666;
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}

/*--------------------------------------
  コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
	margin: 36px 0 24px 0;
}

#comment_box {
	text-align: left;
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#comment_box ul {
	list-style: none;
}

#comment_box p a {
	color: #999;
}
#comment_box p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#comment_box label {
	display: block;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 0.5em 0.8em;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
	text-shadow: none;
	margin: 10px 5px;
}

#comment_box #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}

#comment_box #commentlist img {
	padding: 10px;
}

#comment_box #submit {
	padding: 0.5em;
}

#comment_box #author,
#comment_box #email,
#comment_box #url {
	padding: 0.2em 0 0.2em 0.1em;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
#page_pn {
	margin: 24px 0 20px 0;
}

dl#prenex {
	text-align: left;
	width: 90%;
	padding: 5%;
	margin: 0;
}

dl#prenex dt {
	background: none;
	padding: 0;
	margin: 0;
}

/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}
#main .pager a {
	text-decoration: none;
	color: #444;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border:solid 1px #ddd;
	border-radius:5px;
	padding: 8px;
	margin: 0;
	display: table-cell;
}
.pager .current{
	background: #444;
	color: #fff;
	border: 0;
}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 18px;
	border-bottom: 2px solid #888;
	color: #666;
	font-weight: bold;
}

#sub li > h4 {
	margin-top: 24px;
}

/* サイドバー広告エリア */
#sub .side_ad {
	margin-bottom: 36px;
}

#sub .side_contents {
	margin-bottom: 24px;
}

/* 新着記事 */
.side_new {
	margin: 0 0 15px 0;
	text-align: left;
	display: table;
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #eee;
}

.side_thumb {
	display: table-cell;
	width: 105px;
	padding: 0 5px 0 0;
}

.side_title {
	font-size: 90%;
	display: table-cell;
	vertical-align: top;
}

.side_title span {
	color: #333;
}

select#cat {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
	color: #333;
}

/* 検索フォーム */
#searchform {
	margin-bottom: 24px;
	width: 298px;
	background: #fff;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#searchform input[type="text"] {
	height: 24px;
	float: left;
	margin: 0;
	width: 250px;
	border: 1px solid #fff;
	padding: 0 0 0 5px;
	font-size: 15px;
}

#searchform button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	color: #111;
	font-size: 18px;
}

#searchform button:hover {
	color: #ff7ddf;
}

/*-----------------------------------
  サイドバーSNSアイコン
------------------------------------*/
#sub .side-sns {
	margin-bottom: 12px;
	padding: 0.3em;
	font-size: 30px;
}

#sub .side-sns ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#sub .side-sns ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#sub .side-sns ul li a {
	color: #666;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#sub .side-sns ul li a:hover {
	color: #ff7ddf;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#sub .side_widget li ul li {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

#sub .side_widget .children,
#sub .side_widget .sub-menu {
	text-indent: 1em;
	margin-left: 0;
}

#sub .side_widget .children ul,
#sub .side_widget .sub-menu ul {
	text-indent: 2em;
}

#sub .side_widget .children li,
#sub .side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}

#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}

#sub .side_widget .children li:last-child,
#sub .side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}
/*--------------------------------------
  Racing Simurator
--------------------------------------*/
.racing-simurator header{
	background:#000;
}
#contents #main .racing-simurator #single_title{
	font-size:92px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	max-width:950px;
	margin:0 auto;
	padding:30px 0;
}
#article_body div.rc{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
	padding-top: 60px;
}
div.rc ul{
	display:flex;
	max-width:950px;
	margin:0 auto;
}
div.rc ul li p{
	color:#fff;
	font-size:25px;
	font-weight:bold;
}
div.rc ul li:first-child{
	width:480px;
}
div.rc ul li:last-child{
	flex:1;
	padding-left:1.5em;
}
#article_body .demo{
	max-width:950px;
	margin:0 auto;
}
#article_body .demo p{
	font-size:25px;
	font-weight:bold;
}
#article_body .round{
	max-width:500px;
	border:3px solid #000;
	border-radius:1em;
	font-size:25px;
	font-weight:bold;
	margin:0 auto 1.5em;
	text-align:center;
}
#article_body .inq{
	padding-bottom:60px;
}
#article_body .inq p{
	font-size:18px;
	text-align:center;
}
#article_body .inq p a{
	display:table;
	border-radius:5px;
	background:#000;
	color:#fff;
	font-size:16px;
	line-height:45px;
	text-decoration:none;
	max-width:265px;
	width: 100%;
	margin:auto;
}
/*--------------------------------------
  プライバシーポリシー
--------------------------------------*/
#contents #main .privacy-policy{
	padding-bottom:100px;
}
#contents #main .privacy-policy #single_title{
	font-size:92px;
	font-weight:bold;
	text-align:left;
	max-width:950px;
	margin:0 auto;
	padding:30px 0;
}
#contents .privacy-policy h2{
	font-weight:bold;
	font-size:1.5em;
	text-align:left;
	max-width:950px;
	margin:0 auto 1em;
	border-left:0;
	padding;:0;
}
#contents .privacy-policy p{
	max-width:950px;
	margin:0 auto 1em;
}
/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	color: #fff;
	text-align: center;
	background-color : #000;
	overflow: hidden;
	margin:60px 0 0;
	padding: 60px 0 70px 0;
	box-sizing:border-box;
	font-size:18px;
}
footer #calendar{
	max-width:800px;
	margin:0 auto 60px;
}
footer #insta{
	max-width:800px;
	margin:0 auto 120px;
	gap: unset;
}
#footer ul {
	margin:auto;
	display:flex;
	justify-content:center;
}
#footer ul li{
	margin:0 2em;
}
footer .red{
	background:#CA342D;
	padding-top:5px;
	margin-top:10px;
}
#footer .red ul li{
	display: flex;
	flex-direction: column;
	justify-content: end;
	line-height: 1;
	margin: 0 1em;
}
#footer .red ul li:last-child{
	justify-content: center;
}
#footer a:link,#footer a:visited{
	color:#fff;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul li{
	color:#000;
	font-size: 16px;
	font-weight:400;
	text-align: left;
}
#footer ul li a:link,#footer ul li a:visited{
	color:#fff;
}
#footer ul li a.tel span{
	background:url("images/tel.png") no-repeat left bottom 5px;
	font-size:22px;
	font-weight:bold;
	letter-spacing:2px;
	padding-left:.8em;
	margin-bottom: 5px;
}
#footer ul li img{
	vertical-align: baseline;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer .banners{
	margin:50px auto 1em;
}

#footer p small{
	font-size:15px;
}
footer .red .tel{
	margin-bottom:5px;
}
footer .btm_btn{
	display:none;
}
/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-size: 18px;
	background: #444  left top repeat;
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #aaa;
	color: #fff;
}

/*--------------------------------------
  TOPへ戻る スマホ固定型
--------------------------------------*/
.top-home {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-home li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#footer .top-home a {
	color: #ffd700;
	font-size: 100%;
}

.top-home .fa {
	margin: 0;
}


/*--------------------------------------
  スマホ
--------------------------------------*/

@media screen and (max-width : 767px){
body,html{
	min-width:100%;
}
#wrapper,#contents{
	width:100%;
}
#header {
	position: absolute;
	top: 0;
	right: 0;
	padding:0;
}
 #youtube{
	display:none;
}
.main-visual{
	height:210px;
	background:url("images/sp_top.png") no-repeat;
	background-size:100%;
}
.main-visual .phone {
    z-index: 2;
    position: absolute;
    top: 2px;
    right: 0;
    width: 140px;
}
.main-visual .logo {
    z-index: 2;
    position: absolute;
    top: 42%;
    left: 44px;
    width: 140px;
}
.main-visual .logo a {
   position: absolute;
    top: -27px;
    width: 20px;
}
nav.pc{
	display:none;
}
#flame {
	display:block;
	position:relative;
	max-width:600px;
	height:30px;
	margin:auto;
	overflow:hidden;
	background:#000;
}
#flame .logo{
	position: absolute;
    background: #000;
    width: 65px;
    padding: 5px 10px;
    z-index: 1;
}
#slider ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block
}

#slider {
	position:absolute;
	cursor:move;
	z-index:0;
	width:480px;
	height:30px;
	left:80px;
	background:#000;
}

#slider li {
	float:left;
	width:65px;
	height:30px;
	text-align:center;
	line-height:27px
}
#slider li.fb img{
	width: 24px;
    padding-top: 3px;
}
#slider li  a{
	color:#fff;
	font-size:14px;
}
#top_message {
    padding: 30px 0 40px 0;
    text-align: center;
}
#top_message h2{
	font-size:25px;
}
#top_message{
	font-size:18px;
}
#top_message strong{
	font-size:22px;
}
#top_message strong span{
	font-size:40px;
}
#top_message p{
	font-size:16px;
}
#post_list ul{
	flex-wrap:wrap;
	width:98%;
	margin:auto;
}
#post_list ul li{
	width: 49%;
	margin-bottom:1em;
}
#post_list h3{
	font-size:16px;
}
p.post-excerpt{
	font-size:15px;
}
#post_list a.more{
	margin:0 auto 60px;
}
#grid3,#grid2 {
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	width:100%;
	overflow:hidden;
	padding:0;
	background:#000;
	position:relative;
	margin:0;
}
#grid3 li a,.car2 a,#grid2 li.car3 a,#grid2 li.car4 a {
    color: #f00;
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
	position: static; 
}
.car{
	background-image:url("images/grid1.png");
	width:33.33333%;
	height:94px;
	background-size: cover;
}
.car2{
	background-image:url("images/grid3.png");
	width:33.33333%;
	height:94px;
	position:absolute;
	right:0;
	background-size: cover;
}
.car2:hover a span,.car3:hover a span{
	color:#f00;
}
.car3{
	background-image:url("images/grid4.png");
	width:50%;
	height:94px;
	background-size: cover;
}
.car4{
	background-image:url("images/grid5.png");
	width:50%;
	height:94px;
	background-size: cover;
}
.blank,.blank2{
    display: none;
}
.centerbox{
	width:33.33333%;
	background-image:url("images/grid2.png");
	background-size:cover;
}
h2.news {
    font-size: 25px;
    text-align: center;
    padding: 25px 0 10px;
}
ul.topnews{
	text-align:left;
}
#footer ul{
	display:block;
}
#footer ul li{
	display:block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 2em;
}
#footer ul li.fb img{
	vertical-align:bottom;
}
#footer .banners {
    margin: 1em auto;
}
.news_body {
    position: absolute;
    top: 30px;
    width: 100%;
}
h1.pagetitle {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 2px 3px #000000;
}
#news_nav {
    width: 7%;
    text-align: center;
    overflow: hidden;
    float: left;
}
#news_nav .effect {
    float: left;
    margin-left: 10px;
}
#news_nav .effect img {
    vertical-align: bottom;
}
#news_nav .line {
    width: 2px;
}
#work_nav,#shop_nav {
	display:block;
    width: 100%;
    float: none;
}
#work_nav .effect,#shop_nav .effect{
	display:none;
}
#work_nav ul,#shop_nav ul {
    float: none;
    margin-top: 0;
    text-align: left;
}
#work_nav ul li,#shop_nav ul li{
	float:left;
	width:50%;
	text-align:center;
}
.work_img {
    margin: 1em auto 0;
    width: 80%;
}
.work_img img{
	margin-bottom:0!important;
}
#entry_body.shop {
    background-position: 0;
}
#message {
    font-size: 14px;
    width: 100%;
    margin: 1em 0;
	text-align:center;
    float: none;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.shopimg{
	height:auto;
	padding:0 10px;
}
.shopimg img.img1 {
	-webkit-transition: none;
	-webkit-transform: none;
	position: relative;
    top: 0;
    right: 0;
}
.shopimg img.img1.move {
	-webkit-transform: none;
	right:0;
}
.shopimg img.img2 {
	-webkit-transition: none;
	-webkit-transform: none;
	position:relative;
	top:0;
	left:0;
}
.shopimg img.img2.move {
	-webkit-transform: none;
	left:0;
}
.shopimg div {
	-webkit-transition: none;
	-webkit-transform: none;
	position:relative;
	top:0;
	right:0;
	width:100%;
}
.shopimg div.move {
	-webkit-transform: none;
	right:0;
}
.shopimg img.img3 {
	-webkit-transition: none;
	-webkit-transform: none;
	position:relative;
	top:0;
	left:0;
}
.shopimg img.img3.move {
	-webkit-transform: none;
	left:0;
}
.shopimg img.img4 {
	-webkit-transition: none;
	-webkit-transform: none;
	position:relative;
	top:0;
	left:0;
}
.shopimg img.img4.move {
	-webkit-transform: none;
	left:0;
}
.shopimg div.history{
	width:100%;
}
.shopimg div.history.move {
	-webkit-transform: none;
	right:0;
}
#message strong {
    font-size: 22px;
	margin:1em auto;
}
#article_innr article {
    width: 100%;
    margin: auto;
}
#contents #main #single_title {
    padding: 1em 0;
	margin-bottom:0;
}
.imgbox ul li {
    float: left;
    width: 49%;
    max-height: 107px;;
    overflow: hidden;
    margin: 0!Important;
    padding: 0!important;
    text-indent: 0!important;
}
span.date {
    color: #3c3c3c;
    display: block;
    margin: 4px 0 14px 0;
}
ul.post_list li {
    width: 100%;
    margin: 1em0;
    float: none;
}
#article_body h3 {
    font-size: 16px;
    margin:0;
    padding: 15px 0 0 0;
}
.relations {
    margin: 0 auto 40px;
}
.relations ul li {
    width: 100%;
    margin: 1em auto;
    float: none;
}
#work_nav ul li a:link, #work_nav ul li a:visited,#shop_nav ul li a:link, #shop_nav ul li a:visited{
	font-size:16px;
}
#work_nav ul li.current a,#shop_nav ul li.current a{
	font-size:20px;
}
#articles.news{
	width:92%;
}
#main.news {
    background: url(images/news_bg2.jpg) repeat-y;
    background-position-y: 188px;
	background-size:100%;
}
#article_innr {
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 13px;
}
#articles.news #article_innr article {
    font-size: 14px;
}
h1#single_title.news a:link, #single_title.news a:visited {
    font-size: 20px;
}
h1#single_title.news {
    text-align: left!important;
    font-size: 20px!important;
    font-weight: 700;
    color: #bd0000;
	line-height:1.2em;
	margin-bottom: 10px!important;
}
.work_body {
    position: absolute;
    width: 100%;
}
.shop_body {
    position: absolute;
    width: 100%;
}
#contact_nav{
	display:none;
}
.howto{
    width: 90%;
    margin: auto;
    font-size: 14px;
    line-height: 1;
	font-weight:700;
	text-shadow: 2px 2px 3px #000000;
}
.howto a {
    font-size: 20px;
}
.howto span{
	color:#000;
	font-weight:700;
	text-shadow:none;
}
.wpcf7-form {
    margin-top: 30px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
    width: 90%;
    height: 1.5em;
    margin: 0 auto 1em;
	display:block;
    font-size: 16px;
	border:1px solid #ccc;
}
.wpcf7-form textarea {
    width: 90%;
    height: 6em;
    margin: 0 auto 1em;
	display:block;
    font-size: 16px;
	border:1px solid #ccc;
}
div.wpcf7 .ajax-loader{
	display:block!important;
}
#footer .red ul{
	display:flex;
	flex-wrap:wrap;
}
#footer .red ul li:nth-child(1){
	margin-bottom:10px;
}
#footer .red ul li:nth-child(2){
	order:4;
	margin:10px 0 30px;
}
#footer .red ul li:nth-child(3){
	width:fit-content;
}
#footer .red ul li:nth-child(4){
	width:fit-content;
}

footer iframe{
	width:100%;
}
footer .btm_btn{
	position:fixed;
	bottom:0;
	left:0;
	background:#CA342D;
	border-top:2px solid #fff;
	display:flex;
	width:100%;
	z-index:1000;
}
footer .btm_btn a:first-child{
	width:calc(50% - 1px);
	border-right:1px solid #fff;
	padding:5px 0;
}
footer .btm_btn a:last-child{
	width:calc(50% - 1px);
	border-left:1px solid #fff;
	padding:5px 0;
}
.map iframe{
	right: unset;
	max-width: 100%;
}
#articles .lead{
	font-size:16px;
	text-align:center;
}
#contents #main .racing-simurator #single_title,
#contents #main .privacy-policy #single_title {
	font-size: 36px;
	width:92%;
	padding: 10px 0;
	margin:auto;
}
#contents .privacy-policy h2{
	font-size:1.25em;
}
#contents .privacy-policy p{
	width:92%;
}
#article_body div.rc{
	padding:0 0 30px;
}
div.rc ul{
	display:block;
	width:92%;
	margin:auto;
}
div.rc ul li:first-child,
div.rc ul li:last-child{
	width:100%;
	padding:0;
}
div.rc ul li p {
	font-size: 18px;
}
#article_body .demo{
	width:92%;
	margin:auto;
}
#article_body .demo p{
	font-size:18px;
}
#article_body .round{
	width:90%;
	font-size:20px;
}
#article_body .inq p{
	font-size:16px;
}
}
