@charset "UTF-8";

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
common.css

1.Normalization
2.clearfix
3.font
4.link
5.img
6.body
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

1.Normalization

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

audio:not([controls]) { display: none;}
button { overflow: visible; -webkit-appearance: button;}
details { display: block;}
html {
	-ms-overflow-style: scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}
input { -webkit-border-radius: 0}
input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button;}
input[type="number"] { width: auto;}
input[type="search"] { -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}

main { display: block;}
pre { overflow: auto;}
progress { display: inline-block;}
small { font-size: 77%; letter-spacing:0.1em;}
summary { display: block;}
svg:not(:root) { overflow: hidden;}
template { display: none;}
textarea { overflow: auto;}
[hidden] { display: none;}

*,
:before,
:after { box-sizing: inherit;}
* { font-size: inherit; line-height: inherit;}
:before,
:after { text-decoration: inherit; vertical-align: inherit;}
*,
:before,
:after { border-style: solid; border-width: 0;}
* { background-repeat: no-repeat; margin: 0; padding: 0;}
:root {
	background-color: #ffffff;
	box-sizing: border-box;
	color: #000000;
	cursor: default;
	text-rendering: optimizeLegibility;
	}
a { text-decoration: none;}

audio,
canvas,
iframe,
img,
svg,
video { vertical-align: middle;}
button,
input,
select,
textarea { background-color: transparent;}
button,
input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	}
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea { min-height: 1.5em;}
code,
kbd,
pre,
samp { font-family: monospace, monospace;}
nav ol,
nav ul { list-style: none;}
select { -moz-appearance: none; -webkit-appearance: none;}
select::-ms-expand { display: none;}
select::-ms-value { color: currentColor;}
table {
	border-collapse: collapse;
	border-spacing: inherit;
	}
textarea { resize: vertical;}
::-moz-selection {
	background-color: #b3d4fc;
	color: #4c2b03;
	text-shadow: none;
	}
::selection {
	background-color: #b3d4fc;
	color: #4c2b03;
	text-shadow: none;
	}
[aria-busy="true"] { cursor: progress;}
[aria-controls] { cursor: pointer;}
[aria-disabled] { cursor: default;}
[hidden][aria-hidden="false"] {
	clip: rect(0 0 0 0);
	display: inherit;
	position: absolute
	}
[hidden][aria-hidden="false"]:focus { clip: auto;}


@-ms-viewport {
	width: auto !important;
	initial-scale: 1;
	}
@viewport {
	width: device-width;
	initial-scale: 1;
	}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

2.clearfix

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.clearfix:before,
.clearfix:after {
	content: "";
	height: 0;
	display: block;
	}
.clearfix:after {clear: both}
.clearfix {*zoom: 1}
.clear {clear:both}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

3.font

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	}
html,body,div,span,img {
	table-layout: fixed;
	}


h1,h2,h3,h4,h5,h6,p,li { line-height: 1.6em;}
h1,h2,h3,h4,h5,h6,strong,em { font-weight: 600;}

h1 {}
h2 { font-size: 30px;}
h3 { font-size: 21px;}
h4 { font-size: 17px;}
h5,
h6 { font-size: 15px;}

p {}

li {
	list-style:none;
	}
/* -------- list(横並び) -------- */
.list-inline {
    padding-left: 0;
    list-style: none;
	letter-spacing: -.4em;
	}
.list-inline>li {
	display: inline-block;
	letter-spacing: normal;
	}

select,input,button,textarea {}
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 13px;
	line-height: 100%;
	}

table {
	width:100%;
	font-size: inherit;
	font: 100%;
	}

/* -------- 英語(Whitney呼び出し) -------- */
.en {
	font-family:"Whitney A","Whitney B" !important;
	font-style: normal !important;
	font-weight: 600 !important;
	}

/* -------- 位置 -------- */
.center {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	}
.right { text-align:right;}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

4.link

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
a { color: #000;
	text-decoration: none;
	outline:none;
	}
a:hover, a:focus {
	color: #777;
	text-decoration:underline;
	}
a:visited {
	line-height: inherit;
	outline:none;
	}

/* -------- カテゴリ別リンクカラー設定 -------- */
#car main a { color: #d61518;}
#bike main a { color: #008aab;}
#golf main a { color: #00ae41;}
#sports main a { color: #ea1d75;}




/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

5.img

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	}
@media all and (-ms-high-contrast:none){
img {
	width: 100%;
	max-width: none;
	table-layout: fixed;
	}
}

/* -------- 位置 -------- */
img.right {
	float: right;
	}
img.rleft {
	float: left;
	}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

6.body

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

header

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/***********************************************

ヘッダー周り

***********************************************/
.nav-fixed {
	background: #0B0E16;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
}
.nav-fixed .container {
	margin-right: 0 !important;
	margin-left: 0 !important;
	}
@media screen and (min-width: 768px) {
.nav-fixed {
	position: relative;
	}
.nav-fixed .container {
	margin-right: 20px !important;
    margin-left: 20px !important;
	}
}
@media screen and (min-width: 1066px) {
.nav-fixed .container {
    width: 1024px !important;
    margin-right: auto !important;
    margin-left: auto !important;
	}
}
/***********************************************

メニュー枠

***********************************************/
.nav-menu {
	position: relative;
	width: 100%;
	z-index: 9900;
	line-height: normal;
	display:flex;
	box-direction:normal;
	box-orient:horizontal;
	flex-direction:row;
	flex-wrap: wrap;
	box-sizing: border-box;
	list-style: none;
	background: #0B0E16;
	}
