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-size: 100%;
	font: inherit;
	box-sizing: border-box;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #fafafa;
}

.contents {
	color: #4A4550;
	font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.sp_br {
	display: none;
}

.bold {
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	body {
		background-color: #fff;
	}

	.sp_br {
		display: block;
	}
}

.contents img {
	width: 100%;
}



body.nvfx .contents {
	padding-top: 100px;
}

/* NAV */
.vanlife-nav {
	height: 100px;
	background-color: #fafafa;
	border-bottom: solid 1px #f1f1f1;
}

body.nvfx .vanlife-nav {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 100;
}

.vanlife-nav .inner {
	width: 980px;
	margin: 0 auto;
}

.vanlife-nav .inner:after {
	content: "";
	display: block;
	clear: both;
}

.vanlife-nav .tit {
	color: #4a4550;
	font-size: 28px;
	letter-spacing: 0.1em;
	width: 262px;
	padding-top: 28px;
	float: left;
}

.vanlife-nav .tit span {
	font-size: 12px;
	margin-top: 11px;
	display: block;
}

.vanlife-nav .tit a {
	color: #4a4550;
	text-decoration: none;
	display: block;
}

.vanlife-nav .menu {
	width: 550px;
	float: left;
}

.vanlife-nav .menu ul {
	height: 100px;
	display: table;
}

.vanlife-nav .menu ul li {
	color: #6C6973;
	font-size: 18px;
	vertical-align: middle;
	display: table-cell;
}

.vanlife-nav .menu ul li.about {
	width: 105px;
	letter-spacing: 0.1em;
}

.vanlife-nav .menu ul li.about a {
	color: #6C6973;
	text-decoration: none;
}

.vanlife-nav .menu ul li.about a:hover {
	text-decoration: underline;
}

.vanlife-nav .menu ul li.style span {
	margin-right: 10px;
	letter-spacing: 0.1em;
	display: inline-block;
}

.vanlife-nav .menu ul li ol {
	color: #aaa9ad;
	display: inline-block;
}

.vanlife-nav .menu ul li ol li {
	margin: 0 5px;
	display: inline-block;
}

.vanlife-nav .menu ul li.style ol li a,
.vanlife-nav .menu ul li.style ol li span {
	color: #A7A5AA;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-right: 0;
	border-radius: 20px;
	background-color: #fff;
	border: solid 1px #eeeeee;
	display: block;
}

.vanlife-nav .menu ul li.style ol li a {
	color: #4a4550;
	text-decoration: none;
}

.vanlife-nav .menu ul li.style ol li.current a {
	color: #fff;
	background-color: #C9C8CC;
}

.vanlife-nav .sns {
	width: 90px;
	float: right;
}

.vanlife-nav .sns ul {
	margin-top: 40px;
	width: 90px;
	text-align: right;
}

.vanlife-nav .sns ul li {
	width: 25px;
	margin-left: 10px;
	display: inline-block;
}

.vanlife-nav .sp-menu {
	display: none;
}

@media only screen and (max-width: 767px) {
	.vanlife-nav {
		height: 67px;
		background-color: #fff;
		border-bottom: solid 1px #ececec;
		position: relative;
		z-index: 100;
	}

	body.nvfx .vanlife-nav {
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
		z-index: 100;
	}

	body.nvfx-sp .vanlife-nav {
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
		z-index: 100;
	}

	.vanlife-nav .inner {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	.vanlife-nav .tit {
		color: #4a4550;
		font-size: 5vw;
		letter-spacing: 0.1em;
		width: auto;
		padding-top: 23px;
		float: none;
	}

	.vanlife-nav .tit span {
		font-size: 2.5vw;
		margin-top: 0;
		margin-left: 5px;
		vertical-align: middle;
		display: inline-block;
	}

	.vanlife-nav .menu {
		display: none;
	}

	.vanlife-nav .sns {
		display: none;
	}

	.vanlife-nav .sp-menu {
		top: 20px;
		right: 0;
		width: 25px;
		height: 25px;
		display: block;
		position: absolute;
	}

	.vanlife-nav .sp-menu div {
		width: 25px;
		height: 2px;
		background-color: #4a4751;
		position: absolute;
		transition: all .3s ease;
	}

	.vanlife-nav .sp-menu .l1 {
		top: 5px;
	}

	.vanlife-nav .sp-menu .l2 {
		top: 15px;
	}
}

/* TOP MV */
.contents.top .mv {
	width: 100%;
	height: 470px;
	background-image: url(../img/top/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	cursor: pointer;
	position: static;
}

/*body.nvfx .contents.top .mv {
	top: 100px;
	left: 0;
	z-index: 1;
	position: fixed;
}*/

#footer {
	z-index: 10;
	position: relative;
}

/* TOP MAIN */
.main-wrap {
	/*padding-bottom: 245px;*/
	z-index: 10;
	background-color: #fafafa;
	position: relative;
}

body.nvfx .main-wrap {
	margin-top: 470px;
}

/* 記事タイトル */
.article-description-wrap {
	padding: 0 0 0 0;
}

.article-description-wrap .mv {
	width: 100%;
	height: 470px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	margin-bottom: 84px;
}

.article-description-wrap.v1 .mv {
	background-image: url(../img/top/mv.jpg);
}

.article-description-wrap.v2 .mv {
	background-image: url(../img/top/mv-v2.jpg);
}

.article-description-wrap.v3 .mv {
	background-image: url(../img/top/mv-v3.jpg);
}

.article-description-wrap.v4 .mv {
	background-image: url(../img/top/mv-v4.jpg);
}

.article-description-wrap.v5 .mv {
	background-image: url(../img/top/mv-v5.jpg);
}

.article-description-wrap.v6 .mv {
	background-image: url(../img/top/mv-v6.jpg);
	background-position: center 67%;
}

.contents.style .article-description-wrap {
	padding: 84px 0 160px 0;
}

.article-description-wrap .todays-navigator {
	display: none;
}

.article-description {
	color: #4A4550;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.article-description:after {
	content: "";
	display: block;
	clear: both;
}

.article-description .article-no {
	width: 242px;
	float: left
}

.article-description .article-no .new {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.1em;
	padding: 0 12px;
	margin-bottom: 28px;
	background-color: #ff0000;
	border-radius: 13px;
	display: inline-block;
}

.article-description .article-no .no {
	color: #6C6973;
	font-size: 16px;
	margin-bottom: 20px;
}

.article-description .article-no .no span {
	color: #4a4550;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	border-radius: 20px;
	background-color: #fff;
	border: solid 1px #eeeeee;
	vertical-align: text-bottom;
	display: inline-block;
}

.article-description .article-no .no.on span {
	color: #fff;
	background-color: #C9C8CC;
}

.article-description .article-no .tit {
	font-size: 40px;
	letter-spacing: 0.1em;
	margin-bottom: 27px;
}

.article-description .article-no .tit.fs {
	font-size: 36px;
}

.article-description .article-no .tit.l2 {
	line-height: 1.5;
}

.article-description .article-no .tit .with {
	font-size: 28px;
	display: block;
}

.article-description .article-no .readmore a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 40px;
	text-decoration: none;
	height: 40px;
	padding: 0 35px 0 30px;
	background-color: #4A4550;
	border-radius: 20px;
	border: solid 1px #eee;
	display: inline-block;
	transition: all 0.3s ease;
	position: relative;
}

.article-description .article-no .readmore a:hover {
	padding: 0 40px 0 30px;
}

.article-description .article-no .readmore a:after {
	content: "";
	display: block;
	top: 50%;
	right: 14.5px;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
}

.svg-ico-instagram-st {
	fill: #6c6973;
}

.article-description .description {
	width: 736px;
	float: right;
}

.article-description .description p {
	font-size: 18px;
	line-height: 2.3;
	margin-bottom: 1em;
}

.article-description .description p:last-child {
	margin-bottom: 0;
}

.article-description .tags {
	top: 0;
	right: 0;
	font-size: 14px;
	width: 190px;
	height: 300px;
	position: absolute;
	z-index: 2;
}

.article-description .tags span {
	display: block;
	margin-bottom: 2em;
}

.vanlife-navigator {
	width: 175px;
}

.vanlife-navigator:after {
	content: "";
	display: block;
	clear: both;
}

.vanlife-navigator figure {
	width: 70px;
	float: left;
}

.vanlife-navigator .info {
	width: 90px;
	float: right;
}

.vanlife-navigator .info .prof {
	font-size: 10px;
	padding-top: 10px;
	margin-bottom: 8px;
}

.vanlife-navigator .info .name {
	font-size: 16px;
	margin-bottom: 5px;
}

.vanlife-navigator .info .instagram {
	font-size: 10px;
}

.vanlife-navigator .info .instagram svg {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	vertical-align: middle;
}

.vanlife-navigator a {
	color: #4A4550;
	text-decoration: none;
}

.vanlife-navigator a:hover {
	text-decoration: underline;
}

.article-description .vanlife-navigator {
	margin-top: 75px;
}

.contents.top .article-description .vanlife-navigator {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.article-description-wrap {
		padding: 84px 0 80px 0;
		position: relative;
		z-index: 2;
		background-color: rgba(250, 250, 250, 0.4);
	}

	.article-description {
		color: #4A4550;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	.article-description .article-no {
		width: 100%;
		float: none;
		text-align: center;
	}

	.article-description .article-no .no {
		color: #6C6973;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.article-description .article-no .no span {
		color: #fff;
		font-size: 18px;
		text-align: center;
		line-height: 40px;
		width: 40px;
		height: 40px;
		margin-left: 10px;
		border-radius: 20px;
		background-color: #C9C8CC;
		vertical-align: text-bottom;
		display: inline-block;
	}

	.article-description .article-no .tit {
		font-size: 40px;
		letter-spacing: 0.1em;
		margin-bottom: 80px;
	}

	.article-description .description {
		text-align: center;
		width: 100%;
		float: none;
	}

	.article-description .description p {
		font-size: 3.5vw;
		line-height: 2.3;
		margin-bottom: 1em;
	}

	.article-description .description p:last-child {
		margin-bottom: 0;
	}

	.article-description .tags {
		top: 0;
		right: 0;
		font-size: 2.5vw;
		text-align: center;
		width: 100%;
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
		position: relative;
		z-index: 2;
	}

	.article-description .tags span {
		margin-right: 2em;
		display: inline-block;
	}

	.article-description .tags span:last-child {
		margin-right: 0;
	}

	.article-description-wrap .todays-navigator {
		color: #4a4550;
		width: 280px;
		background-color: #fff;
		margin: 0 auto;
		padding: 40px 20px 30px 20px;
		border-radius: 5px;
		border: solid 1px #eee;
		display: block;
	}

	.article-description-wrap .todays-navigator .tit {
		font-size: 18px;
		text-align: center;
		margin-bottom: 25px;
	}

	.article-description-wrap .todays-navigator .vanlife-navigator {
		width: 100%;
		margin-bottom: 10px;
	}

	.article-description-wrap .todays-navigator .vanlife-navigator .info {
		width: 135px;
		padding-top: 15px;
	}

	.article-description-wrap .todays-navigator .desc {
		font-size: 12px;
		line-height: 1.8;
	}

	.article-description-wrap .todays-navigator .desc.hb {
		margin-bottom: 25px;
	}
}

/* TOP テーマ */
.vanlife-theme-sp-tit {
	padding: 80px 0;
	display: block;
	overflow: hidden;
}

.vanlife-theme-sp-tit p {
	display: none;
}

.vanlife-theme {
	color: #4a4550;
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	padding: 115px 0;
	border-radius: 7px;
	border: solid 1px #eee;
}


.vanlife-theme .van-tit {
	font-size: 64px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
}

.vanlife-theme .van-tit span {
	font-size: 18px;
	margin-top: 26px;
	display: block;
}

.vanlife-theme .description {
	margin-bottom: 80px;
}

.vanlife-theme .description p {
	font-size: 18px;
	text-align: center;
	line-height: 2.3;
	margin-bottom: 2em;
}

.vanlife-theme .description p:last-child {
	margin-bottom: 0;
}

.vanlife-theme .vanlife-navigator {
	margin: 0 auto;
}

.top-sp-article-description-wrap {
	display: none;
}

@media only screen and (max-width: 767px) {
	.main-wrap {
		padding-bottom: 100px;
	}

	.contents.top .vanlife-nav {
		top: -67px;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all .5s ease;
		position: fixed;
	}

	body.spnav-on .contents.top .vanlife-nav {
		top: 0px;
		opacity: 1;
		visibility: visible;
	}

	.contents.top .mv {
		display: none;
	}

	.contents.top .article-description-wrap {
		display: none;
	}

	.vanlife-theme {
		width: 90%;
		border-radius: 5px;
		border: solid 1px #eee;
	}

	.vanlife-theme .van-tit {
		display: none;
	}

	.vanlife-theme-sp-tit {
		text-align: center;
		letter-spacing: 0.1em;
		padding: 140px 0 80px 0;
		display: block;
	}

	.vanlife-theme-sp-tit p {
		font-size: 44px;
		display: block;
	}

	.vanlife-theme-sp-tit p span {
		font-size: 13px;
		margin-top: 20px;
		display: inline-block;
	}

	.vanlife-theme {
		padding: 60px 0;
	}

	.vanlife-theme .description {
		margin-bottom: 40px;
	}

	.vanlife-theme .description p {
		font-size: 3.5vw;
	}

	.top-sp-article-description-wrap {
		position: relative;
		display: block;
		background: none;
		/* padding-bottom: 500px; */
	}

	.top-sp-article-description-wrap .sp-mv {
		position: relative;
	}

	body.nvfx-sp .top-sp-article-description-wrap .sp-mv {
		top: 0;
		position: fixed;
	}

	body.lasts-sp .top-sp-article-description-wrap .sp-mv {
		display: none;
	}

	body.lasts-sp .top-sp-article-description-wrap {
		background-image: url(../img/top/mv-sp.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center 500px;
	}

	.top-sp-article-description-wrap .ft-hc {
		margin-top: 0;
		background-color: rgba(250, 250, 250, 1);
		background-color: #fafafa;
		padding-bottom: 50px;
	}

	.article-description-sp {
		padding: 0 0 0 0;
		/*background-color: rgba(250, 250, 250, 1);*/
		position: relative;
		z-index: 10;
	}

	.article-description-sp .sp-mv {
		margin-bottom: 80px;
	}

	.top-sp-article-section {
		padding: 0;
		position: relative;
	}

	#vol2-sp {
		padding: 0 0 200px 0;
	}

	.article-description-sp .article-no {
		text-align: center;
		margin-bottom: 50px;
	}

	.article-description-sp .article-no .no {
		color: #6C6973;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.article-description-sp .article-no .no span {
		color: #4a4550;
		font-size: 18px;
		text-align: center;
		line-height: 40px;
		width: 40px;
		height: 40px;
		margin-left: 10px;
		border-radius: 20px;
		background-color: #fff;
		border: solid 1px #eeeeee;
		vertical-align: text-bottom;
		display: inline-block;
	}

	.article-description-sp .article-no .no span.new {
		color: #fff;
		font-size: 16px;
		line-height: 36px;
		width: auto;
		height: auto;
		padding: 0 18px;
		margin-right: 10px;
		margin-left: -10px;
		vertical-align: middle;
		background-color: #ff0000;
		border-radius: 20px;
		display: inline-block;
	}

	.article-description-sp .article-no .tit {
		font-size: 40px;
		letter-spacing: 0.1em;
	}

	.article-description-sp .article-no .tit.fs {
		font-size: 36px;
	}

	.article-description-sp .article-no .tit.l2 {
		line-height: 1.5;
	}

	.article-description-sp .article-no .tit .with {
		font-size: 28px;
		display: block;
	}

	.article-description-sp .desc {
		font-size: 3.5vw;
		line-height: 2.3;
		text-align: center;
		margin-bottom: 50px;
	}

	.article-description-sp .tags {
		font-size: 2.5vw;
		text-align: center;
		padding-bottom: 50px;
	}

	.article-description-sp .tags span {
		margin-right: 2em;
		display: inline-block;
	}

	.article-description-sp .tags span:last-child {
		margin-right: 0;
	}

	.article-description-sp .vanlife-navigator {
		margin: 0 auto;
	}

	.article-description-sp .readmore {
		text-align: center;
		padding-top: 40px;
	}

	.article-description-sp .readmore a {
		color: #fff;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 40px;
		text-decoration: none;
		height: 40px;
		padding: 0 37px 0 30px;
		background-color: #4A4550;
		border-radius: 20px;
		border: solid 1px #eee;
		display: inline-block;
		transition: all 0.3s ease;
		position: relative;
	}

	.article-description-sp .readmore a:after {
		content: "";
		display: block;
		top: 50%;
		right: 14.5px;
		width: 5px;
		height: 5px;
		margin-top: -2.5px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		transform: rotate(45deg);
		position: absolute;
	}
}

/* TOP 注意事項 */
.vanlife-top-notes {
	width: 800px;
	margin: 50px auto 0 auto;
	padding-top: 40px;
	border-top: solid 1px #ececec;
}

.vanlife-top-notes p {
	color: #4A4550;
	font-size: 12px;
	line-height: 2;
}

.vanlife-top-notes p span {
	color: #a7a5aa;
	font-size: 10px;
}

@media only screen and (max-width: 767px) {
	.vanlife-top-notes {
		display: none;
	}

	.vanlife-sp-notes {
		width: 90%;
		padding-top: 30px;
		margin: 60px auto 0 auto;
		border-top: solid 1px #ececec;
		display: block;
	}

	.vanlife-sp-notes p {
		font-size: 2.4vw;
		line-height: 2;
	}

	.vanlife-sp-notes p span {
		color: #a7a5aa;
		font-size: 2vw;
		width: 3vw;
		display: inline-table;
	}

	.vanlife-sp-notes p span+span {
		color: #4A4550;
		font-size: 2.4vw;
		display: inline-table;
		width: calc(100% - 3vw);
	}
}

/* TOP SNS */
.vanlife-top-sp-sns {
	display: none;
}

@media only screen and (max-width: 767px) {
	.vanlife-top-sp-sns {
		text-align: center;
		padding: 80px 0 0 0;
		display: block;
	}

	.vanlife-top-sp-sns li {
		width: 35px;
		margin: 0 10px;
		display: inline-block;
	}
}

/* キャンプバナー */
.contents.top .bn-camp {
	width: 800px;
	margin: 0 auto;
	padding-top: 100px;
}

.bn-camp:after {
	content: "";
	display: block;
	clear: both;
}

.bn-camp a {
	color: #4A4550;
	text-decoration: none;
	display: block;
}

.bn-camp .camp-fg {
	width: 360px;
	float: left;
}

.bn-camp .camp-fg div {
	width: 100%;
	padding-top: 10px;
	display: table;
}

.bn-camp .camp-fg div p {
	font-size: 12px;
	line-height: 1;
	padding-bottom: 3px;
	vertical-align: bottom;
	display: table-cell;
}

.bn-camp .camp-fg div figure {
	text-align: right;
	width: 210px;
	vertical-align: bottom;
	display: table-cell;
}

.bn-camp .camp-desc {
	width: 585px;
	float: right;
}

.bn-camp .camp-desc p {
	font-size: 12px;
	line-height: 1.8;
}

.contents.top .bn-camp .camp-desc {
	width: 400px;
}

.lc-footer-contents .bn-camp {
	clear: both;
}

.bn-camp.rc .camp-fg {
	width: 360px;
	float: none;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.contents.top .bn-camp {
		width: 100%;
		display: none;
	}

	.contents.top .article-description-sp .bn-camp {
		display: block;
	}

	.bn-camp .camp-fg {
		width: 100%;
		float: none;
	}

	.bn-camp .camp-fg div {
		width: 100%;
		padding-top: 0;
		display: block;
	}

	.bn-camp .camp-fg div p {
		font-size: 12px;
		text-align: center;
		padding-bottom: 0;
		margin-bottom: 5px;
		display: block;
	}

	.bn-camp .camp-fg div figure {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}

	.bn-camp .camp-fg div figure img {
		width: 60%;
		max-width: 280px;
	}

	.bn-camp .camp-desc {
		width: 90%;
		margin: 0 auto;
		float: none;
	}

	.contents.top .bn-camp .camp-desc {
		width: 90%;
	}
}

/* 下層 Style */
.contents.style .mv {
	width: 100%;
	height: 470px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: static;
}

body.nvfx .contents.style .mv {
	top: 100px;
	left: 0;
	z-index: 1;
	position: fixed;
}

.contents.style .mv-sp {
	display: none;
}

.contents.style .scl-mv-sp {
	display: none;
}

.vanlife-article-wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.vanlife-article-wrap .article-wrap {
	top: 0;
	left: 0;
	width: 680px;
	position: relative;
}

.vanlife-article-wrap .info-wrap {
	top: 0;
	right: 0;
	bottom: auto;
	width: 260px;
	position: absolute;
}

body.sdfx .vanlife-article-wrap .info-wrap {
	top: 120px;
	left: 50%;
	bottom: auto;
	margin-left: 230px;
	position: fixed;
}

body.sdab .vanlife-article-wrap .info-wrap {
	top: auto;
	left: auto;
	bottom: 0;
	margin-left: 0;
	position: absolute;
}

.vanlife-article-wrap .article-wrap article {
	color: #4a4550;
	width: 100%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	border-radius: 7px;
	border: solid 1px #eee;
	overflow: hidden;
}

.vanlife-article-wrap .article-wrap article:last-child {
	margin-bottom: 0;
}

.vanlife-article-wrap .article-wrap article p {
	font-size: 16px;
	line-height: 2;
	padding: 60px 60px 100px 60px;
}

.vanlife-article-wrap .article-wrap article p.nb {
	padding: 60px 60px 20px 60px;
}

.vanlife-article-wrap .article-wrap article ul {
	font-size: 16px;
	line-height: 2;
	padding: 60px 60px 100px 60px;
}

.vanlife-article-wrap .article-wrap article ul.nt {
	padding: 0 60px 100px 60px;
}

.vanlife-article-wrap .article-wrap article ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.vanlife-article-wrap .article-wrap .notes {
	margin-top: 100px;
	padding-top: 40px;
	border-top: solid 1px #ececec;
}

.vanlife-article-wrap .article-wrap .notes p {
	font-size: 12px;
	line-height: 2;
}

.vanlife-article-wrap .article-wrap .notes p span {
	color: #a7a5aa;
	font-size: 10px;
}

.vanlife-article-wrap .info-wrap .todays-navigator {
	color: #4a4550;
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding: 25px 20px 20px 20px;
	border-radius: 7px;
	border: solid 1px #eee;
}

.vanlife-article-wrap .info-wrap .todays-navigator .tit {
	font-size: 18px;
	text-align: center;
	margin-bottom: 8px;
}

.vanlife-article-wrap .info-wrap .todays-navigator .tit.ht {
	padding-top: 1em;
}

.vanlife-article-wrap .info-wrap .todays-navigator .vanlife-navigator {
	width: 100%;
	margin-bottom: 5px;
}

.vanlife-article-wrap .info-wrap .todays-navigator .vanlife-navigator .info {
	width: 135px;
	padding-top: 15px;
}

.vanlife-article-wrap .info-wrap .todays-navigator .desc {
	font-size: 11px;
	line-height: 1.5;
}

.vanlife-article-wrap .info-wrap .todays-navigator .desc.hb {
	margin-bottom: 15px;
}

.vanlife-article-wrap .style-tit {
	font-size: 28px;
	text-align: center;
	padding-top: 45px;
	margin-bottom: 60px;
}

.vanlife-article-wrap .last-atcl.hb {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.contents.style .mv {
		display: none;
	}

	.contents.style .mv-sp {
		display: block;
	}

	body.nvfx-sp .contents.style .mv-sp {
		top: 67px;
		left: 0;
		z-index: 1;
		position: fixed;
	}

	body.lifetop-sp .contents.style .mv-sp {
		opacity: 0;
	}

	.contents.top .main-wrap {
		display: none;
	}

	.contents.style .main-wrap {
		padding-bottom: 0;
	}

	body.nvfx-sp .contents.style .main-wrap {
		background-color: transparent;
	}

	.contents.style .scl-mv-sp {
		display: block;
		position: absolute;
		z-index: 1;
		display: none;
	}

	body.lifetop-sp .contents.style .scl-mv-sp {
		display: block;
	}

	.vanlife-article-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	.vanlife-article-wrap .article-wrap {
		top: auto;
		left: auto;
		width: 100%;
		background-color: #fff;
		position: relative;
	}

	.vanlife-article-wrap .info-wrap {
		display: none;
	}

	body.sdfx .vanlife-article-wrap .info-wrap {
		display: none;
	}

	body.sdab .vanlife-article-wrap .info-wrap {
		display: none;
	}

	.vanlife-article-wrap .article-wrap article {
		color: #4a4550;
		width: 100%;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		border-radius: 0;
		border: none;
		overflow: hidden;
	}

	.vanlife-article-wrap .article-wrap article:last-child {
		margin-bottom: 0;
	}

	.vanlife-article-wrap .article-wrap article p {
		font-size: 3.8vw;
		line-height: 2;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0 50px 0;
	}

	.vanlife-article-wrap .article-wrap article p.nb {
		padding: 30px 0 20px 0;
	}

	.vanlife-article-wrap .article-wrap article ul {
		font-size: 3.8vw;
		line-height: 2;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0 50px 0;
	}

	.vanlife-article-wrap .article-wrap article ul.nt {
		padding: 0 0 50px 0;
	}

	.vanlife-article-wrap .article-wrap article ul li {
		padding-left: 1em;
		text-indent: -1em;
	}

	.vanlife-article-wrap .article-wrap .last-atcl {
		display: none;
	}

	.vanlife-article-wrap .article-wrap .sns {
		display: none;
	}

	.vanlife-article-wrap .article-wrap .notes {
		display: none;
	}

	.vanlife-article-wrap .info-wrap {
		display: none;
	}
}

.lc-footer-contents {
	width: 980px;
	margin: 0 auto 0 auto;
	display: block;
}

.lc-footer-contents .last-article-tit-fig {
	display: none;
}

.lc-footer-contents .atcl {
	display: none;
}

.lc-footer-contents .sns {
	display: none;
}

.lc-footer-contents .pc-credit-tit {
	font-size: 28px;
	text-align: center;
	padding: 100px 0 80px 0;
	display: block;
}

.lc-footer-contents .pc-c1 {
	width: 270px;
	margin-bottom: 60px;
	float: left;
}

.lc-footer-contents .pc-c2 {
	width: 270px;
	margin-left: 95px;
	margin-bottom: 60px;
	float: left;
}

.lc-footer-contents .pc-c3 {
	width: 270px;
	margin-bottom: 60px;
	float: right;
}

.lc-footer-contents .credit {
	padding: 0 0 0 0;
}

.lc-footer-contents .credit .tit {
	display: none;
}

.lc-footer-contents .credit .vanlife-navigator {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.lc-footer-contents .credit .vanlife-navigator .info {
	width: 135px;
}

.lc-footer-contents .credit .desc {
	font-size: 12px;
	line-height: 1.8;
}

.lc-footer-contents .n-van {
	padding: 0 0;
	margin-bottom: 0;
}

.lc-footer-contents .n-van a {
	color: #4A4550;
	text-decoration: none;
}

.lc-footer-contents .n-van .iw {
	width: 85%;
}

.lc-footer-contents .n-van .ctit {
	font-size: 12px;
	margin-bottom: 15px;
}

.lc-footer-contents .n-van:after {
	content: "";
	display: block;
	clear: both;
}

.lc-footer-contents .n-van figure {
	width: 70px;
	float: left;
}

.lc-footer-contents .n-van .info {
	width: 153px;
	float: right;
}

.lc-footer-contents .n-van .info .tit {
	font-size: 16px;
	margin-bottom: 8px;
}

.lc-footer-contents .n-van .info .desc {
	font-size: 10px;
	line-height: 1.8;
}

.lc-footer-contents .place {
	padding: 20px 0 0 0;
}

.lc-footer-contents .place .tit {
	font-size: 12px;
	margin-bottom: 10px;
}

.lc-footer-contents .place ul {
	font-size: 11px;
	padding-left: 1.5em;
	list-style-type: disc;
}

.lc-footer-contents .place ul li {
	line-height: 1.5;
	margin-bottom: 10px;
}

.lc-footer-contents .s-tit {
	display: none;
}

.lc-footer-contents ol {
	display: none;
}

.lc-footer-contents .notes {
	margin-top: 60px;
	padding-top: 40px;
	border-top: solid 1px #ececec;
	clear: both;
}

.lc-footer-contents .notes p {
	font-size: 12px;
	line-height: 2;
}

.lc-footer-contents .notes p span {
	color: #a7a5aa;
	font-size: 10px;
}

@media only screen and (max-width: 767px) {
	.lc-footer-contents {
		width: 100%;
		padding-top: 0;
		margin: 0 0 0 0;
		background-color: #fff;
		display: block;
	}

	.lc-footer-contents .last-article-tit-fig {
		top: 0;
		left: 0;
		position: relative;
		display: block;
	}

	.lc-footer-contents .last-article-tit-fig.v4 {
		padding-bottom: 67px;
	}

	body.lasttop-sp .lc-footer-contents .last-article-tit-fig {
		top: 67px;
		left: 0;
		width: 100%;
		position: fixed;
		z-index: 5;
	}

	body.lasttop-sp-04 .lc-footer-contents .last-article-tit-fig {
		top: 67px;
		left: 0;
		width: 100%;
		padding-bottom: 10px;
		position: fixed;
		z-index: 5;
	}

	body.lasttop-scl .lc-footer-contents .last-article-tit-fig {
		position: absolute;
	}

	.lc-footer-contents .over {
		position: static;
	}

	body.lasttop-sp .lc-footer-contents .over {
		z-index: 10;
	}

	body.lasttop-sp-04 .lc-footer-contents .over {
		z-index: 10;
	}

	.lc-footer-contents .atcl article {
		color: #4a4550;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		border-radius: 0;
		border: none;
		overflow: hidden;
	}

	.lc-footer-contents .atcl {
		background-color: rgba(255, 255, 255, 0.4);
		display: block;
	}

	.lc-footer-contents .pc-credit-tit {
		display: none;
	}

	.lc-footer-contents .pc-c1 {
		width: auto;
		float: none;
		margin-bottom: 0;
	}

	.lc-footer-contents .pc-c2 {
		width: auto;
		margin-left: 0;
		margin-bottom: 0;
		float: none;
	}

	.lc-footer-contents .pc-c3 {
		width: auto;
		margin-bottom: 0;
		float: none;
	}

	.lc-footer-contents .style-tit {
		font-size: 28px;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.lc-footer-contents .atcl article:last-child {
		margin-bottom: 0;
	}

	.lc-footer-contents .atcl article p {
		font-size: 3.8vw;
		line-height: 2;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0 50px 0;
	}

	.lc-footer-contents .hbg {
		padding: 80px 0;
		background-color: #fafafa;
	}

	.lc-footer-contents .hbg.no1 {
		padding: 80px 0 60px;
		margin-bottom: -20px;
	}

	.lc-footer-contents .hbg.no5 {
		padding: 80px 0 160px;
	}

	.lc-footer-contents .sns {
		text-align: center;
		margin-bottom: 0;
		padding: 80px 0 80px 0;
		background-color: #fff;
		display: block;
	}

	.lc-footer-contents .sns li {
		width: 30px;
		margin: 0 10px;
		display: inline-block;
	}

	.lc-footer-contents .credit {
		width: 85%;
		padding: 0 0 40px 0;
		margin: 0 auto;
	}

	.lc-footer-contents .credit .tit {
		font-size: 18px;
		text-align: center;
		margin-bottom: 40px;
		display: block;
	}

	.lc-footer-contents .credit .vanlife-navigator {
		width: 220px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.lc-footer-contents .credit .vanlife-navigator .info {
		width: 135px;
	}

	.lc-footer-contents .credit .desc {
		font-size: 12px;
		line-height: 1.8;
	}

	.lc-footer-contents .n-van {
		width: 220px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 0;
	}

	.lc-footer-contents .n-van .iw {
		width: 100%;
		margin: 0 0 0 0;
	}

	.lc-footer-contents .n-van .ctit {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.lc-footer-contents .n-van:after {
		content: "";
		display: block;
		clear: both;
	}

	.lc-footer-contents .n-van figure {
		width: 70px;
		float: left;
	}

	.lc-footer-contents .n-van .info {
		width: 145px;
		float: right;
	}

	.lc-footer-contents .n-van .info .tit {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.lc-footer-contents .n-van .info .desc {
		font-size: 10px;
		line-height: 1.8;
	}

	.lc-footer-contents .place {
		width: 220px;
		padding: 50px 0 50px 0;
		margin: 0 auto;
	}

	.lc-footer-contents .place .tit {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.lc-footer-contents .place ul {
		font-size: 11px;
		padding-left: 1.5em;
		list-style-type: disc;
	}

	.lc-footer-contents .place ul li {
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.lc-footer-contents .s-tit {
		font-size: 18px;
		text-align: center;
		margin-bottom: 25px;
		display: block;
	}

	.lc-footer-contents ol {
		color: #aaa9ad;
		text-align: center;
		padding-bottom: 50px;
		display: block;
	}

	.lc-footer-contents ol li {
		margin: 0 2px;
		display: inline-block;
	}

	.lc-footer-contents ol li a,
	.lc-footer-contents ol li span {
		font-size: 14px;
		line-height: 34px;
		text-align: center;
		width: 36px;
		height: 36px;
		margin-right: 0;
		border-radius: 18px;
		background-color: #fff;
		border: solid 1px #eeeeee;
		display: block;
	}

	.lc-footer-contents ol li a {
		color: #4a4550;
		text-decoration: none;
	}

	.lc-footer-contents ol li.current a {
		color: #fff;
		background-color: #C9C8CC;
	}

	.lc-footer-contents .notes {
		width: 90%;
		padding-top: 30px;
		margin: 50px auto 0 auto;
		border-top: solid 1px #ececec;
	}

	.lc-footer-contents .notes p {
		font-size: 2.4vw;
		line-height: 2;
	}

	.lc-footer-contents .notes p span {
		color: #a7a5aa;
		font-size: 2vw;
	}

}

/* SP MENU */
.vanlife-sp-menu {
	top: 0;
	right: -220px;
	font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	width: 220px;
	height: 100%;
	background-color: #fff;
	border-left: solid 1px #ececec;
	position: fixed;
	overflow-y: auto;
	z-index: 99998;
	visibility: hidden;
	transition: all .4s ease;
}

.vanlife-sp-menu ul {
	padding: 50px 0;
}

.vanlife-sp-menu ul li {
	color: #999;
	font-size: 15px;
	text-align: left;
	padding: 10px 0 10px 20px;
	display: block;
}

.vanlife-sp-menu ul li.about a {
	padding-left: 2.3em;
	display: block;
}

.vanlife-sp-menu ul li.ns {
	font-style: oblique;
}

.vanlife-sp-menu ul li a {
	color: #4A4751;
	text-decoration: none;
}

.vanlife-sp-menu ul li span {
	font-size: 11px;
	text-align: center;
	line-height: 28px;
	font-style: normal;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	border-radius: 14px;
	border: solid 1px #f1f1f1;
	vertical-align: middle;
	display: inline-block;
}

.vanlife-sp-menu ul li.current span {
	color: #fff;
	background-color: #C9C8CC;
}

.vanlife-sp-menu .close-menu {
	top: 15px;
	right: 20px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	z-index: 10;
}

.vanlife-sp-menu .close-menu div {
	width: 25px;
	height: 2px;
	background-color: #4a4751;
	position: absolute;
	transition: all .3s ease;
}

.vanlife-sp-menu .close-menu .l1 {
	top: 10px;
	transform: rotate(45deg);
}

.vanlife-sp-menu .close-menu .l2 {
	top: 10px;
	transform: rotate(-45deg);
}

body.opmn .vanlife-sp-menu {
	right: 0;
	visibility: visible;
}

.vanlife-sp-menu-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 99997;
	display: none;
}

body.opmn .vanlife-sp-menu {
	display: block;
}

body.opmn .vanlife-sp-menu-bg {
	display: block;
}

html.opmn {
	overflow: hidden;
}

body.opmn {
	overflow: hidden;
}

/* Style 01 */
.contents.st01 .mv {
	background-image: url(../img/top/mv.jpg);
}

/* Style 02 */
.contents.st02 .mv {
	background-image: url(../img/style/02/mv.jpg);
}

/* Style 03 */
.contents.st03 .mv {
	background-image: url(../img/style/03/mv.jpg);
}

/* Style 04 */
.contents.st04 .mv {
	background-image: url(../img/style/04/mv.jpg);
}

/* Style 05 */
.contents.st05 .mv {
	background-image: url(../img/style/05/mv.jpg);
}

/* Style 06 */
.contents.st06 .mv {
	background-image: url(../img/style/06/mv.jpg);
	background-position: center 67%;
}

/* Top */
body.top-nvfx .contents {
	padding-top: 100px;
}

body.top-nvfx .vanlife-nav {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 100;
}

.vols-wrap {
	position: relative;
}

#vol6 {
	background-color: rgba(250, 250, 250, 1);
	position: relative;
	z-index: 1;
}

body.vol5-sw #vol6 {
	top: 100px;
	width: 100%;
	position: fixed;
}

#vol5 {
	background-color: rgba(250, 250, 250, 1);
	position: relative;
	z-index: 10;
}

body.vol4-sw #vol5 {
	top: 100px;
	width: 100%;
	position: fixed;
}

#vol4 {
	background-color: rgba(250, 250, 250, 1);
	position: relative;
	z-index: 20;
}

body.vol3-sw #vol4 {
	top: 100px;
	width: 100%;
	position: fixed;
}

#vol3 {
	background-color: rgba(250, 250, 250, 1);
	position: relative;
	z-index: 30;
}

