@charset "utf-8";
body {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul {
	list-style:none;
}
a {
	outline:none;
	border:none;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

/************* LINK EFFECT ************/
.ud {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}
.ud::after {
	background-color: #9B0A0C;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	transition: .5s all;
	width: 0;
}
.ud:hover:after {
  width: 100%;
}

.to-right::after {
  left: 0;
}

.to-left::after {
  right: 0;
}

.center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.center2::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
		  height: 2px;
	background-color: #9B0A0C;
}
.c_100::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	background-color: #474747;
	opacity: .3;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

/*************************/

.head_area {
	margin: auto;
	/* [disabled]height: 80px; */
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 100;
	background-image: url(../img/bg_white.png);
	margin: auto;
	padding: 0px 0px 10px 0px;
	background-repeat: repeat;
}
.head_area .head {
	margin: auto;
	padding: 0px;
	max-width: 1200px;
	width: 100%;
	min-width: 1000px;
	/* [disabled]height: 100px; */
	position: relative;
}
.logo {
	text-align: center;
	width: 20%;
	height: auto;
	max-width: 215px;
	margin: 20px auto 10px;
}
.head_area .head .head_navi {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;

}
.head_area .head .head_navi ul {
	padding: 0px;
	margin: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.head_area .head .head_navi ul li {
	padding: 0px;
	margin: 0px;
	width: 33.3%;
	background-image: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	line-height: 0.5em;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/**/
	border-right: 1px solid #999;
}
.head_area .head .head_navi ul li:last-child {
	border-right: none;
}
.head_area .head .head_navi ul li:hover {
	/* [disabled]background-color: #E8E8E8; */
}
.head_area .head .head_navi ul li img {
	max-width: 154px;
}


.wrap {
	height: 100%;
	width: 100%;
	min-height: 100%;
}
.wrap .footer_area {
	width: 100%;
	background-color: #4C4948;
	margin: auto;
	color: #FFFFFF;
}

/************ footer text link *************/
.wrap .footer_area .foot_bt {
	margin: auto;
	max-width: 1050px;
	width: 96%;
	font-size: 12px;
}
.footer_area .foot_bt .link_left {
/*	float: left;*/
	line-height: 2em;
	width: auto;
/*	height: 25px;*/
	margin: 1.5em auto 0;
	text-align: center;
	display: table;
}
.footer_area .foot_bt .link_left ul {
	padding: 0px;
	/* [disabled]width: 100%; */
/*	float: left;*/
	margin: 0px;
	    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_area .foot_bt .link_left ul li {
	margin: 1.5em 1em;
/*	float: left;*/
}
/*.footer_area .foot_bt .link_left ul li:last-child {
	margin-right: 0px;
}*/
.foot_bt .link_left a {
	text-decoration: none;
	color: #FFFFFF;
}
.foot_bt .link_left a:hover {
	color: #777777;
}
/************ //footer text link *************/

/************ footer SNS link *************/
.footer_area .foot_bt .link_right {
	float: right;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	text-align: right;
}
.foot_bt .link_right img {
	margin-left: 0.5em;
}
.foot_bt .link_right img:hover {
opacity: 0.5;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/************ footer SNS link *************/

/***** footer ICON bt ****/
.footer_area .foot_bt .bt_icon {
	padding: 3em 0px;
	width: 100%;
}

.footer_area .foot_bt .bt_icon ul {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	 -webkit-display:flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_area .foot_bt .bt_icon ul li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}
.footer_area .foot_bt .bt_icon ul li:last-child {
	border-right: none;
}
.footer_area .foot_bt .bt_icon ul li img {
max-width: 173px;
}
.footer_area .foot_bt .bt_icon ul li img:hover {
opacity: .3;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/***** //footer ICON bt ****/


.wrap .copyright {
	width: 100%;
	text-align: center;
	padding: 10px 0px 30px 0px;
	border-top: 1px solid #999;
}
p {
	margin: 0px;
	line-height: 1px;
	padding: 0px;
}
.wrap .top_bt {
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 16px;
}
.wrap .main_cont {
	margin-top: 0px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: -5px;
	background-color: #FFF;
}
.pankuzu {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	background-color: #FFF;
	margin-top: auto;
	position: absolute;
	z-index: 30;
	top: 100px;
	left: 30px;
	box-shadow:6px 6px 14px -7px #2d2d2d;
	border-radius:6px;
	border:#C00 1px solid;
}
.pankuzu a {
	color:#C00;
	text-decoration:none;
}
.wrap .sns_bt {
	z-index: 150;
	top: 10px;
	right: 0px;
	position: absolute;
	width: 197px;
	/* [disabled]max-width: 48px; */
	display: none;
}
.wrap .sns_bt ul {
	margin: 0px;
	width: 100%;
	height: 30px;
}
.wrap .sns_bt ul li {
	margin: 0px 4px;
	/* [disabled]width: 30px; */
	float: left;
	/* [disabled]height: 30px; */
	text-align: center;
}
.wrap .sns_bt ul li a {
	display: block;
     -webkit-filter: opacity(1.0);
     -moz-filter: opacity(1.0);
     -o-filter: opacity(1.0);
     -ms-filter: opacity(1.0);
     filter: opacity(1.0);
}
.wrap .sns_bt ul li a:hover {
     -webkit-filter: opacity(0.7);
     -moz-filter: opacity(0.7);
     -o-filter: opacity(0.7);
     -ms-filter: opacity(0.7);
     filter: opacity(0.7);
}
/*
.wrap .sns_bt ul li a:hover img {
  -webkit-transform: rotateY(360deg);
     -moz-filter: rotateY(360deg);
     -o-filter: rotateY(360deg);
  transform: rotateY(360deg);
  transition: .5s;
}*/
.wrap .main_image {
	/* [disabled]position: relative; */
	z-index: 1;
	width: 100%;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin-top: 175px;
	/* [disabled]height: 100%; */
	padding: 0px;
}
.bottom_50 {
padding-bottom: 40px;
}

.wrap .main_image ul {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	height: auto;
	/* [disabled]max-width: 1050px; */
	text-align: center;
}
.wrap .main_image ul li {
	margin: auto;
	/* [disabled]width: 1200px; */
	max-height: none;
	height: auto;
}
.wrap .main_image ul li img {
max-width: 1200px;
}
.main_mov {
	background-image: url(../mov/release-video_2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: #000000;
}
.main_mov video {
width: 100%;
max-height: 568px;
}
.wrap .main_image .slick-slide:not(.slick-center) {
/*  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);   */ filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
  transition: 0.2s linear;
}
.main_image .sp_banner .sp_bt .slick-slide:not(.slick-center) {
/*  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);   */ filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.wrap .wrap_area {
	width: 100%;
	/* [disabled]background-color: #FFF; */
	position: absolute;
	z-index: 30;
	top: auto;
}

/****** maker logo *******/
.footer_area .foot_bt .maker_link {
	width: 100%;
	margin: 20px auto;
	padding-top: 30px;
	border-top: 1px solid #FFFFFF;
}
.footer_area .foot_bt .maker_link ul {
	width: 96%;
	margin: 0px auto;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	column-count: 8;
}

.footer_area .foot_bt .maker_link ul li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 15px;
	line-height: 1px;
	width: 12%;
	max-width: 122px;
}
.footer_area .foot_bt .maker_link ul li:nth-child(8n){
	margin-right: 0px;
}

.footer_area .foot_bt .maker_link ul li:hover {
background-color: #777777;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/****** //maker logo *******/

.wrap .sp_banner {
	width: 100%;
	margin: 30px 0 0;
	/* [disabled]position: absolute; */
	/* [disabled]bottom: 0px; */
}
.wrap .sp_banner .sp_bt {
	width: 100%;
	margin: auto;
	/* [disabled]background-color: #CF6062; */
	padding: 5px 10px 5px 15px;
	height: auto;
	max-width: 1210px;
}
.wrap .sp_banner .sp_bt ul {
	/* [disabled]width: 100%; */
	height: auto;
	margin: 0px;
	padding: 0px;
}
.wrap .sp_banner .sp_bt ul li {
	position: relative;
	line-height: 0.5em;
	margin: 0px 5px 0px -5px;
	height: auto;
	padding: 0px 0px 0px 5px;
	width: auto;
}

.sp_banner .sp_bt .t_cont {
	width: 100%;
	max-width: 141px;
	float: left;
	margin-top: 13px;
}


.clear_fix {
	clear:both;
	float:none;
}
.wrap .wrap_area .main_cont .item_area {
	width: 100%;
	margin: auto;
	max-width: 1200px;
}
.wrap .wrap_area .main_cont .info_area {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0 0px 2em;
	float: none;
	clear: none;
}
.wrap .wrap_area .main_cont .info_area .info_bg {
	/* [disabled]padding-bottom: 80px; */
	margin: auto;
	width: 1165px;
}

.hr_2px000 {
	width: 100%;
	max-width: 1165px;
	margin: auto;
	border-bottom: 2px solid #000;
}

.info_bg .fb_box {
	border: 1px solid #C4C4C4;
	max-width: 500px;
	max-height: 390px;
	height: 340px;
	width: 38%;
	float: left;
	margin-right: 2%;
}
/**************** PICK UP 20231107更新 ********************/
.wrap .wrap_area .main_cont .pickup_area {
	background-color: #FFFFFF;
	padding: 0em 0px 2em;
	float: none;
	clear: none;
}
.wrap .wrap_area .main_cont .pickup_area .pickup_box, 
.wrap .wrap_area .main_cont .pickup_area .pickup_box2 {
	margin: 0 auto;
	width: 100%;
	max-width: 1165px;
}

.wrap .wrap_area .main_cont .pickup_area .pickup_box ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.pickup_box ol li {
	padding: 0 20px;
	/*	width: 50%;*/
	width: auto;
	/* [disabled]height: 200px; */
	box-sizing: border-box;
	/* [disabled]overflow: hidden; */
}
/*
.pickup_box ol li img {
width: auto;
height: 200px;
}*/
.pickup_box ol li:nth-of-type(1) {
	padding: 0 11px 0 0;
border-right: 1px solid #000;
}
.pickup_box ol li:nth-of-type(2) {
	padding: 0 12px;
border-right: 1px solid #000;
}
.pickup_box ol li:nth-of-type(3) {
	padding: 0 0 0 11px;
}

/* Pick Upの下部バナー用 20231107 */
.wrap .wrap_area .main_cont .pickup_area .pickup_box2 ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.pickup_box2 ol li {
	padding: 0 20px;
	width: 50%;
	box-sizing: border-box;
}
.pickup_box2 ol li:first-child {
border-right: 1px solid #000;
}
.pickup_box2 ol li:last-child {
border-left: 1px solid #000;
}

/**************** PICK UP 20220412 ********************/
.wrap .wrap_area .main_cont .oripro_area {
	background-color: #FFFFFF;
	padding: 0em 0px 0em;
	float: none;
	clear: none;
}
.wrap .wrap_area .main_cont .oripro_area .pickup_box {
	margin: 0 auto;
	width: 100%;
	max-width: 1165px;
}

.wrap .wrap_area .main_cont .oripro_area .pickup_box ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}





/**************** facebook ********************/
.facebook-wrapper {
	max-width: 500px;
	margin: 0 auto;
}
.facebook-wrapper > .fb-page {
	width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
	width: 100% !important;
}
/************************************************/


.info_bg .info_box {
	border: 1px solid #C4C4C4;
	/* [disabled]max-width: 500px; */
	/* [disabled]max-height: 390px; */
	/*	height: 290px;*/
	height: 424px;
	width: 100%;
	float: left;
	/* [disabled]margin-right: 2%; */
	overflow-y: auto;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	line-height: normal;
	font-size: medium;
}
.info_bg .youtube {
	margin-bottom: 10px;
}
.info_bg .youtube2{
	/* [disabled]margin: 33.5px 0px; */
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: middle;

}
.line_box {
width: 100%;
margin: 0px;
padding: 0px;
}
.line_box table {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.line_box table td {
	border-collapse: collapse;
	padding: 0px;
	border: none;
	width: 50%;
}
.line_box table td img {
	padding: 0px;
	margin: 0px;
	border: none;
}
.line_box .qr01 {
width: 100%;
max-width: 264px;
}
.line_box .qr02 {
width: 100%;
max-width: 264px;
}


/********** iframe responcive **********/
.info_bg .info_box iframe {
	width: 100%;
	border: none; /* 追加で指定 */
	display: block; /* 追加で指定 */
	height: 100%;
}
/****************/

/* 対象となる要素のクラス名が"element"の場合 */
.element{
overflow: auto;
}
/* スクロールバー本体 */
.mainbanner_area ul li .if_sc::-webkit-scrollbar{
width: 5px;
background: #9aadfc;
}
/* 横方向のスクロールバー本体 */
.mainbanner_area ul li .if_sc::-webkit-scrollbar:horizontal{
width: 5px;
background: #9aadfc;
}
/* スクロールバーの動く部分 */
.mainbanner_area ul li .if_sc::-webkit-scrollbar-thumb{
background: #435295;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.mainbanner_area ul li .if_sc::-webkit-scrollbar-thumb:horizontal{
background: #435295;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.mainbanner_area ul li .if_sc::-webkit-scrollbar-track-piece:start{
background: #9aadfc;
}
/* スクロールバーの動く部分の後ろ */
.mainbanner_area ul li .if_sc::-webkit-scrollbar-track-piece:end{
background: #a3d2a0;
}
/* スクロールバー角 */
.if_sc::-webkit-scrollbar-corner{
background: transparent;
}

/******************/

/********** //iframe responcive **********/

.info_bg .banner_box {
	float: left;
	width: 20%;
}
.banner_box a img {
	margin-bottom: 13px;
}
.banner_box .cal {
	width: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #231815;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/************************************************/
.wrap .wrap_area .main_cont .filter .navi_area {
	width: 100%;
	/* [disabled]margin-bottom: 50px; */
	padding: 0px;
	background-color: #FFFFFF;
}
.wrap .wrap_area .main_cont .filter .navi_area .navi_box {
	width: 100%;
	margin: auto;
	padding: 0px;
	max-width: 1200px;
}
.wrap .wrap_area .main_cont .filter .navi_area .navi_box .navi_bt {
	width: 259px;
	float:left;
	text-align:center;
}
.wrap .wrap_area .main_cont .filter .navi_area .navi_box .navi_bt a {
	display:block;
	text-decoration:none;
	padding-top: 15px;
	padding-bottom: 10px;
	background:#FFF;
	color:#666;
	font-size:24px;
	line-height:1em;
}
.wrap .wrap_area .main_cont .filter .navi_area .navi_box .navi_bt a:hover {
	background:#999;
	color:#FFF;
}
.wrap .wrap_area .main_cont .filter .navi_area .subnavi_box {
width: 100%;
	max-width: 1200px;
	margin:auto;
}
.wrap .wrap_area .main_cont .filter .navi_area .subnavi_box .subnavi_bt {
	width: 259px;
	padding-top: 15px;
	padding-bottom: 10px;
	float:left;
	background:#FFF;
}

/************************************************/
.isotope .item {
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
    -ms-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    transition-duration:0.2s;
}
/************************************************/
.fs_12px {
	font-size: 12px;
}
.fs_10px {
	font-size: 10px;
}
.logo_area {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	background-color: #FFFFFF;
}

/************************************************/
#sp_01_d {
	position: absolute;
	bottom: 32px;
	right: -248px;
	visibility: hidden;
	width: 420px;
	/* [disabled]height: 194px; */
}

#sp_02_d {
	position: absolute;
	bottom: 32px;
	right: -132px;
	visibility: hidden;
	width: 420px;
	/* [disabled]height: 194px; */
}
#sp_03_d {
	position: absolute;
	bottom: 32px;
	visibility: hidden;
	width: 420px;
	/* [disabled]height: 194px; */
	right: -7px;
}
.item_bg {
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	background-color: #DDDDDD;
}

#navigation li.navs_li.wrap_link img {
	max-width: 90px;
	/* [disabled]min-width: 50px; */
}

.show_sp {
display: none;
}
.drawer.drawer--right .wrap header {
	display: none;
}

/********************* 価格 ************************/
.oc_head {
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #4C4948;
	color: #FFF;
	background-image: url(../img/visita.png);
	background-repeat: no-repeat;
	background-position: 82% center;
	width: 100%;
	font-size: 110%;
	clear: both;
	line-height: 1.2em;
	text-align: center;
	padding: 5px 0px;
	height: auto;
}
.oc_head img {
max-width: 126px
}
.oc_head:hover {
	background-image: url(../img/open.png);
}
.oc_head.open {
	background-image: url(../img/hide.png);
	background-repeat: no-repeat;
	background-position: 82% center;
	background-color: #4C4948;
}
.oc_head.open:hover {
	background-image: url(../img/close.png);
}
.oc_head em {
	font-weight: bold;
	font-size: 75%;
}
.oc_head_open {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #09F;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/********************* 内訳 ************************/
.oc_row {
	display: none;
	background-color: #DEDEDE;
	margin-bottom: 60px;
	/* [disabled]padding: 5px; */
	/* [disabled]width: 765px; */
} 
.oc_row.open {
	display: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #DEDEDE;
	margin-bottom: 15px;
} 
.oc_row_open {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #DEDEDE;
	margin-bottom: 15px;
} 
.title_box {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.title_box img   {
max-width: 290px
}

/******************** info ********************/
.info_p_box {
	background-color: #000000;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	max-width: 888px;
}
/*
a img {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/

.ipb {
/*	-webkit-flex-grow: 1;
	flex-grow: 1;*/
	width: 222px;
	height: 222px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.ipb:nth-of-type(5) {
	width: 176px;
}
.ipb:nth-of-type(6), .ipb:nth-of-type(7),.ipb:nth-of-type(8), .ipb:nth-of-type(9) {
	width: 178px;
}
.ipb .bt {
	z-index: 1;
	margin: auto;
	position: relative;
}
.info_bt00:after, .info_bt01:after, .info_bt02:after, .info_bt03:after, .info_bt04:after, .info_bt05:after,
.info_bt06:after, .info_bt07:after,
.info_bt08:after, .info_bt09:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.info_bt00:after, .info_bt01:after, .info_bt02:after, .info_bt03:after {
	opacity: .4;
}.info_bt04:after, .info_bt05:after,
.info_bt06:after, .info_bt07:after,
.info_bt08:after, .info_bt09:after {
	opacity: .4;
}
.info_bt00:hover:after, .info_bt01:hover:after, .info_bt02:hover:after, .info_bt03:hover:after, .info_bt04:hover:after, .info_bt05:hover:after, .info_bt06:hover:after, .info_bt07:hover:after, .info_bt08:hover:after, .info_bt09:hover:after {
	opacity: 1;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.info_bt00:after {
	background-image: url("../img/images/info/info_bg_up_00.png");
}
.info_bt01:after {
	background-image: url(../img/images/info/info_bg_up_01.png);
}
.info_bt02:after {
	background-image: url(../img/images/info/info_bg_up_02.png);
}

.info_bt03:after {
	background-image: url(../img/images/info/info_bg_up_03.png);
}
.info_bt04:after {/*下段*/
	background-image: url(../img/images/info/info_bg_04.png);
}
.info_bt05:after {/*下段*/
	background-image: url(../img/images/info/info_bg_05.png);
}
.info_bt06:after {/*下段*/
	background-image: 
url("../img/images/info/info_bg_06.png");
}
.info_bt07:after {/*下段*/
	background-image: url("../img/images/info/info_bg_07.png");
}
.info_bt08:after {/*下段*/
	background-image: url("../img/images/info/info_bg_08.png");
}

/*********************** info *************************/


.info_area .info_bg .info_d_box {
	width: 265px;
	padding: 0px;
	float: right;
	margin: 0px;
	line-height: 1px;
}
.info_area .info_bg .info_d_box .info_title {
	width: 100%;
	background-color: #797979;
	background-image: url(../img/info_titlebar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.topics_area   {
	margin: 0px auto 50px;
	width: 100%;
	max-width: 1165px;
}
.topics_area ul {
	width: 1165px;
	/* [disabled]min-width: 1165px; */
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}
.topics_area ul li {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #DBDCDB;
	border-bottom: 1px solid #DBDCDB;
	box-sizing: border-box;
	background-color: #D5D5D5;
}
.topics_area ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
/*	-webkit-transform: scale(1);
	transform: scale(1);*/
}
.topics_area ul li img:hover {
	opacity: .5;
/*	-webkit-transform: scale(1.05);
	transform: scale(1.05);*/
}
.topics_area ul li:nth-child(3n) {
	border-right: none;
}
.topics_area ul li:nth-child(n+4):nth-child(-n+6) {
	border-bottom: none;
}
.close_x {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
}
.hissu {
	color: #fff;
	padding: 1px 3px 3px;
	background-color: #009BFF;
	margin-left: 5px;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	border-radius: 3px;
}

/**************************
top shop_list
**************************/
.wrap_area #container .as_c_box {
	border-top: 10px solid #000;
	padding: 20px 0;
	border-bottom: 10px solid #000;
	width: 100%;
}
.wrap_area #container .as_c_box .shop_contents {
	width: 96%;
	max-width: 1180px;
	margin: auto;
	text-align: center;
}
.wrap_area #container .as_c_box .shop_contents ol {
list-style: none;
margin: 0;
padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.wrap_area #container .as_c_box .shop_contents ol li {
margin: auto;
padding: 0 0 0;
}
.wrap_area #container .as_c_box .shop_contents ol li:last-child {
border-left: 2px solid #000;
margin: 0 0 0 10px;
padding: 0 0 0 10px;
}
.wrap_area #container .as_c_box .shop_contents ol li table {
	margin: 8px 0 0 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}
.wrap_area #container .as_c_box .shop_contents ol li table td {
	padding: 10px 5px 0;
}
.wrap_area #container .as_c_box .shop_contents ol li table td img {
	-webkit-box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
	box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
}
.wrap_area #container .as_c_box .shop_contents ol li .cars_img {
	padding: 0 5px;
	margin-top: 8px;
}
.wrap_area #container .as_c_box .shop_contents ol li .cars_img img {
	-webkit-box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
	box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
}