.nav-menu a { text-decoration: none;}
/***********************************************

ロゴ/ハンバーガーメニュー

***********************************************/
/*  ロゴ */
.nav-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	font-size: 11px;
	width: 100%;
	position: relative;
	}
.nav-header a.brand {
	width: 105px;
	margin-left: 10px;
	margin-right: 10px;
	}
.nav-header span.copy {
	flex: 1;
	display: none;
	color: #fff;
	padding-right: 50px;
	}
/*  ハンバーガー */
.nav-menu.light .menu-toggle,
.nav-menu.light .location-btn-mobile　{ color: rgba(0, 0, 0, 1); }
.nav-menu .menu-toggle,
.nav-menu .call-btn-mobile,
.nav-menu .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.nav-menu .menu-toggle,
.nav-menu .call-btn-mobile,
.nav-menu .location-btn-mobile　{ color: #777; padding: 15px; box-sizing: border-box; }
.nav-menu.light.left .menu-toggle,
.nav-menu.light.right .menu-toggle { border-bottom: 0; }
.nav-menu.mobile .menu-toggle,
.nav-menu.mobile .dd-toggle,
.nav-menu.mobile .call-btn-mobile,
.nav-menu.mobile .location-btn-mobile { display: inline-block; }
.nav-menu.mobile .menu-toggle {
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 1000;
	width: 26px;
	height: 22px;
	padding: 0;
	}
.nav-menu.mobile .menu-toggle,
.nav-menu.mobile .menu-toggle span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
.nav-menu.mobile .menu-toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 1px;
	}
.nav-menu.mobile .menu-toggle span:nth-of-type(1) { top: 0;}
.nav-menu.mobile .menu-toggle span:nth-of-type(2) { top: 9px;}
.nav-menu.mobile .menu-toggle span:nth-of-type(3) { bottom: 0;}
.nav-menu.mobile.active .menu-toggle span:nth-of-type(1) { -webkit-transform: translateY(9px) rotate(-45deg); transform: translateY(9px) rotate(-45deg);}
.nav-menu.mobile.active .menu-toggle span:nth-of-type(2) { opacity: 0;}
.nav-menu.mobile.active .menu-toggle span:nth-of-type(3) { -webkit-transform: translateY(-9px) rotate(45deg); transform: translateY(-9px) rotate(45deg);}
.nav-menu.mobile.left .menu-toggle.half,
.nav-menu.mobile.left .menu-toggle.third,
.nav-menu.mobile.right .menu-toggle.half,
.nav-menu.mobile.right .menu-toggle.third { text-align: left;}
.nav-menu li.call-btn-mobile,
.nav-menu li.location-btn-mobile { display: none; }
.nav-menu.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.nav-menu.mobile li.call-btn-mobile,
.nav-menu.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.nav-menu.mobile li.call-btn-mobile.full,
.nav-menu.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.nav-menu.mobile li.call-btn-mobile i,
.nav-menu.mobile li.location-btn-mobile i { margin-right: 5px; }
.nav-menu.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.nav-menu.mobile.right .location-btn-mobile.half,
.nav-menu.mobile.right .call-btn-mobile.half　{ text-align: center; }
.nav-menu.mobile.right .location-btn-mobile.third,
.nav-menu.mobile.right .call-btn-mobile.third　{ text-align: center; }
.nav-menu.mobile.left .location-btn-mobile.half,
.nav-menu.mobile.left .call-btn-mobile.half　 { text-align: center; }
.nav-menu.mobile.left .location-btn-mobile.third,
.nav-menu.mobile.left .call-btn-mobile.third { text-align: center; }
/*  スマホ時アコーディオンメニュー */
.nav-menu .dd-toggle {
	display: none;
	position: absolute;
	top: 1px;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 9999;
	border: 0;
	background: #222;
	}
.nav-menu .dd-toggle:hover {
	background: #444;
	}
.nav-menu .dd-toggle i {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	-webkit-transition: transform .3s ease-out;
	-moz-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	}
.nav-menu .dd-toggle i.fa-chevron-down {
	position: relative;
	}
.nav-menu.mobile > ul > li > a.dd-toggle { padding: 0; }
.nav-menu li.open > a.dd-toggle i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);}
.nav-menu.mobile li a.dd-toggle { border: 0; }
.nav-menu.mobile.light li a.dd-toggle { border: 0; }