body.vol2-sw #vol3 {
	top: 100px;
	width: 100%;
	position: fixed;
}

#vol2 {
	background-color: rgba(250, 250, 250, 1);
	z-index: 40;
	position: relative;
}

body.vol1-sw #vol2 {
	top: 100px;
	width: 100%;
	position: fixed;
}

#vol1 {
	position: relative;
	z-index: 50;
	background-color: rgba(250, 250, 250, 1);
}

body.vanlife-sw #vol1 {
	top: 100px;
	width: 100%;
	position: fixed;
}

.pc-last-section {
	padding-top: 0px;
	padding-bottom: 100px;
	background-color: rgba(250, 250, 250, 1);
}

#VANLIFE {
	position: relative;
	z-index: 60;
}

.contents.top .article-description-wrap .readmore-ab {
	text-align: center;
	padding: 60px 0 250px 0;
	clear: both;
}

.contents.top .article-description-wrap .readmore-ab a {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 40px;
	text-decoration: none;
	height: 40px;
	padding: 0 35px 0 30px;
	background-color: #4A4550;
	border-radius: 20px;
	border: solid 1px #eee;
	display: inline-block;
	transition: all 0.3s ease;
	position: relative;
	opacity: 0;
	transform: translateY(40px);
}

.contents.top .article-description-wrap .readmore-ab a:hover {
	padding: 0 40px 0 30px;
}