.pc_only {

}
.sp_only {
display: none;
}






/*****************************************/
/*****************************************/
/*  -------------- W989 ------------------ /
/*****************************************/
/*****************************************/
@media screen and (max-width:1025px){

.head_area {
	margin: auto;
	/* [disabled]height: 80px; */
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 100;
	background-image: url(../img/bg_white.png);
	margin: auto;
	padding: 0px 0px 10px 0px;
	background-repeat: repeat;
}
.head_area .head {
	margin: auto;
	padding: 0px;
	max-width: auto;
	width: 100%;
	min-width: auto;
	/* [disabled]height: 100px; */
	position: relative;
}
.logo {
	text-align: center;
	width: 20%;
	height: auto;
	max-width: 215px;
	margin: 20px auto 10px;
}
.head_area .head .head_navi {
	width: 75%;
	max-width: 778px;
	margin: 0px auto;

}
.head_area .head .head_navi ul {
	padding: 0px;
	margin: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.head_area .head .head_navi ul li {
	padding: 0px;
	margin: 0px;
	width: 33.3%;
	background-image: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	line-height: 0.5em;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;/*	border-left: 1px solid #666;*/
}
.head_area .head .head_navi ul li:last-child {
	border-left: 1px solid #666;
}
.head_area .head .head_navi ul li:hover {
	/* [disabled]background-color: #E8E8E8; */
}
.head_area .head .head_navi ul li img {
	max-width: 154px;
}

.wrap .main_image {
	/* [disabled]position: relative; */
	z-index: 1;
	width: 100%;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin-top: 18%;
	/* [disabled]height: 100%; */
	padding: 0px;
}
.wrap .wrap_area {
	width: 100%;
	/* [disabled]background-color: #FFF; */
	/* [disabled]position: absolute; */
	z-index: 30;
	/* [disabled]top: 70%; */
	margin-top: auto;
}

/*********** info ************/
.wrap .wrap_area .main_cont .info_area {
	width: 100%;
	background-color: #FFFFFF;
	padding: 2em 0px;
	float: none;
	clear: none;
}
.wrap .wrap_area .main_cont .info_area .info_bg {
	width: 99%;
	/* [disabled]padding-bottom: 80px; */
	margin: auto;
}
.wrap .sp_banner {
	width: 90%;
	margin: auto;
	/* [disabled]position: absolute; */
	/* [disabled]bottom: 0px; */
}
.wrap .sp_banner .sp_bt {
	width: 100%;
	margin: auto;
	/* [disabled]background-color: #CF6062; */
	padding: 5px 10px;
	height: auto;
	max-width: auto;
}
.wrap .sp_banner .sp_bt ul {
	/* [disabled]width: 100%; */
	height: auto;
	margin: 0px;
	padding: 0px;
}
.wrap .sp_banner .sp_bt ul li {
	position: relative;
	line-height: 0.5em;
	margin: 0px 5px;
	height: auto;
	padding: 0px;
	width: auto;
}

.sp_banner .sp_bt .t_cont {
	width: 100%;
	max-width: 141px;
	float: left;
	margin-top: 13px;
}
/************ SNS ************/
.wrap .sns_bt {
	z-index: 150;
	top: 10px;
	right: 10px;
	position: absolute;
	width: 197px;
	/* [disabled]max-width: 48px; */
}
.wrap .sns_bt ul {
	margin: 0px;
	width: 100%;
	height: 30px;
}
.wrap .sns_bt ul li {
	margin: 0px 4px;
	/* [disabled]width: 30px; */
	float: left;
	/* [disabled]height: 30px; */
	text-align: center;
}
.wrap .sns_bt ul li a {
	display: block;
     -webkit-filter: opacity(1.0);
     -moz-filter: opacity(1.0);
     -o-filter: opacity(1.0);
     -ms-filter: opacity(1.0);
     filter: opacity(1.0);
}
.wrap .sns_bt ul li a:hover {
     -webkit-filter: opacity(0.7);
     -moz-filter: opacity(0.7);
     -o-filter: opacity(0.7);
     -ms-filter: opacity(0.7);
     filter: opacity(0.7);
}
.info_bg .info_box {
	border: 1px solid #C4C4C4;
	/* [disabled]max-width: 500px; */
	/* [disabled]max-height: 390px; */
	height: 488px;
	width: 100%;
	float: left;
	/* [disabled]margin-right: 2%; */
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	line-height: normal;
	font-size: medium;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/********** iframe responcive **********/
.info_bg .info_box iframe {
  width:100%;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}
/****************/


.info_area .info_bg .info_p_box {
	width: 70%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	/* [disabled]max-width: 890px; */
}
.info_area .info_bg .info_p_box .ipb {
	width: calc(100% / 3);
	height: auto;
}
.info_area .info_bg .info_d_box {
	width: 27%;
	padding: 0px;
	float: right;
	margin: 0px;
	line-height: 1px;
}

.ipb:nth-of-type(5) {
	width: auto;
}
.ipb:nth-of-type(6), .ipb:nth-of-type(7),.ipb:nth-of-type(8), .ipb:nth-of-type(9) {
	width: auto;
}



.topics_area   {
	margin: 0px auto 50px;
	width: 100%;
	max-width: suto;
}
.topics_area ul {
	width: 100%;
	min-width: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}
.topics_area ul li {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #DBDCDB;
	border-bottom: 1px solid #DBDCDB;
	box-sizing: border-box;
	background-color: #D5D5D5;
	width: 33.3%;
}
.topics_area ul li img {
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
/*	-webkit-transform: scale(1);
	transform: scale(1);*/
}
.topics_area ul li img:hover {
	opacity: .5;
/*	-webkit-transform: scale(1.05);
	transform: scale(1.05);*/
}
/********** iframe responcive **********/
.info_bg .info_box iframe {
	width: 100%;
	border: none; /* 追加で指定 */
	display: block; /* 追加で指定 */
	height: 100%;
}
/****************/

/****** maker logo *******/
.footer_area .foot_bt .maker_link {
	width: 100%;
	margin: 20px auto;
	padding-top: 30px;
	border-top: 1px solid #FFFFFF;
}
.footer_area .foot_bt .maker_link ul {
	width: 96%;
	margin: 0px auto;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_area .foot_bt .maker_link ul li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.5%;
	margin-bottom: 15px;
	line-height: 1px;
	width: 12%;
}
.footer_area .foot_bt .maker_link ul li:nth-child(8n){
	margin-right: 0px;
}

.footer_area .foot_bt .maker_link ul li:hover {
background-color: #777777;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/****** //maker logo *******/


.show_pc {
display: none;
}
.show_sp {
display: block;
}

.pc_only {
	display: none;
	margin-right: 0px;
}
.td_only {
display: block;
}
.pickup_box ol li {
	width: calc(100%/3);
}

}

/*****************************************/
/*****************************************/
/*  -------------- W759 ------------------ /
/*****************************************/
/*****************************************/
@media screen and (max-width:770px){

.logo {
	text-align: center;
	width: 200px;
	height: auto;
	float: none;
	margin-left: 5px;
}
.head_area .head .head_navi {
display: none;
}
.drawer.drawer--right .wrap header {
	display: block;
}

.wrap .main_image {
	/* [disabled]position: relative; */
	z-index: 1;
	width: 100%;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin-top: 18%;
	/* [disabled]height: 100%; */
	padding: 0px;
}

.wrap .sns_bt {
	z-index: 150;
	top: 0px;
	right: 10%;
	position: absolute;
	width: 197px;
	/* [disabled]max-width: 48px; */
}
.wrap .sns_bt ul {
	margin: 0px;
	width: 100%;
	height: 30px;
}
.wrap .sns_bt ul li {
	margin: 0px 4px;
	/* [disabled]width: 30px; */
	float: left;
	/* [disabled]height: 30px; */
	text-align: center;
}
.wrap .sns_bt ul li a {
	display: block;
     -webkit-filter: opacity(1.0);
     -moz-filter: opacity(1.0);
     -o-filter: opacity(1.0);
     -ms-filter: opacity(1.0);
     filter: opacity(1.0);
}
.wrap .sns_bt ul li a:hover {
     -webkit-filter: opacity(0.7);
     -moz-filter: opacity(0.7);
     -o-filter: opacity(0.7);
     -ms-filter: opacity(0.7);
     filter: opacity(0.7);
}
.wrap .sp_banner {
	width: 90%;
	margin: auto;
	/* [disabled]position: absolute; */
	/* [disabled]bottom: 0px; */
}
.wrap .sp_banner .sp_bt {
	width: 100%;
	margin: auto;
	/* [disabled]background-color: #CF6062; */
	padding: 5px 10px;
	height: auto;
	max-width: auto;
}
.wrap .sp_banner .sp_bt ul {
	/* [disabled]width: 100%; */
	height: auto;
	margin: 0px;
	padding: 0px;
}
.wrap .sp_banner .sp_bt ul li {
	position: relative;
	line-height: 0.5em;
	margin: 0px 5px 0px -5px;
	height: auto;
	padding: 0px 0px 0px 5px;
	width: auto;
}
/*********** info ************/
.wrap .wrap_area .main_cont .info_area {
	width: 100%;
	background-color: #FFFFFF;
	padding: 2em 10px;
	float: none;
	margin: auto;
	clear: none;
}
.wrap .wrap_area .main_cont .info_area .info_bg {
	width: 100%;
	/* [disabled]padding-bottom: 80px; */
	margin: auto;
}

.sp_banner .sp_bt .t_cont {
	width: 100%;
	max-width: 141px;
	float: left;
	margin-top: 13px;
}

.info_bg .fb_box {
	border: 1px solid #C4C4C4;
	max-width: 500px;
	max-height: 390px;
	height: 340px;
	width: 90%;
	float: none;
	margin: 1em auto;
}

.info_bg .info_box {
	border: 1px solid #C4C4C4;
	/* [disabled]max-width: 500px; */
	/* [disabled]max-height: 390px; */
	height: 488px;
	width: 100%;
	float: left;
	/* [disabled]margin-right: 2%; */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0px;
	margin-top: 0px;
	line-height: normal;
	font-size: medium;
}

/********** iframe responcive **********/
.info_bg .info_box iframe {
  width:100%;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}
/****************/


.info_area .info_bg .info_p_box {
	width: 70%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	/* [disabled]max-width: 890px; */
}
.info_area .info_bg .info_p_box .ipb {
	width: 33%;
	height: auto;
	background-size: contain;
}
.info_area .info_bg .info_d_box {
	width: 27%;
	padding: 0px;
	float: right;
	margin: 0px;
	line-height: 1px;
}
.footer_area .foot_bt .link_left ul {
	float: none;
}
/*.footer_area .foot_bt .link_left ul:first-child li:last-child {
display: none;
}*/

/****** maker logo *******/
.footer_area .foot_bt .maker_link {
	width: 100%;
	margin: 20px auto;
	padding-top: 10px;
	border-top: 1px solid #FFFFFF;
}
.footer_area .foot_bt .maker_link ul {
	width: 96%;
	margin: 0px auto;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_area .foot_bt .maker_link ul li {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.5%;
	margin-bottom: 15px;
	line-height: 1px;
	width: 12%;
}
.footer_area .foot_bt .maker_link ul li:nth-child(8n){
	margin-right: 0px;
}

.footer_area .foot_bt .maker_link ul li:hover {
background-color: #777777;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/****** //maker logo *******/



/**************** PICK UP 20231107更新 ********************/

.wrap .wrap_area .main_cont .pickup_area .pickup_box ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.pickup_box ol li {
	width: 100%;
	max-width: 500px;
	height: auto;
	box-sizing: border-box;
	margin: auto
}
/*
.pickup_box ol li img {
width: 100%;
height: auto;
}*/
.pickup_box ol li:nth-of-type(1) {
	padding: 0 10px;
border-right: none;
margin-bottom: 1em;
}
.pickup_box ol li:nth-of-type(2) {
	padding: 0 10px;
border-right: none;
margin-bottom: 1em;
}
.pickup_box ol li:nth-of-type(3) {
	padding: 0 10px;
}

/* Pick Upの下部バナー用 20231107 */

.wrap .wrap_area .main_cont .pickup_area .pickup_box2 ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.wrap .wrap_area .main_cont .pickup_area 
.pickup_box2 ol li {
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	margin: auto auto 1em;
}
.pickup_box2 ol li:first-child {
border-right: none;
	padding: 0 10px;
}
.pickup_box2 ol li:last-child {
	padding: 0 10px;
border-left: none;
margin: 0px;
}

.pc_only {
display: none;
}
.sp_only {
display: block;
}

}

/*****************************************/
/*****************************************/
/*  -------------- W480 ------------------ /
/*****************************************/
/*****************************************/
@media screen and (max-width:570px){
.logo {
	text-align: center;
	width: 30%;
	max-width: 150px;
	height: auto;
	float: none;
	margin-left: 5px;
}

.wrap .sns_bt {
	z-index: 150;
	top: 0px;
	right: 15%;
	position: absolute;
	width: 197px;
	/* [disabled]max-width: 48px; */
}

.wrap .main_image {
	/* [disabled]position: relative; */
	z-index: 1;
	width: 100%;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin-top: 23%;
	/* [disabled]height: 100%; */
	padding: 0px;
}

.wrap .wrap_area {
	top: auto;
}
.title_box  {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 70%;
	text-align: center;
}
.title_box img   {
	max-width: 200px;
	width: auto;
}


.info_area .info_bg .info_p_box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: none;
}
.info_area .info_bg .info_p_box .ipb {
width: 50%;
}
.info_area .info_bg .info_d_box {
	width: 100%;
	padding: 0px;
	float: none;
	margin: 5px auto;
	line-height: 1px;
}

.info_bg .info_box {
	border: 1px solid #C4C4C4;
	/* [disabled]max-width: 500px; */
	/* [disabled]max-height: 390px; */
	height: 150px;
	width: 100%;
	float: none;
	/* [disabled]margin-right: 2%; */
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	line-height: normal;
	font-size: medium;
}


/********** iframe responcive **********/
.info_bg .info_box iframe {
  width:100%;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}
/****************/



.topics_area   {
	margin: 0px auto 50px;
	width: 100%;
	max-width: 100%;
}
.topics_area ul {
	width: 100%;
	min-width: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}
.topics_area ul li {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #DBDCDB;
	border-bottom: 1px solid #DBDCDB;
	box-sizing: border-box;
	background-color: #D5D5D5;
	width: 50%;
}
.topics_area ul li img {
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
/*	-webkit-transform: scale(1);
	transform: scale(1);*/
}
.topics_area ul li img:hover {
	opacity: .5;
/*	-webkit-transform: scale(1.05);
	transform: scale(1.05);*/
}
.topics_area ul li:nth-child(3n) {
	border-right: 1px solid #DBDCDB;
	border-bottom: 1px solid #DBDCDB;
}
.topics_area ul li:nth-child(n+5):nth-child(-n+6) {
	border-bottom: none;
}

/********** iframe responcive **********/
.info_bg .info_box iframe {
  width:100%;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}
/****************/


/***** footer ICON bt ****/
.footer_area .foot_bt .bt_icon {
	padding: 0px;
	width: 100%;
}

.footer_area .foot_bt .bt_icon ul {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	 -webkit-display:flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_area .foot_bt .bt_icon ul li {
-webkit-flex-grow: 1;
flex-grow: 1;
	max-width: 49%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	margin-bottom: .5em;

}
.footer_area .foot_bt .bt_icon ul li:nth-child(3n) {
	border-right: none;
}
.footer_area .foot_bt .bt_icon ul li img:hover {
opacity: .3;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/***** //footer ICON bt ****/

/****** maker logo *******/
.footer_area .foot_bt .maker_link {
	width: 96%;
	margin: 1em auto;
	padding-top: 1em;
	border-top: 1px solid #FFFFFF;
}
.footer_area .foot_bt .maker_link ul {
	width: 100%;
	/* [disabled]max-width: 900px; */
	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.footer_area .foot_bt .maker_link ul li {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]margin-right: 5px; */
	margin-bottom: 15px;
	margin-right: 3%;
	line-height: 1px;
}
.footer_area .foot_bt .maker_link ul li:nth-child(8n){
	margin-right: 3%;
}
.footer_area .foot_bt .maker_link ul li:nth-child(3n){
	margin-right: 0px;
}

.footer_area .foot_bt .maker_link ul li:hover {
background-color: #777777;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/****** //maker logo *******/

.footer_area .foot_bt .link_left {
	float: left;
	width: 100%;
	line-height: 2em;
}
.footer_area .foot_bt .link_right {
	float: left;
	height: auto;
	width: 96%;
	text-align: right;
	margin-top: 3rem;
	clear: both;
}
.wrap .footer_area .foot_bt {
	margin: auto;
	max-width: 1050px;
	width: 100%;
	font-size: 14px;
}

.oc_head img {
	max-width: 100px
}

.info_bg .youtube {
width:100%;
	margin-bottom: 10px;
}
.footer_area .foot_bt .link_left ul {
	font-size: 10px;
	width: 40%;
	float: none;
	clear: both;
	margin: auto;
}

.footer_area .foot_bt .link_left ul li {
	margin: 1.5em 0em;
/*	float: left;*/
}
/*.footer_area .foot_bt .link_left ul li:nth-child(3) {
	margin-right: 0px;
}*/


.show_pc2 {
display: none;
}
}

@media screen and (max-width:480px){
.footer_area .foot_bt .maker_link ul li {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: 45%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-right: 3%;
	line-height: 1px;
	max-width: none;
}
.footer_area .foot_bt .maker_link ul li:nth-child(8n){
	margin-right: 3%;
}
.footer_area .foot_bt .maker_link ul li:nth-child(3n){
	margin-right: 3%;
}
.footer_area .foot_bt .maker_link ul li:nth-child(even){
	margin-right: 0%;
}


/**************************
top shop_list
**************************/
.wrap_area #container .as_c_box {
	border-top: 10px solid #000;
	padding: 20px 0;
	border-bottom: 10px solid #000;
	width: 100%;
}
.wrap_area #container .as_c_box .shop_contents {
	width: 96%;
	max-width: 1165px;
	margin: auto;
	text-align: center;
}
.wrap_area #container .as_c_box .shop_contents ol {
list-style: none;
margin: 0;
padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.wrap_area #container .as_c_box .shop_contents ol li {
margin: 0 0 0;
padding: 0 0 0;
}
.wrap_area #container .as_c_box .shop_contents ol li:last-child {
border-left: none;
border-top: 2px solid #000;
margin: 10px 0 0 0px;
padding: 10px 0 0 0px;
}
.wrap_area #container .as_c_box .shop_contents ol li table {
	margin: 8px 0 0 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}
.wrap_area #container .as_c_box .shop_contents ol li table td {
	padding: 5px 5px 0 5px;
	display: inline-flex;
	width: calc(96% / 2)
}
.wrap_area #container .as_c_box .shop_contents ol li table .none {
display: none;
}
/*
.wrap_area #container .as_c_box .shop_contents ol li table td:nth-of-type(n+4) {
	padding: 5px 5px 0 5px;
	display: inline-flex;
	width: calc(96% / 2)
}*/
.wrap_area #container .as_c_box .shop_contents ol li table td img {
	-webkit-box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
	box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
}
.wrap_area #container .as_c_box .shop_contents ol li .cars_img {
	padding: 0 5px;
	width: calc(96% / 2);
	margin: 8px auto 0;
}
.wrap_area #container .as_c_box .shop_contents ol li .cars_img img {
	-webkit-box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
	box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
}

.pc_only {
display: none;
}
}