@media screen and (min-width: 468px) {
/*  ロゴ */
.nav-header a.brand {
	margin-left: 20px;
	margin-right: 15px;
	}
.nav-header span.copy {
	display: inline-block;
	}
}
@media screen and (min-width: 768px) {
/*  ロゴ */
.nav-header {
	align-items: center;
	display: flex;
	max-width: 50%;
	order: 1;
	width: 100%;
	height: auto;
	padding: 20px 0 0 0;
	}
.nav-header a.brand {
	margin: 0;
	display: inline-block;
	width: auto;
	}
.nav-header a.brand img {
	height: auto;
	}
.nav-header span.copy {
	display: block;
	width: 100%;
	margin-left: 15px;
	padding-right: 10px;
	}
.nav-menu .menu-toggle,
.nav-menu .call-btn-mobile,
.nav-menu .location-btn-mobile {
	order: 4;
	}
}
@media screen and (min-width: 980px) {
/*  ロゴ */
.nav-header {
	max-width: 55%;
	}
}
/***********************************************

ナビゲーション

***********************************************/
/* -------- メインメニュー -------- */
.navigation {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding-left: 0;
	margin: 0;
	}
/* -------- サブメニュー -------- */
.navigation-sub {}

.navigation li.home,
.navigation li.yupiterudirect,
.navigation-sub li.myyupiteru,
.navigation li.megamenu .dd-toggle {
	display: none !important;
	}


.navigation li.nav-main ul > li.car a { display: none;}
.navigation a {
    color: #fff;
	display: block;
    border-top: 1px solid #333;
	}
.navigation-sub a {
    color: #fff;
	display: block;
    border-top: 1px solid #333;
	}
.navigation a i,
.navigation-sub a i{
	margin-right: 8px;
	}
.navigation a i.fa-external-link-square,
.navigation-sub a i.fa-external-link-square{
	margin-left: 8px;
	margin-right: 0;
	color: #999;
	}