.contents.top .article-description-wrap .readmore-ab a:after {
	content: "";
	display: block;
	top: 50%;
	right: 14.5px;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
}

.contents.top .article-description-wrap .readmore-ab a.ob {
	animation: anim-rembtn 0.8s ease forwards;
}

@keyframes anim-rembtn {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

/* TOP SP */
@media only screen and (max-width: 767px) {
	body.top-nvfx .vanlife-nav {
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
		z-index: 100;
	}

	body.top-nvfx-sp .vanlife-nav {
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
		z-index: 100;
	}

	content.top .main-wrap {
		display: none;
	}

	.pc-last-section {
		display: none;
	}
}

#footer-sp {
	position: relative;
	z-index: 10;
}

.vanlife-theme-sp {
	padding-bottom: 100px;
	background-color: rgba(250, 250, 250, 1);
}

#VANLIFE-THEME-SP {
	position: static;
}

.top-sp-article-section {
	background-color: rgba(250, 250, 250, 1);
}

body.sp-vol6-sw #VANLIFE-THEME-SP {
	top: 100px;
	width: 100%;
	position: fixed;
	z-index: 1;
}

#vol6-sp {
	padding: 0 0 200px 0;
	position: relative;
	z-index: 10;
}

body.sp-vol5-sw #vol6-sp {
	top: 100px;
	width: 100%;
	position: fixed;
	z-index: 1;
}