.navigation-sub .buisiness a { background: #333;}
.navigation a:hover,
.navigation-sub a:hover{
	color: #fff;
	background: #444;
	}
.navigation-sub .buisiness a:hover { background: #888;}


/* -------- 検索 -------- */
.navigation-sub li.search a,
.navigation-sub li.search a.dd-toggle {
	display: none;
	}
.searchBox {
	background-color: #888;
	display: block;
	opacity: 1;
	position: relative;
	width: 100%;
	}
.searchBox > div {
	padding: 10px;
	position: relative;
	}
.searchBox > div p {
	display: none;
	font-size: 100%;
	}
.searchBox form.flex-box {
	margin-left: -1.33%;
	}
.searchBox input {
	background-image: none;
	border: 0;
	border-radius: 3px;
	display: block;
	height: 30px;
	line-height: 20px;
	outline: none;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: background-color 0.2s,color 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-left: 1.33%;
	}
.searchBox input[type=text] {
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	width: 78.67%;
	}
.searchBox input[type=text]:focus {
	background-color: #f0f0f0;
	background-image: none;
	}
.searchBox input[type=submit] {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 18.67%;
	}
.searchBox input[type=submit]:focus,
.searchBox input[type=submit]:hover {
	background: #555;
	}
@media screen and (min-width: 468px) {
.searchBox > div {
	padding: 12px 20px;
	}
}


/*  googleカスタム検索窓  */
.searchBox .cse .gsc-control-cse,
.searchBox .gsc-control-cse {
    background-color: #888;
    border: none;
}
.searchBox .cse .gsc-control-cse,
.searchBox .gsc-control-cse {
    padding: 0;
    width: auto;
}
.searchBox form.gsc-search-box {
    margin-bottom: 0;
}
.searchBox table.gsc-search-box {
    margin-bottom: 0;
}
.searchBox .gsib_a {
    padding: 4px 8px;
}
.searchBox .gsib_a input {
	font-size: 14px;
}

.searchBox .gsst_a {
	background: #777 !important;
}
.searchBox .gsst_a:hover,
.searchBox .gsst_a:focus {
	background: #333 !important;
}
.searchBox .gsst_a .gscb_a {
    color: #fff;
	vertical-align: middle;
	font-size: 24px;
}
.searchBox .gsst_a:hover .gscb_a,
.searchBox .gsst_a:focus .gscb_a {
    color: #fff;
}
.searchBox .gsst_b {
    padding: 0 8px 0 0;
}
.searchBox .gsst_b a.gsst_a {
    height: 1.6em;
    width: 1.6em;
	line-height: 1.6em;
}
.gsc-search-button {
	cursor: pointer;
}
.searchBox .gsc-search-button-v2:hover,
.searchBox .gsc-search-button-v2:focus {
    border-color: #333;
    background-color: #555;
}
/*  googleカスタム検索結果  */
.searchBox .gsc-modal-background-image-visible {
    opacity: 0.6;
}
.searchBox .gsc-modal-background-image {
    background-color: #000;
}
.searchBox .gsc-results-wrapper-overlay {
    height: 90% !important;
    padding: 30px;
    width: 90% !important;
    top: 5% !important;
    left: 5% !important;
}
.searchBox .gsc-adBlock {
	padding-bottom: 5px;
    margin-bottom: 10px;
}
.searchBox .gsc-webResult.gsc-result {
    padding: 10px 0 0 0;
}
.searchBox .gsc-expansionArea > .gsc-webResult.gsc-result {
    padding: 13px 0 0 0;
	margin: 13px 0 0 0;
	border-top: 1px solid #f1f1f1;
}
.searchBox .gs-image {
	background: none !important;
	border-radius: 0 !important;
	display: block !important;
	height: auto !important;
	width: auto !important;
	line-height: normal !important;
	text-align: left !important;
	padding: 0 !important;
}
.searchBox .gs-image:hover {
	opacity: 0.6;
}
.searchBox .gs-title {
	background: none !important;
	border-radius: 0 !important;
	cursor: pointer !important;
	display: block !important;
	height: auto !important;
	width: auto !important;
	line-height: normal !important;
	text-align: left !important;
	padding: 0 !important;
	border: none;
}
.searchBox .gs-title:hover,
.searchBox .gs-title:hover b {
	color: #555 !important;
	text-decoration: none !important;
}
.searchBox .gcsc-more-maybe-branding-root a,
.searchBox .gcsc-branding a {
	background: none !important;
	border-radius: 0 !important;
	display: inline-block !important;
	height: auto !important;
	width: auto !important;
	line-height: normal !important;
	text-align: left !important;
	padding: 0 !important;
}
.searchBox .gsc-results .gsc-cursor-box {
    margin: 10px 0 10px 0 !important;
	padding-top: 20px;
	border-top: 1px solid #E9E9E9;
}
.searchBox .gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 15px;
}
@media screen and (min-width: 768px) {
	.searchBox .gsc-results-wrapper-overlay {
		width: 80% !important;
		left: 10% !important;
	}
	.searchBox .gsc-expansionArea > .gsc-webResult.gsc-result {
		padding: 18px 0 0 0;
		margin: 18px 0 0 0;
	}
}
/*  googleカスタム検索窓  */


@media screen and (min-width: 768px) {
/* -------- メインメニュー -------- */
.navigation {
	margin-top: 13px;
	order: 3;
	width: 100%;	
	}
/* -------- サブメニュー -------- */
.navigation-sub {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	max-width: 50%;
	order: 2;
	width: 100%;
	padding: 20px 0 0 0;
	position: static !important;
	}
.navigation-sub li {
	font-size: 12px;
	font-weight: 400;
	margin-left: 0;
	}
.navigation-sub li a {
	padding: 0 !important;
	border-top: none;
	}
.navigation-sub li a:hover {
	background: none;
	color: #bbb;
	}
.navigation-sub .buisiness a {
    padding: 0 15px !important;
    color: #fff;
	background: #363943;
    border-radius: 20px;
    line-height: 2.2em;
	}
.navigation-sub .buisiness a:hover {
	background: #888;
	}

.navigation-sub li + li {
	margin-left: 20px;
	}
.navigation-sub li.search {
	margin-left: 25px;
	}
.navigation-sub li i {
	margin-right: 7px;
	}
.navigation a i.fa-external-link-square,
.navigation-sub li a i.fa-external-link-square {
    margin-left: 7px;
    margin-right: 0;
	display: none;
	}
/* -------- 検索 -------- */
.navigation-sub li.search {
	margin-left: 25px;
	position: static;
	}
.navigation-sub li.search a {
	border-radius: 50%;
	height: 2.2em;
	width: 2.2em;
    background: #fff;
    color: #222;
	line-height: 2.2em;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	}
.nav-menu li.search.has-sub > a:after {
	content: '' !important;
	margin-left: 0 !important;
	}
.navigation-sub li.search a:hover {
	background: #777;
	color: #fff;
	}
.navigation-sub li.search.active a {
	background: #a0a0a0;
	}
.navigation-sub li.search.active a:hover {
	background: #777;
	}
.navigation-sub li.search a i {
	margin:  0;
	}
.searchBox {
	display: none;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 63px;
	transition: opacity 0.5s;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
	}
.search.active .searchBox {
	display: block;
	opacity: 1;
	}
.searchBox > div {
	padding: 15px 20px;
	}
.searchBox > div p {
	font-size: 116%;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: left;
	color: #fff;
	display: block;
	}
.searchBox input {
	height: 35px;
	line-height: 25px;
	}
.searchBox input[type=text] {
	background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
	}
}

@media screen and (min-width: 980px) {
/* -------- サブメニュー -------- */
.navigation-sub {
	max-width: 45%;
	}
.navigation a i.fa-external-link-square,
.navigation-sub li a i.fa-external-link-square {
	display: inline-block;
	}
/* -------- 検索 -------- */
.navigation-sub li.search a {
	font-size: 14px;
	}
}

.nav-menu ul { position: relative;}
.nav-menu li { position: relative;}
.nav-menu li a {-webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }
/* main level */
.nav-menu > ul > li { display: inline-block;  }
.nav-menu > ul > li > a { padding: 20px 40px; }


.nav-menu.mobile > ul > li > a { padding: 0 15px; line-height: 40px;}
.nav-menu.mobile > ul > li > ul > li > a {
	padding: 0 15px;
	line-height: 34px;
	background: #222;
	}
.nav-menu.mobile > ul > li > ul > li > a:hover { background: #444;}
.nav-menu.mobile > ul > li > ul > li .dd-toggle { height: 34px; background: #444;}
.nav-menu.mobile > ul > li > ul > li .dd-toggle:hover { background: #666;}

.nav-menu.mobile > ul > li > ul > li > ul > li > a {
	padding: 0 15px;
	line-height: 34px;
	background: #444;
	}
.nav-menu.mobile > ul > li > ul > li > ul > li > a:hover { background: #666;}

.nav-menu.mobile > ul > li > ul > li > ul > li > ul > li > a {
	padding: 0 15px;
	line-height: 34px;
	background: #666;
	}
.nav-menu.mobile > ul > li > ul > li > ul > li > ul > li > a:hover { background: #888;}


/* first level dd */
.nav-menu ul ul { top: auto; width: 220px; position: absolute; z-index: 9900; text-align: left; display: none; background: #ddd; }
.nav-menu li li { display: block; }
/* second level dd */
.nav-menu ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.nav-menu > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }
/* .drop-left */
.nav-menu > ul > li.drop-left > ul { right: 0; }
.nav-menu li.drop-left ul ul { left: auto; right: 220px; }
/* light theme */
.nav-menu.light {}
.nav-menu.light ul ul {}
.nav-menu.light li a {}

/* sticky nav */
.nav-menu.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.nav-menu-noscroll-x { overflow-x: hidden; }

/* general styling */
/* .nav-menu li.has-sub > a:after { content: '\f107'; font-family: 'FontAwesome'; margin-left: 10px; } */
.nav-menu li li.has-sub > a:after { content: '\f105'; font-family: 'FontAwesome'; margin-left: 10px; }
.nav-menu li.drop-left li.has-sub > a:after { float: left; content: '\f104'; font-family: 'FontAwesome'; margin-right: 10px; }
.nav-menu.hide-arrows li.has-sub > a:after,
.nav-menu.hide-arrows li li.has-sub > a:after,
.nav-menu.hide-arrows li.drop-left li.has-sub > a:after { display: none; }



/* mobile nav */

.nav-menu .full { width: 100%; }
.nav-menu .half { width: 50%; }
.nav-menu .third { width: 33%; text-align: center; }
.nav-menu .location-btn-mobile.third { text-align: center; }
.nav-menu .location-btn-mobile.half { text-align: right; }
.nav-menu.light .third,
.nav-menu.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.nav-menu.light.left .third,
.nav-menu.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.nav-menu.light.right .third,
.nav-menu.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.nav-menu.light .third:first-child,
.nav-menu.light .half:first-child { border-left: 0; }

.nav-menu.mobile { position: static; }
.nav-menu.mobile.fixed { position: static; }
.nav-menu.mobile ul { position: relative; display: none; }
.nav-menu.mobile.active { padding-bottom: 0; }
.nav-menu.mobile.active > ul { display: block; }
.nav-menu.mobile ul { text-align: left; }
.nav-menu.mobile > ul > li { display: block; }



.nav-menu.mobile ul {}
.nav-menu.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.nav-menu.mobile ul ul ul { left: auto; top: auto; }
.nav-menu.mobile li.drop-left ul ul { right: auto; }

.nav-menu.desktop ul ul {
	box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
	background: #fff;
	top: 110%;
	}
.nav-menu.desktop ul ul a {
	color: #000;
	}
.nav-menu.desktop ul ul li {
    display: block !important;
    font-weight: 300 !important;
	padding: 0 !important;
	}
.nav-menu.desktop ul ul li + li {
	padding: 0 !important;
	margin: 0 !important;
	border-top: 1px solid #f0f0f0;
	}
.nav-menu.desktop ul ul li a {
	padding: 10px !important;
	}
.nav-menu.desktop ul ul li a:hover {
	background: #f0f0f0 !important;
	}
.nav-menu.desktop ul ul li a:after {
	margin: 3px 10px 0 0 !important;
	}



.nav-menu.mobile.light ul {}

.nav-menu.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.nav-menu.mobile li.has-sub > a:after,
.nav-menu.mobile li li.has-sub > a:after,
.nav-menu.mobile li.drop-left li.has-sub > a:after { display: none; }
/* left and right positions */
.nav-menu.mobile.right > ul,
.nav-menu.mobile.left > ul { position: fixed; top: 0; bottom: 0; width: 100%; max-width: 280px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.nav-menu.mobile.right > ul { right: 0; }
.nav-menu.mobile.left > ul { left: 0; }

/* left and right positions */
/* mega dd */


.nav-menu.desktop ul.navigation {
	display: flex !important;
	box-direction:normal;
	box-orient:horizontal;
	flex-direction:row;
	flex-wrap: wrap;
	box-sizing: border-box;
	/* justify-content: flex-end; */
	}
.nav-menu.desktop ul.navigation >:first-child {
	margin-right: auto;
	}
.nav-menu.desktop ul.navigation li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 0;
	font-size: 13px;
	font-weight: 600;
	width: auto;
	}
.nav-menu.desktop ul.navigation li + li {
	margin-left: 25px;
	}
.nav-menu.desktop ul.navigation li a {
	padding: 12px 0;
	border-top: none;
	}
.nav-menu.desktop ul.navigation li a:hover {
	background: none;
	}
.nav-menu.desktop ul.navigation li.car a {
	padding: 12px 0;
	width: 160px;
	display: block;
	text-align: center;
	background: #e60012;
	background: -moz-linear-gradient(top, #e60012 0%, #2e1b1b 100%);
	background: -webkit-linear-gradient(top, #e60012 0%,#2e1b1b 100%);
	background: linear-gradient(to bottom, #e60012 0%,#2e1b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#2e1b1b',GradientType=0 );
	}
.nav-menu.desktop ul.navigation li.car a:hover {
	opacity: 0.6;
	color: #fff;
	}
.nav-menu.desktop ul.navigation li.line,
.nav-menu.desktop ul.navigation li a.line {
	position: relative;
	display: inline-block;
	text-decoration: none;
	}
.nav-menu.desktop ul.navigation li.line::after,
.nav-menu.desktop ul.navigation li a.line::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #E60012;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	margin: 0 !important;
	}
.nav-menu.desktop ul.navigation li.line:hover::after,
.nav-menu.desktop ul.navigation li a.line:hover::after {
	transform: scale(1, 1);
	}
.nav-menu.desktop ul.navigation li a.line i.fa-chevron-down {
	display: inline-block;
	font-size: 85%;
	margin: 0 0 0 7px;
	color: #999;
	}
.nav-menu.mobile ul.navigation li a.line i.fa-chevron-down {
	display: none;
	}

.nav-menu.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.nav-menu.desktop li.mega li li { display: block; margin-left: 0; }
.nav-menu.desktop li.mega ul ul { width: auto; }
.nav-menu.desktop > ul > li.mega { position: static!important; }
.nav-menu.desktop > ul > li.mega > ul { width: 100%;}
.nav-menu.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.nav-menu.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.nav-menu.desktop li.mega li li a { padding: 5px 15px; }
.nav-menu.desktop li.mega li.has-sub a:after { display: none; }
.nav-menu.desktop > ul > li.mega > ul > li > a { color: #000; }
/* mega dd */

/* amazon mega dd */
.nav-menu ul.mega-lv-02 {
	position: absolute;
	left: 0;
	top: 110%;
	width: auto;
	min-width: 200px;
	}
.nav-menu ul.mega-lv-02 > li {
	position: relative;
	}

.nav-menu.desktop ul.mega-lv-02 {
	box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
	background: #fff;
	}
.nav-menu.desktop ul.mega-lv-02 > li {
	display: block;
	font-weight: 300;
	margin-left: 0;
	}
.nav-menu.desktop ul.mega-lv-02 > li + li {
	margin-left: 0;
	border-top: 1px solid #f0f0f0;
	}
.nav-menu.desktop ul.mega-lv-02 > li a {
	color: #000;
	padding: 10px;
	position: relative;
	}
.nav-menu.desktop ul.mega-lv-02 > li a:hover {
	background: #f0f0f0;
	}
.nav-menu.desktop ul.mega-lv-02 > li a:after {
	position: absolute;
	right:10px;
	top:30%;
	}

.nav-menu ul.mega-lv-03 {
	position: absolute;
	left: 100%;
	top: 0 !important;
	padding: 0;
	width: auto;
	min-width: 300px;
	}
.nav-menu ul.mega-lv-03 img,
.nav-menu ul.mega-lv-03 h4 { display: none;}

.nav-menu.desktop ul.mega-lv-03 {
	box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
	background: #fff;
	}
.nav-menu.desktop ul.mega-lv-03 > li {
	display: block;
	font-weight: 300;
	margin-left: 0;
	}
.nav-menu.desktop ul.mega-lv-03 > li + li {
	margin-left: 0;
	border-top: 1px solid #f0f0f0;
	}
.nav-menu.desktop ul.mega-lv-03 > li a {
	color: #000;
	padding: 10px;
	}
.nav-menu.desktop ul.mega-lv-03 > li a:hover {
	background: #f0f0f0;
	}

.nav-menu.desktop ul.mega-lv-03 > img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	}
.nav-menu.desktop ul.mega-lv-03 > h4 {
	color: #fff;
	font-size: 15px;
	padding: 6px 15px;
	}
.nav-menu.desktop ul.mega-lv-03 > h4.car {
	background: #d61518;
	}
.nav-menu.desktop ul.mega-lv-03 > h4.bike {
	background: #008aab;
	}
.nav-menu.desktop ul.mega-lv-03 > h4.golf {
	background: #00ae41;
	}
.nav-menu.desktop ul.mega-lv-03 > h4.sports {
	background: #ea1d75;
	}
.nav-menu.desktop ul.mega-lv-03 > h4.lei {
	background: #000;
	}

/* メガメニュー */
.nav-menu.desktop .megamenu { position: static !important;}
.nav-menu.desktop .megamenu ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 110%;
	width: 100%;
	}
.nav-menu.desktop .megamenu ul li {
	width: 100%;
	display: flex !important;
	box-direction:normal !important;
	box-orient:horizontal !important;
	flex-direction:row;
	flex-wrap: wrap;
	box-sizing: border-box;
	}
.nav-menu.desktop .megamenu ul li ul {
	width: 24%;
	position: relative;
	display: block;
	box-shadow: none;
	}
.nav-menu.desktop .megamenu ul li ul li {
	display: block !important;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu {
	width: 76%;
	padding: 0 0 15px 0;
	display: flex !important;
	box-direction:normal !important;
	box-orient:horizontal !important;
	flex-direction:row;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-left: 0;
	border-left: 1px solid #f0f0f0;
	background: linear-gradient(to bottom, #f0f0f0 0%,#fff 30%); 
	}
.nav-menu.desktop .megamenu ul li ul.support_menu h4 {
	font-size: 16px;
	margin-bottom: -8px !important;
	width: 100%;
	max-width: 100%;
	margin-left: 2%;
	padding: 12px 0 20px 0;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu li {
	max-width: 31.33%;
	margin-left: 2%;
	border-right: none;
	font-size: 13px;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu > li:nth-child(n+5) {
	margin-top: 15px !important;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu li + li {
	margin-left: 2% !important;
	border-top: none;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu li strong {
	margin-bottom: 9px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	display: block;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu li ul {
	width: 100%;
	position: static;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu li ul li {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	font-size: 12px;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu li ul li + li {
	margin-left: 0 !important;
	margin-top: 5px;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu li ul li a {
	display: block;
	padding: 0 !important;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu li ul li a:hover {
	background: none;
	}

.nav-menu.desktop .megamenu ul li ul li div p { border-top: 1px solid #f0f0f0;}
.nav-menu.desktop .megamenu ul li ul li div p a { background: #f9f9f9;}
.nav-menu.desktop .megamenu ul li ul li div p span { margin-right: 5px; margin-left: 3px;}

/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
	.nav-menu { overflow: hidden; display: block; }
	.nav-menu ul { position: relative; display: none; }
}

/* mobile nav */
@media only screen and (max-width : 420px) {
	.nav-menu.mobile .call-btn-mobile.third span,
	.nav-menu.mobile .location-btn-mobile.third span { display: none; }
}

@media only screen and (min-width : 768px) {
.navigation {
    flex-direction: row;
}
.nav-menu ul.navigation >:first-child {
    margin-right: auto;
}
.navigation a {
    border-top: none;
}
.nav-menu ul.navigation li a {
    padding: 12px 0;
}
.nav-menu ul.navigation li a.line i.fa-chevron-down {
	display: inline-block;
	font-size: 85%;
	margin: 0 0 0 7px;
	color: #999;
	}
.nav-menu ul.mega-lv-02 > li {
	position: static;
	}
.nav-menu ul.navigation li + li {
    margin-left: 25px;
}
.nav-menu ul.mega-lv-03 img,
.nav-menu ul.mega-lv-03 h4 { display: block;}

.navigation li.home,
.navigation li.yupiterudirect,
.navigation-sub li.myyupiteru {
	display: block !important;
	}
.nav-menu.desktop .megamenu ul li ul li {
    font-size: 13px !important;
	}
.nav-menu.desktop .megamenu ul li ul.support_menu li ul li {
    font-size: 12px !important;
	}


}

@media only screen and (min-width : 980px) {
.nav-menu.desktop ul.navigation li {
	font-size: 14px;
	}
.nav-menu ul.navigation li {
	font-size: 14px;
	}
}














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

main

***********************************************/
main {
	overflow: hidden;
}
.container{
	margin-right: 20px;
	margin-left: 20px;
	box-sizing: border-box;
	position: relative;
	}
.container-fluid{
	margin-right:auto;
	margin-left:auto
	}

@media (max-width:468px){
.container{
	margin-right: 10px;
	margin-left: 10px;
	}
}
@media (min-width:1066px){
.container{
	width: 1024px;
	margin-right:auto;
	margin-left:auto;
	}
}

/* カラム設定(自由設計時)
============================================ */
.row:before,
.row:after {
	content: "";
	height: 0;
	display: block;
	}
.row {
	*zoom: 1;
	margin-left:-3.33%;
	}
.row:after{
	clear:both
	}
.row [class*="col"]{
	position:relative;
	min-height:1px;
	box-sizing: border-box;
	float:left;
	margin-left:3.33%;
	}
.col12{
	width: 100%;
	margin-left:0;
	}
.col11{ width: 88.33666667%}
.col10{ width: 80.00333333%}	
.col9{ width: 71.67%}
.col8{ width: 63.33666667%}
.col7{ width: 55.00333333%}
.col6{ width: 46.67%}
.col5{ width: 38.33666667%}
.col4{ width: 30.00333333%;}
.col3{ width: 21.67%;}
.col2{ width: 13.33666667%}
.col1{ width: 5.00333333%}

@media (max-width:768px){
main {}
/* カラム設定
============================================ */
.row {
	margin-left: 0;
	}
.row [class*="col"]{
	float: none;
	margin-left:0;
	}
.col12,
.col11,
.col10,
.col9,
.col8,
.col7,
.col6,
.col5,
.col4,
.col3,
.col2,
.col1 {
	width:100%;
	}
}

[class*="flex-box"] {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	box-direction:normal;
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	box-orient:horizontal;
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	flex-direction:row;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	}


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

footer

***********************************************/
/* アコーディオン */
.accordion input[type="checkbox"].on-off {
	display: none;
	}

footer {
	background-color: #4c4c4c;
	padding-top:40px;
	padding-bottom:40px;
	color:#bbb;
	}
footer .flex-box {
	margin-left: -3.33%;
	margin-bottom: 15px;
	}
footer .flex-box > ul {
    margin-left: 3.33%;
	width: 100%;
	}
/* link */
footer a,
footer a:visited { color:#aaa; fill: #aaa;}
footer a:hover { color:#ddd; fill: #ddd; text-decoration:none;}
footer h4,
footer h4 a,
footer h4 a:visited { color:#fff; fill: #fff;}
footer h4 a:hover { color:#aaa; fill: #aaa;}


/* font */
footer h4 {
	color:#fff;
	letter-spacing:0.1em;
	margin-bottom:15px;
	text-align: center;
	}
footer li {
	line-height:1.8em;
	font-size: 12px;
	}
footer i.fa-caret-right {
	margin-right: 5px;
	}
footer h4.pc { display:none;}
footer h4.mob {
	display:block;
	font-size:16px;
	}
/* ロゴ */
footer div.copy {
	position:relative;
	width:auto;
	margin:40px auto 40px auto;
	bottom: auto;
	}
footer div.copy a {
	text-align:center;
	margin:auto;
	overflow: hidden;
	height: 0;
	display: block;
    width: 90px;
    padding-top: 90px;
	background: url("/share/img/base/footer_logo.svg") no-repeat;
	}
/* icon */
footer .list-inline { text-align: center; display: flex; flex-wrap: wrap; justify-content: center;}
@media screen and (min-width: 768px) {
	footer .list-inline {
			flex-wrap: nowrap;
			justify-content: left;
		}
}
footer .list-inline > li { line-height: 1.0em; margin-bottom:15px; margin-left: 15px;}
footer .list-inline > li a {
	background: #aaa;
	border-radius: 5px;
	color:#fff;
	display: block;
	fill: #fff;
	min-width: 40px;
	padding: 0;
	text-align: center;
	}
footer .list-inline.corp > li a {
	background: none;
	border-radius: 0;
	min-width: none;
	padding: 0;
	}
footer .list-inline > li a:hover { background: #888; color:#ddd; fill: #ddd;}
footer .list-inline.corp > li a:hover { background: none;}
footer .list-inline > li:first-child { margin-left:1px;}
footer .list-inline > li i { font-size:22px; line-height: 40px;}
footer .list-inline > li.minkara { margin-left: 15px; margin-bottom:0;}
footer .list-inline > li.minkara a {
	background: url("/share/img/base/logo_minkara.svg") no-repeat;
	display: block;
	height: 0;
	opacity:0.7;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 90px;
	}
footer .list-inline > li.minkara a:hover { opacity:0.9;}
/* move top */
footer .list-inline > li.logotop { display: block; margin: 0 auto 10px auto; text-align: center; width: 100%;}
@media screen and (min-width: 768px) {
	footer .list-inline>li.logotop {
		margin-left: auto !important;
		margin-right: 0 !important;
		width: auto;
	}
}
footer .list-inline > li.logotop a {
	background: url("/share/img/base/logo_top.svg") no-repeat;
	display: inline-block;
	height: 0;
	opacity:0.7;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 85px;
	}
footer .list-inline > li.logotop a:hover { opacity:0.9;}


@media screen and (max-width: 768px) {
footer .flex-box {
	margin-left: 0;
	}
footer .flex-box > ul {
	margin-left: 0;
	}
footer h4 i {
	display: inline-block;
	float:right;
	}
footer .list-corp { display:none;}
footer li.products_list { display: block;}
footer .corp {
	display: inline-block;
	width:100%;
	text-align:center;
	margin-bottom:0.8em;
	}
footer .corp li {
	margin-bottom: 0.4em;
	margin-left: 7px;
	line-height:1.3em;
	}
footer .corp a {
	text-decoration:underline;
	}
footer li ul li { padding-left:20px;}
/* アコーディオン */
footer .accordion label {
	border:#666 1px solid;
	padding: 16px 10px;
	display: block;
	cursor: pointer;
	border-radius: 3px;
	}
footer .accordion label:hover {
	background: #3d3d3d;
	}
footer .accordion h4 i {
	transition: all 0.2s ease-out;
	}
footer .accordion #Panelfooter:checked ~ h4 i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: 3px;
	}
footer .accordion .list {
	background-color: #555;
	border-radius: 4px;
	padding:0 8px;
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s ease-out 0s;
	}
footer .accordion #Panelfooter:checked ~ .list {
	max-height: 9999px;
	transition: max-height 1s ease-in 0s;
	}
footer .accordion .list ul:first-child {
	padding-top: 8px;
	}
}
@media screen and (min-width: 768px) {
footer .flex-box > ul {
    max-width: 30.00333333%;
	padding-left:20px;
	border-left:1px solid #aaa;
	}
footer .flex-box > ul:first-child {
	border:none;
	padding-left:0;
	}
/* font */
footer h4 {
	text-align: left;
	}
footer h4 i { display: none;}
footer h4.pc { display:block;}
footer h4.mob { display:none;}
footer li ul li { padding-left:20px;}
footer li.top { margin-top: 20px;}
footer li.products_list { display:none;}
footer .corp { display:none;}
/* ロゴ */
footer div.copy {
	position: absolute;
	right:10px;
	bottom:20px;
	margin:0;
	}
footer div.copy a {
	width: 120px;
	padding-top: 120px;
	}
/* icon */
footer .list-inline { text-align: left;}
footer .list-inline > li { margin-bottom: 20px;}
/* move top */
footer .list-inline > li.logotop { float:right; margin:0;}
footer .list-inline > li.logotop a { width: 100px; padding: 23px 0 0 0;}
	
}