#vol5-sp {
	padding: 0 0 200px 0;
	position: relative;
	z-index: 15;
}

body.sp-vol4-sw #vol5-sp {
	top: 100px;
	width: 100%;
	position: fixed;
}

#vol4-sp {
	padding: 0 0 200px 0;
	position: relative;
	z-index: 20;
}

body.sp-vol3-sw #vol4-sp {
	top: 100px;
	width: 100%;
	position: fixed;
}

#vol3-sp {
	position: relative;
	z-index: 25;
}

body.sp-vol2-sw #vol3-sp {
	top: 100px;
	width: 100%;
	position: fixed;
}

#vol2-sp {
	position: relative;
	z-index: 30;
}

body.sp-vol1-sw #vol2-sp {
	top: 100px;
	width: 100%;
	position: fixed;
}

#vol1-sp {
	position: relative;
	z-index: 35;
}

#footer-sp {
	background-color: #fff;
}

/* -------------------------------------------------- */
#nav_right {
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%);
	text-align: right;
	z-index: 1000;
}

#nav_right li {
	cursor: pointer;
	padding: 7px 25px 25px 0;
	position: relative;
	transition: .6s cubic-bezier(0, 0, 0.3, 1) 0s;
}

#nav_right li a {
	display: inline-block;
	content: '';
	background: #8b8b8b;
	border-radius: 4px;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -4px 0 0 -4px;
	transition: .25s;
}

#nav_right li.current a {
	background: #ff0302;
	transform: scale(1.5);
}

#nav_right li.current a:hover,
#nav_right li a:hover {
	transform: scale(1.5);
}

#nav_right li.v6 a {
	background: #ff0302;
	transform: scale(1.5);
}

body.vol5-sw #nav_right li.v5 a {
	background: #ff0302;
	transform: scale(1.5);
}

body.vol5-sw #nav_right li.v6 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vol5-sw #nav_right li.v6 a:hover {
	transform: scale(1.5);
}

body.vol4-sw #nav_right li.v4 a {
	background: #ff0302;
	transform: scale(1.5);
}

body.vol4-sw #nav_right li.v5 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vol4-sw #nav_right li.v5 a:hover {
	transform: scale(1.5);
}

body.vol3-sw #nav_right li.v3 a {
	background: #ff0302;
	transform: scale(1.5);
}

body.vol3-sw #nav_right li.v4 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vol3-sw #nav_right li.v4 a:hover {
	transform: scale(1.5);
}

body.vol2-sw #nav_right li.v2 a {
	background: #ff0302;
	transform: scale(1.5);
}

body.vol2-sw #nav_right li.v3 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vol2-sw #nav_right li.v4 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vol2-sw #nav_right li.v3 a:hover {
	transform: scale(1.5);
}

body.vol2-sw #nav_right li.v4 a:hover {
	transform: scale(1.5);
}

body.vol1-sw #nav_right li.v1 a {
	background: #ff0302;
	transform: scale(1.5);
}

body.vol1-sw #nav_right li.v2 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vol1-sw #nav_right li.v3 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vol1-sw #nav_right li.v4 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vol1-sw #nav_right li.v2 a:hover {
	transform: scale(1.5);
}

body.vol1-sw #nav_right li.v3 a:hover {
	transform: scale(1.5);
}

body.vol1-sw #nav_right li.v4 a:hover {
	transform: scale(1.5);
}

body.vanlife-sw #nav_right li.vanlife a {
	background: #ff0302;
	transform: scale(1.5);
}

body.vanlife-sw #nav_right li.v1 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vanlife-sw #nav_right li.v2 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vanlife-sw #nav_right li.v3 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vanlife-sw #nav_right li.v4 a {
	background: #8b8b8b;
	transform: scale(1);
}

body.vanlife-sw #nav_right li.v1 a:hover {
	transform: scale(1.5);
}

body.vanlife-sw #nav_right li.v2 a:hover {
	transform: scale(1.5);
}

body.vanlife-sw #nav_right li.v3 a:hover {
	transform: scale(1.5);
}

body.vanlife-sw #nav_right li.v4 a:hover {
	transform: scale(1.5);
}

body.vanlife-sw #nav_right li.v5 a:hover {
	transform: scale(1.5);
}

@media only screen and (max-width: 767px) {
	#nav_right {
		display: none;
	}
}

footer#l-footer202204,
footer.l-auto-footer {
	z-index: 12 !important;
}

.caution_cont2019 {
	width: 980px;
	margin: -75px auto 70px;
	text-align: center;
}

.caution_cont2019 p {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	letter-spacing: .05rem;
	color: #5a565f;
	font-size: 12px;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.caution_cont2019 {
		width: 90%;
	}

	.caution_cont2019 p {
		font-size: 12px;
		line-height: 2;
	}
}